body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #46525f;
}
a {
	color: #215a99;
	font-weight: 800;
}
a:hover, a:active, a:focus {
	color: #215a99;
	text-decoration: underline;
}

/* HEADER */
header {
	height: 300px;
	background: center top no-repeat;
	background-size: cover;
}
.seed-1 header {
	background-image: url(../images/bg_1.jpg);
}
.seed-2 header {
	background-image: url(../images/bg_2.jpg);
}
.seed-3 header {
	background-image: url(../images/bg_4.jpg);
}
.seed-4 header {
	background-image: url(../images/bg_4.jpg);
}
.seed-5 header {
	background-image: url(../images/bg_5.jpg);
}
header .full-nav {
	display: none;
	height: 164px;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.12);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
header .full-nav .container {
	padding: 0;
}
header .full-nav .title-wrapper {
	height: 104px;
}
header .full-nav .title-wrapper h1 {
	margin: 0;
	padding: 0;
}
header .full-nav .title-wrapper h1 a {
	display: block;
	width: 330px;
	height: 104px;
	text-indent: -10000px;
	outline: 0;
	background: url(../images/logo.png) 0 0 no-repeat;
}
header .full-nav .title-wrapper .search {
	margin-top: 27px;
	height: 50px;
	border: 1px solid #dce0e5;
	background: #fff;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.05) inset;
	position: relative;
	width: 350px;
}
header .full-nav .title-wrapper .search form {
	margin: 0;
	padding: 0;
}
header .full-nav .title-wrapper .search label {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 50px;
	font-size: 12px;
	color: #46525f;
	text-transform: uppercase;
	font-weight: 400;
}
header .full-nav .title-wrapper .search.has-text label,
header .full-nav .title-wrapper .search.has-focus label {
	display: none;
}
header .full-nav .title-wrapper .search input[type=text] {
	display: block;
	margin: 0;
	border: 0;
	padding: 0 50px 0 20px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 12px;
	color: #46525f;
	text-transform: uppercase;	
	background: transparent;
}
header .full-nav .title-wrapper .search button {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	margin: 0;
	border: 0;
	padding: 0;
	width: 24px;
	height: 20px;
	background: transparent url(../images/search_btn.png) 0 0 no-repeat;
	text-indent: -10000px;
	outline: 0;
}
header .full-nav .title-wrapper .search button:hover {
	background-position: 0 -20px;
}
header .full-nav .menu-wrapper {
	height: 60px;
	background: #215a99;
}
header .full-nav .menu-wrapper .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .menu-wrapper .menu > li {
	float: left;
	position: relative;
}
header .full-nav .menu-wrapper .menu > li > a {
	display: block;
	line-height: 60px;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
header .full-nav .menu-wrapper .menu > li:hover > a,
header .full-nav .menu-wrapper .menu > li.active > a {
	background: #386ba3;
	text-decoration: none;
}
header .full-nav .menu-wrapper .menu > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 344px;
	max-height: 500px;
	background-color: white;
	overflow: auto;
	margin: 0;
	border: 0;
	padding: 0px;
	list-style: none;
	border-left: 1px solid #dce0e5;
	border-right: 1px solid #dce0e5;
	border-bottom: 1px solid #dce0e5;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.05);
}
	header .full-nav .menu-wrapper .menu > li > ul > li:last-child{
		background: #fff url() no-repeat scroll left bottom;
		padding-bottom: 162px;
	}
