
/********************************************
Tag Resets
********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, img, section {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
ELEMENTS
********************************************/

body {
	font-family: "droid-sans", Arial, sans-serif;
	background: #232a32;
	color: #ffffff;
	font-size: 16px;
}
a:hover, a:active, a:focus, object, embed {
	outline: 0;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: transparent;
	outline: 0;
}
hr {
	border: 0;
	border-bottom: 1px solid #aaaaaa;
	height: 1em;
	line-height: 1em;
	margin: 0 0 3em 0;
	padding: 0;
}
a {
	color: #E4FEFF;
}
a[href^="tel"] {
	color: #E4FEFF;
}
hr {
	border: 0;
	border-top: 1px solid #26546C;
	border-bottom: 1px solid #4694BD;
	height: 0;
	line-height: 0;
	margin: 0 0 2.2em 0;
	padding: 0;
}
hr.dashed {
	border-style: dashed;
}
img {
	max-width: 100%;
}

/********************************************
ANIMATION
********************************************/

.zoomIn {
	animation-duration: .3s;
}

/********************************************
Buttons
********************************************/

.button, a.button {
	font-size: 0.9375em;
	font-weight: bold;
	line-height: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: .7em 1.35em;
	margin: 0 1em .8em 0;
	display: inline-block;
	vertical-align: top;
	background: #45a4c6; /* Old browsers */
	background: -moz-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45a4c6), color-stop(84%, #3076a7), color-stop(100%, #317baa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45a4c6', endColorstr='#317baa', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: .28em;
	-webkit-border-radius: .28em;
	border-radius: .28em;
	border: 0 solid #b85f00;
	-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
	-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
	box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
	text-shadow: 0 -0.1em 0em rgba(0, 0, 0, 0.4);
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	cursor: pointer;
}
.button-sm, a.button-sm {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 2.2em;
	padding: 0 1em;
}
.button-lg, a.button-lg {
	font-size: 1.375em;
}
.button-single, a.button-single {
	margin: 0;
}
.button-table-list {
	font-size: 0.6875em;
	text-transform: uppercase;
	line-height: 2.2em;
	padding: 0 1em;
	margin: 0;
	font-weight: normal;
}
.button-ticket-inline {
	font-family: "droid-sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #999999;
	display: inline-block;
	padding: 0 .55em;
	line-height: 2.2em;
	background: white;
	margin: .2em 0;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	white-space: nowrap;
}

/********************************************
Form
********************************************/

form {
	padding: 0;
	margin: 0;
	font-family: "droid-sans", Arial, sans-serif;
}
form ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.6em 0;
}
form li {
	padding: 0;
	margin: 0 0 .9em 0;
}
legend, label {
	color: #e4feff;
	font-size: 1em;
	line-height: 1.6em;
}
legend {
	font-weight: bold;
	font-size: 1em;
	margin: 0.5em 0px;
	text-transform: uppercase;
	color: #FFF7A6;
}

/* placeholders */

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color:#cccccc;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color:#cccccc;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color:#cccccc;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color:#cccccc;
}
input:focus:input-placeholder, textarea:focus:input-placeholder {
	color:#cccccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

/* form inputs */

input:placeholder, textarea:placeholder {
	color: #ffffff;
	opacity: 1;
}
input, input[type], textarea, button {
	font-family: "droid-sans", Arial, sans-serif;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	padding: .8em 0.8em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgb(0,138,255);
	background: transparent\9;
	background: rgba(255,255,255,.24);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #ffffff;
	height: 44px;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
}
input[type=checkbox], input[type=radio] {
	width: auto;
	background: transparent;
	border-width: 0;
	position: absolute;
	left: -1000000000px;
}

input:focus, select:focus, textarea:focus {
	border-color: #ffffff;
	outline: none;
}
textarea {
	line-height: 1.6em;
	resize: vertical;
}
select {
	font-family: "droid-sans", Arial, sans-serif;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgb(0,138,255);
	background: transparent\9;
	background: rgba(255,255,255,.24);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #ffffff;
	height: 44px;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
}
option {
	font-family: "droid-sans", Arial, sans-serif;
	color: #444444;
	background: #ffffff;
}

/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
input.send:active, .send:focus {
}

/* jquery select style */

.customSelect {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	padding: .8em 0.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgb(0,138,255);
	background: transparent\9;
	background: rgba(255,255,255,.24);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #ffffff;
	height: 44px;
	line-height: 44px;
	padding: 0 0.8em;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
}
.customSelect.customSelectHover {
}
.customSelect.customSelectOpen {
}
.customSelect.customSelectFocus {
	border-color: #ffffff;
}
.customSelectInner {
}

/* form helpers */

.required {
	text-transform: none;
}

/* send button style */

.buttonSend {
	padding: .4em .4em;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	text-shadow: 0 -0.1em 0em rgba(0, 0, 0, 0.4);
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	background: #45a4c6; /* Old browsers */
	background: -moz-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45a4c6), color-stop(84%, #3076a7), color-stop(100%, #317baa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45a4c6 0%, #3076a7 84%, #317baa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45a4c6', endColorstr='#317baa', GradientType=0 ); /* IE6-9 */
	border: 0 solid #b85f00;
	-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
	-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
	box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
	cursor: pointer;
}
.buttonSend:active {
	border-color: #ffffff;
}
/********************************************
Form Icons
********************************************/

.form-icon {
	position: absolute;
	right: 1px;
	top: 1px;
	font-size: 1.5em;
	line-height: 42px;
	width: 42px;
	text-align: center;
	vertical-align: middle;
}
.amntField .form-icon {
	left: 1px;
	top: 1px;
	color: #016397;
	background: #ffffff;
}
.amntField input {
	padding-left: 55px;
}



/********************************************
Cookie Notification
********************************************/
.cookie-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	display: none;
}
.cookie-notification {
	background-color: rgba(250, 250, 250, .95);
	color: #7c7c7c;
	position: relative;
	bottom: 0;
	left: 0;
	max-width: 1100px;
	padding: 1em 3em 1em 1em;
	margin: 0 auto;
	z-index: 99999;
	text-align: center;
	line-height: 1.4em;
	border-radius: .2em;
	-webkit-border-radius: .2em;
}
.cookie-notification a {
	color: #7c7c7c;
}
.cookie-notification i {
	color: #7c7c7c;
	font-size: 1.4em;
	margin-right: .3em;
}
.cookie-notification i.close {
	color: #7c7c7c;
	position: absolute;
	font-size: 1.4em;
	right: .5em;
	cursor: pointer;
}



/********************************************
SEARCH WIDGET
********************************************/

#overlaySearch {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #003E7E;
	opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 11;
	display: none;
}
#searchWidget {
	display: none;
	left: 50%;
	margin-left: -150px;
	margin-top: -25px;
	position: fixed;
	top: 50%;
	width: 300px;
	z-index: 12;
	box-sizing: border-box;
}
.searchWidgetForm ul {
	margin: 0;
	padding: 0;
}
.searchWidgetForm li {
	margin: 0;
}
.searchWidgetForm #wq {
	padding: 15px 50px 15px 15px;
	font-size: 1.1em;
	height: 50px;
	background: none;
	border-radius: 0;
}
.searchWidgetForm .buttonSend {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 48px;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.searchWidgetForm .special {
	display: none;
}

/********************************************
Modal
********************************************/

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 7;
	display: none;
}
#dialog {
	background: #FFFFFF;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	color: #333333;
	display: none;
	height: auto;
	left: 50%;
	margin-left: -160px;
	margin-top: -100px;
	position: fixed;
	top: 50%;
	width: 320px;
	z-index: 9999;
	-moz-box-shadow: 0 3px 16px rgba(000,000,000,0.75);
	-webkit-box-shadow: 0 3px 16px rgba(000,000,000,0.75);
	box-shadow: 0 3px 16px rgba(000,000,000,0.75);
	overflow: hidden;
}
#dialog .close {
	cursor: pointer;
}
#dialog .dialog-title {
	font-weight: bold;
	padding: .8em;
	color: #EA4D4D;
	border-bottom: 1px solid #dddddd;
}
#dialog .dialog-exit {
	color: #cccccc;
	display: block;
	position: absolute;
	right: .8em;
	top: .8em;
	font-size: 1em;
}

#dialog .dialog-message {
	padding: .8em;
	line-height: 1.4em;
	color: #333333;
	font-size: .93em;
}
#dialog .dialog-buttons {
	padding: .8em;
	cursor: pointer;
}
#dialog button.button-close {
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	border: 1px solid #CCCCCC;
	color: #777777;
	float: right;
	height: auto;
	line-height: 1em;
	margin: 0;
	padding: .3em;
	width: auto;
	cursor: pointer;
}

/********************************************
PDF Viewer
********************************************/

.pdf-popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	padding: .6em;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-box-shadow: 0 .1em 1.5em rgba(000,000,000,0.75);
	box-shadow: 0 .1em 1.5em rgba(000,000,000,0.75);
}
.pdf-popup-container {
	position: static;
	width: 100%;
	height: 100%;
}
.popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	width: 100%;
	height: 100%;
}
.popup-content iframe {
	position: relative;
	height: 100%;
	width: 100%;
	border: 0;
	display: block;
	overflow: hidden;
}
.popup-close {
	position: absolute;
	color: #666666;
	bottom: .5em;
	right: .5em;
	font-size: 1.6em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	z-index: 10;
	background: #ffffff;
	cursor: pointer;
	border-radius: 100%;
	-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.3);
	-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.3);
	box-shadow: 0 .1em .2em rgba(000,000,000,0.3);
}

/********************************************
Loader Icon
********************************************/

/* for boxes */
.loaderAni .fa {
	color: #ffffff;
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 1em;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 8;
	top: 50%;
	left: 50%;
}

/* for page */
#pageLoader.loaderAni {
	display: none;
}
#pageLoader.loaderAni .fa {
	position:fixed;
}

/********************************************
Notification Strip
********************************************/

.notificationStrip {
	color: #FFFFFF;
	display: block;
	font-size: .9em;
	font-weight: bold;
	z-index: 9;
	background: #000000;
	line-height: 1.2em;
	padding: 1em;
	text-align: center;
	position: relative;
	font-family: "droid-sans", Arial, sans-serif;
}
.notificationStrip a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 0 0 .5em;
}
.notiEmergency {
	color: #FFFFFF;
	background: red;
}
.notiEmergency a {
	color: #FFFFFF;
}
.notiWarning {
	color: #000000;
	background: #e1ca59;
}
.notiWarning a {
	color: #000000;
}

/********************************************
Main Wrapper
********************************************/

#wrapper {
	padding-bottom: 2.5em;
}
/* HEADER */

