@charset "utf-8";
/* CSS Document */

/*
Dk. Blue:	#172E64;
Md. Blue: 	#005AA8;
Lt. Blue:	#618CC7;

Dk. Red:	#752517;
Md. Red:	#992E2B;
Lt. Red:	#E59578;
*/

/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
#topOffset {
	padding-top: 105px;
}
#slide2 {
	background: #FFF;
	padding: 10px 0 40px 0;
}
#noHeaderOffset {
	padding-top: 0px;
}
#whiteSlide {
	background: #FFF;
	padding: 40px 0px 40px 0;
}
/* HEADER: Logo Bar */
.logoImg {
	-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: 60px;
}
.logoImg:hover {
	height: 56px;
	padding: 2px 0 2px 0;
}
#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;
	height: 80px;
	text-align: center;
	margin: 25px 0 0px 0;
	overflow: hidden;
}
#logoBar.small {
	height: 50px;
	margin: 15px 0 10px 0;
}
#logoBar.small .logoImg {
	height: 50px;
}
#logoBar.small .logoImg:hover {
	height: 46px;
	padding: 2px 0 2px 0;
}
/* HEADER: H1 */
#titleBar {
	background: #005AA8;
	padding: 24px 0 24px 0;
	overflow: hidden;
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
#titleBar form {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.9rem;
}
#titleBar h1 {
	color: #FFF;
}
/* FOOTER */
#footer {
	color: #FFF;
	font-size: 14px;
	border-top: 8px solid #618CC7;
	padding: 20px 0 80px 0;
	background: #172E64;
}
#footer a {
	color: #FFF;
}
#footer h3 {
	color: #FFF;
	font-size: 24px;
}
#social h4 {
	color: #58595b;
	font-size: 16px;
	font-weight: bold;
}
#social img {
	float: left;
	margin-right: 15px;
	width: 50px;
}
#social a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ACTIVTY LINKS */
#activityLink {
	font-size: 1.2rem;
	line-height: 1.6rem;
	border-bottom: 1px solid #FFF;
	margin-top: 15px;
}
#activityLink a {
	-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;
	padding: 0px 10px 15px 0px;
	display: block;
}
#activityLink a:hover {
	text-decoration: none;
	padding: 0px 0px 15px 10px;
}
#activityLink img {
	background: #CCC;
	border: 2px solid #FFF;
	width: 25%;
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
}
/* VIDEOS - Responsive */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: auto;
	margin-bottom: 12px;
	border: 3px solid #DDD;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}
.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: #4B8215;
	padding: 20px;
}
#mediaIcon img {
	width: 160px;
}
/* TEXT STYLES */
#intro {	/* Used in Page Intros */
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 200;
	color: #666;
}
#adminIntro {
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 200;
	color: #666;
}
#intro2 {	/* Used in Section Intros */
	font-size: 2rem;
	line-height: 2.4rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
}
#adminIntro2 {
	font-size: 2rem;
	line-height: 2.4rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
}
#fineprint {
	font-size: 0.7rem;
	line-height: 1.2rem;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#breadcrumb {
	font-size: 0.7rem;
	line-height: 1.5rem;
	margin: 0px 0 15px 0;
}
#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: -150px;
	visibility: hidden;
}
#byline {
	text-align: right;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}
#sideSect {
	margin: 0 0 15px 0;
	padding: 20px;
	border: 1px solid #618CC7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f5f8fb;
	line-height: 1.2rem;
}
#sideSect h4 {
	margin: 0;
	padding: 0;
}
#sideSect ul {
	margin: 0 0 0 10px;
}
/* LAYOUT - COLUMNS */

#mainLeft {
	margin-top: -100px;
}
#mainRight {
	padding-top: 90px;
}
.container {
	margin: 0 auto 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	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: 16px;
}
.container {
	width: 1000px;
}
}

/* Desktop (regular) */

@media only screen and (max-width: 1099px) {
html {
	font-size: 16px;
}
.container {
	width: 700px;
}
/* ICONS */

.iconBox {
	min-height: 280px;
}
}

/* Desktop (medium) */

@media only screen and (max-width: 749px) {
html {
	font-size: 14px;
}
.container {
	width: 500px;
}
#topOffset {
	padding-top: 130px;
}
.logoImg {
	height: 44px;
}
.logoImg:hover {
	height: 44px;
}
#logoBar {
	height: 110px;
}
ul#menu {
	padding-top:10px;
}
ul#menu li, ul#menu ul.sub-menu li {
	width: 25%;
	float: right;
}
ul#menu li a, ul#menu li ul.sub-menu li a {
	font-size: .8rem;
	padding: 5px;
}
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
#footer-contact {
	text-align: left;
}
/* Main Slide */

#mainLeft {
	margin-top: -100px;
}
#mainRight {
	padding-top: 0px;
}
/* Mobile FOOTER nav */

ul#menuFtr {
	text-align: left;
	border-bottom: none;
}
ul#menuFtr li {
	display: block;
	float: left;
	width: 100%;
}
ul#menuFtr li a {
	display: block;
	border-bottom: 1px solid #6D6D6D;
}
#dimeLinks {
	width: 100%;
}
}

/* Mobile */

@media only screen and (max-width: 549px) {
html {
	font-size: 16px;
}
.container {
	width: 88%;
	margin: 0 21px 0 21px;
}
#breadcrumb {
	display: none;
}
[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%;
}
#navBar a {
	font-size: 0.8rem;
}
#footer-contact {
	text-align: left;
}
/* Main Slide */

#mainLeft {
	margin-top: 0px;
}
#mainRight {
	padding-top: 0px;
}
/* Mobile FOOTER nav */

ul#menuFtr {
	text-align: left;
	border-bottom: none;
}
ul#menuFtr li {
	display: block;
	float: left;
	width: 100%;
}
ul#menuFtr li a {
	display: block;
	border-bottom: 1px solid #6D6D6D;
}
}