header .full-nav .menu-wrapper .menu > li.nav-about-the-senator > ul > li:last-child {
	background-image: url(../images/dropdown_about.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-constituent-services > ul > li:last-child {
	background-image: url(../images/dropdown_services.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-issues > ul > li:last-child {
	background-image: url(../images/dropdown_issues.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-news > ul > li:last-child {
	background-image: url(../images/dropdown_news.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-contact-roy > ul > li:last-child {
	background-image: url(../images/dropdown_contact.jpg);
}
header .full-nav .menu-wrapper .menu > li:hover > ul {
	display: block;
}
header .full-nav .menu-wrapper .menu > li > ul > li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dce0e5;
}
header .full-nav .menu-wrapper .menu > li > ul > li > a {
	display: block;
	padding: 10px 30px;
	line-height: 20px;
	font-size: 14px;
	color: #46525f;
	font-weight: 400;
}
header .full-nav .menu-wrapper .menu > li > ul > li > a:hover {
	background-color: #dce0e5;
	text-decoration: none;
}
header .full-nav .menu-wrapper .social {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .menu-wrapper .social li {
	float: left;
	margin-left: 1px;
}
header .full-nav .menu-wrapper .social li a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -10000px;
	outline: 0;
	background: center center no-repeat;
	opacity: .8;
	background-color: #386ba3;
}
header .full-nav .menu-wrapper .social li a:hover {
	opacity: 1;
}
header .full-nav .menu-wrapper .social li.facebook a {
	background-image: url(../images/icon_fb.png);
}
header .full-nav .menu-wrapper .social li.twitter a {
	background-image: url(../images/icon_tw2.png);
}
header .full-nav .menu-wrapper .social li.flickr a {
	background-image: url(../images/icon_fl.png);
}
header .full-nav .menu-wrapper .social li.youtube a {
	background-image: url(../images/icon_yt.png);
}
header .full-nav .menu-wrapper .social li.instagram a {
	background-image: url(../images/icon_ig2.png);
}
header .mobile-nav {
	display: block;
}
header .mobile-nav .navbar {
	/*
	background: #215a99;
	color: #fff;
	*/
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.12);
	border-bottom: 0;
}
header .mobile-nav .navbar .container {
	padding: 0 30px;
}
header .mobile-nav .navbar .navbar-header {
	height: 80px;
}
header .mobile-nav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #215a99;
}
header .mobile-nav .navbar-brand .line-1 {
	display: block;
	font-size: 32px;
	line-height: 32px;
}
header .mobile-nav .navbar-brand .line-2 {
	display: block;
	font-size: 12px;
	line-height: 12px;
}
header .mobile-nav .navbar-toggle {
	margin-top: 23px;
	margin-bottom: 23px;
	border: 0;
	background: transparent;
}
header .mobile-nav .navbar-toggle:hover,
header .mobile-nav .navbar-toggle:active,
header .mobile-nav .navbar-toggle:focus {
	background: #215a99;
}
header .mobile-nav .navbar-toggle .icon-bar {
	background-color: #215a99;
}
header .mobile-nav .navbar-toggle:hover .icon-bar,
header .mobile-nav .navbar-toggle:active .icon-bar,
header .mobile-nav .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
header .mobile-nav .social {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	background: #215a99;
}
header .mobile-nav .social li {
	float: left;
	margin-left: 1px;
}
header .mobile-nav .social li a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -10000px;
	outline: 0;
	background: center center no-repeat;
	opacity: .8;
	background-color: #386ba3;
}
header .mobile-nav .social li a:hover {
	opacity: 1;
}
header .mobile-nav .social li.facebook a {
	background-image: url(../images/icon_fb.png);
}
header .mobile-nav .social li.twitter a {
	background-image: url(../images/icon_tw2.png);
}
header .mobile-nav .social li.flickr a {
	background-image: url(../images/icon_fl.png);
}
header .mobile-nav .social li.youtube a {
	background-image: url(../images/icon_yt.png);
}
header .mobile-nav .social li.instagram a {
	background-image: url(../images/icon_ig2.png);
}
@media (min-width: 768px) {
	header {
		height: 598px;
		margin-top: 100px;
	}
	header .header-inner {
		height: 598px;
		background: url(../images/bg_overlay.png) center top repeat-x;
	}	
	header .full-nav {
		display: block;
	}
	header .mobile-nav {
		display: none;
	}
}
@media (min-width: 992px) {
	header .full-nav .menu-wrapper .menu > li > a {
		padding: 0 20px;
	}
}
@media (min-width: 1200px) {
	header .full-nav .menu-wrapper .menu > li > a {
		padding: 0 30px;
	}
}
/* MAIN CONTENT */
.main-content {
}
.main-content > .container {
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.12);
}
.subpage-content {
	float: none;
	padding: 0 30px;
}
#pagehead h1 {
	font-size: 32px;
	font-weight: 700;
	color: #46525f;
	border-bottom: 1px solid #dce0e5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#pagehead .cookie-crumbs {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #8a929b;
	text-transform: uppercase;
}
#pagehead .cookie-crumbs li {
	display: inline-block;
}
#pagehead .cookie-crumbs li:before {
	content: " / ";
	display: inline-block;
}
#pagehead .cookie-crumbs li:first-child:before {
	display: none;
}
#pagehead .cookie-crumbs li a {
	color: #8a929b;
	font-weight: 600;
}
.subpage-share {
	background: #ebebeb;
	margin-bottom: 40px;
	padding: 20px 30px 5px;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
}

