body {
	background: #000 center 210px no-repeat;
	background-size: 100% auto;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #3d3f40;
	padding: 0;
}
body.seed_1 {
	background-image: url(../images/bg1.jpg);
}
body.seed_2 {
	background-image: url(../images/bg2.jpg);
}
body.seed_3 {
	background-image: url(../images/bg3.jpg);
}
body.seed_4 {
	background-image: url(../images/bg4.jpg);
}
body.seed_5 {
	background-image: url(../images/bg5.jpg);
}
body.seed_6 {
	background-image: url(../images/bg6.jpg);
}
body a {
	color: #bd1d2a;
	font-weight: 600;	
}
body a:link,
body a:visited {
	color: #bd1d2a;
	text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
	text-decoration: underline;
}
@media (min-width: 992px) {
	body {
		padding-bottom: 100px;
	}
}
/* ********** HEADER ********** */
header {
	position: relative;
	margin-bottom: 200px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	padding-bottom: 130px;
	height: 210px;
	z-index: 999;
}
header .container {
}
header .main-header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
}
header .main-header .container {
	background: url(../images/header_bg_dome_mobile.jpg) center top no-repeat;
	height: 130px;
	position: relative;
}
header .main-header h1 {
	margin: 0;
	padding: 0;
}
header .main-header h1 a {
	display: block;
	width: 364px;
	height: 66px;
	text-indent: -10000px;
	background: url(../images/header_name_mobile.png) 0 0 no-repeat;
	margin: 32px auto 0;
	outline: 0;
}
header .main-header .social {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -60px;
	left: 10px;
	width: 265px;
	height: 48px;
	z-index: 1000;
}

