/*
Theme Name: Mammen
Theme URI: http://adlava.com
Author: adlava
Author URI: http://adlava.com
Description: Adlava Mammen Theme
Version: 1.1.0
Text Domain: mammen
Tags: adlava-dev-squad

# Aftermath Stylesheet
	- Let's try to keep this stylesheet for additional features outside the scope of the originally converted prototype.


Mammen is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# First New Feature
# Second New Feature
	## A Sub-Item of the Second New Feature
	## Another Sub-Item of the Second New Feature
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# First New Feature
--------------------------------------------------------------*/
/*.some-code-here {
	yeah: here;
}*/


/**
 * 8.0 - Alignments
 */
.page-id-835 .card-wrap.bottom-margin a {
    cursor: unset;
}
.three-buttons.back-link{
    margin-left: 3% !important;
    margin-top: 2%;
}
.card-secondary-btn.w-button.pad-more{
    padding: 25px 0px !important;
}

#tab-pane-promotions{
    float: left;
}
 .m-list-promotions-cont-desktop .card-title-block {
    position: relative;
    display: block;
    min-height: 300px;
    padding: 25px;
    background-color: #f8f8f8;
    text-align: left;
}
.hide-more{
    display: none;
}
.bottom-margin {
    margin-bottom: 40px;
}

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/* Gallery Alignments */
.w-col.w-col-6:nth-child(2n){
	clear: right;
}
.w-col.w-col-6:nth-child(2n + 1){
	clear: left;
}


.w-col.w-col-4:nth-child(3n){
	clear: right;
}
/*.w-col.w-col-4:nth-child(3n + 1){
	clear: left;
}*/
/* Gallery Alignments */


/* current page */
	.current-page{
		font-weight: bold;
	}
/* current page */

/*.nav-link{
	padding: 32px 10px !important;
}*/

.primary-btn-2.m-t-55 {
    margin-top: 55px;
    /*padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;*/
    padding: 12px 25px;
    margin-bottom: 30px !important;
}

.footer-wrap .slide-nav-arrow{
	opacity: 1;
}
/* top menu vertical align */
.header-top-outer-wrap{
    /*height: unset;*/
    height: 53px;
}

.header-top-links .header-top-block{
    padding-top: 6px;
    padding-bottom: 6px;
}
/* top menu vertical align */

.divider{
	margin-bottom: 30px;
}

.centered-overview-text .divider{
	margin-bottom: 0px;
}

.divider.centered{
	margin-left: auto;
	margin-right: auto;
}

.hero-row .slider-img-block{
	background-repeat: no-repeat;
	background-size: cover;
}
.gform_wrapper .gfield_required {
    display: none;
}
#gform_submit_button_1:hover, #gform_submit_button_4:hover{
	border-color: #030606 !important;
	background-color: #030606 !important;
}
.nav-link.book-now-btn.w-nav-link{
	background-color: #1a7f65;
}
._w-70.border-text.white{
	font-size : 1.2rem;
}
.page-id-860 .overview-content.text{
	height: unset;
}
.tab-pane .overview-content.text{
	display: inline-block;
	width: 93%;
}
.page-id-860 .section-wrap.gray .row.w-row{
	margin-bottom: 0;
}

.page-id-1307 .centered-overview-text .divider {
    margin-top: 15px;
}
.page-id-1307 .centered-overview-text {
    font-size: 2.3rem;
}
/*.partner-logo-img {
    width: 200px;
    height: auto;
}*/

/*.social-block {
    margin-right: 60px; 
    margin-left: 60px;
}*/

/*Css Form id=1*/
.page-id-729 .overview-content.form {
    padding-right: 8%;
}

.page-id-729 .overview-content {
    margin-left: 5%;
    padding: 20px 0% 5% 8%;
    background-color: #fff;
}
#gform_wrapper_1 ul li label{
	margin-bottom: 10px;
    font-family: Gotham, sans-serif;
    color: #030606;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: none;
}
#gform_wrapper_1 ul li label span.gfield_required{
	display: none;
}
#gform_wrapper_1{
	margin: 0px;
}
#gform_wrapper_1 ul li input, 
#gform_wrapper_1 ul li select,
#gform_wrapper_1 .ginput_container.ginput_container_textarea textarea
 {
	height: 48px;
    margin-bottom: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 8px 12px;
    display: block;
    width: 100%;

}
#gform_wrapper_1 ul li input:hover, 
#gform_wrapper_1 ul li select:hover,
#gform_wrapper_1 .ginput_container.ginput_container_textarea textarea:hover,
#gform_wrapper_1 ul li input:focus, 
#gform_wrapper_1 ul li select:focus{
	border-color: #333;
}

#gform_wrapper_1 ul li textarea{
	min-height: 100px;
    border: 3px solid #e6e6e6;
    width:100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 8px 12px;
}
#gform_wrapper_1 ul li #field_1_1{
	margin-top: 0;
}
/*#gform_wrapper_1 .gform_footer.top_label input{
	-webkit-appearance: button;
	display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}*/

