/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/*
font-family: 'Lato', sans-serif; font-weight: 300, 400, 700;
*/


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/*
 * Hides SVG off screen
 */

.svg-legend {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ===============  Default Adjustments  =============== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100%; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden, .visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }



/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }


/* ================================================================
   PRIMARY LAYOUT STYLES
   ================================================================ */

/* Enter unique styles for site here */

.icon.icon-instagram {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: #016941;
    fill: #016941;
    padding: 7px 1.5px 0 9.5px;
}
@media (min-width: 768px) {
	.icon.icon-instagram { padding: 7.5px 9px 0 1px; }
}

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }

h1 {font-size: 24px; margin:0 0 .5em 0;}
h2 {font-size: 22px; margin:0 0 .5em 0;}
h3 {font-size: 20px; margin:0 0 .5em 0;}
h4 {font-size: 18px; margin:0 0 .5em 0;}
h5 {font-size: 1em;  margin:0 0 .5em 0;}
h6 {font-size: .9em; margin:0 0 .5em 0;}

h2.subHeading {font-weight:normal; border-bottom:1px solid #008250; padding:0 0 15px; margin:0 0 1em; text-transform:uppercase;} 

.home h2.subHeading {font-size:34px; font-weight:300; padding:0 0 10px;}

/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#00a2d1; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; }
a:active, a:focus { outline:0; }


/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
body {background:#fff; color:#464646; font-family: 'Lato', sans-serif; position: relative; overflow-x: hidden;}
.siteBody { min-height:300px; margin:0 0 50px;}
.siteBody.home {margin:0;}
#main-content {outline: 0;}

/* ## Site Top ## */
.site-top {background:#008250; color:#fff; font-size:14px;}
.fire-rating {padding:10px 9px 8px 5px;  background: #e6f3ee; display:inline-block;}
.fire-rating img {margin-right:8px;}
.fire-rating span.text {color: #c93636; display:inline-block; margin-right: 10px; text-decoration:underline;}
.fire-rating span.rate {color: #fff; display:inline-block; text-align:center; min-width:120px; padding: 2px 5px; position: relative; top:1px; font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1),
				-1px -1px 0 rgba(0, 0, 0, 1),
				-1px 1px 0 rgba(0, 0, 0, 1),
				1px -1px 0 rgba(0, 0, 0, 1);
}
.fire-rating a:hover span.rate,
.fire-rating a:focus span.rate {
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1),
				-1px -1px 0 rgba(0, 0, 0, 1),
				2px 2px 0 rgba(0, 0, 0, 1),
				1px -1px 0 rgba(0, 0, 0, 1);	
}

.fire-rating span.rate.low {background:#268a4b;}
.fire-rating span.rate.moderate {background:#0000fe;}
.fire-rating span.rate.high {background:#feff01;}
.fire-rating span.rate.very-high {background:#fe6401;}
.fire-rating span.rate.extreme {background:#ff0101;}

/*.extra-nav { display:inline-block; padding: 12px;}*/
.extra-nav-wrpr { display:inline-block; padding: 12px; margin:0;}
.extra-nav-wrpr {list-style:none;}
.extra-nav-wrpr li {display:inline-block;}
.extra-nav-wrpr a { color:#fff;}
.extra-nav .separator { margin: 0 15px; display:inline-block;}
.extra-nav > a:first-child:before { display:none;}



@media (min-width : 1200px) {
	.main-nav .extra-nav { display:none;}
}
@media (max-width : 1199px) {
	.site-top .extra-nav-wrpr { display:none;}
	
	.cm-menu .extra-nav {padding:15px; font-size:14px;}
	.cm-menu .extra-nav .separator  {display:none;}
	.cm-menu .extra-nav a {display:block; padding:8px 0; font-weight:normal;}
	.cm-menu .extra-nav a:hover,
	.cm-menu .extra-nav a:focus {text-decoration:underline;}
	.cm-menu .extra-nav span {color:#fff; padding:8px 0; display:block; }
	.cm-menu .extra-nav span a {padding:0; display:inline-block; }
}

/* ## Site Header ## */
.logo-hold {
    display: table;
    height: 100%;
}
.logo-hold .logo {
    display: table-cell;
    vertical-align: middle;
}

.navigation-and-search {display: table; width: 100%; height: 110px; }
.navigation-and-search  > div { display: table-cell; vertical-align: middle;}
.header-right { position: relative; }
@media only screen and (min-width: 1200px) {
	.header-left { float: left; width: 30%; padding-left:10px; height:110px;}
	.header-right { float: right; width: 70%; padding-right:10px; }	
}

.site-search {
	display:none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 143%;
    z-index: 2;
    background: rgba(234,234,238,.95);
    padding: 20px  205px 20px 50px;
}

.site-search.open {display:block; z-index: 1000;}
.site-search label {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

.searchCall {width:20px; height:20px; background: url(/cms/images/layout/icon-search.png) no-repeat 50% 50%;}
.search-hold .trigger  {width:40px; height:20px; background: url(/cms/images/layout/icon-search.png) no-repeat 100% 50%;}
.search-hold .trigger .icon-search:before {
	content:" ";
}

.site-search .formee input[type="text"] {margin:0; font-size:14px; padding:8px 15px; background:none; border:1px solid #c4c4c4; color: #666;
	-webkit-border-radius:14px; -moz-border-radius:14px; border-radius:14px;
}
.site-search .btnWrapper {position:absolute; top:20px; right:50px; border: 1px solid #fff;
	-webkit-border-radius:14px; -moz-border-radius:14px; border-radius:14px;
}
.site-search .btn  {font-size:14px; font-weight:bold; padding:8px 30px;}

@media only screen and (max-width: 1199px) {
	.site-search {width: 100%;}
	.search-hold .trigger  {width:50px; height:40px; float:right;
		background: url(/cms/images/layout/icon-search-white.png) no-repeat 50% 50%;
	}
}


/* ==========================================================================
   Global Modules
   ========================================================================== */
.trigger { cursor: pointer; }

.mod { position: relative; margin:0 0 1em; }
.moreLink {text-align:right;}
.moreLink a {text-decoration:none;}
.moreLink a:after {
	content:'\3e';
	font-family: 'Basic-Icons';
	font-size:12px;
	font-weight:bold;
}

.moreLink a:hover,
.moreLink a:focus {text-decoration:none; color:#000;}

.title { position: relative; margin: 0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.title .more {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.6em;
}

.modContent{
	padding: 15px;
}



/* Item Lists Content
   ========================================================================== */

.itemList {
	margin:0;
	padding:0;
	list-style:none;
}

.item {
	display: table;
	padding: 1em 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; }


/* Item Media
   ========================================================================== */

.aside {
	display: table-cell;
	padding: 0 15px 0 0;
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists
  ========================================================================== */


@media (max-width : 400px) {

	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}


/* News
   ========================================================================== */

.article > .aside {
	float:right;
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #ccc;
	background: #f7f7f7;
	font-size:16px;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.paging {
	padding: 1em;
}

.paging-results {
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled {
	display: none;
}

.paging-list li.disabled+li {
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}



/* ==============================================================
   GLOBAL STYLES
   ============================================================== */
.alert {
	overflow:hidden;
	border: 1px solid #ff6666;
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;
	color: #fff;
	background-color: #ff0000;}
.alertSign {float:left;}
.alertItem {padding:10px 0; margin:0 0 0 50px;}
.alert a, .alert .date {color:#fff;}

.bdr        { border:1px solid #ccc; padding:1px; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #f7f7f7;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */

.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}


/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.sortStatus {float:left;}
.genericPager {float:right;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {float:left; color:#00a2d1; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#464646; background-color:#f7f7f7; border: 1px solid #ccc; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#f7f7f7;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
                           MODULE STYLES
===================================================================*/

.bar {margin-bottom:10px;}

/* ##  Breadcrumb  ## */

.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; }


/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {float:right; display:inline; text-align:right;}

.pageTool { margin:0 10px 0; font-size:0.938em; /*color:#686868;*/ font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a {display:inline; margin-left:5px; text-decoration:none;}
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active {color:#1C4E87; text-decoration:none;}

.pageToolsWrapper a.bookmark,
.pageToolsWrapper a.bookmark:link,
.pageToolsWrapper a.bookmark:visited {padding:0 0 0 18px; margin-left:7px; background-position:0 -39px;}
.pageToolsWrapper a.bookmark:hover,
.pageToolsWrapper a.bookmark:active {background-position:0 -119px;}

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a,
.pageToolsWrapper .addthis_toolbox a:link,
.pageToolsWrapper .addthis_toolbox a:visited {background:none; padding:0; margin:2px 0 0 10px; }

.addthis_toolbox { display:inline; }


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }
.emailFriendWrapper .siteHeader{padding:0 0 10px; margin:0 0 10px; border-bottom:3px solid #008250; text-align:left;}
.emailFriendWrapper .siteHeader a.sitelogo, 
.emailFriendWrapper .siteHeader a.sitelogo:link, 
.emailFriendWrapper .siteHeader a.sitelogo:visited {text-align:left;}

.emailFriendWrapper .btnWrapper {display:inline-block; margin:5px 0 0;}
/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

.hd  {padding:10px; border-bottom:3px solid #008250; margin:0 0 10px 0;}
.ftr {padding:10px; border-top:3px solid #008250; font-size:12px; text-align:center; margin-top:10px;}

.printBody {margin:0; padding:0; color:#333; background:#fff; width:100%;}
.printWrpr {width:660px; text-align:left; margin:0 auto; z-index:1;}

.emailBody {margin:0; padding:0; background:#fff; width:100%;}
.emailWrpr {width:680px; text-align:left; margin:0 auto; z-index:1;}

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/* ## Button Styles ## */
/*
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; text-decoration:none !important; border:1px solid #afaead;
	-webkit-border-radius:16px; -moz-border-radius:16px; border-radius:16px;
 }
.btn { display:inline-block; margin:0; padding: 10px 25px; font-size:14px; font-weight:normal; color:#fff !important; background-color:#00a2d1; border:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; 
	-webkit-border-radius:14px; -moz-border-radius:14px; border-radius:14px;
}
.btn:hover, .btn:focus {background-color:#7A7A7A; text-decoration: none;}

.btnAlt {background-color:#cccccc ;}
.btnAlt .btn {color:#464646; background-color:#cccccc ; text-align:center; text-decoration:none; cursor:pointer;}
.btnAlt:hover, .btnAlt:hover .btn { background-color:#E3E3E3; }

.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }

a.btn.btn-alt,
a.btn.btn-alt:visited {background:#fff; color:#464646 !important; border:1px solid #b1afb0; }
a.btn.btn-alt:focus,
a.btn.btn-alt:hover {text-decoration:none; background:#fcfcfc; color:#00a2d1 !important; border:1px solid #00a2d1;}

/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }

/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footer {position:relative; margin-bottom:10px; padding:20px 0 0;}
.footerBar {margin-bottom:10px; min-height:1px; padding:10px; background-color:#ecf1f8;}
.ftrPhonenum {float:left; width:170px; height:28px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat;}

.advFooter {position: relative; padding:20px 0 30px 0;}
.advFooter li.callout {margin-bottom:10px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-weight:bold; font-size:1.1em; color:#6d6d6d;}

ul.advList {margin:0 0 10px; padding:0; list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none;}
ul.advList a:hover,
ul.advList a:active {text-decoration:underline;}
ul.advList .listhdng {display:block; margin-bottom:8px; font-size:1.1em;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {font-weight:bold; color:#6d6d6d;}

.footerHeading {display:block; margin:0 0 2px; font-weight:bold; font-size:1.1em;}

.welcomeMessage {position:absolute; bottom:5px; right:0; width:50%; padding:20px; font-size:12px; background-color:#ECF1F8; border:1px solid #9BAAB7;}
.welcomeMessage .iconClose {position:absolute; top:3px; right:3px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; cursor:pointer;}

.subFooter { padding:17px 0; }
.footerLinks {}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#666666;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}

.copyright { text-align:right; color:#787878;}


/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}


/* ## Footer Social Follow ## */
.social-icons a {font-size:2em; text-decoration:none; display:inline-block; margin:15px 3px 25px;}
.social-icons a:hover,
.social-icons a:focus {color:#000; text-decoration:none; }

.social-icons a {width:40px; height:40px; background:url(/cms/images/layout/social-40.png) no-repeat 0 0;}
.social-icons a.facebook {background-position:0 0;}
.social-icons a.twitter {background-position:-54px 0;}
.social-icons a.youtube {margin: 15px 3px 25px -1px; background-position:-108px 0;}
.social-icons a.instagram { width: 40px; height: 39px; margin: 0 0 25px 3px; border-radius: 50%; background: #fff; top: -33px; position: relative; opacity: .9; }

.social-icons a.facebook:hover, .social-icons a.facebook:focus {background-position:0 -42px;}
.social-icons a.twitter:hover, .social-icons a.twitter:focus {background-position:-54px -42px;}
.social-icons a.youtube:hover,.social-icons a.youtube:focus {background-position:-108px -42px;}
.social-icons a.instagram:hover, .social-icons a.instagram:focus { opacity: 1; }


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }
table.dataTbl {
	width:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;}
table.dataTbl th {background:#008250; padding:6px 15px; font-size:1em; border:1px solid #008250; border-bottom:2px solid #00a2d1; color:#fff;}
table.dataTbl th a {color:#fff; text-decoration:underline;}
table.dataTbl td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
table.dataTbl td td {border-style:none;}


table.fireTbl {
	width:100%;
	display: table;
	border-collapse:collapse;	
	font-size:16px; 
	margin:0 0 30px;
/*	
-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.15);
box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.15);	
*/
}
table.fireTbl th {font-weight:normal; text-align:left; text-transform:uppercase; padding:10px 0; border-left:1px solid #fff;}
table.fireTbl td {padding:15px 20px; border:1px solid #c2c2c2; letter-spacing:1px;}
table.fireTbl td:first-child {width:260px; text-align:center; text-transform:uppercase; color:#fff; font-weight:900; font-size:22px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1),
				-2px -2px 0 rgba(0, 0, 0, 1),
				-2px 2px 0 rgba(0, 0, 0, 1),
				2px -2px 0 rgba(0, 0, 0, 1);
			
}

table.fireTbl td.low {background:#399855;}
table.fireTbl td.moderate {background:#0000fe;}
table.fireTbl td.high {background:#feff01;}
table.fireTbl td.very-high {background:#fe6401;}
table.fireTbl td.extreme {background:#ff0101;}
table.fireTbl td:last-child {
	-webkit-box-shadow: 2px 0 3px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    2px 0 3px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         2px 0 3px 0px rgba(50, 50, 50, 0.15);	
}
table.fireTbl tr:last-child {
	-webkit-box-shadow: 0 2px 3px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0 2px 3px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0 2px 3px 0px rgba(50, 50, 50, 0.15);		
}

/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin:0px 0 15px 0; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

.vd {padding:0 5px;}
.topOfPage {text-align:right;}
.topOfPage a {background:transparent url(/cms/images/arrow.gif) no-repeat 100% 50%; padding-right:13px;}

.figure-right {display:table; max-width:60%; float:right; margin:0 0 15px 30px;  /*border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0;*/}
.figure-left  {display:table; max-width:60%; float:left; margin:0 30px 15px 0; /*border-top:3px solid #000; border-bottom:3px solid #000; padding:5px 0;*/}
.figure-right figcaption,
.figure-left figcaption {margin-top:10px; display:table-caption; caption-side:bottom; font-size:0.9em; text-align:center;}

.figure-right img,
.figure-left img {
    display: block;
    width: 100%;}

	
body > .hidden-info { color:#fff; background:#616161; -webkit-transition: all 0s; transition: all 0s; }
body > .hidden-info:focus { display:block; padding:10px; width:100%; text-align:center;  }
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}
.visuallyHidden, 
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active, 
.visuallyHidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }	



.adminFix .site-wrap {z-index:0;}	
/* =================================================================
                        Custom Styles
===================================================================*/	
/*.container {border:1px solid #ccc;}*/
	
.footerWrpr	{background:#016941; border-top:3px solid #00a2d1;}
.subFooterWrpr	{background:#008250;}

/*.logo-footer {float:left; margin-right:10px;}*/

.advFooter {color:#fff;}
.advFooter h2 {font-size:16px; text-transform:uppercase; margin:0;}
footer a, footer a:visited {color:#fff;}

.footerLeft {display:table; width:100%;}
.footerLogo {display:table-cell; vertical-align:middle; padding-right:10px;}
.footerInfo	{display:table-cell; color:#fff;}
.footerInfo span {display:block; height:11px;}
/*.footerInfo h2 {font-size:16px; text-transform:uppercase; margin:0;}
.footerInfo a, .footerInfo a:visited {color:#fff;}*/
.footerInfo span.officeHours {display:inline-block;}

.footerRight {text-align:right;}
.footerRight .desktop {display:block;}
.footerRight .mobile {display:none;}

.subFooter {text-align:center; color:#fff;}
.subFooter .linkList {margin:0; padding:0;}
.subFooter .linkList li {display:inline-block; margin:0;}
.subFooter .linkList li span {margin:0 20px; color:#9cc3b0;}

.pageTopWrpr {background:#12151e; margin:0 0 35px; position:relative; overflow: hidden;}
.pageTopImgWrpr {position: absolute; left:50%; top:0; margin-left:-800px;}
.pageTopImgWrpr:after {
	position:absolute;
	content:"";
	width:100px;
	height:100%;
	top:0;
	right:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12151e+0,12151e+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(18,21,30,0) 0%, rgba(18,21,30,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(18,21,30,0) 0%,rgba(18,21,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(18,21,30,0) 0%,rgba(18,21,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0012151e', endColorstr='#12151e',GradientType=1 ); /* IE6-9 */	
}
.pageTopImgWrpr .container {max-width:1600px;}

.pageTop {padding:45px 10px; position;relative;}
.pageTop:after{
	position:absolute;
	content:"";
	left:-200px;
	top:0;
	width:200px;
	height:100%;
	background:#12151e;
}
.pageTop:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:50%;
	height:100%;
	background: -moz-linear-gradient(left, rgba(18,21,30,1) 0%, rgba(18,21,30,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(18,21,30,1) 0%,rgba(18,21,30,0) 100%); 
	background: linear-gradient(to right, rgba(18,21,30,1) 0%,rgba(18,21,30,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12151e', endColorstr='#0012151e',GradientType=1 ); 
}
.pageTop h1 {font-size:46px; font-weight:300; color:#fff; margin:0; text-transform:uppercase; position:relative;}



.main-content {font-size:18px; line-height: 1.3;}

.home a.btn,.home a.btn:visited {background:#fff; font-size:14px; color:#464646 !important; border:1px solid #b1afb0; padding:10px 25px;}
/*.home a.btn:focus,.home a.btn:hover {text-decoration:none; color:#008250; border:1px solid #008250;}*/
.home a.btn:focus,.home a.btn:hover {text-decoration:none; background:#fcfcfc; color:#00a2d1 !important; border:1px solid #00a2d1;}

.slideshowWrpr  > .container {
    max-width: 1600px;
    padding: 0;
}


.ourMissionWrpr {background:url(/cms/images/home-bkgd.jpg) no-repeat 50% 50% / cover; padding:60px 0;}
.ourMission {padding:0 12%;}
.ourMission h2.subHeading {display:inline-block; width:100%; max-width:400px;}
.ourMission p {margin:0 0 2em;}

.eventsWrpr {padding:60px 0;}
.eventsWrpr h2.subHeading {margin:0 0 1.5em;}

.featuredVideoWrpr {background:#f5f5f5; padding:60px 0;}
.featuredVideoWrpr h2.subHeading {margin:-10px 0 25px;}
.featuredVideoLeft {padding-right:20px;}

.featuredVideoRight {padding-left:20px;}
.featuredVideoRight h3 {font-weight:normal; /*margin:0 0 1em;*/ padding-right:5%;}
.featuredVideoRight p {margin:0; padding-right:5%;}
.featuredVideoRight .linkMore {font-style:italic; display:block; margin:0 0 30px;}

.sitemap table {width:80%;}

.adminFix .pageTopImgWrpr {position: relative; left:0; top:0; margin-left:0;}
/* =================================================================
                        Media Queries
===================================================================*/
/* 16px baseline (180px - 1199px) */
@media only screen and (min-width:11.250em) and (max-width:1199px) {
	.header-left {padding:30px 15px; text-align: center;}
	.navigation-and-search {height:40px; background:#008250;}
	
	.logo-hold {display:block;}
	.logo-hold .logo {display:block;}
	
	.main-content {padding:0 5px 0 0;}
	.grid_3.main-aside {padding:0 10px 0 15px;}
}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {
	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link,
	.siteHeader a.sitelogo:visited {float:none; display:block; width:100%; text-align:center;}

	.pageTools {display:none;}
	
	.advFooter {padding: 20px 5px 30px;}
	.footerLeft {display:block; margin:0 0 25px;}
	.footerLogo {display:block; padding:0; margin:0 0 20px; text-align:center;}
	.footerInfo	{display:block;}	
	.footerRight {text-align:left;}
	.footerRight .desktop {display:none;}
	.footerRight .mobile {display:block;}	

	.subFooter {text-align:left; padding:17px 15px 5px;}
	.subFooter .linkList li {display:block; margin:0 0 15px;}	
	.subFooter .linkList li.vertDiv {display:none;}

	.pageTop {padding:45px 15px;}
	.pageTop h1 {font-size: 27px;}

	.main-content {padding:0 5px;}
	.grid_3.main-aside {padding:0 15px;}	

	table.fireTbl th {display:block; width:100%;}
	table.fireTbl th:last-child {display:none;}
	table.fireTbl td {display:block; width:100%;}
	table.fireTbl td:last-child {display:none;}
	table.fireTbl td.active:last-child {display:block;}	
	table.fireTbl td:first-child {width:100%; padding:40px 20px 45px; position:relative; cursor:pointer;}	
	table.fireTbl td:first-child:after {
		position:absolute;
		content:"+";
		width:50px;
		height:55px;
		margin-left: -25px;
		left:50%;
		bottom:0;
		text-shadow: none;
		/*color:#acac01;*/
		color: rgba(255, 255, 255, .75);
		font-size:45px;
		font-weight:300;
	}
	table.fireTbl tr.active td:first-child:after {
		content:"-";
	}
	table.fireTbl td.high:first-child:after {color: rgba(0, 0, 0, .5);}
	table.fireTbl td:first-child {
		-webkit-box-shadow: 2px 0 3px 0px rgba(50, 50, 50, 0.15);
		-moz-box-shadow:    2px 0 3px 0px rgba(50, 50, 50, 0.15);
		box-shadow:         2px 0 3px 0px rgba(50, 50, 50, 0.15);	
	}

	.figure-right {float: none;	margin: 0 auto 15px auto; max-width:100%;}
	.figure-left  {float: none;	margin: 0 auto 15px auto; max-width:100%;}	
	
	.home h2.subHeading {font-size:30px;}
	
	.ourMission {padding: 0 2%;}
	
	.eventsWrpr .grid_12 {padding:0 15px;}
	.featuredVideoWrpr .grid_6 {padding:0 15px;}

	.featuredVideoWrpr h2.subHeading {margin:40px 0 30px;}
	.featuredVideoRight p {padding-right:0;}
	.featuredVideoLeft {padding-right:0;}
	.featuredVideoRight {padding-left:0;}	
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}

/* 16px baseline ( - 479px) */
@media only screen  and (max-width:29.938em) {
	.site-top {background:#e6f3ee;}	
	.site-top .grid_12 {padding:0;}
	
	.site-search {padding: 20px 115px 20px 15px;}
	.site-search .btnWrapper {right:15px;}
	.site-search .btn {padding: 8px 15px;}
	
	.sitemap table td {display:block;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.FAQWrpr td.field > input {width:90%;}
	.FAQWrpr .limitTextBoxInputWrpr {width:90%;}
}

@media only screen and (min-width: 180px) and (max-width:767px) {	
	.FAQWrpr td.field > input {width:90%;}
	.FAQWrpr .limitTextBoxInputWrpr {width:90%;}
}

@media only screen and (max-width: 479px) {
	.FAQWrpr td {	display: block;}
	.FAQWrpr td input {	width: 280px;}
}	

