/* Minification failed. Returning unminified contents.
(3375,1): run-time error CSS1019: Unexpected token, found '@import'
(3375,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 span.current-section {
		color: #ae7a00;
		font-size: .6875rem;
		padding-top: 1px;
		line-height: .6875rem;
		font-weight: bold;
	}

	.breadcrumbs a {
		color: #1b3f1d;
	}

		.breadcrumbs a:hover {
			text-decoration: none;
			color: #ae7a00;
		}

	.breadcrumbs > * {
		color: #b5b5b5;
		font-weight: bold;
		float: left;
		font-size: .6875rem;
		line-height: .6875rem;
		margin: 0;
		text-transform: uppercase;
	}

		.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: "/";
}
/*
 * 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 auto;
	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;
	}
}

/* Google Fonts
font-family: 'Roboto', sans-serif;
font-family: 'Red Hat Display', sans-serif;
*/

/*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: #727272;
}

a {
	color: #0c2070;
	font-weight: bold;
	text-decoration: underline;
}

	a:hover {
		color: #fac538;
		text-decoration: none;
	}

/*Navigation Classes*/
#navigation {
	display: none;
	height: 41px;
	background-color: #091c71;
}

.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: #091c71;
}

/*Visibility Classes*/
.hide {
	display: none;
}

.show {
	display: block;
}

/*Footer Classes*/
footer {
	margin-top: 0;
}


h1, h2, h3, h4 {
	font-family: 'Red Hat Display', sans-serif;
	color: #000;
}

h1 {
	font-size: 1.7rem;
	margin: 8px 0 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.1rem;
}


#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: #091c71 !important;
	color: #fff;
}

/*.top-bar {
		border-top: solid 1px #fff;
}*/

	.top-bar a, .title-bar a {
		color: #fff;
		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 #0c2070;
	background-color: #f3f3f3;
	font-size: 0.85rem;
}

#left-navigation a {
	color: #404040;
	text-transform: uppercase;
}

	#left-navigation a:hover {
		color: #0c2070;
	}

#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: #0c2070;
	font-style: italic;
	text-transform: uppercase;
}

	#left-navigation div.selected span::before {
		content: " - ";
	}

	#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: 55px;
	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: 'Roboto', sans-serif;
	color: #0c2070;
	background-image: url('/images/content-pages/slider-image-fade-154.png');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.1rem;
	line-height: 1.6rem;
	padding: 0 0 45px 0;
	font-weight: normal;
}

	.flex-caption .header {
		margin: 8px 0 0;
		padding: 7px 0 9px 0;
		text-transform: uppercase;
		font-family: 'Red Hat Display', sans-serif;
		color: #0c2070;
		font-size: 3.05rem;
		line-height: 1.4;
	}

#footer-text {
	margin-top: 15px;
}

.title-bar {
	line-height: 26px;
}

.button {
	background-color: #99ce66;
	color: #fff;
	text-transform: uppercase;
}

#header-logo {
	margin: 13px 0;
}

header {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-bottom: 3px;
}

.title-bar-title .button {
	margin-bottom: 0;
}

#home-content .image-wrapper {
	position: relative;
	width: 100%;
}

#home-content .home-overlay {
	background-color: #091c71;
	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;
}


.fa-home {
	color: #404040;
}

	.fa-home:hover {
		color: #0c2070;
	}

.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 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-transform: uppercase;
	font-weight: normal;
}

.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: #091c71;
}

.off-canvas {
	background: #091c71;
}

.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;
}

#home-content {
	margin: 23px 0;
}
/*Styles brought over*/
.homebox-wrapper {
	width: 100%;
	float: left;
	padding: 0 170px 0 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	background-color: #fff;
	font-size: 13px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	line-height: 23px;
}

.homebox-caret-background {
	padding-right: 16px;
	width: 100%;
	min-height: 232px;
	background-image: url('/images/r-shadow.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.homebox {
	width: 100%;
	background-color: #fff;
	padding: 9px 15px 15px 15px;
	position: relative;
}

	.homebox p {
		margin-bottom: 12px;
	}

	.homebox h4 {
		margin-bottom: 13px;
		text-transform: uppercase;
	}

	.homebox a {
		font-size: 12px;
		text-decoration: none;
	}

	.homebox p {
		color: #727272 !important;
	}

.float-left {
	float: left;
}

		

	.one_third .right {
		float: right;
		width: 200px;
		height: 250px;
	}

		.one_third .right.one {
			background: url(/images/content-pages/middle-images-patient-portal.jpg) no-repeat left top;
		}

		.one_third .right.two {
			background: url(/images/content-pages/middle-images-walk-in-lab.jpg) no-repeat left top;
		}

		.one_third .right.three {
			background: url(/images/content-pages/middle_images_when_sick.jpg) no-repeat left top;
		}



.luthers-welding-menu {
	float: right !important;
}

#home-content h1 {
	color: #fff;
	font-size: 2.6rem;
	margin-top: 14px;
	margin-bottom: 9px;
}