#gform_wrapper_1 ul li input:focus, 
#gform_wrapper_1 ul li select:focus,
#gform_wrapper_1 ul li textarea:focus{
	border-color: #333;
    outline: 0;
}
/*Css Form id=4*/
.page-id-729 .overview-content.form {
    padding-right: 8%;
}

.page-id-729 .overview-content {
    margin-left: 5%;
    padding: 20px 0% 5% 8%;
    background-color: #fff;
}
#gform_wrapper_4 ul li label{
	margin-bottom: 12px;
    font-weight: 400;
    font-family: 'Gotham book', sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.3rem;
}
#gform_wrapper_4 ul li label span.gfield_required{
	display: none;
}
#gform_wrapper_4{
	margin: 0px;
}
#gform_wrapper_4 ul li input, 
#gform_wrapper_4 ul li select {
	height: 48px;
    margin-bottom: 0px;
    border: 3px solid #e6e6e6;
    width:100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 8px 12px;

}
#gform_wrapper_4 ul li textarea{
	min-height: 100px;
    border: 3px solid #e6e6e6;
    width:100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 8px 12px;
}
#gform_wrapper_4 ul li #field_1_1{
	margin-top: 0;
}
#gform_wrapper_4 .gform_footer.top_label input{
	-webkit-appearance: button;
	display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
#gform_wrapper_4 ul li input:focus, 
#gform_wrapper_4 ul li select:focus,
#gform_wrapper_4 ul li textarea:focus{
	border-color: #3898EC;
    outline: 0;
}
/*Css Form id=4*/

.slider-img-block{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('images/fairgrounds-map.png');
}
.tabs-menu {
    padding: 35px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.tab-link {
    width: 210px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    background-color: transparent;
    font-family: Gotham, sans-serif;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none !important;
}
.tabs {
    display: block;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
    background-color: #fff;
    box-shadow:none!important;
 }
 .tab-icon {
    /* height: 40px; */
    /*max-width: 30px;*/
    margin-bottom: 20px;
    color: #bd2a3c;
}
.tabs-menu {
    padding: 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.tab-content{
	box-shadow: none;
}
.page-id-653 .section-wrap.cta.bg-img.placeholder-img {
	background-position: 0px 0px, 50% 34%;
}
.page-id-653 .section-wrap.with-logo-bg{
	background-color: #1a7f65;
}
.page-id-653 .text-link{
	color:#e4a541;
}
.page-id-653 .text-link.with-icon:hover {
    margin-right: -15px;
}
/*Tabbed Home*/



/*2 col CTA*/
.component--2_col_cta{
	clear: both;
}

.component--2_col_cta .section-wrap{
	width: 50%;
}
.two-columns .text-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #757575;
    font-size: 1rem;
    list-style-type: none;
}
.item-text{
    background-image: url(images/list-item-line.svg);
    background-position: 0px 12px;
    background-size: auto 2px;
    background-repeat: no-repeat;
    float: left;
    padding-left: 30px
}
.url-extern{
    color: #757575;
    font-size: 1rem;
    list-style-type: none;
    text-transform: unset;
    font-weight: unset;
    letter-spacing: 1px;
}
.url-extern:hover {
    color: #ae2529;
}
.page-id-248 .tab-link.w--current {
    border-top-color: #66101f;
    border-bottom-color: #fff;
    background-color: #ae2529;
    opacity: 1;
    color: #fff;
    cursor: unset;
}
.page-id-304 strong{
    font-weight: 800;
}
#content .narrow-content h2{
    margin-top: 70px;
}

.hero-row .slider-img-block {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.page-id-251 .w-tab-content{
    overflow: unset !important;
}

.header-top-block .header-top-link.phone,
.header-top-block .header-top-link.address{
	color: hsla(0, 0%, 100%, .85) !important;
}


/*Question page*/
.page-id-4439 .desktop-view .section-wrap.gray{
    padding-top: 15%;
}
.page-id-4439 .tablet-view .section-wrap.gray{
    padding-top: 30%;
}
@media screen and (max-width: 1100px) and (orientation: landscape){
    .page-id-4439 .tablet-view .section-wrap.gray{
        padding-top: 20%;
    }
}
/*edits 21.01.2019*/
@media (max-width: 400px){
	.single-promotions .section-wrap.m-top-113 {
	    margin-top: 130px;
	    padding-top: 18%;
	}
}

@media (max-width: 767px){
	.single-promotions .section-wrap.m-top-113 {
	    margin-top: 110px;
	    padding-top: 17%;
	}
}
@media (max-width: 991px){
	.section-wrap.m-top-113 {
	    margin-top: 148px;
	    padding-top: 8%;
	    padding-bottom: 8%;
	}
}
@media (min-width: 991px) and (max-width: 1290px) {
	.section-wrap.m-top-113 {
	    margin-top: 195px;
	}
}

@media (max-width: 991px) {
	.component--2_col_cta .section-wrap{
		width: 100%;
	}
}
/*2 col CTA*/


/*card-secondary-btn*/
/*.card-secondary-btn{
	background-color: transparent;
	background-image: url("images/login_green.svg");
	background-position: 0px 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	padding: 8px 0px 8px 28px;
}

.card-secondary-btn:hover {
	background-image: url("images/login_black.svg");
	background-position: 0px 50%;
	background-size: 20px;
	background-repeat: no-repeat;
	color: #030606;
}*/
/*card-secondary-btn*/


.bottom-margin{
	margin-bottom: 30px;
}

/*Community Relations*/
.tabs-community .text-list-item .list-text-wrap::before,
.tabs-dining .text-list-item .list-text-wrap::before{
	background-image: none;
}

.tabs-community .w-tab-content .w-tab-link,
.tabs-dining .w-tab-content .w-tab-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 9px 30px;
	text-align: left;
	cursor: pointer;
	color: #222222;
}

