/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
RESET CSS
*/

.background-image {
  background-size: cover !important; }

body {
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  font-family:"Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #212456;
  font-size: 1.6rem; }

* {
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; }

main {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }

main a,
main a:link,
main a:visited {
  text-decoration: underline;
  color: #588EAF; }

#header-search-bar {
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 56.25em) {
  #header-search-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 56.25em) {
  .member-button {
    text-align: center; } }

#fixed-nav .flex-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

input[type="search"] {
  font-family: mr-eaves-xl-sans, sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #808080;
  font-weight: 500;
  padding: 13px 20px; }

.search_entry {
  width: 100%;
  padding-left: 10px;
  height: 54px;
  -webkit-appearance: none;
  border: 2px solid #707070;
  border-radius: 5px; }

#header-search-bar input[type="submit"], #search-bar input[type="submit"] {
  background: url(../img/search-icon.png) 0 0 no-repeat;
  border: 0 none;
  /* height: 1.5em; */
  line-height: 1.5em;
  margin: 0;
  padding: 3px 0;
  text-indent: 100px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  float: right;
  cursor: pointer;
  height: 22px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 24px; }

#navigation {
  width: 80%; }

.logged-in #fixed-nav {
  margin-top: 32px !important; }

#fixed-nav {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 2px 3px 15px 0px #bfbfbf;
          box-shadow: 2px 3px 15px 0px #bfbfbf; }

#fixed-nav .third {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

#fixed-nav .flex-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 56.25em) {
  #fixed-nav .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; } }

#fixed-nav .flex-container .twocol {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px; }

#fixed-nav .flex-container .twocol a {
  display: block; }

@media (max-width: 56.25em) {
  #fixed-nav .flex-container .twocol {
    position: relative;
    height: auto;
    padding: 2rem !important;
    width: 100%; } }

.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding: 1rem; }

@media (max-width: 56.25em) {
  .logo-box {
    position: relative;
    display: inline-block; } }

@media (max-width: 37.5em) {
  .logo-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

header img {
  display: block;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  max-width: 26.5rem;
  width: 100%;
  display: block; }

@media (max-width: 56.25em) {
  header img {
    position: relative;
    z-index: 1; } }

@media (max-width: 37.5em) {
  header img {
    max-width: 100%; } }

.header-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4rem; }

@media (max-width: 75em) {
  .header-address {
    margin-left: 2rem; } }

@media (max-width: 56.25em) {
  .header-address {
    margin-left: 0;
    text-align: center;
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#navigation .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  right: 40px; }

#navigation .top-nav li {
  list-style: none;
  margin: 10px 5px; }

@media (max-width: 56.25em) {
  #navigation {
    display: none;
    width: 100%;
	      max-height: calc(90vh - 97px);
    padding: 15px 0 40px 0; }
  #navigation a {
    padding-left: 30px; }
  #navigation .top-nav {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #navigation .top-nav li {
    padding: 0 30px; }
  #navigation .top-nav a {
    width: 100%;
    text-align: center; } }

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 50%;
	padding-right: 40px;
  margin-top: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (max-width: 56.25em) {
  #nav {
	  padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: unset; } }

#nav > li {
  position: relative; }

#nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 56.25em) {
  #nav li {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

#nav a {
  margin: 1.8rem;
  font-weight: 400;
  text-decoration: none !important;
  font-family:"Noto Sans", sans-serif;
  color: #212456;
  font-size: 1.8rem;
  position: relative; }

@media (max-width: 56.25em) {
  #nav a::before {
	  
 } }

@media (max-width: 75em) {
  #nav a {
    margin: 2rem 1.5rem; } }

@media (max-width: 56.25em) {
  #nav a {
    text-align: left;
    margin: 1.5rem 0;
	  padding-left: 0;
	  margin-left: 30px;
    font-size: 1.5rem; } }



.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mobile-nav {
  display: none;
  cursor: pointer;
  width: 4rem;
  height: 3rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media (max-width: 56.25em) {
  #mobile-nav {
    display: block; } }

.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 3rem;
  height: 2.5px;
  background-color: #212456;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0; }

.navigation__icon::before {
  top: -0.7rem; }

.navigation__icon::after {
  top: 0.7rem; }

.open .navigation__icon {
  background-color: transparent; }

.open .navigation__icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.open .navigation__icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (max-width: 56.25em) {
  .header-social {
    visibility: hidden;
    display: none; } }

