@font-face {
	font-family: 'ProximaNovaAExCn-Bold';
	font-weight: normal;
	src: url('../fonts/ProximaNovaAExCn-Bold.otf') format('opentype')
}

/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */

/* header styles */

header {
  font-family: 'ProximaNovaAExCn-Bold', sans-serif;
  position:relative;
  z-index:3;
}

header a:hover,
header a:focus{
  text-decoration:none;
}

header * {
  margin: 0;
}

header ul{
  list-style:none;
}

header .header-container {
  display: block;
  background:white;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  padding-bottom:10px;
}

header .header-fake-background{
  height:135px;
}

header .mobile-row,
header .submenu-container,
header .social-expansion-button-column{
  display: none;
}

header .inner-top-row{
  max-width:930px;
  margin:0 auto;
  display:flex;
  justify-content: end;
  padding-top:18px;
}

header .social-list{
  display:flex;
  column-gap:4px;
}

header .facebook-a{
  display:flex;
  justify-content: center;
  align-items: center;
  height:30px;
  width:22.5px;
  font-size:22px;
  color:#02AFE7;
  transition:0.3s linear;
}

header .instagram-a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:27.5px;
  height:30px;
  font-size:20px;
  color:#02AFE7;
  transition:0.3s linear;
}

header .facebook-a:hover,
header .instagram-a:hover{
  color:#22527C;
}

header .inner-main-row{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items: center;
}

header .left-column .nav-list{
  display:flex;
  justify-content: end;
}

header .nav-list{
  display:flex;
  column-gap:4px;
}

header .nav-list a{
  font-family: 'ProximaNovaAExCn-Bold', sans-serif;
}

header .nav-list>li>a{
  font-size:19px;
  line-height:50px;
  color:#00afe7;
  padding:0 6px;
  display:flex;
  align-items: center;
  transition:0.3s linear;
}

header .nav-list>li:hover>a{
  color:#22527C;
}

header .nav-list>li>a>i{
  width:12.25px;
  font-size:13px;
  transform:translate(5px,-1px);
}

header .logo-column{
  margin-top:-13px;
  margin-left:16px;
  margin-right:16px;
}

header .main-row{
  margin-left:-95px;
  margin-top:-2px;
}

header .nav-list>li{
  position:relative;
}

header .nav-list .submenu-container{
  position:absolute;
}

header .nav-list li:hover .submenu-container{
  display:block;
}

header .nav-list .submenu{
  width:229px;
  padding:0 15px;
  background:#02AFE7;
}

header .nav-list .submenu li{
  padding:8px 0;
}

header .nav-list .submenu a{
  padding:0 6px;
  color:white;
  font-size:19px;
  display:block;
  line-height:28.5px;
  transition:0.5s linear;
}

header .nav-list .submenu a:hover{
  color:#22527C;
}
@media only screen and (max-width:1199px){
  header .nav-list>li>a{
    font-size:17px;
  }
  header .logo-column{
    margin-left:7px;
    margin-right:8px;
  }
  header .main-row{
    margin-left:-100px;
  }
  header .inner-top-row{
    max-width:833px;
  }
  header .nav-list .submenu a{
    font-size:17px;
    line-height:25.5px;
  }
  header .header-container {
    padding-bottom:0;
  }
}

@media only screen and (max-width:991px){
  header .nav-list>li>a{
    font-size:15px;
    line-height:42px;
    padding:0 2px;
  }
  header .main-row{
    margin-left:0;
    margin-top:-13px;
    padding:0 20px;
  }
  header .logo-column{
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:10px;
    text-align: center;
  }
  header .nav-list>li>a>i{
    transform: translate(2px,-2px);
  }
  header .inner-top-row{
    max-width:720px;
  }
  header .inner-main-row{
    grid-template-columns:37% 19% 44%;
    align-items:start;
  }
  header .nav-column{
    padding-top:24px;
  }
  header .nav-list .submenu a{
    font-size:15px;
    line-height:22.5px;
    padding:11px 2px;
  }
  header .header-fake-background{
    height:135px;
  }
}

