/* ! -------------reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=8e6dc53e-2694-452c-b0b9-883ca11abe8c&fontids=5171755,5203659,5213336,5327567");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/*-----------------------------------------------
-------------------------------------------------
             START WHISKEY SODA PAGE
-------------------------------------------------
------------------------------------------------*/
body.whiskey {
    min-height: 100%;
    line-height: 24px;
    font-family: lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #FAFAF0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
 }
.whiskey .nav1 {
    display: flex;
    vertical-align: middle;
    padding-top: 35px;
    width: 100%;
    max-width: 100%;
    transition: ease all 0.2s;
}
.whiskey .nav1:before {
    content: '';
    width: 100%;
    height: 190px;
    background: linear-gradient(to bottom,#000000, transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.whiskey .nav1:after{
    content: '';
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}
.whiskey .nav1 .nav-wrap{
    max-width:1250px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex: 0 0 100%
}
.whiskey .wsmenu.one {
     display: flex;
    text-align: center;
    vertical-align: top;
    flex: 0 0 42%;
    position: relative;
    z-index: 2
 }
.whiskey .wsmenu.one li {
    flex: 0 0 33%
}
.whiskey .wsmenu.two {
     display: flex;
    flex-wrap: wrap;
    text-align: center;
    vertical-align: top;
    flex: 0 0 42%;
    position: relative;
    z-index: 2
 }
.whiskey .wsmenu.two li {
    flex: 0 0 33%
}
.whiskey .nav1 ul li {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.whiskey .wsmenu.two li .btnws {
    background-color: #edd4d4;
    padding: 5px !important;
     color: #fff !important;
    display: block;
    font-size: 20px;
    line-height: 45px;
    font-family: lato, sans-serif;
    font-weight: 400;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-top: 0;
    transition: ease all 0.3s;
    border: #726b6b 1px solid;
}
.whiskey .wsmenu.two li .btnws:hover {
    background-color: #000;
}
.whiskey .wsmenu.two li .btnws a {
    padding: 12px 0;
    display: block;
    font-family: lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    color: #726b6b;
    cursor: pointer;
    transition: all ease 0.3s;
    text-decoration: none;
    letter-spacing: 1px;
}
 
@media screen and (min-width: 985px) {
    .whiskey .nav1 .navLogo {
        display: block;
        position: relative;
        height: 100%;
        width: 20%;
    }
    .whiskey .nav1.darkMenu .navLogo {
        background-image:none ;
        top: auto;
    }
    .whiskey .nav1.darkMenu {
        background-color: transparent;
        padding-bottom: 15px;
         z-index: 200;
        box-shadow: 0px 0px 0 #AD986E;
    transition: ease all 0.2s;
        top:-10px
    }
}
.homePage.whiskey .nav1 .navLogo {
    position: relative;
    top: auto;
    left: auto;
    width: 15%;
    height: 100%;
     background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    background-image:none;
    flex: 0 0 15%;
        text-align: center
}
.whiskey .nav1 .navLogo img {
    max-width: 80px;
    margin: 0 auto;
    width: 100%
}
@media screen and (min-width: 1100px){
    .whiskey .nav1 ul li a {
        font-size: 15px;
        letter-spacing: 0;
    }
}
@media screen and (min-width: 985px){
    .whiskey .nav1 ul li a {
        display: block;
    }
}
.whiskey .nav1 ul li a {
    padding: 8px 1% 4px ;
    display: block;
    font-family: lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
     font-size: 15px;
    line-height: 18px;
    color: white;
    cursor: pointer;
    transition: all ease 0.3s;
    text-decoration: none;
    letter-spacing: 1px;
 }
.whiskey .nav1 ul li a:hover {
    color:#fbdfa2
}


.whiskey .mobileBtnWrap {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 200;
    padding: 8px;
    background-color: #000;
}
.whiskey .mNav.openMenu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 120px;
    background-color: #000;
    z-index: 9;
    opacity: 1;
}
.whiskey .mNav.openMenu a{
    font-family: lato, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
}
.whiskey .mobileLogo {
    margin-left: auto;
    margin-right: auto;
     width: 228px;
    height: 100%
}

.whiskey .mobileLogo img {
    height: 45px;
    width: auto
}

.whiskey .fullScreenImage:before {
    content: '';
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom,#000000, transparent);
    position: absolute;
    top:0;
    left:0
}

.whiskey .frameOne {
    padding: 0;
    background: url(/assets/uploads/pinkbackground.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 10px auto 0;
}  
#reservations {
	margin: 10px auto 0;
     background: url(/assets/uploads/greenbackground.jpg) center repeat;
    background-size: 10%;
	position:relative
 }
#reservations::before {
 	background: rgba(0,0,0,0.5);
	position:absolute;
	width:100%;
	height:100%;;
	top:0;
	left:0;
	z-index:1
} 

#reservations .module {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
	padding: 50px 5%;
	position:relative;
	z-index:2
}

#reservations .module h2 {
    color: #fff;
    font-size: 50px;
    line-height: 45px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 40px;
    text-align: center;
    letter-spacing: 1px;
}

.whiskey .frameOne .module {
    border:none;
    padding: 60px 30px 70px;
    position: relative;
    width:100%;
    max-width:1200px
}
.whiskey .frameOne .module:after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.whiskey .frameOne .module:before {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.whiskey .lightBackground header {
    padding-top: 0px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.whiskey .frameOne .module h1{
    color:#404040;
    font-size: 40px;
    line-height: 43px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 20px;
    letter-spacing: 1px;
    max-width:555px
}
.whiskey .frameOne .module p{
    color:#404040;
    font-size: 20px;
    line-height: 30px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 10px;
    text-align: center
}
.whiskey .frameOne .module img{
    width:130px;
    margin: 0 auto 25px;
    display: block
}
    
.whiskey .slider {
    padding: 0;
    max-height: 550px;
    overflow: hidden;
    margin: 10px auto 10px
}
.whiskey .slider .bx-controls {
    display: block;
}
.whiskey .slider .bx-wrapper {
    margin-bottom:0;
        max-height: 550px;
}
.whiskey .slider .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
}
.whiskey .slider .module {
    padding: 0;
    max-width: 100%;
        max-height: 550px;
}
.whiskey .bx-wrapper {
    padding:0;
    box-shadow: 0 0 0 #ccc;
    border: none
}
.whiskey .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    outline: 0;
    width: 55px;
    height: 100px;
    text-indent: -1000px;
    z-index: 100;
}
.whiskey .bx-wrapper .bx-prev {
    left: 10px;
    background: url(/assets/uploads/arrow-left.png) no-repeat left ;
    background-size: cover
}
.whiskey .bx-wrapper .bx-next {
    right: 10px;
    background: url(/assets/uploads/arrow-right.png) no-repeat right ;
    background-size: cover
}
.whiskey .bx-wrapper .bx-next:hover,.whiskey .bx-wrapper .bx-next:focus {
     
}
.whiskey .bx-viewport:before {
    content: '';
    width: 200px;
    height: 100%;
    background: linear-gradient(to right,#000000, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.whiskey .bx-viewport:after {
    content: '';
    width: 200px;
    height: 100%;
    background: linear-gradient(to left,#000000, transparent);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.whiskey .divider {
    padding:0;
    width:100%;
}

.whiskey .divider .module{
    padding:30px;
    width:100%;
    background: url(/assets/uploads/divider.jpg);
    background-position: center;
    background-size: cover;
    max-width: 100%
}

.whiskey .divider.alert .module{
    padding:30px;
    width:100%;
    background: #c5a0a5 !important;
    background-position: center;
    background-size: cover;
    max-width: 100%;
	text-align:center;
	position:relative;
	z-index: 0;
}
.whiskey .divider.alert .module:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/assets/uploads/tile-background.png);
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
}
.whiskey .divider.alert .module .textarea {
	max-width:800px;
	margin:0 auto;
	position:relative;
	z-index: 2;
}
.whiskey .divider.alert .module h3{
 	color: #fff;
    font-size: 30px;
    line-height: 25px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 auto 10px;
    text-align: center;
    letter-spacing: 1px;
	}