.tabs-community .w-tab-content .inner-tab-link,
.tabs-dining .w-tab-content .inner-tab-link{
    background-color: transparent;
    font-size: 0.9rem;
    font-weight: 300;
}

.tabs-community .w-tab-content .inner-tab-link.w--current,
.tabs-dining .w-tab-content .inner-tab-link.w--current {
    background-color: hsla(0, 11%, 78%, 0);
    color: #3898ec;
    border-bottom: 0px;
}

.tabs-community .tab-link,
.tabs-dining .tab-link{
	width: 215px;
}
.header-top-links .header-top-block {
    padding-top: 6px;
    padding-bottom: 6px;
}

.phone-gaming:hover{
	color:#c8c8c8;
}

/*.logo {
    display: inline-block;
    margin-left: 1%;
    padding: 9px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    top:0px;
}*/

.logo {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 230px;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 20px;
    font-size: 1.5rem;
    font-weight: 500;
}

/*Miami Site*/

.text-list-item {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #757575;
    font-size: 1rem;
    list-style-type: none;
}

.primary-btn-2 img{
	display: none;
}

.primary-btn-2, .primary-btn-2 .btn-text{
	color: #ffffff;
}

.featured-promotions .dropdown-link.w-dropdown-link{
	cursor: pointer;
}

/*Spanish button*/
/*.header-top-link.spanish {
    padding: 8px 20px;
    background-color: #1a7f65;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Gotham, sans-serif;
    color: #fff;
    font-weight: 700;
}
.header-top-link.spanish:hover {
    background-color: transparent;
    color: #1a7f65;
}
.header-top-link.my-account { 
    padding: 8px 20px;
    background-color: #1a7f65;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Gotham, sans-serif;
    color: #fff;
    font-weight: 700;
}
.header-top-link.my-account:hover {
    background-color: transparent;
    color: #1a7f65;
}
.header-top-links .header-top-block {
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-top-block.ml-10 {
    margin-left: 8px;
}
@media (max-width: 991px){
	.header-top-link.spanish {
	    padding: 0px;
	    background-color: transparent;
	    color: #1a7f65;
	}
}
@media (max-width: 479px){
	.header-top-block {
	    display: inline-block;
	    margin: 3px 0px;
	    text-align: right;
	}
}
@media (max-width: 991px){
	.header-top-link.my-account {
	    padding: 0px;
	    background-color: transparent;
	    color: #1a7f65;
	}
}
@media (max-width: 767px){
	.header-top-outer-wrap {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
}*/

/*End of Spanish button*/

.div-pagination-winners{
	margin-right: 12%;
	text-align: center;
}

.div-pagination-winners .text-link{
	cursor: pointer;
}

.no-results{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

/*.single-post */h2{
	margin-top: 0px;
	margin-bottom: 35px;
	color: #ae2529;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
	letter-spacing: 0px;
}

/*.single-post */blockquote{
	margin: 0px 0px 35px 0px;
	border-left-width: 2px !important;
	border-left-color: #ae2529 !important;
	font-family: Futurastd, sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 600;
	padding: 10px 20px;
	border-left: 5px solid #E2E2E2;
}

/*.single-post */blockquote p{
	margin: 0px;
	padding: 0px;
}

/*.single-post */p img{
	margin-bottom: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	height: auto;
}
.page-id-252 .overview-list-item{
	padding-top: unset;
	padding-bottom: unset;
}
p:empty{
	display: none;
}
/*Form id=1*/
#gform_1 ul li label{
	margin-bottom: 12px;
    font-family: Futurastd, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
}
#gform_1 ul li input{
	height: 48px;
    margin-bottom: 0px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
}
#gform_1 ul li select{
	height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: rgba(51, 51, 51, .6);
}
#gform_1 ul li textarea{
	min-height: 100px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    height: auto;
}
#gform_1 ul li input:hover,
#gform_1 ul li select:hover,
#gform_1 ul li textarea:hover{
	border-color: #c4c4c4;
}
#gform_1 ul li input:focus,
#gform_1 ul li select:focus,
#gform_1 ul li div textarea:focus
{
	border-color: #ae2529 !important;
}
#gform_1 input[type=submit]{
	display: inline-block;
    padding: 9px 15px;
    background-color: #ae2529;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.content-wrapper .overview-list a{
	color: #333;
	text-transform: unset;
}
.content-wrapper .overview-list a:hover{
    color: #ae2529;
}
.page-id-268 .content-wrapper .overview-list a{
    color: #ae2529;
    text-transform: uppercase;
}
.page-id-268 .content-wrapper .overview-list a:hover{
    color: #333;
}


