@charset "utf-8";
/* CSS Document */

/* Green: #336699; */


/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
	padding-top: 125px;
}
#topOffsetAdmin {
	padding-top: 150px;
}
#slide2 {
	background: #FFF;
	padding: 16px 24px 16px 24px;
}
#slide3 {
	background: #FFF;
	padding: 40px 24px 40px 24px;
	overflow:hidden;
}
.anchorSlide {
	-webkit-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	-ms-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
	background-image: url('../../media/static/images/concrete-texture.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-color: #CCC;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 60px 0 60px 0;
	color: #222;
	text-align: center;
}
.anchorSlide a {
	display: inline-block;
	padding: 10px;
	color: #222;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.anchorSlide a:hover {
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
/* HEADER: Logo Bar
-----------------------------------------------------------------------------*/
#logoBar {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 18px 0 18px 0;
	margin: 0 0 0 0;
	overflow: hidden;
}
#logoBar.small {
	padding: 12px 0 12px 0;
}
#logo {
	float: left;
	width: 40%;
	text-align: right;
}
#logo img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 55px;
}
#logo img.small {
	height: 55px;	
}
/*
#logo img:hover {
	width: 70%;
}
*/
#tagline {
	float: right;
	width: 46%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-align: left;
	padding-top: 24px;
}
#tagline.small {
	padding-top: 12px;	
}
#search input {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 4px;
	font-size: 1.2rem;
	color: #336699;
	font-family: "brandon-grotesque", sans-serif;
	width: 80%;
	float:left;
}
#search label {
	color: #333;
}
#coverImg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 250px;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 150px;
}
#coverImg h1 {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#coverImg h2 {
	color: #FFF;
	border: none;
}
/* FOOTER: Contact Links
-----------------------------------------------------------------------------*/
#affiliations {
	border-top: 1px solid #333;
	padding-top: 22px;
	margin-top: 8px;
}
#affiliations div {
	width: 10%;
	float: left;
	text-align: center;
}
#affiliations a img {
	width: 55%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#affiliations a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* ICONS - PAGE
-----------------------------------------------------------------------------*/
.iconBox {
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #EFEFEF;
	position: relative;
	border: 1px solid #CCC;
	min-height: 200px;
}
.iconBox:before {
	position: absolute;
	right: -1px;
	top: -1px;
	content: '';
	border-top: 15px solid #CCC;
	border-left: 15px solid transparent;
}
.iconBox:after {
	position: absolute;
	right: -2px;
	top: -2px;
	content: '';
	border-top: 15px solid #FFF;
	border-left: 15px solid transparent;
}
.iconBox:hover {
	text-decoration: none;
	background: #e5edf6;
	border: 1px solid #336699;
	transform: scale(.97, .97);
}
.iconBox div {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
}
.iconBox h3 {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.2rem;
	color: #336699;
	margin: 12px 0 10px 0;
	padding: 0 10px 0 10px;
	text-align: center;
}
.iconBox h4 {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.2rem;
	color: #336699;
	margin: 12px 0 10px 0;
	padding: 0 10px 0 10px;
	text-align: center;
}
.iconBox p {
	font-size: 1.1rem;
	line-height: 1.3rem;
	color: #666;
	padding: 0 10px 10px 10px;
	text-align: center;
}






/* ICONS - PAGE
-----------------------------------------------------------------------------*/
.subpageBox {
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #EFEFEF;
	position: relative;
	border: 1px solid #CCC;
}
.subpageBox:hover {
	text-decoration: none;
	background: #e5edf6;
	border: 1px solid #336699;
	transform: scale(.97, .97);
}
.subpageBox div {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}
.subpageBox h3 {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.2rem;
	color: #336699;
	margin: 12px 0 10px 0;
	padding: 0 10px 0 10px;
	text-align: center;
}
.subpageBox p {
	font-size: 1.1rem;
	line-height: 1.3rem;
	color: #666;
	padding: 0 10px 10px 10px;
	text-align: center;
}





