/*Site Specific Customizations*/
/*Base Classes*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal 400;
	line-height: 1.7rem;
	background-color: #e0e0e0;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

a {
	color: #6e8f84;
	font-weight: bold;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
		color: #000;
	}

/*Navigation Classes*/
#navigation {
	display: none;
	height: 40px;
	background-color: #fff;
}

.title-bar {
	position: relative;
}

p {
	line-height: inherit;
}

.right-small {
	height: 42px;
	position: absolute;
	padding: 7px 9px;
	width: 47px;
	top: 0;
	right: 0;
	border-left: solid 1px #fff;
}

#mobile-social {
	position: absolute;
	top: 0;
	right: 60px;
	padding: 7px 0;
}

.social a {
	color: #fff;
	margin-right: 10px;
	font-size: 1.25rem;
}

	.social a.end {
		margin-right: 0;
	}

.title-bar-title {
	padding-left: 8px;
}

.top-bar,
.top-bar ul {
	background-color: #000;
}

/*Visibility Classes*/
.hide {
	display: none;
}

.show {
	display: block;
}

/*Footer Classes*/
footer {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	margin: 0px;
	margin-top: 8px;
	padding-bottom: 10px;
	font-size: 1.7rem;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 0;
}

h3 {
	font-size: 1.3rem;
}

#footer-sections span {
	font-size: 0.70rem;
	padding-right: 20px;
}

er p {
	color: #fff;
	font-size: 0.70rem;
}

.flexslider-mobile {
	display: none;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.flexslider-mobile {
		display: block;
	}

	.flexslider-desktop {
		display: none;
	}
}

#wrapper > #title {
	width: 100%;
	font-size: 3px;
	margin: 0 auto;
	padding: 0;
	color: #666;
}

/* Large and up */
@media screen and (min-width: 40em) {
	#footer-text .column {
		padding-right: 0;
	}

	#footer-text .end {
		padding-right: 0.9375rem;
	}
}

.title-bar {
	background: #6f6f6f !important;
	color: #fff;
}

.top-bar {
	border-top: solid 1px #fff;
}

	.top-bar a, .title-bar a {
		color: #fff;
		text-decoration: none;
	}

#footer-text a {
	color: #d49e6d;
	text-decoration: none;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

	#footer-text {
		font-size: 0.80rem;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {

	.home-thumb {
		padding-left: 0;
	}
}

.RadMenu li.rmFirst a.rmRootLink span.rmText {
	padding-left: 0 !important;
}

.RadMenu li.rmFirst a.rmRootLink {
	padding-left: 0.9375rem !important;
	margin-left: 0 !important;
}

.header-image {
	width: 100%;
	position: relative;
}


#press img {
	width: 100%;
}


@media screen and (min-width: 500px) and (max-width: 39.9375em), screen and (min-width: 768px) and (max-width: 63.9375em) {
	.room-6 {
		width: 50%;
	}
}


/*SlideJS styles*/
/* Prevent the slideshow from flashing on load */
#slides {
	display: none
}

/* For larger displays */
@media (min-width: 1230px) {
	.home-box {
		margin-top: -55px;
	}
}

.is-drilldown-submenu-parent > a::after {
	border-color: transparent transparent transparent white;
}

.js-drilldown-back > a::before {
	border-color: transparent white transparent transparent;
}

.sidebar {
	border-top: solid 7px #6e8f84;
	background-color: #fff;
	font-size: 0.80rem;
}

#left-navigation a {
	color: #6f6f6f;
	text-transform: uppercase;
}

	#left-navigation a:hover {
		color: #3e76aa;
	}

#left-navigation .h1 {
	font-family: 'Libre Baskerville', serif;
	color: #000;
	margin: 0px;
	margin-top: 8px;
	padding-bottom: 10px;
	font-size: 1.7rem;
}

#left-navigation a {
	text-decoration: none;
	font-weight: normal;
}

#left-navigation div.selected span {
	color: #6e8f84;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

#slides img {
	width: 100%;
}

.sub-sections {
	line-height: 1.8rem;
}

.sub-section-2 {
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
}

	.sub-section-2 a {
		color: #333;
		text-decoration: none;
	}

div.sub-section-2 {
	margin: 0;
}

#left-navigation .sub-section-2 a,
#left-navigation .sub-section-2 span {
	font-size: 12px;
	padding-left: 10px;
	background-color: #fff;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
}

.basic-content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.content {
	background-color: #f1e3c9;
}

#home-content {
	margin-top: 0;
}

	#home-content .pt-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