.section-wrap .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 20px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.content-wrapper.v-center.narrow {
    /*width: unset;*/
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}
.section-wrap .w-slider-nav{
    text-align: right;
}

.inner-tab-link.w--current,
.inner-tab-link:hover {
    border-bottom-color: #ae2529 !important;
    background-color: hsla(0, 11%, 78%, 0) !important;
    color: #ae2529 !important;
    border-bottom: 2px solid !important;
}

.inner-tab-link{
	font-size: 0.9rem;
	font-weight: 300;
}
.overview-content.text {
    padding-top: 5%;
    padding-right: 5%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
}
.overview-list-item a{
    font-family: 'Futurastd book', sans-serif;
}
.social-icons a{
    font-family: 'Futurastd book', sans-serif;
    color: #333;
    font-size: 1rem;
    font-weight: unset;
    text-decoration: none;
    text-transform: unset; 
}
.page-id-289 .text-list-item {
    padding-top: 0;
    padding-bottom: 30px;
    color: #757575;
    font-size: 1rem;
    list-style-type: none;
}

h2.original{
	color: #ae2529 !important;
}

.back-link{
	background-size: 13px 13px;
}

.list-text-wrap{
	background-size: 20px 2px;
}

.w-slider-dot{
	margin-top: 5px;
}

_:-ms-fullscreen, :root .social-icons a{
	text-transform: lowercase;
}

#gform_submit_button_1{
	padding: 12px 25px;
	border-radius: 3px;
	background-color: #ae2529;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: Futurastd, sans-serif;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.racing-list .w-col.w-col-6:nth-child(2n+1) {
    clear: none;
}
p:empty{
    display: none;
}


/* Start RFP Form */
#gform_2 .gfield_label{
    font-family: Futurastd, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

#gform_2 input[type=text]::-webkit-input-placeholder,
#gform_2 select::-webkit-input-placeholder,
#gform_2 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
    opacity: 1;
}
#gform_2 input[type=text]::-moz-placeholder,
#gform_2 select::-moz-placeholder,
#gform_2 textarea::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    opacity: 1;
}
#gform_2 input[type=text]:-ms-input-placeholder,
#gform_2 select:-ms-input-placeholder,
#gform_2 textarea:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    opacity: 1;
}
#gform_2 input[type=text]:-moz-placeholder,
#gform_2 select:-moz-placeholder,
#gform_2 textarea:-moz-placeholder { /* Firefox 18- */
    color: #999;
    opacity: 1;
}

#gform_2 input[type=text], #gform_2 select {
    height: 48px;
    margin-bottom: 0px;
    border: 1px solid #e6e6e6;
        border-top-color: rgb(230, 230, 230);
        border-right-color: rgb(230, 230, 230);
        border-bottom-color: rgb(230, 230, 230);
        border-left-color: rgb(230, 230, 230);
    border-radius: 3px;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
}

#gform_2 textarea{
    min-height: 150px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    transition: border-color 200ms ease;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
}

#input_2_12 label, #input_2_17 label, #input_2_31 label, #input_2_34 label{
    color: #757575;
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: 400;
    cursor: pointer;
}

#gform_submit_button_2{
    -webkit-appearance: none;
    padding: 12px 25px;
    border-radius: 3px;
    background-color: #ae2529;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Futurastd, sans-serif;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    width: auto;
}

#gform_submit_button_2:hover{
    border-color: #292929;
    background-color: #292929;
    color: #fff;
}

#gform_2 .gform_footer{
    margin-top: 0px;
    padding-top: 0px;
}

#field_2_40{
    padding: 0px;
}

#gf_2{
    display: none;
}

#field_2_22 p, #field_2_26 p{
    font-family: Futurastd, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    margin-top: 16px;
}

#gform_drag_drop_area_2_37{
    position: relative;
    height: 0px;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
}

#gform_2 .hr, #field_2_11 .hr, #field_2_14 .hr, #field_2_21 .hr, #field_2_30 .hr, #field_2_39 .hr, #field_2_38 .hr{
    margin: 40px 0px;
}
.benefit-chart-wrap {
    position: relative;
    height: 800px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(images/example-bg.png);
    background-image: unset;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 125px;
}

.div-play-btn {
    display: block;
    width: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.story-gallery-lightbox-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    /*background-color: rgba(0, 0, 0, .4);*/
}

