body {
	background: #ECECEC;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #53595f;
}
a:link,
a:visited {
	color: #004589;
}
a:hover,
a:active {
	color: #004589;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
}
body > p {
	display: none;
}
.cfdebug {
	display: none;
}
/* HEADER */
header {
	height: 110px;
}
header .full-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #fff url(../images/nav_capitol.png) 25% top no-repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	z-index: 99;
}
header .full-nav h1 {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}
header .full-nav h1 a {
	display: block;
	width: 380px;
	height: 110px;
	background: url(../images/name_medium.png) 0 0 no-repeat;
	text-indent: -10000px;
	outline: 0;
}
header .full-nav .search {
	float: right;
	width: 120px;
	height: 110px;
	position: relative;
	border-left: 1px solid #ccc;
}
header .full-nav .search h2 {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 62px;
	height: 62px;
	background: url(../images/icon_search.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: -10000px;
}
header .full-nav .search:hover h2 {
	background-position: 0 -62px;
}
header .full-nav .search form {
	display: none;
	position: absolute;
	top: 110px;
	right: 0px;
	background: #fff;
	margin: 0;
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
header .full-nav .search:hover form,
header .full-nav .search.has-focus form,
header .full-nav .search.has-text form {
	display: block;
}
header .full-nav .search form fieldset {
	position: relative;
	height: 60px;
	border: 1px solid #d3d3d3;
	width: 300px;
}
header .full-nav .search form fieldset label {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 250px;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 60px;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #48494d;
}
header .full-nav .search.has-text form fieldset label,
header .full-nav .search.has-focus form fieldset label {
	display: none;
}
header .full-nav .search form fieldset input[type=text] {
	display: block;
	width: 250px;
	padding: 0 0 0 20px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	border: 0;
	background: transparent;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #48494d;
	box-shadow: none !important;
	outline: 0;
}
header .full-nav .search form fieldset button {
	display: block;
	position: absolute;
	top: 24px;
	right: 20px;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent url('../images/icon_arrow_search.png') 0 0 no-repeat;
	text-indent: -10000px;
	width: 8px;
	height: 12px;
}
header .full-nav .search form fieldset button:hover {
	background-position: 0 -12px;
}
header .full-nav .menu {
	float: right;
}
header .full-nav .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .menu > ul {
}
header .full-nav .menu > ul > li {
	float: left;
	position: relative;
}
header .full-nav .menu > ul > li > a {
	display: block;
	line-height: 110px;
	font-size: 18px;
	font-weight: 900;
	color: #53595f;
	text-transform: uppercase;
	padding: 0 10px;
}
header .full-nav .menu > ul > li:hover > a {
	color: #004588;
	text-decoration: none;
}
header .full-nav .menu > ul > li.nav_full > a {
	padding-right: 100px;
}
header .full-nav .menu > ul > li.nav_full > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	right: 20px;
	width: 63px;
	height: 26px;
	background: url(../images/icon_menu.png) 0 0 no-repeat;
}
header .full-nav .menu > ul > li.nav_full:hover > a:after {
	background-position: 0 -26px;
}
/* generic dropdown styles */
header .full-nav .menu > ul li ul {
	display: none;
	position: absolute;
	background: #fff;
	/*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);*/
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 20px 0px;
	width: 398px;
	z-index: 100;
}
header .full-nav .menu > ul li:hover > ul {
	display: block;
}
header .full-nav .menu > ul li ul li {
}
header .full-nav .menu > ul li ul li:first-child {
	margin-top: 0px;
}
header .full-nav .menu > ul li ul li a {
	display: block;
	padding: 10px 50px;
	font-weight: 900;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #53595f;
}
header .full-nav .menu > ul li ul li:hover > a {
	color: #004588;
	text-decoration: none;
}
/* ancestor-specific styles */
header .full-nav .menu > ul > li > ul {
	top: 110px;
	left: 0px;
}
header .full-nav .menu > ul > li > ul > li > ul {
	top: -21px;
	left: -400px;
}
/* full-menu styles */
header .full-nav .menu > ul > li.nav_full > ul {
	width: 300px;
}
header .full-nav .menu > ul > li.nav_full > ul > li {
	position: relative;
}
header .full-nav .menu > ul > li.nav_full > ul > li > a {
	color: #004588;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
header .full-nav .menu > ul > li.nav_full > ul > li:hover > a {
	color: #004588;
	background-color: #d0d1d6;
}
/* extra-large resolutions */
@media (min-width: 1200px) {
	header .full-nav h1 {
		margin-left: 50px;
	}
	header .full-nav h1 a {
		width: 510px;
		background-image: url(../images/name.png);
	}
	header .full-nav .menu > ul > li > a {
		font-size: 22px;
		padding: 0 10px;
	}
}
@media (min-width: 1300px) {
	header .full-nav .menu > ul > li > a {
		font-size: 24px;
		padding: 0 20px;
	}
}
/* mobile resolutions */
@media (max-width: 979px) {
	header {
		height: auto;
	}
	header .full-nav {
		position: relative;
		height: 100px;
		background-image: url(../images/mobile_header.png);
		background-position: left top;
	}
	header .full-nav h1 {
		margin-left: 20px;
	}
	header .full-nav h1 a {
		width: 260px;
		height: 100px;
		background-image: none;
	}
	header .full-nav .search {
		display: none;
	}
	header .full-nav .menu {
		position: static;
	}
	header .full-nav .menu > ul {
		position: static;
	}
	header .full-nav .menu > ul > li {
		position: static;
	}
	header .full-nav .menu > ul > li.nav_offices,
	header .full-nav .menu > ul > li.nav_services,
	header .full-nav .menu > ul > li.nav_contact {
		display: none;
	}
	header .full-nav .menu > ul > li.nav_full > a {
		line-height: 100px;
		text-indent: -10000px;
		padding-right: 70px;
	}
	header .full-nav .menu > ul > li.nav_full > a:after {
		top: 40px;
		right: 10px;
	}
	header .full-nav .menu > ul > li.nav_full > ul {
		display: none;
		position: absolute;
		top: 100px;
		right: 0px;
		left: auto;
		width: 100%;
		height: auto;
	}
	header .full-nav .menu.is-expanded > ul > li.nav_full > ul {
		display: block;
	}
}
@media (max-width: 380px) {
	header .full-nav {
		background-image: none;
	}
	header .full-nav h1 {
		margin-left: 10px;
		margin-top: 10px;
		width: 180px;
	}
	header .full-nav h1 a {
		text-indent: 0px;
		width: 100%;
		font-family: 'Lora', serif;
		font-size: 24px;
		line-height: 26px;
		font-style: italic;
		font-weight: bold;
		color: #53595f;
		height: auto;
	}
	header .full-nav h1 a:hover {
		color: #004588;
		text-decoration: none;
	}
}

/* MAIN CONTENT */
.main-content {
}
.subpage {
	overflow: hidden;
}
.subpage-content {
	float: left;
	width: 65%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.subpage-content-inner {
	margin: 50px;
	border: 1px solid #d2d2d2;
	background: #fff;
	/*width: auto;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;*/
}
.subpage-content-header {
}
.subpage-content-header h1 {
	margin: 0;
	padding: 30px 50px;
	border-bottom: 1px solid #d3d3d3;
	font-weight: 900;
	font-size: 44px;
	line-height: 50px;
	text-transform: uppercase;
	color: #0e2c50;
}
.subpage-content-header .action-buttons {
	margin: 0;
	padding: 0;
	float: right;
	height: 50px;
	list-style: none;
}
.subpage-content-header .action-buttons li {
	float: left;
	border-left: 1px solid #d3d3d3;
	border-right: 0;	
}
.subpage-content-header .action-buttons li > a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0 15px;
	color: #53595f;
	outline: 0;
}
.subpage-content-header .action-buttons li > a:hover {
	color: #004588;
	text-decoration: none;
}
.subpage-content-header .action-buttons li > a:after {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.subpage-content-header .action-buttons li > a:hover:after {
	background-position: 0 -20px;
}
.subpage-content-header .action-buttons li > a.share {
	width: 20px;
	text-indent: -10000px;
}
.subpage-content-header .action-buttons li > a.share:after {
	content: "";
	background-image: url(../images/icon_bc_share.png);
}
.subpage-content-header .action-buttons li > a.print {
	width: 20px;
	text-indent: -10000px;
}
.subpage-content-header .action-buttons li > a.print:after {
	content: "";
	background-image: url(../images/icon_bc_print.png);
}
.subpage-content-header .action-buttons li .at-container {
	height: 24px;
	width: 24px;
	margin: 15px 15px 11px;
}
.subpage-content-header .action-buttons li .at-container .addthis_20x20_style .at300bs {
	background-image: url(../images/icon_bc_email.png);
	background-position: 0 0 !important;
	width: 20px;
	height: 20px;
}
.subpage-content-header .action-buttons li .at-container .addthis_20x20_style .at300bs:hover {
	background-position: 0 -20px !important;
}
.subpage-content-header .action-buttons li .twitter-container {
	width: 20px;
	height: 20px;
	margin: 15px 15px;
	background: url(../images/icon_bc_tw.png) 0 0 no-repeat;
	overflow: hidden;
}
.subpage-content-header .action-buttons li .twitter-container:hover {
	background-position: 0 -20px;
}
.subpage-content-header .action-buttons li .twitter-container iframe {
	width: 20px;
	height: 20px;
	opacity: 0;
}
.subpage-content-header .action-buttons li .fb-container {
	width: 20px;
	height: 20px;
	margin: 15px 15px;
	background: url(../images/icon_bc_fb.png) 0 0 no-repeat;
	overflow: hidden;
}
.subpage-content-header .action-buttons li .fb-container:hover {
	background-position: 0 -20px;
}
.subpage-content-header .action-buttons li .fb-container iframe {
	width: 20px;
	height: 20px;
	opacity: 0;
}
/*
.subpage-content-header .cookie-crumbs li.crumb_home a {
	width: 20px;
	text-indent: -10000px;
}
.subpage-content-header .cookie-crumbs li.crumb_home a:after {
	content: "";
	background-image: url(../images/icon_bc_home.png);
}
*/
.subpage-content-header .cookie-crumbs {
	border-bottom: 1px solid #d3d3d3;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 20px;
	color: #53595f;
	font-weight: bold;
}
.subpage-content-header .cookie-crumbs li {
	display: inline;
}
.subpage-content-header .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
.subpage-content-header .cookie-crumbs li:first-child:before {
	display: none;
}
.subpage-content-header .cookie-crumbs li a {
	color: #53595f;
	font-weight: bold;
	text-transform: uppercase;
}
.subpage-content-body {
	padding: 30px 50px;
	border-top: 1px solid #d3d3d3;
}
.subpage-sidebar {
	float: right;
	width: 35%;
	max-width: 500px;
}
.subpage-sidebar-inner {
	border-left: 1px solid #d3d3d3;
	/*margin-bottom: -10000px;
	padding: 80px 50px 10000px;*/
	padding: 80px 50px 50px;
	background: #10315a;
	color: white;
	box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.4);
}
.subpage-sidebar .section {
	padding-bottom: 50px;
}
.subpage-sidebar .section h3 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: 900;
	font-size: 44px;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
}
.subpage-sidebar .section ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #3284d4;
	list-style: none;
}
.subpage-sidebar .section ul li {
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #3284d4;
	font-size: 22px;
	line-height: 24px;
	color: #3284d4;
	background: url(../images/icon_bullet_relatedlinks.png) 10px center no-repeat;	
}
.subpage-sidebar .section.social ul li {
	padding-left: 50px;
}
.subpage-sidebar .section ul li.facebook {
	background-image: url(../images/icon_staycon_fb.png);
}
.subpage-sidebar .section ul li.twitter {
	background-image: url(../images/icon_staycon_tw.png);
}
.subpage-sidebar .section ul li.youtube {
	background-image: url(../images/icon_staycon_yt.png);
}
.subpage-sidebar .section ul li.signup {
	background-image: url(../images/icon_staycon_news.png);
}
.subpage-sidebar .section ul li a {
	color: #3284d4;
}
.subpage-sidebar .section ul li a:hover {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 979px) {
	.subpage-content {
		float: none;
		width: auto;
	}
	.subpage-content-inner {
		margin: 20px;
	}
	.subpage-content-header h1 {
		padding: 20px;
		font-size: 34px;
		line-height: 36px;
	}
	/*
	.subpage-content-header .cookie-crumbs li {
		border-bottom: 1px solid #d3d3d3;
	}
	*/
	.subpage-content-header .cookie-crumbs {
		padding: 15px 20px;
	}
	.subpage-content-header .action-buttons {
		clear: left;
	}
	/*
	.subpage-content-header .action-buttons li {
		border-top: 1px solid #d3d3d3;
	}
	*/
	.subpage-content-body {
		padding: 20px;
	}
	.subpage-sidebar {
		float: none;
		width: auto;
		max-width: none;
	}
	.subpage-sidebar-inner {
		border-left: 0;
		padding: 20px;
		margin: 0;
	}
	.subpage-sidebar .section {
		padding-bottom: 20px;
	}
	.subpage-sidebar .section h3 {
		font-size: 34px;
		line-height: 36px;
	}
}

