body {
	background: #fff center top no-repeat;
	font-family: 'Source Sans Pro', Impact, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #38383b;
	min-height: 464px;
}
/*
body.seed_1 {
	background-image: url(../images/bg_ft_1.jpg);
}
body.seed_2 {
	background-image: url(../images/bg_ft_2.jpg);
}
body.seed_3 {
	background-image: url(../images/bg_ft_3.jpg);
}
body.seed_4 {
	background-image: url(../images/bg_ft_4.jpg);
}
body.seed_5 {
	background-image: url(../images/bg_ft_5.jpg);
}
*/
a {
	font-weight: 700;
	color: #bf6405;
}
a:hover, a:active {
	color: #bf6405;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', Impact, sans-serif;
}
@media (max-width: 979px) {
	body {
		background-image: none !important;
	}
}
/* HEADER */
header {
	height: 464px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
body.seed_1 header {
	background-image: url(../images/bg_1.jpg);
}
body.seed_2 header {
	background-image: url(../images/bg_5.jpg);
}
*/
body.seed_1 header {
	background-image: url(../images/bg_6.jpg);
}
body.seed_2 header {
	background-image: url(../images/bg_7.jpg);
}
body.seed_3 header {
	background-image: url(../images/bg_8.jpg);
}
header .header-inner {
	height: 100%;
	background: rgba(0, 0, 0, .55);
}
header .full-nav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 136px;
	z-index: 100001; /* one above the galleria styles */
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
	background: #000;
	background: -webkit-linear-gradient(#111113, #212124); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#111113, #212124); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#111113, #212124); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#111113, #212124); /* Standard syntax (must be last) */	
}
header .full-nav h1 {
	float: left;
	margin: 25px 0 0;
	padding: 0;
}
header .full-nav h1 a {
	display: block;
	width: 216px;
	height: 92px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -10000px;
	outline: 0;
}
header .full-nav .search {
	float: right;
	position: relative;
	width: 270px;
	height: 42px;
	margin-top: 25px;
	background: #2f2f30;
}
header .full-nav .search label {
	position: absolute;
	top: 0px;
	left: 10px;
	line-height: 42px;
	font-size: 16px;
	color: #cbcbcd;
}
header .full-nav .search.has-text label,
header .full-nav .search.has-focus label {
	display: none;
}
header .full-nav .search input {
	display: block;
	width: 210px;
	height: 42px;
	line-height: 42px;
	padding: 0 50px 0 10px;
	margin: 0;
	border: 0;
	background: transparent;
	outline: 0;
	box-shadow: none !important;
	font-family: 'Source Sans Pro', Impact, sans-serif;
	font-size: 16px;
	color: #cbcbcd;
}
header .full-nav .search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	margin: 0;
	border: 0;
	padding: 0;
	text-indent: -10000px;
	background: url(../images/search_btn.png) 0 0 no-repeat;
}
header .full-nav .search button:hover {
	background-position: 0 -42px;
}
header .full-nav .social {
	float: right;
	margin-top: 25px;
}
header .full-nav .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .social ul li {
	float: left;
	margin-right: 1px;
}
header .full-nav .social ul li a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #2f2f30;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -10000px;
	outline: 0;
}
header .full-nav .social ul li a:hover {
	background-position: 0 -42px;
}
header .full-nav .social ul li.facebook a {
	background-image: url(../images/soc_fb.png);
}
header .full-nav .social ul li.twitter a {
	background-image: url(../images/soc_tw.png);
}
header .full-nav .social ul li.youtube a {
	background-image: url(../images/soc_yt.png);
}
header .full-nav .social ul li.instagram a {
	background-image: url(../images/soc_ig.png);
}
header .full-nav .social ul li.pinterest a {
	background-image: url(../images/soc_pin.png);
}
header .full-nav .menu {
	float: right;
	clear: right;
	margin-top: 20px;
}
header .full-nav .menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .menu > ul > li {
	float: left;
	position: relative;
	margin-left: 25px;
}
header .full-nav .menu > ul > li:first-child {
	margin-left: 0px;
}
header .full-nav .menu > ul > li > a {
	display: block;
	font-family: 'Oswald', Impact, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 25px;
}
header .full-nav .menu > ul > li:hover > a {
	color: #d67006;
	text-decoration: none;
}
header .full-nav .menu > ul > li > ul {
	display: none;
	position: absolute;
	top: 49px;
	left: -15px;
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0 0 172px;
	width: 322px;
	background: #202023 bottom center no-repeat;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
header .full-nav .menu > ul > li.nav_about-mike > ul {
	background-image: url(../images/dropdown_aboutmikelee.jpg);
}
header .full-nav .menu > ul > li.nav_utah-first > ul {
	background-image: url(../images/dropdown_utahfirst.jpg);
}
header .full-nav .menu > ul > li.nav_constituent-services > ul {
	background-image: url(../images/dropdown_services.jpg);
}
header .full-nav .menu > ul > li.nav_issues > ul {
	background-image: url(../images/dropdown_issues.jpg);
}
header .full-nav .menu > ul > li.nav_press-office > ul {
	background-image: url(../images/dropdown_press.jpg);
}
header .full-nav .menu > ul > li.nav_legislation > ul {
	background-image: url(../images/dropdown_legislation.jpg);
}
header .full-nav .menu > ul > li.nav_contact > ul {
	background-image: url(../images/dropdown_contact.jpg);
}
header .full-nav .menu > ul > li.nav_legislation > ul,
header .full-nav .menu > ul > li.nav_contact > ul {
	left: auto;
	right: -15px;
}
header .full-nav .menu > ul > li:hover > ul {
	display: block;
}
header .full-nav .menu > ul > li > ul > li {
	border-top: 1px solid #2f2f30;
}
header .full-nav .menu > ul > li > ul > li:first-child {
	border-top: 0px;
}
header .full-nav .menu > ul > li > ul > li > a {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #dadadc;
	font-family: 'Oswald', Impact, sans-serif;
}
header .full-nav .menu > ul > li > ul > li > a:hover {
	background: #2f2f30;
	text-decoration: none;
}
header .mobile-nav {
	display: none;
}
header .mobile-nav .navbar {
	margin-bottom: 0;
}
header .mobile-nav .navbar-inner {
	background: transparent;
	border-width: 0;
}
header .mobile-nav .navbar .brand {
	text-shadow: none;
	color: #fff;
	font-family: 'Oswald', Impact, sans-serif;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
	text-indent: -10000px;
	background: url(../images/logo_small.png) 0 0 no-repeat;
	width: 149px;
	height: 67px;
	padding: 0;
	margin-left: 5px;
	margin-top: 5px;
}
header .mobile-nav .navbar .btn-navbar {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	margin-top: 20px;
}
header .mobile-nav .navbar .btn-navbar .icon-bar {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
header .mobile-nav .navbar .nav > li > a {
	text-shadow: none;
	color: #fff;
	font-family: 'Oswald', Impact, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 0;
}
header .mobile-nav .navbar .nav > .active > a,
header .mobile-nav .navbar .nav > li > a:hover {
	background: #2f2f30;
	color: #fff;
}
header .mobile-nav .social {
	height: 42px;
	background: #202023;
}
header .mobile-nav .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .mobile-nav .social ul li {
	float: left;
	border-right: 1px solid #000;
}
header .mobile-nav .social ul li:first-child {
	border-left: 1px solid #000;
}
header .mobile-nav .social ul li a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #2f2f30;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -10000px;
	outline: 0;
}
header .mobile-nav .social ul li a:hover {
	background-position: 0 -42px;
}
header .mobile-nav .social ul li.facebook a {
	background-image: url(../images/soc_fb.png);
}
header .mobile-nav .social ul li.twitter a {
	background-image: url(../images/soc_tw.png);
}
header .mobile-nav .social ul li.youtube a {
	background-image: url(../images/soc_yt.png);
}
header .mobile-nav .social ul li.instagram a {
	background-image: url(../images/soc_ig.png);
}
header .mobile-nav .social ul li.pinterest a {
	background-image: url(../images/soc_pin.png);
}
header .full-nav .social ul li.vekeo a {
	background-image: url(../images/soc_vekeo_top.png);
}
@media (min-width: 1200px) {
	header .full-nav .menu > ul > li {
		margin-left: 30px;
	}
}
@media (max-width: 979px) {
	header {
		height: auto;
		background: #000;
		background-image: none !important;
	}
	header .header-inner {
		background: transparent;
	}
	header .full-nav {
		display: none;
	}
	header .mobile-nav {
		display: block;
	}
}
@media (max-width: 767px) {
	header {
		margin-left: -20px;
		margin-right: -20px;
	}
	header .mobile-nav .navbar {
		margin-left: 0;
		margin-right: 0;
	}
}
/* MAIN CONTENT */
.main-content {
	margin-top: -280px;
	margin-bottom: 30px;
}
.subpage > .container {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}
.subpage-content-inner {
	padding: 0px 40px 40px;
	margin-right: -20px;
}
.subpage-content-header {
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: 1px solid #ceced8;
}
.subpage-content-header h1 {
	margin: 0 -40px 20px;
	padding: 35px 40px;
	line-height: 30px;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Oswald', Impact, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #B45F05 url(../images/bg_subpagetitle.png) center center repeat;
}
.subpage-content-header .action-buttons {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-content-header .action-buttons li {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	font-family: 'Oswald', Impact, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #5a5a5f;
}
.subpage-content-header .action-buttons li a {
	display: block;
	position: relative;
	font-weight: 300;
	color: #5a5a5f;
	padding-right: 22px;
}
.subpage-content-header .action-buttons li a:hover {
	color: #bf6405;
	text-decoration: none;
}
.subpage-content-header .action-buttons li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 18px;
	height: 16px;
}
.subpage-content-header .action-buttons li a:hover:after {
	background-position: 0 -16px;
}
.subpage-content-header .action-buttons li a.print:after {
	background-image: url(../images/icon_print.png);
}
.subpage-content-header .action-buttons li a.share:after {
	background-image: url(../images/icon_share.png);
}
.subpage-content-header .cookie-crumbs {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-content-header .cookie-crumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: 'Oswald', Impact, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #5a5a5f;
}
.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 {
	font-weight: 300;
	color: #5a5a5f;
}
.subpage-content-header .cookie-crumbs li a:hover {
	color: #161617;
	text-decoration: none;
}
.subpage-content-share {
	margin-bottom: 20px;
	height: 40px;
}
/* */
.subpage-content-social {
	background: #ceced8;
	padding: 20px;
}
.subpage-content-social .section {
	float: left;
	margin-right: 20px;
}
.subpage-content-social .section iframe {
	float: left;
}
/* */
/*
.subpage-content-social {
	margin-left: -15px;
	margin-right: -15px;
}
.subpage-content-social .section {
	float: left;
	width: 50%;
	margin: 0 15px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.subpage-content-social .section.fb-container {
	background: blue;
}
.subpage-content-social .section.twitter-container {
	background: red;
}
.subpage-content-social .section iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
}
*/
.subpage-sidebar-inner {
	padding: 0 40px 40px;
}
.subpage-sidebar-inner .section {
	margin-bottom: 20px;
}
.subpage-sidebar-inner .section h3 {
	margin: 0 -40px 20px;
	padding: 35px 40px;
	line-height: 30px;
	font-size: 30px;
	font-weight: 300;
	font-family: 'Oswald', Impact, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #2D2D2E url(../images/bg_relatedlinks.png) center center repeat;
}
.subpage-sidebar-inner .section h3 strong {
	font-weight: 700;
}
.subpage-sidebar-inner .section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-sidebar-inner .section ul li {
	margin: 10px 0 0;
	border-top: 1px solid #ceced8;
	padding: 10px 0 0;
}
.subpage-sidebar-inner .section ul li:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}
.subpage-sidebar-inner .section ul li a {
	font-family: 'Oswald', Impact, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #5a5a5f;
	text-transform: uppercase;
}
.subpage-sidebar-inner .section ul li a:hover {
	color: #161617;
	text-decoration: none;
}
@media (min-width: 1200px) {
	.subpage-content-inner {
		margin-right: -30px;
	}
	.span12 .subpage-content-inner{
		margin-right: 0px;
	}
}
@media (max-width: 979px) {
	.main-content {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.subpage-content-header {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.subpage-content-header .cookie-crumbs {
		float: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ceced8;
	}
	.subpage-content-header .action-buttons {
		float: none;
	}
	.subpage-content-header .action-buttons li {
		margin-left: 0;
		margin-right: 20px;
	}
	.subpage-content-inner {
		margin-right: 0;
	}
	
}
@media (max-width: 979px) and (min-width: 768px) {
	.subpage-content {
		float: none;
		width: auto;
	}
	.subpage-sidebar {
		float: none;
		width: auto;
	}
}
@media (max-width: 767px) {
	.main-content {
		margin: 0 -20px;
	}
}

#disclaimer {
	background-color: #242426;
	margin: 0px;
	padding: 30px 120px 30px 120px;
	color: white;

}

/* Social Capital Project */
.scp article {
	/*max-width: 660px;*/
	margin: auto;
}
.scp-recent{
	float: right;
	width: 26%;
	margin-left: 2em;
	margin-bottom: .75em;
	position: relative;
	top: -.75em;
}
	.scp-recent h2{
		font-family: 'Oswald', serif;
		font-size: 36px;
		line-height: 40px;
		font-weight: 700;
		color: #bf6405;
	}
	.scp-recent a{
		display: block;
		color: #38393a;
	    line-height: 1.1em;
		margin-bottom: 1em;
	}
	.nav-pills.labels>.active>a{
		background-color: #bf6405;
	}
	@media(max-width: 879px){
		.scp-recent{
			float: none;
			width: auto;
			margin-left: 0px;
			top: 0px;
		}
	}
/**/