.story-gallery-lightbox-overlay-content {
    /*position: relative;
    top: 50%;*/
    position: absolute;
    right: 35%;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.5px;
}
.mm-lower-bar {
    width: 100%;
    margin-top: 5px;
    padding: 5px 30px;
    background-color: #4f4f4f;
    color: #fff;
}
/*.heading-large.title {
    color: #fff;
    font-size: 3.5rem;
    line-height: 4.5rem;
    letter-spacing: 0px;
}*/
.color-fill-hero {
    position: relative;
    height: 600px;
    background-color: #ae2529;
    background-image: -webkit-linear-gradient(270deg, #ae2529, #660f10);
    background-image: linear-gradient(180deg, #ae2529, #660f10);
}
.page-id-393 .section-wrap {
    padding-top: 1%;
    padding-right: 0px;
    padding-bottom: 2px;
    background-color: #fff;
}
.page-id-393 #content .narrow-content h2 {
    margin-top: 25px;
}
.page-id-393 #content-p{
    margin-bottom: 75px;
}
.height-fixed {
    height: 20px !important;
}
.TA_certificateOfExcellence.div-footer-img.w-inline-block{
    margin-top: -20px;
}
div.nav-link.w-inline-block div{
    color: #fff;
}
.page-template-page-gregg-blog .full-hero-wrap {
    position: relative;
    height: 250px;
    margin-top: 126px;
}
.heading-large {
    font-family: Futurastd, sans-serif;
    color: #fff;
    font-size: 4rem;
    line-height: 3.7rem;
    font-weight: 700;
    letter-spacing: -1px;
}
.dropdown-filter-toggle {
    width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}
.page-template-page-thankyou .primary-btn-2.m-t-55{
	margin-top: 15px;
}
.single-post .heading-large.title {
    color: #fff;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0px;
}


.w-25 a{
    display: block;
    width: 25%;
    float: left;
}