#headerWrapper {
	z-index: 8;
}
#header {
	position: relative;
}
#utilityLinks {
	display: none;
}
.navBarWrapper {
	width: 100%;
	height: 50px;
	background: rgb(0,138,255);
	background: transparent\9;
	background: rgba(0,138,255,0.5);
	position: fixed;
	z-index: 8;
	border-bottom: 1px solid rgba(225,225,225,0.41);
}
.navBarScrolled {
	background: #003E7E;
	border-bottom-width: 0;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
	top: 0;
}
.navBarWrapper a.navHome {
	background-attachment: scroll;
	background-image: url("../img/coushatta-logo-web.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	display: block;
	width: 126px;
	height: 60px;
	left: 1.2em;
	top: -5px;
	position: absolute;
}
.navBarWrapper a.navAdvantage {
	display: none;
}
/* NAV BAR */
.navBar {
	text-align: center;
	max-width: 720px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.utilityLinks {
	font-family: "open-sans-condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	top: 0;
	right: 75px;
	position: absolute;
}
.utilityLinks a {
	font-family: "open-sans-condensed", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	line-height: 50px;
	display: inline-block;
	margin: 0 0 0 1em;
}
.utilityLinks .utilHidden, .utilityLinks .utilSearch {
	display: none;
}
.mobileMenuButton {
	color: #ffffff;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	margin: 0 .4em 0 0;
	height: 50px;
	width: 50px;
	right: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
	-webkit-transition: color 100ms ease-out;
	-moz-transition: color 100ms ease-out;
	-ms-transition: color 100ms ease-out;
	-o-transition: color 100ms ease-out;
	transition: color 100ms ease-out;
	vertical-align: middle;
}

.navMenuWrapper {
	height: 0;
	width: 100%;
	max-width: 680px;
	position: relative;
	padding: 0;
	background: #ffffff;
	margin: 0 auto;
}
.navMenu {
	display: none;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'open-sans-condensed', serif;
	background: #032241;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 7;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}
.navMenuActive {
	display: block;
}
.navMenu br {
	display: none;
}
.navMenu a {
	display: block;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding: .8em 1em;
	border-top: 1px solid #032241;
	text-decoration: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	position: relative;
	background: #05407a;
	box-sizing: border-box;
}
.navMenu li:first-child a {
	border-top-width: 0;
}
.navMenu i {
	position: absolute;
	right: .6em;
	top: 0;
	font-size: 1.36em;
	line-height: 2em;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.navMenu a.navCurrent {
	color: #ffe400;
}
.navMenu a.mainNavSpecial {
	color: #ffe400;
}
.navMenu .navMenuSearch a {
	font-weight: normal;
	font-family: "droid-sans", sans-serif;
	font-size: 1em;
	text-align: center;
}
.navMenu .navMenuSearch i {
	position: relative;
	right: 0;
	top: 0;
	font-size: 1em;
	margin: 0 .24em 0 0;
}
.navMenu .subMenu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: .6em 0 .6em 1.8em;
}
.navMenu .subMenuShow {
	display: block;
}
.navMenu .subMenu hr {
	border-bottom: 1px solid #1B3856;
	border-top-width: 0;
	margin-bottom: .6em;
}
.navMenu .subMenu hr:last-child {
	border-bottom-width: 0;
}
.navMenu .subMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 .6em 0;
}
.navMenu .subMenu li {
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.navMenu .subMenu li:first-child {
}
.navMenu .subMenu a {
	font-size: 1em;
	font-family: "droid-sans", sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.2em;
	text-decoration: none;
	padding: .5em 0;
	margin: 0;
	border-bottom-width: 0;
	border-top-width: 0;
	background: #032241;
}
.navMenu a.mainNavSpecial {
	color: #ffe400;
}
li.navUtilityLinks a {
	display: inline-block;
	font-size: 1em;
	line-height: 1.6em;
	font-family: "droid-sans", sans-serif;
	font-weight: normal;
	width: 50%;
}

/********************************************
Banner
********************************************/

#bannerSlidesWrapper {
	width: 100%;
	height: 180px;
	position: relative;
	background: #093851;
}

/* Banner Overlay */
#bannerMark {

}
#bingo-header-logo {
	background-attachment: scroll;
	background-image: url("../img/bingo-new-logo-2023.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 250px;
	height: 100px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	top: 4.3em;
	z-index: 2;
}

/* Banner Slides */

#bannerSlides {
	overflow: hidden;
	margin: 0 auto;
	height: 180px;
	width: 100%;
	position: relative;
}
#bannerSlides .slide {
	width: 100%;
	height: 180px;
	margin: 0 auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
/* RIBBON HEADING */
.ribbonHeading {
	background: #327AAA;
	text-align: center;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.3em;
	padding: .5em 1em;
	margin: 0;
	box-sizing: border-box;
	text-transform: uppercase;
	text-shadow: 0 .12em .2em rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0px .2em .4em rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px .2em .4em rgba(0, 0, 0, 0.3);
	box-shadow: 0px .2em .4em rgba(0, 0, 0, 0.3);
}

/********************************************
Main Content
********************************************/

#contentWrapper {
	background: #01537E;
	border-top: 1px solid #3e90bb;
	border-bottom: 1px solid #3e90bb;
}
#mainContent {
	margin: 0 auto;
	position: relative;
	width: 100%;
	color: #e4feff;
}
#contentWrapper .noBanner {
	padding: 200px 0px 40px;
}

/********************************************
Sub Nav Bar
********************************************/

.subNav {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 730px;
	background: #327AAA;
	position: relative;
}
.subNav ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.subNavShow li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.subNav li a {
	font-size: 1em;
	line-height: 1.3em;
	padding: .7em 1.5em;
	display: block;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: 1px solid #276187;
	border-top: 1px solid #398BC1;
}
.subNav li:last-child a {
	border-bottom-width: 0;
}
.subNav li .fa {
	position: absolute;
	right: 1em;
	font-size: 1.3em;
}
.subNavTop {
	display: none;
}
/********************************************
Highlights
********************************************/

#highlights {
	display: none;
}

/********************************************
Content Details
********************************************/

#contentDetail {
	padding: 1.8em 1.5em 2em 1.5em;
	margin: 0 auto;
	width: 100%;
	max-width: 730px;
	box-sizing: border-box;
}
#contentDetail h1 {
	font-family: 'open-sans-condensed', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .8em;
}
#contentDetail h1.eventHeading {
	margin-bottom: .4em;
}
#contentDetail h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.125em;
	line-height: 1.4em;
	margin-bottom: .4em;
	text-transform: uppercase;
}
#contentDetail h2.callOut {
	font-family: "droid-sans", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
	color: #ffffff;
	margin-bottom: 1.8em;
}
#contentDetail h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.125em;
	font-weight: bold;
}
#contentDetail h4 {
	color: #FFE400;
	font-size: 1.1em;
	font-family: 'open-sans-condensed', sans-serif;
	line-height: 1.3em;
	margin: 0 0 2em 0;
}
#contentDetail p {
	font-family: "droid-sans", Arial, sans-serif;
	line-height: 1.7em;
	margin-bottom: 2em;
	max-width: 40em;
}
.contentWide #contentDetail p, .contentWide #contentDetail li {
	max-width: 100%;
}
#contentDetail ul, #contentDetail ol {
	list-style: disc;
	margin: 0 0 2em 1.2em;
}
#contentDetail ol {
	list-style-type: decimal;
}
#contentDetail li {
	margin-bottom: .31em;
	line-height: 1.7em;
	max-width: 40em;
}
#contentDetail .fullWidth {
	max-width: 100%;
}
.inlineContentBox {
	font-family: "droid-sans", Arial, sans-serif;
	color: #666666;
	font-size: 1.0625em;
	padding: 1em;
}
.inlineContentBox p {
	margin: 0 0 1.7em 0;
	line-height: 1.7em;
}
.inlineContentBox p:last-of-type {
	margin: 0;
}
.inlineContentBox h1 {
	font-size: 1.65em;
	margin: 0 0 .94em 0;
	line-height: 1.2em;
	text-transform: uppercase;
}
.inlineContentBox h2 {
	font-size: 1em;
	margin: 0;
	line-height: 1.7em;
}
.inlineContentBox a {
	color: #666666;
}
.inlineContentBox ul, .inlineContentBox ol {
	list-style: disc;
	margin: 0 0 2em 1.2em;
}
.inlineContentBox ol {
	list-style-type: decimal;
}
.inlineContentBox li {
	margin-bottom: .31em;
	line-height: 1.7em;
	max-width: 40em;
}
.inlineContentImg {
	float: left;
	margin: .2em 1em .5em 0;
	max-width: 300px;
	width: 45%;
}

/********************************************
Embedded Videos
********************************************/

#contentDetail .youtubeEmbed {
	margin: 0 0 2em 0;
}
#contentDetail .youtubeEmbed iframe {
	border: solid .1em #ffffff;
	margin: 0;
	max-width: 560px;
	max-height: 315px;
	width: 100%;
}

/********************************************
Wide Content Details
********************************************/

#mainContent.contentWide {

}

/********************************************
Paging
********************************************/

#contentDetail .paging {
	margin: 0 0 2em 0;
	text-align: center;
}
#contentDetail .paging a, #contentDetail .paging span {
	border-radius: 3px;
	border: 1px solid #B0CEDF;
	font-size: 0.9375em;
	line-height: 1em;
	margin: 0.1875em;
	padding: 0.25em 0.375em;
	text-decoration: none;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	display: inline-block;
}
#contentDetail .paging span {
	border: 1px solid #729FB8;
	color: #729FB8;
}

#contentDetail .paging a.currentPaging {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #1787B3;
}

/********************************************
Gallery & Images
********************************************/

#contentDetail .imgFrame {
	font-size: .6em;
	border: .5em solid #ffffff;
	box-sizing: border-box;
}
#contentDetail .imgFrame-sm {
	border: .25em solid #ffffff;
}
#contentDetail .gallery {
	position: relative;
	margin-bottom: 2em;
	width: 100%;
	max-width: 616px;
	font-family: "droid-sans", Arial, sans-serif;
}
#contentDetail .gallery img {
	margin: 0;
	display: block;
	-moz-box-shadow: 0 .1em .4em rgba(000,000,000,0.75);
	-webkit-box-shadow: 0 .1em .4em rgba(000,000,000,0.75);
	box-shadow: 0 .1em .4em rgba(000,000,000,0.75);
}
#contentDetail .gallery .hiddenSlide {
	display: none;
}
#contentDetail .gallery figcaption {
	font-size: 0.875em;
	line-height: 1em;
	margin: 1.2em 0;
	text-align: center;
}
#contentDetail .galleryTn {
	display: inline-block;
	margin: 1em;
}
#contentDetail .inlineImg {
	line-height: 1.7em;
	margin-bottom: 2.5em;
}
#contentDetail .inlineImg figcaption {
	font-size: .9em;
	line-height: 1.6em;
	text-align: center;
	margin-top: .5em;
}
#contentDetail .imgInsert {
	width: 35%;
	max-width: 200px;
	text-align: center;
}
.imgInsert a, .advCardsInsert a {
	text-decoration: none;
}
.imgInsert figcaption, .advCardsInsert figcaption {
	font-size: .74em;
	text-align: center;
	margin-bottom: 1em;
}
#contentDetail .lightbox-gallery {
	position: relative;
	display: block;
}
#contentDetail .lightbox-gallery .fa-search-plus {
	text-decoration: none;
	position: absolute;
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	z-index: 3;
	text-shadow: 0 0.1em .2em rgba(0, 0, 0, 0.75);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	display: none;
}

/********************************************
Columns
********************************************/
#contentDetail .column {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
#contentDetail .column2 {
	width: 100%;
}
#contentDetail .column3 {
	width: 100%;
}
#contentDetail .column4 {
	width: 100%;
}

/********************************************
Margin & Alignment
********************************************/

#contentDetail .alignLeft {
	float: left;
}
#contentDetail .alignRight {
	float: right;
}
#contentDetail .centerTxt {
	text-align: center;
}
#contentDetail .rightTxt {
	text-align: right;
}
#contentDetail .marginBot {
	margin: 0 0 1em 0;
}
#contentDetail .marginTop {
	margin: 1em 0 0 0;
}
#contentDetail .marginRightBot {
	margin: 0 2em 1em 0;
}
#contentDetail .marginLeftBot {
	margin: 0 0 1em 2em;
}
#contentDetail .marginRightTop {
	margin: 1em 2em 0 0;
}
#contentDetail .marginLeftTop {
	margin: 1em 0 0 2em;
}
#contentDetail .marginRight {
	margin: 0 2em 0 0;
}
#contentDetail .marginLeft {
	margin: 0 0 0 2em;
}
#contentDetail .marginAll {
	margin: 2em;
}
#contentDetail .marginAll-sm {
	margin: 1em;
}
#contentDetail .marginAll-lg {
	margin: 3em;
}
#contentDetail .marginAll-logo {
	margin: 1em;
	width: 35%;
	max-width: 200px;
}
#contentDetail .txtWrapRight {
	margin: 0 0 1em 1em;
}
#contentDetail .imgInsertScript {
	margin: 0;
}
#contentDetail .imgAward {
	width: 100%;
	text-align: center;
}
/********************************************
Login Box
********************************************/

#contentDetail .loginDialog {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: rgb(0,138,255);
	background: transparent\9;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 2em;
	padding: 1em;
}
#contentDetail .loginDialog p {
	margin-bottom: 1em;
}
#contentDetail .loginDialog .form ul {
	margin-bottom: 0em;
}
#contentDetail .loginDialog .form fieldset {
	margin-bottom: 0em;
}
#contentDetail .loginDialog .form li {
	margin-bottom: 0em;
}

/*******************************************
Inline Dialog Box
********************************************/

#contentDetail .alert {
	padding: 1em;
	color: #ffffff;
	margin: 0 0 1em 0;
	line-height: 1.3em;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}
#contentDetail .alert-success {
	background-color: #679F2F;
}
#contentDetail .alert-warning {
	background-color: #E1AE13;
}
#contentDetail .alert-error {
	background-color: #D6383D;
}
#contentDetail .alert-info {
	font-size: 15px;
	color: #cccccc;
	display: inline-block;
	background-color: #333333;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,.15);
	margin: 0 0 2.6em 0;
	position: relative;
}
#contentDetail .alert-info a {
	text-decoration: none;
	color: #cccccc;
}


/********************************************
Form Layout
********************************************/
#contentDetail .form {
	padding: 0;
	margin: 0;
}
#contentDetail .form ul {
	list-style: none outside none;
	margin: 0 0 30px 0;
}
#contentDetail .form li {
	margin: 0 0 0.875em 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.form fieldset {
	margin-bottom: 1em;
}
.form .fieldHelp {
	line-height: 2.8em;
}
.form .special {
	display: none;
}
.form .ieLabel {
	display: none;
}

