body{
    margin-bottom: 0 !important;
}

.wp-block{
    max-width: 100%;
}

strong{
    font-weight: bold;
    font-size: 16px;
    /* color: #8c8b8b; */
}

*{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

strong a{
    font-weight: 500;
}

h1,h2,h3,h4,h5{
    font-weight: bold;
}

h1{
    
}

h2{
    font-size: 36px;
}

h3{
    font-size: 26px;
    color: #15416a;
}

h3.pageTitle{
    margin-bottom: 60px;
}

h4{

}

h5{

}

.contentWrap p a{
    text-decoration: underline;
    font-size: 16px;
}

a:hover{
    text-decoration: none;
}

p{
    font-size: 16px;
}

.page-template-default p{
    text-align: left;
    max-width: 100%;
}
/* Header */
.header{
    padding: 15px 15px;
    padding-bottom: 21px;
}

/* Main Menu */
.menu-main-menu-container{
    display: inline-block;
    padding-top: 27px;
}
.mainMenu{
    display: flex;
    flex-direction: row-reverse;
text-align: right;
}

.mainMenu ul{
    list-style: none;
    margin-right: 10px;
    padding-left: 0;
    margin-left: 0;
}

.mainMenu ul li{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.mainMenu ul li.menu-item-has-children::after{
    content: '';
    width: 7px;
    height: 8px;
    background-image: url('images/caret.png');
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 2px;
}

.mainMenu ul li a{
    font-weight: 500;
    color: #04436c !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

/* Sub Menu */
.mainMenu ul li:hover > ul{
    display: block;
}

.mainMenu ul ul{
    display: none;
    position: absolute;
    left: -15px;
    top: 16px;
    padding: 0;
    margin: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 999;
    width: 250px;
    border-top: 14px solid rgba(255,255,255,.8);
}

.mainMenu ul ul li{
    width: 100%;
    display: block;
    padding-left: 5px;
    margin-bottom: 9px;
    text-align: left;
}

.mainMenu ul ul li a{
    font-weight: 500;
    color: #0f416b;
}
.menu-mobile li a:first-child {
    font-weight: 800;
}
ul.sub-menu a {
    font-weight: 200 !important;
}
a.button{
    background-color: #6fa916;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 30px;
    font-size: 12px;
}

.header a.button{
    background-color: #6fa916 !important;
    padding: 23px 20px;
}

a.button.bold{
     font-weight: bold;
    font-size: 14px;
}

.videos a.button{
    margin: 0 auto;
    display: block;
    width: 350px;
    text-align: center;
    margin-top: 40px;

}

/* Navigation */

@media(min-width:893px){
    .sm-nav{
    	display:none;
    }
}

@media(max-width:892px){
    .lg-nav{
    display:none;
    }
    .sm-nav{
    display:flex;
    }
}
@media (min-width:893px){
                    .nav-sm{
                    display:none;
                    }
                    }
                    @media (max-width:892px){
                    .menu{
                    display:none;
                    }
                    
                    ul#menu-main-menu-1 {
                        margin-left: -1.2rem;
                        width: 100%;
                    }
                    a.button.green.contact {
                        text-align: center;
                    }
                    ul#menu-main-menu-1 {
    margin-left: 0;
    padding-left: 0;
}
                    .hamburger{
                      background:none;
                      position:absolute;
                      top:0;
                      right:0;
                      line-height:45px;
                      padding:5px 15px 0px 15px;
                      color:#999;
                      border:0;
                      font-size:1.4em;
                      font-weight:bold;
                      cursor:pointer;
                      outline:none;
                      z-index:10000000000000;
                    }
                    .cross{
                      background:none;
                      position:absolute;
                      top:0px;
                      right:0;
                      padding:7px 15px 0px 15px;
                      color:#999;
                      border:0;
                      font-size:3em;
                      line-height:65px;
                      font-weight:bold;
                      cursor:pointer;
                      outline:none;
                      z-index:10000000000000;
                    }
                    .menu-main-menu-container {
    width: 100%;
}
                    .menu-mobile {
                    display: none;
                    }
                    .menu-mobile.open {
                       display: block;
                    }
                    .menu-mobile{z-index:1000000; font-weight:bold; font-size:0.8em; width:100%; background:#f1f1f1; text-align:center; font-size:12px;}
                    .menu-mobile ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
                    .menu-mobile li {display: block;   padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
                    .menu-mobile li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
                    .menu-mobile ul li a { text-decoration:none;  margin: 0px; color:#666;}
                    .menu-mobile ul li a:hover {  color: #666; text-decoration:none;}
                    .menu-mobile a{text-decoration:none; color:#666;}
                    .menu-mobile a:hover{text-decoration:none; color:#666;}

                    .glyphicon-home{
                      color:white; 
                      font-size:1.5em; 
                      margin-top:5px; 
                      margin:0 auto;
                    }
                    header{display:inline-block; font-size:12px;}
                    span{padding-left:20px;}
                    a{color:#336699;}
                    }
/*Homepage Feature*/

.feature{
    background-size: cover;
    width: 100%;
    height: 70vh;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature h2{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.feature p{
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 615px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.feature a.button{
    max-width: 380px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px;
}

/* Home Page Products */
.products{
    padding: 40px 15px;
    padding-top: 60px;
}

.products .col-md-4{
    margin-bottom: 50px;
}

.products .title{
    color: #0f416b;
    font-size: 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.products p{
    font-size: 16px;
    color: #7b7b7b;
}

.products .person{
    font-size: 16px;
    font-weight: 500;
    color: #7b7b7b;
    width: 100%;
    display: block;
    text-align: center;
    display: none;
}

.products .person::before{
    content: '';
    border-top: 2px solid #8d8d8d;
    width: 6px;
    height: 2px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.imgWrap{
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.imgWrap img{
    align-self: end;
    margin: 0 auto;
}

.happy{
    text-align: center;
    padding: 60px 15px;
    padding-top: 0;
}

.happy img{
    margin-bottom: 10px;
}

.happy p{
    color: #04436c;
    font-size: 16px;
    display: block;
    max-width: 650px;
    margin: 15px auto;
}

.happy strong{
    font-weight: bold;
    font-size: 16px;
}

.happy a.button{
    max-width: 380px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.wantMore > .row{
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
}

.wantMore h2{
    color: #fff;
    margin-bottom: 20px;
}

.wantMore h3{
    color: #fff;
    margin-bottom: 30px;
}

.wantMore p{
    color: #fff;
    max-width: 600px;
    margin: 15px auto;
}

.wantMore .col-md-4{
    padding: 50px 15px;
}

.wantMore .col-md-4 span{
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}

/* Homepage Videos */
.videos{
    margin-top: 60px;
    margin-bottom: 60px;
}
.videos strong,
.events strong{
    color: #15416a;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 36px;
    padding: 30px 0;
}

.sep::before{
    content: '';
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
    height: 2px;
    background-color: #6fa916;
    display: block;
}

.events img{
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.eventBrite{
    background-image: url(images/eventsBg.jpg);
    /* height: 600px; */
    background-repeat: repeat-x;
    background-color: #82d0d4;
    padding-bottom: 40px;
}

.eventBrite .col-sm-6{
    margin-bottom: 40px;
}

.tag{
    background-image: url('images/eventTag.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-left: 50px;
}

.eventBrite .col-lg-3 .inner{
    border: 15px solid #cce3e4;
    background-color: #fff;
    padding: 15px;
    padding-top: 0;
    height: 100%;
}

.eventBrite .col-lg-3 .inner img{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.eventBrite .price{
    background-color: #eeedf2;
    display: block;
    margin:  auto;
    font-size: 16px;
    padding: 5px;
}

.eventBrite .date{
    display: block;
    font-size: 14px;
    margin-top: 15px;
}

.eventBrite .title{
    color: #15416a;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.eventBrite .location{
    font-weight: 300;
    font-size: 14px;
}

a.learnMore{
    background-color: #e07b28;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px;
    display: block;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    font-size: 15px;
    max-width: 184px;
    margin: 0 auto;
    margin-top: 30px;
}

/* Footer */
.footer{
    background-color: #10416a;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 60px;
}

.footer .left {
    padding-bottom: 60px;
}
.footer .left ul{
    margin: 0;
    padding: 0;
    list-style: none;
} 

.footer .left ul li{
    margin-bottom: 10px;
}

.footer .left ul li a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.footer .right{
    text-align: right;
}

.footer a.button{
    display: inline-block;
    width: 350px;
    text-align: center;
    margin: 0;
}

.footer .socials{
    margin-top: 25px;
}

.footer .socials a{
    background-color: #6fa916;
    width: 25px;
    display: inline-block;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    margin-left: 10px;
    box-sizing: border-box;
    padding-top: 4px;
}
.footer .socials a i{
    font-size: 13px;
    color: #fff;
}

.copy{
    text-align: center;
    font-size: 10px;
    font-weight: 500;
}

.copy a{
    color: #fff;
    text-decoration: underline;
    font-size: 10px;
}

p{
    color: #04436c;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

p.has-black-color{
    color: #000 !important;
}

h4{
    text-align: center;
    color: #04436c;
    font-size: 16px;
}

hr{
    content: '';
    width: 100%;
    max-width: 175px;
    margin: 50px auto;
    height: 2px;
    background-color: #6fa916;
    display: block;
}

.page-template-default h4{
    text-align: left;
}

.page-id-204 hr{
    background-color: #5e4735 !important;
}

.page-id-204 .footer{

}

.page-id-204 .purchase,
.page-id-204 .footer a.button,
.page-id-204 .footer .socials a{
    background-color: #e2142f;
}

.page-id-204 .footer{
    background-color: #5e4735;
}

.page-id-263 hr{
    background-color: #38465c;
}

.headerImage{
    padding-top: 0;
    position: relative;
    margin-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -15px;
    margin-right: -15px;
}

.headerImage .heading{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 660px;
    margin: 0 auto;
    line-height: 47px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.headerImage h1{
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    border-bottom:2px solid #6fa916;
    align-self: center;
    padding-bottom: 15px;
}

.headerImage > img{
    width: 100%;
}

.headerImage .info{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 60px 15px;
}

.headerImage .info img{
    width: auto;
    display: block;
    align-self: center;
    margin-bottom:  25px;
}

.headerImage p{
    color: #fff;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.headerImage strong{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.contained{
    max-width: 1140px;
    margin: 0 auto;
}

.learnMoreHere{
    font-size: 16px;
    color: #df7a28;
    text-align: center;
    font-weight: 500;
}

.wp-block-embed-youtube{
   max-width: 800px;
   margin: 0 auto;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 30px;
}

.wp-block-embed-vimeo{
   max-width: 800px;
   margin: 0 auto;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 30px;
}

.steps{
    background-repeat: repeat-x;
    padding-top: 10px;
}

.steps > .row{
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
}

.steps h2{
    margin-bottom: 20px;
}

.steps h3{
    color: #04436c;
    margin-bottom: 30px;
}

.steps p{
    color: #04436c;
    max-width: 600px;
    margin: 15px auto;
}

.steps .col-md-4{
    padding: 10px 15px;
}

.steps .col-md-4 span{
    display: block;
    color: #04436c;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}

.wp-block-button__link{
    background-color: #6fa916;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
}

/* Leadership */
.leadership .name{
    color: #04436c;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

.leadership p{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #04436c;
}

.leadership .row{
    margin-bottom: 100px;
}

.leadership .row:nth-child(even) .col-md-6:nth-child(1){
   order: 2;
}
.leadership .row:nth-child(even) .col-md-6:nth-child(2){
   order: 1;
}

.wp-block-embed figcaption{
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    color: #04436c;
}

.quotes h2{
    color: #c0978b;
    margin-bottom: 40px;
    text-align: center;
}

.quotes .col-md-4{
    margin-bottom: 50px;
}

.quotes p{
    color: #8c8b8b;
    font-size: 15px;
    font-weight: 500;
}

.quotes .name{
    font-weight: 500;
    color: #8c8b8b;
    font-size: 15px;
    text-align: center;
    display: block;
}

.quotes .name::before{
    width: 10px;
    height: 2px;
    background-color: #8c8b8b;;
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 6px;
}

.page-id-226 .headerImage .heading{
    color: #040000;
}

.page-id-226 .headerImage p{
    color: #040000;
    font-weight: 500;
}

.page-id-226 hr{
    background-color: #c0978b;
}

.page-id-226 a.button{
    background-color: #d7b8ad;
}

.page-id-226 a.button.dark{
    background-color: #c0978b;
}

.page-id-226 .footer{
    background-color: #c0978b;
}

.page-id-226 .footer .socials a{
    background-color: #d7b8ad;
}

.has-pink-background-color{
    background-color: #d7b8ad;;
}

.ingredients{
    height: 100vh;
    background-size: cover;
    position: relative;
}

.ingredients h2{
    width: 100%;
    margin-bottom: 60px;
}

.ingredients .box{
    width: 33%;
}

.ingredients .box span{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}

.ingredients .information{
    background-color: rgba(215, 184, 173,.76);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50vh;
    padding: 60px 15px;
    text-align: center;
}

.ingredients .information .inner{
    margin: 0 auto;
    max-width: 1084px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.ingredients .information .inner h2{
    color: #fff;
}

.story{
    padding-top: 60px;
    padding-bottom: 60px;
}

.story .vidWrap{
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.story iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.story .text{
    color: #030000;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    display: block;
}

.story .tagline{
    color: green;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
    display: block;
}

.story .tagline p{
    text-align: left;
    color: #8c8b8b;
}

a.watch{
    background-color: #d7b8ad;
    color: #fff;
    width: 250px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    margin-top: 30px;
}

.page-id-263 .footer{
    background-color: #005395;
}

.page-id-263 .footer .socials a{
    background-color: #1b97f9;
}

.page-id-263 .footer a.button{
    background-color: #1b97f9;
}

.productsWrap{
    
}
.productWrap img{
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.productWrap .title{
    font-size: 18px;
    color: #38465c;
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    min-height: 88px;
    margin-bottom: 10px;
}

.productWrap .col-md-3{
    margin-bottom: 80px;
}

.productWrap a{
    background-color: #005395;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 7px;
    border-radius: 30px;
    margin-top: 30px;
}

.productWrap a span{
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-top: -3px;
}

.testimonials h3{
    color: #15416a;
    text-align: center;
    margin-bottom: 55px;
}

.testimonials .vidWrap{
    position: relative;

}

.testimonials .vidWrap i{
    position: absolute;
    font-size: 35px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
}

.testimonials {
    padding-bottom: 60px;
}

.page-id-303 hr{
    background-color: #ff7512;
}

.page-id-303 .productWrap a{
    background-color: #ff7512;
}

.page-id-303 .footer{
    background-color: #ff7512;
}

.page-id-303 .footer a.button{
    background-color: #fcb07a;
}

.page-id-303 .footer .socials a{
    background-color: #fcb07a;
}

.page-id-303 hr{
    background-color: #ff7512;
}

.page-id-406 .productWrap a{
    background-color: #01a7e1;
}

.page-id-406 .footer{
    background-color: #01a7e1;
}

.page-id-406 .footer a.button{
    background-color: #81cbe5;
}

.page-id-406 hr{
    background-color: #01a7e1;
}

.page-id-406 .footer .socials a{
    background-color: #81cbe5;
}

.page-id-226 .purchase{
    background-color: #d7b8ad;
}

.page-id-217 .purchase{
    background-color: #6a788f;
}

.page-id-217 hr{
    background-color: #38465c;
}

.page-id-217 .footer{
    background-color: #38465c;
}

.page-id-217 .footer a.button,
.page-id-217 .footer .socials a{
    background-color: #6a788f
}

.productWrap .imgWrap{
    min-height: 250px;
}

.home .footer{
    margin-top: 0;
}

.emptyHeader{
    height: 84px;
    background-color: #04436c;
    background-image: url('images/border.jpg');
    background-repeat: repeat-x;
    margin-bottom: 60px;
}

.indent{
    padding-left: 30px;
}

.responsive-menu-inner, 
.responsive-menu-inner::before, 
.responsive-menu-inner::after{
    background-color: #10416a !important;
}

.page-id-226 .responsive-menu-inner, 
.page-id-226 .responsive-menu-inner::before, 
.page-id-226 .responsive-menu-inner::after,
.page-id-226 .responsive-menu-item-link,
.page-id-226 #responsive-menu-container,
.page-id-226 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
.page-id-226 #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow,
.page-id-226 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    background-color: #c0978b !important;;
} 

.page-id-263 .responsive-menu-inner, 
.page-id-263 .responsive-menu-inner::before, 
.page-id-263 .responsive-menu-inner::after,
.page-id-263 .responsive-menu-item-link,
.page-id-263 #responsive-menu-container,
.page-id-263 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
.page-id-263 #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow,
.page-id-263 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    background-color: #005395 !important;;
} 

.page-id-303 .responsive-menu-inner, 
.page-id-303 .responsive-menu-inner::before, 
.page-id-303 .responsive-menu-inner::after,
.page-id-303 .responsive-menu-item-link,
.page-id-303 #responsive-menu-container,
.page-id-303 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
.page-id-303 #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow,
.page-id-303 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    background-color: #ff7512 !important;;
} 

.page-id-406 .responsive-menu-inner, 
.page-id-406 .responsive-menu-inner::before, 
.page-id-406 .responsive-menu-inner::after,
.page-id-406 .responsive-menu-item-link,
.page-id-406 #responsive-menu-container,
.page-id-406 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
.page-id-406 #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow,
.page-id-406 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    background-color: #01a7e1 !important;;
} 

.page-id-217 .responsive-menu-inner, 
.page-id-217 .responsive-menu-inner::before, 
.page-id-217 .responsive-menu-inner::after,
.page-id-217 .responsive-menu-item-link,
.page-id-217 #responsive-menu-container,
.page-id-217 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
.page-id-217 #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow,
.page-id-217 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    background-color: #38465c !important;;
} 

.page-id-204 .responsive-menu-inner, 
.page-id-204 .responsive-menu-inner::before, 
.page-id-204 .responsive-menu-inner::after,
.page-id-204 .responsive-menu-item-link,
.page-id-204 #responsive-menu-container,
.page-id-204 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
.page-id-204 #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow,
.page-id-204 #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    background-color: #5e4735 !important;;
} 

.responsive-menu-item-link,
#responsive-menu-container{
    background-color: #10416a !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{
    border: 0 !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{
    border: 0 !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link{
    text-transform: capitalize;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{
    text-transform: uppercase;
}

.border{
    height: 13px;
    background-image: url('images/border.jpg');
    background-repeat: repeat-x;
    border: none !important;
    margin-left: -15px;
    margin-right: -15px;
}

.contentWrap{
    padding: 0 15px;
}

.singleProduct{
    margin-bottom: 40px;
}

.singleProduct .description{
    font-size: 14px;
    text-align: center;
    display: block;
}

/* 2 lines of text */
.page-id-303 .productWrap .title,
.page-id-217 .productWrap .title{
    min-height: 42px;
}

/* 3 lines of text */
.page-id-226 .productWrap .title,
.page-id-204 .productWrap .title{
    min-height: 63px;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.events{
    margin-top: 60px;
}

.ings{

}

.ings .face{
    background-size: cover;
}

.ings .row > div{
    /* min-height: 600px; */
    padding: 60px 30px;
    background-position: top center;
}

.ings .row > div:last-child{
    background-color: #e1c9c1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ings h2{
    color: #fff;
    text-transform: capitalize;
    max-width: 500px;
    margin-bottom: 40px;
}

.ings span{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline;
}

.ings .line{
    margin-bottom: 20px;
    word-break: keep-all;
    /* display: flex; */
    /* flex-direction: row; */
}

.ings .line img{
    width: 25px;
    margin-right: 10px;
    align-items: baseline;
}

.ings a.button{
    font-weight: bold;
    margin-top: 40px;
    align-self: baseline;
}

.quotes{
    padding-top: 60px;
}

/* Contact Page */
.page-id-37 h3.pageTitle{
    text-align: center;
}

#gform_wrapper_1{
    background-image: url('images/contactBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 630px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-top: 60px;
}

#gform_wrapper_1 form{
    background-color: #fff;
    max-width: 430px;
    margin: 0 auto;
    padding: 25px;
    padding-bottom: 1px;
}

#gform_fields_1{
    list-style: none;
    margin: 0;
    padding: 0;
}

#gform_wrapper_1 form input{
    width: 100%;
}

#gform_wrapper_1 form input[type="text"]{
    border: 0;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: 8px;
}

#field_1_3{
    width: 50%;
    display: inline-block;
    padding-right: 10px;
}

#field_1_4{
    width: 50%;
    display: inline-block;
}

.ginput_container_radio ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ginput_container_radio ul li{
    width: 50%;
}

.ginput_container_radio ul li input{
    width: 30px !important;
}

.ginput_container_radio ul li label{
    position: relative;
    top: -3px
}

.gfield_radio{
    display: flex;
}

.gchoice_1_4_0{
    display: flex;
}

#choice_1_4_0{
    width: 30px !important;;
}

.gchoice_1_4_1{
    display: flex;
}

#choice_1_4_1{
    width: 30px !important;
}

label{
    color: #04436c;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}

.ginput_container_radio{
    padding-top:5px;
    display: flex;
}

#input_1_5{
    width: 100%;
}

.gchoice_1_5_0{
    display: flex;
}

.gchoice_1_5_1{
    display: flex;
}

.gchoice_1_5_2{
    display: flex;
}

#gform_wrapper_1 input[type="submit"]{
    background-color: #6fa916;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border: 0;
    border-radius: 40px;
    width: 200px;
    margin: 0 auto;
    display: block;
    height: 40px;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contactPopup{
    position: fixed;
    z-index: 999;
    max-width: 630px;
    width: 95%;
    left: 0;
    right: 0;
    top: 15%;
    bottom: 0;
    margin: auto;
    display: none;
}

.contactPopup .close i{
    color: #fff !important;
    z-index: 1000;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 20px;
}

.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(15, 65, 107,.8);
    position: fixed;
    z-index: 998;
    display: none;
    top: 0;
    left: 0;
}

.wp-block-button.contact a{
    color: #fff !important;
}

.page-id-217 .productWrap > .row{
    justify-content: center;
} 

#content ul li{
    font-size: 16px;
}

.page-id-204 .productWrap .title{
    color: #000;
}

.has-green-color{
    color: #6fa916
}

#gform_confirmation_wrapper_1{
    background-image: url(images/contactBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 630px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-top: 60px;
}

#gform_confirmation_message_1{
    background-color: #fff;
    max-width: 430px;
    margin: 0 auto;
    padding: 25px;
    padding-bottom: 1px;
    font-size: 20px;
    text-align: center;
    min-height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-position: center top 30px
}

.gform_validation_container{
    display: none;
}