@charset "utf-8";
/* CSS Document */


/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
#topOffset {
	padding-top: 200px;
}
#noHeaderOffset {
	padding-top: 0px;
}
/* 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: 70px;
}
.logoImg:hover {
	height: 66px;
	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: 90px;
	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;
}
#search {
	float: right;	
}
#search input {
	border: 1px solid #D0D0D0;
	width: 150px;
	padding: 3px 0px 3px 3px;
	color: #333;
	background: #FFF;
	margin: 35px 0 0 0;
}
/* FOOTER: Logo
-----------------------------------------------------------------------------*/
#footer-logo {
	width: 130px;
	float: left;
}
#footer-logo a {
	width: 35px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#footer-logo a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#footer-logo img {
	width: 120px;
}
/* FOOTER: Social Icons
-----------------------------------------------------------------------------*/
#social-media {
	padding-top: 15px;
	width: 180px;
	float: left;
}
#social-media a {
	width: 32px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin-right: 4px;
}
#social-media a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#social-media img {
	width: 32px;
}
/* FOOTER: Contact Links
-----------------------------------------------------------------------------*/
#footer-contact {
	text-align: right;
}
#footer-contact a {
	opacity: 0.3;
	filter: alpha(opacity=30);
	color: #FFF;
}
#footer-contact a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#footer-contact img {
	width: 11px;
}
/* ICONS - PAGE
-----------------------------------------------------------------------------*/
.iconBox {
	display: block;
	color: #FFF;
	text-align: center;
	min-height: 260px;
	padding: 24px;
	border: 1px solid #BBB;
}
.iconBox:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url('../../media/static/images/iconBox-bg-over.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #FFF;
}
.iconBox img {
	width: 70%;
}
.iconBox h4 {
	min-height: 60px;
	color: #FFF;
}
.iconBox p {
	min-height: 80px;
	color: #FFF;
}
/* 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.1rem;
	line-height: 1.5rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #111;
}
#adminIntro {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #111;
}
#intro2 {	/* Used in Section Intros */
	font-size: 2rem;
	line-height: 2.4rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#adminIntro2 {
	font-size: 2rem;
	line-height: 2.4rem;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#fineprint {
	font-size: 0.7rem;
	line-height: 1.5rem;
	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;
}
/* 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: 150px;
}
[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%;
}
#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: 18px;
}
#topOffset {
	padding-top: 85px;
}
#navClick {
	display: none;
}
#navTouch {
	display: block;
}
.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;
}
}