header .facebook_button {
  display: block; }

header .facebook_button:hover path {
  fill: #536669; }

.logo {
  max-width: 450px;
  display: block; }

.top-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0; }

.top-navigation > div {
  padding: 5px; }

@media (max-width: 56.25em) {
  .top-navigation {
    display: none !important; } }

.menu-item-has-children > a::after {
  content: "";
  padding: 3px;
  border-right: 2px solid #212456;
  border-bottom: 2px solid #212456;
  position: absolute;
  right: -17px;
  top: 50%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(calc(-50% - 0.3rem)) rotate(45deg);
      -ms-transform: translateY(calc(-50% - 0.3rem)) rotate(45deg);
          transform: translateY(calc(-50% - 0.3rem)) rotate(45deg); }

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1; }

.sub-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #212456;
  z-index: -1;
  border-radius: 2px;
  /* === CHANGED: allow width to fit longest item === */
  width: auto;
  min-width: max-content;
  max-width: none;
}

.sub-menu li:hover{
	background-color: #00a3ca !important;
}

.sub-menu .sub-menu li:not(:last-child) {
  border-bottom: 2px solid #FAFAFA;
}

@media (max-width: 56.25em) {
  .sub-menu .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    display: none;
    border-top: 1px solid #FAFAFA;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
    top: 0;
    width: 100%; } }

@media (max-width: 56.25em) {
  #nav .sub-menu li:not(:last-child) {
    border-bottom: 2px solid #EDEDED; }
  #nav .sub-menu a {
    font-size: 1.5rem; }
  .sub-menu .sub-menu li {
    background-color: #EEEEEE; } }

@media (max-width: 56.25em) {
  .sub-menu .sub-menu a {
    font-weight: 400 !important;
    color: #707070 !important;
    padding-left: 7rem !important; } }

@media (max-width: 56.25em) {
  .opened {
    background: #212456; }
  .opened > .sub-menu {
    border-top: 2px solid #707070;
    display: block;
    max-height: 0;
    overflow: hidden; } }

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #212456;
  z-index: -1;
  border-radius: 2px;
  /* === CHANGED: allow width to fit longest item === */
  width: auto;
  min-width: max-content;
  max-width: none;
  -webkit-box-shadow: 0px 3px 16px -1px #a6a6a6;
          box-shadow: 0px 3px 16px -1px #a6a6a6;
}

.sub-menu li:not(:last-child) {
  border-bottom: 2px solid #FAFAFA;
}

@media (max-width: 56.25em) {
  .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    top: 0;
    display: none;
    border: none;
    overflow: hidden;
    background: #212456;
    width: 100%; } }

#nav .sub-menu a {
  color: #fff;
  display: block;
  white-space: nowrap; /* === CHANGED: keep text on one line === */
}


@media (max-width: 56.25em) {
  .sub-menu a {
    color: #888888;
    display: block; } }

