@import url("https://use.typekit.net/gdx8unb.css");

@font-face {
  font-family: "BayshoreBayshore";
  src: url('../fonts/bayshore.woff2') format('woff2'), 
  url('../fonts/bayshore.woff') format('woff');
}

:root {
  --first-col: #29306E;
  --first-bg: #29306E;
  --second-col:#A69166;
  --second-bg: #A69166;
  --third-col:#FAFAFA;
  --third-bg:#FAFAFA;
  --fourth-col: #fff;
  --fourth-bg: #fff;
}

.blue{
  color: var(--first-col);
}

.gold{
  color: var(--second-col);
}

.show-menu{
  display:none;
}
.hide-menu{
  display: block;
}



.grecaptcha-badge{
  display:none;
}

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

html,input,textarea{
  font-family: "scandia-web", sans-serif;
  font-weight: 400;
}

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

body {
margin: 0;
padding: 0;
font-weight: normal;
font-family: "scandia-web", sans-serif;
overflow-x: hidden;
max-width: 100vw;
width: 100vw;
position: relative;
font-size: 16px;


}

p {
  margin: 0 0 1rem 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5rem; 
  color: var(--first-col);
}

ol, ul {
  margin: 0 0 0 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5rem; 
}

/* ul li{
  list-style-type: disc;
  list-style-position: inside;
} */

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
  padding: 0;
  font-family: "scandia-web", sans-serif;
  font-weight: 700;
  font-weight: normal;
}

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




ol, ul {
list-style:disc;
list-style-position: inside;
margin: 1rem 0;
color: #29306E;
}

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


section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.body_top_fix{
  margin-top: 150px;
}

.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: 500px;
  background-color:var(--first-bg);
  background-size: cover;
  background-position: center;
}

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

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

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


.header{
  background:#fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 75px;
  transition: 1.5s all cubic-bezier(0.07, 0.33, 0, 1.1);
  font-family: "scandia-web", sans-serif;
  font-weight: 700;
  padding: 20px 0;
  color: var(--second-col);
}


.subheader{
  background-color:var(--third-bg);
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 75px;
  transition: 1.5s all cubic-bezier(0.07, 0.33, 0, 1.1);
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
}

.offers{
  color: var(--second-col);
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;

}
.offer-icon{
  vertical-align: middle;
  width: 20px;
  margin-bottom: 10px;
}

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


#mobile_nav{
    height: 100%;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}


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


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


#menuToggle span
{
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 13px;
  position: relative;
  background:var(--second-bg);
  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 span:nth-last-child(3)
{
  background:transparent;
}

#menuToggle span:nth-last-child(3):after
{
  content: "Menu";
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
  position: absolute;
  top:-6px;
  color: var(--second-col);
  left:0;
  text-transform: uppercase;
  font-size:0.8rem ;
  letter-spacing: 0.65px;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(4px, 3px);
  background:var(--second-bg);
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  transform: rotate(0deg);
  background: transparent;
}


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


#menuToggle input:checked ~ span:nth-last-child(3):after{
  content: "CLOSE";
  left:-50px;
}

#menu .btn-white{
  margin-bottom: 20px;
}

#menu .btn-white a{
  font-family: "scandia-web", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}


#menu{
  position: fixed;
  z-index: 90;
  top:59px;
  left:0;
  right:0;
  width: 102vw;
  height: 90vh;
  padding: 0;
  margin-bottom: 200px;
  text-align: left;
  background-color: var(--fourth-bg);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-150%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  overflow-y: scroll;
}

#menu-inner{
  padding: 50px;
}


#menu li
{
  padding: 10px 0;
  
}
#menu.active{
  opacity: 1;
}

#menuToggle input:checked ~ ul
{
  transform: none;
 
}



#logo_mobile img{
    max-height: 40px;
}

#logo img{
    max-height: 43px;
    display: inline-block;
    vertical-align: middle;
}
#nav-main{
    display: flex;
    justify-content: space-between;
    height: 75px;
    
    
}

.top_mega{
  color: var(--first-col);
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  vertical-align: middle;
  padding-top: 25px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  position: relative;
  transition: all 0.3 ease-in-out;
}


.top_mega:hover{
  color:var(--second-col);
}


.top_mega:after{
  content: "";
  position: absolute;
  background-image: url(../img/arrow-right-g.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px; 
  left: 45%;
  transform: translateX(-50%);
  padding: 0;
  top:50px;
  transform: rotate(90deg);
  z-index: 9999;
  opacity: 0;
  
}

.active.top_mega:after{
  opacity: 1;
}

.active.top_mega{
  color:var(--second-col);
}


#menu li{
    display: block;
}



/* nav normal */

.navbar {
  overflow: hidden;
  background-color:var(--third-col);
  display: flex;
  justify-content: space-between;

}

.navbar a {
  color:var(--first-col);
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  font-size:0.7rem;
  height:75px;
  line-height: 75px;
  
}

.dropdown {
  overflow: hidden;
  
}

.dropdown .dropbtn {
  color:var(--first-col);
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  font-size:0.7rem;
  
  
}

.dropbtn.active {
  color:var(--second-col);
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: var(--second-col);
}

.dropdown-content {
  display: none;
  position:absolute;
  background-color:var(--third-col);
  width: 100%;
  z-index: 1;
  top:75px;
  padding-bottom:30px;
  transition: all 1s ease-in-out; 
}

.active.dropdown-content {
  display: block;
}

.dropdown-content svg {
    position: relative;
    height: 15px;
    width: 15px;
    transform: translateX(-50%);
    transform: rotate(90deg);
    z-index: 9999;
    opacity: 1;
    left:0;
    
}

.dropdown-content::before{
    content:"";
    background-color:var(--third-col);
    height:100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 300%;
    
}


.dropdown-content a {
  float: none;
  display: block;
  color:var(--second-col);
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  font-size:0.7rem;
  height:35px;
  line-height: 35px;
  
}

.dropdown-content a:hover {
  font-weight:700
}

/* nav normal end */



.uc{
    text-transform: uppercase !important;
}

