/* Minification failed. Returning unminified contents.
(2503,33): run-time error CSS1046: Expect comma, found '2'
(2503,36): run-time error CSS1046: Expect comma, found ')'
(2666,1): run-time error CSS1019: Unexpected token, found '@import'
(2666,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Cabin|Archivo+Narrow)'
 */
/*! fancyBox v2.1.7 fancyapps.com | fancyapps.com/fancybox/ */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

	.fancybox-opened .fancybox-skin {
		-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

	#fancybox-loading div {
		width: 44px;
		height: 44px;
		background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
	}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

	.fancybox-lock body {
		overflow: hidden !important;
	}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

	.fancybox-title-float-wrap .child {
		display: inline-block;
		margin-right: -100%;
		padding: 2px 20px;
		background: transparent; /* Fallback for web browsers that doesn't support RGBa */
		background: rgba(0, 0, 0, 0.8);
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		text-shadow: 0 1px 2px #222;
		color: #FFF;
		font-weight: bold;
		line-height: 24px;
		white-space: nowrap;
	}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("/images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

		#fancybox-loading div {
			background-image: url("/images/fancybox/fancybox_loading@2x.gif");
			background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
		}
}
/*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;
}
/*CC inspire Branding*/
#ccinspire-branding-wrapper {
	padding: 13px 0 20px 0;
}

#ccinspire-text, #ccinspire-text-white {
	position: relative;
	padding-left: 50px;
	background-image: url("//www.ccinspire.com/images/cc-inspire-footer.png");
	background-repeat: no-repeat;
	display: inline-block;
}

#ccinspire-branding-wrapper a {
	font: 11px/19px Arial, Helvetica, sans-serif;
	height: 19px !important;
	color: #000;
	text-decoration: none;
}

	#ccinspire-branding-wrapper a:hover {
		text-decoration: underline;
	}

#ccinspire-text-white {
	background-image: url("//www.ccinspire.com/images/cc-inspire-footer-white.png");
	color: #fff;
}

#ccinspire-branding-wrapper .white {
	color: #fff;
}
/* Arrow to Top*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 600;
	box-shadow: 0 0 10px rgba(102,102,102, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(102,102,102, 0.8) url(/images/common/to-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
		-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s 0s;
		transition: opacity .3s 0s, visibility 0s 0s;
	}

	.cd-top.cd-is-visible {
		/* the button becomes visible */
		visibility: visible;
		opacity: 1;
	}

	.cd-top.cd-fade-out {
		/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
		opacity: .5;
	}

.no-touch .cd-top:hover {
	background-color: #1b3f1d;
	opacity: 1;
}

/*Responsive styles for arrow*/
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

@media only screen and (min-width: 603px) {
	.cd-top {
		bottom: 60px;
	}
}
/*Breadcrumb styling*/
.breadcrumbs {
	display: block;
	list-style: none;
	margin-left: 0;
	margin: 0px;
	overflow: hidden;
	padding: .5625rem .875rem .5625rem 0;
}

	.breadcrumbs .current-section {
		color: #3e76aa;
		padding-top: 1px;
		font-weight: bold;
	}

	.breadcrumbs a {
		color: #666;
		text-decoration: none;
	}

		.breadcrumbs a:hover,
		.breadcrums .fa-home:hover {
			text-decoration: none;
			color: #3e76aa;
		}

	.breadcrumbs > * {
		color: #b5b5b5;
		font-weight: bold;
		float: left;
		margin: 0;
		text-transform: uppercase;
		font-size: .8rem;
		line-height: .8rem;
	}

		.breadcrumbs > *:hover a,
		.breadcrumbs > *:focus a {
			text-decoration: none;
		}

		.breadcrumbs > * a {
			color: #d4016e !important;
		}

		.breadcrumbs > *.current {
			color: #333;
			cursor: default;
		}

			.breadcrumbs > *.current a {
				color: #333;
				cursor: default;
			}

			.breadcrumbs > *.current:hover,
			.breadcrumbs > *.current:hover a,
			.breadcrumbs > *.current:focus,
			.breadcrumbs > *.current:focus a {
				text-decoration: none;
			}

		.breadcrumbs > *.unavailable {
			color: #999;
		}

			.breadcrumbs > *.unavailable a {
				color: #999;
			}

				.breadcrumbs > *.unavailable:hover,
				.breadcrumbs > *.unavailable:hover a,
				.breadcrumbs > *.unavailable:focus,
				.breadcrumbs > *.unavailable a:focus {
					color: #999;
					cursor: not-allowed;
					text-decoration: none;
				}

	.breadcrumbs .spacer {
		color: #b5b5b5;
		content: "/";
		margin: 0 .75rem;
		font-size: 0.6875rem;
		line-height: 0.6875rem;
		padding-top: 1px;
		position: relative;
		top: 0px;
	}

	.breadcrumbs > *:first-child:before {
		content: " ";
		margin: 0;
	}

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
	content: "/";
}