.no-left-padding {
	padding-left: 0;
}

#home-image-right {
	padding-left: 10px !important;
}

#home-image-left {
	padding-right: 10px !important;
}

#home-text {
	padding-right: 20px;
}

.dummy {
	padding-top: 100%; /* forces 1:1 aspect ratio */
}

.align-right {
	text-align: right;
}

#footer-text {
	margin-top: 15px;
}

.title-bar {
	line-height: 26px;
}

.button {
	background-color: #6e8f84;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 11px !important;
	border: none !important;
	border-radius: unset !important;
	line-height: 1rem !important;
}

#header-logo {
	margin: 13px 0;
}

div #home-center {
	background-color: #ece9e0;
}

header {
	background-color: #ffffff;
}

.title-bar-title .button {
	margin-bottom: 0;
}

.no-right-padding {
	padding-right: 0 !important;
}

.fa-home {
	font-size: 1.25rem !important;
	color: #fff;
}

	.fa-home:hover {
		color: #3e76aa;
	}

.button {
	margin-bottom: 0;
}

#lower-buttons {
	display: none;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
	#press img {
		padding-top: 0.9375rem;
	}

	#press {
		margin-top: -0.9375rem;
	}

	.fade-overlay {
		display: none;
	}

	#header-logo {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}

	#home-content {
		padding: 0;
	}

		#home-content .pt-20 {
			padding-top: 0;
			padding-bottom: 0;
		}

	h1 {
		margin-top: 0.625rem;
		font-size: 1.20rem;
	}


	/*
	.button {
		width: 100%;
		font-size: 0.70rem;

	}*/

	#lower-buttons {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
		display: block;
	}

	.flex-caption {
		background-image: none;
		padding-bottom: 0.625rem;
	}

		.flex-caption h1 {
			font-size: 1.5rem;
		}
}

.image-wrapper a img {
	width: 100%;
	max-width: none !important;
}

/*

@media screen and (max-width: 385px) {
	.button {
		width: 100%;
		font-size: 0.70rem;
	}
}

@media screen and (max-width: 768px) {

	.button {
		font-size: 0.70rem;
		padding: 0.85rem;
	}
}*/

#info-links {
	margin: 12px 0;
}

	#info-links i {
		float: left;
		padding-top: 16px;
		font-size: initial;
		color: #6e8f84;
	}

	#info-links .fa {
		margin-right: 18px;
	}

	#info-links div {
		float: left;
		width: 100%;
		line-height: 48px;
		height: 48px;
		font-size: 1.05rem;
		text-transform: uppercase;
	}

		#info-links div:last-of-type {
			border-bottom: none;
		}


	#info-links a {
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}

footer h3 {
	color: #fff;
	font-size: 1.3rem;
	text-transform: uppercase;
	margin-bottom: 0.4rem;
}

footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

	footer a:hover {
		color: #ace9ff;
	}


.footer-section a {
	line-height: 38px;
}


.RadForm {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

.event-date {
	width: 100%;
	padding: 10px 0;
}

/*Foundation Overrides*/
table tbody td {
	padding: 0;
}

table tbody tr:nth-child(even) {
	background-color: #fff;
}

table tbody {
	background-color: transparent;
	border: none;
}

table {
	margin-bottom: 0;
}


	table caption {
		padding: 0;
	}

.hidden {
	display: none;
}

#icms-gallery {
	margin: 0px auto;
	display: none;
	float: left;
	width: 100%;
}

#homepage-grid-row {
	padding: 30px 0;
	background-color: #6e8f84;
}

footer {
	color: #fff;
}

.linden-place-menu {
	float: right !important;
}

#section-header h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	margin: 0px;
	font-size: 3.0rem;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0px;
}


.off-canvas {
	background: #000;
}

.js-off-canvas-overlay {
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(0, 0, 0, 0.50);
}



nav {
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
}

	nav a {
		color: #c2a303;
		text-decoration: none;
		text-transform: uppercase;
	}

.nav-wrapper {
	float: left;
	width: 100%;
	line-height: 27px;
}

.menu-icon {
	margin-top: -1px;
}