/* mobile header styles */
@media only screen and (max-width:767px){
  header .nav-column,
  header .top-row,
  header .mobile-submenu-container{
    display:none;
  }
  header .header-fake-background{
    height:112px;
  }
  header .social-expansion-button-column{
    display:block;
    margin-top:8px;
  }
  header .main-row{
    margin-top:0;
    padding-top:10px;
    padding-right:15px;
  }
  header .facebook-a{
    font-size:21px;
  }
  header .inner-main-row{
    display:flex;
    justify-content: space-between;
  }
  header .expansion-button-row{
    display:flex;
    justify-content: center;
  }
  header .expansion-button{
    display:flex;
    justify-content: center;
    align-items: center;
    width:44px;
    height:34px;
    background:#02AFE7;
    border-radius:4px;
    color:white;
    font-size:22px;
    margin-top:15px;
    transition:0.3s linear;
  }
  header .expansion-button:hover,
  header .expansion-button:focus{
    background:#22527C;
  }
  header .mobile-row{
    display:block;
    padding:0 20px;
    max-height: 0;
    overflow:scroll;
    transition:0.3s linear;
  }
  header.skin-nav-menu-opened .mobile-row{
    max-height:calc(70vh + 10px);
  }
  header .mobile-nav-list{
    padding-top:7.5px;
    border-top:1px solid #E7E7E7;
    margin-top:10px;
  }
  header .mobile-nav-list a{
    display:block;
    text-align: center;
    font-size:18px;
    line-height:42px;
    color:rgb(0,175,231);
  }
  header .mobile-submenu-header{
    display:block;
    position:relative;
  }
  header .mobile-submenu-button{
    display:flex;
    justify-content: center;
    align-items: center;
    right:0;
    top:0;
    position:absolute;
    height:42px;
    width:50px;
    background:none;
    color:rgb(0,175,231);
    font-size:12px;
  } 
  header .mobile-submenu-container{
    display:block;
    max-height:0;
    overflow:hidden;
    transition:0.5s ease-in-out;
  }
  header .submenu-opened .mobile-submenu-container{
    max-height:600px;
  }
  
  header .mobile-nav-list .mobile-submenu a{
    line-height:49px;
    padding:9px 0;
    color:white;
  }

  header .mobile-nav-list .mobile-submenu li{
    background:#02AFE7;
    color:white;
  }

  header .mobile-nav-list>li>.focused.mobile-submenu-header,
  header .mobile-nav-list>li>.focused.mobile-submenu-header>a,
  header .mobile-nav-list>li>.focused.mobile-submenu-header>button{
    background:#F7EA11;
    color:#041859;
  }
}

/* footer styles */

footer {
  font-family: 'ProximaNovaAExCn-Bold', sans-serif;
}

footer a:hover,
footer a:focus{
  text-decoration:none;
}

footer .footer-container {
  display: block;
}

footer ul{
  list-style:none;
}

footer .mobile-wrapper{
  display:none;
}

footer * {
  margin: 0;
}
footer .top-row{
  background:white;
}
footer .inner-top-row{
  max-width:1150px;
  margin:0 auto;
  padding:30px;
  display:flex;
  justify-content: space-between;
  background:#02AFE7;
  position:relative;
}

footer .inner-top-row::before{
  content: "";
  position: absolute;
  top: -12px;
  height: 12px;
  width: 57%;
  right: 0;
  background-color: #F7EA0F;
}

footer .inner-top-row>div{
  padding:0 5px;
}

footer .icon-text-column{
  display:grid;
  column-gap:15px;
  grid-template-columns:33px auto;
}

footer .email-icon-text-column{
  column-gap:19px;
}

footer .phone-icon-text-column{
  column-gap:19px;

}

footer .icon-text-column i{
  color:#F7EA11;
}

footer .icon-text-column p{
  color:white;
  font-size:18px;
  line-height:27px;
}

footer .icon-text-column p a{
  color:white;
}

footer .map-marker-icon-text-column i{
  font-size:45px;
}

footer .phone-icon-text-column i{
  font-size:50px;
}

footer .email-icon-text-column{
  font-size:37px;
}

footer .newsletter-a{
  display:flex;
  justify-content: center;
  align-items: center;
  line-height:50.5px;
  padding:0 25px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background:rgb(247,234,15);
  color:rgb(4,24,89);
  font-size:19px;
  letter-spacing:1px;
  transition:0.4s linear;
}