.whiskey .divider.alert .module p{
	color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 auto 10px;
    text-align: center;
	}	
.whiskey .divider.alert .module .btnws {
    background-color: #633237;
}
.whiskey .divider.alert .module .btnws:hover {
    background-color: #000;
}
.whiskey .divider.alert .module .btnws a {
    width: 100%;
    height: 100%;
    border: #fff 1px solid;
    display: block;
    font-size: 12px;
    line-height: 25px;
    font-family: lato, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
}
.whiskey .divider.alert .module  .btnws a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    height: 1px;
    background-color: #fff;
    width: 65%;
    margin: 0 auto;
    left: 17%;
}

.whiskey .twoBox {
    padding:0;
    margin: 10px auto 0
   
}
.whiskey .twoBox .module {
    max-width: 100%;
    width: 100%;
     display: flex;
    flex-flow: wrap;
}
.whiskey .twoBox .imageBox{
    position:relative;
    display: block;
    background-position: center;
    background-size: cover;
     width:100%;
    flex: 0 0 65%;
    min-height: 500px
}
.whiskey .twoBox .textBox{
    position:relative;
    display: flex;
    flex-flow:nowrap;
    padding: 7% 2%;
    z-index: 0;
    background:url(/assets/uploads/blackbackground.jpg) center;
    background-size: cover; 
    flex: 0 0 35%;
    min-height: 400px;
     justify-content: center; 
    align-items: center;
	width:35%
}
 
.whiskey .twoBox .textBox .contain{
    max-width: 600px;
    z-index: 2;
    position: relative
}
.whiskey .twoBox .textBox h2 {
     color:#fff;
    font-size: 50px;
    line-height: 45px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 20px;
    text-align: center;
    letter-spacing: 1px
}    
.whiskey .twoBox .textBox p{
    color:#fff;
    font-size: 20px;
    line-height: 26px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 17px;
    text-align: center
}
    
.whiskey .twoBox .textBox p em{
     font-size: 16px;
    line-height: 30px;
  
}
.whiskey .twoBox .textBox.green p{
     font-size: 25px;
    line-height: 35px;
	margin-top:25px
}
.button-wrap {
	    display: flex;
    flex-wrap: nowrap;
    max-width: 375px;
    margin: 0 auto;
	}
.whiskey .togo .btnws {
    background-color: #000;
    padding: 5px !important;
    box-shadow: 0px 0px 2px #AD986E;
    border:#726b6b 1px solid;
    color: #fff !important;
    display: block;
    font-size: 20px;
    line-height: 45px;
    font-family: lato, sans-serif;
    font-weight: 400;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    width: 220px;
    margin-top: 0px;
	margin-bottom: 1px;
    transition: ease all 0.3s;
}

.whiskey .twoBox .textBox.gold p a {
    color: #fbdfa2;
    font-weight: 300

}

.whiskey .twoBox .textBox.pink h2,
.whiskey .twoBox .textBox.pink p {
    color:#000;
}
.whiskey .twoBox .textBox.green {
    background:url(/assets/uploads/greenbackground.jpg) center;
    background-size: cover; 
}
.whiskey .twoBox .textBox.gold {
     background:url(/assets/uploads/blackbackground.jpg) center;
    background-size: cover; 
}
.whiskey .twoBox .textBox.pink {
   background:url(/assets/uploads/pink-back.jpg) center;
    background-size: cover; 
}
.whiskey .twoBox.dining .imageBox{
    background-image: url(/assets/uploads/happy-image.jpg);
}
.whiskey .twoBox.cocktails .imageBox{
    background-image: url(/assets/uploads/cocktails-image.jpg);
}
.whiskey .twoBox.togo .imageBox{
    background-image: url(/assets/uploads/unplug-image.jpg);
    background-size: cover; 
}
.whiskey .twoBox.whiskey .imageBox{
    background-image: url(/assets/uploads/map.jpg);
    background-size: cover; 
}



.whiskey .chef {
    background: url(/assets/uploads/chef-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 10% 2%;
}
.whiskey .chef .bio {
    max-width: 800px;
    margin: 0 auto;
    background:#e4eae6;
    display: flex;
    flex-wrap: wrap;
    padding: 5% 4%;
    z-index: 0;
    position: relative;
}
.whiskey .chef .bio:after {
    content: "";
    position:absolute;
    height: 100%;
    width:100%;
    background: url(/assets/uploads/tile-background.png);
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1
}
.whiskey .chef .bio .photo{
    flex: 0 0 25%;
    height: 100%;
}
.whiskey .chef .bio .photo img{
    width:100%;
    position: relative;
    z-index: 3
}
.whiskey .chef .bio .bioText{
    flex: 0 0 75%;
    height: 100%;
    padding:0 0 0 5%;
    position: relative;
    z-index: 3
}

.whiskey .chef .bio h2 {
     color:#404040;
    font-size: 40px;
    line-height: 35px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 auto 10px;
    text-align: left;
    letter-spacing: 1px
}    
.whiskey .chef .bio p{
    color:#404040;
    font-size: 18px;
    line-height: 24px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 auto 10px;
    text-align: left
}
.whiskey .chef .bio .btnws {
    display: inline-block
}

.whiskey .btnws {
    background-color: #000;
    padding: 5px !important;
    box-shadow: 0px 0px 2px #AD986E;
    border:#726b6b 1px solid;
    color: #fff !important;
    display: block;
    font-size: 20px;
    line-height: 45px;
    font-family: lato, sans-serif;
    font-weight: 400;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    width: 220px;
    margin-top: 32px;
    transition: ease all 0.3s;
}
.whiskey .togo .btnws {
    background-color: #000;
    padding: 5px !important;
    box-shadow: 0px 0px 2px #AD986E;
    border:#726b6b 1px solid;
    color: #fff !important;
    display: block;
    font-size: 20px;
    line-height: 45px;
    font-family: lato, sans-serif;
    font-weight: 400;
    z-index: 0;
    position: relative;
    margin: 0 auto;
    width: 220px;
    margin-top: 0px;
	margin-bottom: 20px;
    transition: ease all 0.3s;
}

.whiskey .btnws:hover {
    background-color: #fbdfa2;
    color:#000;
}
.whiskey .btnws a:hover {
    color:#000
}
.whiskey .btnws a {
    width: 100%;
    height: 100%;
     display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: lato, sans-serif;
    font-weight: 300;
    color: #fbdfa2;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 2%
}
 
 

 

 
.whiskey .lions {
    background: url(/assets/uploads/events-image.jpg);
    background-size: cover;
    background-position: center;
    padding: 10% 2%;;
    margin: 10px auto 0
}
.whiskey .lions .textwrapper {
    max-width: 1200px;
    margin: 0 auto;
    background:transparent;
    display: block;
    flex-wrap: wrap;
    padding: 30px;
    z-index: 0;
    position: relative;
    width:100%;
    border: #fbdfa2 1px solid;
}

.whiskey .lions .textwrapper .text {
    margin: 0 auto;
    background:rgba(0,0,0,0.5);
    display: block;
    flex-wrap: wrap;
    padding: 100px 10% 100px;
    z-index: 0;
    position: relative;
    width:100%;
    border: #fbdfa2 1px solid;    
}

 
.whiskey .lions .textwrapper h2 {
    color: #fff;
    font-size: 50px;
    line-height: 45px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 20px;
    text-align: center;
    letter-spacing: 1px;
}
.whiskey .lions .textwrapper p{
    color:#ffffff;
    font-size: 20px;
    line-height: 30px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 40px;
    text-align: center
}
.whiskey .lions .textwrapper img {
    width: 100px;
    margin: 0 auto 25px;
    display: block;    
}

.whiskey footer {
    background-image: none;
    background-color: #000;
    background-size: cover;
    background-position: center 600px;
    position: relative;
}
.whiskey footer .topRow img {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 35px;
    opacity: 1;
    
}
.whiskey footer p {
    color:#ad986e;
     font-size: 18px;
    line-height: 24px;
    font-family: lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 10px;
    text-align: center
}
.whiskey footer p a {
    color:#ad986e;
}
.whiskey .footlink {
    display: flex;
    flex-wrap: wrap;
     text-align: center;
    margin: 30px auto 0;
    width: 475px
}
.whiskey .footlink li {
    margin:0 auto;
    padding: 0 5px;
}
.whiskey .footlink a {
    color:#ad986e;
}

.whiskey .socialMedia {
    display: flex;
    flex-wrap: wrap;
     text-align: center;
    margin: 30px auto 0;
    width: 125px
}
.whiskey .socialMedia li {
    margin:0 auto;
    padding: 0 5px;
}
.whiskey .socialMedia a {
    color:#ad986e;
}

.whiskey .fancybox-stage {
    width: 90%;
    max-width: 950px;
    background: #e4eae6;
     margin:5% auto
 }
.whiskey .fancybox-content {
    padding: 50px 11%;
}
.whiskey .fancybox-stage:before,
.whiskey .fancybox-content:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 5%;
    background: url(/assets/uploads/leftBorders.png);
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 2;
}
.whiskey .fancybox-stage:after,
.whiskey .fancybox-content:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 5%;
    background: url(/assets/uploads/leftBorders.png);
    background-position: center;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 1;
}
.fancybox-stage h2 {
    color: #404040;
    font-size: 40px;
    line-height: 35px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 auto 5px;
    text-align: left;
    letter-spacing: 1px;
}
.fancybox-stage h3 {
    color: #404040;
    font-size: 25px;
    line-height: 23px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 auto 20px;
    text-align: left;
    letter-spacing: 1px;
}

