@charset "utf-8";
/* CSS Document */


/* -- global --*/
body.complete.scroll {
    overflow-x: hidden;
}
.grid img{
	max-width:none;
    width:100%;
}
#webapp38891pagination{
	display:none;
}
#main {
    /*font-family: 'Sorts Mill Goudy', serif;
    font-size: 18px;
    line-height: 28px;*/
}
.pad-box{
	padding:65px 70px;
}
.pad-box.top-heavy{
	padding:40px 70px 25px;
}
/*
h1{
    font-weight:normal;
    font-size:60px;
    line-height:70px;
    font-family: 'Sorts Mill Goudy', serif;
}
h2{
    font-weight:normal;
    font-size:30px;
    line-height:36px;
    margin:0 0 20px 0;
    font-family: 'Sorts Mill Goudy', serif;
}
h2.smaller{
    font-size: 24px;
    line-height: 26px;
}
.event-detail-slider h2{
    margin:0 0 2px 0; 
}
h3{
	color:#8b6c4d;
    font-family:'Lato';
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:12px;
    line-height:20px;
    margin: 0 0 6px 0;
}
.callout h3, 
.dark h3, 
.dark .color-gold, 
.gradient h3, 
.gradient-tl h3, 
.hero .gradient h3 a, 
.hero .gradient h3{
    color: #dccdaf;
}
h5 {
    font-family: "Lato";
    text-transform: uppercase;
    color: #7e705a;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
.bg-beige h5 {
    color: #817351;
      color: #716445;
}*/
.callout .btn.gold,
.btn.gold {
    /* background: #907e5d; */
    color: black;
}
/*
h6 {
    font-family: "Lato";
    text-transform: uppercase;
    color: black;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}
h7 {
    font-family: "Sorts Mill Goudy";
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #797979;
    display:block;
}
h8{
	font-family:'Lato', sans-serif;
    font-size:10px;
    line-height:18px;
    margin:0;
    color:#6b6b6b;
    letter-spacing:1px;
    text-transform:uppercase;
}
p{
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 18px;
    line-height: 26px;
}*/
.top-nav ul {
    list-style: none;
}
#nav ul li a {
    text-transform: uppercase;
    font-weight: 800;
}
/*
.btn, 
input[type="submit"],
.cat_button.btn{
    padding: 16px 23px 12px;
    color: #424242;
    margin: 0;
    letter-spacing: 2px;
    line-height: 13px;
    border: 1px solid #b2a285;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display:inline-block;
    width:auto;
    background:transparent;

}*/
.btn .m-right,
.demo-icon.m-right{
    margin: 0 7px 0 0;
}
.btn .m-left,
.demo-icon.m-left{
    margin: 0 0px 0 7px;
}
.btn .demo-icon{
	font-size:15px;
}
.btn.gold {
    background: #b2a285;
}
.btn.white{
	color:white;
    background:transparent;
    border:1px solid white;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
/*
.btn.white:hover,
a:hover .btn.white,
.btn.white:focus,
a:focus .btn.white{
    background:#b2a285;
	border: 1px solid #b2a285;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}*/
.about-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ondark {
 	color: #b2a285;   
}
.space {
 	margin-bottom: 15px;   
}   
.label {
    background: #262626;
    position: absolute;
    z-index: 3;
    padding: 10px 20px 7px;
    color: #d9c9a8;
    top: 0;
    left: 70px;
    font-family: 'Source Serif Pro', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
}
.clearfix{
	clear:both;
    float:none;
    display:block;
    height:0;
    width:0;
    line-height:0;
}
.hero{
    color:white;
    padding:0 0 40% 0;
	position:relative;
    height:auto;
    overflow:hidden;
    max-height:650px;
    background-color: black;
}
.accordion h4 {
    color: #6f6b64;
}
div#search-pop .hero{
    background-color:white;
}
.hero.short{
	padding:0 0 18% 0;
}
.hero h1{
    color:white;
	margin:0;
}
.bg-black{
    color:white;
	background-color:#0f0f0f;
}
.callout.parallax {
    background: black;
}
.overlay {
    position: absolute;
    z-index: 1;
    width:100%;
    height:100%;
    left: 0;
}

.gradient:after{
    content:'';
    position:absolute;
    z-index:1;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: -moz-linear-gradient(15deg,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(15deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(15deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=1 );
}
.gradient-tl:after{
    content:'';
    position:absolute;
    z-index:1;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    
}
.foundation-news .gradient{
    background: -moz-linear-gradient(15deg,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(15deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(15deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=1 );
}
.dark{
	background:rgba(0,0,0,0.65);
}
.fof-min-height .overlay.dark {
    background: rgba(0,0,0,0.5);
}
.overlay .align-bottom {
    position: absolute;
    bottom: 0;
    width:100%;
    z-index:2;
}
.overlay .align-bottom h2{
	margin-bottom:0;
}
.overlay .align-bottom h2+btn{
	margin-bottom:20px;
}
.overlay .align-middle,
.align-middle{
	position:absolute;
    width:100%;
    top:50%;
    z-index: 2;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.bg-img{
	position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:50%;
}
.img-block{
	position:relative;
}
.color-gold{
    color:#c3af86;
}
.color-white{
	color:white;
}
.color-gray{
	color:#c9c9c9;
}
.bg-beige .color-gold, 
.bg-beige h3,
.bg-light-gray h3,
.bg-light-gray h3 a{
	color:#8b6c4d;
    color:#83674b;
}
.overlay .btn,
.video-lightbox .btn{
	color:white;
    -webkit-transition:0.35s linear;
    -moz-transition:0.35s linear;
    -ms-transition:0.35s linear;
    transition:0.35s linear;
}
.overlay .btn:hover,
.video-lightbox .btn:hover,
.btn:hover, a:hover .btn,
.overlay .btn:focus,
.video-lightbox .btn:focus,
.btn:focus, a:focus .btn {
	color:white;
    background:#b2a285;
    -webkit-transition:0.35s linear;
    -moz-transition:0.35s linear;
    -ms-transition:0.35s linear;
    transition:0.35s linear;
}


a {
    color: #9d8c70;
    color:#7f715a;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
h4.date{
    color: grey;
    font-style: italic;
    text-transform: capitalize;
    margin: 0;
}
.two-columns.flex .slideshow {
    padding: 0px 0 43% 0;
}

.callout {
    overflow: hidden;
    display: block;
    position: relative;
    color:white;
}
.callout .max-width,
.res-testimonials .max-width{
	max-width:1024px;
    margin:0 auto;
}
.callout.border-tb{
	border-top:3px solid white;
    border-bottom:3px solid white;
}
.callout.border-top{
	border-top:3px solid white;
}
.callout.border-bottom{
	border-bottom:3px solid white;
}
.callout .align-middle{
    position: relative;
    top: initial;
    transform: none;
    margin: 120px 0px;
    z-index: 2;
}

.callout .btn{
    color:white; 
}
.callout .bg-img{
	z-index:0;
    top:0;
}
.callout .bg-img:after{
	content:'';
    position:absolute;
    background:rgba(0,0,0,0.55);
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.callout h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 20px 0 30px;
}


/* -- grid --*/
.col{
	display:inline-block;
    float:left;
    overflow:hidden;
    position:relative;
}
.col.half, .half{
	width:50%;
}
.col.two-thirds, .two-thirds{
	width:66.666%
}
.col.third, .third{
	width:33.333%;
}
.col.fourth, .fourth{
	width:25%;
}
.col.fifth, .fifth{
	width:20%;
}
.col.four-fifths, .four-fifths{
	width:80%;
}
.col.sixth, .sixth{
	width:16.666%;
}
.col.five-sixths, .five-sixths{
	width:83.333%;
}
.col.three-fifths, .three-fifths{
	width:60%;
}
.col.two-fifths, .two-fifths{
	width:40%;
}

/* -- section nav --*/
.section-nav{
	position:absolute;
    right:0;
    top:30px;
    background:white;
    padding:5px 0px 5px 5px;
    z-index:3;
}
.section-nav nav{
    border:1px solid #d0be9e;
	padding:20px;
    border-right:0;
}
.section-nav nav a,
.section-nav nav h3 a{
	color:black;
    display:block;
}
.section-nav nav .divider{
	margin:0 -10px;
    text-align:center;
    position:relative;
}
.section-nav nav .divider:after{
    content:'';
	width:100%;
    box-sizing:border-box;
    height:1px;
    position:absolute;
    left:0;
    top:50%;
    margin:-0.5px 0 0 0;
    right:0;
 	background:#dddddd;
}
.section-nav nav h3 a{
	font-family:'Lato';
}
.section-nav nav a{
	font-family:'Sorts Mill Goudy';
}




/* -- category push menu --*/
.cat-bar h5{
	display:inline-block;
    float:left;
    margin: 11px 0 0 0;
}
.cat-bar .view-toggle{
	display:inline-block;
    float:left;
    padding:20px;
}
.cat-bar .cat-exit{
	float:right;
    display:inline-block;
    margin:20px;
    width:20px;
    height:20px;
}
.cat-bar .cat-exit span{
	width:100%;
    height:1px;
    background:gold;
}
.burger {
    margin: -3px 0 0 5px;
    width: 24px;
    height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.burger span{
    position:absolute;
	height:1px;
    width:100%;
    display:block;
    background-color:#b2a285;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
}
.burger span:first-child{
	top:0;
}
.burger span.middle{
	top:7px;
}
.burger span:last-child{
	top:14px;
}
.cat-trigger:hover .burger span,
.cat-trigger:focus .burger span {
    background: white;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
}
.cat-menu {
    z-index: 999999;
    background:white;
    position: fixed;
    width: 40%;
    right: 0%;
    height: 100%;
    overflow: scroll;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.cat-menu.open {
    right: 0;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.page-overlay {
    position: relative;
	left:0;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.page-overlay.push {
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
}
.page-overlay .bg{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 9999999;
    background:rgba(0,0,0,0.65);
}
.nav-columns .section-label a {
    color: #6b5f4b;
}
.cat-menu .img-grid li a{
	    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
    -webkit-padding-start: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:black;
}
.cat-menu .img-grid li#all a .bg,
.cat-menu .img-grid li#food-wine a .bg,
.cat-menu .img-grid li#wellness-adventure a .bg,
.cat-menu .img-grid li#enrichment a .bg,
.cat-menu .img-grid li#music a .bg,
.cat-menu .img-grid li#holidays a .bg{
	background-size:cover;
    background-position:50%;
    background-repeat:no-repeat;
    background-image:url("../KaceyInsta1.jpg");
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:block;
}

.cat-menu .img-grid li a .bg:before{
	content:'';
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.25);
    z-index:1;
}
.cat-menu .img-grid li a span{
	display:block;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    padding:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    z-index:2;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    color:white;
    text-transform:uppercase;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
}
.cat-menu .img-grid.list li a span{
	display:initial;
    position:static;
    top:initial;
    color:black;
    padding:0;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    transform:none;
}
.cat-menu .img-grid.list li a{
    padding: 0 0 15px 30px;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
    position:static;
}
.cat-menu .img-grid.list li{
	border:none;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
    padding: 0;
    height: auto;
    /*position: static;*/
}
.cat-menu .img-grid.list li a:before {
    background: rgba(0, 0, 0, 0);
}
.cat-menu .img-grid{
	margin:20px 0px 0;
}
.cat-menu .img-grid.list {
    margin: 20px 0px 0;
}

.cat-menu .img-grid li {
    border-left: 0;
    border-right: 0;
    position: relative;
    padding: 0 0 40% 0;
}
.cat-menu .img-grid li:last-child{
	border-bottom:0;
}
.right-panel .top-nav li a{
	position:relative;
}
.right-panel .top-nav li a:after{
    content:'';
    position: absolute;
    bottom: -2px;
    left: -3px;
    right:-2px;
    background: transparent;
    height: 1.5px;
 
}
.right-panel .top-nav li.selected a:after{
   	background: #8c7f60;
}
.cat-menu .view-toggle .btn{
	display:inline-block;
    float:left;
    margin:0 10px 0 0;
    cursor:pointer;
    letter-spacing: 0em !important;
    word-spacing: 0em !important;
    width: auto;
}
.cat-menu .view-toggle .btn.selected{
	background:#b2a285;
    color:white;
    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -ms-transition:0.35s;
    transition:0.35s;
}
.btn.cat-trigger {
    display: inline-block;
    float: right;
}
.view-toggle {
    display: inline-block;
    margin: 30px 0 0 30px;
}

.cat-exit {
    cursor:pointer;
    display: inline-block;
    float: right;
    margin: 30px 30px 0 20px;
    width: 34px;
    height: 34px;
    position: relative;
}

.cat-exit span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #b2a285;
    top: 13px;
}

.cat-exit span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cat-exit span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cat-menu .img-grid li a {
    overflow: hidden;
}
.cat-menu .img-grid li a:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: absolute;
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    transition: 1.5s ease;
}
.cat-menu .img-grid li a:hover:before,
.cat-menu .img-grid li a:focus:before {
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    transition: 1.5s ease;
}
.cat-menu .img-grid li a:hover .bg,
.cat-menu .img-grid li a:focus .bg {
    -webkit-transform: scale(1.05) translate3d(0, 0, 0);
    -moz-transform: scale(1.05) translate3d(0, 0, 0);
    -ms-transform: scale(1.05) translate3d(0, 0, 0);
    transform: scale(1.05) translate3d(0, 0, 0);
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    transition: 1.5s ease;
}
.cat-menu .img-grid li a .bg {
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    transition: 1.5s ease;
}
.cat-bar .desk{
    display:inline-block;
}
.cat-bar .mob{
    display:none;
}




/* -- slideout menu --*/

.burger{
	cursor:pointer;
}


#slideout-nav nav{
	overflow:hidden;
}
#slideout-nav .burger span {
    width: 10px;
    left: 15px;
    right: 0;
}
#slideout-nav .burger span:first-child {
    top: 21px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#slideout-nav .burger span:last-child {
    top: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*#slideout-nav.visible .burger span:first-child,
#slideout-nav.visible .burger span:last-child{
    top: 12px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}*/
#slideout-nav .burger {
    background: transparent;
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0px;
    left: 0px;
    margin: 0;
}
#slideout-nav.hidden{
    -webkit-transform: translate3d(188px,0,0);
    -moz-transform: translate3d(188px,0,0);
    -ms-transform: translate3d(188px,0,0);
    transform: translate3d(188px,0,0);
}
#slideout-nav.visible .burger{
	/*width: 18px;
    top: 16px;*/
    opacity:0;
    visibility:hidden;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav nav a{
    cursor:pointer;
	padding:7px 20px 7px;
    background: transparent;
}

#slideout-nav nav a:hover, #slideout-nav nav a:focus, #slideout-nav nav a.selected {
    background: #f4f3f1;
    color: #846e42;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav .sub-menu {
    background: #f4f3f1;
    padding: 0 0 7px 0;
    margin: 0 0 7px 0;
}