.w-25{
    display: inline-block;
    width: 100%;
}
.hero-wrap {
    position: relative;
    margin-top: 123px;
}
.logo {
    top: 0px;
    width: 170px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.nav-link {
    padding: 30px 15px;
    font-family: Futurastd, sans-serif;
    color: #333;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
}
/*Hamburger Menu*/
div.nav-link.w-inline-block div{
    color: #333;
}
/*.header-top-link{
    color: #333;
}*/
@media (max-width: 991px) {
    /*.dropdown-toggle.w-dropdown-toggle a.nav-link.w-inline-block div,
    .nav-menu.w-nav-menu.w--nav-menu-open a{
        color:#fff !important;
    }*/
}
@media (max-width: 991px){
    .main-wrap .nav-menu {
        z-index: 3000;
        height: 100vh;
        padding-top: 8px;
        padding-right: 0px;
        background-color: #fff !important;
        background-image: unset !important;
        background-image: unset !important;
        color: #fff;
    }
}
@media (max-width: 991px){
    .header-top-block  .header-top-link{
        color:#333 !important;
    }
    .nav-dropdown-link {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom-style: none;
        color: rgba(0, 0, 0, .8);
        background-color: #f8f8f8 !important;
        border: 1px solid #e7e7e7 !important;
    }
    .nav-link-dropdown .nav-link.w-nav-link:hover {
        background-color: #e6e6e6 !important;
        color: #ae2529 !important;
    }
    div.nav-link.w-inline-block div:hover {
        color: #ae2529;
    }
}

/*End of Hamburger Menu*/
@media (max-width: 1132px) and (min-width: 991px) {
    .hero-wrap {
        position: relative;
        margin-top: 122px;
    }
}
@media (max-width: 768px) and (orientation:landscape) {
    .story-gallery-lightbox-overlay-content {
        /*position: relative;
        top: 50%;*/
        position: absolute;
        right: 40%;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        color: #fff;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 768px) {
	.dropdown-filter-toggle {
	    width: 140px;
	    padding-top: 12px;
	    padding-bottom: 12px;
	    border: 1px solid #f1f1f1;
	    background-color: #fff;
	    padding-left: 5px;
	}
	/*.hero-row {
	    height: 600px;
	}*/
	.w-icon-dropdown-toggle {
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    margin-right: 0px;
	    width: 1em;
	    height: 1em;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.dropdown-filter-toggle {
	    width: 170px;
	    padding-top: 12px;
	    padding-bottom: 12px;
	    border: 1px solid #f1f1f1;
	    background-color: #fff;
	}
	/*.hero-row {
	    height: 600px;
	}*/
}

@media (min-width: 992px) and (max-width: 1233px){
    .nav-link {
        padding: 27px 10px;
        font-family: Futurastd, sans-serif;
        color: #333;
        font-size: 0.8rem;
        line-height: 1rem;
        font-weight: 400;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        cursor: pointer;
    }
}
@media (max-width: 767px){
    .benefit-chart-wrap {
        height: auto;
    }
    .page-template-page-gregg-blog .full-hero-wrap {
        position: relative;
        height: 250px;
        margin-top: 100px;
    }
    .page-id-63 .medium-heading{
	    margin-bottom: 20px;
	    font-size: 1.5rem;
	    line-height: 2rem;
	}
}
#field_1_5{
    display: none;
}
.section-wrap.cta.bg-img.example {
    background-position: 0px 0px, 92% 50% !important;
    background-size: cover !important;
}

@media (min-width: 768px) and (max-width: 1200px){
	.page-id-63 .medium-heading{
	    margin-bottom: 20px;
	    font-size: 1.8rem;
	    line-height: 2rem;
	}
}
/*@media (min-width: 992px) and (max-width: 1232px){
    .hero-wrap{
        margin-top: 240px;
    }
}*/

@media (min-width: 1133px) and (max-width: 991px){
    .hero-wrap{
        /*margin-top: 193px;*/ /* custom change */
        margin-top: 124px;
    }
}
@media (max-width: 991px){
    .desktop-menu {
        display: none;
    }
}
@media (max-width: 1461px){
    .tablet-menu {
        display: block;
    }
}

@media (min-width: 768px){
    #field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_2_5,
    #field_2_7, #field_2_8, #field_2_9, #field_2_10,
    #field_2_12, #field_2_13,
    #field_2_32, #field_2_33,
    #field_2_35, #field_2_36{
        max-width: 50%;
        display: inline-block;
        width: 50%;
        padding-right: 0px;
        vertical-align: top;
    }

    #field_2_1, #field_2_3, #field_2_5,
    #field_2_7, #field_2_9,
    #field_2_12,
    #field_2_32,
    #field_2_35{
        padding-right: 16px;
    }

    #field_2_7, #field_2_8{
        margin-top: 0px;
    }

    #field_2_6, #field_2_11, #field_2_14, #field_2_21, #field_2_30, #field_2_39, #field_2_38{
        padding-right: 0px;
    }

    #input_2_12{
        max-width: 100%;
    }

    #field_2_15, #field_2_16, #field_2_17, #field_2_18, #field_2_19, #field_2_20{
        max-width: 33.33%;
        display: inline-block;
        width: 33.33%;
        padding-right: 0px;
        vertical-align: top;
    }

    #field_2_15, #field_2_16, #field_2_18, #field_2_19{
        padding-right: 16px;
    }

    .gchoice_2_17_0, .gchoice_2_17_1{
        width: auto;
        float: left;
        display: inline-block;
    }

    .gchoice_2_17_0{
        margin-right: 20px !important;
    }

    #field_2_22, #field_2_23, #field_2_24, #field_2_25,
    #field_2_26, #field_2_27, #field_2_28, #field_2_29{
        max-width: 25%;
        display: inline-block;
        width: 25%;
        padding-right: 0px;
        vertical-align: top;
    }

    #field_2_22, #field_2_23, #field_2_24,
    #field_2_26, #field_2_27, #field_2_28{
        padding-right: 16px;
    }

    #input_2_31 li{
        max-width: 50%;
        display: inline-block;
        width: 50%;
        padding-right: 0px;
        vertical-align: top;
    }

    #input_2_34 li{
        max-width: 33.33%;
        display: inline-block;
        width: 33.33%;
        padding-right: 0px;
        vertical-align: top;
    }
}

/* Stop RFP Form */


@media only screen and (max-width: 1450px) and (min-width: 991px){
	.heading-large {
	    font-size: 2.5rem;
	    line-height: 2.7rem;
	}

}
@media only screen and (max-width: 1200px) and (min-width: 991px){
    .page-details {
        color: #fff;
        font-size: 0.9rem;
        font-weight: 300;
        padding: 10px;
    }
}

/*Tabbed Home*/
@media (max-width: 1024px){
	.tabbed-home .tabs-menu.w-tab-menu,
	.tabbed-home .tab-content.w-tab-content{
	    float: left;
	    width: 100%;
	}

	.tabbed-home .tab-link.w-inline-block.w-tab-link{
		float: left;
	}
}
@media (min-width: 400px) and (max-width: 1100px){
    .page-id-263 .slider-img-block,/*Community page*/
    .page-id-273 .slider-img-block,/*Lucky Buckye*/
    .page-id-261 .slider-img-block{/*Careers page*/
        /*height: 145%;*/
        /*background-position: unset;*/
        background-position-y: unset;
    }
}
@media (min-width: 400px) and (max-width: 1100px) and (orientation: landscape){
    .page-id-263 .slider-img-block,/*Community page*/
    .page-id-273 .slider-img-block,/*Lucky Buckye*/
    .page-id-261 .slider-img-block{/*Careers page*/
        /*height: 145%;*/
        /*background-position: unset;*/
        background-position-y: 0;
    }
}
@media (max-width: 991px){
	.dropdown-list.w--open {
	    margin-bottom: 15px;
	    border-style: none;
	    background-color: #f8f8f8;
	}
	.nav-link {
	    display: block;
	    padding: 20px;
	}

	.tabs {
    	max-width: 90%;
	}

	.tab-icon {
	    height: 30px;
	    max-width: 60px;
	}

	.full-hero-wrap {
	    margin-top: 151px;
	}

	/*.hero-slider {
	    height: 1200px;
	}*/
	.hero-slider {
	    height: 800px;
	}
}