/********************************************
Inline Highlight
********************************************/

#contentDetail .highlight-inline {
	margin: 0 auto 2em auto;
	max-width: 28em;
	padding: 1em;
	font-size: 0.9375em;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 .6em rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 0 .6em rgba(255,255,255,0.6);
	box-shadow: 0 0 .6em rgba(255,255,255,0.6);
	box-sizing: border-box;
	display: block;
}
#contentDetail .highlight-inline h2 {
	font-family: 'open-sans-condensed', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0 0 .2em 0;
	padding: 0;
}
#contentDetail .highlight-inline figure {
	text-align: center;
	margin: 0 0 1em 0;
}
#contentDetail .highlight-inline figure img {
	display: block;
	margin: 0 auto;
}
#contentDetail .highlight-inline p {
	margin: 0 0 1.2em 0;
}
#contentDetail .highlight-inline span.highlight {
	color: #A6CAFF;
}
#contentDetail .highlight-inline p:last-child {
	margin-bottom: 0;
}
#contentDetail .highlight-listing {
	max-width: 40em;
	padding: 0;
	border: 1px solid #81A5BA;
	margin: 0 0 2em 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0,0,0, .1);
}
#contentDetail .highlight-listing h2 {
	padding: .8em 1em;
	margin: 0;
	line-height: 1.24em;
}
#contentDetail .heading-link {
	font-family: 'droid-sans', Arial, sans-serif;
	font-size: .8em;
	margin-left: 1em;
}
#contentDetail .highlight-blocks {
	margin: 0;
	padding: 1.5em 1em 0px;
	font-size: 15px;
	border-top: 1px dashed #81A5BA;
}

.lagniappe-logos {
	text-align: center;
	max-width: 600px;
	margin-bottom: 2em;
	display: block;
}
.lagniappe-logos img {
	max-width: 130px;
	display: inline-block;
	margin: 0 .5em 1em .5em;
}


/********************************************
Landing Listing
********************************************/

#contentDetail .landingList {
	list-style: none;
	margin: 0 0 3em 0;
}
#contentDetail .landingList li {
	display: block;
	margin: 0 0 0 0;
	padding: 2em 0;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	border-bottom: 1px solid #02476C;
	border-top: 1px solid #026DA8;
}
#contentDetail .landingList li:first-child {
	border-top-width: 0px;
	padding-top: 0;
}
#contentDetail .landingList li:last-child {
	margin: 0;
	padding-bottom: 0;
	border-bottom-width: 0px;
}
.landingList .listIcon {
	width: 100%;
	max-width: 210px;
	margin: 0 auto 1em auto;
	text-align: center;
}
.landingList .listIcon img {
	width: auto;
	height: auto;
}
.landingList .listIcon a {
	display: block;
	line-height: 0;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-ms-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

#contentDetail .listDetail h1 {
	color: #FFF089;
	font-family: 'open-sans-condensed', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 .3em 0;
	text-transform: uppercase;
}
#contentDetail .listDetail p {
	font-size: .937em;
	line-height: 1.7em;
	color: #ffffff;
	margin: 0;
}
#contentDetail .landingList .listDetail ul {
	list-style: circle;
	margin: 0 0 1em 1.2em;
	padding: 0;
}
#contentDetail .landingList .listDetail li {
	display: list-item;
	border-width: 0;
	padding: 0;
	margin: 0 0 .6em 0;
}
.listDetail .listLinks a {
	color: #FFF089;
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.logoProperty {
	display: none;
}

#contentDetail .meetingsList h1 {
	color: #e6dfca;
}
.meetingsList .listDetail .listLinks a {
	color: #e6dfca;
}

/* list features */
#contentDetail .listFeatures .listDetail p {
	margin: 0 0 1em 0;
}


#contentDetail .listHosts {
	margin-top: 4em;
}
#contentDetail .listHosts li {
	margin: 0 0 4em 0;
	padding: 0;
	border: 0;
}
.listHosts .listIcon  {
	border-radius: .3em;
	box-sizing: border-box;
	overflow: hidden;
}
.listHosts .listIcon img {
	display: block;
}
#contentDetail .listHosts .listDetail {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
#contentDetail .listHosts .listDetail h1 {
	color: #ffffff;
	padding: 0;
	margin-bottom: .1em;
}
#contentDetail .listHosts .listDetail p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#contentDetail .listHosts .listDetail a {
	color: #ffffff;
	text-decoration: none;
}

#contentDetail .listSpecials .listDetail h1 {
	color: #ffffff;
	font-size: 1.24em;
}
#contentDetail .listSpecials .listDetail h4 {
	margin: 0 0 1em 0;
	font-size: 1.1em;
}
#contentDetail .listSpecials .listDetail p {
	margin: 0 0 1em 0;
	font-size: 1em;
}

/* list calendar events */
#contentDetail .eventList li {
	margin: 0 0 2em 0;
	padding: 1.6em 1em;
	border-width: 0;
	background: #014970;
	border-radius: .3em;
}
#contentDetail .eventList li:first-child {
	margin: 0 0 2em 0;
	padding: 1.6em 1em;
}
#contentDetail .eventList li:last-child {
	margin: 0 0 2em 0;
	padding: 1.6em 1em;
}
.listDetail .eventStarts {
	color: #FFFFFF;
	display: inline-block;
	font-family: 'open-sans-condensed', sans-serif;
	margin: 0 .2em .2em 0;
	padding: .1em 0;
}
.listDetail .eventDate {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'open-sans-condensed', sans-serif;
	text-align: center;
	display: inline-block;
	margin: 0 0 .2em 0;
	padding: 0;
}
.eventDate .eventMonth, .eventDate .eventDay {
	background: #B25E5E;
	padding: .1em .3em;
}
.eventDate .eventDay {
	color: #686868;
	background: #ffffff;
}
.eventList .listDetail .eventCalLinks {
	display: none;
}

/* special list */

#contentDetail .specialList h1 {
	margin: 0 0 .6em 0;
}
#contentDetail .specialList h2 {
	font-size: 1.076em;
}
#contentDetail .specialList h3 {
	font-size: 1em;
	margin-bottom: 0.625em;
}
#contentDetail .specialList p {
	margin: 0 0 1em 0;
}


/* winners list */

.listWinners .listIcon {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1em auto;
	text-align: center;
}
#contentDetail .listWinners .imgFrame-sm {
	border-width: 0;
}


/********************************************
Golf Courses
********************************************/

.listCourses .listIcon  {

}
.listCourses .listIcon img {
	-moz-box-shadow: 0 0 .5em rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 0 .5em rgba(255,255,255,0.8);
	box-shadow: 0 0 .5em rgba(255,255,255,0.8);
}


/********************************************
Press Listing
********************************************/

#contentDetail .pressList {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}
#contentDetail .pressList li {
	margin: 0 0 1.5em 0;
	padding: 0;
}
#contentDetail .pressDate {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: bold;
	color: #EBE45C;
	display: block;
}

/********************************************
Event Details Page
********************************************/

#contentDetail .eventViewDate {
	display: block;
	float: left;
	margin-right: 1.3em;
}
#contentDetail .eventViewThumb {
	margin: .5em auto 1.6em auto;
	border: 6px solid #FFFFFF;
	-moz-box-shadow: 0 3px 12px rgba(000,000,000,0.75);
	-webkit-box-shadow: 0 3px 12px rgba(000,000,000,0.75);
	box-shadow: 0 3px 12px rgba(000,000,000,0.75);
	box-sizing: border-box;
	display: block;
	max-width: 300px;
}
#contentDetail .eventViewThumb img {
	display: block;
	width: 100%;
}
#contentDetail .artistListing {
	text-align: center;
	margin: 0 0 1.6em 0;
}
#contentDetail .artistListItem {
	width: 202px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 1em 1em 2em 1em;
}
#contentDetail .artistListItem img {
	border: 1px solid #999999;
}
#contentDetail .artistListItem p {
	line-height: 1.4em;
	margin: .5em 0;
}
#contentDetail .artistListItem_lg {
	width: 100%;
	max-width: 440px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 1em 0 2em 0;
	box-sizing: border-box;
}
#contentDetail .artistListItem_lg img {

}
#contentDetail .disclaimer, .disclaimer {
	font-size: .9em;
	line-height: 1.4em;
	font-style: italic;
	max-width: 100%;
}


/********************************************
Lagniappe Market Page
********************************************/
#contentDetail .card-list {
	padding: 2em 0 0 0;
	margin: 0 0 2em 0;
	text-align: center;
}
#contentDetail .card-list li {
	display: inline-block;
	vertical-align: top;
	background: rgba(255,255,255, 1);
	padding: 1em;
	margin: 0 0 2em 0;
	border: 0;
	list-style: none;
	width: auto;
	max-width: 275px;
	overflow: hidden;
	position: relative;
}
#contentDetail .card-list .box-new {
	position: absolute;
	font-size: .94em;
	font-family: "open-sans", sans-serif;
	font-weight: bold;
	top: 1em;
	right: -2.3em;
	background-color: #848735;
	line-height: 1em;
	padding: .3em 3em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#contentDetail .card-list .card-icon {
	text-align: center;
	margin: 0 0 .5em 0;
	position: relative;
}
#contentDetail .card-list .card-icon img {
	width: 100%;
	max-width: 210px;
	display: block;
	margin: 0 auto;
}
#contentDetail .card-list .card-detail {

}
#contentDetail .card-list .card-detail h3 {
	font-family: "open-sans", sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #777777;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 1.3em 0;
	padding: 0;
}
#contentDetail .card-list .card-detail p {
	font-size: .9em;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
}


/********************************************
Press Details Page
********************************************/

#contentDetail .pressViewTitle {
	font-size: 28px;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
#contentDetail .pressViewSubtitle {
	font-family: 'open-sans-condensed', sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	margin: 0 0 10px 0;
}
#contentDetail .pressViewDate {
	color: #EBE45C;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin: 2em 0;
}

/********************************************
Data Tables
********************************************/

#contentDetail .listClearTable {
	border-collapse: collapse;
	border-width: 0;
	margin: 0 0 2em 0;
	padding: 0;
	overflow-x: auto;
	display: block;
}
#contentDetail .listClearTable td, #contentDetail .listClearTable th {
	margin: 0;
	padding: .2em 1em .2em 0;
	text-align: left;
	line-height: 1.4em;
}
#contentDetail .listClearTable th {
	font-weight: bold;
}

#contentDetail .listSmallTable {
	border-collapse: collapse;
	border: solid 1px rgba(255,255,255, .5);
	margin: 1.875em 0 2em 0;
	padding: 0;
	overflow-x: auto;
	box-sizing: border-box;
}
#contentDetail .listSmallTable td, #contentDetail .listSmallTable th {
	border-color: rgba(255,255,255, .5);
	border-style: solid;
	border-width: 1px;
	font-size: 0.875em;
	margin: 0;
	padding: 0.75em;
	text-align: left;
}
#contentDetail .listSmallTable th {
	font-size: 0.9375em;
	font-weight: bold;
	background: rgba(0,0,0,.25);
}



#contentDetail .listLargeTable {
	border-collapse: collapse;
	border-width: 0;
	margin: 1.875em auto 1.875em auto;
	padding: 0;
	width: 100%;
	overflow-x: auto;
	box-sizing: border-box;
}
#contentDetail .listLargeTable td, #contentDetail .listLargeTable th {
	border-color: #003753;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-size: 0.875em;
	margin: 0;
	padding: 0.75em;
	text-align: left;
}
#contentDetail .listLargeTable th {
	font-size: 0.9375em;
	font-weight: bold;
}
#contentDetail .listLargeTable .loadDivider td {
	border-width: 0;
}
#contentDetail .listLargeTable #lastRow td {
	border-width: 0;
	text-align: center;
}
#contentDetail .listLargeTable .button {
	margin: 0;
}

#contentDetail .listHours {
	border-collapse: collapse;
	border-width: 0;
	margin: 0 0 1.875em 0;
	padding: 0;
	overflow-x: auto;
	box-sizing: border-box;
	display: block;
}
#contentDetail .listHours td, #contentDetail .listHours th {
	border-color: rgba(255,255,255,.5);
	border-style: solid;
	border-width: 0 0 1px 0;
	font-size: 0.875em;
	margin: 0;
	padding: .75em 3em .75em 0;
	text-align: left;
	line-height: 1.6em;
	white-space: nowrap;
}
#contentDetail .listHours tr:last-of-type td {
	border: none;
}
#contentDetail .listHours th {
	font-size: 0.9375em;
	font-weight: bold;
}


