@font-face {
  font-family: 'relativebold';
  src: url('../fonts/relative-bold-webfont.woff2') format('woff2'),
       url('../fonts/relative-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'relativebook';
  src: url('../fonts/relative-book-webfont.woff2') format('woff2'),
       url('../fonts/relative-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.grecaptcha-badge{
  display:none;
}
.xmas{
  position:fixed; 
  bottom:0; 
  background: repeating-linear-gradient(
  45deg,
  #fd9393,
  #fd9393 30px,
  #ff8585 30px,
  #ff8585 60px
);
  
  z-index:99; 
  width:100%; 
  text-align: center;
  padding: 5px 50px;
 
}

.xmas p{
  color: #fff; 
  font-size: 1.4rem;
  font-family: 'relativebook';
}
.xmas a{
  color: #fff; 
  text-decoration: underline;
}

.xmas .faq_question{
  color: #000;
  border-bottom: 0 solid #50C8E8;
}

.xmas .faq_question::after {
  background-image: url(../img/arrow-down-white.svg);
  right: 155px;
  top:5px;
    
}

.btn-xmas{
  font-family: 'relativebold';
  background: #ff8585;
  color: white;
  display: inline-block;
  margin: auto;
  width: auto;
  height:40px;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding: 10px 45px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;   
  
}

.btn-xmas::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/arrow-up-w.svg");
  background-repeat: no-repeat;
  right:10px;
  top:30%;
  transition: all 0.3s ease-in-out;
 
}
.btn-xmas:hover{
  background: #fff;
  color: #50C8E8;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}

.btn-xmas:hover::after{
  background: url("../img/arrow-up-b.svg");
  background-repeat: no-repeat;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
}

html {
    box-sizing: border-box;
    font-size: 14px;
    overflow-x: hidden;
    max-width: 100%;  
}

html,input,textarea{
  font-family: 'relativebook';
}

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

body{
  margin-top: 98px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom:0;
  padding: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin:0;
  padding: 0;
  font-weight: normal;

}

.wrapper{
  height: 100%;
  
}

h1{
  font-size: 3rem;
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 2rem;
}
h4{
  font-size: 1.5rem;
}
h5{
  font-size: 1rem;
}



p{
  margin:1.2rem 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.8rem;
  font-size: 1rem;
  color: #838383;

}

strong{
  font-family: 'relativebold';
  color: #000;
}

.blue{
  color: #00187E;
}

a{
  color: #00187E;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all .2s ease-in-out;
  
}

a:hover{
  color: #000;
  transition: all 0.3 ease-in-out; 
  
}

.kids a{
  color: #EC2959;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all .2s ease-in-out;
  font-family: 'relativebold';
}

.ortho a:hover{
  color: #000;
  transition: all 0.3 ease-in-out; 
  
}

.ortho a{
  color: #00187E;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all .2s ease-in-out;
  font-family: 'relativebold';
}

.kids a:hover{
  color: #000;
  transition: all 0.3 ease-in-out; 
  
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr{
  border: 1px solid #E8E8E8;
  margin: 25px 0;
  
}

.people hr{
  border: 1px solid #E8E8E8;
  margin: 25px 0 0 0;
  
}

.people h5{
  color: #fff;
}
.body_top_fix{
  margin-top: 95px;
}

#logo{
  position: relative;
  z-index: 100;
}
.article-h1{
  font-size: 2rem;
}

.article-content{
  max-width: 800px;
}


.wp-block-image {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin: 0;
}

.size-full {
  margin: 0 !important;
  width: 100%;
}

.wp-block-image img, .size-full img{
  width: 100%;
}

.wp-block-image img{
  padding: 0;
}
.wp-block-image figcaption, .wp-block-image figure{
  color: #777;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.alignright figcaption{
  text-align: right !important;
}

.alignleft figcaption{
  text-align: left !important;
}

.single-bg{
  width: 100%;
  height: 350px;
  background-color: #ededed;
  background-size: cover;
  background-position: center;
  margin-top:97px;
}

.text-right{
    text-align: right !important;
}

.text-left{
    text-align: left !important;
}

.text-center{
    text-align: center !important;
}

.home .header, .blog .header, .archive .header{
  background: #00187E;
}

.blog-f{
  position: relative;
  top:-200px; 
}

.sticky-post{
  margin-bottom: -200px;
}
.header{
  background: #FFF;
  border-top: 8px solid #00187E;
  border-bottom: 0 solid #E8E8E8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.header.active{
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #E8E8E8;
  

}

.grecaptcha-badge{
  display: none;
}

#logo_mobile img{
  height: 50px;
}

#logo img{
  max-height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.header.active .logo-blue{
  fill:#00187E;
}

.home .logo-blue, .blog .logo-blue, .archive .logo-blue{
  fill:#fff;
}

.logo-blue{
  fill:#00187E;
}
/* menus */

.menu-item{
  display: inline-block;
}


#mobile_nav{
    height: 100%;
}