.nav-wrapper, #phone-row {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #091c71;
	position: relative;
}

#phone-row {
	color: #fff;
	font-size: 0.8rem;
}

#phone-row a {
	text-decoration: none;
	color: #fff;
}
.off-canvas {
	background: #091c71;
}

.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: lime;
	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;
	}



footer {
	background-color: #0c2070;
	padding-top: 24px;
	color: #fff;
}

	footer a {
		color: #fff !important;
		text-decoration: underline !important;
	}

#footer-wrapper {
	position: relative;
	min-height: 109px;
}

#footer-logo {
	position: absolute;
	left: 0;
	top: 0;
}

#footer-text {
	padding: 0 131px 0 183px;
	font-size: 14px;
	line-height: 23px;
	margin-top: -6px;
}

#ncqa {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
	#ncqa a {
		font-size: 0.68rem;
		float: left;
	}

	/*
footer .phone::before {
	content: " \a0\7C\a0\a0";
}*/

.doctor-row .column {
	float: left !important;
	margin-top: 0.9375rem;
}

.doctor-column {
	width: 100%;
}

.main-content-container {
	margin-top: 40px;
}

.homebox-column a {
	text-decoration: none;
}

.breadcrumbs .current-section {
	color: #0c2070 !important;
}

.breadcrumbs a {
	color: #404040;
	text-decoration: none;
}

.breadcrumbs > * {
	font-size: .8rem !important;
	line-height: .8rem !important;
}

.breadcrumbs a:hover {
	color: #0c2070 !important;
}

.breadcrumbs .spacer {
	padding-top: 0;
}

.eocjs-newsticker {
	background-color: #0c2070 !important;
	color: #fff;
}

.liScrollExample ul {
	list-style-type: none;
	margin-bottom: 0 !important;
}

.alert {
	background-color: #0c2070;
	line-height: 41px;
}

	.alert li {
		line-height: 41px;
		text-align: center;
		color:#fff;
	}

	.info-spacer {
		width: 150px;
	}

div #home-center {
	background-color: #fff;
}
@media only screen and (min-width:1130px) {

	#navigation {
		display: block;
	}

	nav {
		display: none;
	}

	.main-content-container {
		margin-top: 0 !important;
	}

	.basic-content {
		margin-top: 15px;
	}
}

	/* 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-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;
	}
}

	/*Homeboxes*/
@media screen and (max-width: 1190px) {

	.homebox-wrapper {
		padding-right: 140px;
	}

	.homebox h4 {
		font-size: 1.0rem;
	}
}

@media screen and (max-width: 1023px) {

	.homebox-wrapper {
		padding-right: 190px;
	}

	.homebox-caret-background {
		min-height: 257px;
	}
}

@media screen and (max-width: 900px) {

	.homebox-column {
		width: 100%;
		margin: 0 auto;
	}

		.homebox-column .homebox-wrapper {
			width: 75%;
			float: unset;
			margin: 0 auto;
		}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.homebox-column .homebox-wrapper {
		margin-bottom: 0.9375rem;
	}
}

@media screen and (max-width: 430px) {
	.homebox-column .homebox-wrapper {
		padding-right: 130px;
	}
}

@media screen and (min-width: 431px) and (max-width: 500px) {
	.homebox-column .homebox-wrapper {
		padding-right: 160px;
	}

	.homebox-caret-background {
		min-height: 219px;
	}
}

@media screen and (min-width: 501px )and (max-width: 639px) {
	.homebox-column .homebox-wrapper {
		padding-right: 200px;
	}

	.homebox-caret-background {
		min-height: 269px;
	}
}

@media screen and (max-width: 639px) {
	.homebox-column .homebox-wrapper {
		width: 100%;
		margin-bottom: 0.625rem;
	}
}

	/* Smaller than Large */