header .main-header .social li {
	float: left;
	margin-right: 5px;
}
header .main-header .social li a {
	display: block;
	text-indent: -10000px;
	outline: 0;
	width: 48px;
	height: 48px;
	background: 0 0 no-repeat;
}
header .main-header .social li a:hover,
header .main-header .social li a:active,
header .main-header .social li a:focus {
	background-position: 0 -48px;
}
header .main-header .social li.facebook a {
	background-image: url(../images/soc_small_fb.png);
}
header .main-header .social li.twitter a {
	background-image: url(../images/soc_small_tw.png);
}
header .main-header .social li.youtube a {
	background-image: url(../images/soc_small_yt.png);
}
header .main-header .social li.flickr a {
	background-image: url(../images/soc_small_fl.png);
}
header .main-header .social li.instagram a {
	background-image: url(../images/soc_small_insta.png);
}
header .mobile-nav {
	display: block;
}
header .navbar {
	background: #30425a;
	border-top: 8px solid #bd1d27;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	height: 80px;
}
header .navbar .navbar-collapse {
	background: #30425a;	
	box-shadow: 0px 15px 15px rgba(0,0,0,.5);
}
header .navbar .navbar-toggle {
	width: 28px;
	height: 20px;
	border: 0;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
	background-image: url(../images/icon_menu.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 26px 10px 26px 0;
}
header .navbar .navbar-toggle:hover,
header .navbar .navbar-toggle:active,
header .navbar .navbar-toggle:focus {
	background-position: 0 -20px;
}
header .navbar .navbar-toggle .icon-bar {
	display: none;
}
header .navbar .navbar-nav > li > a {
	color: #fff;
}
header .navbar .navbar-nav > li > a:hover,
header .navbar .navbar-nav > li > a:active,
header .navbar .navbar-nav > li > a:focus {
	color: #70abf5;
}
header .navbar .navbar-nav > li.open > .dropdown-menu > li > a {
	color: #fff;
}
header .navbar .navbar-nav > li.open > .dropdown-menu > li > a:hover,
header .navbar .navbar-nav > li.open > .dropdown-menu > li > a:active,
header .navbar .navbar-nav > li.open > .dropdown-menu > li > a:focus {
	color: #70abf5;
}

header .navbar .navbar-nav > li.nav_search > .dropdown-menu {
	padding: 10px;
	background: #fff;
}
header .navbar .navbar-nav > li.nav_search > .dropdown-menu form {
	border: 1px solid #d2d3d5;
	position: relative;
	height: 52px;
}
header .navbar .navbar-nav > li.nav_search > .dropdown-menu form label {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	line-height: 52px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #656c78;
}
/*
header .navbar .navbar-nav > li.nav_search > .dropdown-menu form.has-text label,
header .navbar .navbar-nav > li.nav_search > .dropdown-menu form.has-focus label {
	display: none;
}
*/
header .navbar .navbar-nav > li.nav_search.has-text > .dropdown-menu form label,
header .navbar .navbar-nav > li.nav_search.has-focus > .dropdown-menu form label {
	display: none;
}
header .navbar .navbar-nav > li.nav_search > .dropdown-menu form input[type=text] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 52px;
	height: 52px;
	padding: 0 40px 0 10px;
	margin: 0;
	border: 0;
	background: transparent;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #656c78;
}
header .navbar .navbar-nav > li.nav_search > .dropdown-menu form button {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #30425a;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	font-weight: 700;
}
header .navbar .navbar-nav > li.nav_search > .dropdown-menu form button:hover {
	color: #bd1d27;
}
header .full-nav {
	display: none;
	position: relative;
	background: #30425a;
	border-top: 8px solid #bd1d27;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 80px;	
	z-index: 1001px;
}
header .full-nav .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .full-nav .menu > li {
	float: left;
	margin-right: 8px;
	position: relative;
}
header .full-nav .menu > li > a {
	display: block;
	position: relative;
	line-height: 72px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
header .full-nav .menu > li:hover > a,
header .full-nav .menu > li > a:hover,
header .full-nav .menu > li > a:active {
	color: #70abf5;
	text-decoration: none;
}
header .full-nav .menu > li > ul {
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
}
header .full-nav .menu > li > ul {
	display: none;
	list-style: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	width: 318px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	background: #fff left bottom no-repeat;
	padding: 25px 25px 226px;
	left: -25px;
	z-index: 1001;
}
header .full-nav .menu > li:hover > ul {
	display: block;
}
header .full-nav .menu > li.nav_aboutsenatorshelby > ul {
	background-image: url(../images/dropdown_about.jpg);
}
header .full-nav .menu > li.nav_constituentservices > ul {
	background-image: url(../images/dropdown_constserv.jpg);
}
header .full-nav .menu > li.nav_issueslegislation > ul {
	background-image: url(../images/dropdown_issues.jpg);
}
header .full-nav .menu > li.nav_newsroom > ul {
	background-image: url(../images/dropdown_newsroom.jpg);
}
header .full-nav .menu > li.nav_student-center > ul {
	background-image: url(../images/dropdown_student.jpg);
}
header .full-nav .menu > li.nav_governmentlinks > ul {
	background-image: url(../images/dropdown_resources.jpg);
}
header .full-nav .menu > li.nav_contactsenatorshelby > ul {
	background-image: url(../images/dropdown_contact.jpg);
}
header .full-nav .menu > li > ul > li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #d2d3d5;
}
header .full-nav .menu > li > ul > li:first-child {
	border-top: 0;
	padding-top: 0;
}
header .full-nav .menu > li > ul > li > a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #656c78;
	white-space: normal;
}
header .full-nav .menu > li > ul > li > a:hover,
header .full-nav .menu > li > ul > li > a:active,
header .full-nav .menu > li > ul > li > a:focus {
	color: #bd1d27;
	text-decoration: none;
}
header .full-nav .menu > li > a .arrow {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
}
header .full-nav .menu > li:hover > a .arrow,
header .full-nav .menu > li.has-text > a .arrow,
header .full-nav .menu > li.has-focus > a .arrow {
	display: block;
}
header .full-nav .menu > li > a .arrow:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -12px;
	width: 22px;
	height: 8px;
	background: url(../images/dropdown_arrow.png) 0 0 no-repeat;
	border: 0;
}