.fa-home {
	color: #666;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

	.flexslider .slides > li {
		display: none;
		-webkit-backface-visibility: hidden;
		position: relative;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */

	.flexslider .slides img {
		width: 100%;
		display: block;
	}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 0px;
	background: #fff;
	position: relative;
	zoom: 1;
	z-index: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.loading {
	background: #fff url("/images/flexslider/ajax-loader.gif") no-repeat 50% 50%;
	min-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 0;
	display: block;
	background: url("/images/flexslider/directional-navigation-arrows.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 0px;
}

.flex-direction-nav .flex-prev {
	left: 0px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 25px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 25px;
}

	.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
		opacity: 1;
	}

.flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

	.flex-control-nav li {
		border-top: 3px;
		margin: 0 6px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

	.flex-control-paging li a:hover {
		background: #333;
		background: rgba(0,0,0,0.7);
	}

	.flex-control-paging li a.flex-active {
		background: #000;
		background: rgba(0,0,0,0.9);
		cursor: default;
	}

.flex-control-thumbs {
	padding: 3px;
	position: absolute;
	bottom: 20px;
	overflow: hidden;
	max-height: 156px;
	background: rgba(0,0,0,0.7);
}

	.flex-control-thumbs li {
		max-width: 272px;
		margin: 0 12px;
	}

	.flex-control-thumbs img {
		width: 100%;
		display: block;
		opacity: .6;
		cursor: pointer;
	}

		.flex-control-thumbs img:hover {
			opacity: 1;
		}

	.flex-control-thumbs .flex-active {
		opacity: 1;
		cursor: default;
	}

.flex-caption {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
}

.flex-content {
	margin: 0 auto;
}

	.flex-content h1 {
		font-size: 36px;
		color: #fff;
		font-family: 'Archivo Narrow', sans-serif;
		font-weight: bold;
		line-height: normal;
		margin-bottom: 12px;
		width: 50%;
		text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
		/* normal is the default */
	}

	.flex-content h2 {
		font-size: 24px;
		color: #fff;
		margin-bottom: 12px;
		width: 50%;
		text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
	}

	.flex-content .flex-button a {
		color: #fff;
		text-transform: uppercase;
		border: 1px solid #fff;
		text-decoration: none;
		padding: 5px 10px;
		margin: 12px 0;
		display: inline-block;
	}

		.flex-content .flex-button a:hover {
			color: #fff;
			background: #e53b51;
		}

	.flex-content .flex-button i {
		margin-left: 5px;
		font-size: 17px;
	}

.flex-active {
	border-top: 3px solid #e53b51;
}

/* ==|== Animation = = = = = = = = = = = = = = = = = = = = = */
.flex-active-slide h1 {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: 0s; /* W3C and Opera */
	-moz-animation-delay: 0s; /* Firefox */
	-webkit-animation-delay: 0s; /* Safari and Chrome */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.flex-active-slide h2 {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: 1s; /* W3C and Opera */
	-moz-animation-delay: 1s; /* Firefox */
	-webkit-animation-delay: 1s; /* Safari and Chrome */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.flex-active-slide .flex-button {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: 2s; /* W3C and Opera */
	-moz-animation-delay: 2s; /* Firefox */
	-webkit-animation-delay: 2s; /* Safari and Chrome */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@media screen and (max-width: 1200px) {
	.flex-direction-nav {
		display: none;
	}

	.flexslider .flex-direction-nav {
		bottom: 80px;
	}

	.flex-control-thumbs {
		display: none;
	}

	.flex-content h1 {
		width: 100%;
		font-size: 24px;
	}

	.flex-content h2 {
		width: 100%;
		font-size: 18px;
	}

	.flex-caption {
		top: 100px;
	}
}

@media (max-width: 768px) {
	.flex-caption {
		top: 60px;
	}
}

@media (max-width: 640px) {
	.flexslider .flex-direction-nav {
		display: none;
	}

	.flex-caption {
		top: 40px;
	}
}

@media (max-width: 480px) {
	.flex-caption {
		top: 20px;
	}

	.loading {
		min-height: 100px;
	}
}

@media (max-width: 320px) {
	.flex-content h2 {
		display: none;
	}
}
@media only screen and (min-width:768px) {

	#navigation {
		display:unset;
	}

	nav {
		display: none;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#home-image-right {
		padding-left: 0px !important;
	}

	#home-image-left, #home-text {
		padding-right: 0px !important;
		padding-bottom: 20px;
	}

	.vertical-alignment-container:before {
		content: '' !important;
		height: 0;
		vertical-align: middle;
	}

	.vertical-alignment-container .centered {
		float: left;
	}

	#home-content .column {
		border-right: none;
	}

	#home-content div {
		padding-top: 0.625rem;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 500px) and (max-width: 639px) {
	.image-med {
		width: 33.3333%
	}
}

@media screen and (max-width: 499px) {
	#home-content .home-overlay {
		font-size: 1.5rem;
	}
}

/*Site Specific Customizations*/
/*Base Classes*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal 400;
	line-height: 1.7rem;
	background-color: #fff;
	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: 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: #465c8b;
}

/*Visibility Classes*/
.hide {
	display: none;
}

.show {
	display: block;
}

/*Footer Classes*/
footer {
	margin-top: 0;
	background-color: #edf8f2;
}

#footer-right {
	margin-top: 27px;
}

#footer-logo {
	margin-top: 26px;
}