@media screen and (max-width: 991px) {
	.social-block {
	    margin-right: 25px; 
	    margin-left: 25px;
	}
	/*.hero-row {
	    height: 600px;
	}*/
}

/*tablet nav menu*/
/*@media screen and (max-width: 1133px) {*/ /* custom change */
@media screen and (max-width: 991px){
	.w-nav[data-collapse="medium"] .w-nav-button {
	    display: block;
	}
}
/*@media screen and (max-width: 1133px){*/ /* custom change */
@media screen and (max-width: 991px){
	.w-nav[data-collapse="medium"] .w-nav-menu {
	    display: none;
	}
}

@media screen and (max-width: 991px) {
	.w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
	    display: block;
	}
}
@media screen and (max-width: 991px) {
	.w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
	    display: block;
	}
}
@media screen and (max-width: 991px) {
	.w-nav[data-collapse="medium"] .w-dropdown-list {
	    position: static;
	}
}
@media (max-width: 991px) {
	/*.dropdown-toggle.w-dropdown-toggle a.nav-link.w-inline-block div,
	.nav-menu.w-nav-menu.w--nav-menu-open a{
		color:#fff;
	}*/
	.w-nav-overlay{
		color:#fff;
	}
	.nav-menu {
	    z-index: 3000;
	    height: 100vh;
	    padding-top: 8px;
	    padding-right: 0px;
	    background-color: #a1a1a1;
	    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	    color: #fff;
	}

	.nav-link{
		padding: 12px 10px !important;
	}

	.div-sarella-selections{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 991px) {
	.nav-dropdown-link {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    border-bottom-style: none;
	    background-color: #c8c8c8;
	    color: rgba(0, 0, 0, .8);
	}
}
@media screen and (max-width: 991px){
	.w-nav[data-collapse="medium"] .w-dropdown-list {
	    position: static;
	}
}
@media (max-width: 991px){
	/*.nav-link:hover {
	    border-bottom-color: #e2a50e;
	    color: #e2a50e;
	}*/
    .menu-button.w--open {
        background-color: #333;
    }
}

@media (min-width:768px) and (max-width: 991px){
	/*.nav-dropdown-link {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    border-bottom-style: none;
	    background-color: #0d4e64;
	    color: rgba(0, 0, 0, .8);
	}*/
	
	.w-nav-button {
	    position: relative;
	    float: right;
	    padding: 15px;
	    font-size: 40px;
	}	
}

@media screen and (max-width: 768px) {
	.col.height-100.w-col.w-col-5.w-col-stack{
		/*margin-bottom: 30px;*/
	}
}

@media (max-width: 767px){
	.header-top-links {
	    margin-top: 0px;
	    padding-top: 0px;
	    padding-bottom: 0px;
	    text-align: right; 
	}
}
@media (max-width: 767px){
	.header-top-block.last {
	    margin-right: 0px;
	}
}


@media screen and (max-width: 767px){
	.w-nav-button {
	    position: relative;
	    float: right;
	    padding: 10px;
	    font-size: 33px;
	}

	/*.tab-link {
		width: 100% !important;
		padding-top: 10px;
		padding-bottom: 10px !important;
		text-align: left !important;
		height: auto !important;
	}*/

	.tab-link div{
		line-height: 20px;
	}

	/*.tab-icon {
	    display: block !important;
	    width: 20px !important;
	    margin-right: 15px !important;
	    margin-bottom: 0px !important;
	    padding-top: 2px !important;
	    float: left !important;
	}*/

	.tab-icon {
	    height: 25px;
	    margin-bottom: 9px;
	}
}


@media (max-width: 767px){
	.nav-link {
	    display: block;
	    margin-left: 0px;
	    padding: 10px 20px;
	}

	.social-icons .social-block{
		width: 100%;
	}

	.hero-slide-nav{
		display: none;
	}

	.hero-wrap {
    	margin-top: 120px;
	}

	.tabs-menu {
	    padding-right: 0px;
	    padding-left: 0px;
	}
}


@media (max-width: 767px){
	.tabs-community .w-tab-content .inner-tab-link,
	.tabs-dining .w-tab-content .inner-tab-link {
	    display: block;
	    padding: 15px 10px;
	    text-align: center;
	}

	/*.logo.w-nav-brand{
		padding-top: 28px;
	}*/

	#calendar{
		margin: 40px -10px !important;
    	padding: 0px !important;
	}

	.fc-basic-view .fc-body .fc-row {
    	min-height: 5em !important;
	}

	.tab-link {
	    width: 25%;
	    padding-top: 25px;
	    padding-bottom: 20px;
	    font-size: 0.75rem;
	    text-align: center;
	}

	.tab-link._w-50 {
	    width: 49%;
	}

	.tab-link._w-49 {
	    width: 48%;
	}

	._w-1-c{
		width: 100%;
	}

	._w-2-c{
		width: 50%;
	}

	._w-3-c{
		width: 33.33%;
	}

	._w-4-c{
		width: 25%;
	}

	._w-5-c{
		width: 20%;
	}

	.text-list-item {
	    display: block;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    clear: both;
	}

	.overview-content.text{
		display: inline-block;
	}

	.full-hero-wrap {
	    height: 150px;
	    margin-top: 110px;
	}

	.hero-slider {
	    height: 540px;
	}
}