.fancybox-stage p {
    color: #404040;
    font-size: 18px;
    line-height: 24px;
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 auto 10px;
    text-align: left;
}

@media (max-width: 985px){
    .whiskey .nav1 {
        display: none
    }
    .whiskey .mNav.openMenu:after {
        content: "";
        position:absolute;
        height: 100%;
        width:100%;
        background: url(/assets/uploads/tile-background.png);
        background-position: center;
        background-size: cover;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: .6

        }
    .whiskey .mNav.openMenu ul {
        position: relative;
        z-index: 2
    }
    .whiskey .mobileLogo {
        width: 100%;
        }
    .whiskey .frameOne .module {
        border: none;
        padding: 60px 30px 70px;
        position: relative;
        width: 90%;
    }
    .whiskey .mNav .btnws a {
        padding: 15px 10px;
    }
    .whiskey .mNav .btnws a:after {
        content: "";
        position: absolute;
        bottom: 14px;
        height: 1px;
        background-color: #fff;
        width: 65%;
        margin: 0 auto;
        left: 17%;
    }
    .whiskey .bx-wrapper .bx-next {
        right: 10px;
        background: url(/assets/uploads/right-btn.png) no-repeat 0;
        background-size: 50%;
    }
    .whiskey .bx-wrapper .bx-prev {
        left: 10px;
        background: url(/assets/uploads/left-btn.png) no-repeat 0;
        background-size: 50%;
    }
    .whiskey .bx-viewport:before,
    .whiskey .bx-viewport:after{
        width: 100px;
    }
    .fullScreenImage {
        height:400px !important;
		}
}

@media (max-width: 850px){
    .whiskey .twoBox .module {
    }
    .whiskey .twoBox .imageBox,
    .whiskey .twoBox .textBox{
        min-height: 200px;
        display: block;
        flex: 0 0 100%;
		width:100%
    }
    .whiskey .twoBox .textBox {
        padding:10% 2%;
    }
    .whiskey .twoBox.dining .module,
    .whiskey .twoBox#location .module {
        flex-direction: column-reverse
    }
    .whiskey .frameOne .module {
        width: 90%;
    }
     .whiskey .twoBox .textBox .contain {
            max-width: 90%;
            z-index: 2;
            position: relative;
         margin:0 auto
        }
    
}

@media (max-width: 500px){
    .whiskey .lions .textwrapper {
        padding: 15px;
       }
    .whiskey .lions .textwrapper .text {
        padding: 75px 5% 75px;
        }
    .whiskey .footlink {
        width:100%
    }
    .whiskey .chef .bio .photo {
        flex: 0 0 100%;
        height: 100%;
    }
    .whiskey .chef .bio .photo img{
        max-width: 200px;
        margin: 5px auto 25px;
        display: block
    }
    .whiskey .chef .bio .bioText {
        flex: 0 0 100%;
    }
    .whiskey .chef .bio .bioText h2,
    .whiskey .chef .bio .bioText p {
        text-align: center
    }
    .whiskey .chef .bio .btnws {
        display: block
    }
    .fancybox-stage p {
        color: #404040;
        font-size: 13px;
        line-height: 23px;
        font-family: lato, sans-serif;
        font-weight: 400;
        margin: 0 auto 10px;
        text-align: left;
    }
}


/*-----------------------------------------------
             END WHISKEY SODA PAGE
------------------------------------------------*/




/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Americana W05 Extra Bold";
  src: url("Fonts/5171755/ab5ae121-94b8-434a-bbba-51b0a0428f39.woff2") format("woff2"), url("../fonts/Fonts/5171755/adb57877-e0a7-4c20-a9f8-06021f46446c.woff") format("woff");
}
@font-face {
  font-family: "Americana W05 Bold";
  src: url("Fonts/5203659/44cbf54d-4458-4429-833e-0a054c321881.woff2") format("woff2"), url("../fonts/Fonts/5203659/6eb925b4-2066-49e1-af60-f51710358975.woff") format("woff");
}
@font-face {
  font-family: "Americana W05 Italic";
  src: url("Fonts/5213336/854075d0-7f81-44e9-9bc9-f37fc8b73c56.woff2") format("woff2"), url("../fonts/Fonts/5213336/881cc209-cbbf-4013-b334-b3740151bccb.woff") format("woff");
}
@font-face {
  font-family: "Americana W05 Roman";
  src: url("Fonts/5327567/9eb4552f-c007-4dd6-9592-c1b37d54e83d.woff2") format("woff2"), url("../fonts/Fonts/5327567/7d88c33c-20c1-484d-ac7c-6c543c2b841d.woff") format("woff");
}
/* ! -------------variables */
body {
  min-height: 100%;
  line-height: 24px;
  font-family: "niveau-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #FAFAF0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
 }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
  min-height: 100%;
}

h1, h2 {
  font-family: "Americana W05 Bold";
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 48px;
}