h1 {
	font-family: 'News Cycle', sans-serif;
	color: #000;
	margin: 0;
	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;
	}
}

.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: 'News Cycle', sans-serif;
	color: #000;
	margin: 0;
	margin-top: 8px;
	padding-bottom: 10px;
	font-size: 1.7rem;
}

#left-navigation a {
	text-decoration: none;
	font-weight: normal;
}

#left-navigation .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;
}

.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: 0.9375rem;
}

.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: 0 !important;
	font-family: 'News Cycle', sans-serif;
	color: #ffffff;
	background-image: url('/images/content-pages/slider-image-fade-154.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.4rem;
	line-height: 1.1rem;
	padding: 0 0 45px 0;
	font-weight: normal;
}

	.flex-caption .header {
		font-family: 'News Cycle', sans-serif;
		font-weight: bold;
		text-shadow: 1px 1px 2px rgba(2, 2, 2, 1);
		color: #fff;
		font-size: 3.05rem;
		margin-bottom: 0;
		padding-bottom: 9px;
		padding-top: 7px;
	}

#footer-text {
	margin-top: 15px;
}

.title-bar {
	line-height: 26px;
}

.button {
	background-color: #99ce66;
	color: #fff;
	text-transform: uppercase;
}

#header-logo {
	margin: 6px 0 3px 0;
}

div #home-center {
	background-color: #465c8b;
	color: #fff;
	padding-bottom: 9px;
}

header {
	background-color: #ffffff;
	border-top: solid 40px #465c8b;
}

.title-bar-title .button {
	margin-bottom: 0;
}

#home-content .image-wrapper {
	position: relative;
	width: 100%;
}

#home-content .home-overlay {
	background-color: #f7ef6a;
	height: 43px;
	line-height: 43px;
	text-align: center;
	width: 100%;
	float: left;
	color: #465c8b;
	position: unset !important;
	font-size: 1.3rem;
}

.no-right-padding {
	padding-right: 0 !important;
}

.fa-home {
	color: #666;
	font-weight: bold !important;
}

	.fa-home:hover {
		color: #3e76aa;
	}

.button {
	margin-bottom: 0;
}

#lower-buttons {
	display: none;
}


.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: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

	footer a:hover {
		color: #ace9ff;
	}




.footer-section a {
	line-height: 38px;
}

.RadForm {
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	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: 0 auto;
	display: none;
	float: left;
	width: 100%;
}

.south-county-montessori-school-menu {
	float: right !important;
}

#home-content h1 {
	color: #fff;
	font-size: 2.6rem;
	margin-top: 14px;
	margin-bottom: 9px;
}

.nav-wrapper {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #465c8b;
	position: relative;
}

.off-canvas {
	background: #465c8b;
}

.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;
}

.social-media-header {
	height: 44px;
	width: 100%;
	background-color: #fff;
	text-align: right;
	padding-top: 1px;
	float: right;
	line-height: 42px;
}

.social-media a {
	color: #465c8b;
	font-size: 1.3rem;
}

#homepage-text {
	margin-top: 23px;
}

.icms-button-container {
	display: none;
}

.title-bar-left {
	position: relative;
}
.title-bar-left a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
}

.title-bar-social {
	position: absolute;
	right: 109px;
	top: 0;
}

	.title-bar-social .social-media a {
		color: #fff;
	}

.breadcrumbs .current-section {
	color: #465c8b !important;
}

.breadcrumbs a {
	color: #666;
	text-decoration: none;
}