footer .newsletter-a:hover{
  background:#041859;
  color:white;
}

footer .top-row{
  margin-bottom:-25px;
}

footer .lower-row{
  background:url('../img/footer-lower-row.png');
  background-repeat: no-repeat;
  background-position:bottom;
  background-size:100%;
  position:relative;
}

footer .inner-lower-row{
  padding:0 15px;
  margin:0 auto;
  max-width:1170px;
}

footer .desktop-wrapper{
  display:grid;
  grid-template-columns:1fr auto 1fr;
}

footer .quick-links-list{
  display:flex;
  column-gap:50px;
  margin:0 25px;
}

footer .nav-wrapper{
  margin-top:116px;
}

footer .background-wrapper{
  margin-bottom:-138px;
}

footer .column-1 .quick-links-list{
  margin-left:27px;
  column-gap:54px;
}

footer .column-3 .quick-links-list{
  margin-left:46px;
  column-gap:54px;
}

footer .quick-links-list a{
  color: #041859;
  font-size:20px;
  transition:0.4s linear;
}

footer .quick-links-list a:hover{
  color:#F7EA11;
}

footer .inner-column-2{
  text-align: center;
  margin-left:15px;
}

footer .social-list{
  display:flex;
  column-gap:14px;
  margin-left:40px;
  margin-top:25px;
}

footer .facebook-a{
  display:flex;
  justify-content: center;
  align-items: center;
  height:30px;
  width:23.75px;
  font-size:24px;
  color:white;
  transition:0.4s linear;
}

footer .instagram-a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:29.25px;
  height:30px;
  font-size:23px;
  color:white;
  transition:0.4s linear;
}

footer .twitter-a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:29.25px;
  height:30px;
  font-size:23px;
  color:white;
  transition:0.4s linear;
}

footer .facebook-a:hover,
footer .instagram-a:hover{
  color:#F7EA11;
}


footer .stellar-wrapper{
  display:flex;
  justify-content: end;
  margin-top: 20px;
  margin-right:60px;
}

footer .stellar-p{
  font-size:24px;
  color:white;
}

footer .stellar-p a{
  color:white;
  transition:0.4s linear;
}

footer .stellar-p a:hover{
  color:#F7EA11;
}

@media only screen and (max-width:1199px){
  footer .lower-row{
    background-size: cover;
  }
  footer .inner-column-2{
    margin-left:0;
    margin-right:45px;
  }
  footer .column-1 .quick-links-list{
    column-gap: 24px;
    margin-left: 0;
    margin-right: 16px;
    justify-content: end;
  }
  footer .column-3 .quick-links-list{
    margin-left:-29px;
    margin-right:0;
    column-gap:24px;
  }
  footer .social-list{
    margin-left:0;
    justify-content: end;
    margin-right:208px;
  }
  footer .background-wrapper{
    margin-bottom:-135px;
  }
  footer .stellar-wrapper{
    margin-right:0;
    justify-content: start;
    margin-left:-20px;
  }
  footer .inner-top-row{
    max-width:991px;
  }
}

@media only screen and (max-width:991px){
  footer .lower-row,
  footer .inner-lower-row{
    max-height:141px;
    min-height:141px;
  }
  footer .inner-column-2 img{
    max-height:152px;
    min-height:152px;
    position:absolute;
    margin-right:0;
    margin-left: -16px;
    margin-top:0;
    /* center horizontally */
    left:50%;
    transform:translateX(-50%);
    bottom:-5px;
  }
  footer .desktop-wrapper{
    grid-template-columns:minmax(0,388px) 185px minmax(0,388px);
    position:relative;
    overflow:hidden;
    height:141px;
  }
  footer .quick-links-list a{
    font-size:17px;
  }
  footer .nav-wrapper{
    margin-top:68px;
  }
  footer .social-list{
    margin-top:0;
  }
  footer .stellar-wrapper{
    margin-top:0;
  }
  footer .column-1 .quick-links-list{
    margin-right:30px;
    column-gap:23.9px;
  }
  footer .column-3 .quick-links-list{
    margin-left:-2.5px;
  }
  footer .social-list{
    margin-right:0;
    margin-left:40px;
    justify-content: start;
  }
  footer .stellar-p{
    font-size:20px;
  }
  footer .inner-top-row{
    max-width:859px;
    display:grid;
    grid-template-columns:49% 49%;
    row-gap:25px;
  }
  footer .icon-text-column p{
    font-size:16px;
    line-height:24px;
  }
  footer .map-marker-icon-text-column i{
    font-size:40px;
    transform:translateX(2px);
  }
  footer .email-icon-text-column i{
    font-size:30px;
  }
  footer .phone-icon-text-column i{
    font-size:40px;
  }
  footer .newsletter-a{
    display:inline-flex;
  }
  footer .background-wrapper{
    margin-bottom:-141px;
  }
}