.mejs__container {margin: auto}

/* Alerts */
.site-alert { background-color: #d50000; color: #fff; font-size: 24px; font-weight: 400; line-height:30px; }
.site-alert a { color:inherit; }
.site-alert a:hover { color:inherit; text-decoration:none; }
.site-alert.urgent { background-color: #d50000; }
.site-alert .alert-title::before { text-transform:uppercase; top:15px; left:0; }
.site-alert .alert-title a {display: inline-block;}
.site-alert.urgent .alert-title::before { content:"Alert!"; }
.site-alert .alert-title::before { content:"Important Update!"; float: left; border-bottom: none; margin-right: 20px; margin-bottom: 0; padding-bottom: 0; font-size: 25px; padding-top: 2px; }
/* .site-alert .alert-heading { float:left; } */
.site-alert .alert-title { padding:45px 0 15px 0; position:relative; display:block; z-index:5; font-size: 18px; }
/* .site-alert.urgent .alert-title { padding-left:140px; } */
.site-alert .alert-close { background: url(../images/icon_close.png) center center no-repeat; cursor: pointer; display: block; float: right; width: 60px; height: 60px; z-index:10; position:relative; }

@media (min-width:350px) {
	.site-alert .alert-title { padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 15px; }
	.site-alert.urgent .alert-title { padding-left: 100px; }

	@media (min-width:540px) {
		.site-alert .alert-title a {display: flex;}
	}