@charset "utf-8";
/* CSS Document */

/* 
-- ORANGE --
RGB: 220,93,52
HEX: #DC5D34

-- CREAM --
RGB: 240,237,195
HEX: #F0EDC3

-- MAP BG --
RGB: 230,228,225
HEX: #E6E4E1;

-- BROWN --
RGB: 59,35,20
HEX: #3A2316
*/

/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
	padding-top: 50px;
}
#topOffsetAdmin {
	padding-top: 80px;
}
#slide2 {
	background: #FFF;
	padding: 10px 0 40px 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
	height: 20px;
	padding: 0px 0 10px 0;
}
.buttons a, .buttons button {
	-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;
	display: block;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	min-width: 80px;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 10px 5px 10px; /* Links */
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 5px 10px 5px 10px; /* IE6 */
}
.buttons button[type] {
	padding: 5px 10px 5px 10px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child+html button[type] {
	padding: 5px 10px 5px 10px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin: 0 6px -3px 0 !important;
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
	background: #DC5D34;
	border: 1px solid #DC5D34;
	color: #FFF;
}
button:hover, .buttons a:hover {
	background: #3A2316;
	color: #FFF;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
	background: #C6D880;
	color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover {
	background: #FBC2C4;
	color: #D12F19;
}
.req {
	color: #FF0;
}
#ADDRESS2label {
	display: none;
}
#ADDRESS2 {
	display: none;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
a.subpageBox {
	display: block;
	border: 1px solid #FFF;
	background: #EFEFEF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 24px 0;
}
a.subpageBox:hover {
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #333;
	background: #FFF;
}
a.subpageBox div {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
}
a.subpageBox h3 {
	font-weight: 600;
	color: #DC5D34;
	margin: 10px 0;
	padding: 0 20px 0 20px;
}
a.subpageBox p {
	min-height: 80px;
	padding: 0 20px 0 20px;
}
#span2 a.subpageBox div {
	height: 100px;
}
#span6 a.subpageBox div {
	height: 220px;
}
/* CTA
-----------------------------------------------------------------------------*/
a#ctaBox {
	background-color: #DC5D34;
	padding: 20px;
	color: #FFF;
	display: block;
	margin: 0 0 24px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a#ctaBox:hover {
	background-color: #333;
	text-decoration: none;
}
a#ctaBox h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 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 #CCC;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 18px 0px;
	border-bottom: 1px solid #3A2316;
}
.intro {	/* Used in Page Intros */
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 18px 0px;
	color: #3A2316;
	border-bottom: 1px solid #3A2316;
}
#INTRO {
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #3A2316;
}
.intro2 {	/* Used in Section Intros */
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	color: #3A2316;
}
#INTRO2 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #3A2316;
}
.fineprint {
	font-size: 0.8rem;
	line-height: 1.1rem;
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}
.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}
#byline {
	font-size: .8rem;
	text-align: right;
	margin: -15px 0 12px 0;
}
/* SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
	margin-top: 50px;
	background: #EEE;
	padding: 20px 20px 10px 20px;
	border: 1px solid #CCC;
}
#sidebar h4 {
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}
#sidebar p {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sideItem {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
	width: 40%;
	float: right;
	margin: 0 0 24px 24px;
	background: #EFEFEF;
	border: 1px solid #CCC;
}
.mediaElements div {
	margin: 0 0 6px 0;
}
.mediaElements h3 {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 2px 6px;
	padding: 0 0 0 0;
}
.mediaElements p {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 6px 6px;
	padding: 0 0 0 0;
}
.mediaElements ul {
	font-size: .8rem;
	line-height: 1.2rem;
	margin: 0 0 6px 18px;
}
.mediaElements li {
	font-size: .8rem;
	line-height: 1.2rem;
}
.mediaElements img {
	width: 100%;
}
.mediaElements a {
	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: 14px;
}
.container {
	width: 1000px;
}
}

/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {
html {
	font-size: 14px;
}
.container {
	width: 700px;
}
.mediaElements {
	width: 100%;
	margin: 0 0 0 0;
	float: none;
}
}

/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
html {
	font-size: 14px;
}
.container {
	width: 500px;
}
.topOffset {
	padding-top: 44px;
}
#topOffsetAdmin {
	padding-top: 70px;
}
#navTitle img {
	height: 14px;
	margin: 16px 12px 10px 12px;
}
#navTitle img.small {
	height: 12px;
	margin: 12px 10px 8px 10px;
}
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 100%;
}
.span2 {
	width: 100%;
}
.span3 {
	width: 100%;
}
.span4 {
	width: 100%;
}
.span5 {
	width: 100%;
}
.span6 {
	width: 100%;
}
.span7 {
	width: 100%;
}
.span8 {
	width: 100%;
}
.span9 {
	width: 100%;
}
.span10 {
	width: 100%;
}
.span11 {
	width: 100%;
}
.span12 {
	width: 100%;
}
}

/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
html {
	font-size: 14px;
}
#navClick {
	display: none;
}
footer {
	padding: 10px 0 10px 0;
}
#footerClick {
	display: none;
}
#footerTouch {
	display: block;
}
#navTitle a {
	font-size: 1.4rem;
}
h1 {
	font-size: 1.8rem;
	line-height: 2.0rem;
}
#navTouch {
	display: block;
	width: 20%;
	float: left;
}
.container {
	width: 88%;
	margin: 0 21px 0 21px;
}
#breadcrumb {
	display: none;
}
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
ul#menuFtr {
	display: none;
}
}
