/* Enter Your Custom CSS Here */

#logo-container {
  margin-bottom: 15px!important;
}

.view-first h2 .w-b-bottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.view-first h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 21px;
}

.sf-menu ul li {
  width: 250px;
}

a:hover {
  color: #78c0d9;
  text-decoration: underline;
}

#main-nav li a:hover {
  /*border-top: 1px solid #78c0d9;*/
  color: #000;
}


.featured-slider {
  padding: 15px 0 15px;
}

.header-main {
  background-color: #ECEDED;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.featured-text {
  position: absolute;
  top: 84px;
  right: 30px;
  width: 42.94%;
  color: #bbb; /*rgba(75, 182, 221, 0.99);*/
  font-size: 16px;
  line-height: 23px;
  background-color: rgba(23, 29, 60, 0.66);
  padding: 5px;
}

#main {
  padding: 20px 0 10px;
}

#content .entry-title {
  padding-bottom: 0px;
  display: none;
}

.page-title {
  font-size: 32px;
  line-height: 39px;
  color: #22488E;
}

body, input, textarea {
  color: #000;
  font: 14px 'Open Sans', sans-serif;
  line-height: 21px;
  font-weight: 350;
  word-wrap: break-word;
}

#access {
  background-color: rgba(19, 105, 203, 1);
}

#access ul li ul {
  position: absolute;
  background-color: rgba(19, 105, 203, 0.9);
  top: 50px;
  left: 0;
  width: 190px;
}

#access a {
  font-family: 'Open Sans', sans-serif;
  color: #dbf0f7;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 15px 0;
  height: 35px;
  text-decoration: none;
}

.featured-title a {
  color: #fff;
  text-decoration: none;
}

.call-to-action {
  border: 0px #fff solid;
}