#menuToggle
{
  display: inline-block;
  position: relative;
  top: 30%;
  right: 0;
  height: 100%;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}


#menuToggle input
{
  display: block;
  width: 60px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 60px;
  height: 2px;
  margin-bottom: 10px;
  position: relative;
  background: #000;
  border-radius: 0;  
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-16px, -37px);
  background: #232323;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2) ;
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, 18px);
}

#menu.active .header{
  background-color: #fff;
}

#menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  padding-top: 175px;
  text-align: left;
  background: #F0FCFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  left: 0;
  top: -101vh;
  bottom: 0;
  z-index: 96;
  text-align: left;
  overflow: auto;
  transition: 1s top cubic-bezier(0.23, 1, 0.320, 1);
  transition: .5s all ease-out;
  opacity: 0;
  overflow-x: hidden;
  
}

#menu.active{
  top: 0;
  opacity: 1;
}

#menu li
{
  padding: 10px 0;
  font-size: calc(5vw);
}

#menu a{
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #00187E;
}


#menuToggle input:checked ~ ul
{
  transform: translateX(-100vw);
  left: 0;
}

#nav-main{
    display: inline-block;
    vertical-align: middle;
    font-family: 'relativebook';
    margin-right: 30px;
   
     
}

.nav-main a{
  padding: 36px 10px;
  position: relative;
  z-index: 100;
}

.home .top_mega, .blog .top_mega, .archive .top_mega{
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}

.top_mega{
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
}

.active .top_mega{
  color: #000;
}

#menu li{
    display: block;
    
    
}

.megamenu{
  display: none;
  position: absolute;
  border-top: #E8E8E8 solid 1px;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  top: 80px;
  min-height: 140px;
  animation: mega 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) .2s 1 normal both;
  height: 93vh;
}

.megamenu:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 200vh;
  width: 200vw;
  background: #eaf4fd;
  border-radius: 35%;
  transform: translateX(-50%);
  animation: spin 4s ease-in-out forwards;
  animation-delay: 0;
  z-index: -5;
}

@keyframes mega {
  0% {
    opacity: 0;
    transform: translateX(0%) translateY(-50%) rotate(0deg)
    
  }
  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(0%) translateY(0) rotate(0deg)
  }
}


@keyframes spin {
  0% {
      transform: translateX(-50%) translateY(-60%) rotate(100deg)
  }

  100% {
      transform: translateX(-50%) translateY(99px) rotate(0deg)
  }
}

@keyframes spinup {
  0% {
      transform: translateX(-50%) translateY(60%) rotate(0deg);
      
  }

  100% {
      transform: translateX(100%) translateY(-100%) rotate(200deg);
      
  }
}

@keyframes spinupmob {
  0% {
      transform: translateX(-50%) translateY(20%) rotate(0deg);
      
  }

  100% {
      transform: translateX(100%) translateY(-100%) rotate(200deg);
      
  }
}


.top_mega.active{
  border-bottom:2px solid #00187E;
  
}

.top_mega.active .bi-chevron-down{
  fill:#00187E;
  transform: rotate(180deg);
  padding-top: 0;
}

.bi-chevron-down{
  fill:#00187E;
  width: 15px;
}

.home .bi-chevron-down, .blog .bi-chevron-down, .archive .bi-chevron-down{
  fill:#fff;
  width: 15px;
}

.home .active .bi-chevron-down, .blog .active .bi-chevron-down, .archive .active .bi-chevron-down{
  fill:#00187E;
}

.top_mega{
  position: relative;
}

.top_mega svg{
  position: relative;
  top:4px
  
  
}

.megamenu li{
  width: 100%;
  text-align: left;
  
  
}

.item_mm a{
  font-size: 1.5rem;
  text-transform: none !important;
  padding: 5px !important;
  color: #000;
  text-decoration:none;
  position: relative;
  width: 100%;
  display: block;
  

}