header .full-nav .menu > li.nav_search {
	float: right;
	margin-right: 0;
}
header .full-nav .menu > li.nav_home > a,
header .full-nav .menu > li.nav_search > a {
	width: 22px;
	position: relative;
	text-indent: -10000px;
}
header .full-nav .menu > li.nav_home > a:before,
header .full-nav .menu > li.nav_search > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 22px;
	height: 22px;
	background: 0 0 no-repeat;
}
header .full-nav .menu > li.nav_home > a:before {
	background-image: url(../images/icon_home.png);
}
header .full-nav .menu > li.nav_search > a:before {
	background-image: url(../images/btn_search.png);
}
header .full-nav .menu > li.nav_home:hover > a:before,
header .full-nav .menu > li.nav_home > a:hover:before,
header .full-nav .menu > li.nav_home > a:active:before,
header .full-nav .menu > li.nav_search:hover > a:before,
header .full-nav .menu > li.nav_search > a:hover:before,
header .full-nav .menu > li.nav_search > a:active:before,
header .full-nav .menu > li.nav_search.has-text > a:before,
header .full-nav .menu > li.nav_search.has-focus > a:before {
	background-position: 0 -22px;
}	
header .full-nav .menu > li.nav_search > .dropdown {
	display: none;
	position: absolute;
	top: 72px;
	right: -10px;
	left: auto;
	padding: 10px;
	background: #fff;
	margin: 0;
	width: 318px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	z-index: 1001;	
}
/*header .full-nav .menu > li.nav_search:hover > .dropdown,*/
header .full-nav .menu > li.nav_search.has-text > .dropdown,
header .full-nav .menu > li.nav_search.has-focus > .dropdown {
	display: block;
}
header .full-nav .menu > li.nav_search > .dropdown form {
	border: 1px solid #d2d3d5;
	position: relative;
	height: 52px;
}
header .full-nav .menu > li.nav_search > .dropdown form label {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	line-height: 52px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #656c78;
}
/*
header .full-nav .menu > li.nav_search > .dropdown form.has-text label,
header .full-nav .menu > li.nav_search > .dropdown form.has-focus label {
	display: none;
}
*/
header .full-nav .menu > li.nav_search.has-text > .dropdown form label,
header .full-nav .menu > li.nav_search.has-focus > .dropdown form label {
	display: none;
}
header .full-nav .menu > li.nav_search > .dropdown form input[type=text] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 52px;
	height: 52px;
	padding: 0 40px 0 10px;
	margin: 0;
	border: 0;
	background: transparent;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #656c78;
}
header .full-nav .menu > li.nav_search > .dropdown form button {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #30425a;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	font-weight: 700;
}
header .full-nav .menu > li.nav_search > .dropdown form button:hover {
	color: #bd1d27;
}