@media (max-width: 56.25em) {
  .sub-menu a:after {
    border-color: #888888 !important; } }

.alert-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem !important;
  background-color: #ED1C24; }

.alert-bar p {
  color: #fff;
  font-size: 2.2rem; }

.top-navigation-mobile {
  display: none !important; }

@media (max-width: 56.25em) {
  .top-navigation-mobile {
    display: block !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px !important; } }

.mobile-phone {
  display: none;
  background: url(../img/phone-icon.png) 0 0 no-repeat; }

@media (max-width: 56.25em) {
  .mobile-phone {
    display: block;
    width: 28px;
    height: 31px;
    background-size: cover;
    position: absolute;
    right: 9.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mobile-phone a {
    display: block !important;
    width: 100% !important;
    height: 100%;
    padding: 0 !important; } }

#big-video {
  position: relative;
  background: #212456;
  width: 100%;
	background-color: #212456;
  overflow: hidden; }

@media (max-width: 56.25em) {
  #big-video .video {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0; }
  #big-video video {
    height: auto;
    width: 100%;
    top: 0; } }

.video {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video {
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease; }

#big-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%; }


.vid-section{
	position: relative;
}
.video-content {
	margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
	width: 75%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-content h1 {
  text-transform: uppercase;
  letter-spacing: 1.1px; }

@media (max-width: 56.25em) {
  .video-content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 90px 40px; } }

.testimonial-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }

.testimonial-body {
  background: #212456;
  padding: 57px 150px 33px 150px;
  position: relative; }

.testimonial-body::before {
  content: "";
  display: block;
  width: 43px;
  height: 41px;
  background: url("../img/quote.png");
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media (max-width: 56.25em) {
  .testimonial-body {
    padding: 35px 20px;
    margin-bottom: 20px; } }

.third.post {
  padding: 0 20px; }

.third.post:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.third.post:hover h6 {
  color: #2B77EA; }

.third.post .post-thumbnail {
  border-radius: 5px;
  overflow: hidden; }

.third.post .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease; }

.third.post h6 {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.third.post a {
  text-decoration: none !important; }

.third.post .post-title {
  padding: 21px 10px 0 10px; }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .third:not(:last-child) {
    margin-bottom: 2rem; } }

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .half:not(:last-child) {
    margin-bottom: 2rem; } }

@media (max-width: 37.5em) {
  .flex-container.phone-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.two-thirds {
  width: 66.6666667%; }

@media (max-width: 56.25em) {
  .two-thirds {
    width: 100%; } }

.third {
  width: 33.3333333%; }

@media (max-width: 56.25em) {
  .third {
    width: 100%; }
  .third:not(:last-child) {
    padding-bottom: 20px; } }

.half {
  width: 50%; }

@media (max-width: 56.25em) {
  .half {
    width: 100%; } }

.quarter {
  width: 25%; }

@media (max-width: 56.25em) {
  .quarter {
    width: 50%; } }

@media (max-width: 37.5em) {
  .quarter {
    width: 100%; } }

.first {
  padding-right: 2rem; }

@media (max-width: 56.25em) {
  .first {
    padding-right: 0; } }

.last {
  padding-left: 2rem; }

@media (max-width: 56.25em) {
  .last {
    padding-left: 0; } }

footer {
  padding: 65px 40px; }

@media (max-width: 56.25em) {
  footer {
    padding: 30px; } }

footer a {
  color: #212456;
  text-decoration: none; }

footer .top-footer {
  padding-bottom: 47px; }

@media (max-width: 56.25em) {
  footer .top-footer {
    padding-bottom: 25px; } }

footer .subscribe-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media (max-width: 56.25em) {
  footer .subscribe-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 25px; } }

footer .subscribe-links .linkedin-link,
footer .subscribe-links .subscribe-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-right: 20px; }

footer .subscribe-links .linkedin-link .icon,
footer .subscribe-links .subscribe-link .icon {
  padding-left: 5px; }

.page-title {
  text-align: center;
  padding: 75px; }

.body-section--inner img {
  display: block;
  max-width: 100%;
  height: auto; }

.content-section--inner {
  padding: 75px;
  max-width: 900px;
  margin: 0 auto; }

@media (max-width: 56.25em) {
  .content-section--inner {
    padding: 30px; } }

.text-margin > *:not(:last-child) {
  margin-bottom: 15px; }

.full-image-container img {
  display: block;
  width: 100%;
  max-width: initial; }

.page-title,
.content-section,
.block--inner {
  background-size: cover !important; }

@media (max-width: 56.25em) {
  .content-section .third,
  .content-section .half {
    margin-bottom: 0 !important; } }

.block--inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.block--inner .block-content-inner {
  max-width: 600px;
  padding: 100px; }

@media (max-width: 56.25em) {
  .block--inner .block-content-inner {
    padding: 30px; } }

.content-inner .button:last-child {
  margin-bottom: 0 !important; }

.opened-header h4 {
  padding-bottom: 0; }

.thumbnail-container {
  position: relative;
  display: block; }

.thumbnail-container .hover-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0; }

.post-content:hover .hover-thumbnail {
  opacity: 1; }

@media (max-width: 56.25em) {
  .post {
    padding: 0 0 20px 0 !important; } }

.thumb-img img {
  max-width: initial;
  width: 100%; }

#page_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#page_controls .full {
  width: 100%; }

#page_controls .control-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #212456;
  text-align: center;
  margin-bottom: 0 !important; }

#page_controls .control-button h5 {
  padding-bottom: 0;
  color: #fff; }

#page_controls .control-button a {
  width: 100%;
  display: block;
  padding: 33px;
  text-decoration: none !important; }

@media (max-width: 56.25em) {
  #page_controls .control-button {
    margin-bottom: 2px !important; } }

#page_controls #prev.half {
  border-right: 1px solid #fff; }