#slideout-nav nav a, #slideout-nav nav .divider, #slideout-nav nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:0.05s ease;
 	-moz-transition:0.05s ease;
    -ms-transition:0.05s ease;
    transition:0.05s ease;
}
#slideout-nav.visible nav a, #slideout-nav.visible nav .divider, #slideout-nav.visible nav .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav nav .divider {
    margin: -10px 10px 10px;
    text-align: center;
    position: relative;
}
#slideout-nav nav .divider:after{
	margin: 1.5px 0 0 0;
}
#slideout-nav nav h3 a:hover,
#slideout-nav nav h3 a:focus {
    background: transparent;
    color: black;
}
/*
#slideout-nav.visible .burger span{
	top:7px;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav.visible .burger span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav.visible .burger span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav.visible .burger span.middle {
    opacity:0;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
*/
#slideout-nav nav {
    width: 180px;
    height: 40px;
    padding: 10px;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav.visible nav{
    height:auto;
   	padding:15px 0px;
    overflow:scroll;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#slideout-nav {
    position:absolute;
    right:0;
    top:162px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    -webkit-transform: translate3d(148px,0,0);
    -moz-transform: translate3d(148px,0,0);
    -ms-transform: translate3d(148px,0,0);
    transform: translate3d(148px,0,0);
    -webkit-transition:-webkit-transform 0.35s ease;
 	-moz-transition:-moz-transform 0.35s ease;
    -ms-transition:-ms-transform 0.35s ease;
    transition: transform 0.35s ease;
}
#slideout-nav:hover,
#slideout-nav:focus{
	-webkit-transform: translate3d(138px,0,0);
    -moz-transform: translate3d(138px,0,0);
    -ms-transform: translate3d(138px,0,0);
    transform: translate3d(138px,0,0);
    -webkit-transition:-webkit-transform 0.35s ease;
 	-moz-transition:-moz-transform 0.35s ease;
    -ms-transition:-ms-transform 0.35s ease;
    transition: transform 0.35s ease;
}
#slideout-nav.visible {
    -webkit-transform: translate3d(0px,0,0);
    -moz-transform: translat3d(0px,0,0);
    -ms-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-transition:-webkit-transform 0.35s ease;
 	-moz-transition:-moz-transform 0.35s ease;
    -ms-transition:-ms-transform 0.35s ease;
    transition: transform 0.35s ease;
}

#slideout-nav nav .sub-menu a {
    padding: 5px 25px;
    font-size: 14px;
    line-height: 18px;
}
#slideout-nav nav a.parent:after {
    content: "\e80e";
    font-family: "Fontello";
    position: absolute;
    right: 15px;
    font-size: 14px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
#slideout-nav nav a.parent.selected:after {
    content: "\e80c";
    font-family: "Fontello";
    position: absolute;
    right: 15px;
    font-size: 14px;
}

#slideout-nav nav a.parent {
    padding: 14px 30px 7px 20px;
    position: relative;
}

 
.nav-active #slideout-nav {
    visibility: visible;
    opacity: 1;
}



/* -- slideshow with textbox layout --*/
.two-columns.flex {
     -js-display: flex;
    display: flex;
    -webkit-display: flex;
     flex-direction:row;
    -webkit-flex-direction:row;
    
}
.two-columns.flex.reverse{
    flex-direction:row-reverse;
    -webkit-flex-direction:row-reverse;
}
.two-columns.flex .col {
    align-self: stretch;
    -webkit-align-self:stretch;
    flex-basis: auto;
    -webkit-flex-basis:auto;
}
.two-columns.flex .slideshow .slideset {
    height: 100% !important;
}

.two-columns.flex .slideshow .slide {
    height: 100%;
}
.slideshow .slide h2{
	color:#c9c9c9;
    margin:0 0 20px 0;
}
.slideshow .slide h1{
	color:white;
    margin:0;
}