@media screen and (max-width: 1023px) {
	#footer-text {
		padding: 0;
		margin-top: 0;
	}

	#footer-wrapper {
		min-height: unset;
	}

	#footer-logo {
		position: relative;
		float: left;
		margin-top: 20px;
	}

	#ncqa {
		position: relative;
		float: right;
		margin-top: 20px;
	}
}

	/* Smaller than Large */
@media screen and (max-width: 699px) {
	footer .phone, footer .copyright {
		float: left;
		width: 100%;
	}

		footer .phone::before {
			content: "";
		}
}

@media screen and (min-width: 900px) {
	.doctor-column {
		width: 50%;
	}
}

@media only screen and (max-width: 979px) {
	#ccinspire-branding-wrapper {
		margin-bottom: 32px;
	}
}


element.style {
}

nav {
	float: left;
	width: 100%;
	color: #fff;
}

nav {
	float: left;
	width: 100%;
	color: #fff;
}

@media only screen and (max-width: 1129px) {
	nav {
		display: block !important;
	}
}
.RadMenu_LuthersWelding .rmRootGroup,
.RadMenu_LuthersWelding a.rmLink,
.RadMenu_LuthersWelding .rmGroup .rmText,
.RadMenu_LuthersWelding .rmVertical .rmText,
.RadMenu_LuthersWelding .rmLeftArrow,
.RadMenu_LuthersWelding .rmRightArrow,
.RadMenu_LuthersWelding .rmTopArrow,
.RadMenu_LuthersWelding .rmBottomArrow,
.RadMenu_LuthersWelding .rmIcon {
	background-color: transparent;
}

.RadMenu_LuthersWelding,
.RadMenu_LuthersWelding a.rmLink {
	font: bold 14px/40px 'Red Hat Display', sans-serif;
	color: #404040;
	text-decoration: none;
}

.rmRootGroup a.rmLink {
	text-transform: uppercase;
}

	.rmRootGroup a.rmLink:hover {
		color: #091c71;
	}

.RadMenu_LuthersWelding .rmVertical .rmFirst,
.RadMenu_LuthersWelding .rmVertical .rmLast {
	background: none;
}

.RadMenu_LuthersWelding .rmHorizontal .rmRootLink span.rmText {
	display: inline;
}

.RadMenu_LuthersWelding_rtl .rmRootLink span.rmText {
	padding-right: 12px;
}

.RadMenu_LuthersWelding_Context_rtl .rmRootLink span.rmText {
	padding-right: 28px;
}

.RadMenu_LuthersWelding_rtl a.rmRootLink {
	margin-left: 0;
	padding: 0;
}

.RadMenu_LuthersWelding_rtl .rmVertical a.rmRootLink {
	padding-right: 12px;
}

.RadMenu_LuthersWelding .rmVertical a.rmLink {
	border-width: 1px 0;
	border-style: solid;
	border-color: transparent;
}

.RadMenu_LuthersWelding a.rmDisabled,
.RadMenu_LuthersWelding a.rmDisabled:hover {
	color: #7d7d7d;
	background-color: transparent;
}

.RadMenu_LuthersWelding .rmGroup,
.RadMenu_LuthersWelding .rmMultiColumn,
.RadMenu_LuthersWelding .rmGroup .rmVertical {
	background-color: #0c2070;
	/*opacity: 0.80;*/
}

.RadMenu_LuthersWelding .rmPopup {
	background: url('Menu/rmVSprite.png') repeat-y 0 0;
}

.RadMenu_LuthersWelding .rmContentTemplate {
	background: #fff;
}

.RadMenu_LuthersWelding .rmTopFix,
.RadMenu_LuthersWelding .rmBottomFix,
.RadMenu_LuthersWelding .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_LuthersWelding .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_LuthersWelding .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmGroup .rmItem {
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: -2px 0;
}

.RadMenu_LuthersWelding .rmTopFix,
.RadMenu_LuthersWelding .rmBottomFix {
	background-position: -5px 0;
}

.RadMenu_LuthersWelding .rmPopup .rmTopFix,
.RadMenu_LuthersWelding .rmPopup .rmBottomFix {
	background-image: none;
}

.RadMenu_LuthersWelding .rmRoundedCorners .rmGroupColumn {
	background-color: #fff;
}

.RadMenu_LuthersWelding .rmTopFix,
.RadMenu_LuthersWelding .rmBottomFix,
.RadMenu_LuthersWelding .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Default .rmGroup .rmFirst {
	border-color: #979797;
}

.RadMenu_LuthersWelding .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_LuthersWelding .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
	background: #FFF;
}