/* CTA - File a Complaint
-----------------------------------------------------------------------------*/
a#ctaBox {
	background-repeat: no-repeat;
	background-position: right;
	background-color: #336699;
	padding: 20px;
	color: #FFF;
	display: block;
	margin-bottom: 20px;
}
a#ctaBox:hover {
	background-repeat: no-repeat;
	background-position: right;
	background-color: #333;
	text-decoration: none;
}
a#ctaBox h4 {
	margin: 0;
	color: #FFF;
	font-weight: 600;
}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid #AAA;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ADMIN - Boxes
-----------------------------------------------------------------------------*/
#media {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;
	font-size: 10px;
	color: #666;
	background: #FFF;
	text-align: center;
}
#media a {
	font-weight: bold;
	font-size: 11px;
	display: block;
}
#media img {
	max-width: 200px;
	max-height: 200px;
}
#mediaIcon {
	width: 200px;
	margin: 10px;
}
#mediaIcon a {
	display: block;
	background: #336699;
	padding: 20px;
}
#mediaIcon img {
	width: 160px;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 18px 0px;
	border-bottom: 1px solid #CCC;
}
#intro {	/* Used in Page Intros */
	font-size: 1rem;
	line-height: 1.4rem;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
#adminIntro {
	font-size: 1rem;
	line-height: 1.4rem;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.intro2 {	/* Used in Section Intros */
	/*
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #336699;
	*/
}
#adminIntro2 {
	/*
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #336699;
	*/
}
.fineprint {
	font-size: 0.7rem;
	line-height: 1.2rem;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
/* IN-PAGE NAVIGATION
-----------------------------------------------------------------------------*/
#breadcrumb {
	font-size: 0.7rem;
	line-height: 1.5rem;
	margin: 0px 0 20px 0;
	text-transform: uppercase;
}
#breadcrumb a {
	margin-right: 10px;
	padding-right: 20px;
	color: #666;
	background: url('../../media/static/images/breadcrumb.gif') no-repeat right;
}
.anchor {
	display: block;
	position: relative;
	top: -170px;
	visibility: hidden;
}
.anchorBox {
	padding: 10px;
	margin: 10px 0px 25px 0px;
	background: #EFEFEF;
	border: 1px solid #AAA;
	text-align: center;
}
.anchorBox h3 {
	border-bottom: 1px solid #AAA;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #999;
	font-size: 1.1rem;
	line-height: 1.3rem;
}
.toTop a {
	color: #AAA;
	text-align: center;
	display: block;
	width: 90px;
	padding: 4px;
	border: 1px solid #AAA;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.toTop a:hover {
	color: white;
	background: #336699;
	border: 1px solid #336699;
	text-decoration: none;
}
.backToTop {
	font-size: .7rem;
	text-align: center;
	text-transform: uppercase;
}
/* OTHER
-----------------------------------------------------------------------------*/
.sidebar {
	background: #EFEFEF;
}
.sidebar h3 {
	border-bottom: 2px solid #FFF;
	padding: 12px;
	display: block;
	background: #444;
	color: #FFF;
	margin: 0 0 0 0;
	font-size: 1rem;
	line-height: 1.2rem;
}
.sidebar h4 {
	border-bottom: 2px solid #FFF;
	padding: 12px;
	display: block;
	background: #444;
	color: #FFF;
	font-weight: 600;
	margin: 0 0 0 0;
	font-size: 1rem;
	line-height: 1.2rem;
}
.sidebar p {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0;
	padding: 0;
}
.sideItem {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sideItem li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sideItem li a {
	display: block;
	border-bottom: 1px solid #FFF;
	margin: 0 0 0 0;
	padding: 8px 12px 8px 6px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sideItem li a:hover {
	padding: 8px 6px 8px 12px;
	background-color: #DDD;
	text-decoration: none;
}
#byline {
	font-size: .8rem;
	text-align: right;
	margin: -15px 0 12px 0;
}
.mediaElements {
	width: 40%;
	float: right;
	margin: 0 0 24px 24px;	
}
.mediaElements p {
	font-size: .8rem;
	line-height: 1.1rem;
	margin: 0;
	padding: 0;
}
.mediaElements ul {
	margin-top: 0;
	margin-bottom: 0;
	font-size: .8rem;
	line-height: 1.2rem;
}
.mediaElements li {
	font-size: .8rem;
	line-height: 1.2rem;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
	margin: 0 auto 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 1100px;
}
[class*="span"] {
	margin-left: 2.12766%;
	float: left;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 6.38298%;
}
.span2 {
	width: 14.89362%;
}
.span3 {
	width: 23.40426%;
}
.span4 {
	width: 31.91489%;
}
.span5 {
	width: 40.42553%;
}
.span6 {
	width: 48.93617%;
}
.span7 {
	width: 57.44681%;
}
.span8 {
	width: 65.95745%;
}
.span9 {
	width: 74.46809%;
}
.span10 {
	width: 82.97872%;
}
.span11 {
	width: 91.48936%;
}
.span12 {
	width: 100%;
}

/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
html {
	font-size: 18px;
}
.container {
	width: 1000px;
}
}