.item_mm a:hover{
  text-decoration: none!important;
  color: #00187E;
  transition: all 0.3 ease-in-out; 
}

.item_mm a::after{
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background:#00187E;
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  top:50px
}

.menulevel-2 .menu-item a, .menulevel-3 .menu-item a, .menulevel-4 .menu-item a{
  font-size: 1rem;
  text-transform: none !important;
  padding: 5px !important;
  color: #838383;
  text-decoration: none;
}

.menulevel-2, .menulevel-3, .menulevel-4 {
  margin-top:30px;
}

.megamenu .menu-item a:hover{
  text-decoration: underline;
  transition: all 0.3 ease-in-out; 
} 


.menu-level{
  background: #F0FCFF;
  top: 0;
  position: absolute;
  right: 0;
  left: 101%;
  bottom: 0;
  padding: 150px 50px;
  width: 100%;
}


#menu svg{
  margin-left: 15px;
  fill:#000;
}

.menu-level{
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.backlevel svg{
  margin-right: 10px;
  vertical-align: middle;
  width: 10px;
  height: 24px;
  margin-top: -5px;
}
.backlevel{
  font-size: .9rem !important;
  text-transform: uppercase;
  margin: auto;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

#closemenu{
  display: block;
}

.mmvisible {
  display: flex;
  align-items: center;
}


/* close menus */


.uc{
  text-transform: uppercase;
}


.btn{
    font-family: 'relativebold';
    background: #000000;
    color: white;
    display: inline-block;
    margin: auto;
    width: auto;
    height:40px;
    border: 1px solid #000000;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    left:-30px;
    transition: all 0.3s ease-in-out;   
    position: relative;
    z-index: 100;
}

.btn::before{
  content: '';
  position: absolute;
  right: -30px;
  top: -1px;
  display: block;
  border: 1px solid #000000;
  border-radius: 50px;
  width: 90px;
  height:40px;
  transition: all 0.3s ease-in-out;
  z-index: -1;

}

.btn::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/arrow-up-b.svg");
  background-repeat: no-repeat;
  right:-25px;
  top:30%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn:hover::before, .btn:hover::after{
  right: 0;
  transition: all 0.3s ease-in-out;
  
}

.btn:hover{
  left: 0;
  color: #fff;
  
}

.btn-blue{
  font-family: 'relativebold';
  background: #00187E;
  color: white;
  display: inline-block;
  margin: auto;
  width: auto;
  height:40px;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding: 10px 45px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;   
  
}

.btn-blue::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/arrow-up-w.svg");
  background-repeat: no-repeat;
  right:10px;
  top:30%;
  transition: all 0.3s ease-in-out;
 
}
.btn-blue:hover{
  background: #fff;
  color: #00187E;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}

.btn-blue:hover::after{
  background: url("../img/arrow-up-b.svg");
  background-repeat: no-repeat;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
}

.btn-black{
  font-family: 'relativebold';
  color: #000000;
  display: inline-block;
  margin: auto;
  width: auto;
  height:40px;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding: 10px 45px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;   
  
}

.btn-black::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/arrow-up-b.svg");
  background-repeat: no-repeat;
  right:10px;
  top:30%;
  transition: all 0.3s ease-in-out;
 
}

.btn-black:hover{
  background: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-black:hover::after{
  background: url("../img/arrow-up-w.svg");
  background-repeat: no-repeat;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  
}

.btn-white{
  font-family: 'relativebold';
  color: #fff;
  display: inline-block;
  margin: auto;
  width: auto;
  height:40px;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding: 10px 45px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;   
  
}

.btn-white::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/arrow-up-w.svg");
  background-repeat: no-repeat;
  right:10px;
  top:30%;
  transition: all 0.3s ease-in-out;
 
}

.btn-white:hover{
  background: #fff;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.btn-white:hover::after{
  background: url("../img/arrow-up-b.svg");
  background-repeat: no-repeat;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
  
}

.container-stretch{
    max-width: 850px;
    margin: auto;
}


.current_page_item a{
  cursor: default;
}

.covervideoimage{
  position: relative;
  top: 0;
  overflow: hidden;
  height: calc(100vh - 98px);
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  z-index: 1;
  width:100vw;
  
}


.covervideoimage .contentcvi{
  position: absolute;
  z-index: 2;
  width: 55%;
  top: 55%;
  transform: translateY(-50%);
  color: #000;
  
}