.slideshow .pagination ul{
	list-style:none;
}
.slideshow .pagination ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 28px 0 0;
    border-radius: 50%;
    border: 2px solid #fff; 
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -ms-transition:0.3s linear;
    transition:0.3s linear;
}
.slideshow .pagination ul li:focus,
.slideshow .pagination ul li:hover, 
.slideshow .pagination ul li.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b6a891;
    border-color: #b6a891; 
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -ms-transition:0.3s linear;
    transition:0.3s linear;
}
.slideshow .pagination ul li a {
    display: block;
    background: none;
    text-indent: -9999px;
    overflow: hidden; 
}
.slideshow .pagination ul li a.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b6a891;
    border: 2px solid #b6a891; 
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -ms-transition:0.3s linear;
    transition:0.3s linear;
}
.gradient-before:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(15deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(15deg, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(15deg, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=1 );
}


/* -- image grid layout --*/
.img-grid.no-borders{
	margin:0 -3px;
}
.grid.img-grid, .img-grid{
	margin:0;
    border:3px solid white;
}
.img-grid li,
.img-grid .col,
.img-grid .add-border{
	border:3px solid white;
    overflow: hidden;
}
.img-grid .border-right {
    border-right: 3px solid white;
}
.img-grid .border-left {
    border-left: 3px solid white;
}
.img-grid li a{
	display:block;
    position:relative;
    width:100%;
}
.img-grid img,
.img-grid .bg-img{
    display: block;
    max-width: none;
    width: 100%;
    -webkit-transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.img-grid a{
 -webkit-backface-visibility: hidden;
}

.img-grid a:hover img,
.img-grid a:hover .bg-img,
.img-grid a:focus img,
.img-grid a:focus .bg-img{
    -webkit-transform: scale3d(1.08,1.08,1);
    -moz-transform: scale3d(1.08,1.08,1);
    -ms-transform: scale3d(1.08,1.08,1);
    transform: scale3d(1.08,1.08,1);
    -webkit-transition: 3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 3s cubic-bezier(0.4, 0, 1, 1);
    transition: 3s cubic-bezier(0.4, 0, 1, 1);
}
.img-grid a .gradient:after{
    opacity:0.8;
    background: -moz-linear-gradient(15deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(15deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(15deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=1 );
    -webkit-transition:0.75s ease-out;
    -moz-transition:0.75s ease-out;
    -ms-transition:0.75s ease-out;
    transition:0.75s ease-out;
}
.img-grid a:hover .gradient:after,
.img-grid a:focus .gradient:after{
    opacity:1;
    -webkit-transition:0.75s ease-in;
    -moz-transition:0.75s ease-in;
    -ms-transition:0.75s ease-in;
    transition:0.75s ease-in;
}

.img-grid .overlay .align-bottom,
.img-grid .overlay .align-top{
    color:white;
    z-index:2;
    position:absolute;
}
.img-grid .overlay .align-top{
	position:relative;
}
.align-top{
 z-index:2;
    position:relative;
}
.img-grid .overlay .align-bottom.pad,
.img-grid .overlay .align-top.pad,
.align-middle.pad,
.align-bottom.pad,
.align-top.pad{
    padding: 20px;
}
.img-grid .overlay .align-bottom p{
	margin:0;
}

.blur a img,
.blur a .bg-img{    
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition:1.5s ease;
    -moz-transition:1.5s ease;
    -ms-transition:1.5s  ease;
    transition:1.5s  ease;
}
.blur a:hover img,
.blur a:hover .bg-img,
.blur a:focus img,
.blur a:focus .bg-img{
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -ms-transition:1s ease;
    transition:1s ease;
}
.blur a:before {
    content: "";
    background: rgba(49, 50, 57, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.blur a:hover:before,
.blur a:focus:before {
    background: rgba(49, 50, 57, 0.65);
    -webkit-transition: 0.25s ease-in;
    -moz-transition: 0.25s ease-in;
    -ms-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
}
.grid__cell-img.square, .square{
    min-height: 0;
    position: relative;
    padding: 0 0 100% 0;
} 
.grid__cell-img.square,
.grid__col-sm-6.img-block{
        background: black;
}




/* ---------------------------- homepage revamp --*/

.home-blocks .col {
    overflow: hidden;
    position: relative;
}
.home-blocks .col.third.right-target .col{
	width:100%;
}
.home-blocks .col img,
.home-blocks .col .desk-overlay{
	display:block;
    height:auto;
    max-width:none;
    width:100%;
}
.home-blocks .col .desk-overlay{
    width:90%;
}
.home-blocks .col .mob-overlay{
	display:none;
}

.home-blocks .slider{
	border-right:6px solid white;
}
.home-blocks .right-target .col:first-child{
	border-bottom:6px solid white;
}

.home-blocks .col.two-thirds{
	width:66.666%;
}
.home-blocks .slider h1{
	color:white;
    margin:0;
}
.home-blocks .slider .btn{
	margin:20px 0 0 0;
}
.home-blocks .slider img{
	display:block;
    margin:0 auto 20px;
}
.home-blocks .col .pad{
	padding:40px;
}

.home-blocks .slider .gradient {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#00000000',GradientType=1 );
}
.home-blocks .slick-dots {
    bottom: 5px;
}

.home-blocks .slick-dots button {
    border-color: white;
    -webkit-transition:.35s ease;
    -moz-transition:.35s ease;
    -ms-transition:.35s ease;
    transition:.35s ease;
}
.home-blocks .slick-dots .slick-active button,
.home-blocks .slick-dots button:hover,
.home-blocks .slick-dots button:focus{
	border-color:#b8aa8f;
    -webkit-transition:.35s ease;
    -moz-transition:.35s ease;
    -ms-transition:.35s ease;
    transition:.35s ease;
}

.four-columns .text-holder:before {
    padding: 10px 19px 6px;
}
.banner .left-block {
    float: left;
    width: 65%;
    margin: 0;
    
}
.banner .left-block p{
	font-size: 30px;
    font-family: 'Sorts Mill Goudy', serif;
    line-height: 49px;
    color: #2c2c2c;
}
.banner .banner-text {
    float: none;
    max-width: none;
    margin: 68px 4.4% 0;
    overflow: hidden;
}
.banner .banner-caption {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    content: '';
    position: absolute;
}

.home-blocks .col.right-target .col .overlay:before {
    content:'';
    top:0;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
    z-index:0;
    background: rgba(0, 0, 0, 0);
     -webkit-transition:.35s ease;
    -moz-transition:.35s ease;
    -ms-transition:.35s ease;
    transition:.35s ease;
}
.home-blocks .col.right-target .col:hover .overlay:before,
.home-blocks .col.right-target .col:focus .overlay:before {
    content:'';
    background: rgba(0, 0, 0, 0.3);
     -webkit-transition:.35s ease;
    -moz-transition:.35s ease;
    -ms-transition:.35s ease;
    transition:.35s ease;
}
.home-blocks .col.right-target .align-top {
    z-index: 2;
    position: relative;
}
.four-columns .column .img-frame .hover p{
    line-height: 36px;
    font-size: 24px;
    font-family: 'Sorts Mill Goudy', serif;
}
.tick.active{
	z-index:3;
}








 
/* ---------------------------- events section --*/
.grid .event-txt-desk{
	display:block;
    margin:0 auto;
    width:90%;
}
.grid .event-txt-mob{
	display:none;
}
.slider.slick-slider.events{
	position: absolute;
    height:100%;
    width: 100%;
}
.slider.slick-slider.events h1{
	color:white;
    margin:0;
}
.slider.events .slick-dots {
    text-align: left;
    bottom: 10px;
    left: 0;
    margin: 0 0 0 60px;
}
.slider.events .slick-dots button{
	border-color:white;
}
.slider.events .slick-dots .slick-active button{
	border-color:#b8aa8f;
}
.reverse-col .grid__cell {
    height: 100%;
}
.reverse-col .col{
	float:right;
}
.personalities h2 {
    margin: 0;
     color: white;
}

.personalities h3 {
   
    color:#9d8c70;
}

.img-grid.past-events {
    opacity: 0.68;
}
.slideshow .pagination.left {
    bottom: 40px;
    left:70px; 
    content: '';
    margin: 0;
    position: absolute;
    z-index: 9;
}
.event-nav {
    background: #262626;
}
.event-nav .holder{
    display: flex;
    margin:0 auto;
    padding: 20px 35px 14px;
    
}
.event-nav a, .event-nav h3 {
    flex-grow: 1;
}

.event-nav a {
    text-align: left;
}

.event-nav h3 {
    text-align: center;
    color:#bababa;
}

.event-nav a.right {
    text-align: right;
}

.event-nav a{
    margin: 0;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    color: #d9c9a8;
}
.event-nav a span{
	margin:0 5px;
}
h4 {
    font-family: "Lato";
    font-weight: 400;
    color: #c2b399;
    font-size: 16px;
}
.event-detail-slider h4{
    font-size: 22px;
}
.grid.events h4{
    font-size: 15px;
    line-height: 20px;
} 
.event-detail .pricing {
	border:1px solid #575757;
    border-left:none;
    border-right:none;
    display: flex;
}

.event-detail .pricing .col.details{
	border-left:1px solid #575757;
}

.event-detail .reserve .btn{
	color:white;
}
.event-detail .indent {
    padding: 30px 20px;
}
.event-detail .indent.reserve{
	margin:0px 0 10px;
    padding:40px 10px;
	border-bottom:1px solid #575757;
}
.fb-like {
    float:right;
    color: #0f0f0f;
    background: #b2a285;
    letter-spacing: 1px;
    font-family: lato;
    font-weight: 600;
    font-size: 13px;
    padding: 4px;
    border-radius: 3px;
}

.fb-like .demo-icon {
    font-size: 20px;
    margin: 0px 4px 0 0;
}
.event-detail .price{
	text-align:center;
}

.event-detail .fee h4{
    font-size: 12px;
    text-align:center;
}

.event-detail select{
	background:#272727;
    color:white;
    font-family:'Lato';
    font-size:16px;
    line-height: 20px;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -mz-box-sizing:border-box;
    box-sizing:border-box;
    border:1px solid #828282;
    -webkit-appearance:none;
    padding: 12px 40px 12px 24px;
}
.event-detail select:focus{
	outline:none;
}
.event-detail .select-hold:before{
    content:'\E80C';
	font-family:"Fontello";
    position:absolute;
    right:20px;
    top:11px;
    height:0px;
    overflow:visible;
    pointer-events:none;
    background:none !important;
}
.event-detail .select-hold{
	position:relative;
}
.event-detail .price{
	font-family:"Lato";
    font-size:20px;
    margin:0;
    font-weight:400;
}
.event-detail .details p {
    font-family: "Lato";
    font-size: 14px;
    line-height: 20px;
}

.event-detail .details p em {
    font-family: "Sorts Mill Goudy";
    color: #d5d5d4;
    font-size: 14px;
    line-height: 18px;
}

.fee.col.third.indent {
    align-self: center;
}
.event-detail .details p:last-child{
	margin:0;
}
.event-detail .indent.title-hold{
	padding:0px 20px;
}


.activity-level {
    background: #272727;
    padding: 10px 20px;
    margin: 0 0 30px 0;
}

.activity-level h3, .activity-level .intensity, .activity-level span {
    display: inline-block;
    float: left;
    margin: 0 17px 0 0;
}

.activity-level .intensity span {
    display: inline-block;
    float: left;
    height: 18px;
    width: 7px;
    background: red;
    border-radius: 30px;
    margin: 0 2px;
}
.activity-level .intensity span.off{
	background: #545453;
}

.activity-level span {
    font-family: "Lato";
    font-weight: 300;
    font-size: 25px;
    line-height: 15px;
}
.activity-level span.clearfix{
	clear:both;
    float:none;
    display:block;
    font-size:0;
    line-height:0;
}
.activity-level span {
    font-family: "Lato";
    font-weight: 300;
    font-size: 25px;
    line-height: 15px;
}

.event-detail .bullets.features ul, 
.event-detail .bullets.features,
.bullets{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Sorts Mill Goudy";
    font-size: 18px;
    line-height: 26px;
} 

.event-detail .bullets.features li,
.bullets li{
    position: relative;
    padding: 0 0 0 30px;
    margin:0 0 10px 0;
}

.event-detail .bullets.features li:before,
.bullets li:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #9d8c70;
}
.col.pad-left{
    padding:0 0 0 20px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.col.pad-right{
    padding:0 20px 0 0px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.col.pad-both{
    padding:0 10px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.event-detail h5{
	margin:0 0 15px 0;
}
.personalities h5{
	color:#919090;
    margin:0;
}
.personalities{
	background:#101010;
}
.personalities .img-hold {
    overflow: hidden;
    margin:0 0 10px 0;
}
.personalities .img-grid li {
    border: 3px solid #101010;
}

.bg-image{
	position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}


.min-height{
	min-height:650px;
    display:block;
}
.fof-min-height{
	min-height:450px;
    display:block;
}

.overlay h2{
	color:white;
    margin:0 0 30px;
}
.video-lightbox, .aspect-ratio {
    position: relative;
    display: block;
    padding: 0 0 45% 0;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.video-lightbox .play-btn,
.overlay .play-btn{
	color:white;
    font-size:55px;
}
.overlay.expand-img{
    opacity:0;
    font-size:35px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+64,0.6+100 */
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 64%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 64%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 64%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.overlay.expand-img:hover,
.overlay.expand-img:focus{
    opacity:1;
}

.share-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 0 7%;
    position:relative;
    float:right;
}

.share-holder p {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin:0;
}

.share-holder .share-btn {
    display: inline-block;
    float: left;
    vertical-align: middle;
    cursor:pointer;
}

.share-holder #share {
    display: none;
    position:absolute;
    width: 220px;
    right: -26px;
    top: -16px;
    background: #0f0f0f;
}
.share-btn .icon-wrap {
    padding: 0;
    background: transparent;
    border-radius: 5px;
    margin: 0 0 0 10px;
    display: inline-block;
}
.slick-track,
.slick-list{
	height:100%;
}
.slick-arrow {
    color: #7B7B7B;
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    position: absolute;
}
.slick-slider{
	max-width:none !important;
    margin:0 auto !important;
}
.lity .slick-slider{
    max-width: 1265px !important;
    margin: 0 auto 40px !important;
}
.lity .slick-track,
.lity .slick-list{
	height:auto;
}
.lity .slider-for .slick-slide img {
    margin: 0 auto;
}

.lity .slider-nav .slick-slide img {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.lity .slider-nav .slick-list {
   /* width: 80%;*/
}
.donation-slider .slick-next.slick-arrow, .donation-slider .slick-prev.slick-arrow{
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%); 
    transform:translateY(-50%);
    text-align: center;
    font-size: 16px;
    color: #bbb;
}
.donation-slider .slick-prev.slick-arrow{
	bottom:initial;
    left:-8px;
}
.donation-slider .slick-next.slick-arrow{
	right:-8px;
    bottom:initial;
}
.btn.slick-arrow i.demo-icon {
    margin: 0;
}

.btn.slick-arrow i.demo-icon:before {
    margin: 0;
}

.slick-next.slick-arrow {
    right: 0;
    top: 32%;
    cursor:pointer;
}

.slick-prev.slick-arrow {
     top: 32%;
     cursor:pointer;
    z-index: 99;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
     top: 45%;
}
.donation-slider h2 {
    margin: 0;
}

.donation-slider h3 {
    margin: 5px 0 6px 0;
}





/* -------------------- about section ----*/


.accolade-holder{
	margin:40px 0 0 0;
}
.accolade-holder,
.accolade-holder .col{
	text-align:center;
}
.accolade-holder h6{
	margin:0;
}
.accolade-holder p{
	color:#9f834b;
    font-size:16px;
    line-height:16px;
}
.accolade-holder .col.border{
    border-left:1px solid #ccc6ba;
    border-right: 1px solid #ccc6ba;
}
.accolade-holder img{
    display: block;
    max-width: 100px;
    margin: 0 auto 20px;
    width:100%;
}
.accolade-holder .pad-box{
	padding:30px;
}

.awards{
	background:#f5f3f0;
}

.awards h1,
.award-holder h5{
	color:#b4a07b;
    color:#9b8a6a;
    color: #786d57;
}

.awards .row{
    position:relative;
    margin:0 0 40px 0;
}
.awards .col.year{
    position:absolute;
    width: 160px;
    position
}
.awards .col.award-holder{
    width: 100%;
    padding: 0 0px 0 220px;
    box-sizing: border-box;
    position: relative;
    
}

.awards ul{
	list-style:none;
    padding:0;
    margin:0;
}
.awards ul li{
	font-style:italic;
}
.awards .award-holder .col.fourth{
    box-sizing:border-box;
	padding:20px 30px 20px 0;
}
.awards .col.award-holder:after {
    content: "";
    height: 100%;
    background: #ccc6ba;
    width: 1px;
    position: absolute;
    left: 160px;
    top: 0;
    bottom: 0;
}

blockquote {
    text-align: center;
    margin: 60px 50px 0;
}
blockquote p{
    color:#4d4d4d;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
}
blockquote em{
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color:#957c4d;
    display:block;
    text-align:center;
}


/*--- Activities --*/


.btn-box .btn {
    margin: 0px 10px 15px 0;
}
.img-grid.activities{
	margin:0;
    border:3px solid white;
}
.img-grid.activities a .hover{
	opacity:0;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

.img-grid.activities a:hover .hover,
.img-grid.activities a:focus .hover{
	opacity:1;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.img-grid.activities .btn{
	 color: white;
    background: #b2a285;
        color: #3c3629;
    background: #b2a285;
    border-color: #b2a285; 
}
.img-grid.min-height .grid__cell-img{
	min-height:300px;
}
.bg-beige a {
    color: #766852;
}
.img-grid.activities .btn.outline{
	color: #424242; 
    background:transparent;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.img-grid.activities .btn.outline:hover,
.img-grid.activities .btn.outline:focus{
	    color: white;
    background: #b2a285;
    -webkit-transition:0.35s ease;
 	-moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

/* -- wine and food --*/

.wine-awards img{
	width:60%;
   	margin:0 auto 30px;
}
.wine-awards .spectator{
    max-width: 200px;
}
.wine-awards .beard{
    max-width: 240px;
}

.callout.wine-awards h2{
	margin:0;
}



/* -- reservations --*/

.estate-wedding p{
	margin:0;
}

.estate-wedding {
    list-style: none;
    padding: 0;
    margin: 0;
}

.estate-wedding li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #d2d2d2;
}

/*.estate-wedding li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b2a285;
}*/
.estate-wedding h6 {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.lined-list{
	list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
}

.lined-list li{
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ccc6ba;
}
.lined-list.links li {
    padding: 0 30px 10px 10px;
}
.lined-list.links li a{
    color:black;
	-webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.lined-list.links li:hover a,
.lined-list.links li:focus a{
	color:#9d8c70;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.lined-list.links li:after {
    content: "\e80e";
    font-family: fontello;
    right: 0;
    position: absolute;
    top: 50%;
     color:black;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -5px 10px 0px 0;
     -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
} 
.lined-list.links li:hover:after,
.lined-list.links li:focus:after{
	margin: -5px 8px 0px 0;
    color:#9d8c70;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}

.hotel-partner{
    width: 20%;
    height:200px;
    display:inline-block;
    float:left;
    box-sizing:border-box;
    padding:0 30px;
    position:relative;
}
.hotel-partner img{
    position:relative;
	width:100%;
    max-width:200px;
    margin:auto;
    display:block;
    top:50%;
    transform:translateY(-50%);
}
.hotel-partner.chateaux img{
	max-width:110px;
}
.partner-block .pad-box{
	position:relative;
    z-index:2;
}

.testimonials h2{
	color:black;
    font-size:22px;
    line-height:26px;
    
}
.testimonials h4{
	color:#b2a285;
}
.slick-slider.testimonials {
    margin: 0 auto;
    max-width: none;
}
form label{
    display: block;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #8e8e8e;
    color:#6c6c6c;
    font-weight: 700;
    margin: 0 0 2px 0;
}
form .form-group .radio label {
    color: #8e8e8e;
    display: block;
    float: none;
    vertical-align: middle;
    margin: 0px 42px 8px 8px;
    font-family: sans-serif;
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
form .form-group label input.radio {
    float: none;
}
form .field{
	margin:0 0 10px 0;
}

input, 
input.cat_textbox, 
textarea.cat_listbox, 
select.cat_dropdown, 
select.cat_listbox, 
select, 
input[type="text"], 
textarea,
input[type='tel'], 
input[type='email'], 
input[type='search'], 
input[type='password'],
select.cat_dropdown_smaller{
    display: block;
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0px;
    padding: 12px 15px 6px;
}
select:focus{
	outline:none;
}
select, 
select.cat_dropdown, 
select.cat_listbox,
select.cat_dropdown_smaller{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: white;
    background-image: url("/assets/images/down-arrow.png");
    background-position: right center;
    background-size: 32px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 12px 35px 4px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='radio'] {
    background: #fff;
    width: 27px;
    height: 27px;
    position: relative;
    top: 9px;
    border-radius: 50%;
    display:inline-block;
    float:left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #999999;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
input[type='radio']:focus{
	outline:none;
}
input[type='radio']:checked {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
}
input[type='radio']:after {
    content: '';
    display: block;
    position: absolute;
    background-color: white;
    top:3px;
    left:3px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
input[type='radio']:checked:after {
    content: '';
    background-color: #c3c0b2;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
form .contact-info {
    margin: 0 0 50px 0;
}
form .radio{
	position:relative;
    display:inline-block;
    float:left;
    margin: 0 0 7px 0;
}
form .form-group div.radio{
    float: none;
}
form .form-group label input[type='radio'] {
    float: none;
}
form .row .form-group select{
    margin-bottom: 10px;
}

.radio span {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 11px 42px 0 8px;
}
#datepicker #ddMonth, #datepicker #ddYear {
    padding: 5px;
    margin: 0 0 5px 0;
    background-size: 18px;
}

#datepicker #ddYear {
    margin: 0 0 20px 0;
}
#datepicker button.button {
    border: 1px solid #a6a6a6;
    padding: 5px;
    margin: 10px 0 5px;
    background-color:transparent;
    -moz-transition:0.35s ease;
    -webkit-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
#datepicker table tr td div {
    background: #8b6d4e !important;
}
#datepicker button.button:hover, 
#datepicker button.button:focus{
	outline:none;
}
.alt-dates{
	width:100%;
    display:none;
    background: #e8e7de;
    padding: 20px;
    margin: 10px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input#catwebformbutton {
    margin:40px 0 0 0;
    width: auto;
    float: right;
    background: transparent;
}
.alt-dates .field {
    margin: 0 0 5px 0;
}

.alt-dates .pad-left,
form .col .col.pad-left{
	padding: 0 0 0 10px;
}
.alt-dates .pad-right,
form .col .col.pad-right{
	padding:0 10px 0 0;
}
.checkbox span,
.checkbox input[type="checkbox"]{
	display:inline-block;
    float:left;
    width:auto;
    vertical-align:middle;
}
.checkbox {
    margin: 10px 0 8px 0;
    position: relative;
}

.checkbox span {
    margin: 0 0 0 0px;
    display:block;
    float:none;
}

.checkbox input[type="checkbox"] {
    margin: 4px 10px 0 0;
}

input[type='checkbox'],
.checkbox input[type='checkbox']{
    cursor:pointer;
    background: #fff;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 0;
    display:inline-block;
    float:left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #999999;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
input[type='checkbox']:focus,
.checkbox input[type='checkbox']:focus{
	outline:none;
}
input[type='checkbox']:checked,
.checkbox input[type='checkbox']:checked{
    -webkit-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    box-shadow: none;
    outline: none;
}
input[type='checkbox']:after,
.checkbox input[type='checkbox']:after{
    content: '\e822';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: "" display: block;
    background-color: transparent;
    color: #ad9781;
    opacity: 0;
    font-size: 24px;
    line-height: 24px;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: -4px;
    left: 2px;
    padding: 0px 0 0 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
input[type='checkbox']:checked:after,
.checkbox input[type='checkbox']:checked:after{
    opacity:1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.hidden,
input.cat_textbox.hidden{
	display:none;
    margin: 10px 0 20px 0;
}

.checkbox span.clearfix{
	clear:both;
    float:none;
    display:block;
    height:0;
    width:0;
    line-height:0;
}



/* --- slick --*/


.slick-dots button {
    background: transparent;
    text-indent: -99999px;
    border: 2px solid #b8aa8f;
    width: 12px;
    height: 12px;
    border-radius: 50%;
     -moz-transition:0.35s ease;
    -webkit-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.slick-dots .slick-active button,
.slick-dots button:hover,
.slick-dots button:focus{
    background: #b8aa8f;
     -moz-transition:0.35s ease;
    -webkit-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.slick-dots button:focus{
	outline:none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slick-dots {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.slick-list{
    max-width:none !important;
	max-height:none !important;
}
.testimony .align-middle{
	position:relative;
}
.grid .pad-left{
	padding:0 0 0 20px;
}
.grid .pad-right{
	padding:0 20px 0 0px;
}
.facilities .text{
	margin:0 0 20px 0;
}
.facilities .text h2{
	margin:0 0 5px 0;
    font-size: 24px;
    line-height: 32px;
}
.facilities .text h3{
	margin:0 0 2px 0;
}
.facilities .text img{
	margin:0 0 10px 0;
}
.facilities .lined-list li{
	font-size:14px;
    line-height:22px;
}
.facilities .lined-list {
    border-top: 1px solid #ccc6ba;
        padding: 8px 0 0 0;
    margin: 8px 0;
}
.facilities .lined-list li {
    margin: 0 0 8px 0;
    padding: 0 8px 8px 8px;
    font-style:italic;
}
.facilities .lined-list li h3{
	font-style:normal;
}

h2.addy{
    margin:40px 0 30px 0;
    font-size: 24px;
    line-height: 32px;
}

.slideshow.hide-dots-desk .pagination.left{
	display:none;
}
.slideshow .btn-prev {
    position: absolute;
    left: 0;
    cursor:pointer;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    padding: 0 15px 0 15px;
    color: white;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slideshow .btn-next{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    padding: 0 15px 0 15px;
    color: white;
    cursor:pointer;
}
.slideshow .btn-prev .demo-icon, 
.slideshow .btn-next .demo-icon {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}



/* -- press --*/
.press.grid img {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.press.grid .text {
    width: 100%;
}
.press.grid .logo-hold {
    text-align: center;
    position: relative;
    padding: 0 0 50% 0;
    width: 100%;
}
.press.grid .pad-box.text {
    padding: 40px;
}

.press.grid .lined-list {
    border-top: 1px solid #ccc6ba;
    padding: 10px 0 0px 0;
    text-align: center;
    font-style: italic;
    font-size: 16px;
}


/* ------ foundation -----*/

.donations .border {
  /* height: 100%;*/
    border: 1px solid #bbb;
    padding: 40px 20px 20px;
}
.donation-slider.slick-slider {
    margin: 0 auto;
}
.donations .grid__cell--padding-sm{
	height: 100%;
}
.posts.grid.grid--bleed{
   /* margin:0 -1em;*/
}
.post-item h2{
	margin:0;
    color:black;
}
.post-item.card{
    border: 1px solid #dedede;
    cursor:pointer;
}
.no-border .post-item.card{
	border:none;
}
.bg-dark-gray .post-item.card{
	border:none;
}
.donation-slider h3 {
    margin: 0px 0 6px 0;
}
.post-item.card .content{
    background:white;
	padding: 20px 20px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.post-item.card p{
	margin:0;
}
.post-item.card .img-hold{
	position:relative;
    overflow:hidden;
    display:block;
}
.post-item.card img{
    display:block;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition:1.5s ease;
    -moz-transition:1.5s ease;
    -ms-transition:1.5s ease;
    transition:1.5s ease;
}
.post-item.card:focus img,
.post-item.card:hover img{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    transition:0.5s ease;
}
.post-item.card.no-hover:hover img,
.post-item.card.no-hover:focus img{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.post-item.card .hover{
    overflow:hidden;
    text-align:center;
	position:absolute;
    height:100%;
    width:100%;
    background:rgba(49, 50, 57, 0);
    z-index:1;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.post-item.card .hover .btn{
    opacity:0;
	position:relative;
    background:transparent;
    top:55%;
    margin:0 auto;
    border-color:white;
    -webkit-transform:translateY(-55%);
    -moz-transform:translateY(-55%);
    -ms-transform:translateY(-55%);
    transform:translateY(-55%);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.post-item.card:focus .hover .btn,
.post-item.card:hover .hover .btn{
    opacity:1;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.post-item.card:focus .hover,
.post-item.card:hover .hover{
    background:rgba(49, 50, 57, 0.75);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.post-item.card:hover .content,
.post-item.card:focus .content{
	background:#f4f3ef;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.posts.media .post-item.card:hover .content,
.posts.media .post-item.card:focus .content{
	background:#f9f9f9;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.post-item.card.no-hover:hover .content,
.post-item.card.no-hover:focus .content{
	background:transparent;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.post-item.card.no-hover{
	cursor:initial;
}
.detail-body b {
    font-size: 36px;
    line-height: 48px;
    padding: 40px 60px;
    display: block;
    font-weight: normal;
    text-align: center;
}

.parallax{
	overflow:hidden;
}
.parallax .bg-img{
	height:150%;
    top:-25%;
}
.hero h1 {
    max-width: 75%;
} 










/*-- book now page --*/

.col .desktop-book{
	display:block;
}
.col .mobile-book{
	display:none;
}




/*-- register page --*/

.register-form .panel{
	border-bottom:1px solid #b2a285;;
    padding:30px 20px;
}
.register-form .panel .info{
	margin:20px 0 20px 0;
    display:none;
}
.register-form h2{
	margin:0;
    cursor:pointer;
}
.register-form .open h2{
	cursor:initial;
}
.register-form .btn-box {
    text-align: right;
    margin: 0;
}

.register-form .btn-box .btn,
.register-form .btn-box input#catwebformbutton{
    margin: 20px 0px 0 15px;
    line-height: 20px;
    padding: 16px 23px 12px;
}



/*-- living section ---*/


.form-hidden .form-hold{
	display:none;
}

.interview .qa p {
    margin: 0 0 0px 0;
}

.interview .qa {
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #e8e7e0;
}

.interview .qa p em {
    color: #a29363;
        color: #786c48;
}

.interview {
    margin: 20px 0 0 0;
}
.design-portfolio .slider-for .slick-slide {
    padding: 0 50px;
}

.nav-columns .secondary-nav{
	    margin: 0;
    list-style: none;
    padding: 15px 0px 0 10px;
}
 
.nav-columns .secondary-nav li a {
    color: #333;
    font-family: "Lato";
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.nav-columns .secondary-nav li.selected a,
.nav-columns .secondary-nav li.selected a:hover,
.nav-columns .secondary-nav li a:hover,
.nav-columns .secondary-nav li.selected a:focus,
.nav-columns .secondary-nav li a:focus{
    color: #ababab;
    	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

.nav-columns .secondary-nav li {
    margin: 0 0 10px 0;
    padding: 0;
}

.lecreuset-cols{
    margin: 30px 0 40px;
}

.directory-entry {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 0 60px 0 0;
    margin:0 0 60px 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

 
.directory-entry h2 {
    margin: 0 0 2px;
    font-size: 26px;
    line-height: 32px;
    padding: 0px;
        text-transform: none;
}

.directory-entry p {
    font-size: 16px;
    line-height:24px;
    border-bottom: 1px solid #dedede;
    padding: 0px 0px 10px;
    margin: 0px 0 10px;
}
.directory-entry .info a{
    margin: 0;
    border-bottom: none;
    padding: 0;
    margin: 0;
    font-family: "Lato";
    font-size: 14px;
    line-height:22px;
    display:block;
}


.directory-entry .info p {
    padding: 0px;
    border:none;
}

.directory-entry .info {
    padding: 0px;
        margin: 15px 0 0 0;
   
}
.directory-entry .info .demo-icon{
	margin:0 5px 0 0;
}

.directory-entry .info .demo-icon.icon-house {
    font-size: 19px;
    margin: 0 0px 0 -2px;
}
 


.private-contacts h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 5px 0;
}

.private-contacts a {
    font-size: 15px;
    word-wrap: break-word;
}

.private-contacts a {
    display: block;
}
.post-item.card p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0 0;
    padding: 0;
}

.private-owner-gateway .overlay.gradient:before {
    background: rgba(0, 0, 0, 0);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
   	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

.private-owner-gateway.form-active .overlay.gradient:before {
    background: rgba(0, 0, 0, 0.88);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
       -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.private-owner-gateway.form-active .overlay.gradient:after{
   opacity:0;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.private-owner-gateway input.cat_button {
    margin: 20px 0 0 0;
    float: right;
}
.ownership-contact h2{
	margin: 0 0 10px 0;
}
.ownership-contact p {
    color: #7d7d7d;
    color: #5d5c5c;
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 22px;
}
.ownership-contact p:last-of-type{
	margin:0 0 10px 0;
}
.ownership-contact a{
	margin: 0 0 0 0;
    display:block;
    font-family:"Lato";
}

.ownership-contact a i.demo-icon{
    margin: 0 5px 0 0px;
}

.form.ownership-form input {
    margin: 0 0 15px 0;
}


.lity .slick-slide img {
    display: block;
    max-width: none;
    width: auto;
}







/* -- random --*/

.mobile-nav .top a:hover,
.mobile-nav .top a:focus {
    color: #9d8c70;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}


#footer .form-col button[type="submit"]:before, 
#footer .form-col input[type="submit"]:before{
    content: "\e80e";
	font-family:"Fontello";
    padding: 2px 2px 0 5px;
   
}




 
/* -- utilities --*/
.border-tb{
	border-top:6px solid white;
    border-bottom:6px solid white;
}
.border-t{
	border-top:6px solid white;
}
.border-b{
	border-bottom:6px solid white;
}
.border-l{
	border-left: 3px solid white;
}
.border-r{
	border-right: 3px solid white;
}
.text-center{
	text-align:center;
}
.relative{
	position:relative;
}
.bg-beige{
    background:#f4f3ef;
}
.bg-tan{
	background:#CCC6BA;
}
.bg-dark-gray{
	background:#101010;
}
.mb-0, h2.mb-0{
	margin:0 0 0 0;
}
.mb-10, h2.mb-10{
	margin:0 0 10px;
}
.mb-20, h2.mb-20{
	margin:0 0 20px;
}
.bg-light-gray{
	background: #f9f9f9;
}
img.shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 15px;
}
hr {
    display: block;
    margin: 40px 0;
    border: 0;
    height: 0;
    border-bottom: 1px solid #bbbbbb;
}
.color-black{
	color:black;
}

.italic{
	font-style:italic;
}

.min-height-350 {
    min-height: 350px;
}
/*--- fof sale ---*/
.fof-hero{
	text-align:center;
}
.fof-hero .desk-overlay{
    display:block;
    margin:0 auto;
    width:65%;
    max-width:none;
}
.fof-hero .mob-overlay{
	display:none;
    margin:0 auto;
    width:70%;
    max-width:none;
}
.fof-hero .btn{
	margin:40px 0 0 0;
}
.checkbox.float {
 	display:block;
    margin:0 0 20px;
}

form .checkbox label {
    display: inline-block;
}

input.cat_button.btn.float {
    float: left;
    display: inline-block;
}
.fof-form a#forgotbutton {
    display: inline-block;
    float: right;
    text-align: center;
}

.fof-register {
    border-top:1px solid #b3b3b3;
    margin-top:30px;
    padding:30px 0 0 0;
}
.fof-register p{
	display:inline-block;
    float:left;
}
.fof-register .btn{
	display:inline-block;
    float:right;
}
.fof-form input[type="text"],
.fof-form input[type="password"]{
    margin: 0 0 20px 0;
    padding: 12px 15px;
}


/*-- careers --*/



.career-testimonials .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.callout.parallax.nested {
    height: 100%;
}

.callout.parallax.nested .align-middle.pad-box {
    margin: 0 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.career-testimonials .testimony.align-middle {
    margin:0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.career-testimonials{
    padding: 100px 30px;
}
.career-testimonials .slick-next.slick-arrow {
    right: -20px;
}
.career-testimonials .slick-arrow.slick-prev {
    left: -20px;
}


.alt-career,
#slideout-nav.section-nav nav a.alt-career{
	display:none;
}
.touchevents .alt-career,
.touchevents #slideout-nav.section-nav nav a.alt-career{
	display:initial;
}
.touchevents .alt-career.parallax{
	display:block;
}
.touchevents .init-career,
.touchevents #slideout-nav.section-nav nav a.init-career{
	display:none;
}






/*-- friends of the farm --*/

.callout.login-block .blue-bg {
    background: rgba(11, 12, 22, 0.2);
}

.callout.login-block .pad-box {
    position: relative;
    z-index: 2;
}
.login-block .login-box {
    background: rgba(161, 150, 134, 0.55);
    padding: 10px;
}

.login-box .border {
    padding: 30px;
    border: 1px solid #baa98c;
}
.farm-story .pad-box{
    max-width: 1390px;
    margin: 0 auto;
}
.farm-story .body ul{
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 36px;
}
.farm-story .body ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
}
.farm-story .body ul li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #9d8c70;
}
.farm-story .body .lined-list li {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 10px 10px 10px;
}
.farm-story .body ul.lined-list li:before{
	display:none;
}
.farm-story .body figure {
    margin: 10px 0 40px;
}
.farm-story .body figure img {
    max-width: none;
    width: 100%;
    display: block;
    margin:0 0 8px;
}
.farm-story .body figure figcaption {
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 18px;
    margin: 0 10px 10px;
    color: #61605e;
}
.farm-story .body .video-lightbox {
    margin: 20px 0 40px 0;
}
figure .col.pad-right {
    padding: 0 5px 0 0;
}

figure .col.pad-left {
    padding: 0 0 0 5px;
}
.farm-story .body .bg-blue {
    background-color: rgba(11, 12, 22, 0.55);
    -webkit-transition:background 0.35s ease-out;
    -moz-transition:background 0.35s ease-out;
    -ms-transition:background 0.35s ease-out;
    transition:background 0.35s ease-out;
}
.farm-story .body a:hover .bg-blue,
.farm-story .body a:focus .bg-blue{
	background-color: rgba(11, 12, 22, 0.65);
    -webkit-transition:background 0.35s ease-in;
    -moz-transition:background 0.35s ease-in;
    -ms-transition:background 0.35s ease-in;
    transition:background 0.35s ease-in;
}
.farm-story .match-image {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.border-tb-3 {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}
.border-t-3 {
    border-top: 3px solid white;
}
.border-b-3 {
    border-bottom: 3px solid white;
}
.fof-blocks{
	background-color:#bfbbb3;
}
.fof-blocks .four-columns{
	margin:30px 0;
}
.hero.fof-slider {
    max-height: 715px;
}
.hero.fof-slider h2 {
    font-size: 55px;
    line-height: 60px;
}
.hero.fof-slider p {
	font-size: 24px;
    line-height: 32px;
}

.hero.fof-slider .slick-slider {
    height: 100%;
    width:100%;
    position: absolute;
}
.fof-slider .align-bottom {

    padding: 45px 80px 45px 65px;
    bottom: 60px;
    width:55%;
}
.fof-slider p {
    color: #d5c6ac;
    margin:8px 0 0 0;
}
.fof-slider .align-bottom:before {
  
    position:absolute;
    width:50px;
    height:50px;
    font-family:"Fontello";
    font-size:30px;
    line-height:50px; 
   color: #b2a285;

    border-radius:50%;
    text-align:center;
    right:20px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.fof-slider .align-bottom:after {

    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    position: absolute;
}

.fof-slider ul.slick-dots {
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0 60px 30px;
}


.fof-slider .slick-dots button {
    border-color: white;
    -moz-transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.fof-slider .slick-dots .slick-active button, 
.fof-slider .slick-dots button:hover,
.fof-slider .slick-dots button:focus {
    -moz-transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    border-color: #b8aa8f;
}
.fof-slider .overlay {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.cat-menu.story-cats .img-grid .bg {
    height: 100%;
	background-position:50% 50%;
    background-size:cover;
}


.farm-story .body blockquote,
.brew-story blockquote{
    display: block;
    text-align: left;
    margin: 0;
        padding: 50px 80px 50px 80px;
    color: #4d4d4d;
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 46px;
    position: relative;
}

.farm-story .body blockquote:before,
.brew-story blockquote:before{
    content: '\e818';
    font-size: 48px;
    position: absolute;
    left: 30px;
    top: 42px;
    color: #cfc7b7;
    font-family:"fontello";
    -webkit-transform:scale(-1);
    -moz-transform:scale(-1);
    -ms-transform:scale(-1);
    transform:scale(-1);
}


.fof-social .demo-icon {
    font-size: 35px;
    color: white;
    padding: 15px 20px;
    text-align: center;
    background: #a7987a;
}

.farm-story figure{
	margin:0;
    padding:0;
}
.farm-story .col img{
	width:100%;
    max-width:none;
}



.story-pagination ul.pagination li {
    font-family: "Lato";
    font-weight: 400;
    margin: 0 0 0;
    padding: 5px 10px;
}

.story-pagination { 
    text-align: center;
    margin: 0;
    padding: 30px 50px 20px;
    background: #f7f6f4;
}

.story-pagination .btn-prev, 
.story-pagination .btn-next, 
.story-pagination ul.pagination {
    display: inline-block;
    float: left;
}

.story-pagination ul.pagination {
    margin: 0 20px;
}

a.btn-prev.disable, 
a.btn-next.disable {
    display: none;
}
.story-pagination h3 {
    display: inline-block;
    float: left;
    margin: 5px 30px 0 0;
}

.story-pagination .right {
    text-align: right;
    float: right;
}
.story-pagination ul.pagination li {
       border: 1px solid rgba(218, 218, 218, 0);
    border-bottom: 2px solid rgba(202, 200, 196, 0);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.story-pagination ul.pagination li.active,
.story-paginaiton ul.pagination li:hover,
.story-paginaiton ul.pagination li:focus{
       border: 1px solid rgba(218, 218, 218, 1);
    border-bottom: 2px solid rgba(202, 200, 196, 1);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.story-pagination .btn-next, 
.story-pagination .btn-prev {
    font-size: 22px;
    line-height: 22px;
    margin: 3px 0 0 0;
}

.spotify iframe {
    width: 100%;
    display: block;
    height: 300px;
}

.farm-story .share {
    border-top: 1px solid #ccc6ba;
    padding: 30px 0 0 0;
    background: white;
}



/*-- brewery --*/

.brew-faq h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.brew-faq .col {
    margin: 0 0 20px 0;
}

.brew-faq p {
    font-style: italic;
}
section.beers{
	margin:0 -20px;
}
.beers .col {
    width: 16.666%;
    margin: 0 0;
    padding:20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
     border: 1px solid rgba(204, 198, 186, 0);
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
    -ms-transition: 0.35s ease-out;
    transition: 0.35s ease-out;
}
.beers .col:hover,
.beers .col:focus {
    border: 1px solid rgba(204, 198, 186, 1);
    -webkit-transition: 0.35s ease-in;
    -moz-transition: 0.35s ease-in;
    -ms-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}
.particulars li h6 {
    display: inline-block;
    float: left;
    padding: 0 15px 0 0;
    min-width: 75px;
    max-width:120px;
    text-align: right;
    width: 25%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    line-height: 26px;
}

.particulars li p {
    display: inline-block;
    float: left;
    width:75%;
    margin:0;
}

.bg-img.beer-img{
    background-size:contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5%;
}
.particulars .beer-info {
    background: #f3f1ef;
    padding: 10px 10px 15px;
    box-sizing: border-box;
}

.beer-info h2 {
    margin: 0 0 0 0;
}

.beer-info h6 {
    margin: 0;
}

.particulars .pad-right {
    padding: 10px 10px 10px 0;
}

.particulars .pad-both {
    padding: 10px 5px 10px;
}

.particulars .pad-left {
    padding: 10px 0 10px 10px;
}
.brew-logo {
    opacity:0;
    position: absolute;
    z-index: 99999;
    display: block;
    width: 140px;
    top: 15px;
    left: 40px;
}

.media-contact {
    margin: 30px 0 0 0;
}

.media-contact h2 {
    margin: 0 0 5px;
    }

.media-contact h5 {
    color: #929292;
}
 
.media-contact a {
    display: block;
    margin: 0;
    color: black;
}

.media-contact a em {
    font-family: "Sorts Mill Goudy";
    color: grey;
    margin: 0 0 0 4px;
}

.media-contact a:last-of-type {
    color: #9d8c70;
}

.state {
    margin: 0px 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: bold 14px/18px Georgia, 'Times New Roman', Times, serif;
}

.dist h2 {
    margin: 0 0;
    font: 20px/28px 'Goudy Bookletter 1911', Georgia, 'Times New Roman', Times, serif;
}

.dist a {
    display: block;
    font-size: 15px;
}

.dist {
    margin: 0 0 30px 0px;
    width:100%;
    display:block;
    padding: 0 0px 0 0;
    box-sizing: border-box;
}
.dist:nth-of-type(3n+2){
    padding: 0 0px;
}
.dist:nth-of-type(3n+3){
    padding: 0 0px 0 0px;
}

.dist h1 { 
    font: italic 14px/18px 'OFL Sorts Mill Goudy TT', Georgia, 'Times New Roman', Times, serif;
    margin: 0 0 0px 0;
    color: #6b6464;
}
.dist p {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 0px 0;
}
.age-gate {
    color:white;
    min-height: 650px;
    background-size: cover;
    background-position: 50% 50%;
}
.age-gate .half {
    float:right;
    margin:100px 0;
}
.agecheck {
    margin: 0 0 20px;
}

.age-gate h1 {
    margin: 0 0 8px;
}
.age-gate .field{
    width:100px;
    float:left;
    display:inline-block;
}
.age-gate input[type="text"].shortfileds {
    background: rgba(0, 0, 0, 0);
    border: 1px solid;
    float:none;
    display:block;
    width:100%;
    font-family:'Lato';
    padding: 12px 15px 12px;
}
.age-gate .day input[type="text"].shortfileds {
    border-left: 0;
    border-right: 0; 
}
.age-gate .btn.gold{
	color:white;
}


.distributors .col.third {
    padding: 0 20px 0 0;
}

.distributors .col.third:nth-of-type(3n+2) {
    padding: 0 10px;
}

.distributors .col.third:nth-of-type(3n+0) {
    padding: 0 0 0 20px;
}

.age-gate .card h5 {
    color: #dccdaf;
}

.age-gate,
.age-gate .half.pad-box{
    position:relative;
    z-index:2;
} 
.age-gate:after{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    z-index:0;
    background:black;
    top:0;
    left:0;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    
    
}
.brew-team{
    min-height:600px;
}
 

.age-gate .card {
    background: rgba(161, 150, 134, 0.55);
    padding: 10px;
}

.age-gate .card .pad-box {
    border: 1px solid #baa98c;
}



/*-- make a great day --*/


.grid .great-day-logo{
    max-width: 450px;
    margin: 0 auto;
    display: block;
}


/*-- media section --*/
ul#webapp40384pagination:before,
#webapp40376pagination:before{
    content:"";
    display:block;
    float:none;
    clear:both;
}

ul#webapp40384pagination li,
#webapp40376pagination li{
    display: inline-block;
    float: left;
    margin: 0 20px;
}

ul#webapp40384pagination li a,
#webapp40376pagination li a{
    display: block;
    min-width: 10px;
}

ul#webapp40384pagination,
#webapp40376pagination{
    font-family: "Lato";
    display: block;
        width: 100%;
}

ul#webapp40384pagination li.pag-next a,
ul#webapp40384pagination li.pag-prev a,
#webapp40376pagination li.pag-next a,
#webapp40376pagination li.pag-prev a{
    text-indent: -999999px;
    position: relative;
    padding: 20px;
    border: 1px solid #a99a81;
    width: 30px;
    height: 30px;
    text-align: center;
}

ul#webapp40384pagination li.pag-next a:after,
ul#webapp40384pagination li.pag-prev a:after,
#webapp40376pagination li.pag-next a:after,
#webapp40376pagination li.pag-prev a:after{
    content: "\e80e";
    font-family: "Fontello";
    text-indent: 0;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    z-index: 1;
}
ul#webapp40384pagination li.pag-prev a:after,
#webapp40376pagination li.pag-prev a:after{
	content: "\e80d";
}
ul#webapp40384pagination li.pag-number, 
ul#webapp40384pagination li.pag-current,
#webapp40376pagination li.pag-number,
#webapp40376pagination li.pag-current{
    margin: 8px 20px 0;
    padding: 0;
}

ul#webapp40384pagination li.pag-next:hover,
ul#webapp40384pagination li.pag-prev:hover,
#webapp40376pagination li.pag-next:hover,
#webapp40376pagination li.pag-prev:hover,
ul#webapp40384pagination li.pag-next:focus,
ul#webapp40384pagination li.pag-prev:focus,
#webapp40376pagination li.pag-next:focus,
#webapp40376pagination li.pag-prev:focus{
    background: #9d8c70;
    color: white;
}

ul#webapp40384pagination li.pag-next:hover a:after,
ul#webapp40384pagination li.pag-prev:hover a:after,
#webapp40376pagination li.pag-next:hover a:after,
#webapp40376pagination li.pag-prev:hover a:after,
ul#webapp40384pagination li.pag-next:focus a:after,
ul#webapp40384pagination li.pag-prev:focus a:after,
#webapp40376pagination li.pag-next:focus a:after,
#webapp40376pagination li.pag-prev:focus a:after{
    color: white;
}



/*-- new search --*/

.search-field {
    background: #f8f8f8;
    padding: 10px 20px;
    position: relative;
}

.search-field input[type="text"] {
    position: relative;
    z-index: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    font-style: italic;
    font-size: 16px;
    border-bottom: 1px solid #d0d0d0;
    color: #2f2f2f;
}

.search-field input[type="submit"] {
    text-indent: -99999px;
    position: relative;
    border: none;
}

.search-field .submit-wrap:after {
    content: "\e81a";
    text-indent: 0;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    font-family: "Fontello";
    top: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    color: #b2a285;
}

.submit-wrap {
    position: absolute;
    right: 20px;
    top: 10px;
    bottom: 10px;
    text-align: center;
}

.search-field input[type="text"]:focus {
    border-color: #b2a285;
}



/*-- Pre-arrival form --*/


.prearrival-list input[type='checkbox'] + .square .selected {
    content:"";
    background:rgba(196, 182, 155, 0.85);
    width:100%;
    height:100%;
    display:block;
    z-index:2;
    position:relative;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    transition:0.35s ease;
}
.prearrival-list input[type='checkbox']:checked + .square .selected {
    z-index:3;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

.prearrival-list .img-grid a{
    display: block;
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 32px;
    line-height: 32px;
    top: 10px;
    left: 10px;
    overflow: hidden;
    background: rgba(152, 142, 122, 0.75);
    border-radius: 50%;
    text-align: center;
    padding: 2px;
    width: auto;
}
.prearrival-list .img-grid a .demo-icon.icon-info{
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.prearrival-list .more p {
    font-family: "Lato";
    margin: 0 0 25px;
}
.prearrival-list .more {
    margin: 0;
    position: relative;
    padding-top: 30px;
}
.prearrival-list .more .arrow-wrap:after {
    content: "\e81d";
    font-family: "Fontello";
    font-size: 35px;
    right: 0;
    position: absolute;
    top: 10px;
    color: #937d5d;
}
.prearrival-list .more .arrow-wrap{
    padding:0 60px 0 0;
    position:relative;
}
.prearrival-list .more:before {
    content: "";
    height: 1px;
    width: 85%;
    background: gray;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
}


.prearrival-list input[type='checkbox'],
.prearrival-list .faux-checkbox{
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #999999;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
    cursor:pointer;
}
.prearrival-list input[type='checkbox']:focus{
	outline:none;
}
.prearrival-list input[type='checkbox']:checked,
.prearrival-list .faux-checkbox.checked{
    -webkit-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
}
.prearrival-list input[type='checkbox']:after,
.prearrival-list .faux-checkbox:after{
    content: '';
    display: block;
    position: absolute;
    background-color: white;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 50%;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.prearrival-list input[type='checkbox']:checked:after,
.prearrival-list .faux-checkbox.checked:after{
    content: '';
    background-color: #524632;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}

.prearrival-list input[type='checkbox']:before,
.prearrival-list .faux-checkbox:before{
    content: "\e81c";
    font-family: "Fontello";
    font-size: 30px;
    line-height: 30px;
    color: #9d8c70;
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease; 
    transition: 0.35s ease;
    top: 2px;
    left: 2px;
}
.prearrival-list input[type='checkbox']:checked:before,
.prearrival-list .faux-checkbox.checked:before{
	opacity:0;
}

.prearrival-list .selected .demo-icon {
    font-size: 6em;
    line-height: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #f1e5cd;
}
.prearrival-list .activities .selected .demo-icon{
	font-size:4em;
}


.prearrival-list input[type='checkbox']:checked:before,
.prearrival-list input[type='checkbox']:before,
.prearrival-list input[type='checkbox']:checked:after,
.prearrival-list input[type='checkbox']:after,
.prearrival-list input[type='checkbox'],
.prearrival-list input[type='checkbox']:checked{
	display:none;
} 
.text-center input#catwebformbutton.submit.btn.large {
    float: none;
    margin: 20px auto 10px;
    outline: none;
    font-size: 16px;
    line-height: 16px;
    padding: 25px 65px 21px;
    background: #b2a285;
    color: white;
    letter-spacing: 3px;
    position: relative;
}
.text-center input#catwebformbutton.submit.btn.large:hover,
.text-center input#catwebformbutton.submit.btn.large:focus {
    background: #524632;
} 
 
 

.logo-list {
    list-style: none;
      margin: 40px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-list figure {
    margin: 0 40px 40px 0;
    padding: 0;
    display: block;
}

.logo-list figure img {
    display: block;
    max-width: 250px;
}




/* -- new loader --*/
.loader {
    background: white;
}
.complete .loader{
    background-color: white;
    -webkit-transition:0.25s ease;
 	-moz-transition:0.25s ease;
    -ms-transition:0.25s ease;
    transition:0.25s ease;
	-webkit-animation: out 0.25s linear forwards;
    animation: out 0.25s linear forwards;
}
.complete #wrapper{
	-webkit-animation: fadeInWrapper 0.35s linear forwards;
    animation: fadeInWrapper 0.35s linear forwards;
}
.complete #header,
.complete .brew-logo{
	opacity:1;
    -webkit-transition:0.35s ease 0.2s;
 	-moz-transition:0.35s ease 0.2s;
    -ms-transition:0.35s ease 0.2s;
    transition:0.35s ease 0.2s;
}
.complete .loader{
    background-color:white;
    -webkit-transition:0.25s ease;
 	-moz-transition:0.25s ease;
    -ms-transition:0.25s ease;
    transition:0.25s ease;
	-webkit-animation: out 0.35s linear 0.15s forwards;
    animation: out 0.35s linear 0.15s forwards;
}


@-webkit-keyframes fadeInWrapper {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInWrapper {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* ------ breakpoints -------- */

@media only screen and (max-width:1675px){
    .share-holder{
    	display:block;
        float:none;
        margin:40px 0 0 0;
    }
    .share-holder #share {
        display: none;
        position: absolute;
        /*width: 210px;*/
        right: initial;
        top: -16px;
        left: 0;
        background: #0f0f0f;
    }
}
@media (max-width:1600px){
    .banner .left-block p {
        line-height: 42px;
        font-size: 24px;
    }
}
@media (max-width: 1340px){
    .four-columns .text-holder:before {
        margin: -15px 0 0;
        width: 30px;
        height: 30px;
        right: 8px;
        padding: 0px 11px;
        font-size: 16px;
    }
    .banner .left-block p{
        line-height: 30px;
        font-size: 20px;
    }
}
@media only screen and (max-width:1400px){
    .four-columns .column .img-frame .hover p{
        font-size: 18px;
        line-height: 26px;
    }
}
@media only screen and (max-width:1350px){
    .pad-box{
        padding:55px 50px;
    }
    .slider.events .slick-dots {
        margin: 0 0 0 50px;
    }
    .pad-box.top-heavy{
        padding:40px 50px 25px;
    }
    h1{
        font-size:50px;
        line-height:60px;
    }
    h2{
        font-size:28px;
        line-height:34px;
    }
    .callout h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .label, .slideshow .pagination.left{
    	left:50px;
    }
    .awards .col.year {
        width: 100px;
    }
    .awards .col.award-holder {
        padding: 0 0px 0 180px;
    }
    .awards .col.award-holder:after {
        left: 130px;
    }
    .awards .award-holder .col.fourth {
        padding: 20px 20px 20px 0;
        width: 33.333%;
    }
    blockquote {
        text-align: center;
        margin: 50px 30px 0;
    }
    .detail-body b {
        font-size: 30px;
        line-height: 36px;
        padding: 30px 40px;
    }
    .hero {
        padding: 0 0 50% 0;
    }

}
@media only screen and (max-width:1250px){
    .four-columns .column .img-frame .hover p{
        font-size: 16px;
        line-height: 24px;
    }
    .login-box .border {
        padding: 20px;
    }
    .callout.login-block .col.pad-box {
        padding: 40px 40px;
    }
    .age-gate .half{
        margin: 80px 0 0 0;
    }
    .beers .col {
        width: 20%;
    }
}
@media only screen and (max-width:1200px){
	#slideout-nav, #slideout-nav:hover, #slideout-nav:focus{
        top:79px;
    	left:0;
        width:100%;
        background:#f9f9f9;
        box-shadow:none;
        padding: 0 0px;
        border-top: 1px solid #e6e2e2;
        -webkit-transform: translate3d(0px,0,0);
        -moz-transform: translate3d(0px,0,0);
        -ms-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0);
    }
    #slideout-nav.visible{
    	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.18);
    }
    #slideout-nav nav h3 a{
    	opacity:1;
        visibility:visible;
    }
    #slideout-nav nav a{
     	padding:7px 30px;
    }
    #slideout-nav nav a.parent{
        padding: 14px 30px 7px 30px;
    }
    #slideout-nav .sub-menu {
        padding: 0 0px 7px 15px;
    }
    #slideout-nav nav{
    	width:100%;
        border:none;
        height: 32px;
        padding: 0;
    }
    #slideout-nav .burger {
        left: initial;
        margin: 0;
        right: 0px;
        width: 80%;
        height: 40px;
    }
    #slideout-nav .burger span{
        background-color: #9d8c70;
    }
    #slideout-nav .burger span:first-child {
        top: 17px;
        right: 22px;
        left: initial;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #slideout-nav .burger span:last-child {
        top: 17px;
        left: initial;
        right: 29px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #slideout-nav nav .divider {
        margin: -10px 0px 10px;
    }
    #slideout-nav.visible .burger {
    	opacity: 1;
        visibility: visible;
    
    }
    #slideout-nav.visible .burger span:first-child {
        top: 28px;
        right: 22px;
        left: initial;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #slideout-nav.visible .burger span:last-child {
        top: 28px;
        left: initial;
        right: 29px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-active #slideout-nav {
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width:1150px){
    .col.third.small-col{
    	width:40%;
    }
    .col.two-thirds{
    	width:60%;
    }
    form .col.two-thirds.check-lists {
        width: 66.666%;
    }
    .cat-menu {
        width: 60%;
        -webkit-transition:0.35s;
        -moz-transition:0.35s;
        -ms-transition:0.35s;
        transition:0.35s;
    }
    .min-height{
    	min-height:550px;
    }
    .benefits .min-height{
    	min-height:450px;
    }
    blockquote p{
        font-size: 26px;
        line-height: 32px;
    }
    blockquote em{
        font-size: 18px;
        line-height: 24px;
    }
    .hero.short {
        padding: 0 0 25% 0;
    }
    .event-info-block .pad-box {
        padding: 30px;
    }
    .slider.events .slick-dots {
        margin: 0 0 0 40px;
    }
    .fof-slider .align-bottom{
    	width:65%;
        bottom:20px;
    }
    .callout.login-block .col.pad-box {
        padding: 30px 30px;
    }
    .brew-logo {
        width: 120px;
	}
}
@media only screen and (max-width:1023px){
    .pad-box{
        padding:45px 40px;
    }
    .slider.events .slick-dots {
        margin: 0 0 0 30px;
    }
    .pad-box.top-heavy{
        padding:30px 40px 20px;
    }
    h1{
        font-size:45px;
        line-height:50px;
    }
    .callout h1 {
        font-size: 30px;
        line-height: 36px;
    }
    h2{
        font-size:26px;
        line-height:32px;
    }
    p{
        font-size: 16px;
        line-height: 24px;
    }
	.label, .slideshow .pagination.left{
    	left:40px;
    } 
    .slideshow .pagination.left {
        display: block;
    }
    
    
    .awards .col.year {
        width: 90px;
    }
    .awards .col.award-holder {
        padding: 0 0px 0 160px;
    }
    .awards .col.award-holder:after {
        left: 115px;
    }
    .accolade-holder .pad-box {
        padding: 20px;
    }
    h6 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .callout .align-middle {
        margin: 80px 0px;
    }
    .section-nav{
    	padding:5px;
    }
    
    .hotel-hold{
    	width:100%;
        display:block;
    }
    .hotel-partner{
    	width:33.333%;
    }
    .hotel-partner.lexus,
    .hotel-partner.chateaux{
    	width:50%;
    } 
    .hotel-partner.lexus img{
    	margin:0 auto 0 0;
    }
    .hotel-partner.chateaux img{
    	margin:0 0 0 auto;
        max-width: 130px;
    }
    
    
    
    
    .hero h1 {
        max-width: none;
    }
    .event-info-block .pad-box {
        padding: 20px;
    }
    .home-blocks .col .pad{
        padding:30px;
    }
    .banner .banner-text {
        margin: 37px 6.6% 0 0;
    }
    .banner .left-block {
        width: 59%;
        margin: 0 50px 0 0;
    }
    .banner .left-block p{
        line-height: 30px;
        font-size: 19px;
    }
    .banner .banner-caption {
        left: 67px;
    }
    .four-columns .column .img-frame .hover p{
        font-size: 24px;
        line-height: 36px;
    }
    .event-slide .overlay .pad-box {
        margin: 0 0 20px 0;
    }
    .callout.login-block .col.pad-box {
        padding: 10px 10px;
    }
    .brew-logo {
        position:fixed;
        width: 100px;
        top: 10px;
        left: 20px;
    }
    .age-gate .half{
        margin: 120px 0 0 0;
    }
    .beers .col {
        width: 25%;
    }
    
    
   
}		

@media only screen and (max-width:992px){
    .img-grid.activities .downgrade-md .grid__col-sm-2 {
        width: 33.33333333%;
    }
    .img-grid.events .grid__col-3{
    	width: 50%;
    }
    .img-grid.activities .grid__cell-img.featured,
    .min-height-md{
        min-height: 400px;
    }
    .hero {
        padding: 0 0 55% 0;
    }
    form .col.third {
        width: 50%;
        padding: 0;
        padding: 0 10px 0 0px;
    }
    form .col.third:nth-child(even) {
        padding: 0 0 0 10px;
    }
    form .col.third.check-lists {
        width: 33.333%;
    }
    .radio span {
        margin: 11px 30px 0 8px;
    }
    .facilities .grid.pad-left,
    .facilities .grid.pad-right{
    	padding:0;
    }
    .hero.short {
        padding: 0 0 30% 0;
    }
    .fof-hero .desk-overlay{
        width:75%;
    }
    
    .brew-news .grid__col-sm-4 {
        width: 50%;
    }
    
}
@media only screen and (max-width:950px){
    .directory-entry {
        width: 50%;
        padding:0 20px 0 0px;
        margin:0 0 40px 0;
    }
    .directory-entry:nth-child(even) {
        padding:0 0 0 20px;
    }
    .farm-story .body blockquote p,
    .brew-story blockquote p{
        font-size: 20px;
        line-height: 34px;
    }
    .farm-story .body blockquote,
    .brew-story blockquote{
    	padding:50px;
    }
    .farm-story .body blockquote:before,
    .brew-story blockquote:before{
    	left:0;
    }
    .age-gate .half{
        width:60%;
    }
    .age-gate .field {
        width: 100%;
        float: none;
        display: block;
        clear:both;
        margin:0 0 10px;
    }
	.age-gate input[type="text"].shortfileds{
    	    background: rgba(0, 0, 0, 0.35);
    }
    .age-gate .day input[type="text"].shortfileds {
        border-left: 1px solid;
        border-right: 1px solid;
    }
}
@media only screen and (max-width:850px){
	
    .col.third.small-col,
    .col.two-thirds{
    	width:100%;
        float:none;
        display:block;
        padding:0;
    }
    .col.third.small-col.buy p,
    .col.third.small-col.buy .media-contact{
    	width:50%;
        margin:0 0 20px;
        display:inline-block;
        float:left;
        padding:0 15px 0 0;
    }
    .col.third.small-col.buy .media-contact{
    	padding:0 0 0 15px;
    }
    .two-columns.flex.tab{
    	display:block;
        -webkit-display:block;
    }
    .two-columns.flex.tab .col.two-thirds.slideshow{
    	min-height:450px;
    }
    .two-columns.flex.tab{
    	flex-direction:column;
        -webkit-flex-direction: column;
    }
    .flex.tab.min-height{
    	min-height:0;
    }
    .cat-menu {
        width: 75%;
        -webkit-transition:0.35s;
        -moz-transition:0.35s;
        -ms-transition:0.35s;
        transition:0.35s;
    }

    .share-holder{
    	display:inline-block;
        float:right;
        margin:8px 0 0 7%;
    }
    .share-holder #share {
        display: none;
        position: absolute;
        width: 210px;
        right: 0;
        top: -16px;
        left: initial;
        background: #0f0f0f;
    }
    .flex.tab .img-block{
        min-height:300px;
    }
    .min-height{
    	min-height:300px;
    }
    .detail-body b {
        font-size: 28px;
        line-height: 36px;
        padding: 30px 40px;
    }
    .home-blocks .col .desk-overlay{
        display:none;
    }
    .home-blocks .col .mob-overlay{
        display:block;
    }
    .home-blocks .col.two-thirds,
    .home-blocks .col.third.right-target{
    	width:100%;
        float:none;
        clear:both;
        display:block;
    }
    .home-blocks .col.third.right-target .col{
    	width:50%;
        display:inline-block;
        float:left;
    }
    .home-blocks .slider {
        border-right: 0px solid white;
        border-bottom: 6px solid white;
    }
    .home-blocks .right-target .col:first-child {
        border-bottom:0px solid white;
        border-right: 3px solid white;
    }
    .home-blocks .right-target .col:last-of-type{
    	border-left: 3px solid white;
    }
    
    .home-blocks .col .mob-overlay {
        display: block;
        max-width: none;
        width: 70%;
    }
    .home-blocks .col.two-thirds.match-right{
    	height: auto !important;
        position:relative;
        padding:0 0 110% 0;
    }
    .home-blocks .slider .slick-list{
        position:absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .home-blocks .slider .gradient{
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b0000000',GradientType=0 );
        
    }
    .grid .event-txt-desk{
        display:none;
    }
    .grid .event-txt-mob{
       display:block;
        margin:0 auto;
        width:55%;
    }
    .apply-container{
    	padding:0;
        min-height:800px;
    }
    
    .login-block .col.three-fifths,
    .login-block .col.two-fifths{
    	float:none;
        clear:both;
        display:block;
        width:100%;
    }
    .login-block .col.three-fifths{
    	padding-bottom: 0px;
    }
     .beers .col {
        width: 33.333%;
    }
    .prearrival-list .more:before {
        width: 100%;
        top: -25px;
        position: relative;
    }
    .prearrival-list .more .arrow-wrap {
    	padding:0;
    }
    .prearrival-list .more .arrow-wrap:after {
    	display:none;
    }
}
@media only screen and (max-width:768px){
    .lity .slick-slide img {
    	width: 80%;
	}
    .pad-box{
        padding:35px 30px;
    }
    .slider.events .slick-dots {
        margin: 0 0 0 20px;
    }
    .pad-box.top-heavy{
        padding:30px 30px 20px;
    }
	.label, .slideshow .pagination.left{
    	left:30px;
    }
    .slideshow .pagination.left{
    	bottom:30px;
    }
    .col.fourth{
    	width:50%;
    }

    .awards .award-holder .col.fourth {
        width: 50%;
    }
    h6 {
        font-size: 15px;
        line-height: 16px;
    }
    .accolade-holder img {
        max-width: 70px;
    }
    .img-grid .col{
    	display:block;
        float:none;
        clear:both;
        width:100%;
    }
    .grid .img-block {
        min-height: 350px;
    }
    .grid.brew-team .img-block {
        min-height: 500px;
    }
    .img-grid .border-right,
    .img-grid .border-left{
        border-right: 0px solid white;
        border-left: 0px solid white;
        border-bottom:6px solid white;
    }
   
    .callout .align-middle {
        margin: 60px 0px;
    }
    .img-grid.activities .downgrade-md .grid__col-sm-2 {
        width: 100%;
    }
    .min-height-sm{
        min-height: 400px;
    } 
    .hide-tab{
        display:none;
    }
    .callout.wine-awards{
        padding:40px 0;
    }
    .grid .pad-left,
    .grid .pad-right{
        padding:0 0 0 0px;
    }
    .form.ownership-form .pad-left {
        padding:0 0 0 10px;
    }
    .form.ownership-form .pad-right {
        padding:0 10px 0 0px;
    }
    .slideshow.hide-dots-desk .pagination.left{
        display:block;
    }
    .chefs .grid .bg-img {
        background-position: 50% 15%;
    }
    .hero.short {
        padding: 0 0 35% 0;
    }
    .event-info-block .pad-box {
        padding: 35px 20px;
    }
    .banner .banner-text {
        margin: 16px 6% 0 0;
    }
    .banner .left-block p{
        line-height: 24px;
        font-size: 17px;
    }
    .banner .banner-caption {
        left: 37px;
    }
    .col .desktop-book{
        display:none;
    }
    .col .mobile-book{
        display:block;
    }
    form .col.third.check-lists,
    form .col.two-thirds.check-lists {
        width: 100%;
        float:none;
        display:block;
        padding:0;
        margin:0 0 10px;
    }
    .reverse-col .match-target,
    .event-detail-slider .match-target{
    	height:400px !important;
    }
    .slider.slick-slider.events{
        position: absolute;
        height:100%;
        width: 100%;
    }
    .event-slide .overlay .pad-box {
        margin: 0 0 30px 0;
    }
    .fof-slider .align-bottom:before {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .fof-slider .align-bottom {
        padding: 35px 70px 35px 35px;
        bottom: 20px;
        width: 80%;
    }
    .fof-slider ul.slick-dots {
        margin: 0 40px 20px;
    }
    .hero.fof-slider h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .farm-story .body blockquote,
    .brew-story blockquote{
        padding: 40px;
    }
    .farm-story .body blockquote:before,
    .brew-story blockquote:before{
        left: 0;
        top:27px;
        font-size: 35px;
    }
    
    .farm-story .body blockquote p,
    .brew-story blockquote p{
        font-size: 18px;
        line-height: 30px;
    }
    .brew-logo {
        width: 80px;
        top: 5px;
        left: 15px;
    }
    .beer-detail > .col{
    	width:100%;
        display:block;
        float:none;
        clear:both;
    } 
    .beer-detail > .col.relative{
    	min-height:450px;
    }
    
    .age-gate:after{
     
        
        background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
        
    }
    .brew-team{
        min-height:0px;
    }
    section.beers {
        margin: 0 0px;
    }
    .book .col.third{
    	width:100%;
        float:none;
      	clear:both;
    }
    .prearrival-list .activities .selected .demo-icon{
    	font-size:6em;
    } 
}
@media only screen and (max-width:700px){
    .four-columns .column .img-frame .hover p{
        font-size: 18px;
        line-height: 26px;
    } 
}
@media only screen and (max-width:650px){
	.pad-box{
        padding:25px 20px;
    }
   	.grid.grid--bleed.pad-box.farm-stories {
        padding: 20px 0px;
    }
    .slider.events .slick-dots {
        margin: 0 0 0 10px;
    }
    .pad-box.top-heavy{
        padding:30px 20px 20px;
    }
	.label, .slideshow .pagination.left{
    	left:20px;
        
    }
    .slideshow .pagination.left{
        bottom:20px;
    }
    
    
    .col.fourth{
    	width:100%;
        display:block;
        float:none;
    }
    .cat-menu {
        width: 85%;
        -webkit-transition:0.35s;
        -moz-transition:0.35s;
        -ms-transition:0.35s;
        transition:0.35s;
    }
    
 
    .event-nav .holder {
        padding: 15px 20px;
    }
    .two-columns.flex.mob{
    	display:block;
        -webkit-display:block;
    }
    .col.half,
    .col.half.pad-left,
    .col.half.pad-right{
        width: 100%;
        display:block;
        float:none;
        margin:0 0 20px;
        padding:0;
    }
    .form.ownership-form .col.half.pad-left,
    .form.ownership-form .col.half.pad-right {
        margin:0;
    }
    form .col.two-thirds.check-lists .col{
    	margin:0;
    }
    .awards .award-holder .col.fourth {
        width: 100%;
        padding:0 0 35px 0;
    }
    .awards .col.year {
        width: 100%;
        margin:0 0 20px 0;
        position:static;
        border-bottom:1px solid #ccc6ba;
    }
    .awards .col.year h1{
    	margin:0;
        padding:0 0 5px 0;
    }
    .awards .col.award-holder{
    	padding:0;
    }
    .awards .col.award-holder:after {
  		display:none;
	}
    .accolade-holder .pad-box {
        padding: 15px;
    }
    
    blockquote {
        text-align: center;
        margin: 40px 0px 0;
    }
    blockquote p{
        font-size: 22px;
        line-height: 26px;
    }
    blockquote em{
        font-size: 16px;
        line-height: 22px;
    }
    .callout .align-middle {
        margin: 40px 0px;
    }
    .hotel-hold{
    	width:100%;
        display:block;
    }
    .hotel-partner,
    .hotel-partner.lexus,
    .hotel-partner.chateaux{
        height:auto;
        margin:0px 0 40px;
    	width:100%;
        display:block;
        float:none;
    }
    
    .hotel-partner.chateaux{
    	margin:50px 0 40px;
    }
   	.hotel-partner img,
    .hotel-partner.lexus img,
    .hotel-partner.chateaux img{
        margin:auto;
        max-width:180px;
        top: initial;
        transform: none;
        
    }
    .hotel-partner.chateaux img{
    	max-width:120px;
    }
    form .col.third {
        width: 100%;
        display:block;
        float:none;
        padding: 0;
        padding: 0 0px 0 0px;
    }
    
    form .col.third:nth-child(even) {
        padding: 0 0 0 0px;
    }
    .alt-dates .pad-left, 
    form .col .col.pad-left,
    .alt-dates .pad-right, 
    form .col .col.pad-right{
        padding: 0 0 0 0px;
    }
    .detail-body b {
        font-size: 22px;
        line-height: 32px;
        padding: 30px 30px;
    }
     h1 {
        font-size:35px;
        line-height: 40px;
    }
    .event-info-block .pad-box {
        padding: 25px 0px;
    }
    .banner .left-block {
        width: 100%;
        margin: 0;
    }
    .banner .left-block p{
        line-height: 32px;
        font-size: 22px;
    }
    
  .career-testimonials{
    padding: 0px 35px;
}
.career-testimonials .slick-next.slick-arrow {
    right: -30px;
}
.career-testimonials .slick-arrow.slick-prev {
    left: -30px;
}
 .apply-container{
    	padding:0;
        margin:0;
        min-height:600px;
    }   
    
    .fof-slider .align-bottom:before {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 28px;
    }
    .fof-slider .align-bottom {
        padding: 35px 60px 35px 35px;
        bottom: 0px;
        width: 85%;
    }
    .fof-slider ul.slick-dots {
        margin: 0 20px 10px;
    }
    .hero.fof-slider h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .distributors .col.third:nth-of-type(3n+0),
    .distributors .col.third:nth-of-type(3n+2),
    .distributors .col.third{
    	width:100%;
        display:block;
        float:none;
        clear:both;
        padding:0;
        margin:0;
    }
     .beers .col {
        width: 50%;
    }
    .beers h5 {
        font-size: 12px;
        line-height: 18px;
    }
} 
@media only screen and (max-width:600px){
    .age-gate{
        min-height: 550px;
        text-align:center;
        background-position: 0;
        position:relative;
    }
    
    .age-gate .half.pad-box{
        width:100%;
        padding:0 20px;
        text-align:left;
        position:relative;
        z-index:2;
    }
    .age-gate .half {
        float: right;
        margin: 150px 0 0 0;
    }
    .brew-news .grid__col-sm-4 {
        width: 100%;
    }
    
}
@media only screen and (max-width:580px){
    .event-nav a span{
        display:none;
    }
    .share-holder{
    	display:block;
        float:none;
        margin:40px auto 0;
        text-align:center;
    }
    .share-holder .center{
    	display:inline-block;
        margin:0 auto;
    }

    .event-detail .reserve{
    	text-align:center;
    }
    .event-detail .reserve .btn {
        display: inline-block;
        margin: 0 auto;
    }
    .share-holder #share {
        display: none;
        position: absolute;
        width: 100%;
        right: initial;
        top: -16px;
        left: 0;
        background: #0f0f0f;
    }
    .cat-bar .desk{
    	display:none;
    }
    .cat-bar .mob{
    	display:inline-block;
    }
    .img-grid.events .grid__col-3{
        width: 100%;
    }
    .hero {
        padding: 0 0 85% 0;
    }
    .hero.short {
        padding: 0 0 40% 0;
    }
    .home-blocks .col.two-thirds,
    .home-blocks .col.third.right-target{
        width:100%;
        float:none;
        clear:both;
        display:block;
    }
    .home-blocks .col.third.right-target .col{
        width:100%;
        display:block;
        float:none;
        clear:both;
    }
    .home-blocks .right-target .col:first-child {
        border-bottom:6px solid white;
        border-right: 0px solid white;
    }
    .home-blocks .right-target .col:last-of-type{
        border:none;
    }
    .home-blocks .col .pad{
        padding:20px;
    }
    .four-columns .column .img-frame .hover p{
        font-size: 20px;
        line-height: 28px;
    }
    .reverse-col .match-target,
    .event-detail-slider .match-target {
        height: 350px !important;
        overflow: hidden;
    }
    .fof-hero .desk-overlay{
        width:85%;
    }
    .apply-container{
    	padding:0;
        margin:0;
        min-height:650px;
    }
    
    .fof-slider .align-bottom {
        padding: 20px 25px 20px 25px;
        bottom: 25px;
        width: 100%;
    }
    .fof-slider ul.slick-dots {
        margin: 0 20px 0px;
        text-align: left;
    }
    .hero.fof-slider h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .hero.fof-slider p{
    	margin:0;
    }
    .farm-story .body blockquote,
    .brew-story blockquote{
    	padding:30px;
    }
    .farm-story .body blockquote:before,
    .brew-story blockquote:before{
        left: 0;
        top: 18px;
        font-size: 22px;
    }
    .col.third.small-col.buy p,
    .col.third.small-col.buy .media-contact{
        width:100%;
        margin:0 0 20px;
        display:block;
        float:none;
        clear:both;
        padding:0 0px 0 0;
    }
    .col.third.small-col.buy .media-contact {
        border-bottom: 1px solid #e3e3e3;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .grid.brew-team .img-block {
        min-height: 450px;
    }
}

@media only screen and (max-width:500px){
    .cat-bar{
    	text-align:center;
    }
    .cat-bar h5 {
        display: block;
        text-align:center;
        float: none;
        margin: 0px 0 0 0;
    }
    .btn.cat-trigger{
    	display:inline-block;
        float:none;
        margin:20px auto 0;
    }
    .hero.short {
        padding: 0 0 42% 0;
    }
     .directory-entry,
     .directory-entry:nth-child(even){
        width: 100%;
        display:block;
        float:none;
        clear:both;
        padding:0 0px 0 0px;
        margin:0 0 40px 0;
    }
   
}
@media (max-width:480px){
    .banner .left-block {
        width: 100%;
        margin: 0;
    }
    .banner .left-block p{
        line-height: 28px;
        font-size: 18px;
    }
    .fof-hero .desk-overlay{
        display:none;
    }
 
    .fof-hero .mob-overlay{
        display:block;
    }
    .fof-hero .btn{
        margin:20px 0 0 0;
    }
    .fof-register p,
    .fof-register .btn{
        display:block;
        float:none;
    }
    .fof-register{
       text-align:center;
    }
    .grid.brew-team .img-block {
        min-height: 400px;
    }
    
}



.overlayx {
   

   
}

.gradientx:{


}




#planYourVisitRFP-form .field{
    width: 33.333%;
   padding:0 20px 0 0;
}
#planYourVisitRFP-form .phone-wrapper{
    display: flex;
}
#planYourVisitRFP-form #fields-address-countrycode-field .field,
#planYourVisitRFP-form div#fields-address-countrycode-field {
    width: 100%;
    padding:0;
}


#planYourVisitRFP-form fieldset#fields-address-field > .heading {
    display: none;
}

#planYourVisitRFP-form section.tab::after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

#planYourVisitRFP-form section.tab {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
#planYourVisitRFP-form #fields-address-field.field {
    width: 100%;
    padding:0;
}
header#fields-sectionHeading1 {
    width: 100%;
    padding:0;
}
#planYourVisitRFP-form .sprout-address-country-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

header#fields-sectionHeading2 {
    width: 100%;
    margin: 30px 0 0;
}

#fields-dateFlexibility-field div#fields-dateFlexibility, 
#fields-dateFlexibility-field div#fields-dateFlexibility label {
    display: flex;
    flex-direction: row;
}

#fields-dateFlexibility-field div#fields-dateFlexibility label {
    justify-content: center;
    align-items: center;
    margin: 10px 20px 0 0;
    font-family: "Sorts Mill Goudy";
    text-transform: none;
    letter-spacing: 0;
    color: black;
    font-size: 16px;
    line-height: 24px;
    height: 27px;
}
#planYourVisitRFP-form button {
    padding: 16px 23px 12px;
    color: #424242;
    margin: 0;
    letter-spacing: 2px;
    line-height: 13px;
    border: 1px solid #b2a285;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    width: auto;
    background: transparent;
    margin: 0 0 0 auto;
    display: inline-block;
}

#planYourVisitRFP-form .submit {
    text-align: right;
    margin: 20px 0 0;
}

#planYourVisitRFP-form .tab > .field:nth-of-type(3n+2) {
    padding: 0 10px;
}


#planYourVisitRFP-form .tab > .field:nth-of-type(3n+3) {
    padding: 0 0 0 20px;
}

#planYourVisitRFP-form select#fields-phone-country {
    width: 90px;
    text-align: right;
    margin: 0 5px 0 0px;
}


#planYourVisitRFP-form div#fields-agendaDetails-field {
    padding: 0 20px 0 0px;
}

#planYourVisitRFP-form div#fields-spaceNeeds-field {
    padding: 0 10px;
}