@media (max-width: 400px) {
	header .main-header .container {
		background: none;
	}
	header .main-header h1 a {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		background: none;
		text-indent: 0;
		text-align: center;
		font-size: 22px;
		line-height: 22px;
		text-transform: uppercase;
		font-weight: 700;
		color: #30425A;
	}
}
@media (min-width: 768px) {
	header {
	}
	header .container {
		padding-left: 0;
		padding-right: 0;
	}
	header .main-header {
	}
	header .main-header h1 {
		float: left;
	}
	header .main-header h1 a {
		margin-left: 0;
		margin-right: 0;
	}
	header .main-header .social {
		top: 41px;
		left: auto;
		right: 0;
	}
	header .main-header .social li {
		margin-left: 5px;
		margin-right: 0;
	}
	header .mobile-nav {
		display: none;
	}
	header .full-nav {
		display: block;
	}
	/*
	header .navbar .collapse {
		padding-left: 0;
		padding-right: 0;
		box-shadow: none;
	}
	header .navbar .navbar-nav {
		float: none;
	}
	header .navbar .navbar-nav > li {
		margin-right: 12px;
	}
	header .navbar .navbar-nav > li.nav_search {
		float: right;
		margin-right: 0;
	}
	header .navbar .navbar-nav > li > a {
		position: relative;
		padding: 0;
		line-height: 72px;
		color: #fff !important;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 700;
		background: transparent !important;
	}
	header .navbar .navbar-nav > li.active > a {
		color: #fff !important;
		background: transparent !important;
	}
	header .navbar .navbar-nav > li:hover > a,
	header .navbar .navbar-nav > li > a:hover,
	header .navbar .navbar-nav > li > a:active {
		color: #70abf5 !important;
		background: transparent !important;
	}
	header .navbar .navbar-nav > li.nav_search > a {
		width: 22px;
		position: relative;
		text-indent: -10000px;
	}
	header .navbar .navbar-nav > li.nav_search > a:before {
		content: "";
		display: block;
		position: absolute;
		top: 25px;
		left: 0;
		width: 22px;
		height: 22px;
		background: url(../images/btn_search.png) 0 0 no-repeat;
	}
	header .navbar .navbar-nav > li.nav_search:hover > a:before,
	header .navbar .navbar-nav > li.nav_search > a:hover:before,
	header .navbar .navbar-nav > li.nav_search > a:active:before {
		background-position: 0 -22px;
	}	
	header .navbar .navbar-nav > li > a .caret {
		display: none;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0px;
		height: 0px;
		margin: 0;
		padding: 0;
	}
	header .navbar .navbar-nav > li.open > a .caret {
		display: block;
	}
	header .navbar .navbar-nav > li > a .caret:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: -12px;
		width: 22px;
		height: 8px;
		background: url(../images/dropdown_arrow.png) 0 0 no-repeat;
		border: 0;
	}
	header .navbar .navbar-nav > li > .dropdown-menu {
		border: 0;
		border-radius: 0;
		width: 318px;
		box-shadow: 5px 5px 10px rgba(0,0,0,.25);
		background: #fff left bottom no-repeat;
		padding: 25px 25px 226px;
		left: -25px;
	}
	header .navbar .navbar-nav > li.nav_aboutsenatorshelby > .dropdown-menu {
		background-image: url(../images/dropdown_about.jpg);
	}
	header .navbar .navbar-nav > li.nav_constituentservices > .dropdown-menu {
		background-image: url(../images/dropdown_constserv.jpg);
	}
	header .navbar .navbar-nav > li.nav_issueslegislation > .dropdown-menu {
		background-image: url(../images/dropdown_issues.jpg);
	}
	header .navbar .navbar-nav > li.nav_newsroom > .dropdown-menu {
		background-image: url(../images/dropdown_newsroom.jpg);
	}
	header .navbar .navbar-nav > li.nav_student-center > .dropdown-menu {
		background-image: url(../images/dropdown_student.jpg);
	}
	header .navbar .navbar-nav > li.nav_governmentlinks > .dropdown-menu {
		background-image: url(../images/dropdown_resources.jpg);
	}
	header .navbar .navbar-nav > li.nav_contactsenatorshelby > .dropdown-menu {
		background-image: url(../images/dropdown_contact.jpg);
	}
	header .navbar .navbar-nav > li > .dropdown-menu > li {
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #d2d3d5;
	}
	header .navbar .navbar-nav > li > .dropdown-menu > li:first-child {
		border-top: 0;
		padding-top: 0;
	}
	header .navbar .navbar-nav > li > .dropdown-menu > li > a {
		margin: 0;
		padding: 0;
		background: transparent !important;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
		color: #656c78 !important;
		white-space: normal;
	}
	header .navbar .navbar-nav > li > .dropdown-menu > li > a:hover,
	header .navbar .navbar-nav > li > .dropdown-menu > li > a:active,
	header .navbar .navbar-nav > li > .dropdown-menu > li > a:focus {
		color: #bd1d27 !important;
	}
	header .navbar .navbar-nav > li.nav_search > .dropdown-menu {
		right: -10px;
		left: auto;
		background-image: none;
	}
	*/
}	
@media (min-width: 992px) {
	header .main-header .container {
	}
	header .main-header h1 a {
		width: 530px;
		height: 130px;
		margin: 0;
		background: url(../images/header_name_large.png) 0 0 no-repeat;
	}	
	header .main-header .social {
		height: 66px;
		width: 355px;
		top: 32px;
	}
	header .main-header .social li {
	}
	header .main-header .social li a {
		width: 66px;
		height: 66px;
	}
	header .main-header .social li a:hover,
	header .main-header .social li a:active,
	header .main-header .social li a:focus {
		background-position: 0 -66px;
	}
	header .main-header .social li.facebook a {
		background-image: url(../images/soc_large_fb.png);
	}
	header .main-header .social li.twitter a {
		background-image: url(../images/soc_large_tw.png);
	}
	header .main-header .social li.youtube a {
		background-image: url(../images/soc_large_yt.png);
	}
	header .main-header .social li.flickr a {
		background-image: url(../images/soc_large_fl.png);
	}
	header .main-header .social li.instagram a {
		background-image: url(../images/soc_large_insta.png);
	}
	/*
	header .navbar .navbar-nav > li {
		margin-right: 30px;
	}
	header .navbar .navbar-nav > li > a {
		font-size: 14px;
	}
	*/
	header .full-nav .menu > li {
		margin-right: 22px;
	}
	header .full-nav .menu > li > a {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	header .main-header .container {
		background-position: 530px 0;
		background-image: url(../images/header_bg_dome.jpg);
	}	
	/*
	header .navbar .navbar-nav > li {
		margin-right: 40px;
	}
	header .navbar .navbar-nav > li > a {
		font-size: 16px;
	}
	*/
	header .full-nav .menu > li {
		margin-right: 30px;
	}
	header .full-nav .menu > li > a {
		font-size: 16px;
	}
}

/* ********** MAIN CONTENT ********** */
.main-content {
	padding: 0 15px;
}
.main-content .container {
}
.main-content .subpage-content {
	margin-bottom: 15px;
	background: #fff;
	padding: 0 30px 30px;
	box-shadow: 0px 0px 25px rgba(0,0,0,.75);
}
#pagehead {
	margin-bottom: 30px;
}
#pagehead h1 {
	margin: 0 -30px 30px -30px;
	padding: 25px 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 32px;
	/*line-height: 82px;*/
	line-height: 32px;
	background: #30425a;
	border-bottom: 10px solid #dce0e5;
}
#pagehead .action-buttons {
	/*float: right;*/
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: left;
}
#pagehead .action-buttons li {
	float: left;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #70abf5;
	margin-right: 10px;
	text-transform: uppercase;
	position: relative;
}
#pagehead .action-buttons li a {
	display: block;
	position: relative;
	padding: 0 20px 0 0;
	color: inherit;
	font-weight: inherit;
	color: #5f83b2;
}
#pagehead .action-buttons li a:hover,
#pagehead .action-buttons li a:active,
#pagehead .action-buttons li a:focus {
	color: #30425A;
	text-decoration: none;
}
#pagehead .action-buttons li a:after {
	content: "";
	display: block;
	width: 18px;
	height: 16px;
	position: absolute;
	top: 2px;
	right: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#pagehead .action-buttons li a:hover:after,