@media (max-width: 56.25em) {
  #page_controls #prev.half {
    border-right: none; } }

#page_controls #next.half {
  border-left: 1px solid #fff; }

@media (max-width: 56.25em) {
  #page_controls #next.half {
    border-left: none; } }

#page_controls .control-icon {
  width: 30px;
  height: 30px;
  border-top: 2px solid #1682C6;
  border-right: 2px solid #1682C6; }

#page_controls .prev-icon {
  -webkit-transform: rotate(-135deg) translateY(50%);
      -ms-transform: rotate(-135deg) translateY(50%);
          transform: rotate(-135deg) translateY(50%);
  position: absolute;
  left: 5%;
  top: 50%; }

#page_controls .next-icon {
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 5%;
  top: 50%; }

@media (max-width: 56.25em) {
  header .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.stat-icon {
  margin-bottom: 15px; }

#event-stats h4 {
  padding-bottom: 0; }

@media (max-width: 56.25em) {
  #event-stats .fourcol {
    margin-bottom: 20px; } }

.body-section {
  padding: 60px; }

.body-section--inner {
  max-width: 1440px;
  margin: 0 auto; }

@media (max-width: 56.25em) {
  .body-section {
    padding: 30px; } }

.section-title {
  text-align: center;
  margin-bottom: 60px !important; }

.icon-button {
  padding: 20px; }

.icon-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  position: relative;
  padding: 33px 33px 17px 33px;
  text-align: center; }

.icon-button a h6,
.icon-button a svg,
.icon-button a circle,
.icon-button a ellipse,
.icon-button a line,
.icon-button a path {
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease; }

.icon-button a:hover .icon-bg {
  height: 100%; }

.icon-button a:hover svg circle,
.icon-button a:hover svg ellipse,
.icon-button a:hover svg path,
.icon-button a:hover svg line {
  stroke: #fff; }

.icon-button a:hover h6 {
  color: #fff; }

.icon-button .icon-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  z-index: -1; }

.analysis-section {
  background: #212456; }

.analysis-section .half.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 56.25em) {
  .vid-section {
    padding-bottom: 0; }
  .vid-section .right {
    padding: 70px 30px;
    position: relative;
    height: 186px; }
  .vid-section .bg-video {
    height: 186px;
    bottom: 0;
    top: initial; } }

.bg-video {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: auto; }

.bg-video video {
  height: 100%;
  width: auto; }

.title {
  margin-bottom: 40px; }

@media (max-width: 56.25em) {
  .title {
    margin-bottom: 20px; } }

.count-block {
  margin-bottom: 30px; }

.map-section img {
  width: 100%;
  height: auto;
  display: block; }

.content-section {
  padding: 60px; }

.content-section .body-section {
  padding: 0; }

.content-section .body-section:not(:last-child) {
  padding-bottom: 40px; }

@media (max-width: 56.25em) {
  .content-section {
    padding: 30px; } }

.default-page-vid {
  overflow: hidden; }

.default-page-vid .video-content {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  padding: 50px;
  z-index: 1; }

.default-page-vid .video-content h1 {
  text-transform: none; }

.default-page-vid .video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.image-tile {
  padding: 20px; }

.image-tile--inner{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.image-tile--content{
	flex-grow: 1;
}

@media (max-width: 56.25em) {
  .image-tile {
    padding: 10px 0; } }

.image-tile--thumbnail {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative; }

.image-tile .overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(transparent));
  background: -o-linear-gradient(bottom, transparent, transparent);
  background: linear-gradient(to top, transparent, transparent);
  bottom: 0; }

.image-tile--title {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  padding: 0 20px;
  z-index: 1; }

.image-tile--content {
  padding: 20px;
  background: #f9f6f4; }

.image-tile:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.image-tile img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease; }

.image-tile a {
  text-decoration: none !important; }

main ul {
  padding: 0 20px; }

main ul li:not(:last-child) {
  padding-bottom: 10px !important; }

.text-tile {
  text-align: center; }

.text-tile .btn-small {
  margin-top: 5px; }

@media (max-width: 56.25em) {
  .text-tile {
    padding-bottom: 10px !important; } }

.list-image .overlay {
  height: 100%; }

.list-image .image-tile--thumbnail {
  border-radius: 5px; }

.list-image .image-tile--title {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.center-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 56.25em) {
  .logo-tile {
    width: 50%; } }