#planYourVisitRFP-form div#fields-diningNeeds-field {
    padding: 0 0 0 20px;
}

#planYourVisitRFP-form fieldset#fields-dateFlexibility-field {
    padding: 0 0 0 20px;
}

#planYourVisitRFP-form legend {
	font-family: "Lato";
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #8e8e8e;
	font-weight: 700;
}

#planYourVisitRFP-form input[type='radio']#fields-dateFlexibility-2, 
#planYourVisitRFP-form input[type='radio']#fields-dateFlexibility-1 {
    display: block;
    float: none;
    clear: both;
    margin: -22px 6px 0 0px;
}



#planYourVisitRFP-form div#fields-address-address1-field {
    width: 50%;
    padding: 0 15px 0 0;
}

#planYourVisitRFP-form div#fields-address-address2-field {
    width: 50%;
    padding: 0 0 0 15px;
}

#planYourVisitRFP-form div#fields-address-administrativeAreaCode-field {
    padding: 0 10px;
}

#planYourVisitRFP-form div#fields-address-postalcode-field {
    padding: 0 0 0 20px;
}
.fields ul.errors {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #c71515;
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 12px;
}

.field.errors input, 
.field.errors select {
    border-color: #c71414;
}










/*-- info request form ==*/



form#informationRequest-form .field {
    margin: 0 0 20px;
    width: 33.333%;
    padding: 0 30px 0 0;
}