.listPopupTable {
	border-collapse: collapse;
	border-width: 0;
	margin: 0 0 1em 0;
	padding: 0;
	overflow-x: auto;
	display: block;
}
.listPopupTable td, .listPopupTable th {
	margin: 0;
	padding: .2em 1em .2em 0;
	text-align: left;
	line-height: 1.4em;
}
.listPopupTable th {
	font-weight: bold;
}

.listEventScheduleWrap {
	padding: 0 .5em;
	background: #ffffff;
	display: inline-block;
	margin: 0 0 2em 0;
}
.listEventSchedule {
	border-collapse: collapse;
	background-color: rgba(255,255,255,1);
	border: 1px solid #fff;
	padding: 0;
	overflow-x: auto;
	box-sizing: border-box;
}
.listEventSchedule td, .listEventSchedule th {
	border-color: rgba(0,0,0, .3);
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #666666;
	font-size: 0.875em;
	margin: 0;
	padding: 0.5em;
	text-align: left;
}
.listEventSchedule td a {
	color: #406cb3;
}
.listEventSchedule tr:last-of-type td {
	border: none;
}
.listEventSchedule td:nth-child(odd) {
	color: #406cb3;
}
.listEventSchedule td:nth-child(even) {
	color: #e92053;
}
.listEventSchedule th {
	font-size: 0.9375em;
	font-weight: bold;
}


/********************************************
Caption Box
********************************************/
.captionTarget {
	cursor: pointer;
	position: relative;
}
.caption {
	position: absolute;
	display: none;
	left: -11px;
	bottom: 32px;
	color: #777777;
	line-height: 1.5em;
	font-size: 14px;
	text-align:left;
	padding: 1em;
	width: 200px;
	background-color: #ffffff;
	-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
}
.caption:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 2em;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-top: 8px solid #ffffff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

/********************************************
Toggle Content
********************************************/

.toggleButton {
	font-family: "droid-sans", Arial, sans-serif;
	font-size: .85em;
	line-height: 1em;
	font-weight: normal;
	text-transform: none;
	color: #ffe400;
	cursor: pointer;
	margin-left: .5em;
	vertical-align: middle;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.toggleHidden {
	display: none;
}


#contentDetail .googleMap {
	border: 5px solid #FFFFFF;
	margin: 0 auto 3em auto;
	-moz-box-shadow: 0px 3px 12px rgba(000,000,000,0.75);
	-webkit-box-shadow: 0px 3px 12px rgba(000,000,000,0.75);
	box-shadow: 0px 3px 12px rgba(000,000,000,0.75);
	box-sizing: border-box;
}
#contentDetail .googleMap iframe {
	width: 100%;
	height: 270px;
	display: block;
}


/********************************************
Online Reservation
********************************************/

#offerButton {
	display: inline-block;
	padding: 0 .7em;
	line-height: 2.2em;
	cursor: pointer;
	font-size: .92em;
	border-radius: .1em;
	background: #dddddd;
	color: #333333;
}
#contentDetail #getRatesForm ul {
	margin: 0;
}
#getRatesForm .toggleOfferFields {
	padding: 1em .9em 1em .9em;
	font-size: .96em;
	line-height: 1.3em;
	border-radius: .3em;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,.15);
}
#getRatesForm .toggleOfferFields input {
	font-size: .96em;
	height: auto;
	padding: .3em .6em;
	max-width: 8em;
	margin:  .6em 0 0 0;
	display: block;
}

/********************************************
Search Results Page
********************************************/

#searchForm fieldset {
	margin: 0;
}
#searchForm ul {
	margin: 0;
}
#searchForm li.searchField {
	width: 100%;
	padding: 0 50px 0 0;
}
#searchForm li.searchField input {
	border-radius: 2px 0 0 2px;
	border-right-width: 0;
}
#searchForm li.searchField .buttonSend {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	border-radius: 0 2px 2px 0;
	margin: 0;
}
#searchForm li.searchField .searchButtonText {
	display: none;
}
#contentDetail ol.searchResultList {
	list-style: none;
	margin: 0 0 2em 0;
}
#contentDetail ol.searchResultList li {
	max-width: 100%;
	margin: 0 0 2em 0;
}
#contentDetail ol.searchResultList h3 {
	font-family: "droid-sans", Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 .18em 0;
	font-weight: normal;
}
#contentDetail ol.searchResultList p {
	font-size: .92em;
	line-height: 1.5em;
	color: #eeeeee;
	max-width: 100%;
	margin: 0;
}
#contentDetail ol.searchResultList p.resultToolbar {
	color: #aaaaaa;
	margin: .2em 0 0 0;
}
ol.searchResultList a {
	color: #FFED48;
	text-decoration: none;
}

ol.searchResultList p.resultToolbar a {
	color: #aaaaaa;
}


/********************************************
Slots Page
********************************************/

#contentDetail p.slotListHeading {
	margin-bottom: 5px;
}

.slotJackpotMeter {
	margin: 0 0 1.6em 0;
	width: 100%;
	max-width: 600px;
	overflow: auto;
}

/********************************************
Pick the Winners
********************************************/

.tableOverflow {
	overflow-x: auto;
	box-sizing: border-box;
	padding: 1px;
}
.pickWinnerTable {
	width: 100%;
	line-height: 1.3em;
	margin: 0 0 2em 0;
	border-collapse: collapse;
	text-align: center;
}
.pickWinnerTable th {
	padding: .4em;
	font-weight: normal;
	white-space: nowrap;
}
.pickWinnerTable td {
	padding: .4em;
	border: 1px solid #6FABCC;
}
.pickWinnerTable .textLeft {
	text-align: left;
}
.pickWinnerTable .textRight {
	text-align: right;
}

/********************************************
Bingo Progressive
********************************************/

.bingoTable {
	border-collapse: collapse;
	color: #EEEEEE;
	margin: 2em 0;
	width: 100%;
	max-width: 580px;
	box-sizing: border-box;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	-moz-box-shadow: 0px 2px 6px rgba(000,000,000,0.65);
	-webkit-box-shadow: 0px 2px 6px rgba(000,000,000,0.65);
	box-shadow: 0px 2px 6px rgba(000,000,000,0.65);
	background: #333333;
}
.bingoTable td, .bingoTable th {
	border-top: 1px solid #555555;
	padding: .6em 1.2em;
}
.bingoTable th {
	text-align: center;
	border-top: none;
	background: #007FC6;
	border-radius: .25em .25em 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.bingoTable td {
	vertical-align: top;
	line-height: 1.2em;
}
.bingoTableSpecial th {
	background: #EC8E36;
}
.bingoTableRedHot th {
	background: #C7005D;
}
.bingoTableExtra th {
	background: #815FA9;
}
.bingoTableExtra tr:first-child td {
	border-top: none;
}


/********************************************
Advantage Club Pages
********************************************/

#contentDetail h2.cardLvlHeading {
	color: #FFF089;
	text-align: center;
}
#contentDetail .advCardsInsert {
	float: none;
	margin: 1em auto;
}
#contentDetail figure.advCardImg {
	display: block;
	width: 100%;
	max-width: 207px;
	margin: 0 auto;
	text-align: center;
}
#contentDetail p.cardDetailsHeading {
	margin-bottom: 10px;
}
#contentDetail div.advCardDetails {
	width: 100%;
	max-width: 450px;
	float: left;
}

#contentDetail ol.advantage-rules {
	margin-left: 1.5em;
}

#contentDetail ol.advantage-rules li {
	margin-bottom: 1em;
	line-height: 1.7em;
	max-width: 40em;
}
#contentDetail ol.advantage-rules-list-level2 {
	list-style-type: lower-alpha;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-top: .3em;
}
#contentDetail ol.advantage-rules-list-level2 li {
	margin-bottom: 0;
	line-height: 1.7em;
	max-width: 40em;
}
#contentDetail ol.advantage-rules-list-level3 {
	list-style-type: lower-roman;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-top: .5em;
}
#contentDetail ol.advantage-rules-list-level3 li {
	margin-bottom: 0;
	line-height: 1.7em;
	max-width: 40em;
}


/********************************************
Press Resources Page
********************************************/

#mainContent .contentWidePress {
	width: 800px;
}
#contentDetail h1.pressResourceH1 {
	font-size: 2.6em;
	margin: 0 0 .2em 0;
}
#contentDetail h4.pressResourceH4 {
	color: #fce9b2;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
}
#contentDetail .pressContactBox {
	display: none;
}
#contentDetail .pressContactBox p:last-of-type {
	margin-bottom: 0;
}
#contentDetail .pressListing {
	margin: 1.3em 0 2em 0;
}
#contentDetail .pressListItem {
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 2em 0em;
	padding: 0;
	box-sizing: border-box;
}
#contentDetail .pressListItem img {
	padding: 0;
	margin: 0;
	display: block;
	margin: 0 auto;
	height: auto;
}
#contentDetail .pressListItem p {
	font-size: .86em;
	line-height: 1.4em;
	margin: .5em 0;
	padding: 0;
	text-align: center;
}
#contentDetail .pressListItem .button {
	font-size: 1.06em;
	margin: 0;
	line-height: 2.1em;
	padding: 0 .74em;
	font-weight: normal;
}

/********************************************
Icons / Buttons
********************************************/

a.mobileAndroid, a.mobileApple {
	background-attachment: scroll;
	background-image: url("../img/sprites.png?v4");
	background-position: -89px -88px;
	background-repeat: no-repeat;
	height: 58px;
	width: 180px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
a.mobileApple {
	background-position: -283px -88px;
}

/********************************************
Auto Suggestion
********************************************/

.autocomplete-suggestions {
	background-color: #FFFFFF;
	color: #444444;
	cursor: pointer;
	font-size: 15px;
	line-height: 2em;
	left: 0;
	top: 0;
	margin: 0;
	position: absolute;
}
.autocomplete-selected {
	background-color: #838383;
	color: #FFFFFF;
}
.autocomplete-suggestions strong {
}
.autocomplete-suggestions div {
	overflow: hidden;
	padding: 0 .4em;
	white-space: nowrap;
}


/********************************************
Tooltips
********************************************/

/* placeholders tooltip */

.placeHolderToolTip {
	position: absolute;
	left: 0;
	bottom: -3em;
	display: none;
	color: #777777;
	line-height: 1.4em;
	font-size: 14px;
	padding: .5em .9em;
	background-color: #fffAF0;
	z-index: 2;
	-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	border: 0 solid #D2BC8E;
}
.placeHolderToolTip:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-bottom: 6px solid #fffAF0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.imageMapToolTip {
	position: absolute;
	left: -70px;
	top: -20px;
	display: none;
	color: #777777;
	line-height: 1.4em;
	font-size: 14px;
	padding: 0.5em 0.9em;
	background-color: #fffaf0;
	z-index: 2;
	-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.5);

	box-shadow: 0 .1em .2em rgba(000,000,000,0.5);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	border: 0 solid #D2BC8E;
	text-align: center;
	width: 140px;
}
.imageMapToolTip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid #fffAF0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

/********************************************
Image Map Valet Parking
********************************************/

.imageMap {
	position: relative;
}
.imageMap span {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	z-index: 3;
}
.imageMap span.sevenClans {
	top: 37%;
	left: 62%;
}

/********************************************
Inline Loader
********************************************/

#loading {
	width: 69px;
	height: 20px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	display: none;
}

/********************************************
Footer
********************************************/

#footer {
	position: relative;
	padding: 2.2em 1em 1em 1em;
}
/* Ribbon Highlight */

#ribbonHighlight {
	position: relative;
	margin: 0 auto 2em auto;
	color: #FFF422;
	display: block;
	font-family: 'open-sans-condensed', sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	width: 100%;
	max-width: 260px;
	text-align: center;
	text-decoration: none;
	background: #1A83B4;
	padding: .8em;
	box-sizing: border-box;
}
#ribbonHighlight br {
	display: none;
}
#ribbonHighlight .career-apply {
	color: #ffffff;
	display: block;
	margin-top: .3em;
}
/********************************************
Footer Nav
********************************************/

#footerNav {
	padding: 0;
	width: 100%;
	margin: 0 0 2em 0;
	box-sizing: border-box;
}
#footerLinks ul {
	list-style: none outside none;
	box-sizing: border-box;
}
#footerLinks li {
	border-bottom: 1px solid #303A45;
}
#footerLinks a {
	color: #FFFFFF;
	display: block;
	font-size: .9em;
	padding: .8em 0;
	line-height: 1.2em;
	text-decoration: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
#footerLinks a.linkHighlight {
	color: #FAE892;
}



/********************************************
Footer Highlights
********************************************/

#footerHighlights {
	display: none;
}

/********************************************
Footer Social
********************************************/