.btn-blue{
    background-color: var(--first-bg);
    border:var(--first-col) 1px solid;
    color: white;
    display: inline-block;
    margin: auto;
    width: auto;
    cursor: pointer;
    font-family: "scandia-web", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.65px;
}

.btn-blue:hover{
  background-color: transparent;
  color: var(--first-col);
}

.btn-blue2{
  background:transparent;
  border:var(--first-col) 1px solid;
  color:var(--first-col);
  display: inline-block;
  margin: auto;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 17px 75px 15px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.65px;
  font-weight: 500;
  height: 51px;
  transition: all 0.3s ease-in-out;
}

.btn-blue2:hover{
  background-color:var(--first-bg);
  color: var(--fourth-col);
}

.btn-blue2::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px;
  border: 0;
  background-color:var(--first-bg);
  color: var(--second-col);
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  height: 50px;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.btn-goldt{
  background-color: var(--second-bg);
  border:var(--second-col) 1px solid;
  color: white;
  display: inline-block;
  margin: auto;
  width: auto;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.65px;
}

.btn-goldt:hover{
background-color: transparent;
color: var(--second-col);
}



.btn-white{
  background:transparent;
  border:var(--third-bg) 1px solid;
  color: var(--third-bg);
  display: inline-block;
  margin: auto;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 17px 75px 15px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.65px;
  font-weight: 500;
  height: 51px;
  transition: all 0.3s ease-in-out;
  
}

.btn-white:hover{
  background-color:var(--third-bg);
  color: var(--first-col);
}