form#informationRequest-form .tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

form#informationRequest-form .field:nth-of-type(3n+3) {
    padding: 0 0 0 30px;
}

form#informationRequest-form .field:nth-of-type(3n+2) {
    padding: 0 15px;
}

form#informationRequest-form .phone-wrapper {
    display: flex;
    flex-direction: row;
}

form#informationRequest-form select#fields-phone-country {
    width: 130px;
    margin: 0 15px 0 0;
}

form#informationRequest-form fieldset#fields-checkboxes1-field #fields-checkboxes1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 17px 0 0 0;
}

form#informationRequest-form fieldset#fields-checkboxes1-field #fields-checkboxes1 label {
    margin: 0 0px 0 0;
    font-family: "Sorts Mill Goudy";
    text-transform: none;
    letter-spacing: 0;
    color: black;
    font-weight: 400;
    font-size: 15px;
    width: 50%;
}

form#informationRequest-form fieldset#fields-checkboxes1-field #fields-checkboxes1 input[type="checkbox"] {
    margin: -4px 6px 0 0;
}



form#informationRequest-form fieldset#fields-checkboxes1-field legend {
    display: block;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #8e8e8e;
    font-weight: 700;
    margin: 0 0 2px 0;
}



form#informationRequest-form fieldset#fields-address1-field legend{
    display:none;
}