/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {
html {
	font-size: 18px;
}
.container {
	width: 700px;
}
.iconBox div {
	height: 100px;
}
#tagline {
	font-size: 1rem;
	line-height: 1.2rem;
}
}

/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
html {
	font-size: 18px;
}
#navClick {
	display: none;
}
#navTouch {
	display: block;
}
.topOffset {
	padding-top: 90px;
}
.iconBox div {
	height: 200px;
}
.container {
	width: 500px;
}
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 100%;
	padding-bottom: 20px;
}
.span2 {
	width: 100%;
	padding-bottom: 20px;
}
.span3 {
	width: 100%;
	padding-bottom: 20px;
}
.span4 {
	width: 100%;
	padding-bottom: 20px;
}
.span5 {
	width: 100%;
	padding-bottom: 20px;
}
.span6 {
	width: 100%;
	padding-bottom: 20px;
}
.span7 {
	width: 100%;
	padding-bottom: 20px;
}
.span8 {
	width: 100%;
	padding-bottom: 20px;
}
.span9 {
	width: 100%;
	padding-bottom: 20px;
}
.span10 {
	width: 100%;
	padding-bottom: 20px;
}
.span11 {
	width: 100%;
	padding-bottom: 20px;
}
.span12 {
	width: 100%;
}
}

/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
html {
	font-size: 14px;
}
.container {
	width: 88%;
	margin: 0 21px 0 21px;
}
.backToTop {
	margin: -50px 0 50px 0;
}
.anchorSlide {
	padding: 20px 0 20px 0;
}
.anchorSlide a {
	display: block;
}
#coverImg {
	height: 250px;
	padding: 50px 0 50px 0;
}
#breadcrumb {
	display: none;
}
#slide2 h1 {
	padding: 12px 0 0 0;
}
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 100%;
	padding-bottom: 20px;
}
.span2 {
	width: 100%;
	padding-bottom: 20px;
}
.span3 {
	width: 100%;
	padding-bottom: 20px;
}
.span4 {
	width: 100%;
	padding-bottom: 20px;
}
.span5 {
	width: 100%;
	padding-bottom: 20px;
}
.span6 {
	width: 100%;
	padding-bottom: 20px;
}
.span7 {
	width: 100%;
	padding-bottom: 20px;
}
.span8 {
	width: 100%;
	padding-bottom: 20px;
}
.span9 {
	width: 100%;
	padding-bottom: 20px;
}
.span10 {
	width: 100%;
	padding-bottom: 20px;
}
.span11 {
	width: 100%;
	padding-bottom: 20px;
}
.span12 {
	width: 100%;
}
}