#footerSocial {
	margin: 0 0 .6em 0;
	text-align: center;
	width: 100%;
}
#footerSocial .icon {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	height: 2em;
	width: 2em;
	padding: 0;
	margin: 0 .4em .8em .4em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#footerSocial .iconFacebook {
	background-color: #0D6CAA;
}
#footerSocial .iconInstagram {
	background-color: #964f9b;
}
#footerSocial .iconTwitter {
	background-color: #14B2C8;
}
#footerSocial .iconYoutube {
	background-color: #D62222;
}



/********************************************
Boilerplate
********************************************/

#footerBoilerplate {
	color: #5c5c5c;
	font-size: 0.8125em;
	line-height: 1.6em;
	text-align: center;
}
#footerBoilerplate p {
	margin: 0 0 1.8em 0;
}
#footerBoilerplate a {
	color: #5c5c5c;
}
.printFooter {
	display: none;
}

/**********************
Translate Link
**********************/

#translateLink {
	font-size: 1.3em;
}
#translateLink a {
	color: #dddddd;
	text-decoration: none;
}
#translateLink i {
	font-size: 1.2em;
	margin-right: .3em;
	color: #ffffff;
}

/********************************************
Mobile Apps
********************************************/

#mobileApp {
	margin: 0 0 .5em 0;
	text-align: center;
}
#mobileApp a.mobileAndroid, #mobileApp a.mobileApple {
	margin: 0 .4em .8em .4em;
}
.gamingDisclaimer, .footer-health {
	padding: 0;
	color: #5c5c5c;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
}
.footer-health a {
	color: #5c5c5c;
}

/********************************************
Global Classes
********************************************/

.group:after {
	content: " ";
	display: table;
	clear: both;
}
/* Clearfix */

.group {
	*zoom: 1;
}
.clearBoth {
	clear: both;
}
.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.javaScriptHelp, .browsehappy {
	color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	font-size: 18px;
	width: 100%;
	background: #000000;
	position: absolute;
	z-index: 99;
	border-bottom: 1px solid #666666;
	padding: 1em 0;
}
#google_translate_element {
	background: #003264;
}
.goog-te-gadget {
	max-width: 980px;
	margin: 0 auto;
}

#contentDetail .date-under-heading {
	font-weight: normal;
	text-transform: none;
	margin-bottom: 1em;
	font-style: italic;
}

.meet-associate {
	background: #c05542;
	padding: 0 0 1em 0;
	position: relative;
	max-width: 28em;
	margin: 0 auto 2.5em auto;
}
.meet-associate img {
	display: block;
	border: solid 6px #ffffff;
	margin: 0 auto 1em auto;
}
#contentDetail .meet-associate h2.meet-associate-heading {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 .8em 0;
	padding: .4em .2em;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1em;
	letter-spacing: .04em;
	background: repeating-linear-gradient(135deg,
		#c05542,
		#c05542 6px,
		#b24f3d 6px,
		#b24f3d 12px);
	font-weight: normal;
	text-align: center;
}
#contentDetail .meet-associate h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0 0 1.5em 0;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: .04em;
	text-align: center;
}
#contentDetail .meet-associate p {
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	padding-left: 1em;
	padding-right: 1em;
}
#contentDetail .meet-associate p:last-of-type {
	margin-bottom: 0;
}

/********************************************
Responsive Classes
********************************************/

.hideFromMobile, .hideColumnMobile, .hideColumnTablet {
	display: none;
}
.noBreak {
	display: none;
}
.noWrap {
	white-space: nowrap;
}

.hideFromWeb {
	display: none;
}

/* CookieYes */

.cky-consent-container, .cky-modal {
	font-family: arial, sans-serif;
}
.cky-modal p, .cky-modal p:last-of-type {
	margin-bottom: 1em;
}
.cky-modal button.cky-accordion-btn {
	text-align: left;
	height: auto;
	width: auto;
}
.cky-modal button.cky-btn {
	height: auto;
	width: auto;
}
.cky-modal input[type=checkbox], .cky-modal input[type=radio] {
	left: unset;
}

/* Open Table Widget */

.ot-dtp-picker {
	width: 100%!important;
	max-width: 330px;
	margin-bottom: 2.6em;
}
.picker__holder {
	width: 101%!important;
	left: -1px!important;
}
#ot-reservation-widget .ot-title {
	font-family: BrandonText, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
	font-size: 1.3em;
	visibility: hidden;
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: none;
}
#ot-reservation-widget .ot-title:after {
	position: absolute;
	top: 0;
	left: 0;
	content: 'Make a Reservation';
	visibility: visible;
	width: 100%;
}
#ot-reservation-widget form.ot-dtp-picker-form {
	font-family: BrandonText, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
	line-height: 1.2em;
}
#ot-reservation-widget .ot-button, #ot-reservation-widget .ot-waitlist, #ot-reservation-widget .ot-dtp-picker-button {
	background: #DA3743;
	border-color: #DA3743;
	color: #ffffff;
	font-weight: bold;
}
#ot-reservation-widget p.ot-error.animation {
	padding: .5em;
}



@media (min-width: 360px) {




	/********************************************
	Caption Box
	********************************************/

	.caption {
		width: 300px;
	}

}

@media (min-width: 400px) {
	/********************************************
	Landing Listing
	********************************************/

	#contentDetail .landingList li {
		padding: 0;
		margin: 0 0 2em 0;
		background: none;
		border-width: 0;
	}
	#contentDetail .landingList li:first-child {
		padding: 0;
		margin: 0 0 2em 0;
	}
	#contentDetail .landingList li:last-child {
		padding: 0;
		margin: 0 0 2em 0;
	}
	.landingList .listIcon {
		float: left;
		width: 38%;
		max-width: 210px;
		margin: .3em 1em .6em 0;
	}
	.landingList .listDetail {
		float: left;
		width: 56%;
	}
	#contentDetail .landingList .listDetail ul {
		list-style: circle;
		margin: 0px 0px 1em 1.2em;
	}
	#contentDetail .landingList .listDetail li {
		display: list-item;
		border-width: 0;
		padding: 0;
		margin: 0 0 .6em 0;
	}

	/* list hosts */
	#contentDetail .listHosts {

	}
	#contentDetail .listHosts li {
		margin: 0 0 4em 0;
	}
	#contentDetail .listHosts li:first-child {
		margin: 0 0 4em 0;
	}
	.listHosts .listIcon  {
		float: none;
		width: 100%;
		margin: 0 auto 1em auto;
	}
	.listHosts .listIcon img {

	}
	#contentDetail .listHosts .listDetail {
		float: none;
	}
	#contentDetail .listHosts .listDetail h1 {

	}
	#contentDetail .listHosts .listDetail p {

	}
	#contentDetail .listHosts .listDetail a {

	}

	#contentDetail .listSpecials .listDetail h1 {
		color: #ffffff;
		font-size: 1.24em;
	}
	#contentDetail .listSpecials .listDetail h4 {
		margin: 0 0 1em 0;
		font-size: 1.1em;
	}
	#contentDetail .listSpecials .listDetail p {
		margin: 0 0 1em 0;
		font-size: 1em;
	}

	/* list calendar events */

	#contentDetail .eventList li:first-child {

	}
	#contentDetail .eventList li:last-child {

	}

	/* list specials */

	#contentDetail .specialList h1 {
		margin: 0 0 .6em 0;
	}
	#contentDetail .specialList h3 {
		font-size: .96em;
		line-height: 1.3em;
		margin-bottom: 1em;
	}

	/* winners list */

	.listWinners .listIcon {
		width: 38%;
		float: left;
		margin: .3em 1em .6em 0;
	}
	#footerLinks ul {
		width: 46%;
		margin: 0 2% 4% 2%;
		float: left;
	}
	#footerLinks li {
		border-bottom-width: 0;
	}
	#footerLinks a {
		padding: .5em 0;
		line-height: 1.2em;
	}
	#contentDetail .column4 {
		width: 49%;
	}
}


@media (min-width: 520px) {

	.utilityLinks .utilHidden {
		display: inline-block;
	}
	.navMenu .navUtilityLinks {
		display: none;
	}

	/********************************************
	Form Layout
	********************************************/

	#contentDetail .form li.leftField, #contentDetail .form li.rightField {
		width: 49%;
		float: left;
	}
	#contentDetail .form li.rightField {
		float: right;
	}


	/********************************************
	Sub Navigation
	********************************************/
	.subNav {
		padding: .6em 0;		
	}
	.subNav li {
		width: 49%;
		display: inline-block;
	}
	.subNav li a {
		border-width: 0;
		display: inline-block;
		vertical-align: top;
	}
	.subNav li .fa {
		display: none;
	}


	/********************************************
	Content Details
	********************************************/

	#contentDetail .youtubeEmbed iframe {
		border-width: .4em;
	}

	/* list features */

	/* list calendar events */

	/********************************************
	Gallery & Images
	********************************************/

	#contentDetail .imgFrame {
		font-size: 1em;
	}

	/********************************************
	Margin & Alignment
	********************************************/

	#contentDetail .imgInsert {
		font-size: 1em;
	}
	#contentDetail .imgAward {
		width: auto;
	}

	.lagniappe-logos {
		max-width: 640px;
		text-align: left;
	}
	.lagniappe-logos img {
		max-width: 140px;
	}

	/********************************************
	Search Results Page
	********************************************/

	#searchForm li.searchField {
		padding: 0 130px 0 0;
	}
	#searchForm li.searchField .buttonSend {
		width: 130px;
	}
	#searchForm li.searchField .searchButtonText {
		display: inline;
	}

	/********************************************
	Advantage Club Pages
	********************************************/

	#contentDetail h2.cardLvlHeading {
		text-align: left;
	}
	#contentDetail figure.advCardImg {
		float: left;
		width: 35%;
		margin-right: 1em;
	}
	#contentDetail p.cardDetailsHeading {
		margin-bottom: 10px;
	}
	#contentDetail div.advCardDetails {
		float: left;
		width: 60%;
	}

	/********************************************
	Press Resources
	********************************************/

	#contentDetail .pressListItem {
		width: 48%;
	}

	#contentDetail .card-list li {
		margin: 0 1.5em 2em 0;
	}


}

@media (min-width: 600px) {

	.utilityLinks .utilSearch {
		display: inline-block;
	}
	.navMenu .navMenuSearch {
		display: none;
	}





	/********************************************
	Footer Nav
	********************************************/
	#footerNav {
		padding: 0 .6em 2em .6em;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#footerLinks {
		display: inline-block;
	}
	#footerLinks ul {
		margin: 0 1.2em;
		text-align: left;
		padding: 0;
		width: auto;
	}

	/********************************************
	Columns
	********************************************/

	#contentDetail .column2 {
		width: 100%;
	}
	#contentDetail .column3 {
		width: 49%;
	}
	#contentDetail .column4 {
		width: 32%;
	}


	#getRatesForm .toggleOfferFields {
		font-size: .9em;
		line-height: 1em;
	}
	#getRatesForm .toggleOfferFields input {
		font-size: .96em;
		max-width: 8em;
		margin:  0 0 0 .5em;
		display: inline-block;
	}

}

@media (min-width: 660px) {

	#contentDetail .artistListItem_lg {
		margin: 1em 1em 2em 1em;
	}

	/********************************************
	Sub Navigation
	********************************************/
	.subNav li {
		width: 32%;
	}

	/********************************************
	Responsive Classes
	********************************************/

	.noBreak {
		display: inline-block;
	}

	.meet-associate {
		padding: 0 0 1em 0;
		margin: 0 0 3em 0;
		max-width: 100%;
	}
	.meet-associate img {
		position: absolute;
		top: 3em;
		right: .3em;
		transform: rotate(6deg);
	}
	#contentDetail .meet-associate h2.meet-associate-heading {
		margin: 0 0 .5em 0;
		padding: .5em 0 .5em 20px;
		font-size: 2.2em;
		text-align: left;
	}
	#contentDetail .meet-associate h3 {
		padding-left: 20px;
		margin: 0 0 1em 0;
		font-size: 1.2em;
		text-align: left;
	}
	#contentDetail .meet-associate p {
		padding-right: 18em;
		padding-left: 20px;
		font-size: .9em;
	}

}