form#informationRequest-form fieldset#fields-checkboxes1-field {
    padding: 0 0 0 30px;
}

form#informationRequest-form div#fields-company-field {
    padding: 0 30px 0 0;
}

form#informationRequest-form div#fields-address1-countrycode-field {
    width: 100%;
    padding: 0;
}

form#informationRequest-form fieldset#fields-address1-field {
    width: 66.666%;
}

form#informationRequest-form .sprout-address-country-fields,
form#informationRequest-form div#fields-howDidYouHear,
form#homeOwnershipContact-form .fields .tab,
form#homeOwnershipContact-form .sprout-address-country-fields,
#mediaRegistration-form .tab{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

form#informationRequest-form div#fields-address1-address1-field,
form#informationRequest-form div#fields-address1-address2-field,
form#homeOwnershipContact-form .field,
#mediaRegistration-form #fields-firstName-field,
#mediaRegistration-form #fields-lastName-field,
#mediaRegistration-form #fields-email-field,
#mediaRegistration-form #fields-phone-field{
    width: 50%;
}
form#homeOwnershipContact-form .field.hearAboutUs-field,
form#homeOwnershipContact-form .field.comments-field{
    width:100%;
}
form#homeOwnershipContact-form .address-field > .heading,
#mediaRegistration-form #fields-phone-country{
    display:none;
}
/*form#homeOwnershipContact-form .address-field .sprout-address-country-fields > .field,*/
form#homeOwnershipContact-form .field.email-field,
form#homeOwnershipContact-form .field.address-field,
#mediaRegistration-form #fields-publicationName-field,
#mediaRegistration-form #fields-reasonForRequest-field{
    width:100%;
}
form#homeOwnershipContact-form .field.address-administrativeareacode-field,
form#homeOwnershipContact-form .field.address-postalcode-field{
    width: 25%;
}
form#informationRequest-form div#fields-address1-address2-field,
form#informationRequest-form div#fields-address1-postalcode-field {
    padding: 0 0 0 30px;
}

