/* header styles */

.navigation-top {
  background-color: #005fa3;
  border: 0;
}
.hidden {
  display: none;
}
.navigation-top .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-flex;
  align-items: flex-end;
}
.site-description {
  font-weight: 600;
  font-style: italic;
  line-height: 0.9;
  padding-left: 16px;
}
.site-description span {
  color: #bb9675;
}
#top-menu {
  /* height: 53px; */
}
#top-menu .menu-item a {
  color: white;
  text-transform: uppercase;
}
#top-menu .menu-item a:hover, #top-menu .current-menu-item a, #top-menu li button:hover {
  background-color: #bb9675;
  color: #005fa3;
    z-index: 99999999;
}
#top-menu .sub-menu .menu-item a{
    background-color: #005fa3;
    color:white;
}
#top-menu .sub-menu .menu-item a:hover{
    background-color: #bb9675;
    color:white;
}
#top-menu li button:hover>svg  {
  fill: #005fa3;
}
#top-menu li input {
  color: white;
  background: transparent;
  padding: 0.5em;
  border: 1px solid #bb9675;
}
.main-navigation a {
  /* padding: 1.22em 1.25em; */
}
#top-menu li input button {
}
#top-menu li input::placeholder {
  /* color: #022856; */
  color: #fff;
  /* text-transform: uppercase; */
}
#top-menu li button {
  line-height: normal;
  border-radius: 0;
  background-color: #005fa3;
  /* margin-bottom: 8px; */
}
#top-menu .search-form label {
  display: none;
}
#top-menu li .search-submit {
  margin-bottom: 0px;
}
#top-menu li button svg {
  fill: #fff;
}
.search-toggle {
padding: 0.5em 1.25em;
}
.search-toggle .icon {
  height: 22px;
  width: 22px;
}
.header-social-profiles {
  display: inline-block;
  float: right;
  margin-top: 0.3vh;
}
.header-social-profiles a.social-icon {
  background-size: 80%;
  width: 28px;
  height: 28px;
  display: inline-block;
  opacity: 0.4;
}
.header-social-profiles a.social-icon.linkedin {
  background-size: 100%;
}
.header-social-profiles a:hover {
  opacity: 1;
}
.menu-toggle {
  color: #fff;
  text-transform: uppercase;
}

/* slider styles */