h3 {
  font-family: "Americana W05 Bold";
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

p, li, blockquote {
  font-weight: 300;
  letter-spacing: 1px;
}

p {
  margin-bottom: 16px;
}

strong {
  font-weight: 500;
}

.noScroll {
  overflow: hidden;
}

section {
  padding: 32px;
}

.noMarginBottom {
  margin-bottom: 0px;
}

.noPaddingBottom {
  padding-bottom: 0px;
}

.centered {
  text-align: center;
}

.noAlign {
  text-align: inherit !important;
}

.module {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.frameOne .module {
  border-top: 1px solid #AD986E;
  border-left: 1px solid #AD986E;
  border-right: 1px solid #AD986E;
  padding: 32px;
  padding-bottom: 64px;
  position: relative;
}
.frameOne .module.altMargins {
  padding-top: 48px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.frameOne .module:before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(../images/frame1-L.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.frameOne .module:after {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/frame1-R.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.frameOne .bucketItem {
  padding: 24px !important;
}
.frameOne .bucketItem:nth-of-type(1), .frameOne .bucketItem:nth-of-type(2), .frameOne .bucketItem:nth-of-type(3) {
  padding-top: 0px !important;
}
@media screen and (min-width: 800px) {
  .frameOne .bucketItem {
    border-bottom: 1px solid #AD986E;
  }
}
@media screen and (min-width: 800px) {
  .frameOne .bucketItem:nth-of-type(2), .frameOne .bucketItem:nth-of-type(5), .frameOne .bucketItem:nth-of-type(8) {
    border-right: 1px solid #AD986E;
    border-left: 1px solid #AD986E;
  }
}

.bxSlider img {
  max-width: 100%;
}
.bxSlider p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.bx-pager {
  margin-bottom: 8px;
  text-align: center;
}

.bx-pager-item {
  display: inline-block;
  padding: 4px;
}

.bx-pager-link {
  border: #AD986E 2px solid;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  display: inline-block;
  text-indent: -10000px;
  overflow: hidden;
}
.bx-pager-link.active {
  background-color: #AD986E;
}

.bx-prev, .bx-next {
  width: 32px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -10000px;
  overflow: hidden;
  display: inline-block;
}

.bx-prev {
  background-image: url("../images/arrows-l.svg");
  float: left;
}

.bx-next {
  background-image: url("../images/arrows-r.svg");
  float: right;
}

.mobileBtnWrap {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  z-index: 200;
  padding: 8px;
  background-color: #AD986E;
}
.mobileBtnWrap.darkMenu {
  background-color: #AD986E;
}
@media screen and (min-width: 985px) {
  .mobileBtnWrap {
    display: none;
  }
}

.mobileLogo {
  margin-left: auto;
  margin-right: auto;
  height: 52px;
  width: 85px;
}
.mobileLogo img {
  height: 54px;
}

.mobileTrigger {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.mobileTrigger hr {
  border: 0px transparent solid;
  background-color: white;
  height: 1px;
  position: absolute;
  width: 100%;
  margin: 0px;
  transition: ease all 0.3s;
}
.mobileTrigger hr:nth-of-type(1) {
  top: 25%;
}
.mobileTrigger hr:nth-of-type(2) {
  top: 50%;
}
.mobileTrigger hr:nth-of-type(3) {
  top: 75%;
}
.mobileTrigger.activated hr:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.mobileTrigger.activated hr:nth-of-type(2) {
  top: 50%;
  transform: rotate(-45deg);
}
.mobileTrigger.activated hr:nth-of-type(3) {
  display: none;
}

.bookingWidgetFixed {
  float: left;
}

.mNav {
  display: none;
  transition: all ease 0.3s;
  opacity: 0;
}
.mNav.openMenu {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 180px;
  background-color: #AD986E;
  z-index: 9;
  opacity: 1;
}
.mNav.openMenu li a {
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px;
}

.bookingWidget {
  position: relative;
}
@media screen and (max-width: 985px) {
  .bookingWidget {
    position: absolute;
    left: 0px;
    top: 16px;
    left: 8px;
    z-index: 300;
  }
  .bookingWidget .btn1 {
    display: block;
  }
}
.bookingWidget .bookingContent {
  display: none;
  background: #AD986E;
  position: absolute;
  bottom: -260px;
  width: 300px;
  height: 260px;
  left: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 985px) {
  .bookingWidget .bookingContent {
    right: 0px;
    left: auto;
  }
}
.bookingWidget .bookingContent.activeWidget {
  display: block;
}

.nav1 {
  position: absolute;
  padding: 16px;
  z-index: 10;
  width: 100%;
}
.nav1 .navLogo {
  position: static;
  top: 4px;
  left: 16px;
  width: 320px;
  height: 200px;
  background-image: url(../images/logo-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: none;
}
@media screen and (min-width: 985px) {
  .nav1 .navLogo {
    display: block;
    position: absolute;
    height: 100%;
    width: 224px;
  }
}
@media screen and (min-width: 985px) {
  .nav1 {
    position: fixed;
  }
}
.nav1 ul {
  text-align: right;
}
.nav1 ul li {
  display: inline-block;
}
.nav1 ul li a {
  padding: 8px 8px 4px 8px;
  display: block;
  font-family: "niveau-grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: white;
  cursor: pointer;
  transition: all ease 0.3s;
  text-decoration: none;
  display: none;
}
@media screen and (min-width: 985px) {
  .nav1 ul li a {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .nav1 ul li a {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
.nav1 ul li a:hover {
  color: #F65058;
}
.nav1 ul li.active a {
  border-bottom: 1px solid #F65058;
}
.nav1 ul li.active a:after {
  background-color: #F65058;
}
.nav1 ul li.active a {
  border-bottom: 1px solid white;
  position: relative;
  font-weight: 600;
}
.nav1 ul li.active a:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background-color: white;
  left: 50%;
  bottom: -16px;
}
@media screen and (min-width: 985px) {
  .nav1.darkMenu {
    background-color: #FAFAF0;
    padding-bottom: 32px;
    z-index: 200;
    box-shadow: 0px 0px 5px #AD986E;
  }
  .nav1.darkMenu .navLogo {
    background-image: url("../images/logo-gold.png");
    top: 0px;
  }
}
.nav1.darkMenu a {
  color: #1A1A1A;
}
.nav1.darkMenu .active a {
  border-bottom: 1px solid #1A1A1A;
}
.nav1.darkMenu .active a:after {
  background-color: #1A1A1A;
}

@media screen and (max-width: 800px) {
  section.slider {
    padding: 0px;
  }
}
section.slider video {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.lg-autoplay-button, #lg-download {
  display: none !important;
}

.btn1 {
  background-color: white;
  position: relative;
  padding: 10px 20px 10px 20px !important;
  box-shadow: 0px 0px 2px #AD986E;
  color: #AD986E !important;
  font-weight: 700;
  display: inline-block;
  border-bottom: none !important;
}
.btn1:hover {
  background-color: #AD986E;
  color: white !important;
}
.btn1:before {
  content: "";
  width: 8px;
  background-image: url("../images/btnDec-gold.png");
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: 4px;
}
.btn1:after {
  content: "";
  width: 8px;
  background-image: url("../images/btnDec-gold.png");
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 8px;
}

.oneColumn .colWrap {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .oneColumn .colWrap {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.oneColumn .colWrap h1, .oneColumn .colWrap h2, .oneColumn .colWrap h3, .oneColumn .colWrap h4, .oneColumn .colWrap h5, .oneColumn .colWrap h6 {
  color: #3A557C;
}

.twocolumn .colWrap {
  column-gap: 64px;
  max-width: 800px;
  margin: 0px auto;
  position: relative;
  background-image: url("../images/centerSquare-18.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 27px;
}
.twocolumn .colWrap h1, .twocolumn .colWrap h2, .twocolumn .colWrap h3, .twocolumn .colWrap h4, .twocolumn .colWrap h5, .twocolumn .colWrap h6 {
  color: #3A557C;
}
@media screen and (min-width: 800px) {
  .twocolumn .colWrap {
    column-count: 2;
  }
  .twocolumn .colWrap:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #AD986E;
    width: 1px;
    height: 40%;
    left: calc(50% - 1px);
  }
  .twocolumn .colWrap:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #AD986E;
    width: 1px;
    height: 40%;
    left: calc(50% - 1px);
    bottom: 0px;
  }
}

.noSep.twoColumn {
  background-image: none;
}

.noSep.twoColumn:before {
  display: none !important;
}

.noSep.twoColumn:after {
  display: none !important;
}

.forceWhite {
  background-color: white !important;
}

.bucketItem img[src=""] {
  display: none !important;
}

.bucketItem a.btn1[href=""] {
  display: none !important;
}

.whiteBackground {
  background-color: white;
}
.whiteBackground h1, .whiteBackground h2, .whiteBackground h3, .whiteBackground h4, .whiteBackground h5, .whiteBackground h6 {
  color: #3A557C;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.whiteBackground p {
  font-family: "Americana W05 Bold";
  letter-spacing: 0px;
  font-weight: 400;
  color: #3A557C;
  font-size: 16px;
}
.whiteBackground em {
  font-family: "niveau-grotesk", sans-serif;
  font-size: 14px;
  color: #AD986E;
  font-weight: 800;
}

.blkBackground {
  background-color: #1A1A1A;
}
.blkBackground h1, .blkBackground h2, .blkBackground h3, .blkBackground h4, .blkBackground h5, .blkBackground h6 {
  color: #AD986E;
}
.blkBackground .bucketItem h1, .blkBackground .bucketItem h2, .blkBackground .bucketItem h3, .blkBackground .bucketItem h4, .blkBackground .bucketItem h5, .blkBackground .bucketItem h6 {
  margin-bottom: 8px !important;
  border-bottom: 0px solid transparent !important;
}
.blkBackground .bucketItem p {
  color: white;
}

.bgHighlight .lightBackground h1, .bgHighlight .lightBackground h2, .bgHighlight .lightBackground h3, .bgHighlight .lightBackground h4, .bgHighlight .lightBackground h5, .bgHighlight .lightBackground h6 {
  color: #3A557C;
}

.lightBackground {
  background-color: #FAFAF0;
}
.lightBackground header {
  padding-top: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.lightBackground header h1, .lightBackground header h2 {
  color: #AD986E;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.lightBackground header h2 {
  color: #3A557C;
}
.lightBackground header h3, .lightBackground header h4, .lightBackground header h5, .lightBackground header h6 {
  color: #AD986E;
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.lightBackground .threeColumn .bucketItem img, .lightBackground .twoColumn .bucketItem img {
  border: #bfaf8f 1px solid;
  box-shadow: 0px 0px 4px rgba(173, 152, 110, 0.5);
}
.lightBackground .threeColumn .bucketItem img[src=""], .lightBackground .twoColumn .bucketItem img[src=""] {
  display: none;
}
.lightBackground .threeColumn .bucketItem .btn1[href=""], .lightBackground .twoColumn .bucketItem .btn1[href=""] {
  display: none;
}
.lightBackground .threeColumn .bucketItem h3, .lightBackground .twoColumn .bucketItem h3 {
  color: #3A557C;
  border-bottom: 0px solid transparent;
  font-family: "Americana W05 Bold";
  margin-bottom: 0px;
}
.lightBackground .threeColumn .bucketItem .btn1, .lightBackground .twoColumn .bucketItem .btn1 {
  background-color: #AD986E;
  box-shadow: 0px 0px 2px #AD986E;
  color: white !important;
}
.lightBackground .threeColumn .bucketItem .btn1:hover, .lightBackground .twoColumn .bucketItem .btn1:hover {
  background-color: white;
  color: #AD986E !important;
}
.lightBackground .threeColumn .bucketItem .btn1:before, .lightBackground .twoColumn .bucketItem .btn1:before {
  background-image: url("../images/btnDec-white.png");
}
.lightBackground .threeColumn .bucketItem .btn1:after, .lightBackground .twoColumn .bucketItem .btn1:after {
  background-image: url("../images/btnDec-white.png");
}
.lightBackground .topLines hr, .lightBackground .bottomLines hr {
  background-color: #AD986E;
}
.lightBackground .rightlines hr, .lightBackground .leftlines hr {
  background-color: #AD986E;
}
.lightBackground .topLines hr:nth-of-type(1):before {
  background-image: url("../images/goldDart-01.svg");
}
.lightBackground .topLines hr:nth-of-type(1):after {
  background-image: url("../images/goldDart-2-01.svg");
}
.lightBackground .topLines hr:nth-of-type(4):before {
  background-image: url("../images/goldDart-01.svg");
}
.lightBackground .topLines hr:nth-of-type(4):after {
  background-image: url("../images/goldDart-2-01.svg");
}
.lightBackground .bottomLines hr:nth-of-type(5):before {
  background-image: url("../images/goldDart-4.svg");
}
.lightBackground .bottomLines hr:nth-of-type(5):after {
  background-image: url("../images/goldDart-3-01.svg");
}
.lightBackground .bottomLines hr:nth-of-type(4):before {
  background-image: url("../images/goldDart-4.svg");
}
.lightBackground .bottomLines hr:nth-of-type(4):after {
  background-image: url("../images/goldDart-3-01.svg");
}
.lightBackground .leftlines hr:nth-of-type(2):before {
  background-image: url("../images/goldDart-01.svg");
}
.lightBackground .leftlines hr:nth-of-type(2):after {
  background-image: url("../images/goldDart-4.svg");
}
.lightBackground .leftlines hr:nth-of-type(4):before {
  background-image: url("../images/goldDart-01.svg");
}
.lightBackground .leftlines hr:nth-of-type(4):after {
  background-image: url("../images/goldDart-4.svg");
}
.lightBackground .rightlines hr:nth-of-type(4):before {
  background-image: url("../images/goldDart-2-01.svg");
}
.lightBackground .rightlines hr:nth-of-type(4):after {
  background-image: url("../images/goldDart-3-01.svg");
}
.lightBackground .rightlines hr:nth-of-type(2):before {
  background-image: url("../images/goldDart-2-01.svg");
}
.lightBackground .rightlines hr:nth-of-type(2):after {
  background-image: url("../images/goldDart-3-01.svg");
}

.frameTwo .module {
  position: relative;
}
.frameTwo .contentWrap {
  padding: 24px 64px 40px 64px;
}
.frameTwo header {
  padding: 24px 0px 40px 0px;
  text-align: center;
}
.frameTwo header h1, .frameTwo header h2, .frameTwo header h3, .frameTwo header h4, .frameTwo header h5, .frameTwo header h6 {
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .frameTwo .topLines, .frameTwo .bottomLines, .frameTwo .rightlines, .frameTwo .leftlines {
    display: none;
  }
  .frameTwo .contentWrap {
    padding: 24px 8px 40px 8px;
  }
  .frameTwo .bucketItem {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.frameTwo .topLines, .frameTwo .bottomLines {
  width: 100%;
}
.frameTwo .topLines hr, .frameTwo .bottomLines hr {
  width: 100%;
  border: none;
  height: 1px;
  margin: 10px 0px;
}
.frameTwo .rightlines, .frameTwo .leftlines {
  height: 100%;
  top: 0px;
}
.frameTwo .rightlines hr, .frameTwo .leftlines hr {
  height: 100%;
  border: none;
  width: 1px;
  float: left;
  margin: 0px 5px;
}
.frameTwo .topLines hr:nth-of-type(1) {
  width: calc(100% - 44px);
  margin-left: 22px;
  position: relative;
  overflow: visible;
}
.frameTwo .topLines hr:nth-of-type(1):before {
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .topLines hr:nth-of-type(1):after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .topLines hr:nth-of-type(2) {
  width: calc(100% - 44px);
  margin-left: 22px;
}
.frameTwo .topLines hr:nth-of-type(4) {
  width: calc(100% - 88px);
  margin-left: 44px;
}
.frameTwo .topLines hr:nth-of-type(4):before {
  content: "";
  display: block;
  top: 23px;
  left: 44px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .topLines hr:nth-of-type(4):after {
  content: "";
  display: block;
  top: 23px;
  right: 44px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .bottomLines {
  bottom: 0px;
  position: absolute;
}
.frameTwo .bottomLines hr:nth-of-type(5) {
  margin-bottom: 0px;
  width: calc(100% - 44px);
  margin-left: 22px;
}
.frameTwo .bottomLines hr:nth-of-type(5):before {
  content: "";
  display: block;
  bottom: 23px;
  left: 44px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .bottomLines hr:nth-of-type(5):after {
  content: "";
  display: block;
  bottom: 23px;
  right: 44px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .bottomLines hr:nth-of-type(4) {
  width: calc(100% - 44px);
  margin-left: 22px;
}
.frameTwo .bottomLines hr:nth-of-type(4):before {
  content: "";
  display: block;
  bottom: 0px;
  left: 22px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .bottomLines hr:nth-of-type(4):after {
  content: "";
  display: block;
  bottom: 0px;
  right: 22px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .bottomLines hr:nth-of-type(2) {
  width: calc(100% - 88px);
  margin-left: 44px;
}
.frameTwo .leftlines {
  left: 0px;
  position: absolute;
}
.frameTwo .leftlines hr:nth-of-type(1) {
  margin-left: 0px;
  height: calc(100% - 44px);
  margin-top: 22px;
}
.frameTwo .leftlines hr:nth-of-type(2) {
  height: calc(100% - 44px);
  margin-top: 22px;
}
.frameTwo .leftlines hr:nth-of-type(2):before {
  content: "";
  display: block;
  top: 22px;
  left: 0px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .leftlines hr:nth-of-type(2):after {
  content: "";
  display: block;
  bottom: 22px;
  left: 0px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .leftlines hr:nth-of-type(4) {
  height: calc(100% - 88px);
  margin-top: 44px;
}
.frameTwo .leftlines hr:nth-of-type(4):before {
  content: "";
  display: block;
  top: 44px;
  left: 22px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .leftlines hr:nth-of-type(4):after {
  content: "";
  display: block;
  bottom: 44px;
  left: 23px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .rightlines {
  right: 0px;
  position: absolute;
}
.frameTwo .rightlines hr:nth-of-type(5) {
  margin-right: 0px;
  height: calc(100% - 44px);
  margin-top: 22px;
}
.frameTwo .rightlines hr:nth-of-type(4) {
  height: calc(100% - 44px);
  margin-top: 22px;
}
.frameTwo .rightlines hr:nth-of-type(4):before {
  content: "";
  display: block;
  top: 44px;
  right: 22px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .rightlines hr:nth-of-type(4):after {
  content: "";
  display: block;
  bottom: 44px;
  right: 23px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .rightlines hr:nth-of-type(2) {
  height: calc(100% - 88px);
  margin-top: 44px;
}
.frameTwo .rightlines hr:nth-of-type(2):before {
  content: "";
  display: block;
  top: 22px;
  right: 0px;
  width: 10px;
  height: 10px;
  position: absolute;
}
.frameTwo .rightlines hr:nth-of-type(2):after {
  content: "";
  display: block;
  bottom: 22px;
  right: 0px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.imageBehind {
  position: relative;
  margin-top: 240px;
  background: transparent;
}
.imageBehind:before {
  content: "";
  position: absolute;
  top: -400px;
  left: 0px;
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.imageBehind header {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .imageBehind header {
    max-width: 800px;
  }
}
.imageBehind header p {
  color: white;
}

@media screen and (min-width: 800px) {
  .threeColumn, .twoColumn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.threeColumn img, .twoColumn img {
  max-width: 100%;
  display: block;
  height: auto;
  margin-bottom: 16px;
}
.threeColumn .bucketItem, .twoColumn .bucketItem {
  padding: 0px 16px 32px 16px;
  text-align: center;
}
.threeColumn .bucketItem h3, .twoColumn .bucketItem h3 {
  border-bottom: 1px rgba(173, 207, 241, 0.3) solid;
  margin-bottom: 16px;
}

.twoColumn {
  position: relative;
  background-image: url("../images/centerSquare-18.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 27px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 800px) {
  .twoColumn {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 64px;
  }
}
.twoColumn .bucketItem {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 800px) {
  .twoColumn:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #AD986E;
    width: 1px;
    height: 40%;
    left: calc(50% - 1px);
  }
  .twoColumn:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #AD986E;
    width: 1px;
    height: 40%;
    left: calc(50% - 1px);
    bottom: 0px;
  }
}

.blueBackground {
  background-color: #3A557C;
  color: #ADCFF1;
}
.blueBackground h1, .blueBackground h2, .blueBackground h3, .blueBackground h4, .blueBackground h5, .blueBackground h6 {
  color: white;
}
.blueBackground p {
  font-weight: 400;
  line-height: 1.3em;
}
.blueBackground .topLines hr, .blueBackground .bottomLines hr {
  background-color: rgba(173, 207, 241, 0.5);
}
.blueBackground .rightlines hr, .blueBackground .leftlines hr {
  background-color: rgba(173, 207, 241, 0.5);
}
.blueBackground .topLines hr:nth-of-type(1):before {
  background-image: url("../images/blueDart-01.svg");
}
.blueBackground .topLines hr:nth-of-type(1):after {
  background-image: url("../images/blueDart-2-01.svg");
}
.blueBackground .topLines hr:nth-of-type(4):before {
  background-image: url("../images/blueDart-01.svg");
}
.blueBackground .topLines hr:nth-of-type(4):after {
  background-image: url("../images/blueDart-2-01.svg");
}
.blueBackground .bottomLines hr:nth-of-type(5):before {
  background-image: url("../images/blueDart-4.svg");
}
.blueBackground .bottomLines hr:nth-of-type(5):after {
  background-image: url("../images/blueDart-3-01.svg");
}
.blueBackground .bottomLines hr:nth-of-type(4):before {
  background-image: url("../images/blueDart-4.svg");
}
.blueBackground .bottomLines hr:nth-of-type(4):after {
  background-image: url("../images/blueDart-3-01.svg");
}
.blueBackground .leftlines hr:nth-of-type(2):before {
  background-image: url("../images/blueDart-01.svg");
}
.blueBackground .leftlines hr:nth-of-type(2):after {
  background-image: url("../images/blueDart-4.svg");
}
.blueBackground .leftlines hr:nth-of-type(4):before {
  background-image: url("../images/blueDart-01.svg");
}
.blueBackground .leftlines hr:nth-of-type(4):after {
  background-image: url("../images/blueDart-4.svg");
}
.blueBackground .rightlines hr:nth-of-type(4):before {
  background-image: url("../images/blueDart-2-01.svg");
}
.blueBackground .rightlines hr:nth-of-type(4):after {
  background-image: url("../images/blueDart-3-01.svg");
}
.blueBackground .rightlines hr:nth-of-type(2):before {
  background-image: url("../images/blueDart-2-01.svg");
}
.blueBackground .rightlines hr:nth-of-type(2):after {
  background-image: url("../images/blueDart-3-01.svg");
}
.blueBackground .threeColumn .bucketItem img, .blueBackground .twoColumn .bucketItem img {
  border: #4a6d9f 1px solid;
  box-shadow: 0px 0px 4px rgba(26, 26, 26, 0.5);
}

.fullScreenImage {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.halfScreenImage {
  height: calc(80vh - 95px);
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  align-content: center;
}
.halfScreenImage header {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(26, 26, 26, 0.6);
  padding: 32px;
}
.halfScreenImage header h1, .halfScreenImage header h2, .halfScreenImage header h3, .halfScreenImage header h4, .halfScreenImage header h5, .halfScreenImage header h6 {
  color: white;
  margin-bottom: 8px;
  text-shadow: 0px 0px 1px #1A1A1A;
}
.halfScreenImage header p {
  color: white;
  text-shadow: 0px 0px 1px #1A1A1A;
  font-weight: 400;
}

.slider .bx-controls {
  display: none;
}

.positionRelative {
  position: relative;
}

.graphicDrift {
  background-color: #2b4c55;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position-y: top;
}
.hotelOutline {
  background-image: url("../images/goldBuilding-16.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  width: 60%;
  height: calc(100vh - 200px);
  left: 20%;
  right: 20%;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .hotelOutline {
    background-size: cover;
    width: 50%;
    height: calc(100vh - 200px);
    left: 25%;
    right: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .hotelOutline {
    background-size: cover;
    width: 40%;
    height: calc(100vh - 200px);
    left: 30%;
    right: 30%;
  }
}

@keyframes drift {
  from {
    left: -30%;
  }
  to {
    left: 130%;
  }
}
.cloud {
  width: 1000px;
  height: 248px;
  position: absolute;
  bottom: -100px;
  left: -30%;
  background-image: url(../images/cloud.png);
  background-size: cover;
  z-index: 20;
  animation-name: drift;
  animation-duration: 100s;
}

@media screen and (max-width: 800px) {
  .photBackground {
    padding: 0px !important;
  }
}

@media screen and (min-width: 800px) {
  .middleHighlight.bgHighlight .frame3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bgHighlight {
  padding-top: 64px;
  padding-bottom: 64px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgHighlight .frame3 {
  padding: 32px;
}
@media screen and (min-width: 900px) {
  .bgHighlight .frame3 {
    width: 50%;
    margin-left: 50%;
  }
}
.bgHighlight .contentBox {
  border-top: #AD986E 1px solid;
  border-left: #AD986E 1px solid;
  border-right: #AD986E 1px solid;
  position: relative;
}
.bgHighlight .contentBox h1, .bgHighlight .contentBox h2, .bgHighlight .contentBox h3, .bgHighlight .contentBox h4, .bgHighlight .contentBox h5, .bgHighlight .contentBox h6 {
  text-align: center;
  border-bottom: #AD986E 1px solid;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
}
.bgHighlight .contentBox h1 span, .bgHighlight .contentBox h2 span, .bgHighlight .contentBox h3 span, .bgHighlight .contentBox h4 span, .bgHighlight .contentBox h5 span, .bgHighlight .contentBox h6 span {
  display: inline-block;
  padding: 16px;
}
.bgHighlight .contentBox h1 hr, .bgHighlight .contentBox h2 hr, .bgHighlight .contentBox h3 hr, .bgHighlight .contentBox h4 hr, .bgHighlight .contentBox h5 hr, .bgHighlight .contentBox h6 hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AD986E;
  border: none;
}
.bgHighlight .contentBox .frameDec {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  bottom: -18px;
  left: 0px;
}
.bgHighlight .contentBox .frameDec span {
  display: inline-block;
  padding: 16px;
  background-image: url(../images/frame3Dec-30.svg);
  background-size: contain;
  width: 126px;
  height: 36px;
}
.bgHighlight .contentBox .frameDec hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AD986E;
  border: none;
}
.bgHighlight .content {
  padding: 32px;
}

.patternFrame {
  padding: 0px;
}
.patternFrame .topRepeat, .patternFrame .bottomRepeat {
  height: 100px;
  background-image: url(../images/pattern-1.png);
  background-size: auto 100px;
}
.patternFrame .bottomRepeat {
  background-image: url(../images/pattern-2.png);
}
.patternFrame .module {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.patternFrame .bx-pager {
  margin-top: 30px;
}
.patternFrame .dot {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: block;
  background-color: #3A557C;
}
.patternFrame h1, .patternFrame h2, .patternFrame h3, .patternFrame h4, .patternFrame h5, .patternFrame h6 {
  display: grid;
  grid-template-columns: 1fr 16px auto 16px 1fr;
  align-content: center;
  align-items: center;
  width: auto;
}
.patternFrame h1 .header, .patternFrame h2 .header, .patternFrame h3 .header, .patternFrame h4 .header, .patternFrame h5 .header, .patternFrame h6 .header {
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}
.patternFrame em {
  display: block;
}

footer {
  background-image: url(../images/nightSky.jpg);
  background-size: cover;
  background-position: center 600px;
  position: relative;
}
@media screen and (min-width: 800px) {
  footer {
    text-align: center;
  }
}
footer .topRow {
  padding-top: 64px;
  padding-bottom: 64px;
}
footer .topRow img {
  width: 200px;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
}
footer .bottomRow {
  background-color: rgba(26, 26, 26, 0.4);
  padding: 32px;
  padding-bottom: 128px;
  color: white;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 800px) {
  footer .bottomRow {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
footer .bottomRow li {
  text-transform: uppercase;
}
footer .bottomRow li a {
  padding: 8px;
  background-color: rgba(26, 26, 26, 0);
  transition: all ease 0.3s;
  color: white;
}
footer .bottomRow li a:hover {
  background-color: rgba(26, 26, 26, 0.4);
  text-shadow: 0px 0px 1px #1A1A1A;
}
footer .bottomRow .socialMedia {
  text-align: center;
}
footer .bottomRow .socialMedia li {
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (min-width: 800px) {
  footer .bottomRow .socialMedia li {
    float: left;
    margin-bottom: 0px;
  }
}
footer .bottomRow .footerNav {
  text-align: center;
}
footer .bottomRow .footerNav li {
  display: inline-block;
}
@media screen and (min-width: 800px) {
  footer .bottomRow .footerNav li {
    float: right;
  }
}

.sideBySide .module {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 800px) {
  .sideBySide .module {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 1000px) {
  .sideBySide .module {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.sideBySide h1, .sideBySide h2, .sideBySide h3, .sideBySide h4, .sideBySide h5, .sideBySide h6 {
  color: #3A557C;
  font-family: "Americana W05 Bold";
  font-style: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sideBySide ul {
  column-count: 1;
  margin-bottom: 16px;
}
@media screen and (min-width: 800px) {
  .sideBySide ul {
    column-count: 2;
  }
}
.sideBySide ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-weight: 400;
}
.sideBySide ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/starBullet-33.svg);
  position: absolute;
  left: 0px;
  top: 4px;
  background-repeat: no-repeat;
}
.sideBySide .imageContain {
  background-size: cover;
  margin-top: 32px;
  margin-bottom: 32px;
}
.sideBySide .copyContain {
  padding: 64px 64px 32px 32px;
  position: relative;
}
.sideBySide .copyContain:after {
  content: "";
  display: block;
  width: 28px;
  height: 78px;
  background-image: url(../images/lines-34.svg);
  position: absolute;
  right: 0px;
  top: 48px;
  background-repeat: no-repeat;
}
.sideBySide .copyContainWrap {
  padding: 0px 0px 16px 16px;
  border-left: 1px solid #AD986E;
}

.frameFour .module {
  border: 1px solid #AD986E;
  position: relative;
}
.frameFour .module .module {
  border: none;
  padding: 32px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.frameFour .corner1, .frameFour .corner2, .frameFour .corner3, .frameFour .corner4 {
  width: 54px;
  height: 54px;
  position: absolute;
  background-color: #1A1A1A;
  padding: 8px;
}
.frameFour .corner1 img, .frameFour .corner2 img, .frameFour .corner3 img, .frameFour .corner4 img {
  max-width: 100%;
}
.frameFour.lightBackground .corner1, .frameFour.lightBackground .corner2, .frameFour.lightBackground .corner3, .frameFour.lightBackground .corner4 {
  background-color: #FAFAF0;
}
.frameFour .corner1 {
  top: -27px;
  left: -27px;
}
.frameFour .corner2 {
  top: -27px;
  right: -27px;
}
.frameFour .corner3 {
  bottom: -27px;
  right: -27px;
}
.frameFour .corner4 {
  bottom: -27px;
  left: -27px;
}

@media screen and (max-width: 800px) {
  .tableStyle {
    display: none;
  }
}
.tableStyle h1, .tableStyle h2, .tableStyle h3, .tableStyle h4, .tableStyle h5, .tableStyle h6 {
  color: #AD986E;
}
.tableStyle .tableWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  color: white;
  border-right: 1px dotted rgba(173, 152, 110, 0.5);
  border-top: 1px solid #AD986E;
}
.tableStyle .tableWrap.smaller {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.tableStyle .tableWrap div {
  border-bottom: 1px solid #AD986E;
  border-left: 1px dotted rgba(173, 152, 110, 0.5);
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 1000px) {
  .tableStyle .tableWrap div {
    padding: 16px;
  }
}
.tableStyle .headerCell {
  color: #AD986E;
  text-transform: lowercase;
  font-size: 14;
}

.noHeader {
  margin-top: 70px;
}
@media screen and (min-width: 985px) {
  .noHeader {
    margin-top: 90px;
  }
}

.rfp p {
  color: white;
}
.rfp form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
}
@media screen and (min-width: 800px) {
  .rfp form {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .rfp form .lgBlock {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.twoColumnForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.twoColumnForm .spanFull {
  grid-column-start: 1;
  grid-column-end: 3;
}

.signMeUp {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.signMeUp input[type=submit] {
  height: 75px;
  background-color: #3A557C;
  color: white !important;
}

.twoForm {
  width: 50%;
  padding-top: 16px;
}

.threeForm {
  width: 33%;
  padding-top: 0px;
}

.fullForm {
  width: 100%;
}

.twoForm, .threeForm, .fullForm {
  padding: 8px;
  float: left;
}
.twoForm input[type=text], .threeForm input[type=text], .fullForm input[type=text] {
  border: white 1px solid;
}
.twoForm label, .threeForm label, .fullForm label {
  color: white;
  text-align: left;
  width: 100%;
  display: block;
  padding-top: 0px;
}
.twoForm input[type=submit], .threeForm input[type=submit], .fullForm input[type=submit] {
  background-color: #1A1A1A;
  color: white;
  text-transform: uppercase;
  width: 100%;
  transition: all ease 0.3s;
}
.twoForm input[type=submit]:hover, .threeForm input[type=submit]:hover, .fullForm input[type=submit]:hover {
  background-color: white;
  color: #1A1A1A;
}

input {
  width: 100%;
  padding: 16px;
  background-color: #d2c6af;
  border: none;
  appearance: none;
  transition: all ease 0.3s;
  color: #746341;
  font-weight: 700;
}
input:focus {
  outline: none;
  border: none;
  background-color: white;
  color: #AD986E;
}

input[type=submit] {
  background-color: white;
}
input[type=submit]:hover {
  color: white;
  background-color: #AD986E;
}

label {
  color: #AD986E;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.buttonSwitch {
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: -8px;
  left: 0px;
}
.buttonSwitch li {
  display: inline-block;
}
.buttonSwitch li a {
  color: #AD986E;
  font-family: "Americana W05 Bold";
  border-top: 1px solid #AD986E;
  border-left: 1px solid #AD986E;
  border-right: 1px solid #AD986E;
  display: block;
  padding: 8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all ease 0.3s;
  font-size: 18px;
}
.buttonSwitch li a:hover {
  background-color: white;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  box-shadow: 0px 0px 3px rgba(173, 152, 110, 0.6);
}
.buttonSwitch li a.active {
  background-color: #AD986E;
  color: white;
}

.noMax {
  max-width: none !important;
}

.placHolderImage {
  max-width: calc(100% - 64px);
  margin-left: 32px;
  margin-right: 32px;
}

.addresssWrap {
  border-top: 1px solid white;
  padding-top: 32px;
  padding-left: 8px;
  text-align: left;
}
.addresssWrap strong {
  font-weight: 700;
}
.addresssWrap a {
  color: white;
}
@media screen and (max-width: 800px) {
  .addresssWrap {
    text-align: center;
  }
}

.bonyovWrap {
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: grid;
  justify-items: center;
  text-align: center;
  color: white;
  justify-content: center;
  grid-column-gap: 24px;
  border-top: 1px solid white;
  padding-top: 32px;
}
.bonyovWrap .header {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .bonyovWrap {
    grid-template-columns: 1fr 115px;
    text-align: right;
    justify-items: none;
  }
  .bonyovWrap .header {
    text-align: right;
  }
}
.bonyovWrap .header strong {
  font-weight: 700;
}
.bonyovWrap .frboy {
  justify-self: right;
  text-align: right;
}
.bonyovWrap .btn1 {
  margin-top: 12px;
}

.cta {
  background-color: #AD986E;
  text-align: center;
  padding: 16px;
}
.cta h3 {
  color: #1A1A1A;
}
@media screen and (min-width: 800px) {
  .cta {
    float: left;
    width: 100%;
    text-align: left;
  }
  .cta h3 {
    float: left;
  }
  .cta .btn1 {
    float: right;
  }
}

.reviews {
  display: none;
}

.trigger {
  cursor: pointer;
}

.overlay {
  background-color: rgba(58, 85, 124, 0.95);
  color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 20;
  overflow: scroll;
}
.overlay .module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.overlay .module img {
  max-width: 100%;
}
.overlay p {
  color: white !important;
}
.overlay .closeWrapper {
  margin-top: 90px;
  width: 100%;
  border-top: 1px solid white;
  text-align: right;
  padding: 16px;
}
.overlay .closeWrapper a {
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

.covid {
  background-color: #AD986E;
  text-align: center;
  color: white;
  padding-bottom: 0px;
}
.covid .module {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-bottom: 0px;
}
.covid .contentWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .covid .contentWrap {
    grid-template-columns: 1fr 1fr;
  }
}
.covid .contentWrap .feature-img img {
  height: 100px;
  width: auto;
}
.covid .contentWrap .feature-text {
  color: white;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 20px;
  margin-bottom: 32px;
}
.covid hr {
  outline: none;
  border: none;
  height: 1px;
  background-color: white;
}

section.apoi-section {
  padding: 0px !important;
}

.noHeaderImage section {
  padding-top: 106px;
}

p a {
  color: #3A557C;
  border-bottom: 1px solid #3A557C;
  font-weight: 600;
  transition: all ease 0.3s;
}
p a:hover {
  color: #AD986E;
  border-bottom: 1px solid #AD986E;
}

.blog {
  padding: 32px 16px 16px 16px;
}
.blog p:last-of-type {
  margin-bottom: 0px;
}

.spanFull {
  display: block !important;
}

.post {
  border-top: 1px solid #AD986E;
  border-bottom: 1px solid #AD986E;
  margin-bottom: 8px;
  padding: 32px 16px 16px 16px;
}
.post:first-of-type {
  border-top: 0px solid transparent;
}

.tags a {
  color: #AD986E;
}
.tags a:hover {
  color: #3A557C;
}

.mapHolder .mapWrapper {
  padding: 0px 32px 32px 32px;
}
.mapHolder .apoi-filter-container {
  background-color: #1A1A1A;
}
.mapHolder .apoi-filter {
  background-color: #1A1A1A;
  color: #AD986E;
  transition: all ease 0.3s;
}
.mapHolder .apoi-filter:hover {
  background-color: black;
  box-shadow: 0px 0px 5px inset #1A1A1A;
}
.mapHolder .apoi-filter.selected {
  background-color: #AD986E;
}

.apoi-autocomplete-container {
  display: none !important;
}

.bucketItem.hide {
  display: none !important;
}

.gallery .threeColumn {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 800px) {
  .gallery .threeColumn {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
.gallery .bucketItem {
  background-size: cover;
  height: 300px;
}
@media screen and (max-width: 800px) {
  .gallery .bucketItem {
    height: 150px;
  }
}

.homePage .navLogo {
  display: block !important;
}

.lg-thumb-outer, .lg-sub-html {
  display: none !important;
}

.noScroll {
  overflow: hidden;
}

.gm-style-iw.gm-style-iw-c {
  display: none !important;
}

.errorWrap {
  background-color: #F65058;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  color: white;
  text-align: center;
  font-weight: 700;
  padding: 8px;
  z-index: 1000;
}

.specials .frameOne .bucketItem:nth-of-type(1), .specials .frameOne .bucketItem:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 5;
}
.specials .frameOne .bucketItem:nth-of-type(1) img, .specials .frameOne .bucketItem:nth-of-type(2) img {
  float: left;
  margin-right: 16px;
}
.specials .frameOne .bucketItem:nth-of-type(1) div, .specials .frameOne .bucketItem:nth-of-type(1) h3, .specials .frameOne .bucketItem:nth-of-type(1) p, .specials .frameOne .bucketItem:nth-of-type(2) div, .specials .frameOne .bucketItem:nth-of-type(2) h3, .specials .frameOne .bucketItem:nth-of-type(2) p {
  text-align: left;
}

.specials .frameOne .bucketItem:nth-of-type(3), .frameOne .bucketItem:nth-of-type(5), .frameOne .bucketItem:nth-of-type(8) {
  border-left: transparent 0px solid;
}

.specials .frameOne .bucketItem:nth-of-type(4) {
  border-left: 1px solid #AD986E;
}

.specials .frameOne .bucketItem:nth-of-type(2), .specials .frameOne .bucketItem:nth-of-type(4), .specials .frameOne .bucketItem:nth-of-type(4) {
  padding-top: 32px !important;
}

.newCTA {
  background-color: #AD986E;
}
.newCTA * {
  color: white;
  text-align: center;
  margin-bottom: 0px;
}

.signUp .wrapInputs input {
  margin-right: 4%;
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
.signUp .wrapInputs input:last-of-type {
  float: right;
  margin-right: 0px;
}