@media only screen and (max-width:782px){
  footer .inner-lower-row{
    padding:0;
  }
  footer .column-1 .quick-links-list{
    column-gap:19.5px;
  }
  footer .desktop-wrapper{
    grid-template-columns: minmax(0,385) 181px minmax(0,385px);
  }
  footer .inner-column-2 img{
    min-height:149px;
    max-height:149px;
    margin-left:-20px;
    bottom:-4px;
  }
  footer .column-3 .quick-links-list{
    margin-left:-10px;
  }
  footer .social-list{
    margin-left:33px;
  }
  footer .background-wrapper{
    margin-bottom:-141px;
  }
}

@media only screen and (max-width:767px){
  footer .mobile-wrapper{
    display:block;
  }
  footer .nav-wrapper{
    display:none;
  }
  footer .lower-row{
    background-image:none;
    background:#02AFE7;
  }
  footer .lower-row, 
  footer .inner-lower-row,
  footer .desktop-wrapper{
    min-height:auto;
    max-height:100%;
    height:auto;
  }
  footer .desktop-wrapper{
    display:grid;
    grid-template-columns:1fr auto 1fr;
  }
  footer .inner-column-2 img{
    position:static;
    margin-left:0;
    margin-right:5px;
    transform:translate(0,0);
    max-height:100%;
    min-height:100%;
    max-width:265px;
    width:100%;
  }
  footer .inner-column-2{
    margin-left:0;
    margin-right:0;
  }
  footer .column-1,
  footer .column-3{
    display:flex;
    align-items: end;
    margin-bottom:40px;
  }
  footer .column-3{
    margin-bottom:20px;
  }
  footer .stellar-p{
    font-size:18px;
  }
  footer .stellar-wrapper{
    margin-left:0;
    padding-right:15px;
  }
  footer .mobile-quick-wrapper{
    text-align: center;
  }
  footer .mobile-quick-list a{
    font-size:17px;
    color:rgb(4,24,89);
    transition:0.4s linear;
  }

  footer .mobile-quick-list a:hover{
    color:#F7EA11;
  }

  footer .mobile-quick-list{
    display:flex;
    flex-direction: column;
    row-gap:8.5px;
    padding:0 10px;
    margin-bottom:-30.2px;
    margin-right:5px;
    padding-top:23px;
  }
  footer .background-wrapper{
    margin-bottom:0;
  }
  footer .top-row{
    margin-bottom:0;
  }
}

@media only screen and (max-width:600px){
  footer .inner-top-row{
    display:flex;
    flex-direction: column;
  }
  footer .inner-top-row>div{
    max-width:254px;
    margin:0 auto;
    width:63%;
    display:flex;
    flex-wrap:wrap;
  }
  footer .inner-top-row>div i{
    width:33px;
  }
  footer .newsletter-a{
    width:232.94px;
    min-width:232.94px;
  }
  footer .icon-text-column{
    column-gap:4px;
    row-gap:20px;
  }
  footer .icon-text-column p{
    transform:translateX(3px);
  }
}

@media only screen and (max-width:520px){
  footer .desktop-wrapper{
    display:grid;
    grid-template-columns:100%;
  }
  footer .column-1{
    grid-row-start: 2;
    display:flex;
    justify-content: center;
    margin-bottom:10px;
  }
  footer .column-3{
    display:flex;
    justify-content: center;
    text-align: center;
  }
  footer .social-list{
    margin-left:-15px;
    margin-top:16px;
  }
}

@media only screen and (max-width:380px){
  footer .inner-top-row>div{
    width:73%;
  }
}