.breadcrumbs > * {
	font-size: .8rem !important;
	line-height: .8rem !important;
}

.breadcrumbs a:hover {
	color: #465c8b !important;
}

#navigation {
	float: right;
}
.scms-menu {
	float: right;
}

.scms-menu .rmRootGroup {
	border-color: unset !important;
	background-color: unset !important;
	border-radius: unset !important;
}

.scms-menu .rmGroup,
.scms-menu .rmRootGroup,
.scms-menu .rmMultiColumn,
.scms-menu .rmPopup {
	border-width: 0 !important;
	border-style: none !important;
}

	.scms-menu .rmRootLink {
		color: #666 !important;
	}

.scms-menu,
.scms-menu a.rmLink {
	font: bold 16px/40px 'News Cycle', sans-serif;
	color: #666666;
	text-decoration: none;
}

	.scms-menu .rmRootGroup .rmRootLink {
		padding: 0 7px !important;
		margin: 0 7px !important;
	}

	.scms-menu .rmRootLink:hover {
		background-color: unset !important;
	}

	.scms-menu .rmSelected .rmRootLink,
	.scms-menu .rmExpanded .rmRootLink {
		background-color: unset !important;
		box-shadow: none !important;
	}

	.scms-menu .rmRootGroup.rmHorizontal > .rmItem,
	.scms-menu .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem {
		border-width: 0 !important;
		border-style: none !important;
	}

	.scms-menu .rmGroup,
	.scms-menu .rmPopup,
	.scms-menu .rmMultiColumn {
		padding: 0;
		border: none !important;
		border-radius: unset !important;
		color: #003469;
		background-color: #000 !important;
		opacity: 0.80;
	}

		.scms-menu .rmGroup .rmLink {
			padding: 3px 30px;
			border-width: 0;
			color: #666 !important;
			text-transform: none !important;
		}

	.scms-menu .rmSlide .rmGroup .rmLink {
		border-bottom: dotted 1px #cccccc !important;
		padding: 0;
		margin: 0 16px !important;
	}

	.scms-menu .rmSlide .rmGroup .rmLast .rmLink {
		border-bottom: none !important;
	}

	.scms-menu .rmGroup .rmLink:hover {
		border-color: #ccc !important;
		color: #465c8b !important;
		background-color: unset !important;
	}


	.scms-menu li.rmFirst a.rmRootLink {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.scms-menu li.rmLast a.rmRootLink {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}

	.scms-menu .rmSlide {
		margin-top: 11px;
	}

	.scms-menu .rmGroup,
	.scms-menu .rmMultiColumn,
	.scms-menu .rmGroup .rmVertical {
		background-color: #fff !important;
		opacity: 0.90 !important;
	}

	.scms-menu .rmGroup.rmVertical {
		padding: 0 !important;
	}


.flex-caption .header {
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgb(2 2 2);
	color: #fff;
	font-size: 3.05rem;
	margin-bottom: 0;
	padding-bottom: 9px;
	padding-top: 7px;
	line-height: 4.0rem;
}

.image-wrapper a,
.image-wrapper span {
	float: left;
	font-weight: 500;
	padding-right: 0;
}

#home-content .home-overlay {
	padding-right: 0;
	bottom: 0;
}
/*Site Specific Customizations*/
@media only screen and (min-width:1024px) {

	#navigation {
		display: block;
	}

	nav {
		display: none;
	}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#home-image-right {
		padding-left: 0px !important;
	}

	#home-image-left, #home-text {
		padding-right: 0px !important;
		padding-bottom: 20px;
	}

	header {
		border-top: none;
	}

	#home-text, #footer-right .social-media {
		display: none;
	}
		.vertical-alignment-container:before {
		content: '' !important;
		height: 0;
		vertical-align: middle;
	}

	.vertical-alignment-container .centered {
		float: left;
	}

	#home-content .column {
		border-right: none;
	}

	#home-content .image-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	#footer-logo {
		margin-top: 7px;
	}

	#footer-right {
		margin-top: -9px;
	}

	#footer-right {
		text-align: center;
	}
}

@media screen and (min-width: 500px) and (max-width: 639px) {
	.image-med {
		width: 33.3333%
	}
}

@media screen and (max-width: 499px) {
	#home-content .home-overlay {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.main-content-container {
		padding-top: 40px;
	}
}