.slick-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-track {
  display: flex!important;
  align-items: center;
}
.slider-item {
  position: relative;
  display: flex!important;
  align-items: center;
  justify-content: space-between;
}
.slider-img {
  width: 60%;
}
.slider-text {
  width: 35%;
  align-self: flex-start;
}
.slider-text button, .footer-top-2 button {
  background-color: #022856;
  padding: 12px;
  padding-right: 30px;
  color: white;
  background-image: url("wp-content/uploads/2018/07/arrowright.svg");
  background-position: 90% 48%;
  background-size: 14px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.footer-top-2 button {
  background-position: 94% 48%;
}
.slider-text a, .footer-top-2 button a,.slider-text button {
  color: white;
  text-decoration: none;
  font-weight: 400;
    font-size: 16px;
}
.slider-text button:hover, .footer-top-2 button:hover, .slider-text button:focus, .footer-top-2 button:focus {
  outline: none;
  text-decoration: none;
  background-color: #002458b0;
}
.slider-text span {
  color: #bb9675;
}
.slick-next, .slick-prev, #return-to-top {
  background-color: #bb96759e;
  border-radius: 0;
  position: absolute;
  z-index: 2;
  padding: 14px;
  background-image: url("wp-content/uploads/2018/07/arrowleft.svg");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
#return-to-top {
  right: 2vw;
  background-image: url("wp-content/uploads/2018/07/arrowright.svg");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.slick-next{
    top:47%;
    right: 2%;
    background-image: url("wp-content/uploads/2018/07/arrowright.svg");
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
}
.slick-next:hover, .slick-next:focus, #return-to-top:hover, #return-to-top:focus {
  background-color: #bb9675;
  background-image: url("wp-content/uploads/2018/07/arrowright.svg");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  outline: none;
}
.slick-prev {
  left: 2%;
  top:47%;  
  background-image: url("wp-content/uploads/2018/07/arrowleft.svg");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus {
  background-color: #bb9675;
  background-image: url("wp-content/uploads/2018/07/arrowleft.svg");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  outline: none;
}

/* news section styles */

.post-image {
  overflow: hidden;
  filter: grayscale(50);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
article.post:hover .post-image {
  filter: grayscale(0);
}
.post-content {
  padding-top: 20px;
}
.post-content a {
  font-family: Avenir-heavy;
  color:#062855;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.promises-text p {
    color:#62676a;
}
.post-content p {
  margin: 0 0 0.5em;
  color: #57646c;
}
.link-more a{
    font-family: Avenir-regular!important;
    color:#62676a;
}
.post-content .link-more {
  text-transform: uppercase;
}
.news-section {
  background-color: #d1d2d4;
  -webkit-box-shadow: 1px -7px 59px -16px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px -7px 59px -16px rgba(0,0,0,0.75);
  box-shadow: 1px -7px 59px -16px rgba(0,0,0,0.75);
}
.news-section:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #d1d2d4 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
}
.news-section .news-row-before {
  content: '';
  position: absolute;
  width: 1px;
  background: -moz-linear-gradient(top, rgba(186,187,188,0) 0%, rgba(186,187,188,0.32) 7%, rgba(186,187,188,1) 12%, rgba(186,187,188,1) 65%, rgba(186,187,188,0) 87%, rgba(186,187,188,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(186,187,188,0) 0%,rgba(186,187,188,0.32) 7%,rgba(186,187,188,1) 12%,rgba(186,187,188,1) 65%,rgba(186,187,188,0) 87%,rgba(186,187,188,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(186,187,188,0) 0%,rgba(186,187,188,0.32) 7%,rgba(186,187,188,1) 12%,rgba(186,187,188,1) 65%,rgba(186,187,188,0) 87%,rgba(186,187,188,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00babbbc', endColorstr='#00babbbc',GradientType=0 ); /* IE6-9 */
}
.news-section .news-row-after {
  content: '';
  position: absolute;
  width: 1px;
  background: -moz-linear-gradient(top, rgba(186,187,188,0) 0%, rgba(186,187,188,0.32) 7%, rgba(186,187,188,1) 12%, rgba(186,187,188,1) 65%, rgba(186,187,188,0) 87%, rgba(186,187,188,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(186,187,188,0) 0%,rgba(186,187,188,0.32) 7%,rgba(186,187,188,1) 12%,rgba(186,187,188,1) 65%,rgba(186,187,188,0) 87%,rgba(186,187,188,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(186,187,188,0) 0%,rgba(186,187,188,0.32) 7%,rgba(186,187,188,1) 12%,rgba(186,187,188,1) 65%,rgba(186,187,188,0) 87%,rgba(186,187,188,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00babbbc', endColorstr='#00babbbc',GradientType=0 ); /* IE6-9 */
}

/* promises section styles */

.promises-title h3 {
  color: #666666;
  font-size: 20px;
  font-family: Avenir-heavy;
  border-bottom: 1px solid #77787b;
  position: relative;
  text-transform: uppercase;
}
.promises-title h3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 127px;
  height: 3px;
  background-color: #bb9675;
}
/* .promises-title {
  margin-bottom: 50px;
  border-bottom: 3px solid #77787b;
  height: 47px;
} */
.promises-item {
  margin-top: 50px;
}
.promises-text h3 {
  font-family: Avenir-heavy;
    color: #062855;
}
.promises-text a{
    color: #57646c;
    font-size: 18px;

}
.promises-text h3 {
  font-size: 20px;
}
.promises-text a, .footer-bottom .footer-widget-2 ul li a, .post-content .link-more a {
  font-size: 16px;
    color:#666666;
}
.promises-icon {
  width: 200px;
  height: 200px;
  background-color: #e0e1e2;
  border-radius: 100px;
  margin-bottom: 50px;
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media(max-width: 575px){
    .promises-icon {
        margin: auto;
        margin-bottom: 20px;
    }
}
.row.promises>div:hover .promises-icon {
  background-color: #bb9675;
}

/* footer styles */

.social-icon.facebook {
  background-image: url("wp-content/uploads/2018/07/facebook-icon.svg");
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  fill: #022856;
}
.social-icon.twitter {
  background-image: url("wp-content/uploads/2018/07/twitter-icon.svg");
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  fill: #022856;
}
.social-icon.chat {
  background-image: url("wp-content/uploads/2018/07/chat-icon.svg");
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  fill: #022856;
}
.social-icon.gmail {
  background-image: url("wp-content/uploads/2018/09/youtube.svg");
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  fill: #022856;
}
.social-icon.instagram {
  background-image: url("wp-content/uploads/2018/07/instagram-icon.svg");
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  fill: #022856;
}
.social-icon.linkedin {
  background-image: url("wp-content/uploads/2018/07/linkedin-icon.svg");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  fill: #022856;
}
.textwidget img {
  margin-left: -7px;
}
.footer-bottom .footer-widget-3 #mc-embedded-subscribe:hover, .footer-widget-3 a:hover {
  background-color: #77787b;
}
.footer-widget-3 a {
  transition: all 0.2s;
}
#return-to-top {
  background-image: url("wp-content/uploads/2018/07/arrowrightblue.svg");
  background-color: #bb9675;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 2px;
  transition: all 0.2s;
}
#return-to-top:hover {
  background-image: url("wp-content/uploads/2018/07/arrowrightblue.svg");
  background-color: #77787b;
}

@media only screen and (max-width: 767px) {
  .slider-item {
   flex-direction: column-reverse;
  }
    .search-form .search-submit .icon {
        height: 24px;
        top: -5px!important;
        width: 24px;
    }
  .slick-arrow {
    /* width: 36px; */
  }
  .slider-item.wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
  .slider-img {
    width: 100%;
    padding: 20px 0;
  }
  .slider-text {
    width: 90%;
  }
  .slider-text h2 {
    font-size: 18px;
  }
  .slider-text p, a {
    font-size: 14px;
  }
  .menu-toggle:focus {
    outline: none;
  }
  #top-menu .menu-item a:hover, #top-menu .menu-item a:focus, #top-menu .menu-item.current-menu-item a, #top-menu li button:focus, #top-menu li button:hover {
    background-color: transparent;
    color: #bb9675;
  }
  #top-menu li input {
    border: 1px solid #022856;
  }
  #top-menu .menu-item a {
    color: #022856;
  }
  #top-menu li button {
    background-color: transparent;
  }
  #top-menu li button svg {
    fill: #022856;
  }
  .search-toggle {
    padding: 0.5em 1.25em 0.5em 0;
  }
  .navigation-top .wrap {
    /* padding-left: 2em;
    padding-right: 2em;  */
  }
  .menu-toggle {
    padding-left: 0;
  }
  #top-menu li input::placeholder {
    display: none;
  }
  .site-branding {
    margin-bottom: -1px!important;
  }
  .search-form {
    display: block;
  }
  .search-toggle {
    display: none;
  }
}
@media only screen and (max-width: 609px) {
  .header-social-profiles {
    display: none;
  }
  .slider-text {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .news-row-before, .news-row-after {
    display: none;
  }
  .slider-item.wrap {
    padding-left: 2.7em;
    padding-right: 2.7em;
  }
}
@media only screen and (max-width: 479px) {
  .header-slider, .news-section, .promises-section {
    margin-bottom: 30px;
  }
}