@media (max-width: 479px){
	.tabbed-home .primary-btn-2 {
    	width: 100%;
    	text-align: center;
	}

	.col.height-100.w-col.w-col-5.w-col-stack {
    	margin-bottom: 0px;
	}

	.tab-link {
	    display: inline-block;
	    padding-top: 20px;
	    padding-bottom: 15px;
	    font-size: 0.65rem;
	}

	.tabs-menu{
		padding: 0px !important;
	}

	.hero-row .col.height-100.new-height{
		height: calc(100% + 55px);
	}

	.full-hero-wrap {
	    margin-top: 90px;
	}

	.content-wrapper.v-center.narrow {
	    padding-right: 10px;
	    padding-left: 10px;
	}

	.heading-large {
	    margin-bottom: 10px;
	    font-size: 1.8rem;
	    line-height: 2.3rem;
	    margin-top: 10px;
	}
}
@media (max-width: 350px){
    .dropdown-filter-toggle {
        width: 130px;
        padding-top: 12px;
        padding-bottom: 12px;
        border: 1px solid #f1f1f1;
        background-color: #fff;
    }
    /*.w-icon-dropdown-toggle {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        margin-right: 10px;
        width: 1em;
        height: 1em;
    }*/
}
@media (max-width: 479px) {
	.header-top-block {
	    display: inline-block;
	    margin: 3px 0px;
	    text-align: right;
        color:#333 !important;
	}
}

@media (max-width: 479px){
	.header-top-link {
	    display: inline-block;
	    text-align: left;
	}
}

@media (max-width: 479px){
	.nav-link {
	    margin-left: 0px;
	}

	.tab-icon {
	    height: 24px;
	    margin-bottom: 7px;
	}

	.tab-link div {
    	line-height: 0.87rem;
	}

	.hero-slider {
	    height: 600px;
	}

	.header-bottom-outer-wrap {
	    float: left;
	    width: 100%;
	}

	.logo {
	    width: 150px;
	    margin-left: 0%;
	    padding: 4px 10px;
	    float: left;
	}
	.social-block {
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 30px;
	    margin-left: 0px;
	}

	#gform_1 input[type=submit]{
		width: auto;
	}
}

@media (min-width:300px) and (max-width: 991px){
	.nav-link.book-now-btn {
	    display: none !important;
	    padding: 27px 20px 19px;
	    float: right;
	}
}
@media screen and (max-width: 767px){
    .w-nav-button {
        position: relative;
        float: right;
        padding: 13px;
        font-size: 37px;
        margin-top: -4px;
    }
}
@media (max-width: 991px){
    .heading-large {
        font-family: Futurastd, sans-serif;
        color: #fff;
        font-size: 3rem;
        line-height: 3.7rem;
        font-weight: 700;
        letter-spacing: -1px;
    }
}
@media (max-width: 768px){
    .logo {
        top: 0px;
        width: 170px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .heading-large {
        font-family: Futurastd, sans-serif;
        color: #fff;
        font-size: 2rem;
        line-height: 2.7rem;
        font-weight: 700;
        letter-spacing: -1px;
    }
}
@media (max-width: 400px){
    .heading-large {
        font-family: Futurastd, sans-serif;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.7rem;
        font-weight: 700;
        letter-spacing: -1px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .w-nav-button {
        position: relative;
        float: right;
        padding: 15px;
        font-size: 40px;
    }
    .logo {
        top: 3px;
        width: 170px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .tab-link {
        width: 165px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
        background-color: transparent;
        font-family: Gotham, sans-serif;
        color: #fff;
        font-size: 0.8rem;
        font-weight: 500;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;

    }        
}
@media (max-width: 991px){
    .overview-content.text.left {
        margin-right: 0%;
        padding-right: 5%;
        padding-left: 5%;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 250px) and (max-width: 650px) {
    .hero-row {
        height: 400px;
    }
    .hero-slider {
        height: 800px;
    }
}
@media screen and (min-width: 651px) and (max-width: 991px) {
    .hero-row {
        height: 600px;
    }
    .hero-slider {
        height: 1200px;
    }
}
.nav-link {
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
}
@media screen and (min-width:991px) and (max-width: 1100px){
    .nav-link {
        font-size: 0.6rem;
        line-height: 1rem;
        font-weight: 400;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        cursor: pointer;
    }
}