/* 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;
			line-height: 1.5rem;
		}
}


@media only screen and (max-width: 1023px) {
	nav {
		display: unset;
	}
}
/*Grab fonts from google*/
@import url(http://fonts.googleapis.com/css?family=Cabin|Archivo+Narrow);

#top-bar-wrapper .top-bar.expanded .toggle-topbar a{color:#fff;}
	#top-bar-wrapper .top-bar-section ul li .js-generated a{font-size: 20px; background: #4e8abe; color:#fff; border: none!important;}
#top-bar-wrapper .top-bar-section ul li a{text-transform: uppercase;font: normal 19px/30px "Cabin", sans-serif;}
.top-bar-section ul li:hover:not(.has-form) > a{background:#ccc;}
#top-bar-wrapper .has-dropdown .dropdown li{}
#top-bar-wrapper .has-dropdown .dropdown li a{font-size: 16px; line-height: 40px;}

#menu
{
	list-style: none;
	width: 990px;
	position: absolute;
	height: 66px;
	padding: 0;
	margin: 0px;
	z-index: 5000;
}

#menu li
{
	float: left;
	display: block;
	text-align: center;
	padding: 1px 23px 0px 23px;
	border: none;
}

#menu li:last-child,
#menu li.last-nav
{
	margin-right: 0px;
}

#menu li.root
{
	height: 66px;
}

#menu li.no-right-margin
{
	margin-right: 0 !important;
}

#menu li:hover
{
	border: 1px solid #010202;
	padding: 0 22px;
	border-bottom: none;
	height: 66px;
	background: #313132;
}

#menu li a.drop,
#menu li span.drop
{
	font: normal 24px/24px "Cabin", Sans-Serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 14px;
	text-align: left;
	background:none!important;
}

#menu li div.sub-menu
{
	font: normal 11px/11px "Archivo Narrow", Sans-Serif;
	color: #999;
	text-transform: uppercase;
	text-align: left;
	margin-top: 2px;
}

#menu li a,
#menu li span
{
	display: block;
	outline: 0;
	text-decoration: none;
}

.dropdown-container
{
	width: 100%;
	margin-top: 14px;
	float: left;
	line-height: 16px;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px;
	border: 1px solid #010202;
	border-top: none;
	
	/* Gradient background */
	background: #313132;
	background: -moz-linear-gradient(top, #313132 , #7f8081);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#313132), to(#7f8081));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#313132', EndColorStr='#7f8081'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#313132', EndColorStr='#7f8081')"; /* IE8 */
}

#menu .dropdown-container .sub-nav-container
{
	float: left;
	margin-right: 25px;
	width: 200px;
}

#menu .dropdown-container .sub-nav-container .link-container
{
	float: left;
	width: 200px;
	background: url('/images/common/tennis-dotted-line.png') repeat-x bottom;
}

#menu .dropdown-container .sub-nav-container div.no-background
{
	background: none;
	padding-bottom: 0;
}

#menu li:hover .dropdown-container
{
		top: auto;
		left: 0px;
}

#menu .menu_right
{
	float: right;
	margin-right: 0;
}

#menu li:hover .align_right
{
	left: auto;
	right: 0;
	top: auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
}

#menu h2 {
	font: normal 18px/18px "Century Gothic", CenturyGothic, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, Sans-Serif;
	text-transform: uppercase;
	color: #fff;
	margin: 3px 0 10px 0;
}

#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font: normal 12px/30px Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	color: #fff;
	float: left;
}



#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#nav-drop h4 {
	font: normal 24px/24px "Century Gothic", CenturyGothic, "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, Sans-Serif;
	color: #72c1d9;
	margin: 0;
	padding: 0;
	
}





@media only screen and (min-width: 767px){
.top-bar-section  li.has-dropdown > a,
.top-bar-section ul.left > li > a

{
	font: normal 20px "Cabin", Sans-Serif;
	color: #fff;
	text-transform: uppercase;
	height:66px;
	text-align: left;
	background:none!important;
	line-height: 66px!important;
	padding: 0 18px!important;
}



}
@media only screen and (max-width: 767px){
#top-bar-wrapper .top-bar-section ul li a, #top-bar-wrapper .has-dropdown .dropdown li a{font-size: 24px; line-height: 40px;color: #7A7A7A;border-top: 1px solid #CECECE;border-bottom: 1px solid #fff;}
#top-bar-wrapper .top-bar-section li{background:#fff; }
.top-bar.expanded{border-bottom:1px solid #CECECE}

}

@media only screen and (max-width: 480px)
{
	/*Reduce font for nav menu*/
	#top-bar-wrapper .top-bar-section ul li a,
	#top-bar-wrapper .has-dropdown .dropdown li a
	{
		font: bold 16px/33px 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		color: #6B6965;
		border-top: solid 1px #c7c2ba;
	}

	.top-bar-section ul li > a
	{
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
}