.logo-tiles-container {
  border-top: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB; }

.logo-tile--inner {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  text-align: center;
  background: #212456;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 56.25em) {
  .logo-tile--inner {
    padding: 70px 25px; } }

.narrow {
  max-width: 766px; }

.alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.alm-reveal .post {
  padding: 20px; }

.news-list .post-title {
  border: none !important; }

.post-title {
  text-align: center;
  max-width: 1435px;
  margin: 0 auto; }

.next-prev {
  background: -webkit-gradient(linear, left top, right top, from(#2B77EA), to(#0D429D));
  background: -o-linear-gradient(left, #2B77EA, #0D429D);
  background: linear-gradient(to right, #2B77EA, #0D429D);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  position: relative; }

.next-prev .prev-post {
  margin-right: auto; }

@media (max-width: 56.25em) {
  .next-prev .prev-post {
    width: 35px;
    height: 35px; }
  .next-prev .prev-post svg {
    width: 35px;
    height: 35px; } }

.next-prev .prev-post svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.next-prev .next-post {
  margin-left: auto; }

@media (max-width: 56.25em) {
  .next-prev .next-post {
    width: 35px;
    height: 35px; }
  .next-prev .next-post svg {
    width: 35px;
    height: 35px; } }

.next-prev .all-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }

.next-prev .all-link a {
  text-decoration: none !important; }

@media (max-width: 56.25em) {
  .testimonials-link {
    display: none; } }

.testimonials-link.mobile {
  display: none; }

@media (max-width: 56.25em) {
  .testimonials-link.mobile {
    display: block; } }

/*ANIMATIONS*/
.text-in {
  opacity: 0; }

.come-in .text-in {
  -webkit-transform: translateY(9rem);
      -ms-transform: translateY(9rem);
          transform: translateY(9rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.come-in {
  -webkit-transform: translateY(15rem);
      -ms-transform: translateY(15rem);
          transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.already-visible {
  -webkit-transform: translateY(15rem);
      -ms-transform: translateY(15rem);
          transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards; }

.come-in .animate-width {
  -webkit-animation: anim-width 0.5s ease forwards;
  animation: anim-width 0.5s ease forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

@keyframes anim-width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes anim-width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes text-down {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes text-down {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes come-in {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes come-in {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

h1,
.count-num {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #212456; }

@media (max-width: 56.25em) {
  h1,
  .count-num {
    font-size: 3rem; } }

h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #212456; }

@media (max-width: 56.25em) {
  h2 {
    font-size: 2.25rem; } }

h3 {
  font-family:"Noto Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
  color: #212456; }

@media (max-width: 56.25em) {
  h3 {
    font-size: 1.875rem; } }

h4 {
  font-family:"Noto Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #212456; }

@media (max-width: 56.25em) {
  h4 {
    font-size: 2rem; } }

h5 {
  font-family:"Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #212456; }

@media (max-width: 56.25em) {
  h5 {
    font-size: 2rem; } }

h6 {
  font-family:"Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #212456; }

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a,
.text-white li {
  color: #fff !important; }

blockquote {
  padding-left: 30px;
  border-left: 3px solid #2B77EA; }

blockquote p {
  color: #2B77EA;
  font-size: 2.5rem;
  font-style: italic; }

.dd-btn, .button, #fsSubmitButton2858406, .form-submit input[type="submit"], #slider-section .button, footer .button, a.button, .top-nav a {
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  font-family:"Noto Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#2B77EA), to(#0D429D));
  background: -o-linear-gradient(left, #2B77EA, #0D429D);
  background: linear-gradient(to right, #2B77EA, #0D429D);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none !important;
  border-radius: 36px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 56.25em) {
  .dd-btn, .button, #fsSubmitButton2858406, .form-submit input[type="submit"], #slider-section .button, footer .button, a.button, .top-nav a {
    font-size: 1.5rem; } }

.dd-btn.btn-small, .button.btn-small, #fsSubmitButton2858406.btn-small, .form-submit input[type="submit"].btn-small, #slider-section .button.btn-small, footer .button.btn-small, a.button.btn-small, .top-nav a.btn-small {
  font-size: 1.5rem;
  padding: 5px 18px;
  background: #212456; }

.dd-btn.alt_button, .dd-btn.alt, .button.alt_button, .button.alt, #fsSubmitButton2858406.alt_button, #fsSubmitButton2858406.alt, .form-submit input[type="submit"].alt_button, .form-submit input[type="submit"].alt, #slider-section .button.alt_button, #slider-section .button.alt, footer .button.alt_button, footer .button.alt, a.button.alt_button, a.button.alt, .top-nav a.alt_button, .top-nav a.alt {
  font-size: 1.5rem;
  color: #212456 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  position: relative;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding-right: 40px !important; }

.dd-btn.alt_button:hover, .dd-btn.alt:hover, .button.alt_button:hover, .button.alt:hover, #fsSubmitButton2858406.alt_button:hover, #fsSubmitButton2858406.alt:hover, .form-submit input[type="submit"].alt_button:hover, .form-submit input[type="submit"].alt:hover, #slider-section .button.alt_button:hover, #slider-section .button.alt:hover, footer .button.alt_button:hover, footer .button.alt:hover, a.button.alt_button:hover, a.button.alt:hover, .top-nav a.alt_button:hover, .top-nav a.alt:hover {
  color: #2B77EA;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.dd-btn.alt_button:hover:after, .dd-btn.alt:hover:after, .button.alt_button:hover:after, .button.alt:hover:after, #fsSubmitButton2858406.alt_button:hover:after, #fsSubmitButton2858406.alt:hover:after, .form-submit input[type="submit"].alt_button:hover:after, .form-submit input[type="submit"].alt:hover:after, #slider-section .button.alt_button:hover:after, #slider-section .button.alt:hover:after, footer .button.alt_button:hover:after, footer .button.alt:hover:after, a.button.alt_button:hover:after, a.button.alt:hover:after, .top-nav a.alt_button:hover:after, .top-nav a.alt:hover:after {
  background: url("../img/button_arrow_hover.png"); 
	    background-size: contain;
    background-position: center;
}

.dd-btn.alt_button:after, .dd-btn.alt:after, .button.alt_button:after, .button.alt:after, #fsSubmitButton2858406.alt_button:after, #fsSubmitButton2858406.alt:after, .form-submit input[type="submit"].alt_button:after, .form-submit input[type="submit"].alt:after, #slider-section .button.alt_button:after, #slider-section .button.alt:after, footer .button.alt_button:after, footer .button.alt:after, a.button.alt_button:after, a.button.alt:after, .top-nav a.alt_button:after, .top-nav a.alt:after {
content: "";
    display: block;
    background: url(../img/button_arrow.png);
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0px;
    background-size: contain;
    background-position: center;
    top: 50%;
    background-repeat: no-repeat !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; }

.dd-btn:hover, .button:hover, #fsSubmitButton2858406:hover, .form-submit input[type="submit"]:hover, #slider-section .button:hover, footer .button:hover, a.button:hover, .top-nav a:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #2b77ea;
          box-shadow: 0px 0px 0px 2px #2b77ea;
  color: #2B77EA !important;
  background: #212456; }

.top-nav a {
  font-size: 1.5rem;
  padding: 5px 20px; }

@media (max-width: 56.25em){
	.banner-video .video{
		width: 100% !important;
		height: auto !important;
	}

}

	
	.banner-video .video-content{
		width: 100% !important;
	}

.aligncenter{
	display: block;
	margin: 0 auto;
}



/* === Crestwell Custom CSS === */

@media (max-width: 75em) {
	.image-tile--title h4 {
		line-height: 22px;
	}
	
  #navigation {
    display: none;
    width: 100%;
	      max-height: calc(90vh - 97px);
    padding: 15px 0 40px 0; }
  #navigation a {
    padding-left: 30px; }
  #navigation .top-nav {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #navigation .top-nav li {
    padding: 0 30px; }
  #navigation .top-nav a {
    width: 100%;
    text-align: center; } }


@media (max-width: 75em) {
  #nav {
	  padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: unset; } }

@media (max-width: 75em) {
  #nav li {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }
@media (max-width: 75em) {
  #nav a::before {
	  
 } }
@media (max-width: 75em) {
  #nav a {
    text-align: left;
    margin: 1.5rem 0;
	  padding-left: 0;
	  margin-left: 30px;
    font-size: 1.5rem; } }

@media (max-width: 75em) {
  #nav a.active::before {
    display: block !important;
    -webkit-transform: scaleX(1) translateX(-50%);
        -ms-transform: scaleX(1) translateX(-50%);
            transform: scaleX(1) translateX(-50%); } }

@media (max-width: 75em) {
  #mobile-nav {
    display: block !important;
	}
		#fixed-nav .flex-container .twocol {

position: relative;
height: auto;
padding: 2rem !important;
width: 100%;
}
}


@media (max-width: 75em) {
  .top-navigation {
    display: none !important; } }

@media (max-width: 75em) {
  .sub-menu .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    display: none;
    border-top: 1px solid #FAFAFA;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
    top: 0;
    width: 100%; } }

@media (max-width: 75em) {
  #nav .sub-menu li:not(:last-child) {
    border-bottom: 2px solid #EDEDED; }
  #nav .sub-menu a {
    font-size: 1.5rem; }
  .sub-menu .sub-menu li {
    background-color: #EEEEEE; } }

@media (max-width: 75em) {
  .sub-menu .sub-menu a {
    font-weight: 400 !important;
    color: #707070 !important;
    padding-left: 7rem !important; } }

@media (max-width: 75em) {
  .opened {
    background: #212456; }
  .opened > .sub-menu {
    border-top: 2px solid #707070;
    display: block;
    max-height: 0;
    overflow: hidden; } }
@media (max-width: 75em) {
  .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    top: 0;
    display: none;
    border: none;
    overflow: hidden;
    background: #212456;
    width: 100%; } }
@media (max-width: 75em) {
  .sub-menu a {
    color: #888888;
    display: block; } }

@media (max-width:75em) {
  .sub-menu a:after {
    border-color: #888888 !important; } }










.overlay-video {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
} 
#big-video h3 {
	line-height: 30px;
}

@media (max-width: 56.25em) {
	
	#big-video .video {
		position:relative;
		height: 500px;
		width: 100%;	
	}
	
	.video-content h1 {
		line-height: 3.5rem;
	}
	
	#big-video h3 {
		line-height: 20px;
	}
	
	
}


.video-content {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
	z-index: 3;
	padding-right: 350px;
}

@media (max-width: 75em) {
  .video-content {
/*     position: relative;
    width: 100%;
    left: initial;
    top: initial;
    transform: none;
    background: #212456; */
    padding: 20px;
  }
}

.default-page-vid {
/* 	background-color: #0e1d45 !important; */
}





h1 {
font-family: "Noto Serif", serif;
font-weight: 400;
font-style: normal;
	text-transform: none;
	line-height: 4.5rem;
}
.video-content h1 {
	text-transform:none;
}


h2 {
	font-family: "Noto Serif", serif;
font-weight: 400;
font-style: normal;
	text-transform: none;
}

h3{
	font-family:"Noto Sans", sans-serif;
font-weight: 400;
font-style: normal;
}
h4{
	font-family:"Noto Sans", sans-serif;
font-style: normal;
}
h5{
	font-family:"Noto Sans", sans-serif;
font-weight: 400;
font-style: normal;
}
h6{
	font-family:"Noto Sans", sans-serif;
font-weight: 400;
font-style: normal;
}


@media (max-width: 56.25em) {
	.logo {
		max-width: 250px;
	}
}

header img {
	width: 350px;
	padding-top: 10px;
}

.sub-menu {
	background: #212456
}

.sub-menu li:not(:last-child) {
	border-bottom: 1px solid #fafafa;
}
#nav .sub-menu a {
	margin: 12px;
}

.dd-btn.alt_button, .dd-btn.alt, .button.alt_button, .button.alt, #fsSubmitButton2858406.alt_button, #fsSubmitButton2858406.alt, .form-submit input[type="submit"].alt_button, .form-submit input[type="submit"].alt, #slider-section .button.alt_button, #slider-section .button.alt, footer .button.alt_button, footer .button.alt, a.button.alt_button, a.button.alt, .top-nav a.alt_button, .top-nav a.alt {
	
	color: #00A3CA !important;
}


.image-tile .btn-small:hover {
	background-color: #fff !important;
}

.dd-btn.alt_button:hover, .dd-btn.alt:hover, .button.alt_button:hover, .button.alt:hover, #fsSubmitButton2858406.alt_button:hover, #fsSubmitButton2858406.alt:hover, .form-submit input[type="submit"].alt_button:hover, .form-submit input[type="submit"].alt:hover, #slider-section .button.alt_button:hover, #slider-section .button.alt:hover, footer .button.alt_button:hover, footer .button.alt:hover, a.button.alt_button:hover, a.button.alt:hover, .top-nav a.alt_button:hover, .top-nav a.alt:hover {
	color: #0E1D45 !important;
}

.dd-btn.alt_button:after, .dd-btn.alt:after, .button.alt_button:after, .button.alt:after, #fsSubmitButton2858406.alt_button:after, #fsSubmitButton2858406.alt:after, .form-submit input[type="submit"].alt_button:after, .form-submit input[type="submit"].alt:after, #slider-section .button.alt_button:after, #slider-section .button.alt:after, footer .button.alt_button:after, footer .button.alt:after, a.button.alt_button:after, a.button.alt:after, .top-nav a.alt_button:after, .top-nav a.alt:after {
	background: url(/wp-content/uploads/2021/10/arrow_alt_button_color.png);
}

.dd-btn.alt_button:hover:after, .dd-btn.alt:hover:after, .button.alt_button:hover:after, .button.alt:hover:after, #fsSubmitButton2858406.alt_button:hover:after, #fsSubmitButton2858406.alt:hover:after, .form-submit input[type="submit"].alt_button:hover:after, .form-submit input[type="submit"].alt:hover:after, #slider-section .button.alt_button:hover:after, #slider-section .button.alt:hover:after, footer .button.alt_button:hover:after, footer .button.alt:hover:after, a.button.alt_button:hover:after, a.button.alt:hover:after, .top-nav a.alt_button:hover:after, .top-nav a.alt:hover:after {
		background: url(/wp-content/uploads/2021/10/arrow_alt_button_color_hover@2x.png);
}

.dd-btn, .button, #fsSubmitButton2858406, .form-submit input[type="submit"], #slider-section .button, footer .button, a.button, .top-nav a {
	background: #212456;
}

.dd-btn:hover, .button:hover, #fsSubmitButton2858406:hover, .form-submit input[type="submit"]:hover, #slider-section .button:hover, footer .button:hover, a.button:hover, .top-nav a:hover {
  -webkit-box-shadow: 0px 0px 0px 2px #00A3CA;
          box-shadow: 0px 0px 0px 2px #00A3CA;
  color: #00A3CA !important;
  }