.RadMenu_LuthersWelding .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_LuthersWelding .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
	background-color: #FFF;
	border: 0;
}

.RadMenu_LuthersWelding .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_LuthersWelding .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow {
	background-color: #FFF;
}

.RadMenu_LuthersWelding_rtl .rmBottomLeft,
.RadMenu_LuthersWelding_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_LuthersWelding_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_LuthersWelding .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_LuthersWelding .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_LuthersWelding_Context_rtl ul.rmGroup,
.RadMenu_LuthersWelding_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_LuthersWelding .rmRoundedCorners .rmPopup {
	background-image: url('Menu/rmRoundedLeft_rtl.png');
	background-repeat: no-repeat;
}

.RadMenu_LuthersWelding_rtl .rmTopRight,
.RadMenu_LuthersWelding_rtl .rmBottomRight {
	background-image: url('Menu/rmRoundedRight_rtl.png');
}

.RadMenu_LuthersWelding_rtl .rmContentTemplate .rmTopRight,
.RadMenu_LuthersWelding_rtl .rmContentTemplate .rmBottomRight {
	background-image: url('Menu/rmRoundedRight.png');
}

.RadMenu_LuthersWelding_rtl li.rmTopFix,
.RadMenu_LuthersWelding_rtl li.rmBottomFix,
.RadMenu_LuthersWelding_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_LuthersWelding_Context_rtl .rmGroup .rmItem {
	background-position: 101% 0;
}

.RadMenu_LuthersWelding .rmSlide .rmScrollWrap {
	background-image: none;
}

.RadMenu_LuthersWelding_rtl .rmGroup,
.RadMenu_LuthersWelding_rtl .rmMultiColumn,
.RadMenu_LuthersWelding_rtl .rmGroup .rmVertical {
	background-position: 100% 0;
}

.RadMenu_LuthersWelding .rmRootGroup li.rmItem .rmGroup {
	padding-bottom: 0;
}

.RadMenu_LuthersWelding .rmRootGroup .rmHorizontal {
	background-image: none;
}

.RadMenu_LuthersWelding .rmScrollWrap .rmVertical {
	border: 0;
}

.RadMenu_LuthersWelding .rmGroup .rmItem a.rmLink,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmLink:hover,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmFocused,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmSelected,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmExpanded {
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	color: #fff;
}

	.RadMenu_LuthersWelding .rmGroup .rmItem a.rmLink:hover {
		color: #fac538;
	}
	.RadMenu_LuthersWelding .rmGroup .rmLast a.rmLink,
	.RadMenu_LuthersWelding .rmGroup .rmLast a.rmLink:hover,
	.RadMenu_LuthersWelding .rmGroup .rmLast a.rmFocused,
	.RadMenu_LuthersWelding .rmGroup .rmLast a.rmSelected,
	.RadMenu_LuthersWelding .rmGroup .rmLast a.rmExpanded {
		padding-bottom: 1px;
	}

.RadMenu_LuthersWelding .rmGroup a.rmLink,
.RadMenu_LuthersWelding .rmGroup .rmText,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmDisabled,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_LuthersWelding .rmGroup .rmItem a.rmDisabled:hover .rmText {
	background-position: 0 500px;
	background-repeat: no-repeat;
	background-color: transparent;
}

	.RadMenu_LuthersWelding .rmGroup a.rmLink:hover,
	.RadMenu_LuthersWelding .rmGroup a.rmFocused,
	.RadMenu_LuthersWelding .rmGroup a.rmSelected,
	.RadMenu_LuthersWelding .rmGroup a.rmExpanded {
		background-position: 0 -168px;
	}

		.RadMenu_LuthersWelding .rmGroup a.rmLink:hover .rmText,
		.RadMenu_LuthersWelding .rmGroup a.rmFocused .rmText,
		.RadMenu_LuthersWelding .rmGroup a.rmSelected .rmText,
		.RadMenu_LuthersWelding .rmGroup a.rmExpanded .rmText {
			background-position: 100% -192px;
		}

	.RadMenu_LuthersWelding .rmRootGroup .rmExpandRight,
	.RadMenu_LuthersWelding .rmGroup .rmExpandDown,
	.RadMenu_LuthersWelding_Context .rmGroup .rmExpandRight,
	.RadMenu_LuthersWelding .rmRootGroup .rmItem a.rmDisabled .rmExpandRight,
	.RadMenu_LuthersWelding .rmGroup .rmItem a.rmDisabled .rmExpandDown,
	.RadMenu_LuthersWelding .rmRootGroup .rmItem a.rmDisabled:hover .rmExpandRight,
	.RadMenu_LuthersWelding .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown {
		background-position: 100% -216px;
	}