.home .covervideoimage .contentcvi h1{
  font-size: 2rem;
  color: #00187E;
}

.covervideoimage .contentcvi h1{
  font-size: 2rem;
  color: #000;
}

.covervideoimage .contentcvi h2{
  font-size: 4rem;
  color: #fff;
}

.home .covervideoimage .contentcvi h2{
  color: #000;
}

.page-id-212 .covervideoimage .contentcvi h2{
  color: #00187E;
}


video {
  position: absolute;
  top: 0;
  height: 102vh;
  width: 239.777778vh;
  min-width: 100%;
  min-height: 57.25vw;
  margin-top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.home .covervideoimage::after{
  content: "";
  position: absolute;
  bottom: 5%;
  left: 50%;
  height: 200vw;
  width: 200vw;
  background-color: #00187E;
  border-radius: 35%;
  transform: translateX(-50%);
  animation: spinup 5.3s cubic-bezier(1,.61,.355,1.000) forwards;
  z-index: -2;
} 


#scrolltoexplore{
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  transform: translateX(-50%);
  cursor: pointer;
  
}

#scrolltoexplore svg{
  animation: scrollexplore 1s cubic-bezier(.5, .5, .5, 1.2) infinite;
}

#scrolltoexplore svg{
  fill: #fff;
  display: block;
  text-align: center;
  width: auto;
  margin: auto;
  margin-top: 20px;
}



.loadmore{
  cursor: pointer;
}

.pagination li{
  display: inline-block;
}

.comment-box{
  display: block;
}

/* .formcontact input, .formcontact textarea{
  display: block;
  width: 100%;
}

.formcontact form{
  margin: auto;
} */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  margin: 0;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  margin: 0;
}


.wpcf7-spinner{
  display: none;
}

.invalid .wpcf7-spinner, .failed .wpcf7-spinner{
  display: block;
}

.wpcf7-form.submitting .wpcf7-spinner{
  margin: 20px auto !important;
  display: block;
}

.lz[data-loaded="true"]{
  -webkit-animation:fade-in 1.2s cubic-bezier(.215,.61,.355,1.000) both;
  animation:fade-in 1.2s cubic-bezier(.215,.61,.355,1.000) both
}

@-webkit-keyframes fade-in{
  0%{opacity:0}100%{opacity:1}
}
@keyframes fade-in{
  0%{opacity:0}100%{opacity:1}
}


#map{
  height: 500px;
  width: 100%;
  background: #F7F7F7;
}


.faq_question{
  cursor: pointer;
  border-bottom: 2px solid #00187E;
}

.faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #fff;
}

.faq_answer.show {
  opacity: 1;
  max-height: 600px; 
  transition: all .2s ease-out .2s;
}

.faq_question::after{
  content: '';
  position: absolute;
  background-image: url(../img/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  right: 20px;
  padding: 0;
  top:30px;
    
}

.faq_question.active:after{
  transform: rotate(180deg);
}


.sort-drop .faq_question{
  color: #fff;
  border-bottom: 0 solid #00187E;
}

.sort-drop .faq_question::after{
  background-image: url(../img/arrow-down-white.svg);
  left: 70px;
  top:23px;
    
}

.sort-drop a{
  display: block;
}

.sort-drop .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #00187E;
  padding:0 10px;
  line-height:1.5rem
}

.sort-drop .faq_answer.show {
  opacity: 1;
  max-height: 800px; 
  transition: all .2s ease-out .2s;
  background-color: #fff;
  border-bottom: 11px solid #00187E;
  z-index: 2;
  position: relative;
  
}

div.a2a_full_footer{
  display: none;
}
.a2a_menu,.a2a_mini{
  border-radius: 0 !important;
}

.content h1, .content h2, .content h3, .content h4, .content h5{
  margin: 20px 0;
}

#footer{
  background-color: #00187E;
}

.footer{
  background-color: #00187E;
  position: relative;
  z-index: 5;
 
}

.foo-left{
  width: 80%;
}

.foo-right{
  width: 25%;
  float: right;
}


#footer p{
  color: #fff;
  margin: 0;
  font-size: 0.9rem;
  
}

#footer a{
  color: #fff;
 
  
}

#footer a:hover{
  color: #838383;
  transition:all 0.3s ease-in-out
 
  
}

.line-footer{
  border-right: #fff 1px solid;
}

.smf{
  width: 25px;
}