.dd-btn.btn-small, .button.btn-small, #fsSubmitButton2858406.btn-small, .form-submit input[type="submit"].btn-small, #slider-section .button.btn-small, footer .button.btn-small, a.button.btn-small, .top-nav a.btn-small {

  background: #212456; }

.testimonial-body::before {
	  width: 56px;
    height: 43px;
	background: url(/wp-content/uploads/2021/10/testimonial_quote@2x.png);
}

.icon-button a:hover svg circle, .icon-button a:hover svg ellipse, .icon-button a:hover svg path, .icon-button a:hover svg line {
    stroke: #fff;
}

.footer-thirds-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 56.25em) {
	.footer-thirds-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
	.footer-thirds-first {
padding-bottom: 20px;}
	.footer-thirds-second {
padding-bottom: 20px;}
}

.footer-thirds {
	background-color: #0e1d45;
	padding: 60px;
}

footer {
padding: 0px;
}

.footer-padding {
padding: 60px;}


.text-content {
	padding: 60px;
	text-align: center;
}


.icon-card {
  background: #588eb0;
  position: relative;
  border-radius: 10px;
  padding: 15px;
  min-height: 385px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: default;
}

.icon-card-image {
  height: 138px;
  width: auto;
  text-align: center;
  position: absolute;
  bottom: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.icon-card-image img {
  display: block;
  height: 120px;
  width: auto;
	max-width: initial;
}

.icon-card-title {
  width: 100%;
  height: auto;
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 25px;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.icon-card-content {
  text-align: center;
  width: 100%;
  opacity: 0;
  padding-top: 151px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  line-height: 27px;
}

.icon-card:hover {
  background: #f9f6f4;
}

.icon-card:hover .icon-card-image {
  opacity: 0;
}

.icon-card:hover .icon-card-title {
  top: 32px;
}

.icon-card:hover .icon-card-content {
  opacity: 1;
}

.icon-cards {
  -moz-column-gap: 10px !important;
  -webkit-column-gap: 10px !important;
  column-gap: 10px !important;
  row-gap: 10px !important;
}

.grid { display: grid; }

.grid.three {
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 56.25em) {
  .grid.three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media (max-width: 37.5em) {
  .grid.three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
  }
}
