﻿/* = Hide elements
----------------------------------------------------------------------------------------------------------------- */
header .tools,
header .quickLogin,
footer,
.cookie,
.navStrip,
.subNav,
.socialWrap,
.templateStandard .zoneTwo,
.flexslider,
.calendar,
.vidEmbed { display: none; }

.siteHead { margin-bottom: 30px; }

/* = Body
----------------------------------------------------------------------------------------------------------------- */
body { background: #fff; color: #282828; font-size: 0.7em; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; }

/* = Text-Level
----------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 10px 0; color: #149973; font-weight: 700; }
h1 { font-size: 1.6em; font-weight: 400; margin: 0 0 10px 0; padding-bottom: 15px; border-bottom: solid 1px #dbdbdb; }
h2 { font-size: 1.3em; margin: 0 0 10px 0; }
h3 { font-size: 1.1em; color: #0a0a0a; margin-bottom: 10px; }
h4, h5, h6 { font-size: 1.14em; }

p { margin: 0 0 20px 0; line-height: 1.5em; }
p.tight { margin-bottom: 10px; }
p.leader { font-size: 1.2em; margin-bottom: 20px; }

blockquote { font-size: 1.35em; color: #149973; font-style: italic; padding-left: 25px; background: url(/_img/quote-open.gif) no-repeat left top; }

img { vertical-align: bottom; }

hr { border: 0; height: 1px; line-height: 1px; margin: 20px 0; background: #dbdbdb; }

pre { margin: 0 0 20px 0; }
code { font-family: Monospace; font-size: 1.5em; }
.sml { font-size: 0.95em; }

/* = Links
----------------------------------------------------------------------------------------------------------------- */
a { color: #149973; text-decoration: none; }
a:hover { color: #e47615; }
a.alt { color: #a4cb58; }
a.alt:hover { color: #e47615; }

/* = Lists
----------------------------------------------------------------------------------------------------------------- */
ul { margin: 10px 0 30px 15px; list-style: none; list-style-image: url(/_img/bullet.gif); }
ul li { margin: 10px 0; }

ol { margin: 10px 0 30px 19px; list-style-type: decimal; }
ol li { margin: 10px 0; }
ol li ol { list-style-type: lower-latin; }

dl { margin: 0 0 10px 0; }
dt { font-weight: bold; margin: 10px 0; color: #111; }
dd { text-indent: 15px; }

/* = Figures
----------------------------------------------------------------------------------------------------------------- */
figure { margin: 0; }
figcaption { font-weight: bold; padding-top: 10px; }
.figLeft { float: left; margin-right: 20px; }
.figRight { float: right; margin-left: 20px; }

/* = Tables
----------------------------------------------------------------------------------------------------------------- */
table { border-collapse: collapse; margin: 0 0 30px 0; width: 100%; }
th { background: #149973; border: 1px solid #149973; padding: 10px; color: #fff; }
td { background: #fff; border: 1px solid #ddd; padding: 10px; }
tfoot td, .subHead th { background: #f1f1f1; border: 1px solid #ddd; color: #282828; }
caption { text-align: left; caption-side: bottom; font-weight: bold; padding-top: 10px; }


/* = Other
----------------------------------------------------------------------------------------------------------------- */
.siteHead .logo { width: 450px; height: 90px; }

body#home .bannerZone img { width: 180px; height: auto; }

.alpha { margin: 0; list-style: none; }
.alpha li { display: inline; }
.alpha a { display: inline-block; border: solid 1px #dadada; margin: 0 2px 5px 0; padding: 5px 0; width: 30px; text-align: center; }
.alpha a:hover,
.alpha a.on { background: #149973; color: #fff; }

.msg { border: solid 1px #149973; background: #00264d; color: #fff; padding: 10px 10px 0 10px; margin: 0 0 10px 0; text-align: left; }
.msgImp { background-color: #C2E1EE; border: 1px solid #8EC3D9; color: #475D66; }
.msgError { background-color: #FFDCDD; border: 1px solid #E9B9BB; color: #8D4345; }
.msgSuccess { background-color: #E1FFD9; border: 1px solid #BADEB1; color: #526D4B; }
.msgAssist { background-color: #FFF0BC; border: 1px solid #D3BC6F; color: #9E660D; }

.btn, .compBtn { display: inline-block; font-weight: bold; background: #149973; padding: 10px; color: #fff; border: 0; margin: 0; font-size: 1em; line-height: 1em; cursor: pointer; }
.btn:hover { background: #e37715; color: #fff; }
.btnMini { padding: 5px; }
.btnBig { padding: 15px; }


/* = Pagination
----------------------------------------------------------------------------------------------------------------- */
.paging { float: left; width: 100%; margin: 0 0 20px 0; }
.paging ul { width: 100%; margin: 0 0 20px 0; padding: 0; list-style: none; }
.paging li { float: left; margin: 0 4px 0 0; padding: 0; }
.paging li.det { padding-right: 10px; }
.paging li a { display: inline-block; font-weight: bold; padding: 4px 5px; color: #fff; }
.paging a.on { color: #e37715; }

/* = Media Object (Extend freely but change with caution)
----------------------------------------------------------------------------------------------------------------- */
.medObjs { clear: both; margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
.medObj { margin: 0 0 20px 0; padding: 0; }
.medObjs li { margin: 0 0 15px 0; padding: 0; }
.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 0 3px 0; }
.medObjs li .cont p { margin: 0; }
.medObjs li .cont p small { display: inline-block; margin-bottom: 5px; font-size: 90%; }