@media (min-width: 768px) {

	/********************************************
	Banner
	********************************************/

	#bannerSlidesWrapper {
		height: 280px;
	}

	#bingo-header-logo {
		width: 320px;
		height: 120px;
		top: 8em;
	}

	/* Banner Slides */
	#bannerSlides {
		height: 280px;
	}
	#bannerSlides .slide {
		height: 280px;
	}
	.ribbonHeading {
		font-size: 1.3em;
	}

	/********************************************
	Header
	********************************************/

	.navBarWrapper {
		height: 85px;
	}
	.navBarWrapper a.navHome {
		width: 189px;
		height: 90px;
		left: 1.2em;
		top: -3px;
	}
	.utilityLinks a {
		line-height: 85px;
	}
	.utilityLinks .utilSearch {
		display: inline-block;
	}
	.mobileMenuButton {
		line-height: 85px;
	}
	.navMenu {
		top: 85px;
	}

	/********************************************
	Wide Content Details
	********************************************/
	#mainContent.contentWide {

	}
	#mainContent.contentWide #contentDetail {
		float: none;
		margin: 0 auto 2em auto;
		display: block;
		padding: 2.5em 1.5em;
		width: 100%;
		max-width: 860px;
		box-sizing: border-box;
	}
	#mainContent.contentWide #highlights {
		display: none;
	}

	/********************************************
	Free Gaming Page
	********************************************/

	#mainContent.contentWide #freeGameFrame {
		margin: 0;
		width: 100%;
		height: 1100px;
		border-width: 0;
		padding: 0;
		overflow: hidden;
	}

	/********************************************
	Inline Highlight
	********************************************/

	#contentDetail .highlight-inline {
		max-width: 40.5em;
		margin: 0 0 2em 0;
	}
	#contentDetail .highlight-inline h2 {
		margin: .2em 0 .3em 0;
	}
	#contentDetail .highlight-inline figure {
		float: right;
		margin: 0 0 0 1em;
	}
	#contentDetail .highlight-inline-left {
		max-width: 100%;
	}
	#contentDetail .highlight-inline-left h2 {
		margin: 0 0 .3em 0;
	}
	#contentDetail .highlight-inline-left p {
		max-width: 100%;
	}
	#contentDetail .highlight-inline-left figure {
		float: left;
		margin: 0 1em 0 0;
	}

	/********************************************
	Content Details
	********************************************/

	#contentDetail {
		padding: 2.15em 0;
	}
	#contentDetail h1 {
		font-size: 2.125em;
		text-transform: uppercase;
	}
	#contentDetail h1.eventHeading {
		margin-bottom: .2em;
	}
	#contentDetail h2 {
		font-size: 1.125em;
		line-height: 1.7em;
		margin-bottom: .222em;
		text-transform: uppercase;
	}
	#contentDetail h2.callOut {
		font-family: "droid-sans", Arial, sans-serif;
		font-size: 1.5em;
		line-height: 1.6em;
		text-align: center;
		color: #ffffff;
		margin-bottom: 1.6em;
	}
	#contentDetail h3 {
		font-family: 'Roboto Slab', serif;
		font-size: 1.125em;
		font-weight: bold;
	}
	#contentDetail h4 {
		color: #FFE400;
		font-size: 1.25em;
		font-family: 'open-sans-condensed', sans-serif;
		line-height: 1.3em;
		margin-bottom: 1.6em;
	}
	#contentDetail p {
		line-height: 1.7em;
		margin-bottom: 2em;
		max-width: 40em;
	}

	/********************************************
	Margin & Alignment
	********************************************/

	#contentDetail .alignLeft {
		float: left;
	}
	#contentDetail .alignRight {
		float: right;
	}
	#contentDetail .centerTxt {
		text-align: center;
	}
	#contentDetail .rightTxt {
		text-align: right;
	}
	#contentDetail .marginBot {
		margin: 0 0 1em 0;
	}
	#contentDetail .marginTop {
		margin: 1em 0 0 0;
	}
	#contentDetail .marginRightBot {
		margin: 0 2em 1em 0;
	}
	#contentDetail .marginLeftBot {
		margin: 0 0 1em 2em;
	}
	#contentDetail .marginRightTop {
		margin: 1em 2em 0 0;
	}
	#contentDetail .marginLeftTop {
		margin: 1em 0 0 2em;
	}
	#contentDetail .marginRight {
		margin: 0 2em 0 0;
	}
	#contentDetail .marginLeft {
		margin: 0 0 0 2em;
	}
	#contentDetail .marginAll {
		margin: 2em;
	}
	#contentDetail .marginAll-sm {
		margin: 1em;
	}
	#contentDetail .marginAll-lg {
		margin: 3em;
	}
	#contentDetail .marginAll-logo {
		margin: 2em 4em 2em 2em;
	}
	#contentDetail .txtWrapRight {
		margin: 0 4em 1em 1em;
	}

	/********************************************
	Columns
	********************************************/

	#contentDetail .column2 {
		width: 49%;
	}
	#contentDetail .column3 {
		width: 32%;
	}
	#contentDetail .column4 {
		width: 24%;
	}


	/********************************************
	Landing Listing
	********************************************/

	#contentDetail .landingList {
		list-style: none;
		margin: 0 0 3em 0;
	}
	#contentDetail .landingList li {
		max-width: 100%;
		padding: 0;
		margin: 0 0 1.2em 0;
	}
	#contentDetail .landingList li:first-child {
		padding: 0;
		margin: 0 0 1.2em 0;
	}
	#contentDetail .landingList li:last-child {
		padding: 0;
		margin: 0 0 1.2em 0;
	}
	.landingList .listIcon {
		margin: 0;
	}
	.landingList .listDetail {
		width: 510px;
		padding: 0;
		height: 165px;
		position: relative;
		background: rgb(0,0,0);
		background: transparent\9;
		background: rgba(0,0,0,.3);
	}
	#contentDetail .listDetail h1 {
		font-size: 1.5em;
		line-height: 1em;
		margin: .5em .833em;
		padding: 0;
	}
	#contentDetail .listDetail p {
		font-size: 0.9375em;
		line-height: 1.7em;
		margin: 0 5.625em 0 1.25em;
	}
	#contentDetail .landingList .listDetail ul {
		margin: 0 0 1em 1.25em;
	}
	#contentDetail .landingList .listDetail li {
		margin: 0 0 .6em 0;
	}
	.listDetail .listLinks {
		position: absolute;
		display: block;
		left: 20px;
		top: 130px;
		text-align: left;
	}


	/* list hosts */
	#contentDetail .listHosts {
		margin-top: 4em;
		margin-left: 2em;
	}
	#contentDetail .listHosts li {
		margin-bottom: 4em;
	}
	#contentDetail .listHosts li:first-child {
		margin: 0 0 4em 0;
	}
	.listHosts .listIcon  {
		padding: 0;
		overflow: hidden;
		margin: 0;
		border-radius: .3em 0 0 .3em;
		float: left;
		width: 150px;
		box-sizing: border-box;
	}
	.listHosts .listIcon img {
		display: block;
	}
	#contentDetail .listHosts .listDetail {
		max-width: 360px;
		background: rgba(255,255,255,.2);
		border-radius: 0 .3em .3em 0;
		text-align: left;
		padding: 1em .5em;
		height: 210px;
		float: left;
		box-sizing: border-box;
	}
	#contentDetail .listHosts .listDetail h1 {
		color: #ffffff;
		padding: 0;
		margin-left: 1.5rem;
		margin-bottom: .3em;
	}
	#contentDetail .listHosts .listDetail p {
		font-size: 1.2em;
		margin-left: 1.5rem;
	}
	#contentDetail .listHosts .listDetail a {
		color: #ffffff;
	}


	.logoProperty {
		display: block;
		position: absolute;
		bottom: 10px;
		right: 10px;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
	}
	.lagniappeLogo {
		width: 96px;
		height: 78px;
		background-image: url(uploads/2020/02/icon-lagniappe-small.png);
		right: 4px;
		bottom: 2px;
	}
	.noodlesLogo {
		width: 76px;
		height: 76px;
		background-image: url(/img/gumbeauxs.png);
		right: 10px;
	}
	.beignetsLogo {
		width: 110px;
		height: 66px;
		background-image: url(/uploads/2018/10/logo-courtyard-cafe.png);
		right: 5px;
	}
	.bigskyLogo {
		width: 110px;
		height: 61px;
		background-image: url(/img/big-sky-steakhouse.png);
		right: 5px;
	}
	.bigskyLogo2025 {
		width: 110px;
		height: 61px;
		background-image: url(/img/logo-big-sky-steakhouse-2025.png);
		right: 5px;
	}
	.gumbeauxLogo {
		width: 100px;
		height: 76px;
		background-image: url(/img/gumbeauxs-2021.png);
		right: 5px;
	}
	.sevenclansLogo {
		width: 100px;
		height: 73px;
		background-image: url(/img/seven-clans-buffet2.png);
		right: 10px;
	}
	.coushattacoffee {
		width: 100px;
		height: 45px;
		background-image: url(/img/coushatta-coffee.png);
	}
	.terraceLogo {
		width: 100px;
		height: 45px;
		background-image: url(/img/terrace-cafe2.png);
	}
	.cafegrandeLogo {
		width: 100px;
		height: 66px;
		background-image: url(/img/cafe-grande.png);
	}
	.diner165Logo {
		width: 88px;
		height: 80px;
		right: 5px;
		background-image: url(/uploads/2019/10/icon-diner-165.png);
	}
	.starbucksLogo {
		width: 85px;
		height: 85px;
		background-image: url(/uploads/2019/09/icon-starbucks3.png);
	}
	.cornerbarLogo {
		width: 110px;
		height: 41px;
		background-image: url(/img/corner-bar-and-deli.png);
	}
	.nathansLogo {
		width: 110px;
		height: 37px;
		background-image: url(/uploads/2015/09/nathans-famous-hot-dogs3.png);
	}
	.pjscoffeeLogo {
		width: 65px;
		height: 82px;
		background-image: url(/img/pjs-coffee2.jpg);
	}
	.bar7Logo {
		width: 70px;
		height: 62px;
		background-image: url(/img/bar-7.jpg);
	}
	.jalapenoLogo {
		width: 110px;
		height: 44px;
		background-image: url(/uploads/2018/01/icon-jalapeno-rio-white.png);
	}
	.eaglesnestLogo {
		width: 57px;
		height: 100px;
		background-image: url(/uploads/2015/10/eagle-bar-and-grill.png);
	}
	.theRezLogo {
		width: 100px;
		height: 55px;
		right: 5px;
		background-image: url(/img/the-rez-sportsbook-logo.png);
	}
	.theRezSportsbarLogo {
		width: 100px;
		height: 55px;
		right: 5px;
		background-image: url(/uploads/2024/10/the-rez-sportsbar-landing-2024-web-cropped.png);
	}
	.grandhotelLogo {
		width: 100px;
		height: 59px;
		background-image: url(/uploads/2015/10/logo-grand-hotel3.png);
	}
	.sevenclanshotelLogo {
		width: 70px;
		height: 78px;
		background-image: url(/uploads/2015/10/logo-seven-clans-hotel2.png);
	}
	.innAtCoushatta {
		width: 70px;
		height: 90px;
		background-image: url(/uploads/2023/05/logo-the-inn-at-coushatta2.png);
	}
	.coushattainnLogo {
		width: 110px;
		height: 37px;
		background-image: url(/uploads/2015/10/logo-coushatta-inn4.png);
	}
	.rvparkLogo {
		width: 75px;
		height: 81px;
		background-image: url(/uploads/2015/10/logo-rv-park.png);
	}

	/* list features */
	.listFeatures .listDetail, .listSpecials .listDetail {
		background: 0;
		padding: 0;
		height: auto;
	}

	#contentDetail .listFeatures .listDetail h1 {
		margin: 0 0 .4em .8em;
		padding: 0;
		line-height: 1em;
	}
	#contentDetail .listFeatures .listDetail p {
		margin: 0 3.125em 1.2em 1.25em;
	}

	#contentDetail .listSpecials .listIcon {

	}
	#contentDetail .listSpecials .listDetail {
		padding-left: 1.5em;
		width: 30em;
	}
	#contentDetail .listSpecials .listDetail h1 {
		margin: 0 0 .4em 0;
	}
	#contentDetail .listSpecials .listDetail h4 {
		margin: 0 0 1em 0;
	}
	#contentDetail .listSpecials .listDetail p {

	}

	#contentDetail .card-list {
		text-align: left;
	}


	/* list calendar events */

	.eventList {
		list-style: none;
		margin: 0 0 3em 0;
	}
	.eventList li {
		max-width: 100%;
		box-sizing: border-box;
	}
	.eventList .listIcon {
		margin: 0;
	}
	.eventList .listDetail {
		float: left;
		display: block;
		width: 510px;
		padding: 0;
		height: 165px;
		position: relative;
		background: rgb(0,0,0);
		background: transparent\9;
		background: rgba(0,0,0,.3);
	}
	.eventList .listDetail h1 {
		color: #FFF089;
		font-family: 'open-sans-condensed', sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1em;
		margin: .5em .833em;
		padding: 0;
		text-transform: uppercase;
	}
	#contentDetail .eventList .listDetail h1 {
		background-color: #000000;
		margin: 0 0 0.6em 0;
		padding: .5em 0 .5em .8333em;
	}
	#contentDetail .eventList .listDetail p {
		font-size: 0.9375em;
		line-height: 1.7em;
		color: #ffffff;
		margin: 0 5.625em 0 1.25em;
	}
	.listDetail .eventStarts {
		font-weight: bold;
		line-height: 1em;
		position: absolute;
		right: 4.8em;
		text-align: right;
		top: .61em;
	}
	.listDetail .eventDate {
		position: absolute;
		right: .8em;
		top: .8em;
		width: 3.8em;
	}
	.eventDate .eventMonth {
		background-color: #B25E5E;
		color: #ffffff;
		line-height: 1.3em;
		display: block;
		padding: 0;
		letter-spacing: .14em;
	}
	.eventDate .eventDay {
		background-color: #ffffff;
		font-family: 'droid-sans', sans-serif;
		color: #686868;
		display: block;
		padding: 0;
		font-size: 1.875em;
		letter-spacing: .1em;
		line-height: 1.3em;
	}
	.eventList .listDetail .eventCalLinks {
		display: block;
		position: absolute;
		right: .8em;
		top: 5.5em;
		text-align: center;
	}
	.listDetail .eventLinksWithDate {
		text-align: center;
		top: 90px;
		width: 60px;
	}
	.listDetail .eventCalLinks a {
		color: #FFF089;
		display: inline-block;
		font-size: 12px;
		line-height: 1em;
		margin: 0 0 10px 0;
		vertical-align: middle;
		padding: 0;
		text-decoration: none;
		text-transform: uppercase;
	}


	/* list specials */

	#contentDetail .specialList li {
		margin-bottom: 2em;	
	}
	.specialList .listDetail {
		width: 400px;
		padding: 0 0 0 1.5em;
		height: auto;
		position: relative;
		background: none;
	}
	#contentDetail .specialList .listDetail h1 {
		margin: 0 0 01em 0;
		font-size: 1.25em;
	}
	#contentDetail .specialList h3 {
		font-size: 1em;
		margin: 0 0 1em 0;
	}
	#contentDetail .specialList p {
		margin: 0 0 1.25em 0;
	}

	/* list winners */

	#contentDetail .listWinners .listDetail {
		width: 380px;
		padding: 0;
	}
	#contentDetail .listWinners .listIcon {
		height: auto;
		padding: .4em 1.5em 0.9375em 0;
		max-width: 300px;
	}
	#contentDetail .listWinners .imgFrame-sm {
		width: 100%;
		border-width: 0.375em;
	}
	#contentDetail .listWinners p {
		font-size: 17px;
		line-height: 2em;
	}


	/********************************************
	Event Details Page
	********************************************/

	#contentDetail .eventViewThumb {
		float: left;
		margin: .5em 2em 1em 0;
		border: 6px solid #FFFFFF;
		max-width: 312px;
	}
	#contentDetail .eventViewThumb img {
		display: block;
	}

	/********************************************
	Advantage Club Pages
	********************************************/

	#contentDetail h2.cardLvlHeading {
		text-align: left;
	}
	#contentDetail .advCardsInsert {
		margin: 1em;
		float: right;
	}
	#contentDetail figure.advCardImg {
		float: left;
		width: 207px;
		margin-right: 2em;
	}
	#contentDetail p.cardDetailsHeading {
		margin-bottom: 10px;
	}
	#contentDetail div.advCardDetails {
		width: 442px;
		float: left;
	}

	/********************************************
	Press Listing
	********************************************/

	#contentDetail .pressDate {
		font-family: 'Roboto Slab', serif;
		font-size: 18px;
		font-weight: bold;
		color: #EBE45C;
		display: block;
	}

	/********************************************
	Press Details Page
	********************************************/

	#contentDetail .pressViewTitle {
		font-size: 28px;
		line-height: 1.1em;
		margin: 0 0 10px 0;
	}
	#contentDetail .pressViewSubtitle {
		font-family: 'open-sans-condensed', sans-serif;
		font-size: 22px;
		font-weight: normal;
		line-height: 1.2em;
		text-transform: none;
		margin: 0 0 10px 0;
	}
	#contentDetail .pressViewDate {
		color: #EBE45C;
		font-family: 'Roboto Slab', serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 1em;
		margin: 2em 0;
	}

	/********************************************
	Directions Page
	********************************************/

	#contentDetail .googleMap {
		border-width: 10px;
	}
	#contentDetail .googleMap iframe {
		height: 470px;
	}

	/********************************************
	Press Resources
	********************************************/

	#contentDetail .pressContactBox {
		display: block;
		float: right;
		padding: 1.5em;
		border: 2px solid #809fb5;
		margin: 0 0 2em 4em;
	}
	#contentDetail h4.pressResourceH4 {
		font-size: 1.5em;
	}
	#contentDetail .pressListItem {
		width: 32%;
	}
	/********************************************
	Responsive Classes
	********************************************/

	.hideFromMobile {
		display: block;
	}
	.hideFromTablet, .hideColumnTablet {
		display: none;
	}
	.hideColumnMobile {
		display:table-cell;
	}

}