.btn-white::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px;
  border: 0;
  background-color: var(--fourth-col);
  color: var(--first-col);
  background-image: url(../img/arrow-right-b.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  height: 50px;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.btn-white:hover::after{
  background-size: 13px;
}


.btn-gold{
  background:transparent;
  border:var(--second-col) 1px solid;
  color:var(--second-col);
  display: inline-block;
  margin: auto;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 17px 75px 15px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.65px;
  font-weight: 500;
  height: 51px;
  transition: all 0.3s ease-in-out;
  
}

.btn-gold:hover{
  background-color:var(--second-bg);
  color: var(--fourth-col);
}

.btn-gold::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px;
  border: 0;
  background-color:var(--second-bg);
  color: var(--second-col);
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  height: 50px;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.btn-gold:hover::after{
  background-size: 13px;
}

.btn-plan{
  background:transparent;
  border:var(--first-col) 1px solid;
  color:var(--first-col);
  display: inline-block;
  margin: auto;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 17px 25px 15px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.65px;
  font-weight: 500;
  height: 51px;
  transition: all 0.3s ease-in-out;
  
}

.btn-plan:hover{
  background-color:var(--first-bg);
  color: var(--fourth-col);
}

.btn-plan::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 25px;
  border: 0;
  color: var(--first-col);
  background-image: url(../img/icon-down.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  height: 50px;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.btn-plan:hover::after{
  background-size: 13px;
}

.reviews .btn-red{
  background:transparent;
  border:#D1CCBD 1px solid;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  margin: auto;
  width: auto;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 150px;
  
}

.reviews .btn-red:hover{
background-color: #fff;
color: var(--first-col);;
}

.phone{
  width: 35px;
  vertical-align: middle;
  margin-left: 15px;
 
}


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

.current_page_item a{
  cursor: default;
}

.coverSmaller{
  height: 400px!important;
  min-height: 400px!important;
  margin-bottom: 200px!important;

}

.coverSmaller .contentcvi{
  top: 50%!important;
 
}


.coverplans{
  position: relative;
  top: 150px;
  height: calc(80vh - 150px);
  min-height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 250px;
}

.coverplans .contentcvi{
  z-index: 2;
  position: absolute;
  bottom:-100px;
  color: #fff;
  width: 800px;
}

.page-id-18840 .coverplans .contentcvi{
  bottom:0;
}

.plan-deets{
  text-align: right;
  position: relative;
  top:-50px;

}

.plan-deets p{
  font-weight: 700;
  color: var(--first-col);

}

.cvi-blue{
  background-color: var(--first-bg);
  padding: 30px 30px;
}

.cvi-blue .pre{
  color: var(--fourth-col);
}

.cvi-gold{
  background-color: var(--second-bg);
  padding: 50px 0 0 50px;
}

.cvi-gold .pre{
  color: var(--fourth-col);
}

.page-id-18840 .cvi-gold{
  background-color: var(--second-bg);
  padding: 25px 0 0 50px;
}

.cvi-gold h1{
  color: var(--first-bg);
  font-family: "BayshoreBayshore";
  font-size: 6rem;
}

.cvi-blue h1{
  color: var(--fourth-bg);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 2rem;
}



.covervideoimage{
  position: relative;
  top: 0;
  overflow: hidden;
  height: 60vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  margin-bottom: 150px;
  width: 60vw;
}

.covervideoimage .contentcvi{
  position: absolute;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;

}

.home-rotate{
  position: relative;
}

.covervideoimage p{
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 0.7rem;
}

.modal-content video {
  position: absolute;
  top: 157px;
  height: 102vh;
  width: 199.777778vh;
  min-width: 100%;
  min-height: 57.25vw;
  margin-top: -295px;
  left: 50%;
  transform: translateX(-50%);
}

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

.loop{
  margin-bottom: 100px;
}

.loop video {
  position: relative;
  top: 0;
  width: 100%;
  min-width: 100%;
  margin-top:0;
  height: auto;
  min-height: none;
  
}

.covervideoimage::after{
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.play{
  color: var(--fourth-col);
  letter-spacing: 0.65px;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: 50px;
  top:50px;
  text-transform: uppercase;
}

.play:before{
  content: "";
  position: absolute;
  background-image: url(../img/icon-play.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 37px 37px;
  height: 37px;
  width: 37px; 
  left:-50px;
  padding: 0;
  top:-10px;
  z-index: 9999999;
  
  
}

.play:hover{
  color: var(--second-col);
}

.play-box{
  position: absolute;
  bottom: 50px;
  right:50px;
  z-index: 99999;
}

.play2{
  color: var(--fourth-col);
  letter-spacing: 0.65px;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.play2:before{
  content: "";
  position: absolute;
  background-image: url(../img/icon-play2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 27px 27px;
  height: 27px;
  width: 27px; 
  left:-35px;
  padding: 0;
  z-index: 9999999;
  
  
}

.play2:hover{
  color: var(--second-col);
}

.banner-home h1{
  max-width:73%;
  margin-bottom: 100px;
  padding-top: 50px;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
.word {
  position: absolute;
  width: 520px;
  opacity: 0;
  color:#A69166;
  font-size:3.5rem;
  line-height:3.5rem;
  vertical-align: bottom; 
  font-weight:700;
  margin-top:5px;
}

.banner-blue{
  background-color: var(--first-bg);
}

.cover-image-right{
  display: block;
}
.coverimage{
  position: relative;
  top: 150px;
  overflow: hidden;
  height: calc(100vh - 150px);
  min-height: 600px;
  background-size: cover;
  background-position: center;
  margin-bottom: 150px;
}

.coverimage .contentcvi{
  position: absolute;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.coverimage p{
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 0.7rem;
}

.coverimage::after{
content: ' ';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
}


#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;
  color:#B9B9B9;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-weight: 700;

}

.loadmore svg{
  position: relative;
  top:2px;
}

.pagination li{
  display: inline-block;
}

.comment-box{
  display: block;
}

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

.formcontact form{
  max-width: 400px;
  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;
}

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

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



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





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: var(--third-bg);
  color: var(--second-col);
  font-size: 0.9rem;
}

#footer a{
  color: var(--second-col);
  display: block;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;

}

#footer p{
  color: var(--second-col);
}

#footer a:hover{
  color: var(--first-col);
  

}

#footer h3, #footer h5{
  color: var(--first-col);
}

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

.awards-footer{
  height: 99px;
}
.award-wrapper{
  display: flex;
}
.award-box{
  position: relative;
  height: 80px;
  margin-bottom: 30px;
}

.aw-no{
  position: absolute;
  top:40px;
  margin-left: 17px;
  font-size: 1rem;
  line-height:1rem;
  font-weight: 700;
  color: var(--first-col);
  text-align: center;
}

.aw-no.yes{
  color: var(--second-col)!important;
}

.faq-color{
  background-color: var(--third-col);
}

.faqs-block h2{
  color: var(--second-col);
}


.faq_question{
  position: relative;
  cursor: pointer;
  border-top: 2px solid var(--second-col);
  padding: 20px 50px 20px 0;  
  font-size: 1rem;
}

.faq_question h3{
  font-size: 1.5rem;
  color:var(--first-col);
}
.faq_answer {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
  color:var(--first-col);
}
.faq_answer  p{
  font-size: 1rem;
  color:var(--first-col);
}
.faq_answer.show {
  opacity: 1;
  height: auto;
  padding: 30px 0;
  transition: all .2s ease-out .2s;
}
.faq_question::after{
  content: '';
  position: absolute;
  background-image: url(../img/arrow-right-g.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  right: 20px;
  padding: 0;
  top:30px;
  transform: rotate(90deg);
}
.faq_question.active:after{
  content: '';
  transform: rotate(270deg);
}


#logo_footer img{
  max-height: 50px;
}

.logos-footer{
  height:40px
}

.sub_footer {
  position: relative;
}

.mc4wp-form-fields input[type="email"]{
  position: relative;
  width: 100%;
  padding: 12px 10px;
  border:1px solid var(--second-col);
  background-color: transparent;
  color: var(--second-col);
  font-family: "scandia-web", sans-serif;
  
}

.mc4wp-form-fields input[type="submit"]{
  position: absolute;
  right: 0;
  top:0;
  padding: 10px 20px;
  border: 0;
  background-color:var(--second-col);
  color: var(--first-col);
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-size:10px;
  height: 42px;
  background-position: center;
}

.mc4wp-form-fields input[type="email"]::placeholder {
	color: var(--second-col);
}

.mc4wp-form-fields input[type="submit"] .st0{fill:#fff;}



.last_block{
  background-color: var(--first-bg);
}
.last_block p{
  color: #fff;
  font-size: 0.8rem;
}

.nav-footer{
  display: flex;
  justify-content: space-between;
}
.nav-footer a{
  color: #fff;
  font-family: "scandia-web", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.social{
  text-align: right;
}

.nav-footer a:hover{
  color: var(--second-col);
}

#aftercontent{
  margin-top: 20px;
}

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

.megamenu{
  display: none;
  position: absolute;
  background-color: var(--third-bg);
  left: 0;
  right: 0;
  top: 75px;
  animation: mega .5s cubic-bezier(0.165, 0.84, 0.44, 1) .2s 1 normal both;
  padding: 30px 0;
  max-height:calc(100vh - 150px);
  overflow-y: scroll;
  
}


.megamenu li{
  width: 100%;
  margin: 12px 0;
  
}

.item_mm a{
  color:var(--first-col);
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  
}


.sub_menu .item_mm a{
  color:var(--second-col);
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  padding: 0 0 0 0!important;
  
  
}

#menu .item_mm a{
  padding: 0 50px;
}

.mob_menu{
  position: relative;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
}

.sub_menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color:var(--fourth-col);
  background-color: var(--first-bg);
}

.sub_menu.show {
  opacity: 1;
  max-height: 600px; 
  padding: 30px 50px;
  transition: all .2s ease-out .2s;
}

.cats{
  font-size: 0.7rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.mob_menu::after{
  content: '';
  position: absolute;
  background-image: url(../img/arrow-right-g.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  right: 50px;
  padding: 0;
  top:15px;
  transform: rotate(90deg);
    
}

.mob_menu.active:after{
  content: '';
  transform: rotate(270deg);
}

.megamenu .item_mm a{
  color:var(--second-col);
  font-family: "scandia-web", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  
  
}


.megamenu .item_mm a:hover{
  color:var(--first-col);
  font-family: "scandia-web", sans-serif;
  text-decoration: none!important;
 
} 

.megamenu .item_mm a span{
  font-size: 0.9rem;
  color:var(--first-col);
  text-transform: none;
}


.current-menu-item .item_mm a{
  color: #D1CCBD;
  font-family: "scandia-web", sans-serif;
  margin-left: 15px;
}

.current-menu-item .item_mm a:before{
  content: "";
  position: absolute;
  background-image: url(../img/arrow-right-g.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px; 
  left: -20px;
  padding: 0;
  top:1px;
  
}

.megamenu h3{
  color:var(--second-col);
  
}

.cta-menu{
  position: relative;
  right:0;
}



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



#closemenu{
  display: block;
}

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


.mmvisible{
  display: block !important;
}

@keyframes mega {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  50% {
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes scrollexplore {
  0%,100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
}

a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}

.listicons svg{
  vertical-align: middle;
  margin-bottom: 10px;
  width: 60px;
}


.listicons .list p{
  color: var(--first-col);
  font-family: "scandia-web", sans-serif;
}

.listicons .list span{
  color: #5A5A5A;;
  font-family: "scandia-web", sans-serif;
}

.listicons h3{
  color: var(--second-col);
  
}

.listicons h5{
  color: var(--first-col);
  font-weight: 700;
}

.list{
  position: relative;
  
}

.intro-left p{
  color: var(--first-col);
}

.intro-left .btn-gold, .intro-left .btn-plan{
  width: 100%;
}

.list:before{
  content: "";
  position: absolute;
  background-image: url(../img/icon-dimond.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px 25px;
  height: 25px;
  width: 25px; 
  left: 0;
  padding: 0;
  top:1px;
}

.list-block a{
  font-family: "scandia-web", sans-serif;
  color: var(--first-col);
  transition: all 0.3s ease-in-out
}

.list-block a:hover{
  color:#5A5A5A;
}

.footer-megamenu{
  background:#EAE8E1;
  left: 0;
  right: 0;
  top: 75px;
  min-height: 140px;
  animation: mega .5s cubic-bezier(0.165, 0.84, 0.44, 1) .2s 1 normal both;
  padding: 70px 0;
  min-height: 300px;
  overflow: auto;
}


.footer-megamenu li{
  width: 100%;
  margin: 10px 0;
  
}
.footer-megamenu h3{
  color: var(--first-col);
}

.footer-megamenu .menu-guests a {
  background-color: var(--third-bg);
  width: 100%;
  color: #fff!important;
  padding: 10px 20px;
  font-size: 0.9rem;
}

.footer-megamenu .item_mm a span {
  font-size: 0.9rem;
  color: #988D6B;
  letter-spacing: 0px;
  text-transform: none;
  font-family: "scandia-web", sans-serif;
}

.footer-megamenu  .item_mm a {
  color: var(--first-col);;
  font-family: "scandia-web", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
}

.plans{
  position: relative;
  background-color: var(--first-bg);
  color: var(--fourth-col);
  padding-top: 100px;
  padding-bottom: 100px;
}

.plans h3{
  max-width: 80%;
}

.plan-slider{
  position: relative;
}

.plan-slider h3{
  position:absolute;
  top:10px;
  left: 20px;
  font-weight: 700;
  
}

.plan-slider .view{
  color: var(--first-col);
  position: absolute;
  bottom: 90px;
  right: 20px;
  z-index: 2;
  font-weight: 700;
  text-decoration: none;
  padding-right: 30px;
  
}

.plan-slider .view::after{
  content: '';
  background-image: url(../img/arrow-right-b.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px 20px;
  width: 20px;
  height: 100%;
  position: absolute;
  right:0;
  top:0;
  bottom: 0;
}

.swiper-slide-active{
  opacity: 1!important;
}
.swiper-slide{
  opacity: 0.3;
}

.swiper {
  width: 100%;
  height: 100%;
  padding:0;
}

.swiper-wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  text-align: left;
  /* 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;
  
}

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

.galleryslider .swiper-slide img{
  height: 500px;

}

.galleryslider .swiper-pagination-bullets{
  display: none;
}

.gallery-popup .swiper-slide img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  
}


.gallery .caption{
  color: #fff!important;
  position: relative;
  top:-50px
}

.half-tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 140px 0 0;
  border-color: var(--fourth-bg) transparent transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 260px;
  right: 0;
  z-index: 1;
}

.galleryslider .swiper-button-next, .galleryslider .swiper-button-prev {
  position: absolute;
  top:70px;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--second-col);
}

.galleryslider .box-b{
  background-color: var(--first-col);
  position: absolute;
  bottom:24px;
  z-index: 99;
  padding: 10px 25px 10px 25px;
}

.box-b p{
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: var(--fourth-col);
}

.box-g p{
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: var(--fourth-col);
}

.galleryslider .box-g{
  background-color: var(--second-col);
  position: absolute;
  bottom:24px;
  z-index: 99;
  padding: 10px 25px 5px 25px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top:300px;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fourth-col);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 1.5rem;
  text-transform: none!important;
  letter-spacing: 0;
  line-height: 1;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,30px);
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: auto;
  right:var(--swiper-navigation-sides-offset,80px);
}

.icons-plans svg{
  margin-left: 10px;
}

.icons-plans p{
  font-weight: 700;
}

.cover-cta-homestar{
  position: relative;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.homestar-content{
  position: relative;
  z-index: 2;
}

.cover-cta-homestar::after{
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.homestar-content p{
  color: var(--fourth-col);
}
.page-id-19131 .cover-cta{
  min-height: 150px;
}

.cover-cta{
  position: relative;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 800px;
}

.ctacoverSmaller{
  min-height: 600px;
  
}

.cover-cta:after{
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.cover-cta .logo{
  position: relative;
  z-index: 2;
  top:30px;
  left:30px;

}

.bluestrip{
  background-color:var(--first-bg);
  position: absolute;
  bottom:0;
  width: 100vw;
  padding-top:20px ;
  padding-bottom:20px ;
  z-index: 2;
}

.bluestrip h3 span{
  font-family: "BayshoreBayshore";
  font-size: 4rem;
  color: var(--second-col);
}

.bluestrip h3{
  font-size: 2rem;
}

.cover-cta .half-tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 460px 500px 0 0;
  border-color: var(--second-bg) transparent transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.green-popup{
  background-color: var(--second-bg);
  border-radius: 10px;
  padding: 30px 50px;
  color: #fff;
  position: relative;
  top:-50px;
  z-index: 3;
  
}

.green-popup a{
  color: #fff;
  position: relative;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
}

.green-popup a:after{
  content: '';
  position: absolute;
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  right: -20px;
  padding: 0;
  top:3px;
}

.green-popup .link{
  text-align: right;
}


.deals{
  background-color:var(--third-bg);
  padding: 20px;
  border-radius: 10px;

}

.deals p{
  letter-spacing: 1.8px;
  font-size: 0.7rem;
  color: #D1CCBD;
}

.deals a{
  color: #fff;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}

.deals a:hover{
  text-indent: 10px;
}

.deals a:after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  right: 0;
  padding: 0;
  top: 3px;
}

.intro p {
  color: var(--first-col);
  font-family: "scandia-web", sans-serif;
}

.intro span {
  color: #5A5A5A;
  font-family: "scandia-web", sans-serif;
}

.list2{
  position: relative;
  padding-left:35px;
}

.list2:before{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px 25px;
  height: 25px;
  width: 25px; 
  left: 0;
  padding: 0;
  top:1px;
}
.list2:nth-child(2):before{
  background-image: url(../img/icon-mountains.svg);
}
.list2:nth-child(3):before{
  background-image: url(../img/icon-keys.svg);
}
.list2:nth-child(4):before{
  background-image: url(../img/icon-map.svg);
}


.wpcf7 input[type="email"], .wpcf7 input[type="text"]{
  position: relative;
  width: 100%;
  padding: 12px 20px;
  border:0px solid #612141;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: var(--fourth-col);
  font-family: "scandia-web", sans-serif;
  margin: 10px 0;
  
}
.wpcf7 textarea{
  position: relative;
  width: 100%;
  padding: 20px 20px;
  border:0px solid #612141;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: var(--fourth-col);
  font-family: "scandia-web", sans-serif;
  margin: 10px 0;
  
}

.wpcf7 input[type="date"], .wpcf7 input[type="number"]{
  position: relative;
  width:50%;
  padding: 12px 10px;
  border:0px solid #612141;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: var(--fourth-col);
  font-family: "scandia-web", sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
  
}

.wpcf7 input[type="submit"]{
  background:transparent;
  border:var(--fourth-bg) 1px solid;
  color: var(--fourth-bg);
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.65px;
  font-weight: 500;
  height: 51px;
  transition: all 0.3s ease-in-out;
  width: 100%;

  
}

.wpcf7 input[type="submit"]:hover{
  background-color:var(--third-bg);
  color: var(--second-col);
}

.wpcf7 input[type="submit"]::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px;
  border: 0;
  background-color: var(--fourth-col);
  color: var(--first-col);
  background-image: url(../img/icon-down.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  height: 50px;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

.wpcf7 input[type="submit"]:hover::after{
  background-size: 13px;
}


.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
	color: var(--fourth-col);
}

.wpcf7-list-item:nth-child(1) {
  display: inline-block;
  margin: 0 0 0 0;
}

.block-gold .wpcf7-list-item-label{
  color: var(--fourth-col);
}

.block-blue .wpcf7-list-item-label{
  color: var(--second-col);
}

.homestar-t{
  background-color: var(--third-bg);
  padding-bottom: 50px;
}

.homestar-t table td:nth-child(1), .homestar-t table td:nth-child(2){
  border-right: 1px solid var(--second-bg);
  
}

.homestar-t table{
  border: 1px solid var(--second-bg);
  
}

.homestar-t table tr td{
  width: 33%;
  
}

.homestar-t table, .homestar table li{
  color: var(--firstcol);
  line-height: 2rem;

}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  color: var(--first-col)!important;
}

.wpcf7-spinner {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.2)!important;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 20px 0 0 0!important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.cf{
  width: 40px;

}

.listing{
  margin-top: 200px;
}


.block-blue{
  background-color: var(--first-col);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.block-blue p{
  color: var(--fourth-col);

}
.block-blue h2, .block-blue h3{
  color: var(--fourth-col);
}


.hover{
  transform: perspective(1000px) ;
}

.block-grey{
  color: var(--first-col);
  background-color: var(--third-col);
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.block-grey p{
  color: var(--first-col);
}

.block-grey h2{
  color: var(--second-col);
}


.block-white{
  color: var(--first-col);
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.block-white p{
  color: var(--first-col);
}

.block-white h2{
  color: var(--second-col);
}

.page-id-18811 .block-white h2 span{
  color: var(--second-col);
  font-family: "BayshoreBayshore";
  font-size: 5rem;
}

.page-id-18811 .block-white h2{
  color: var(--first-col);
  line-height: 2.5rem;
}

.block-gold{
  background-color: var(--second-col);
  color: var(--third-col);
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.block-gold h3{
  color: var(--fourth-col);
}

.block-gold p{
  color: var(--fourth-col);
}

.block-gold .btn-white::after {
  background-image: url(../img/arrow-right-g.svg);
}

.block-gold .btn-white:hover {
  color: var(--second-col);
}

.text-left p{
  line-height: 2rem;
  font-size: 1.3rem;
  
}

.page-id-18997 .text-left p:first-of-type{
  color: var(--second-col);
  font-size: 2rem;
  line-height: 2.6rem;
}

.page-id-18918 .text-left p{
  line-height: 2.5rem;
  font-size: 2rem;
  color: var(--second-col)!important;
  
}

.pre{
  font-size: 0.8rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  font-weight: 500;
}

.intro-dbl p{
  line-height: 2rem;
  font-size: 1.3rem;
  color: #5A5A5A;
  
}

.plan-icon-p{
  color: var(--fourth-col);
}

.intro-dbl strong{
  font-family: "scandia-web", sans-serif;
}

.intro-dbl a{
  font-size: 1rem;
  color: var(--first-col);;
  
}

.block-col{
  background-color: #EAE8E0;
  padding-top: 100px;
  padding-bottom: 100px;
}


.block-col p{
  color: #5A5A5A;
}

.block-col li{
  margin: 0 0 0 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5rem; 
  color: #5A5A5A;
  list-style-type: disc;
  list-style-position: inside;
}
.block-col ul{
  margin: 1rem 0;
}

.block-col svg, .block-col .qwa{
  height: 75px;
  vertical-align: middle;
  margin-right: 20px;
}

.list-items{
  border-top: #D1CCBD 1px solid;
  padding-top:15px ;
  padding-bottom: 15px;
  color: #5A5A5A;
  left:0;
  position: relative;
}

.r-title{
  display: flex;
}

.more-pages a{
  color: var(--second-col);;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
  margin-top: 20px;
}

.more-pages a:hover{
  text-indent: 10px;
}

.more-pages a:after {
  content: '';
  position: absolute;
  background-image: url(../img/arrow-right-w.svg);
  background-color: var(--first-bg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px 20px;
  background-position: center;
  height: 50px;
  width: 50px;
  right: 0;
  padding: 0;
  top: -70px;
}
.more-col p{
  color: #5A5A5A;
}


.more-col img{
  min-height: 370px;
  object-fit: cover;
}


.tabs {
  width: 40%;
}

.tabs button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 120px 16px 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 1.7rem;
  background-size: cover;
  background-position: center bottom;
  font-family: "scandia-web", sans-serif;
  color: var(--first-col);;
  position: relative; 
}
.tabs button::before {
  content: '';
  background-color: rgba(248, 248, 248, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  right:0;
  top:0;
  bottom: 0;
  z-index: 1;
 
}

.tabs button p{
  z-index: 2;
  position: relative; 
}


.tabs button:hover {
  background-color: #ddd;
}

.tabs button.active {
  color: #FFF!important;
  
}

.tabs button.active::before{
  background-color: rgba(248, 248, 248, 0);
}

.tabs button.active::after {
  content: '';
  background-color: var(--second-bg);
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 30px 30px;
  width: 30px;
  height: 100%;
  position: absolute;
  right:0;
  top:0;
  bottom: 0;
  color: #FFF;
  padding: 0 10px;
}

.tabscontent {
  padding: 20px 0 0px 40px;
  width: 60%;
  color: #5A5A5A;
}

.tabscontent strong{
  font-family: "scandia-web", sans-serif;
}

.tabscontent a{
  color: var(--first-col);
}

.faqs-block h2 span{
  color: #D1CCBD!important;
  font-size: 0.7rem!important;
  letter-spacing: 1.8px!important;
  text-transform: uppercase;
  font-family: "scandia-web", sans-serif;
}


/* popup */

.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  position: relative;
  background: #FFF;
  margin: 20px auto;
  padding: 20px;
  width: auto;
  max-width: 600px;
  color:#5A5A5A ;
}

.modal-content h3{
  color: var(--first-col);
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 9999999;
 
  
}

.modal .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.d-none{display: none}






.desk_menu{
  position: relative;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
}

.sub_menu2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color:var(--fourth-col);
  background-color: var(--third-bg);
  position: absolute;
  top:75px;
  left:0;
  right:0;
  width: 100vw;
  
}

.sub_menu2.show {
  opacity: 1;
  max-height: 600px; 
  padding: 30px 20px;
  transition: all .2s ease-out .2s;


}

.desk_menu::after{
  content: '';
  position: absolute;
  background-image: url(../img/arrow-right-g.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  right: 50px;
  padding: 0;
  top:15px;
  transform: rotate(90deg);
    
}

.desk_menu.active:after{
  content: '';
  transform: rotate(270deg);
}

.lines-gold{
  position: absolute;
  left:-220px;
  top:-50px;
  background-color: transparent;
  z-index: 9999;
  width: 800px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.home .lines-gold{
  right:-150px;
  left:auto;
  top:-50px;
  background-color: transparent;
  z-index: 9999;
  width: 800px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.lines-gold .line{ 
  width: 900px;
  height: 1px;
  background-color: var(--second-bg);
  position: relative;
  margin: 2.5rem 0;
  display: block;
}

.lines-gold-l .line{
  width: 900px;
  height: 1px;
  background-color: var(--second-bg);
  position: relative;
  margin: 3rem 0;
  display: block;
}



.lines-gold-b{
  position: absolute;
  left:-300px;
  bottom:-100px;
  background-color:transparent;
  z-index: 9999;
  width: 1000px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lines-gold-b .lineb{
  width: 900px;
  height: 1px;
  background-color: var(--second-bg);
  position: relative;
  margin: 3rem 0;
  display: block;
  

}

.half-banner-gold{
  width:100vw;
  min-height: 600px;
  background-image:linear-gradient(to right, #A69166 50%, #29306E 50%);
}

.half-banner-content h1 span{
  font-family: "BayshoreBayshore";
  font-size: 5rem;
  color: var(--first-col);
}

.half-banner{
  width:100vw;
  min-height: 600px;
  background-image:linear-gradient(to left, #A69166 50%, #29306E 50%);
}

.page-id-18918 .half-banner{
  width:100vw;
  min-height: 600px;
  background-image:linear-gradient(to left, #29306E 50%, #29306E 50%);
}

.half-banner img, .half-banner-gold img{
  object-fit: cover;
  height: 600px;
  width: 100%;
  object-position: center top;
}

.banner-content-wrap{
  position: relative;
}

.half-banner-content{
  position: absolute;
  top:-350px;
  width: 100vw;
  
}

.article-h1{
  color: var(--fourth-col);
  font-size: 2.5rem;
}

.cat-pre{
  color: var(--second-col);
  font-size: 0.8rem;
  letter-spacing: 0.64px;
  font-weight: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;

}

.cat-pre-gold{
  color: var(--third-col);
  font-size: 0.8rem;
  letter-spacing: 0.64px;
  font-weight: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;

}



.blog-content p, .tease p{
  color: var(--first-col);
}

.blog-content p:first-of-type{
  font-size:1.5rem;
  line-height: 1.6rem;
  font-weight: 700;
}

.blog-content a, .tease a{
  color: var(--second-col);
  text-decoration: underline;
  
}



.blog-content li{
  list-style: disc;
  list-style-position: inside;
  color: var(--first-col);
  
}

.blog-content ul{
  margin: 1rem 0;
  
}

.back{
  letter-spacing: 0.64px;
  color: var(--first-col);
  text-transform: uppercase;
  font-size: 0.7rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.back:hover{
  color: var(--second-col);
}

.read-more{
  color: var(--second-col);
}
.related{
  color:var(--first-col)
}
.related h3 a, .tease h3 a{
  color:var(--first-col);
  text-decoration: none;
 
}
.related h3, .tease h3{
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.related img, .tease img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.related span, .tease span{
  height: 300px;
  background-color: var(--first-col);
  width: 100%;
  display: block;
}

.cat-banner{
  background-color: var(--third-col);
  text-align: center;
  padding: 20px 0;
  margin: 50px 0;
  
}

.cat_list{
  display: flex;
  justify-content: space-between;
}

.cat_list a{
  letter-spacing: 0.64px;
  color: var(--first-col);
  text-transform: uppercase;
  font-size: 0.7rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.cat_list a:hover{
  color: var(--second-col);
}

.review-box{
  background-color: var(--third-col);
  padding: 50px;
  margin: 70px 0;
  color: var(--first-col);
  position: relative;
}

.quote{
  position: absolute;
  top:-20px;
  width:48px ;
}
.sales{
  font-size: 1rem;
  color: var(--first-col);
 
}

.sales-wrapper{
  position: relative;
}
.sales a{
  color: var(--first-col);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.sales a:hover{
  color: var(--second-col);
 
}

.sales img{
  max-height: 400px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.logo-homestar{
  position: absolute;
  bottom: 25px;
  left: 10px;
  width: 120px!important;
  z-index: 2;
}

.logo-homestar-d{
  position: absolute;
  bottom: 25px;
  right: 10px;
  width: 120px!important;
  z-index: 2;
}

.drawing-board h3{
  color: #29306E;
}

.drawing-board .gallery img{
  height: 400px;
}
.gallery img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.plan-pad{
  padding:0 200px;

}

.gallery .col-md-6 .portrait{
  height: 950px!important;
}

.gallery .col-md-6 img{
  height: 500px;

}

.contact-block{
  min-height: 100vh;
  background-color: var(--first-col);
  color: var(--fourth-col);
  
}

.contact-block .pre{
  color: var(--second-col);
}

.contact-block p{
  color: var(--fourth-col);
}

.contact-block h2{
  font-weight: 700;
  font-size: 1.5rem;
}

.contact-block a{
  font-size: 2rem;
  color: var(--fourth-col);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.contact-block a:hover{
  color: var(--second-col);
}

.projects h1{
  font-size: 2.5rem;
  max-width: 70%;
}



.blue-gold-box{
  background-color: var(--first-col);
  text-align: center;
  padding: 20px;
  box-shadow: 20px 20px 0 var(--second-col);
  margin-bottom: 120px;
  width: 240px;
  height: 240px;
  position: relative;
}

.blue-gold-box .numbered{
  font-size: 7rem;
  color: var(--fourth-col);
}

.steps h3{
  font-weight: 700;
  color: var(--first-col);
}

.line-wrap{
  position: relative;
}

.vline {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left:40%;
  background-color:var(--second-col);
  z-index: -1;
}

.team-blue{
  background-color: var(--first-col);
}

.team-blue p, .team-blue a{
  color: var(--fourth-col);
}

.plan-content{
  background-color: var(--third-col);
  padding: 30px;
}

.fit{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.plan-image-box{
  position: relative;
}


.box-plans{
  background-color: var(--first-col);
  position: absolute;
  top:0;
  z-index: 99;
  padding: 15px 25px 0 25px;
}

.box-plans p{
  color: var(--fourth-col);
  line-height: 0.8rem;
}

.box-plans-g{
  background-color:var(--second-col);
  position: absolute;
  top:0;
  z-index: 99;
  padding: 15px 25px 0 25px;
}

.box-plans-g p{
  color: var(--fourth-col);
  line-height: 0.8rem;
}


.filter-form{
  background-color: var(--first-col);
  padding: 10px 25px;
  border-radius: 50px;
  margin: 50px 0 100px 0;
  display: flex;
  justify-content: space-between;
}

.form-group{
  width: 12.5%;
}

.form-group svg{
  margin-right: 5px;
}
.filter-form p{
  color: var(--fourth-col);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-size: 0.7rem;
  font-weight: 700;
}

.filter-form select{
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    border-radius: 0px;
    color: #FFF;
    width: 100%;
    outline:0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../img/arrow-down-w.svg')!important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 13px;
    background-color: var(--first-bg);

}

.btn-form{
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  width: 100%;
  color: var(--second-col);
  box-shadow: none;
  border:1px solid #fff!important;
  border-style: none;
  border-image: none;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}

.btn-form:hover{
  color: #fff;
  background-color:transparent;
  
}

.four{
  height: 80vh;
  
}

.four-inner{
  position: relative;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.four h2{
  color: var(--first-col);
 
}

/***** form style **/

#form ol, ul {
	list-style: none outside none;
}
.zf-large .zf-tempContDiv .zf-form-sBox{
	width:100%;
}
.zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea, .brochure-form input[type="text"], .brochure-form input[type="email"]{
	width:100%;
}
.zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;}
.zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;}

.zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea, .brochure-form input[type="text"], .brochure-form input[type="email"] {
	background:rgba(255, 255, 255, 0.3);	
	border:none;	
	-webkit-border-radius:0; 	
	-moz-border-radius:0;	
	border-radius:0;	
	padding:10px;
	font-size:1rem;	
}

.zf-tempContDiv input[type="text"]::placeholder, .zf-tempContDiv textarea::placeholder, .zf-tempContDiv .zf-pdfTextArea::placeholder, .brochure-form input[type="text"]::placeholder, .brochure-form input[type="email"]::placeholder{
	color: var(--fourth-col);
}

.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus, .brochure-form input[type="text"]:focus, .brochure-form input[type="email"]:focus{	
	border:0px solid rgba(255, 255, 255, 0) !important;	
	-webkit-box-shadow:0 0 5px rgba(255, 255, 255, 0) !important;	
	-moz-box-shadow:0 0 5px rgba(255, 255, 255, 0) !important;	
	box-shadow:0 0 5px rgba(255, 255, 255, 0) !important;	
}
	
.zf-tempContDiv textarea {
	height:75px;
}

.block-gold .zf-submitColor{
  border:var(--fourth-col) 1px solid!important;
  color:var(--fourth-col)!important;
}

.block-gold .zf-submitColor:after{
  background-color:var(--fourth-bg);
  color: var(--fourth-col);
  background-image: url(../img/icon-down-g.svg);
}

.block-gold .zf-submitColor:hover{
	background-color:var(--fourth-col);
  color: var(--second-col)!important;
}	

.contact-block .zf-submitColor:after{
  background-image: url(../img/arrow-right-b.svg);
  background-size: 10px;
}

.brochure-form .zf-submitColor{
  margin-top: 20px;
  position: relative;
}

.zf-submitColor{
  background:transparent;
  border:var(--second-col) 1px solid;
  color:var(--second-col);
  display: inline-block;
  margin: auto;
  cursor: pointer;
  font-family: "scandia-web", sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 17px 75px 15px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.65px;
  font-weight: 500;
  height: 51px;
  transition: all 0.3s ease-in-out;
}

.zf-submitColor:after{
	content: "";
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px;
  border: 0;
  background-color:var(--second-bg);
  color: var(--second-col);
  background-image: url(../img/icon-down.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  height: 50px;
  background-position: center;
  transition: all 0.3s ease-in-out;
  
}

.zf-submitColor:hover::after{
  background-size: 13px;
}
	
.zf-submitColor:hover{
	background-color:var(--second-col);
  color: var(--fourth-col);
}	   	


/**********Error Message***********/	
.zf-errorMessage {
	font:12px Arial, Helvetica, sans-serif;
	color:#ff0000;
	padding-top:5px;
}

/**********Mandatory Message***********/	
.zf-important {
	color:#ff0000 !important;
	font-weight: normal;
	margin-left:0px;
	padding: 0;
	font-size:0.7rem !important;
}

/**********instruction Message***********/
.zf-instruction {
	color:#939393;
	font-style:italic;
	margin-top:3px;
	font-size:0.7rem !important;
	overflow:visible !important;
	word-break: break-all;
	margin-bottom: 3px;
}	

.zf-symbols {
	padding:0 5px;
}

.zf-overflow{ overflow:hidden;}

.SIGNUP_FLD input[type="text" i] {
  padding: 12px 10px;
  width: 100%;
  border: 1px solid var(--second-col);
}

.SIGNUP_FLD input[type="text" i]::placeholder {
  color: var(--second-col);
}


.SIGNUP_FLD input[type="submit"]{
  position: absolute;
  right: 0;
  top:0;
  padding: 10px 20px;
  border: 0;
  background-color:var(--second-col);
  color: var(--first-col);
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-size:10px;
  height: 42px;
  background-position: center;
}

.brand-img{
  object-fit: cover;
  height: 250px;
  width: 100%;
}

.brand-d{
  min-height: 350px;
}

.styles-p{
  position: absolute;
  bottom: 0;
  left:10px;
  color: var(--third-col);
  font-size: 0.8rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1;
}

.circle-crop {
  border-radius: 50%;
  overflow: hidden;
  width: 150px; 
  height: 150px; 
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: solid 2px #fff;
  animation: none;
  
}

.circle-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



@keyframes flicker-animation {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}


.animate-flicker {
  animation: flicker-animation 4s infinite;
}

.animate-flicker:nth-child(2) {
  animation-delay: 2s;
}


.plan-slider .styles-p{
  position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1;
    background-color: var(--second-col);
    height: 20px;
    padding: 10px;
}

.plan-slider .circle-crop {
  width: 150px; 
  height: 150px; 
  bottom: 80px;
  right: auto;
  left:10px;
  
}

.gallery-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black with a little opacity */
}

/* The Close Button */
.close-popup {
  position: absolute;
  top: 50px;
  right:50px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999999;
}

.popup-content {
  top: 0;
  position:relative;
  width: 100%;
  max-width: 1700px;
}

.reviews .reviewslider2 img{
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.review-box2{
  background-color: var(--third-col);
  padding: 0;
  color: var(--first-col);
  position: relative;
}

.reviews h4{
  color: var(--second-col);
  font-size: 2rem;
  line-height: 2.5rem;
}

.reviewslider2 .play {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top:50%;
    left:45%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.reviewslider2 .play::before {
    content: "";
    position: absolute;
    background-image: url(../img/icon-play2.svg);
    background-repeat: no-repeat;
    background-size: 37px 37px;
    height: 37px;
    width: 37px;
    left: -50px;
    top: -10px;
    z-index: 9999999;
    background-position: right center;
    padding: 0px;
}

.reviewslider2 .vid{
  position: relative;
}

.quote{
  position: absolute;
  top:-20px;
  width:48px ;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--second-col)!important;
}


.ticker-wrapper p, .ticker-wrapper a{
  font-size: 1rem;
  color: white!important;
  text-decoration: none;
}

.ticker-wrapper {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  background-color:  var(--second-bg);
  border-bottom:0px;
  padding: 5px 0;
  height: 35px;
  z-index: 999999999;
  color: white;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: ticker-scroll 200s linear infinite;
}

.ticker-item {
  display: inline-block;
  margin-right: 50px; 
}

@keyframes ticker-scroll {
  0% {
      transform: translateX(-50%);
  }
  100% {
      transform: translateX(-100%);
  }
}