.RadMenu_LuthersWelding a.rmLink:hover .rmExpandRight,
.RadMenu_LuthersWelding .rmLast a.rmLink:hover .rmExpandRight,
.RadMenu_LuthersWelding a.rmFocused .rmExpandRight,
.RadMenu_LuthersWelding a.rmSelected .rmExpandRight,
.RadMenu_LuthersWelding a.rmExpanded .rmExpandRight {
	background-position: 100% -312px;
}

.RadMenu_LuthersWelding .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_LuthersWelding .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_LuthersWelding .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_LuthersWelding .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_LuthersWelding .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_LuthersWelding .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_LuthersWelding .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_LuthersWelding .rmGroup a.rmExpanded .rmExpandDown {
	background-position: 100% -240px;
}

.RadMenu_LuthersWelding .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_LuthersWelding .rmGroup a.rmDisabled:hover .rmExpandDown {
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

.RadMenu_LuthersWelding .rmSlide {
	margin-top: -1px;
}

.RadMenu_LuthersWelding .rmLeftArrow,
.RadMenu_LuthersWelding .rmRightArrow {
	background-color: #E6E6E6;
}

.RadMenu_LuthersWelding .rmLeftArrow {
	background-position: -8px -312px;
	border-right: 1px solid #828282;
}

.RadMenu_LuthersWelding .rmRightArrow {
	background-position: -482px -216px;
	border-left: 1px solid #828282;
}

.RadMenu_LuthersWelding .rmTopArrow,
.RadMenu_LuthersWelding .rmBottomArrow,
.RadMenu_LuthersWelding .rmGroup .rmLeftArrow,
.RadMenu_LuthersWelding .rmGroup .rmRightArrow {
	background-color: #E6E6E6;
}

.RadMenu_LuthersWelding .rmTopArrow {
	background-position: 50% -367px;
	border-bottom: 1px solid #828282;
}

.RadMenu_LuthersWelding .rmBottomArrow {
	background-position: 50% -391px;
	border-top: 1px solid #828282;
}

.rmRoundedCorners_Default .rmTopArrow,
.rmRoundedCorners_Default .rmBottomArrow,
.RadMenu_LuthersWelding .rmRoundedCorners .rmTopArrow,
.RadMenu_LuthersWelding .rmRoundedCorners .rmBottomArrow {
	border-color: #e8e8e8;
}

.RadMenu_LuthersWelding .rmRootGroup > .rmSeparator {
	margin-right: -4px;
}

.RadMenu_LuthersWelding .rmSeparator .rmText {
	border-color: #a8a8a8 #fff #fff #a8a8a8;
}

.RadMenu_LuthersWelding .rmGroup .rmSeparator .rmText {
	border-color: #c5c5c5 #fff #fff #c5c5c5;
}

.RadMenu_LuthersWelding_Context .rmSeparator .rmText {
	background-color: transparent;
	background-position: 0 -406px;
}

.RadMenu_LuthersWelding .rmHorizontal .rmRootLink .rmIcon {
	background-image: url('Menu/rmSprite.png');
	background-position: 50% -388px;
}

.RadMenu_LuthersWelding_rtl .rmRootGroup > .rmSeparator {
	margin-left: -3px;
	margin-right: 0;
}

.RadMenu_LuthersWelding_rtl a.rmLink,
.RadMenu_LuthersWelding_rtl .rmRootGroup a.rmDisabled {
	background-position: 99% -96px;
}

.RadMenu_LuthersWelding_rtl .rmGroup a.rmDisabled {
	background: none;
}

.RadMenu_LuthersWelding_rtl .rmText {
	background-position: 0 -96px;
}

.RadMenu_LuthersWelding_rtl .rmVertical a.rmExpanded .rmText,
.RadMenu_LuthersWelding_rtl .rmVertical a.rmExpanded:hover .rmText {
	background-position: 0 500px;
	background-repeat: no-repeat;
}

.RadMenu_LuthersWelding_rtl .rmGroup a.rmLink:hover,
.RadMenu_LuthersWelding_rtl .rmGroup a.rmFocused,
.RadMenu_LuthersWelding_rtl .rmGroup a.rmSelected,
.RadMenu_LuthersWelding_rtl .rmGroup a.rmExpanded {
	background-position: 100% -264px;
}

	.RadMenu_LuthersWelding_rtl .rmGroup a.rmLink:hover .rmText,
	.RadMenu_LuthersWelding_rtl .rmGroup a.rmFocused .rmText,
	.RadMenu_LuthersWelding_rtl .rmGroup a.rmSelected .rmText,
	.RadMenu_LuthersWelding_rtl .rmGroup a.rmExpanded .rmText {
		background-position: 0 -288px;
	}

.RadMenu_LuthersWelding_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmRootGroup .rmExpandLeft {
	background-position: 0 -312px;
}

.RadMenu_LuthersWelding_rtl .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmVertical a.rmSelected .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmVertical a.rmExpanded .rmExpandLeft {
	background-position: 0 -216px;
}

.RadMenu_LuthersWelding_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmGroup a.rmExpanded .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmSlide .rmHorizontal .rmLink:hover .rmExpandDown,
.RadMenu_LuthersWelding_rtl .rmSlide .rmHorizontal .rmFocused .rmExpandDown,
.RadMenu_LuthersWelding_rtl .rmSlide .rmHorizontal .rmSelected .rmExpandDown,
.RadMenu_LuthersWelding_rtl .rmSlide .rmHorizontal .rmExpanded .rmExpandDown {
	background-position: 0 -336px;
}

.RadMenu_LuthersWelding_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_LuthersWelding_rtl .rmSlide .rmHorizontal .rmExpandDown,
.RadMenu_LuthersWelding_rtl .rmSlide .rmHorizontal .rmExpandUp {
	background-position: 0 -312px;
}

.rmRootGroup {
	height: 40px !important;
}

.RadMenu_LuthersWelding .rmRootLink .rmText {
	line-height: 40px;
}

.rmSlide .rmText {
	line-height: 40px;
}

.rmSlide .rmItem:hover {
	/*background-color: black;*/
	color: #fff;
}

.rmSlide a.rmLink {
	text-transform: none;
}

.RadMenu ul.rmGroup {
	padding: 0 !important;
}

.rmSlide .rmGroup span.rmText {
	border-bottom: dotted 1px #cccccc;
	padding: 0;
	margin: 0 16px !important;
	text-transform: none;
	font-weight: normal;
}

.rmSlide .rmGroup .rmLast span.rmText {
	border-bottom: none;
}

.RadMenu .rmHorizontal .rmText {
	padding: 0 0 0 12px !important;
}

/*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;
	}
}

#navigation {
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.bristol-med-menu {
	background-color: #fff;
	height: 40px;
}

	.bristol-med-menu .rmRootGroup {
		border: none !important;
		color: #333;
		background-color: unset !important;
		border-radius: 0;
	}

	.bristol-med-menu .rmRootGroup a.rmRootLink {
		padding: 0 0.9375rem !important;
		margin-left: 0 !important;
	}

	.bristol-med-menu, .bristol-med-menu a.rmLink {
		font: bold 14px/40px 'Red Hat Display',sans-serif !important;
		color: #404040 !important;
		text-decoration: none !important;
	}

		.bristol-med-menu .rmRootLink:hover {
			color: #091c71 !important;
			background-color: unset !important;
		}

		.bristol-med-menu .rmRootGroup.rmHorizontal > .rmItem {
			border: none !important;
		}

		.bristol-med-menu .rmSelected .rmRootLink, .bristol-med-menu .rmExpanded .rmRootLink {
			color: inherit;
			background-color: #fff !important;
			box-shadow: unset !important;
		}

		.bristol-med-menu .rmSlide {
			margin-top: 1px;
		}

		.bristol-med-menu .rmGroup, .bristol-med-menu .rmMultiColumn, .bristol-med-menu .rmGroup .rmVertical {
			background-color: #0c2070 !important;
			border: none !important;
			color: #fff !important;
		}

.rmSlide a.rmLink {
	color: #fff !important;
}

.bristol-med-menu .rmGroup .rmItem a.rmLink:hover {
	color: #fac538 !important;
}

.bristol-med-menu .rmGroup .rmLink:hover {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	background-color: transparent !important;
}

.bristol-med-menu .rmSlide .rmGroup .rmLink {
	border-bottom: dotted 1px #ccc;
	padding: 0 12px;
	margin: 0 16px !important;
	text-transform: none;
	font-weight: normal;
}

.bristol-med-menu .rmSlide .rmGroup .rmLast .rmLink {
	border-bottom: none !important;
}