.flex-caption {
	width: 100%;
	left: 0;
	top: inherit !important;
	bottom: 0px !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-image: url('/images/content-pages/slider-image-fade-154.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 3.0rem;
	line-height: 1.1rem;
	height: 154px;
	padding: 10px 0 0 0;
	font-weight: normal;
	vertical-align: bottom;
}

	.flex-caption h1 {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bold;
		/*text-shadow: 1px 1px 2px rgba(2, 2, 2, 1);*/
		color: #fff;
		font-size: 3.0rem;
		margin-bottom: 0;
		padding-bottom: 9px;
		padding-top: 7px;
		text-transform: uppercase;
	}

.small-flex-caption {
	padding-top: 43px;
}

.pad-100 {
	position: relative;
}

.abs-bottom {
	position: absolute;
	bottom: 0;
}

#menu-wrapper {
	position: relative;
}

#navigation {
	position: absolute;
	bottom: 0;
	right: 0.9375rem;
}

.nav-wrapper {
	height: 40px;
	line-height: 40px;
}

	.nav-wrapper .social {
		float: left;
	}

.menu.vertical > li {
	border-bottom: dotted 1px #cccccc;
}

header .button {
	background-color: #6e8f84;
	padding: 11px;
	font-size: 0.9rem;
	text-decoration: none;
}

#menu-wrapper .button {
	position: absolute;
	bottom: 40px;
	right: 28px;
}

#menu-wrapper .volunteer {
	right: 125px;
}

#green-buttons-mobile {
	display: none;
}

/*Breadcrumb Overrides*/
.breadcrumbs span.current-section {
	color: #fff;
	padding-top: 0;
	font-size: 0.8rem;
	line-height: 1.25rem;
}

.breadcrumbs a {
	color: #fff;
}

	.breadcrumbs a:hover {
		color: #6e8f84;
	}

.breadcrumbs > * {
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.25rem;
	text-decoration: none;
}

.breadcrumbs .spacer {
	color: #fff;
	margin: 0 6px;
	font-size: 0.8rem;
	line-height: 1.25rem;
	padding-top: 0;
	margin-top: -1px;
	position: initial;
}

.fa-home:hover {
	color: #6e8f84;
}

.sub-section-1 {
	border-bottom: solid 1px #d4d4d4;
}

	.sub-section-1:last-child {
		border-bottom: none;
	}

#left-navigation a:hover {
	color: #6e8f84;
}

footer h2 {
	color: #6e8f84;
}

.footer-section {
	border-right: solid 1px #494949;
}

footer a:hover {
	color: #6e8f84;
}

footer .social {
	margin: 5px 0 0 0;
}

.homebox {
	position: relative;
	width: 25%;
}

	.homebox img {
		width: 100%;
		max-width: none;
	}

	.homebox span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #000;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.0rem;
		line-height: 38px;
		padding: 0 13px;
		white-space: pre;
	}

.button:hover {
	background-color: #000;
}

.home-flex-caption {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.2rem;
}

	.home-flex-caption h1 {
		font-size: 2.7rem;
		margin: 0;
		font-weight: bold;
		margin-top: -10px;
		padding: 0;
		line-height: 3rem;
		text-shadow: 2px 2px 5px #000;
		color: #fff;
	}

	.home-flex-caption .button {
		background-color: #6e8f84;
		padding: 11px;
		font-size: 0.9rem;
		text-decoration: none;
		margin-top: 15px;
	}

.event-image-wrapper {
	width: 27%;
}

.event-details-wrapper {
	width: 73%;
	padding-left: 0;
}

.event-details {
	padding: 0.9375rem;
	padding-left: 0;
	float: left;
}

.event-title {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.35rem;
	margin-top: -6px;
	float: left;
}

.event-details .button {
	float: left;
	margin-top: 14px;
}

	.event-details .button a {
		color: #fff;
		text-decoration: none;
	}

.event-details .description {
	margin-top: 3px;
}

.google-map {
	margin-top: 0.9375rem;
	width: 100%;
	float: right;
	height: 343px;
	border: solid 1px black;
	text-align: left;
}

#image-map {
	padding: 0 !important;
}

.listing-image {
	margin-top: 0.9375rem;
	padding-right: 0.9375rem;
}

#contact-us-form input,
#contact-us-form textarea,
wedding-inquires-form input,
wedding-inquires-form textarea {
	width: 100%;
}

.RadCaptchaErrorMessage {
	display: none;
	color: red;
}

.ContactUsCaptchaBox {
	margin-top: 10px;
	width: 100%;
}

.contact-us-form,
.contact-us-content {
	width: 50%;
}

.required {
	color: red;
}

.visible {
	display: normal;
}

#wedding-inquires-form input,
#wedding-inquires-form textarea {
	max-width: 400px;
}

.event-gallery {
	margin-top: 25px;
}

.buy-tickets-wrapper {
	margin-left: 0.9375rem;
	float: left;
}