.subpage-share .facebook {
	display: block;
	float: left;
	margin-right: 20px;
}
.subpage-share .twitter {
	display: block;
	float: left;
	margin-right: 20px;
}
.subpage-share iframe {
	display: block;
}
.subpage-share .facebook iframe {
	width: 350px;
}
.content-wrapper {
	padding-bottom: 40px;
}
.subpage-sidebar {
	float: none;
	background: #215a99;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.subpage-sidebar .section {
	padding-bottom: 30px;
}
.subpage-sidebar .section:first-child {
	padding-top: 30px;
}
.subpage-sidebar .section h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #3e76b4;
}
.subpage-sidebar .section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-sidebar .section ul li {
	border-bottom: 1px solid #3e76b4;	
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: 18px;
	line-height: 20px;
	background: url(../images/bullet_sidebar.png) 8px 18px no-repeat;
}
.subpage-sidebar .section ul li a {
	color: #fff;
	font-weight: 400;
}
.subpage-sidebar .section ul li a:hover,
.subpage-sidebar .section ul li a:active {
	text-decoration: none;
	color: #4ba1ff;
}
.subpage-sidebar .section ul li .relatedpostTitle {
	font-weight: 700;
	display: block;
}
.subpage-sidebar .section ul li .relatedpostDate {
	display: block;
	font-style: italic;
	font-size: 14px;
}
@media (min-width: 768px) {
	.main-content {
		margin-top: -490px;
		margin-bottom: 40px;
	}
	.subpage-content {
		padding: 0 40px;
	}
	.subpage-share {
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
		padding: 20px 20px 5px;
	}
	.subpage-share-floater {
		float: right;
	}	
	.subpage-sidebar {
		padding-left: 40px;
		padding-right: 40px;
	}
	.subpage-sidebar .section {
		padding-bottom: 40px;
	}
	.subpage-sidebar .section:first-child {
		padding-top: 40px;
	}
}
@media (min-width: 992px) {
	.subpage-content {
		float: right;
		padding-left: 40px;
		margin-left: -15px;
		/*margin-right: -15px;*/
		
	}
	.subpage-sidebar {
		/*margin-left: -15px;*/
		/*margin-right: -15px;*/
	}
}
@media (min-width: 1200px) {
}

.nosidebar {
	padding: 5px;
}

.nonav {
}
	.nonav header {
		margin-top: 58px;
		height: 543px;
	}
		.nonav header .full-nav {
			height: 110px;
		}
		.nonav header button {
			display: none;
		}
@media (max-width: 1200px) {
	.nonav header {
		height: 23px;
	}
	.nonav header .mobile-nav .social{
		display: none;
	}
}

.searchResultLabel {
    border-radius: 5px;
    background-color: #215A99;
    display: inline-block;
    color: white;
    padding: 5px;
    text-align: center;
    margin-top: 5px;
}
.searchResultLabel.press-releases{
	background-color: #2E7DD4;
}

.searchResultLabel.videos{
	background-color: #3897FF;
}

.mobile-nav .navbar-nav .search.mobile{
	margin-bottom: 10px;
}


.moratorium-banner {
	display: block;
	max-width: 1170px;
	border: 1px solid rgba(0,0,0,.25);
	padding: 20px 25px;
	margin:0 auto 50px;
}

@media (min-width: 768px) {
	.moratorium header { height:800px; }
	.moratorium .main-content { margin-top: -700px; }
	.moratorium header .header-inner { height: 800px; background-size: contain; }
}