#pagehead .action-buttons li a:active:after,
#pagehead .action-buttons li a:focus:after {
	background-position: 0 -16px;
}
#pagehead .action-buttons li a.print:after {
	background-image: url(../images/icon_print.png);
}
#pagehead .action-buttons li a.share:after {
	background-image: url(../images/icon_share.png);
}
#pagehead .action-buttons li .share-buttons {
	display: block;
	position: absolute;
	top: -10000px;
	left: 0;
	border: 1px solid #d2d3d5;
	padding: 5px;
	height: 35px;
	background: #fff;
	width: 220px;
	z-index: 500;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}
#pagehead .action-buttons li .share-buttons.is-visible {
	top: 30px;
}
#pagehead .action-buttons li .share-buttons:before {
	content: "";
	display: block;
	position: absolute;
	top: -18px;
	left: 9px;
	width: 18px;
	height: 18px;
	border: 9px solid transparent;
	border-bottom-color: #d2d3d5;
}
#pagehead .action-buttons li .share-buttons:after {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 10px;
	width: 16px;
	height: 16px;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}
#pagehead .action-buttons li .share-buttons .share-button {
	float: left;
	margin-left: 5px;
}
#pagehead .action-buttons li .share-buttons .share-button:first-child {
	margin-left: 0;
}
#pagehead .cookie-crumbs {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#pagehead .cookie-crumbs li {
	display: inline;
	font-size: 15px;
	line-height: 20px;
	color: #3d3f40;
	font-weight: 500;
	text-transform: uppercase;
}
#pagehead .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
#pagehead .cookie-crumbs li:first-child:before {
	display: none;
}
#pagehead .cookie-crumbs li a {
	color: inherit;
	font-weight: inherit;
}
.main-content .subpage-sidebar {
	margin-bottom: 15px;
	background: #fff;
	padding: 0 30px 30px;
	box-shadow: 0px 0px 25px rgba(0,0,0,.75);
}
.main-content .subpage-sidebar .section h3 {
	margin: 0 -30px 0 -30px;
	padding: 25px 30px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 32px;
	/*line-height: 82px;*/
	line-height: 32px;
	background: #30425a;
	border-bottom: 10px solid #dce0e5;
}
.main-content .subpage-sidebar .section h3 strong {
	font-weight: 700;
}
.main-content .subpage-sidebar .section ul {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
}
.main-content .subpage-sidebar .section ul li {
	margin: 0;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #d2d3d5;
	background: url(../images/bullet.png) 8px 17px no-repeat;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #3d3f40;
}
.main-content .subpage-sidebar .section ul li:first-child {
	border-top: 0;
}
.main-content .subpage-sidebar .section ul li a {
	color: inherit;
	font-weight: 600;
}
.main-content .subpage-sidebar .section ul li a:hover,
.main-content .subpage-sidebar .section ul li a:active,
.main-content .subpage-sidebar .section ul li a:focus {
	text-decoration: none;
	color: #bd1d27;
}
@media (min-width: 768px) {
	.main-content {
		padding: 0;
	}
	#pagehead .action-buttons {
		float: right;
		clear: none;
	}
	#pagehead .action-buttons li {
		margin-left: 10px;
		margin-right: 0;
	}
	
}
@media (min-width: 992px) {
	.main-content .container {
		background: #fff;
		box-shadow: 0px 0px 25px rgba(0,0,0,.75);
	}
	.main-content .subpage-content {
		border-right: 1px solid #d2d3d5;
		margin-bottom: 0;
		box-shadow: none;
	}
	#pagehead h1 {
		margin-right: -31px;
	}
	.main-content .subpage-sidebar {
		margin-bottom: 0;
		box-shadow: none;
	}
}