/*Base Classes*/
body {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal 400;
	line-height: 1.7rem;
	background-color: #f3f3f3;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

a {
	color: #3e76aa;
	font-weight: bold;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

/*Navigation Classes*/
#navigation {
	display: none;
	height: 41px;
	background-color: #6f6f6f;
}

.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: #6f6f6f;
}

/*Visibility Classes*/
.hide {
	display: none;
}

.show {
	display: block;
}

/*Footer Classes*/
footer {
	margin-top: 0;
}

h1 {
	font-family: 'Libre Baskerville', serif;
	color: #000;
	margin: 0px;
	margin-top: 8px;
	padding-bottom: 10px;
	font-size: 1.7rem;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}
		
#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 #3e76aa;
	background-color: #fff;
	font-size: 0.95rem;
}

#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: #3e76aa;
	font-style: italic;
	text-transform: uppercase;
}

#slides img {
	width: 100%;
}

.sub-sections {
	line-height: 1.9rem;
}
.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;
}

.sub-section-2 a,
.sub-section-2 span
 {
	font-size: 14px;
	padding-left: 10px;
	background-color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

/*CC inspire Branding*/
#ccinspire-branding-wrapper {
	padding: 13px 0 20px 0;
}

#ccinspire-text {
	position: relative;
	padding-left: 50px;
	background-image: url('//www.ccinspire.com/images/cc-inspire-footer-white.png');
	background-repeat: no-repeat;
	display: inline-block;
}

	#ccinspire-branding-wrapper a {
		font: 11px/19px Arial, Helvetica, sans-serif;
		height: 19px !important;
		color: #fff;
		text-decoration: none;
	}

		#ccinspire-branding-wrapper a:hover {
			text-decoration: underline;
		}

.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 */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

.align-right {
	text-align: right;
}
 
.vertical-alignment-container:before {
  content: '\200B';
/*   content: '';
  margin-left: -0.25em; */
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 
.vertical-alignment-container .centered {
  display: inline-block;
  vertical-align: middle;
 }

.flex-caption {
	width: 100%;
	left: 0;
	top: inherit !important;
	bottom: 0px !important;
	font-family: 'Libre Baskerville', serif;
	color: #ffffff;
	background-image: url('/images/content-pages/slider-image-fade-154.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.3rem;
	line-height: 1.1rem;
	padding: 0 0 45px 0;
	font-weight: normal;
}

.flex-caption {

}

.flex-caption .header {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(2, 2, 2, 1);
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

#footer-text {
	margin-top: 15px;
}

.title-bar {
	line-height: 26px;
}

.button {
	background-color: #99ce66;
	color: #fff;
	text-transform: uppercase;
}

#header-logo {
	margin: 13px 0;
}

div #home-center {
	background-color: #ece9e0;
}

header {
	background-color: #ffffff;
}

.title-bar-title .button {
	margin-bottom: 0;
}

#home-content .image-wrapper {
	position: relative;
	width: 100%;
}

#home-content .home-overlay {
	background-color: #6f6f6f;
	height: 57px;
	line-height: 57px;
	text-align: right;
	padding-right: 17px;
	width: 100%;
	position: absolute;
	bottom: -1px; /*resolves rounding issue of images*/
	left: 0;
	color: #99ce66;
}

#room-thumbs {
	margin-top: -1.875rem;
}

#room-thumbs .room-thumb {
	padding-top: 1.875rem;
}


	#room-thumbs .room-thumb a {
		width: 100%;
		float: left;
		position: relative;
	}

#room-thumbs .room-thumb img {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
}

#room-thumbs .room-thumb .room-thumb-overlay {
	background-color: #99ce66;
	text-align: right;
	font-weight: normal;
	padding: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
}

.no-right-padding {
	padding-right: 0 !important;
}


.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 .header {
		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 i {
	float: left;
	padding: 17px 0;
	font-size: initial;
	color: #99ce66;
}

#info-links .fa {
	margin-right: 18px;
}

#info-links div {
	float: left;
	width: 100%;
	line-height: 48px;
	height: 48px;
	border-bottom: solid 1px #e3e0da;
	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%;
}



.nav-wrapper {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #6f6f6f;
}

.off-canvas {
	background: #6f6f6f;
}

.js-off-canvas-overlay {
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.50);
}

nav {
	float: left;
	width: 100%;
	color: #fff;
}

#menu-wrapper {
	width: 100%;
	background-color: black;
}

.js-off-canvas-overlay.is-overlay-fixed {
	z-index: 5;
}

.CCinspireMenu .rmRootGroup {
	border: none !important;
}

.RadInput .riTextBox {
	margin-bottom: 0;
}