@media(min-width:920px) {
	/********************************************
	PDF Viewer
	********************************************/
	.pdf-popup {
		max-width: 920px;
		max-height: 680px;
		top: 50%;
		left: 50%;
		margin-top: -340px;
		margin-left: -460px;
	}

	/********************************************
	Cookie Notification
	********************************************/

	.cookie-notification {
		bottom: 1em;
		max-width: 840px;
	}

}


@media (min-width: 1140px) {

	/********************************************
	HOVER STATES
	********************************************/

	.button:hover, a.button:hover {
		color: #EBE45C;
	}
	.buttonSend:hover {
		color: #EBE45C;
	}
	input:hover, select:hover, textarea:hover {
	}
	#dialog .dialog-exit:hover {
		color: #777777;
	}
	#dialog button.button-close:hover {
		border: 1px solid #AAAAAA;
		color: #333333;
		background: #efefef;
	}
	.utilityLinks a:hover {
		color: #ffe400;
	}
	.navMenu a:hover {
		color: #ffe400;
	}
	.navMenu .subMenu a:hover {
		color: #ffe400;
	}
	#contentDetail .paging a:hover {
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
	}
	#contentDetail .alert-info a:hover {
		color: #FFFFFF;
	}
	.landingList .listIcon a:hover {
		-moz-box-shadow: 0 0 15px rgba(255,255,255,0.75);
		-webkit-box-shadow: 0 0 15px rgba(255,255,255,0.75);
		box-shadow: 0 0 15px rgba(255,255,255,0.75);
	}
	.specialList .listIcon a:hover {
		-moz-box-shadow: 0 0 0 rgba(255,255,255,0.75);
		-webkit-box-shadow: 0 0 0 rgba(255,255,255,0.75);
		box-shadow: 0 0 0 rgba(255,255,255,0.75);
	}
	.toggleButton:hover {
		color: #ffffff;
	}
	#offerButton:hover {
		background: #ffffff;
		color: #000000;
		border: none;
	}
	ol.searchResultList h3:hover a {
		text-decoration: underline;
	}
	ol.searchResultList p.resultToolbar a:hover {
		color: #FFFFFF;
	}
	.autocomplete-selected:hover {
		background-color: #3399ff;
		color: #ffffff;
	}
	#footerLinks a:hover {
		color: #ffe400;
	}
	#footerSocial .icon:hover {
		background: #555555;
	}
	.listDetail .listLinks a:hover {
		color: #ffffff;
	}
	.listDetail .eventCalLinks a:hover {
		color: #ffffff;
	}
	#contentDetail .card-list li:hover {
		background: rgba(255,255,255, 1);
		-moz-box-shadow: 0 0 .6em rgba(000,000,000,0.65);
		-webkit-box-shadow: 0 0 .6em rgba(000,000,000,0.65);
		box-shadow: 0 0 .6em rgba(000,000,000,0.65);
	}
	#contentDetail .lightbox-gallery:hover .fa-search-plus {
		color: rgba(255,255,255,.5);
	}

	/********************************************
	Main Wrapper
	********************************************/

	#wrapper {
		min-width: 1140px;
	}
	/* HEADER */
	#headerWrapper {
		background: rgb(0,138,255);
		background: transparent\9;
		background: rgba(0,138,255,.41);
		min-width: 1140px;
		width: 100%;
		height: 118px;
		z-index: 8;
		position: absolute;

		border-bottom: 1px solid rgba(225,225,225,0.41);
	}
	#headerWrapper:nth-child(n) {
		filter: none;
	}

	/* NAV BAR */

	.navBarWrapper {
		background: none;
		height: 0;
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		position: relative;
		border-bottom-width: 0;
	}
	.navBar {
		max-width: 940px;
	}
	.navBar a.navHome {
		width: 229px;
		height: 120px;
		left: -40px;
		top: -0px;
	}
	.utilityLinks {
		line-height: 1em;
		top: 26px;
		right: 82px;
		margin: 0;
		padding: 0;
		position: absolute;
	}
	.utilityLinks a {
		font-size: 0.7em;
		line-height: 1em;
		height: 1em;
		padding: 0 0 0 .8em;
		margin: 0 0 0 .8em;
		border-left: 1px solid #ffffff;
	}
	.utilityLinks a:first-child {
		border-left-width: 0;
		padding: 0;
		margin: 0;
	}
	.mobileMenuButton {
		display: none;
	}
	.navMenuWrapper {
		margin: 0 auto;
		background: none;
		height: 118px;
		max-width: 1140px;
	}
	.navMenu {
		font-family: 'Roboto Slab', serif;
		width: 740px;
		padding: 0;
		margin: 0 100px 0 0;
		background: none;
		display: block;
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		top: 50px;
	}
	.navMenu i {
		display: none;
	}
	.navMenu a.navAdvantage {
		background-attachment: scroll;
		background-image: url("../img/sprites.png?v4");
		background-repeat: no-repeat;
		float: none;
		margin: 0;
		padding: 0;
		position: absolute;
		background-position: 13px -298px;
		display: block;
		text-align: center;
		font-size: 11px;
		height: 88px;
		line-height: 13px;
		color: #ffea00;
		right: -100px;
		top: -56px;
		width: 100px;
		-webkit-transition: background-position .2s;
		-moz-transition: background-position .2s;
		-ms-transition: background-position .2s;
		-o-transition: background-position .2s;
		transition: background-position .2s;
	}
	.navMenu a.navAdvantage:hover {
		background-position: 13px bottom;
		text-decoration: none;
	}
	.navMenu li {
		display: inline-block;
		position: relative;
	}
	.navMenu a {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px;
		padding: 13px 0 23px 0;
		margin: 0 11px;
		text-decoration: none;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-ms-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
		border-top-width: 0;
		border-bottom-width: 0;
		background: none;
	}
	.navMenu a:hover {
		color: #ffe400;
	}
	.navMenu .subMenu {
		display: none;
		position: absolute;
		top: 68px;
		left: 0;
		z-index: 9;
		border-top: 1px solid #5E91B7;
		list-style-type: none;
		background: rgb(18,53,77);
		background: transparent\9;
		background: rgba(18,53,77,.9);
		margin: 0;
		padding: 14px 20px 0 20px;
		min-width: 200px;
	}
	.navMenu .subMenu hr {
		border-top: 1px solid #202C39;
		border-bottom-color: #517091;
		margin-bottom: 12px;
	}
	.navMenu .subMenu ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 12px 0;
	}
	.navMenu .subMenu li {
		display: block;
		text-align: left;
		margin: 0;
		padding: 0;
		font-family: "droid-sans", Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.7em;
	}
	.navMenu .subMenu a {
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.7em;
		text-decoration: none;
		padding: 0;
		margin: 0;
		background: none;
	}
	.navMenu a.navCurrent {
		color: #ffe400;
	}
	.navMenu a.mainNavSpecial {
		color: #ffe400;
	}

	/********************************************
	Banner
	********************************************/

	#bannerSlidesWrapper {
		height: 396px;
	}
	#bannerSlides {
		height: 396px;
	}
	#bannerSlides .slide {
		height: 396px;
	}

	/* Banner Overlay */

	#bannerMark {
		height: 0px;
		margin: 0px auto;
		position: relative;
		width: 1035px;
		z-index: 6;
	}
	#playersClub {
		background-attachment: scroll;
		background-image: url("../img/players-club.png");
		background-repeat: no-repeat;
		top: 162px;
		height: 165px;
		position: absolute;
		right: -35px;
		width: 497px;
	}
	#koasatiPines {
		background-attachment: scroll;
		background-image: url("../img/koasati-pines2.png");
		background-repeat: no-repeat;
		height: 88px;
		position: absolute;
		right: 50px;
		top: 235px;
		width: 140px;
	}
	#bingo-header-logo {
		width: 400px;
		height: 150px;
		top: 11em;
	}



	/********************************************
	Main Content
	********************************************/

	#contentWrapper {
		background-attachment: scroll;
		background-repeat: repeat;
		background: -webkit-radial-gradient(center, circle, rgba(0,0,0,0) 10%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%), url("../img/bg-content-pattern.jpg") repeat;
		background: -moz-radial-gradient(center, circle, rgba(0,0,0,0) 10%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%), url("../img/bg-content-pattern.jpg") repeat;
		background: -ms-radial-gradient(center, circle, rgba(0,0,0,0) 10%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%), url("../img/bg-content-pattern.jpg") repeat;
		background: -o-radial-gradient(center, circle, rgba(0,0,0,0) 10%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%), url("../img/bg-content-pattern.jpg") repeat;
		background: radial-gradient(circle at center, rgba(0,0,0,0) 10%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%), url("../img/bg-content-pattern.jpg") repeat;
		border-top: 1px solid #3e90bb;
		border-bottom: 1px solid #3e90bb;
	}
	#mainContent {
		margin: 0 auto;
		position: relative;
		width: 940px;
		max-width: 940px;
		padding: 10px 0 0 0;
	}
	#contentWrapper .noBanner {
		padding: 200px 0px 40px;
	}
	/* RIBBON HEADING */

	.ribbonHeading {
		background: transparent;
		background-attachment: scroll;
		background-image: url("../img/sprites.png?v4");
		background-repeat: no-repeat;
		background-position-y: -5px;
		height: 66px;
		padding-top: 0;
		position: absolute;
		text-align: center;
		top: -25px;
		left: -68px;
		width: 1077px;
		color: #FFFFFF;
		font-size: 1.69em;
		line-height: 48px;
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
	}

	/********************************************
	Sub Nav Bar
	********************************************/
	.subNavBot {
		display: none;
	}
	.subNavTop {
		display: block;
	}
	.subNav {
		font-size: 0.8125em;
		padding: 16px 16px 12px 16px;
		width: 908px;
		text-align: center;
		max-width: 908px;
		margin-top: 15px;
		background: -moz-linear-gradient(top, rgba(57,46,85,1) 0%, rgba(57,46,85,0) 22px), #327AAA; /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(57,46,85,1)), color-stop(22px, rgba(57,46,85,0))), #327AAA; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(57,46,85,1) 0%, rgba(57,46,85,0) 22px), #327AAA; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(57,46,85,1) 0%, rgba(57,46,85,0) 22px), #327AAA; /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(57,46,85,1) 0%, rgba(57,46,85,0) 22px), #327AAA; /* IE10+ */
		background: linear-gradient(to bottom, rgba(57,46,85,1) 0%, rgba(57,46,85,0) 22px), #327AAA; /* W3C */
	}
	.subNav li {
		width: auto;
	}
	.subNav li a {
		font-family: "droid-sans", Arial, sans-serif;
		width: auto;
		padding: .4em 1.1em;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-ms-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
		white-space: nowrap;
	}
	.subNav li a:hover {
		color: #ffe400;
	}
	.subNav li a.currentPage {
		color: #ffe400;
	}

	.subNavMeetings li a:hover, .subNavMeetings li a.currentPage {
		color: #e6dfca;
	}

	/********************************************
	Highlights
	********************************************/

	#highlights {
		display: block;
		width: 160px;
		float: left;
		margin-top: 34px;
		margin-left: 20px;
		padding: 0 0 4em 0;
		font-family: "droid-sans", Arial, sans-serif;
	}
	#highlights ul {
		list-style: none;
		width: 160px;
		margin: 0 auto;
		padding: 0;
		margin: 0;
	}
	#highlights li {
		border-bottom: 0px solid #80b0cb;
		display: block;
		padding: 10px 0;
		margin: 0;
		width: 160px;
		text-align: center;
	}
	#highlights li:last-child {
		border-bottom-width: 0;
	}
	/* modify tripadvisor highlight */
	#highlights .TA_certificateOfExcellence {
		padding: 0 !important;
		margin: 0 !important;
		line-height: 0;
		vertical-align: top!important;
		display: inline-block!important;
	}
	#highlights span.badgeTitle {
		font-size:.9em;
		line-height: 1.2em;
		display: block;
	}
	#highlights .widCOE {
		padding: 0;
		margin: 0 auto !important;
	}
	/* WIDGETS */
	#widgetContainerBox {
		max-width: 160px !important;
		overflow: hidden;
	}
	#widgetContainerBox div {
		margin-bottom: .65em !important;
	}
	#widgetContainerBox img {
		max-width: 160px !important;
		left: 0;
		top: 0;
	}
	.widgetGrade {
		position:relative!important;
	}
	.widgetScore, .widgetCount {
		left:0;
	}
	/* modify Expedia Hotels.com highlight */
	.hcom-w-badge-1 a {
		text-decoration: none;
		font: 13px/135% arial, helvetica, clean, sans-serif;
	}

	/********************************************
	Advantage Sidebar Sub nav
	********************************************/

	#mainContent .advNavWrapper {
		width: 180px;
		margin-top: 34px;
		margin-left: 0px;
	}
	#highlights .sideNav {
		background-color: #1B2333;
		padding: 8px 0;
		margin: 0 0 1em 0;
		width: 100%;
	}
	#highlights .sideNav li {
		border-bottom: 1px solid #646a75;
		margin: 0 13%;
		width: 74%;
	}
	#highlights .sideNav li:last-of-type {
		border-bottom: 0;
	}
	#highlights .sideNav li a {
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.8em;
		text-decoration: none;
		margin: 0;
		padding: 0;
		text-align: center;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-ms-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
	}
	#highlights .sideNav li a:hover {
		color: #ffe400;
	}

	#highlights .meetingNav {
		background-color: #e6dfca;
	}
	#highlights .meetingNav li {
		border-color: #b8a467;
	}
	#highlights .meetingNav li a {
		color: #584d29;
	}
	#highlights .meetingNav li a:hover {
		color: #000000;
	}

	/********************************************
	Content Details
	********************************************/

	#contentDetail {
		float: left;
		margin: 0 0 0 2.5em;
		width: 720px;
	}
	#contentDetail h1 {
		font-family: 'open-sans-condensed', sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
	#contentDetail h1.eventHeading {
		margin-bottom: .2em;
	}
	#contentDetail h2 {
		font-family: 'Roboto Slab', serif;
		font-size: 1.125em;
		line-height: 1.7em;
		margin-bottom: .222em;
		text-transform: uppercase;
	}
	#contentDetail h2.callOut {
		font-family: "droid-sans", Arial, sans-serif;
		font-size: 24px;
		line-height: 1.6em;
		text-align: center;
		color: #ffffff;
		margin-bottom: 1.6em;
	}
	#contentDetail h3 {
		font-family: 'Roboto Slab', serif;
		font-size: 18px;
		font-weight: bold;
	}
	#contentDetail h4 {
		color: #FFE400;
		font-size: 20px;
		font-family: 'open-sans-condensed', sans-serif;
		line-height: 1.3em;
		margin-bottom: 1.6em;
	}
	#contentDetail p {
		line-height: 1.7em;
		margin-bottom: 2em;
		max-width: 40em;
	}

	/********************************************
	Data Tables
	********************************************/

	#contentDetail .listLargeTable tr:hover td {
		background: rgb(18,53,77);
		background: transparent\9;
		background: rgba(18,53,77,.3);
	}


	/********************************************
	Bingo Progressive
	********************************************/

	.bingoTable {
		width: 580px;
	}

	/********************************************
	Footer
	********************************************/

	#footer {
		font-family: "droid-sans", Arial, sans-serif;
		width: 940px;
		margin: 0 auto;
		padding: 1.1em 0 1em 0;
		position: relative;

	}

	/* Ribbon Highlight */

	#ribbonHighlight {
		padding: 10px 0 0 0;
		position: absolute;
		right: 0px;
		top: 0;
		max-width: 98px;
		margin: 0;
		z-index: 9;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-ms-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
	}
	#ribbonHighlight br {
		display: block;
	}
	#ribbonHighlight:hover {
		color: #e4feff;
	}
	#ribbonHighlight .ribbon-bottom {
		position: absolute;
		bottom: -40px;
		height: 40px;
		width: 98px;
		right: 0px;
		background-attachment: scroll;
		background-image: url("../img/sprites.png?v4");
		background-position: -96px -340px;
		background-repeat: no-repeat;
		z-index: 10;
	}
	#ribbonHighlight .career-apply {
		font-size: .91em;
		margin-top: .5em;
	}

	/********************************************
	Footer Nav
	********************************************/

	#footerNav {
		padding: 0 .6em 1.6em .6em;
	}
	#footerLinks {
		float: left;
	}
	#footerLinks ul {
		margin: 0 1.875em 0 0;
	}
	#footerLinks a {
		font-size: .8125em;
		padding: .24em 0;
	}

	/********************************************
	Footer Highlights
	********************************************/

	#footerHighlights {
		float: left;
		display: block;
		margin: 0 0 0 30px;
	}
	#footerHighlights .highlight {
		background-attachment: scroll;
		background-image: url("../img/sprites.png?v4");
		background-repeat: no-repeat;
		display: block;
		float: left;
		height: 115px;
		text-decoration: none;
		width: 84px;
	}
	#footerHighlights .coushatta {
		background-position: -90px -265px;
	}
	#footerHighlights .golfDigest {
		width: 108px;
		background-position: -351px -265px;
	}
	#footerHighlights .looserSlots {
		background-position: -200px -265px;
		width: 150px;
		margin-left: 1.4em;
	}
	#footerHighlights .wedding {
		width: 150px;
		background-position: -480px -265px;
	}
	#footerHighlights .tripAdvisor {
		width: auto;
		height: auto;
		background: none;
		position: relative;
	}
	.taAwardPopup {
		position: absolute;
		color: #FFFFFF;
		padding: 1em;
		box-sizing: border-box;
		bottom: 110px;
		left: -84px;
		width: 330px;
		text-align: left;
		background: #599642;
		z-index: 10;
		-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
		-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
		box-shadow: 0 .1em .2em rgba(000,000,000,0.75);
		display: none;
	}
	.taAwardPopup h2 {
		font-size: 1em;
		text-transform: uppercase;
		line-height: 1.3em;
		margin: 0 0 .1em 0;
	}
	.taAwardPopup p {
		font-size: .9em;
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}

	/********************************************
	Responsive Classes
	********************************************/

	.hideFromTablet {
		display: block;
	}
	.hideFromDesktop {
		display: none;
	}
	.hideColumnMobile, .hideColumnTablet {
		display:table-cell;
	}

}