form#informationRequest-form div#fields-address1-address1-field,
form#informationRequest-form div#fields-address1-locality-field,
form#informationRequest-form fieldset#fields-documentRequests-field{
    padding: 0 30px 0 0;
}
form#homeOwnershipContact-form .field.lastName-field,
form#homeOwnershipContact-form .field.address-address2-field,
form#homeOwnershipContact-form .field.address-administrativeareacode-field,
#mediaRegistration-form #fields-lastName-field,
#mediaRegistration-form #fields-phone-field{
    padding: 0 0 0 20px;
}
#mediaRegistration-form .field{
	margin:0 0 15px;
}
form#homeOwnershipContact-form .field.firstName-field,
form#homeOwnershipContact-form .field.address-address1-field,
form#homeOwnershipContact-form .field.address-locality-field,
#mediaRegistration-form #fields-firstName-field,
#mediaRegistration-form #fields-email-field {
    padding: 0 20px 0 0;
}
form#homeOwnershipContact-form .field.address-postalcode-field{
    padding:0 0 0 25px;
}
form#informationRequest-form div#fields-address1-administrativeAreaCode-field {
    padding: 0 15px;
}

form#informationRequest-form fieldset#fields-howDidYouHear-field {
    padding: 0 0 0 30px;
    width: 66.666%;
}

