﻿/* = Reset
----------------------------------------------------------------------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

/* = HTML5 Elements
----------------------------------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* = Body
----------------------------------------------------------------------------------------------------------------- */
body { color: #454545; font-size: 0.9em; text-align: left; font-weight: normal; font-family: 'Open Sans', Arial, Helvetica, sans-serif; background: #fff; }

/* = Text-Level
----------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; color: #75a28b; font-weight: normal; font-family: 'PT Serif', serif;}
h1 { font-size: 2.3em;  }
h2 { font-size: 1.9em; text-transform: uppercase;}
h3 { font-size: 1.6em; text-transform: uppercase;}
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

p { margin: 0 0 20px; line-height: 1.5em; font-weight: 400;}

blockquote { margin: 0 0 20px; background: url(/_img/quote.png) no-repeat left top; font-family: 'PT Serif', serif; font-size: 1.5em; text-indent: 30px; font-style: italic; }
blockquote p { line-height: 1.35em; }

a { color: #75a28b; text-decoration: none; font-weight: bold; }
a:hover { color: #5b8a72; }

img { vertical-align: bottom; height: auto; border: 0; -ms-interpolation-mode: bicubic; }
hr { border: 0; border-top: 1px solid #ddd; margin: 30px 0; height: 1px; }
small { font-size: 0.9em; }
address { font-style: normal; }

sub, sup { line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { margin: 0 0 20px; }
code { font-family: Monospace; font-size: 1.5em; }

/* = Lists
----------------------------------------------------------------------------------------------------------------- */
ul { margin: 0 0 20px 15px; list-style-type: disc; }
ul li { margin: 10px 0; font-weight: 400;}
ul li ul { list-style-type: circle; margin-left: 30px; }

ol { margin: 0 0 20px 19px; list-style-type: decimal; }
ol li { margin: 10px 0; }
ol li ol { list-style-type: lower-latin; margin-left: 34px; }

dl { margin: 0 0 20px; }
dt { font-weight: bold; margin: 10px 0; }
dd { text-indent: 15px; }

/* = Figures
----------------------------------------------------------------------------------------------------------------- */
figure { margin: 0 0 20px; }
figcaption { padding-top: 10px; text-transform: uppercase; color: #777; font-size: 0.8em; }
.figLeft { float: left; margin-right: 20px; }
.figRight { float: right; margin-left: 20px; }

/* = Tables
----------------------------------------------------------------------------------------------------------------- */
table { width: 100%; margin: 0 0 20px; border-collapse: collapse; }
th { background-color: #f1f1f1; border: 1px solid #ddd; padding: 15px 10px; font-weight: bold; }
td { background: #fff; border: 1px solid #ddd; padding: 10px; }
tfoot td { background: #f1f1f1; font-weight: bold; }
caption { text-align: left; caption-side: bottom; padding-top: 10px; text-transform: uppercase; color: #777; font-size: 0.8em; }

/* = Forms
----------------------------------------------------------------------------------------------------------------- */
.webForm div { margin: 0 0 20px; }
.webForm div em { display: block; margin-left: 25%; margin-top: 10px; }
label { width: 25%; float: left; font-weight: bold; padding: 10px 0; }
input.text, textarea, select { width: 75%; padding: 10px; border: 1px solid #ddd; -moz-box-sizing: border-box; box-sizing: border-box; }
input.text:focus, textarea:focus, select:focus { -moz-box-shadow: 0px 0px 6px #ddd; -webkit-box-shadow: 0px 0px 6px #ddd; box-shadow: 0px 0px 6px #ddd; }

/* = Content Modules
----------------------------------------------------------------------------------------------------------------- */
.mod { margin: 0 0 20px; }
.mod h3 { padding: 5px 10px; color: #fff; background: #75a28b; }

.modAlt h3 { background: #86273b; }

/* = Content Splits
----------------------------------------------------------------------------------------------------------------- */
.cols { zoom: 1; }
.cols:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
.cols .endCol { margin-right: 0; }

.splitLeft .full { display: inline-block; margin-bottom: 10px; }
.splitLeft .full img { float: left; margin-right: 15px; }

/* = Screen Messages
----------------------------------------------------------------------------------------------------------------- */
.msg { background-color: #475d66; border: 1px solid #ddd; padding: 18px 20px 0 20px; margin: 0 0 20px; }
.msg li { margin: 0 0 5px; }
.msgImp { background: #eff3f7 url(/_img/important.png) no-repeat 15px center; border: 1px solid #014d90; color: #014d90; padding-left: 65px; }
.msgImp a { color: #475d66; text-decoration: underline; font-weight: bold; }
.msgError { background: #f2e3e3 url(/_img/error.png) no-repeat 15px center; border: 1px solid #86273b; color: #86273b; padding-left: 65px; }
.msgError a { color: #111; text-decoration: underline; font-weight: bold; }
.msgSuccess { background: #eaf3ef url(/_img/success.png) no-repeat 15px center; border: 1px solid #75a28b; color: #75a28b; padding-left: 65px; }


.msgVImp{background-color: #ffcc00; color: #000}
/* = UI Kit > Buttons
----------------------------------------------------------------------------------------------------------------- */
.btn { display: inline-block; font-weight: normal; padding: 5px 10px; color: #fff; background: #75a28b; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.2s ease-in-out; }
.btn:hover { color: #fff; background: #5b8a72; }

.btnMini { padding: 3px 7px; }
.btnBig { padding: 15px 20px; font-size: 1.2em; }
.btnBlock { display: block; line-height: 1.9em; }
.btnSubmit { border: 0; cursor: pointer; font-size: 1em; font-family: 'Open Sans', Arial, Helvetica, Sans-Serif; -moz-appearance: none; -webkit-appearance: none; appearance: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

.btnImpact, .btnActive { background: #86273b; }
.btnImpact:hover, .btnActive:hover { background: #661929; }

/* = UI Tabs
----------------------------------------------------------------------------------------------------------------- */
.uiTabs { padding: 20px 20px 0 20px; margin-bottom: 20px; border: 1px solid #ddd; background: #f1f1f1; }
ul.tabs { margin: 0 0 20px; list-style: none; }
ul.tabs li { display: inline; }

/* = Breadcrumb
----------------------------------------------------------------------------------------------------------------- */
.breadcrumb ul { margin: 0; list-style: none; }
.breadcrumb ul li { display: inline; margin: 0 7px 0 0; }

/* = Pagination
----------------------------------------------------------------------------------------------------------------- */
.pagination { margin: 0 0 20px; list-style: none; }
.pagination li { display: inline; }
.pagination li.det { padding-right: 10px; }
.pagination li a { display: inline-block; font-weight: bold; padding: 5px 10px; color: #666; border: 1px solid #ddd; background: #f1f1f1; }
.pagination li a:hover,
.pagination li a.on { color: #fff; border: 1px solid #75a28b; background: #75a28b; }

/* = Media Object (Extend freely but change with caution)
----------------------------------------------------------------------------------------------------------------- */
.medObjs { margin: 0; list-style: none; }
.medObj { margin: 0 0 20px; }
.medObj .image { display: none; }
.medObjs li { margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px solid #ddd; }
.medObjs li .cont .date { margin: 0 0 10px; font-style: italic; color: #b5b5b5; }
.medObj, .medObj .cont, .medObjs li, .medObjs li .cont { overflow: hidden; _overflow: visible; _zoom: 1; }
.medObj .thumb, .medObjs li .thumb { float: left; margin: 0 20px 0 0; max-width: 50%; }
.medObj .thumb img, .medObjs li .thumb img { display: block; max-width: 100%; }
.medObj .cont h3, .medObj .cont h4, .medObjs li .cont h3, .medObjs li .cont h4 { margin: 0; }
.medObjs li .cont p { margin: 0; }
.medObjs li:last-child { padding: 0; border: 0; }

/* = Gallery
----------------------------------------------------------------------------------------------------------------- */
.galleryList { margin: 0; list-style: none; }
.galleryList li { margin:0 0 15px; }
.galleryList li img { max-width: 100%; }

/* = Helper Classes
----------------------------------------------------------------------------------------------------------------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.hide { display: none; }
.clr { clear: both; }
.leader { font-size: 1.1em; padding-bottom: 20px; border-bottom: solid 1px #ddd; }
.hideText { text-indent: 100%; white-space: nowrap; overflow: hidden; }

/* = Clearing
----------------------------------------------------------------------------------------------------------------- */
.clearfix { zoom: 1; }
.clearfix:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }