/* split header with fixes for VOP navigation. This one inculdes a buy now button and modal for coverage details section */

:root {
    --primaryDark: #f1f1f1;
    --primaryWhite: #515151;
    --secondaryDark: #C34742;
    --secondaryWhite: grey;
    --borderDark: 1px solid var(--primaryDark);
    --borderWhite: 2px solid var(--primaryWhite);
    --breakWrapper_one: url(/images/salt-n-pepa.png);
    --breakWrapper_two: url(/images/salt-n-pepa.png);
    --hero-gradient:linear-gradient(50deg, rgba(var(--gradient-header),0.75) 40%, rgba(var(--gradient-header),0) 74%), var(--header-img);
  --gradient-header: 255,255,255;
  --header-img: url('/images/cottage-hero.jpg');

  }


.page {
 font-family: 'DM Serif Text'; 
}

main {
    background-color: #fff;
    padding: 40px 0;
}

header.main-header .container {
    background: #000000;
}

.form-group a.text-link:hover {
    letter-spacing: initial;
}

form#form-login-modal {
    width: 95%;
    margin: 0 auto;
}

.form-group.required {
    width: 90%;
}

.form-group .text-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: initial;
    letter-spacing: initial;
}

nav ul { 
    overflow: visible;
}

.content-block.breadcrumb-block {
    position: absolute;
    top: 5%;
}

.clearfix {
    display: grid;
    grid-template-columns: 60% 40%;
    /* grid-template-rows: 1fr; */
}

footer.main-footer {
    display: none;
}

.logo {
    display: none;
}

.header-search-block {
    display: none;
}

.header-phone {
    display: none;
}

.iconWrapper .icon {
    width: 10%;
}

nav.main-menu.navbar {
    grid-column: 1/3;
    display: flex;
    grid-row: 1/2;
    justify-self: start;
    margin: 0 !important;
}

.container {
    width: 100%;
}

.header-buttons {
    margin: 0 !important;
    /* justify-self: flex-end; */
    grid-column: 2/3;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    padding-right: 10px;
}

.main-header {
    background: #0003;
    /* margin-bottom: -60px; */
    display: grid;
    position: fixed;
    grid-template-rows: 1fr;
    top: 0;
}

ul.nav.navbar-nav {
    color: white;
}


/* html {
    scroll-behavior: smooth;
  } */

  svg#Layer_1 {
    width: 12%;
}

#static-page h1 {
    font-size: 4vw;
    line-height: .6em;
    margin-top: .5em;
}

.page p {

    font-family: 'open-sans', sans-serif;
}
/* VOP override for font colors */

.header_wrapper >* {
color: var(--primaryWhite);
}

.threeFeature > * {
    color: var(--primaryWhite);
}

.multiBox > * {
    color: var(--primaryWhite);
}

.sectionBreak > * {

    color: var(--primaryDark);
}

a:focus, a:hover {
    color: grey;
    outline: 0;
    /* letter-spacing: 0; */
}

td {
    background: none !important;
}

.multiBox .icon img {
    background: white;
}

/* .breakContent .row {
    max-width: 75vw;
} */

/* VOP override for font colors ==end */

.page h2 {
    font-size: 1.2vw;
}

.content-block.content-block-medium-gray.content-block-reduced-padding {
    display: none !important;
}

.iconWrapper .open-sans {
 letter-spacing: initial; 
}

.google-follow.hidden-xs {
    display: none;
}
.hero_wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 55% 10% 35%;
    z-index: 100;
    background-image:var(--hero-gradient);
    /* grid-column: 2/4; */
    /* grid-row: 1/2; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 8em;
    padding-bottom: 5em;
}
.header_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primaryWhite);
    text-align: center;
    /* grid-row: 1/2; */
    padding-left: 15%;
    grid-column: 1/2;
    /* grid-template-columns: repeat(2, 50%); */
}

.threeFeature_wrapper {
    /* background: url(/images/bg_2.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
  
    grid-row: 3/4;
    grid-column: 1/4;
}

.header_wrapper h2 {
    /* padding-bottom: 1em; */
    font-size: 2vw;
    /* color: #C04741; */
    font-weight: 800;
}

.header_wrapper p {
    width: 45vw;
    padding: 1em 0;
}

.header_wrapper img {
    width: 70%;
}


.button {
    background: var(--secondaryDark);
    color: var(--primaryDark);
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 15px 35px;
    transition: all .36s ease-in-out;
    cursor: pointer;
}

.headContent {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.buttons {
    padding: 3em 0;
    max-width: 85%;
}

a.button:hover {
    color: #d8d8d8;
    border-radius: 10px;
    text-decoration: none;
}

.featureHeader h2 {
    margin: 0;
    text-align: center;
    color:  var(--primaryDark);
    font-size: 2vw;
    padding-bottom: 15px;
}

.featureHeader {
    padding-bottom: 3em;
}
a.big-btn {
    padding: 1em 5em;
}

.md-btn {
    padding: 10px 20px;
}

article.box:hover {
    border-radius: 0;
    background-color:  var(--primaryDark);
    box-shadow: 10px 5px 5px #e2e1e1;
}

article.box:hover .learnMore {
    opacity: 1;
}

.iconWrapper:hover .learnMore {
opacity:1;
}

a.learnMore {
    align-self: end;
    margin-bottom: 2em;
    padding: 25px 0;
}

a.text-link {
    color: #c74742;
    font-size: 1.2vw;
    text-decoration: none;
    transition: all .36s ease-in-out;
    letter-spacing: .1em;
}

a.text-link:hover {
    letter-spacing: .2em;
}

.open-sans {
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-size: .4em;
    letter-spacing: .4em;
}

.threeFeature {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
    padding: 0 4em 4em;
    max-width: 95vw;
    margin: 0 auto;
}

article.box.buy {
    display: flex;
    flex-direction: column;
    /* justify-items: center !important; */
    /* align-items: center !important; */
    /* text-align: center; */
    /* align-content: center; */
}
/* three feature buy now sections */
.buy a.learnMore {
    align-self: center;
  opacity: 1;
}

.buy a.button.big-btn.buy-now {
    place-self: center;
}

.buy p.open-sans.limits {
    align-self: center;
}

.buy p.open-sans.limits {
    align-self: center;
}

.buy a.learnMore:hover {
    color: var(--primaryWhite);
}



/* .threeFeature_wrapper {
    background: url(/images/bg_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4em;
} */

.threeFeature a {

    grid-row: 3/3;
    align-self: end;
}

.feature {
    text-align: center;
    padding: 2em;
    /* border: var(--borderDark); */
    position: relative;
    display: grid;
}
.feature .icon {

    top: -15%;
}

.feature img {
    width: 15%;
}
.feature p {
    /* top: 40%; */
    /* color: white; */
    /* opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(-20px);
    transition: all .3s; */
    grid-row: 2/2; 
    /* grid-column: 1/3; */
}

.feature h2{
    grid-row: 1/2;
    /* grid-column: 1/3; */
}


/* .feature:hover p {
    transform: translateY(0px);
    opacity:0.9;
} */

.multiBox {
display: grid;
grid-template-columns: 1fr 1fr;    
background-image: url('/images/coverage-ingredients.jpg');
background-position: right top;
background-repeat: no-repeat;
padding-bottom: 2em;
}

.multiBoxes{
    grid-column: 1/4;
    grid-gap: 5em;
    padding: 5em;
    display: grid;
    /* grid-auto-rows: 1fr; */
    grid-template-columns: repeat(3, 30%);
    padding-bottom: 50px;
}

.multiBox .details {

    grid-column: 1/3;
    justify-self: center;
    align-self: center;
}
.multiBox header {
    grid-column: 1/2;
    padding-left: 5em;
    display: grid;
    grid-gap: 10px;
    padding: 6em 0 6em 5em;
}


.multiBox header h2 {
    font-size: 3em;
  text-transform: capitalize;
}

.multiBox h3 {
    font-size: 1.5em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.multiBox p {
    font-family: 'open-sans', sans-serif;
    font-size: 16px;
    align-self: self-start;
   
}

.multiBox .buy-now {
place-self: start;
}

.largeContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 5em;
    margin: 5em;
    grid-column: 1/3;
}

.large-content {
    /* grid-row: 2/3;
    grid-column: 2/3; */
    /* justify-self: end; */
    width: 70%;
    /* display: grid;
    grid-template-columns: 1fr auto; */
    background:  var(--primaryDark);
    padding: 7%;
    margin-top: -25px;
    margin-bottom: 7em;
}

.large-content p {
    position: relative;
}

.iconWrapper article.classContainer {
    display: grid;
    /* flex-flow: wrap; */
    padding: 2em;
    /* justify-content: center; */
}

.class {
    /* width: 50%; */
    /* grid-column: 1/2; */
    /* justify-content: center; */
    /* align-items: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.class-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.iconWrapper article.side-image {
    display: grid;
    grid-template-columns: 50% 50%;
}

.iconWrapper article.side-image p {
    grid-column: 1/2;
}

.iconWrapper article.side-image img {
    grid-column: 2/3;
}
.class:nth-child(even) {
    grid-column: 2/3;
}

.class:nth-child(odd) {
    grid-column: 1/2;
}

.class {
    /* width: 50%; */
    /* grid-column: 1/2; */
    /* justify-content: center; */
    /* align-items: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.class:nth-child(even) {
    grid-column: 2/3;
}

.class:nth-child(odd) {
    grid-column: 1/2;
}

article.large-content p:first-child:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #be4741;
    position: absolute;
    left: -25px;
}

p.open-sans.limits {
   
    letter-spacing: 0;
    font-size: 18px;
    color: var(--secondaryDark);
}

article.box {
    text-align: center;
    transition: all .36s ease-in-out;
   
}

.box {

    border: var(--borderWhite);
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    grid-gap: .5em;
    padding: 2em;
    border-radius: 15px 0;
}

.box p {

    font-size: 13px;
}

.learnMore {

    color: var(--secondaryDark);
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: all .36s ease-in-out;
    opacity: 0;
}

/* .learnMore:hover {

    letter-spacing: 0;
} */
/* 
.daLink {
    border: var(--borderDark);
    border-radius: 5px 0;
    margin: 10PX;
    padding: .5em 2em;
    font-family: 'DM Serif Text';
    font-size: 14px;
} */
.icon {
    position: absolute;
    top: -4em;
    right: 0;
    left: 0;
}
.box:nth-of-type(2) {

    grid-column: 2/4;
    width: calc(100% / 2.25);
}

.contentWrapper {

    display: grid;
    grid-template-columns: 10% 80%;
    
}

.bar {
    position: relative;
    border: var(--borderWhite);
    margin: 1em;
    border-radius: 15px;

}

/* .contentWrapper:nth-of-type(odd) .bar{

background-color: #515151;
} */
.button span:first-child {
    font-size: 25px;
    text-decoration: none;
    font-family: "DM serif";
    font-weight: 800;
}

.buttons .button {
    font-family: "Open Sans";
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fefo-mobile {
    display: none;
}


.contentWrapper .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentWrapper article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}

.contentWrapper h2 {
    font-size: 2.5em;
    line-height: .7em;
    color: var(--primaryWhite)
}

.contentWrapper .open-sans {
    font-size: .7em;
}

.mess {
    padding: 4em 0 2em 4em;

}

.sectionBreak {

    background-image: url('/images/interupt.jpg');
    min-height: 300px;
    display: grid;
    margin-bottom: 4em;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .breakWrapper:before {
    content:url(/images/salt-n-pepa.png);
    position: absolute;
    top: -2.5em;
    left: 25px;
} */



.breakWrapper {

    /* border: var(--borderDark); */
    margin: 3em;
    /* grid-template-columns: 66% 33%; */
    /* padding: 2em 5em; */
    position: relative;
    /* display: grid;
    grid-gap: 1em; */
}


    /* .breakContent {
        display: grid;
        grid-template-columns: repeat(3, 33%);
    } */

.breakContent h2 {
font-size: 1.8em;

}
/* 
.breakContent p {

    padding-left: 5em;
} */

.iconWrapper {
    border: 1px solid white;
    display: grid;
    grid-template-rows: 25% auto;
    background: linear-gradient( 
180deg
 , rgba(247,247,247,1) 0%, rgba(245,245,245,0) 180%);
    margin: 0 auto;
    padding: 3em;
    align-items: start;
    position: relative;
    border-radius: 15px 15px 0 3em;
    transition: all .36s ease-in-out;
}

.iconWrapper:hover {
    border: 1px solid #dadada;
    border-radius: 0;
}

.iconWrapper .icon {
    left: 2em;
}

.iconWrapper h2 {
    font-size: 2.5vw;
    text-transform: uppercase;
    line-height: .8em;
    color: var(--primaryWhite);
    padding-bottom: 25px;
    margin: 0;
    border-bottom: 1px solid #be4741;
    color: #be4741;
    align-self: end;
}

.iconWrapper article {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.iconWrapper p:first-child {
    padding: 25px 0;
    margin: 0;
    
}

.iconWrapper .open-sans {
    font-size: .5em;
    line-height: .4em;
}


.feature:hover p {
    transform: translateY(0px);
    opacity:0.9;
}



img {
    transition: all .36s ease-in-out;
}

.feature {
    transition: all 1s ease-in-out;
}

.feature h2 {
    transition: all .36s ease-in-out;
}

.modal {
top: 2%;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
    background-color:  var(--primaryDark);
}

.modal .modal-body {
    max-height: 90vh;
    padding: 0;
    
}

.close {

font-size:40px;
}

.modal-body h3 {
    font-size: 30px;
    text-transform: uppercase;
    color:var(--primaryWhite);
}

.modal-body p {
    font-size: 18px;
}


@media (min-width: 768px) {
.modal-dialog {
    width: 80vw;
    margin: 0 auto;
}
}

input, textarea {

    background: #ffffffd8;
    color: #2F2D34;
    margin: 10px;
    padding: 10px;
    width: 60%;
}

textarea {
min-height: 200px;
}
label {

    display: none;
    width: 35%;
   
}
.modalInfo {
    /* text-align: center; */
    display: grid;
    justify-items: center;
    margin-bottom: 4em;
}

.modalForm {
    display: grid;
    justify-items: center;
    background-image: url(/images/interupt.jpg);
}

.modalInfo p {
    text-align: center;
    padding: 0 5em;
}

.modal-wrapper {

    max-width: 670px;
    margin: 2em auto;
}

.modalForm {

    color: var(--primaryDark);
    text-align: center;
}

.modalForm h2 {
    font-size: 3em;
    text-transform: uppercase;
}

div#block-cms-content-blocks-flip-static_page_top {

    display: none;
}

/* VOP header fixes */

.main-menu {
    border-bottom: 1px solid var(--secondaryDark);
    margin-top: 0 !important;
    margin-right: 0;
}

.main-header {
    background: #0003;
    /* margin-bottom: -60px; */
    display: grid;
    position: fixed;
    grid-template-rows: 1fr;
    top: 0;
}

.nav .navbar-nav {
    overflow: visible;
}

.nav-anchor li{

        padding: 15px 35px;
        font-size: 21px;
        color:  var(--primaryDark);

}


.nav-anchor li a{

    color:  var(--primaryDark);

}

ul.nav-anchor {
    display: flex;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
}



.block-cms-content-blocks-flip-static_page_top {

    display: none;
}

.modal-wrapper article.box {
    margin-top: 5em;
}

input.hs-button.primary.large {
    background: var(--secondaryDark);
    color: var(--primaryDark);
    text-transform: uppercase;
    letter-spacing: .1em;
    border: none;
    padding: .6em 4em;

}


body {
	position: relative;
	overflow-x: hidden;
}

body,
html {
	height: 100%;
	background-color: #583e7e;
}

.nav .open > a {
	background-color: transparent;
}

.nav .open > a:hover {
	background-color: transparent;
}

.nav .open > a:focus {
	background-color: transparent;
}

.modal-body {
    font-family: 'Open Sans';
}

.sectionBreak.header-break {

    background-image: url(/images/bg_2.jpg);
}


/*-------------------------------*/
/*       Navigation Test         */
/*-------------------------------*/

.main_h {
    position: fixed;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: none;
    /* overflow: hidden; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px;
    font-family: "Montserrat", sans-serif;
  }

  /* nav ul li:last-child {
    background: var(--secondaryDark);
    padding: 10px 20px;
  
    }

    nav ul li:last-child a{
    color:  var(--primaryDark);
      
        } */
  @media only screen and (max-width: 766px) {
    .main_h {
      padding-top: 25px;
    }
  }
  
  .open-nav {
    max-height: 400px !important;
  }
  .open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  
  .sticky {
    background-color:  var(--primaryDark);
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid gainsboro;
  }
  
  .main_h .logo {
    width: 50px;
    font-size: 25px;
    color: #8f8f8f;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 766px) {
    .main_h .logo {
      float: none;
    }
  }
  
  nav {
    float: right;
    width: 80%;
  }
  @media only screen and (max-width: 766px) {
    nav {
      width: 100%;
    }
  }
  nav ul {
    list-style: none;
    /* overflow: hidden; */
    text-align: right;
    float: right;
  }
  @media only screen and (max-width: 766px) {
    nav ul {
      padding-top: 10px;
      margin-bottom: 22px;
      float: left;
      text-align: center;
      width: 100%;
    }
  }
  nav ul li {
    display: inline-block;
    margin-left: 35px;
    line-height: 1.5;
  }
  @media only screen and (max-width: 766px) {
    nav ul li {
      width: 100%;
      padding: 7px 0;
      margin: 0;
    }
  }
  nav ul a {
    color: #888888;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  @media only screen and (max-width: 766px) {
    .mobile-toggle {
      display: block;
    }
  }
  .mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #8f8f8f;
    display: block;
  }
  
  .row {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
  }
  
  * {
    box-sizing: border-box;
  }
  
  /* body {
    color: #8f8f8f;
    background: white;
    font-family: "Cardo", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
  }
  
  a {
    text-decoration: none;
  }
  
  h1 {
    font-size: 30px;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  }
  
  p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 2;
  }
  
  .content {
    padding: 50px 2% 250px;
  } */
  
  /* .hero {
    position: relative;
    background: #333 url(http://srdjanpajdic.com/slike/2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 110px;
    min-height: 500px;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
  }
  .hero h1 {
    font-size: 50px;
    line-height: 1.3;
  }
  .hero h1 span {
    font-size: 25px;
    color: #e8f380;
    border-bottom: 2px solid #e8f380;
    padding-bottom: 12px;
    line-height: 3;
  } */
  
  .mouse {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 46px;
    border-radius: 13px;
    border: 2px solid #e8f380;
    bottom: 40px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
  }
  .mouse span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    background: #e8f380;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
  }
  
  @-webkit-keyframes scroll {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
  }
  @keyframes scroll {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
  }

@media only screen and (max-width: 1024px)  {
    .box:nth-of-type(2) {
        grid-column: auto;
        width: 100%;
    }
 
    .multiBoxes {
        grid-gap: 25px;
        grid-template-columns: 50% 50%;
    }
    .largeContent {  
        grid-template-columns: 1fr;
    }

    .iconWrapper .open-sans {
        font-size: .6em;
        line-height: 1.6em;
    }
    article.box {
        margin: 3em 0;
    }

    a.learnMore {
        margin-bottom: 0;
    }

    .learnMore {
        opacity: 1;
    }
    
}
@media (max-width: 960px) {
    .multiBoxes {
        grid-template-columns: 1fr;
        padding: 25px;
    }

    .multiBox .details {
        margin-top: 3em;
    }

    .box:nth-of-type(2) {
        grid-column: auto;
        width: auto;
    }
    article.box {
        margin: 0;
    }

    .multiBox {
        background: none !important;
        grid-template-columns: 1fr;
    }
    
    
    .icon {
        display: none;
    }

    .multiBox .details {
     
        margin-top: 3em;
    }
    
    .iconWrapper {
        grid-template-columns: 1fr;
    }
    .threeFeature {

        grid-template-columns: 1fr;
    }
    .main-header {
        background: #131720 !important;
        position: fixed;
        margin-bottom: -90px;
        top: 0;
    }

    .nav-anchor li {
        padding: 10px;
        font-size: 18px;
        color: white;
    }
    .header-buttons {
        display: none;
    }
}
@media only screen and (max-width: 768px) {

    #static-page h1 {
        font-size: 10vw;
    }

    .class-wrapper {
        padding-bottom: 2em;
    }

    .open-sans {
        letter-spacing: initial;
    }

    a.big-btn {
        padding: 1em 2em;
        text-align: center;
    }

    .iconWrapper article.side-image {
        grid-template-columns: 1fr;
    }

    .iconWrapper article.side-image img {
        grid-column: 1/3;
    }

    .iconWrapper h2 {
        font-size: 9.5vw;
    }

    .partner {

    font-size:6.2vw!important;
    }

    .fefo-mobile {
        display: block;
    }

    .fefo-slider {
        display: none;
    }

    .threeFeature {
        padding: 0; 
    }

    .breakWrapper { 
    margin: 0;
    }
    .sectionBreak {
        margin-bottom: 0;
    }
    .feature h2 {
        font-size: 6vw;
    }
    
    a.text-link {
        font-size: 5vw;
    }
    
    .featureHeader h2 {
        font-size: 5vw;
    }

    .header_wrapper {
        padding-left: 0;
    }
    
    .hero_wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    
        background: none;
    }
    
    .header_wrapper p {
        width: 90vw;
    }
    
    .headContent.text-center {
        margin: 0 0 25px 0;
    }
    .hero_wrapper {
       
        height: auto;
    }

    .multiBoxs {
        grid-gap: 25px;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .breakWrapper {
        padding: 0;
    }

    .multiBox header {
        padding: 2em;
    }

    .largeContent { 
        display: block;
        margin: 0;
        padding: 0;
    }

    .iconWrapper {
        display: block; 
    }

}