.event-button-wrapper .button {
	float: left;
}

#homepage-content {
	margin-top: 21px;
}

#footer-wrapper {
	background-color: #000;
	padding-top: 50px
}

#ccinspire-branding-wrapper {
	margin-bottom: 39px;
}

.listing-image {
	width: 100%;
	max-width: unset;
}

#section-header {
	margin-top: -40px;
	z-index: 3;
	position: relative;
}

.nav-wrapper {
	width: 100%;
}

#footer-logo {
	max-width: 175px;
	margin-bottom: 3px;
}

#copyright {
	color: #999999;
}

#sub-section-padding {
	padding: 0 17px 17px 17px;
}

#business-details {
	margin-top: 3px;
}

.event-dash {
	margin-top: -1px;
}

.date-header {
	margin-bottom: 6px;
}

.buy-ticket-button {
	margin-top: 0.9375rem;
}

.linden-place-menu .rmRootGroup {
	border-color: unset !important;
	background-color: unset !important;
	border-radius: unset !important;
}

.linden-place-menu .rmGroup,
.linden-place-menu .rmRootGroup,
.linden-place-menu .rmMultiColumn,
.linden-place-menu .rmPopup {
	border-width: 0 !important;
	border-style: none !important;
}

.linden-place-menu,
.linden-place-menu a.rmLink {
	font: bold 17px/40px 'Open Sans Condensed',sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

	.linden-place-menu .rmRootGroup .rmRootLink {
		padding: 0 12px !important;
	}

.linden-place-menu .rmRootLink:hover {
	background-color: unset !important;
}

	.linden-place-menu .rmSelected .rmRootLink,
	.linden-place-menu .rmExpanded .rmRootLink {
		background-color: unset !important;
		box-shadow: none !important;
	}

	.linden-place-menu .rmRootGroup.rmHorizontal > .rmItem,
	.linden-place-menu .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem {
		border-width: 0 !important;
		border-style: none !important;
	}

	.linden-place-menu .rmGroup,
	.linden-place-menu .rmPopup,
	.linden-place-menu .rmMultiColumn {
		padding: 0;
		border: none !important;
		border-radius: unset !important;
		color: #003469;
		background-color: #000 !important;
		opacity: 0.80;
		
	}

		.linden-place-menu .rmGroup .rmLink {
			padding: 3px 30px;
			border-width: 0;
			color: #fff !important;
			text-transform: none !important;
		}

	.linden-place-menu .rmSlide .rmGroup .rmLink {
		border-bottom: dotted 1px #fff;
		padding: 0;
		margin: 0 54px 0 32px !important;

	}

	.linden-place-menu .rmSlide .rmGroup .rmLast .rmLink {
		border-bottom: none;
	}

	.linden-place-menu .rmGroup .rmLink:hover {
		border-color: #fff !important;
		color: #6b8f83 !important;
		background-color: unset !important;
	}

.nav-wrapper {
	background: #000;
}

.flex-caption .button {
	width: auto !important;
}

.fa-home {
	font-size: 1.25rem !important;
	color: #fff;
}

.breadcrumbs > * {
	color: #fff;
	font-size: .8rem !important;
	line-height: 1.25rem;
	text-decoration: none;
}

.premium-sponsor, .enhanced-sponsor, .event-listing {
	float: left;
	width: 100%;
	min-width: 100%;
	background-color: #fff;
	border: none;
	padding-bottom: 0;
	margin-bottom: .9375rem;
}

.event-gallery {
	float : left;
	width: 100%;

}

#mc_embed_signup {
	background-color: #000 !important;
	font-family: 'Open Sans', sans-serif !important;
	clear: left;
	font-size: 14px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal 400 !important;
	line-height: 1.7rem !important;
}

.mc-field-group label {
	color: #fff;
}

#mc_embed_signup_scroll {
	margin-bottom: 15px;
}


label {
	display: unset;
}

.FixCBL, .FixCBL .rbText {
	text-align: left !important;

}

.FixCBL .rbText {
	display: unset !important;
}

.ruFileWrap label {
	display: none !important;
}

.hidden {
	display: none !important;
}

.event-button-row a {
	text-decoration: none;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}


#social-media-top {
	position: absolute;
	top: 7px;
	right: 28px;
}

#social-media-top .social a {
	color: #000;
}

.Terms label {
	display: unset;
}


table tbody tr:nth-child(even) {
	background-color: #e0e0e0;
}

#gender-other, #race-other, #sex-other {
	display: none;
}