.brands img{
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
 
}

.brands{
  /* height: 33.3333%; */
  height:50%;
  
}

.brands:nth-child(1){
  background-color: #50C8E8;
}
.brands:nth-child(2){
  background-color: #EC2959;
}
.brands:nth-child(3){
  background-color: #CE9C43;
}

.normal_content h1{
  font-size: 2rem;
}

.faq_question{
  position: relative;
}

.nav-footer li{
  font-size: 1.5rem;
  text-decoration: none;
  list-style:none;
  
}

.nav-footer a{
  text-decoration: none;
  color: #fff;
}


.nav-footer .sub-footer li{
  margin: 0.4rem 0;
  font-size: 0.9rem;

}

.nav-footer .sub-footer a{
  text-decoration: none;

}

.sub_footer {
  position: relative;
  
}

.sub_footer input[type="email"]{
  position: relative;
  width: 100%;
  padding: 12px 10px;
  border: 0;
}

.sub_footer input[type="submit"]{
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 7px 10px;
  border: 0;
}

.last_block{
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 2;
}
.last_block a{
  color: #fff;
}

.assos-logos{
  height: 65px;
}


#aftercontent{
  margin-top: 20px;
}

#aftercontent .single-tag{
  margin-right: 10px;
}

.foot-logo img{
  width: 150px;

}





@keyframes scrollexplore {
  0%,100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
}
.welcome{
  background-color:#00187E;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.welcome-inner{
  padding-left: 20%;
  padding-right: 20%;
}

.welcome h2{
  color: #000;
  font-size: 2.5rem;
  transition: all 0.5s ease-in-out;
}

.welcome p, .welcome strong{
  color: #fff ;
  transition: all 0.5s ease-in-out;
}

.active.welcome{
  background-color: #fff;
}
.active.welcome h2{
  color:#00187E;
  font-size: 2rem;
}

.active.welcome p, .active.welcome strong{
  color: #838383;
}
.active.welcome strong{
  color: #000;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery .swiper {
  width: 100%;
  height: 100%;
}

.gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



.gallery .swiper-slide img {
  display: block;
  
  object-fit:cover;
  
}

.gallery {
  background-color: #fff;
  top: 29px;
  position:sticky;
  position:-webkit-sticky ;
 
  
}

.gallery .swiper-wrapper {
  height:600px;
}

.gallery .swiper-slide img {
  display: block;
  width: 100%;
  height:600px;
  object-fit: cover;
}

.gallery .swiper-button-next, .gallery .swiper-button-prev{
  background-color: #00187E;
  width:45px;
  height:68px;
}

.gallery .swiper-button-next {
  right: 0;
  left: auto;
}

.gallery  .swiper-button-prev {
  left: 0;
  right: auto;
}

.gallery .swiper-button-next:after, .gallery .swiper-button-prev:after {
  font-size: 2rem;
  color:#fff;
  
}

.gallery-title-box{
  background-color:#00187E;
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 2rem;
}