form#informationRequest-form fieldset#fields-documentRequests-field legend,
form#informationRequest-form fieldset#fields-howDidYouHear-field legend {
    display: block;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #8e8e8e;
    font-weight: 700;
    margin: 0 0 10px 0;
}
input#fields-agreeToCreditPhotography {
    margin: 0 8px 0px 0;
}
form#informationRequest-form fieldset#fields-howDidYouHear-field label, 
form#informationRequest-form fieldset#fields-documentRequests-field label {
    font-family: "Sorts Mill Goudy";
    color: black;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
}

form#informationRequest-form div#fields-comments-field,
form#informationRequest-form div#fields-company-field {
    width: 100%;
    padding: 0;
}
form#informationRequest-form fieldset#fields-address1-field {
    width: 100%;
    padding: 0;
    margin: 0;
}


form#informationRequest-form div#fields-howDidYouHear label {
    width: 50%;
    margin: 0 0 10px;
}
form#informationRequest-form div#fields-documentRequests label{
    margin: 0 0 10px;
}
form#informationRequest-form div#fields-howDidYouHear label input,
form#informationRequest-form div#fields-documentRequests label input {
    margin: 0 8px 0 0;
}
form#informationRequest-form fieldset#fields-newsletter-field legend {
    display: block;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #8e8e8e;
    font-weight: 700;
    margin: 0 0 10px;
}

form#informationRequest-form fieldset#fields-newsletter-field {
    padding: 0;
}

form#informationRequest-form div#fields-newsletter label {
    font-family: "Sorts Mill Goudy";
    text-transform: none;
    color: black;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.35;
    }

form#informationRequest-form input#fields-newsletter-1 {
    margin: 0 8px 0 0;
}

form#informationRequest-form  .submit button,
form#homeOwnershipContact-form .submit button,
#mediaRegistration-form .submit button {
    padding: 16px 23px 12px;
    color: #424242;
    margin: 0;
    letter-spacing: 2px;
    line-height: 13px;
    border: 1px solid #b2a285;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    width: auto;
    background: transparent;
    margin: 40px 0 0 auto;
    width: auto;
    background: transparent;
}
form#informationRequest-form .submit button:hover, 
form#homeOwnershipContact-form .submit button:hover, 
#mediaRegistration-form .submit button:hover,
form#informationRequest-form .submit button:focus, 
form#homeOwnershipContact-form .submit button:focus, 
#mediaRegistration-form .submit button:focus{
    background: #b2a285;
    color: white;
}
form#informationRequest-form  .submit,
form#homeOwnershipContact-form .submit,
#mediaRegistration-form .submit {
    text-align: right;
}


@media only screen and (max-width:1024px){
	#planYourVisitRFP-form .field,
    form#informationRequest-form .field,
    form#informationRequest-form fieldset#fields-howDidYouHear-field {
	    width: 50%;
	}

	#planYourVisitRFP-form .tab > .field:nth-of-type(even),
    #planYourVisitRFP-form .sprout-address-country-fields .field:nth-of-type(even),
    #planYourVisitRFP-form div#fields-spaceNeeds-field,
    #planYourVisitRFP-form fieldset#fields-dateFlexibility-field,
    #planYourVisitRFP-form div#fields-address-administrativeAreaCode-field,
    form#informationRequest-form .field:nth-of-type(even),
    form#informationRequest-form div#fields-address1-address2-field,
    form#informationRequest-form div#fields-address1-administrativeAreaCode-field  {
	    padding: 0 0 0 15px;
	}

	#planYourVisitRFP-form .tab > .field:nth-of-type(odd),
    #planYourVisitRFP-form div#fields-diningNeeds-field,
    #planYourVisitRFP-form div#fields-agendaDetails-field,
    #planYourVisitRFP-form .field,
    #planYourVisitRFP-form div#fields-address-postalcode-field,
    form#informationRequest-form .field:nth-of-type(odd),
    form#informationRequest-form div#fields-address1-address1-field,
    form#informationRequest-form div#fields-address1-locality-field,
    form#informationRequest-form div#fields-address1-postalcode-field{
	    padding: 0 15px 0 0;
	}

    form#informationRequest-form select#fields-phone-country {
        width: 100px;
    }


    form#informationRequest-form fieldset#fields-howDidYouHear-field label, 
    form#informationRequest-form fieldset#fields-documentRequests-field label,
    form#informationRequest-form div#fields-newsletter label {
        font-size: 16px;
    }

    form#homeOwnershipContact-form .field.lastName-field,
    form#homeOwnershipContact-form .field.address-address2-field,
    form#homeOwnershipContact-form .field.address-administrativeareacode-field{
        padding: 0 0 0 15px;
    }
    form#homeOwnershipContact-form .field.firstName-field,
    form#homeOwnershipContact-form .field.address-address1-field,
    form#homeOwnershipContact-form .field.address-locality-field {
        padding: 0 15px 0 0;
    }
    form#homeOwnershipContact-form .field.address-postalcode-field{
        padding:0 0 0 20px;
    }


}
@media only screen and (max-width:980px){
    form#informationRequest-form fieldset#fields-documentRequests-field,
    form#informationRequest-form fieldset#fields-howDidYouHear-field {
        width: 100%;
        padding: 0;
        display: block;
    }
}
@media only screen and (max-width:650px){
	#planYourVisitRFP-form .field,
	#planYourVisitRFP-form .tab > .field:nth-of-type(even),
	#planYourVisitRFP-form .tab > .field:nth-of-type(odd),
    form#informationRequest-form .field,
    form#informationRequest-form .field:nth-of-type(even),
    form#informationRequest-form .field:nth-of-type(odd),
    form#informationRequest-form fieldset#fields-checkboxes1-field,
    form#informationRequest-form div#fields-address1-locality-field,
    form#informationRequest-form div#fields-address1-administrativeAreaCode-field,
    form#informationRequest-form div#fields-address1-postalcode-field,
    form#informationRequest-form div#fields-address1-address1-field,
    form#informationRequest-form div#fields-address1-address2-field,
    #mediaRegistration-form #fields-firstName-field,
	#mediaRegistration-form #fields-lastName-field,
	#mediaRegistration-form #fields-email-field,
	#mediaRegistration-form #fields-phone-field {
	    width: 100%;
	    padding:0;
	}
	#planYourVisitRFP-form .sprout-address-country-fields .field:nth-of-type(even),
	#planYourVisitRFP-form div#fields-diningNeeds-field,
	#planYourVisitRFP-form div#fields-agendaDetails-field,
	#planYourVisitRFP-form div#fields-spaceNeeds-field,
	#planYourVisitRFP-form fieldset#fields-dateFlexibility-field{
		padding:0;
	}
	#planYourVisitRFP-form div#fields-address-address1-field, 
	#planYourVisitRFP-form div#fields-address-address2-field, 
	#planYourVisitRFP-form div#fields-address-administrativeAreaCode-field, 
	#planYourVisitRFP-form div#fields-address-postalcode-field {
	    width: 100%;
	    padding: 0;
	}
    form#homeOwnershipContact-form .field.email-field,
    form#homeOwnershipContact-form .field.address-field,
    form#homeOwnershipContact-form .field.address-administrativeareacode-field,
    form#homeOwnershipContact-form .field.address-postalcode-field,
    form#homeOwnershipContact-form .field,
    form#homeOwnershipContact-form .field.firstName-field, 
    form#homeOwnershipContact-form .field.address-address1-field, 
    form#homeOwnershipContact-form .field.address-locality-field,
    form#homeOwnershipContact-form .field.lastName-field, 
    form#homeOwnershipContact-form .field.address-address2-field, 
    form#homeOwnershipContact-form .field.address-administrativeareacode-field {
        width:100%;
        padding:0;
    }
}









/*-- freeform styles --*/
form  .freeform-row .freeform-column .freeform-input[type=radio] {
    width: 27px;
}

form  .freeform-row .freeform-column .freeform-input[type=checkbox] {
    width: 22px;
}

form .freeform-row .freeform-column .freeform-input[type=radio],
form .freeform-row .freeform-column .freeform-input[type=checkbox]{
    margin: 0 8px 0 0;
}

form .freeform-row .freeform-column .input-group-one-line label,
form .freeform-row .freeform-column .freeform-input-only-label,
form .freeform-row .freeform-column .freeform-label.checkbox-group ~ label,
form .freeform-row .freeform-column .freeform-label.radio-group ~ label{
    font-family: "Sorts Mill Goudy";
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    color: black;
    position: relative;
    height: 27px;
    margin: 15px 50px 0 0;
}
form .freeform-row .freeform-column .input-group-one-line label {
    padding: 0;
}
form .freeform-row .freeform-column [for='form-input-howDidYouHear']{
    margin:0 0 15px;
}
form  .freeform-row .freeform-column [for='form-input-howDidYouHear'] + .input-group-one-line > label {
    width: 50%;
    margin: 0 0 10px;
}
form .freeform-row .freeform-column [for='form-input-howDidYouHear'] + .input-group-one-line{
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
}
form .freeform-row .freeform-column .input-group-one-line label, 
form .freeform-row .freeform-column .freeform-input-only-label {
    margin: 0 0 0 0;
    padding: 0 30px 0px 0;
}

form .freeform-row .freeform-column .radio-group + .input-group-one-line label {
    width: 50%;
    margin: 14px 0 0 0;
}
form .freeform-row .freeform-column .checkbox-group + .input-group-one-line{
    margin:15px 0 0;
}
form .freeform-row .freeform-column .radio-group + .input-group-one-line .radio {
    margin: -15px 5px 0 0;
}
form .freeform-row .fof-block{
    margin:0 0 30px;
}
form .freeform-row .fof-block p{
        display: block;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #8e8e8e;
        color: #777676;
    font-weight: 700;
    margin: 0px 0 0px 0;
}
form .freeform-row .fof-block a{
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 1px;
    display: inline-block;
    margin: 12px 0 0 0;
    border: 1px solid;
    padding: 8px;
}

form .freeform-row button[type="submit"] {
    padding: 16px 23px 12px;
    color: #424242;
    margin: 0;
    letter-spacing: 2px;
    line-height: 13px;
    border: 1px solid #b2a285;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Sorts Mill Goudy', serif;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    height:43px;
    background-color:transparent;
}
form .freeform-row button[type="submit"]:hover,
form .freeform-row button[type="submit"]:focus{
    background-color:#b2a285;
    color:white;
}
form .freeform-row .freeform-column .freeform-label.freeform-required:after {
    font-family: "Arial";
    font-size: 129%;
    font-weight: 400;
    color: inherit;
    margin-left: 2px;
}
form.plan-stay .g-recaptcha > div,
form.home-ownership .g-recaptcha > div,
form.media-register .g-recaptcha > div {
    margin: 0 0 0 auto;
}
form .freeform-row .freeform-column .likert-scale.radio-group + .input-group-one-line label{
    position: relative;
    width: 20%;
    display: inline-block;
    float: left;
    padding: 10px;
    min-height: 50px;
    text-align: center;
}
form .freeform-row .freeform-column .likert-scale.radio-group + .input-group-one-line label:after{
    content: "";
    border-bottom: 1px solid #e4e4e4;
    position: absolute;
    height: 1px;
    left: 0%;
    display: block;
    top: 32px;
    margin: 0px;
    right: 0;
    width: 100%;
    z-index: 0;
}
form .freeform-row .freeform-column .likert-scale.radio-group + .input-group-one-line label:first-of-type:after{
    width: 50%;
    left: 50%;
}
form .freeform-row .freeform-column .likert-scale.radio-group + .input-group-one-line label:nth-of-type(5):after{
    width: 50%;
}
form .freeform-row .freeform-column .likert-scale.na.radio-group + .input-group-one-line label:last-of-type:after{
    display:none;
}
form .freeform-row .freeform-column .likert-scale.na.radio-group + .input-group-one-line label{
    width: 16.666%;
}

form .freeform-row .freeform-column .likert-scale.radio-group + .input-group-one-line input[type='radio']{
    display: block;
    margin: 0 auto 12px;
    float: none;
    cursor: pointer;
    z-index: 1;
}

form .freeform-row .freeform-column .radio-group.likert-scale + .input-group-one-line .radio{
    margin: 0 auto 12px;
}
form .freeform-row .freeform-column label.centered span{
    display: inline-block;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 15px;
    background: #f4f3ef;
}
form .freeform-row .freeform-column label.centered{
    line-height: 1.35;
    text-align: center;
    position: relative;
    margin: 30px 0 10px;
}
form .freeform-row .freeform-column label.centered:after{
    content: "";
    position: absolute;
    height: 0px;
    border-bottom: 1px solid #b2a285;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 0;
    right: 0;
}
form .freeform-row .freeform-column .freeform-label.centered.freeform-required span:after {
    content: "*";
    font-family: "Arial";
    font-size: 129%;
    font-weight: 400;
    color: inherit;
    margin-left: 2px;
    margin-left: 5px;
}
form .freeform-row .freeform-column label.centered.likert-scale{
    margin: 0 0 0px;
}
@media only screen and (max-width:850px){
    form .freeform-row .freeform-column {
        display: block;
        flex: none;
        width: calc(100% - 30px);
        margin: 0;
    }

    form .freeform-row {
        display: block;
        margin: 0;
    }


}
 @media only screen and (max-width:767px){
        
        .form .freeform-row .freeform-column .radio-group.likert-scale + .input-group-one-line label {
            padding: 5px;
        }
        form .freeform-row .freeform-column .likert-scale.radio-group + .input-group-one-line label:after{
            top:27px;
        }
        form .freeform-row .freeform-column label.centered span {
            padding: 0 10px;
        }
    }

    @media only screen and (max-width:580px){
        .likert-scale div.radio_button div {
            font-size: 15px;
            line-height: 20px;
        }
        form .freeform-row .freeform-column .radio-group.likert-scale + .input-group-one-line label {
            padding: 2px;
        }
        form .freeform-row .freeform-column .likert-scale.radio-group + .input-group-one-line label:after{
            top: 24px;
        }
        form .freeform-row .freeform-column label.centered span{
            padding: 0 5px;
            max-width: 80%;
        }
    }