/*===============Print Optimized===============*/

@media print {
	html, body {
		height: auto;
	}
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
		border-color: #000000 !important;
		border-width: 1px !important;
		box-shadow: none !important;
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: black;
	}
	input:-moz-placeholder, textarea:-moz-placeholder {
		color: black;
		opacity: 1;
	}
	input::-moz-placeholder, textarea::-moz-placeholder {
		color: black;
		opacity: 1;
	}
	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: black;
	}
	input:placeholder, textarea:placeholder {
		color: black;
		opacity: 1;
	}
	a, a:visited {
		text-decoration: underline;
	}
	pre, blockquote {
		border: 1px solid #000000;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	} /* h5bp.com/t */
	tr, img {
		page-break-inside: avoid;
	}
	@page {
		margin: .5in 1in;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	input, textarea, select, button, .button, .customSelect, .icheckbox {
		border: 1px solid #000000;
	}
	#wrapper {
		min-width: 7.5in;
		padding-bottom: 0;
	}
	#headerWrapper, #bannerSlidesWrapper, #highlights {
		display: none;
	}
	#contentWrapper {
		border-top-width: 0;
		border-bottom-width: 0;
	}
	#mainContent {
		width: 100%;
		padding: 0;
	}
	#contentDetail {
		float: none;
		margin-top: 20px;
		margin-left: 0px;
		width: 100%;
	}
	#contentDetail .paging a.currentPaging {
		border-width: 0px;
	}
	#ribbonHighlight, #footerLinks, #footerHighlights, .ribbonHeading, #footerSocial {
		display: none;
	}
	#contentDetail .eventList li, .eventList .eventDetail, #footerBoilerplate {
		page-break-inside: avoid;
	}
	.eventDetail .eventDate, #contentDetail .highlight-inline {
		border: 1px solid #000000;
	}
	.eventDetail .eventStarts {
		right: 90px;
	}
	hr {
		border-top-width: 0;
	}
	.printFooter {
		display: block;
	}


}