.gallery h5{
  position: absolute;
  top:0;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.reviews{
  background: linear-gradient(180deg, #00187E 50%, #fff 50%);
  z-index: 2;
  position: relative;
}

.reviews h3{
  color: #fff;
}

.reviewitem{
  background-color: #F7F7F7;
}

.reviewitem h3{
  color:#000;
}


.person_name h5{
  font-size: 1rem;
  margin-top: 10px;
}


.reviews .swiper-button-next {
  right: 0;
  left: auto;
  top:100px
}

.reviews  .swiper-button-prev {
  left: 0;
  right: auto;
  top:100px
}

.reviews .swiper-button-next:after, .reviews .swiper-button-prev:after {
  font-size: 2rem;
  color:#fff;
  
}

.swipe{
  width:40px ;
}

.cover{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 70vh;
  min-height: 600px;
  width: 100vw;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
  
}

.coverimage{
  height: 70vh;
  min-height: 600px;
  width: 100vw;
  background-size: cover;
  background-position: center center;
 
  
}



.coverimage .contentcvi2{
  position: absolute;
  z-index: 2;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}


.coverimage .contentcvi2 h3{
  font-size: 2rem;
}

.people-banner{
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.contentcvi3{
  position: absolute;
  z-index: 2;
  width: 400px;
  bottom:50px;
  right:0;
  color: #fff;
  background-color: #00187E;
  padding: 20px;
}

.contentcvi3 p{
  color: #fff;
}


.treatment-col{
  height: 100%;
  position: relative;
  color: #fff ;
  background-color:#00187E ;
  transition: all 0.3 ease-in-out; 
}

.treatment-col:hover {
  background-color:#2039AC ; 
  transition: all 0.3 ease-in-out; 
}

.treatment-col p{
  color: #fff ;
  
}

.treatment-col .btn-white{
  position: absolute;
  bottom: 50px;
  
}

.txt-cta{
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.treatment-sec{
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.map-sec{
  background-color: #fff;
  z-index: 5;
  position: relative;

}

.txt-cta .icon{
  width: 40px;
 
}

.icon{
  height: 40px;
  margin-bottom: 10px;
}

.book-block-sec, .faqs, .above-fold{
  margin-top:120px;
  

}

.book-block .inner:hover{
  background:#F0FCFF;
  transition: all 0.3 ease-in-out; 
}

.book-block .inner{
  padding: 40px 20px;
  height: 100%;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}

.book-block .inner strong{
  color:#FF0000;
}

.book-block .inner:before { 
  position:absolute; 
  width:calc(100% + 2px);
  padding:1px; 
  top:0; 
  content: '';
  left:-1px;
  background:#00187E; 
  height:11px; 
}

.treat-menu{
  border-top:2px solid #00187E;
}

.treat-content{
  border-top:11px solid #00187E;
}

.treat-content h2, .treat-content h3{
  font-size:1.2rem;

}

.treat-content ul{
  margin: 1.2rem 0;
}

.treat-content li{
  list-style-type: disc;
  color: #838383;
  line-height: 1.8rem;
}

.treat-menu li{
  list-style: none;
  margin: 20px 0 0 0;
}

.treat-menu li a{
  font-size: 1.5rem;
  color: #00187E;
  text-decoration:none;
}

.treat-menu li a:hover{
  color: #000;
  transition: all 0.3 ease-in-out; 
}

.sub-treat li a:hover{
  background-color: #F0FCFF;
  color: #000!important;
  font-family: 'relativebold';
  text-indent: 10px;
  transition: all 0.3s ease-in-out
}

.sub-treat .current-menu-item{
  background-color: #F0FCFF;
  color: #000!important;
  font-family: 'relativebold';
  text-indent: 10px;
}

.sub-treat li {
  margin: 5px 0;
  
 
}
.sub-treat li a{
  font-size: 1rem;
  color: #838383;
  text-decoration:none;
  width: 100%;
  padding: 5px 0;
 
}

.latest a{
  color: #000;
  text-decoration: none;
}

.txl-imgr{
  background-color: #F0FCFF;
}

.txr-imgl{
  background-color: #00187E;
  color: #fff;
}
.txr-imgl p{
  color: #fff;
}
.txr-imgl a{
  color: #fff;
}

.txr-imgl a:hover{
  color: #000;
  transition: all 0.3s ease-in-out;
}

.block-r{
  z-index: 2;
  position: relative;
  background-color: #FFF;
}

.block-r h2{
  font-size: 3rem;
}

.page-id-206 .block-r h2{
  font-size: 2rem;
}

.wpcf7 textarea, .wpcf7-text, .wpcf7-select{
  width: 100%;
  margin:5px 0;
  padding: 10px 5px;
  
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0.5rem 0!important;
}

.wpcf7-list-item span{
  /* margin-right: 5px; */
}

.wpcf7-submit{
  font-family: 'relativebold';
  background: #00187E;
  color: white;
  display: inline-block;
  margin: auto;
  width: 100%;
  height:40px;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding: 10px 45px 10px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;  
  margin-top:20px 
  
}

.wpcf7-submit::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/arrow-up-w.svg");
  background-repeat: no-repeat;
  right:10px;
  top:30%;
  transition: all 0.3s ease-in-out;
 
}
.wpcf7-submit:hover{
  background: #fff;
  color: #00187E;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}

.wpcf7-submit:hover::after{
  background: url("../img/arrow-up-b.svg");
  background-repeat: no-repeat;
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
}

.vacancy{
  border-bottom:solid 2px #00187E;
  padding: 20px 0;
}

.vacancy-sec h3{
  font-size: 3rem;
}
.vacancy-sec h4{
  font-size: 2rem;
}

.steps{
  border-left:solid 2px #00187E;
  position: relative;
}

.step h3:before{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #00187E;
  left:-14px;
  margin-top: 5px;
  
}

.active.step h3:before{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #00187E;
  left:-14px;
  margin-top: 5px;
  
}

.featured{
  background: #00187E;
  padding-bottom: 20px;
  max-height: 350px;
  height: 350px;
}

.people{
  background:  #00187E ;
  padding-top:50px ;
  padding-bottom:50px ;
  position: relative;
  max-height: 350px;
}

.people h1{
  color: #fff;
}

.people a{
  color: #00187E;
  text-decoration: none;
}

.people a:hover{
  color: #838383;
  text-decoration: none;
  transition: all 0.3 ease-in-out; 
}

.smiley{
  margin-right: 10px;
  margin-top: 20px;
}

.blog-title{
  color: #fff;
}

.posts-block h3 a, .postsloaded h3 a, .sticky-post h2 a, .archive h3 a{
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
}

.sticky-post h2 a{
  text-decoration: none;
}

.posts-block img, .postsloaded img, .latest img, .rel-post img, .tease img{
  height: 400px;
  width: 100%;
  object-fit:cover ;
}

.sticky-post img{
  height: 500px;
  width: 100%;
  object-fit:cover ;
}

.sort{
  float: left;
  margin-right:  15px;
  color: #fff
}

.read-more{
  text-decoration: underline;
}

.blockspecialists{
  display: none;  
  position: relative;
  top:-200px;  
}

.showSpecialist{
  display: inline-flex;
  display: -webkit-inline-box;
}

.the-people{
  position: relative;
  padding-bottom:100px;
}

.blockspecialists2{
  display: none;
   
}

.showSpecialist2{
  display: block;
 
}


.tabs_specialists2{
  position: relative;
  z-index: 1;
  display:block;
}

.stick{
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  top:120px;
}

.active.tabs_specialists2::after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: -10px;
  left: -15px;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 0;
  background: #000;
  z-index: -1;
}


.blockspecialists2 h3{
  text-transform: uppercase;
  color: #000;
}

.blockspecialists2 h3 a{
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'relativebold';
}


.tabs_specialists2 p{
  color: #000;
  font-size: 1rem;
  font-family: 'relativebold';
  line-height: 0;
  text-transform: uppercase;

}

.active.tabs_specialists2 p, .active.tabs_specialists2 span{
  color: #fff;
}

.tabs_specialists2 span{
  color: #838383;
  font-size: 1rem;
  line-height: 0;
}

.tabs_specialists2{
  text-decoration: none;
 
}

.tabs_specialists2 img{
  margin-top: 10px;
}

.lost{
  color: #00187E;
  height: 500px;
}

.lost h1{
  font-size: 10rem;
}




.people-top-banner{
  height: calc(100vh - 98px);
  background-position: center top;
  background-size: cover;
  min-height: 500px;
}

.bioslider h4{
  text-transform: uppercase;
  font-family: 'relativebold';
  margin: 0;
  font-size: 1rem;
  padding-left: 20px;
}

h4#bio-name{
  text-transform: uppercase;
  font-family: 'relativebold';
  margin: 0;
  font-size: 1rem;
}

#bio-title, #bio-email, #bio-degree{
  margin: 0;
}

#bio-email{
  color: #50C8E8;
  font-family: 'relativebold';
}


.bioslider p{
  margin: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}

.bioslider {
  width: 100%;
  position: relative;
}

.bio-space{
  height: 50px;
}

.bioslider .swiper-wrapper {
  display: flex;
}

.bioslider .swiper-slide {
  background: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.bioslider .swiper-slide:hover{
  background: #FAFAFB;
}

.read-bio{
  position: absolute;
  top:40px;
  right: 40px;
  width:60px;
  z-index: 9999;
  opacity: 0;
}

.bioslider .swiper-slide:hover  .read-bio{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}


.bioslider img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  mix-blend-mode: multiply;
}

.swiper-button-next,.swiper-button-prev {
  color: #000;
  position: absolute;
  top: 10%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  z-index: 99;
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: -50px;
  right: auto
}

.logo-block{
  background-color: #838383;
  position: relative;
}

.location-logo{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  text-align: center;
  width: 80%;
}

.swiper-icon{
  position: absolute;
  right: 20px;
  top: 20px;  
  width: 30px;
}


.bio-modal {
  display: none; 
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.bio-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 0;
  max-width: 90%;
  text-align: center;
  position: relative;
}

.bio-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

