/* ## 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; }


*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*! 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;
}

/* ==========================================================================
   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;
}

.responsive-table{
	overflow-x: auto;
	width: 100%;
	display: block;
}

/* ===============  Default Adjustments  =============== */

body { }

::-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% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

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:focus, .visually-hidden:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.skip { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.skip:focus, .skip:active { clip: auto; color:#fff; height: auto; margin: 0; overflow: visible; padding:10px; text-align:center; background:#1f3b62; width:100%; border: 1px dashed #fff; z-index:1001;}

.a11y-instructions:focus {position:fixed; top:0; left:0; width:100%; background:#1f3b62; color:#fff; padding:10px; border:1px dashed #fff; text-align:Center; z-index:1001;}
.a11y-instructions p:last-child {margin:0px;}

.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; }
.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 {font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }

/* GOOGLE MAP IMAGES */
.gm-style img {
	max-width: initial !important;
	height: initial !important;
}

/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## 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; }

/* 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:#2A2A2A; text-decoration:underline; }
a:hover, a:active, a:focus { color:#2A2A2A; text-decoration:none; }
a:active, a:focus { outline:1px solid #78aeda; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }

/* ## 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; }

svg.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor;}

/* ## Focus Overlay - Advanced Focus States - It is still important to add basic css focus states for when no JS is active ## */
#focus-overlay {
    display: none;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 0 3px 2px #78aeda;
    transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

#focus-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
    transition: all 0.1s ease-out;
}

#focus-overlay.focus-overlay-active {
    display: block;
}

#focus-overlay.focus-overlay-animating::after {
    opacity: 1;
}

.focus-overlay-target {
    outline: none;
}

.skip a { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; text-align:center;}
.skip a:focus {position:static; width:auto; height:auto; background:#444444; color:#ffffff; font-weight:bold; display:block; padding:10px;}


/* ## 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 ## */
html, body {overflow-x:hidden; color:#444444;}
body.main-body {
	background:#fff; 
	font-family: 'Roboto', sans-serif;
	color:#2A2A2A;
	line-height:1.6;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1,.h1 {font-size: 1.9rem; margin:0 0 0.5em 0; font-weight:bold;}
h2,.h2 {font-size: 1.7rem; margin:0 0 0.5em 0;}
h3,.h3 {font-size: 1.5rem; margin:0 0 0.5em 0;}
h4 {font-size: 1rem; margin:0 0 0.5rem 0;}
h5 {font-size: 1rem; margin:0 0 0.5rem 0;}
h6 {font-size: .9rem; margin:0 0 0.5rem 0;}

@media only screen and (min-width:48em){
	.home h1, .home .h1, .page-heading .h1 {font-size: 60px;}
	.home h2, .home .h2 {font-size: 40px;}
	.home h3, .home .h3 {font-size: 18px;}

	h1 {font-size: 40px;}
	h2 {font-size: 30px;}
	h3 {font-size: 18px;}
		
}

h1,.h1, h2, .h2, h3, .h3 {
	font-family: 'Libre Baskerville', serif;
}

.hdng {
	padding: 7px 15px;
	font-weight: bold;
	background:	#2a2a2a;
	color:#fff;
	text-transform: uppercase;	
	margin:0 0 1em; 
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

/* ==========================================================================
   Layouts
   ========================================================================== */

.table-layout {}
.table-layout .table-cell {background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.table-layout .table-cell .inner {padding:10px; }
.table-layout.with-overlay .table-cell {padding:10px;}
.table-layout.with-overlay .table-cell .inner {background:rgba(255,255,255,.7); padding:20px; }
.table-layout .table-cell img.set-as-background {display:none;}



/* ==========================================================================
   Global Modules - Most modules use the same setup and changing below changes each one. 
   If global, change here, if specific, change via events.css, news.css etc. 
   ========================================================================== */

.mod { position: relative; margin:0 0 1em;}

.title { position: relative; margin: 0 0 .7rem; }
.title a {text-decoration:none;}
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.mod-head {position:relative;}
.mod-head .title {}

@media only screen and (min-width:48em){
	.mod-head .more {position:absolute; right:0px; top:20px;}
}

.mod-content {}

.mod-rail {}
.mod-rail .mod-head {}
.mod-rail .mod-head .title {}
.mod-rail .mod-content {}

.mod-rail .more {display:block; margin-bottom:20px;}
.mod-rail .more a {padding-right:20px; position:relative;}
.mod-rail .more a:hover,
.mod-rail .more a:focus {} 

/* .mod-rail .more a:after {
	content:"\1F852";
	font-size:18px;
	text-indent: 4px;
	display: inline-block;
} */
.mod-rail .more a:after {
	position:absolute;
	content:"";
	top:2px;
	right:0;
	width:14px;
	height:14px;
	background-image: url(/cms/images/svg/arrow-right.svg);
	background-size:14px 14px;
	background-position:50% 50%;
	
}


/* Item Lists Content
   ========================================================================== */
.itemList, 
.item-list { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	padding: 1em 0; 
	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;}

.itemList .content p, 
.item-list .content p { margin: 0; }
.content .date {display:block;} 


/* Item Media
   ========================================================================== */

.aside {
	text-align:center;
	padding:0 0 10px;
}

.aside.date-icon {
	display: table-cell;
	padding: 0 15px 0 0;
	background:#fff;
}

.date-icon .date {
	text-align:center;
	width:60px;
	padding:0 10px;
	background:#fff;
}
.date-icon .date .month {
	font-size:18px;
	padding:5px;
	border-top: 2px solid #EF8D00;
}
.date-icon .date .day {
	padding:5px;
	background:#fff;
	color:#00A34E;
	font-family: 'Libre Baskerville', serif;
	font-sizE:24px;
	font-weight:bold;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em){
	
	.item { 
		display: table;
		padding: 1em 0; 
		width: 100%;
		border-top: 1px solid #ccc; 
	}
	.item > .content {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	.aside { 
		display: table-cell;
		padding: 0 15px 0 0; 
	}
    .item-list .aside img {
        max-width:180px !important;
    }

}

@media only screen and (min-width:48em) {

    .item .item-block {
        display: table-cell;
        vertical-align: top;
        padding:0 10px 0 0;
    }
    .item .item-block:last-child {padding:0;}
}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:10px;
}

.meta > div:last-child {
	border-style:none;
}

.meta .social-tools {
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	background: #f4f6f8;
    margin:0 0 1em;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.filter .btn {margin-bottom:10px; padding:7px 15px;}


/* Pagination
   ========================================================================== */

.paging {
	
}

.sort-status {
    font-size:.875em;
    margin:0 10px 1em 0;
	float:left;
}

.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;
}




/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #000;
	background-color: #FEFF99;	
}
.alert a { color:#000; }

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.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; }

/* ##  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  ## */

.generic-pager {margin:0 0 1em; float:right;}
.generic-pager ul {list-style-type: none; margin:0; padding:0;}
.generic-pager li {display:inline-block; margin:0 3px 5px 0; font-size:.875em; font-weight:bold;}
.generic-pager li a {display:inline-block; color:#444444; padding:6px 10px; background:#f4f6f8; text-decoration:none; }
.generic-pager li a:hover, .genericPager li a:focus { color:#333333; background:#aaaaaa; text-decoration:none; }
.generic-pager li.nolink {color:#fff; background:#444444; padding:6px 10px;}
.generic-pager li.active {color:#fff; background:#444444; padding:6px 10px;}


/* ##  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 ## */

.site-overlay {
	position:relative;
	max-width:800px;
	margin:0 auto;
	background:#ffffff; 
	overflow:hidden;

    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.site-overlay .overlay-content {padding:15px;}


/* Legacy Overlay */
.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -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 - No Specific home for these yet
===================================================================*/

.breadcrumb-container {background:#eee; border-bottom:1px solid #ddd; padding:10px 0;}

/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0; margin-bottom:1.5rem;}
.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; font-weight:bold;}
.breadcrumbs span.default {margin:0 10px;}
.breadcrumbs .seperator {margin:0 8px; vertical-align:middle; padding:0px; display:inline-block; width:0px; height:0px; border-left:6px solid #aaa; border-top:5px solid transparent; border-bottom:5px solid transparent;}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {float:right; display:inline; padding:0; text-align:right;}

.page-tool { margin:0 5px 0; font-size:0.875em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.page-tools-wrapper  a { float:right; display:inline;  }
.page-tools-wrapper  a:hover,
.page-tools-wrapper  a:focus,
.page-tools-wrapper  a:active {color:#1C4E87;}

.page-tools-wrapper  .addthis_toolbox { float:right; display:inline; }
.page-tools-wrapper  .addthis_toolbox a,
.page-tools-wrapper  .addthis_toolbox a:link,
.page-tools-wrapper  .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

/* ## 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; }


/* ## FAQ ## */

.faq-wrapper {}
.faq-wrapper h2 {}
.faq-wrapper .category-header {}
.faq-wrapper .question-list {list-style-type:none; padding:0px; margin:0 0 20px 10px; position:relative;}
.faq-wrapper .question-list:before {position:absolute; content:''; height:100%; width:1px; left:0; top:-10px; background:#ccc;}
.faq-wrapper .question-list li {position:relative; padding:0 0 0 20px;}
.faq-wrapper .question-list li:before {position:absolute; content:''; width:10px; height:1px; left:0; top:10px; background:#ccc;}
.faq-wrapper .faq-block {}

/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {margin-bottom:20px !important; }
.carousel .carousel-item {padding:0 10px;}
.carousel .slick-prev,
.carousel .slick-next {position:absolute; bottom:0px;}
.carousel .slick-prev {left:0px;}
.carousel .slick-next {right:0px;}

.carousel .slick-dots {margin:10px 0 0; padding:0px; list-style-type:none; text-align:center;}
.carousel .slick-dots li {display:inline-block; margin:0 2px;}
.carousel .slick-dots li button {text-indent:-9999em; text-align:left; display:block; width:12px; height:12px; padding:0px; background:#dddddd; border:1px solid #cccccc; -webkit-border-radius: 20px; border-radius: 20px;}
.carousel .slick-dots li.slick-active button {background:#aaaaaa;}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {}


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#cccccc;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}




/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	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 ## */

.btn-wrapper { display:inline-block; text-decoration:none !important; }
.btn, 
a.btn { 
	display:inline-block;
	margin:0;
	padding:15px 50px;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size:14px;
	color:#fff; 
	background:#01a34f; 
	border:0; 
	text-align:center; 
	text-decoration:none;
	cursor:pointer; 
	overflow:visible; 
	text-transform:uppercase;
}

.btn-alt {
	display:inline-block;
	margin:0;
	padding:15px 50px;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size:14px;	
	color:#fff !important; 
	background:transparent; 
	border:2px solid #fff; 
	text-align:center; 
	text-decoration:none;
	cursor:pointer; 
	overflow:visible; 
	text-transform:uppercase;	
}

.btn.theme1 {
	color:#2A2A2A;
	border:2px solid #2A2A2A;
	background:transparent;
}

.btn:hover,
.btn:focus,
.btn-alt:hover,
.btn-alt:focus {background:#375e97; color:#fff;}

.btn-large .btn {padding:5px 10px; font-size:1.4em;}

.btn-full-width {display:block;}
.btn-full-width .btn {display:block; padding-left:0; padding-right:0; }
.btn-full-width input.btn { width:100%; }

/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btn-wrapper [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 {}





/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {overflow:auto; }
.data-table {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;
	background:#fff;
}
.data-table tr:nth-child(odd) {}
.data-table th {background:#242424; padding:10px 15px; font-size:1em; border:1px solid #242424; border-bottom:2px solid #242424; color:#fff; font-family: 'Libre Baskerville', serif; text-transform:uppercase; font-weight:normal; }
.data-table th a {color:#fff; text-decoration:underline;}
.data-table td {vertical-align:top; padding:6px 15px; border:1px solid #c2c2c2;}
.data-table td td {border-style:none;}


/* ## NEW Limit Text Box ## */

.limitTextBox {width:100% !important; margin:0 0 1em;}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.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 { vertical-align:top; margin:0px !important;}
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


/* =================================================================
                        Media Queries
===================================================================*/

/* 16px baseline (180px - 479px) */
@media (max-width:29.938em) {	

	.main-body .btn,
	.main-body .btn-alt,
	.main-body .btnAlt {
		display:block;
		margin:10px 0;
		width:100%;
	}

}


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	

	.page-tools-wrapper {display:none;}

    .responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table td {
		display:block;
		width:100%;
	}

	.responsive-table tr {border:1px solid #E1E1E1;}
	.responsive-table th {display:none;}
	.responsive-table td {border-style:none;}
    
}

/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

	.breadcrumbs {
		margin-top:3rem;
		margin-bottom:3rem;
	}

	.left-rail-placeholder {
		display:block;
	}

    /* Content and layout modifiers */
    .d-align-right {text-align:right;}
    .d-align-left {text-align:left;}

    /* ==========================================================================
       Layouts
   ========================================================================== */

    .table-layout {display:table; width:100%; table-layout:fixed;}
    .table-layout .table-cell {display:table-cell; vertical-align:middle;}
    .table-layout .table-cell .inner {display:inline-block; width:100%; max-width:40em; /* half of container width */}
    .table-layout .table-cell:first-child {text-align:right;}
    .table-layout .table-cell:first-child .inner {text-align:left;}

    .table-layout.full-width .table-cell .inner {max-width:2000px;}

}


/* ## Header ## */

.site-header {position:fixed; z-index:1000; margin:0; width:100%; border-bottom:1px solid #ccc; background:#fff;}
.site-header .header-top {background:#f4f6f8; padding:7px 0;}

.site-header > .header-main {position:relative; min-height:86px; background:#fff;}

.site-header .container, .site-header [class*="grid-"] {position:static;}
.site-header p {margin:0;}

.site-header a.site-logo {display:block;}

.container-w,
.site-header .container,
.slideshow-container {
	max-width:112.500em;
}

.header-top .welcome {float:left;}
.header-top .welcome p {margin:0;}
.header-top .header-links {float:right;}
.header-top .header-links p {display:inline-block;}
.header-top .header-links .follow-us {float:left; position:relative; margin-right:1em;}
.header-top .header-links .contact-link {/* display:none; */}

.header-buttons {white-space:nowrap;}

@media (max-width:79.99em) {
	.site-header > .header-main > .container {
		display:flex;
		flex-flow:row nowrap;
		align-items:center;
		min-height:86px;
	}

	.site-header > .header-main > .container > [class*="grid-"] {
		float:none;
		width:auto;
		max-width:65%;
	}
}

@media (min-width:30em) {
	.site-header a.site-logo {max-width:320px;}
}

@media only screen and (min-width:48em) {
	.header-top .header-links .contact-link {display:inline-block;}
	.header-top .header-links .follow-us {
		padding-right:2rem;
		margin-right:2rem;
		border-right:1px solid #ccc;
		top:3px;
	}	
}

@media only screen and (min-width:80em){
	.site-header > .header-main {
		padding:10px 0;
	}
	.site-header .header-top {padding:1rem 0;}
	.header-top .header-links .follow-us {top:14px;}

	.site-header > .header-main > .container {
		display:block;
	}

	.site-header > .header-main > .container > .grid-2 {
		float:left;
		width:320px;
		max-width:none;
	}

	.site-header > .header-main > .container > .grid-10 {
		float:left;
		max-width:none;
	}
}

.site-search {margin:0 -10px; position:relative; z-index:9;}
.site-search .search-trigger {position:absolute; bottom:-9px; right:60px; font-size:1.6em; padding:0; border:0px; width:50px; height:50px; background:transparent; color:#00a14b; z-index:2; text-align:center; cursor:pointer;}
.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {background:#375e97; color:#fff; }
.site-search .search-trigger > * {padding-top:9px; display:inline-block; width:36px; height:36px;}
.site-search .inner {
	display:none;
	position:absolute;
	background:#aaa;
	top:28px;
	right:0px;
	border:10px solid #aaa;
	width:100%;
}

.search-active .site-search .inner {
	display:block;
}

.search-active .site-search .cell {
	display:block;
}

.site-search .formee input[type="text"] {
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	height:46px;
}

.search-active .site-search .btn {
	margin-bottom:0;
	margin-top:10px;
}

.search-active .site-search .inner::after, 
.search-active .site-search .cell::after, 
.search-active .site-search .btn::after {
	display:none;
}


@media (min-width:30em) {
	.search-active .site-search .inner {
		display:table;
		table-layout:auto;
		border-collapse:collapse;
		border-spacing:0;
	}

	.search-active .site-search .cell {
		display:table-cell;
		vertical-align:middle;
		padding:0;
	}

	.search-active .site-search .cell:nth-child(1) {
		width:100%;
	}

	.search-active .site-search .btn {
		display:block;
		padding-left:30px;
		padding-right:30px;
	}

}
@media(min-width:80em){
	.search-active .site-search .btn {
		margin:0 8px 8px 8px;;
	}
}

@media only screen and (min-width:80em) {
	
	.search-active .site-search .inner {
		border:0;
		height:30px;
		margin-left:0;
		margin-right:0;
		margin-top:5px;
	}

	.site-search .search-trigger {bottom:0px; right:0px;}
	.site-search .formee input[type="text"] {
		margin:8px;
		width:calc(100% - 16px);
		height:32px;
	}

	.site-header a.site-logo {width:auto;}
	 
	.site-search {margin:0px;}
	.site-search .inner {top:auto; width:500px;}
}

/* ## Footer ## */

.footer {text-align:center;}
.footer-links ul {margin:0px 0 1rem 0; padding:0 1rem; list-style-type:none;}
.footer-links ul li {margin:2px 0;}

.footer-top {
	padding:1rem 0;
}

@media only screen and (min-width:48em){
	.footer {text-align:left;}
	.footer-links { 
		display: -webkit-box;
		display: -moz-box;   
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		width: 100%;
		justify-content: center;
	}	
	
	.footer-links ul {
		width:33%;
	}
	
	.footer-top {padding:4rem 0;}
}

.sub-footer { padding:1rem 0; background:#2A2A2A; color:#F7F5F5; text-align:left; }
.sub-footer a {color:#F7F5F5;}

.sub-footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.sub-footer-links ul li {display:inline-block; margin:0 5px;}
.sub-footer-links a {font-size:.75em;}

.email-signup {margin:0 0 20px;}
.email-signup .inner {position:relative;}
.email-signup p { margin:0 0 10px 0; }
.email-signup .formee input[type="text"] {margin:0px;}
.email-signup .btn {position:absolute; right:0px; top:0px; height:100%;}

.follow-us {}
.follow-us a {text-decoration:none; color:#9e9d9f; display:inline-block; font-size:1.4em; margin:0 2px; line-height:1;}
.follow-us a:hover,
.follow-us a:focus {color:#000;}

.footer .follow-us {margin-top:20px;}

.footer-columns {font-size:14px;}

@media only screen and (min-width:48em){
	
	.footer .follow-us {margin-top:0px;}
		
	.sub-footer .grid-6:last-child {
		text-align:right;
	}
	
	.follow-us a {margin:0 10px;}
	
	.footer-columns {
		display: table;		
		width:100%;
	}
	.footer-columns > div {
		display:table-cell;
		vertical-align:top;
	}
	
	.footer-columns > div:last-child {
		width:70px;
	}
}

@media only screen and (min-width:80em){
	.footer-columns > div:last-child {
		width:auto;
	}	
}
@media only screen and (max-width:47.99em){
	.sub-footer .grid-7 {margin-bottom:20px;}
}	

.container-m {
	max-width:1400px;
}

.box-blue {
	border:5px solid #fff;
	background:#375e97;
	text-align:center;
	color:#fff;
	padding:2rem;
	font-size:18px;
}

@media only screen and (min-width:64em){
	.box-blue {
		margin-top:-3rem;
	}
}

.box-image {
	background:#375e97;
	text-align:center;
	color:#fff;
	padding:2rem;
	font-size:18px;
	background:transparent url(/cms/images/about-background.jpg) no-repeat;
	background-size:cover;
}

@media only screen and (min-width:60em){
	.box-image {
		padding:4rem 20%;
	}
}

.page-bottom {
	background:#f4f6f8;
} 

.box-story {
	padding:2rem;
	color:#fff;	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#053a75+0,315992+100 */
	background-color: rgb(5,58,117); /* Old browsers */
	background-color: -moz-linear-gradient(left,  rgba(5,58,117,1) 0%, rgba(49,89,146,1) 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(left,  rgba(5,58,117,1) 0%,rgba(49,89,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to right,  rgba(5,58,117,1) 0%,rgba(49,89,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053a75', endColorstr='#315992',GradientType=1 ); /* IE6-9 */
	background-image:url(/cms/images/quote.png);
	background-repeat:no-repeat;
	background-position:90% 20px;
	background-size:120px;
}

.story-item .image img {
	border-radius:50%;
}

@media only screen and (min-width:48em){
	
	.box-story {
		padding:5rem 4rem;
		background-position:97% 20px;
		background-size:90px;
	}
	
	.story-item {
		display:table;
		width:100%;
	}
	
	.story-item > div {
		display:table-cell;
		vertical-align:top
	}	
	
	.story-item .image {
		width:125px;
	}
	
	.story-item .text {
		padding:0 0 0 4rem;
	}
}

@media only screen and (min-width:60em){
	.box-story {
		padding:5rem 330px 5rem 4rem;
		background-position:95% 20px;
		background-size:auto;		
	}
}

.line {
	position:relative;
	margin-bottom:1em;
}

.line:after {
	content:"";
	background:#01a34f;
	height:5px;
	width:90px;
	border-radius:2px;
	display:block;
	margin-top:5px;
}

.home .site-body .grid-12,
.site-body {
	font-size:14px;
}

.header-buttons {
	display:none;
}

.login-btn {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06f677+0,53b884+100 */
	background: rgb(6,246,119); /* Old browsers */
	background: url(/cms/images/icon-login.png) no-repeat 70px 50%, -moz-linear-gradient(left,  rgba(6,246,119,1) 0%, rgba(83,184,132,1) 100%); /* FF3.6-15 */
	background: url(/cms/images/icon-login.png) no-repeat 70px 50%, -webkit-linear-gradient(left,  rgba(6,246,119,1) 0%,rgba(83,184,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(/cms/images/icon-login.png) no-repeat 70px 50%, linear-gradient(to right,  rgba(6,246,119,1) 0%,rgba(83,184,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06f677', endColorstr='#53b884',GradientType=1 ); /* IE6-9 */
	
	padding:12px 75px 12px 50px;
	color:#292f2c;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	display:none;
}

.login-btn:hover,
.login-btn:focus {
	background:#08f379 url(/cms/images/icon-login.png) no-repeat 70px 50%;
	color:#292f2c;
}

.join-btn {
	background: linear-gradient(225deg, #EF8D00 0%, #F3B900 100%);	
	padding:12px 30px;
	color:#292f2c;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	display:none;	
}
.join-btn:after {
	content:"+";
}

.join-btn:hover,
.join-btn:focus {
	background:#f1b400;
	color:#292f2c;
}

.extra-link.login-btn,
.extra-link.join-btn {
	display:block;
	padding:10px 15px;
	color:#2A2A2A !important;
}

@media only screen and (min-width:80em){
	
	.header-buttons {
		display:inline-block;
	}
	
	.login-btn {
		background: rgb(6,246,119); /* Old browsers */
		background: url(/cms/images/icon-login.png) no-repeat 75% 50%, -moz-linear-gradient(left,  rgba(6,246,119,1) 0%, rgba(83,184,132,1) 100%); /* FF3.6-15 */
		background: url(/cms/images/icon-login.png) no-repeat 75% 50%, -webkit-linear-gradient(left,  rgba(6,246,119,1) 0%,rgba(83,184,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: url(/cms/images/icon-login.png) no-repeat 75% 50%, linear-gradient(to right,  rgba(6,246,119,1) 0%,rgba(83,184,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	
	.login-btn:hover,
	.login-btn:focus {
		background:#08f379 url(/cms/images/icon-login.png) no-repeat 75% 50%;
	}	
	
	.login-btn,
	.join-btn {	
		display:inline-block;
		/* margin-top:18px; */
		margin-right:55px;
	}
	
	.join-btn {margin-right:5px;}
	
	.extra-link.login-btn,
	.extra-link.join-btn {
		display:none;
	}
}

/* Events Homepage */

.events-summary .item-list {
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	width: 100%;
	justify-content: center;
}

.events-summary .item {
	display:block;
	border-style:none;
	padding:0;
	margin:0 0 2rem 0;
	text-align:center;
}

.events-summary .item .aside {
	display: inline-block;
	margin:0 auto;
	padding: 0;
	position:relative;
}

.events-summary .aside img {
	max-width:100% !important;
}

.events-summary .item .aside .date-icon,
.eventsDetailsWrpr .date-icon {
	background:#fff;
	position:absolute; 
	bottom:0;
	left:0;
}

.eventsDetailsWrpr .date-icon {
	left:10px;
}

.events-summary .item .content {
	text-align:left;
}

.meta .date {
	padding-left:22px;
	background:transparent url(/cms/images/icon-date.png) no-repeat 0 4px;
}

.meta .location {
	padding-left:22px;
	background:transparent url(/cms/images/icon-location.png) no-repeat 0 4px;
}

@media only screen and (min-width:48em){
	.events-summary .item {
		width:32%;
		margin:0 1.5% 2rem 0;
	}
	.events-summary .item:last-child {
		margin:0 0 2rem 0;
	}	
}

/* News Homepage */

.news-summary .item {
	border-style:none;
	text-align:center;
}

.news-summary .item .aside {
	margin:0 auto;
}

.news-summary .item .content {
	text-align:left;
}

.news-summary .large .item {
	padding-bottom:1rem !important;
}

@media only screen and (min-width:48em){
	
	.news-summary .mod-content  {
		float:left;
		width:48%;
		margin-right:3%;
	}

	X.news-summary .mod-content:last-child {
		width:49%;
		margin:0;
	}	
	
	.news-summary .large .item {
		display:block;
	}
	
	.news-summary .large .item .aside {
		display:block;
		padding:0;
		margin-bottom:10px;
	}
	
	.news-summary .large.item-list .aside img {
		max-width:100% !important;
	}
	
}

.site-section {
	padding:2rem 0;
}

@media only screen and (min-width:60em){
	.site-section {
		padding:2rem 0;
	}	
}

@media only screen and (min-width:80em){
	/* .header-main .container {
		display:table;
		width:100%;
	}

	.header-main [class*="grid-"] {
		display:table-cell;
		width:auto;
		float:none;
		vertical-align:middle;
	}

	.header-main [class*="grid-"]:last-child {
		width:170px !important;
	} */
	
	.header-main .grid-2 {width:320px;}
	.header-main .grid-10 {width:calc( (100%) - (320px) );}	
	
	.header-top .grid-4 {width:427px;}
	.header-top .grid-8 {width:calc( (100%) - (427px) );}
	
	.header-top .header-links .contact-link {margin:12px 30px 0 0;}
	
}
@media only screen and (max-width:79.99em){
	.header-top .grid-4 {width:100%;}
	.header-top .grid-8 {width:100%;}
	.header-top .header-links .contact-link	{margin-right:10px;}
	
	.site-search {top:66px;}
}

.page-heading {
	position: relative;
	overflow:hidden;
	height: 100px;
}

.page-heading .page-heading-bg-image {
    position: absolute;
    display: block;
	width:1920px;
	height: 100px;
    left: 0%;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-heading .page-heading-bg-image p {
	margin:0;
}

.page-heading .page-heading-text {
    position: relative;
	margin: 0px auto;
	max-width: 75em;
    z-index: 2;
    display: block;
    top: 50%;
    transform: translateY(-50%);
	color:#fff;
	padding:0 10px;
	line-height:1;
}

.page-heading .page-heading-text h1 {
	color:#fff;
	margin:0;
}

@media only screen and (min-width:48em){
	.page-heading,
	.page-heading .page-heading-bg-image {
		height: 200px;
	}
}

.page-navigation {
	margin:0 0 1rem 0;
	background:#f3b900;
	text-align:center;
}

.page-navigation p {
	margin:7px;
}

.page-navigation a {
	font-size:14px;
	display:inline-block;
	padding:0px 10px 0px 0px;
	color: #2A2A2A;
	text-decoration:none;
}

.page-navigation a:hover,
.page-navigation a:focus {
	text-decoration:underline;
}

.page-navigation a:after {
	content:"|";
	margin-left:10px;
}

.page-navigation a:last-child:after {
	display:none;
}

.left-rail-placeholder {
	display:none;
}

.color-box {
	position:relative;
	background:#d5e8ed;
	padding:1rem;
}

.color-box:before {
	content:"";
	position:absolute;
	top:0;
	left:-610px;
	width:610px;
	height:100%;
	background:#d5e8ed;
}

.color-box:after {
	content:"";
	position:absolute;
	top:0;
	right:-310px;
	width:310px;
	height:100%;
	background:#d5e8ed;
}

.color-box:empty {
	display:none;
}
/* More specific so that the styles do not effect any other widgets/modules using .color-box */
.grid_9.page-content .color-box{}
.grid_9.page-content .color-box{background:none;}
.grid_9.page-content .color-box::before{content:none !important;}
.grid_9.page-content .color-box::after{content:none !important;}
.grid_9.page-content .color-box #results_googlesearch iframe{width:100%;}

.main-content {
	padding-top:131px;
}

@media only screen and (min-width:80em){
	.site-header {
		height:180px;
	}
	.main-content {
		padding-top:190px;
	}	
}

.FAQWrpr .faq-block {
	background:#f4f6f8;
	padding:20px;
	margin:0 0 20px 0;
}

.event-section {
	background:#f4f6f8;
	padding:20px;
	margin:0 0 20px 0;
}

.event-section ul {
    list-style: none;
}

.event-section ul li {
	margin-bottom:10px;
	position: relative;
}

.event-section ul li:before {
	content: "•";
	color:#03a350;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 30px;
	line-height: 10px;
	height: 10px;
	top: 8px;
	position:absolute;
	
}

.event-section .data-table {
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.event-section .data-table th,
.event-section .data-table td {
	text-align:center;
}

.event-section .data-table td {
	border-bottom: 2px solid #c2c2c2;
	border-left:none;
	border-right:none;
}


.faq-accordion * {
	border-style:none !important;
	line-height:1.6 !important;
}

.faq-accordion h3 {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	background:#fff !important;
	position:relative;
	padding:15px 45px 15px 20px !important;
	margin-top:10px !important;
}

.faq-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto !important;
	right:20px !important;
	text-indent:0;
	line-height:1;
	background-image:none; 
	text-align:center;
}

.faq-accordion .ui-accordion-header .ui-accordion-header-icon:after {
	content:"+";
	font-size:24px;
	font-weight:normal;
	line-height:1;
	position:relative;
	top:-4px;
}

.faq-accordion .ui-state-active .ui-accordion-header-icon:after {
	content:"-";
}

.faq-accordion .ui-accordion-content {
	padding:15px 20px !important;
}

.faq-accordion .answer p:first-child {
	display:inline;
}

.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.page-anchor {
	position:relative;
}

.page-anchor a {
  position: absolute;
  left: 0px;
  top: -200px;
}

.event-section.schedule .ui-accordion-header {
	text-transform:uppercase;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;	
	font-weight: bold;
	letter-spacing: 2.8px;
}

.event-section.schedule .ui-widget-content {
	background:#f4f6f8;
}

.schedule-table td {
	padding:5px 20px 5px 20px;
}

.schedule-table td:first-child {
	background: transparent url(/cms/images/icon-date.png) no-repeat 0 9px;
}

.schedule-day {display:block;}
.schedule-date {display:block;}

@media only screen and (min-width:48em){
	.schedule-day {display:inline-block;}
	.schedule-date {position:absolute; right:60px; top:15px; }	
}

.scrollBug {
    position: fixed;
    bottom: 1em;
    right: 2%;
	width:55px;
	text-align:center;
}

.scrollBug a,
.scrollBug a:link, 
.scrollBug a:visited {
	opacity:0.7;
    display:inline-block;
	font-size: 12px;
	line-height:1;
	padding:10px;
    text-decoration: none;
    color: #fff;
	background:#375e97;
}

.scrollBug a:hover,
.scrollBug a:focus {
	opacity:1;
}

.scrollBug svg.icon {
	width:18px;
	height:18px;
}

.adminFix .page-heading .page-heading-bg-image{position:static; height:200px;}
main {display:block;}

/*site alert banner*/

.site-banner-status{
 
    padding:10px;
  }
  .site-banner-status.site-banner-status{ background:#f64040;}
  .alert-banner{
     max-width:1800px;
    margin:0 auto;
    align-items:center;
  }
  @media(min-width:48em){
    .alert-banner{
        display:flex;
        justify-content:center;
      }
  }
  .banner-icon{display:none;  }

@media(min-width:48em){
    .banner-icon{display:block; flex:0 1 auto; margin:0 10px 0 0;}
}

  .banner-icon-warning{
      position: relative;
      width: 0;
  /*     height: 16px; */
    height:0;
      font-size: 17px;
      border: 40px solid transparent;
      border-bottom-color: #fff;
      border-top: 0;
      border-left-width: 21px;
      border-right-width: 21px;
      font-weight: bold;
  }
  .banner-icon-warning::before{
    content:"!";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  /*   top:32px; */
    top:13px;
  }
  .banner-info{
    flex:0 1 auto;
    color:#fff;  
    font-weight:800;
  }
  .banner-info p, .banner-info a{
    display:block;
    margin:0 0 10px 0;
    color:#fff;
  }
  .banner-info-text{margin:0;}

  /*Anchors - If there is a fixed site header 
  and it blocks the anchored content use the code below
 el:target::before{} That way, if the element is targeted, styles get applied. 
  */
.page-content *:target::before {
    content: "";
    display: block;
    padding-top: 185px;
    margin-top: -175px;
}

.faq-accordion-header :target::before{
    content:none;
}

/* Ticket #614421 - Latest News on Home Page */
.news-summary .mod-content-full {
	width: 100% !important;
	margin-bottom: 20px
}

	.news-summary .mod-content-full ul.item-list .item {
		background: #f4f6f8;
		padding: 20px;
	}

		.news-summary .mod-content-full ul.item-list .item p {
			margin-bottom: 10px;
		}
		
		.news-summary ul.item-list .item .btn {
			padding: 5px 20px;
		}

.news-summary .mod-content {
	width: 100% !important;
	margin-bottom: 20px
}

	.news-summary .mod-content ul.item-list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

		.news-summary .mod-content ul.item-list .item {
			background: #f4f6f8;
			width: 49%;
			margin: 0px 0px 20px;
			padding: 20px;
		}

			.news-summary .mod-content ul.item-list .item p {
				margin-bottom: 10px;
			}

@media only screen and (max-width:767px) {
	.news-summary .mod-content ul.item-list .item {
		width: 100%;
	}
}



/* Ticket #615009 - Creation of a "Countdown" on the site */


.countdownWrpr {display:block; margin-bottom:20px; max-width:400px; margin:10px auto 20px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0066b5+0,003556+100 */
background: rgb(0,102,181); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,102,181,1) 0%, rgba(0,53,86,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,102,181,1) 0%,rgba(0,53,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,102,181,1) 0%,rgba(0,53,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066b5', endColorstr='#003556',GradientType=0 ); /* IE6-9 */
background:#029499;
}

.countdownWrpr hr {margin:0; border-top:solid 1px #009fa4; border-bottom:solid 1px #00787c;}
.countdownTitle {width:100%; text-align:center; color:#fff; padding:20px 10px 10px; }
.countdownTitle h2 {margin:0; font-family: 'Roboto', sans-serif; line-height:30px; Xfont-family: 'Libre Baskerville', serif;}

.countdownWrpr .conuntall {font-size:1.4em; color:#fff; display:flex; justify-content:center; padding:20px 0px; font-family: 'Roboto', sans-serif;}

.countdownWrpr .conuntall .conuntday, 
.countdownWrpr .conuntall .conunthours, 
.countdownWrpr .conuntall .conuntminutes, 
.countdownWrpr .conuntall .conuntseconds {text-align:center; font-size:10px; line-height:1.25em; font-weight:bold; color:#b1cbd8;}



.countdownWrpr .conuntall #days, 
.countdownWrpr .conuntall #hours, 
.countdownWrpr .conuntall #minutes, 
.countdownWrpr .conuntall #seconds { width:auto !important; font-size:40px; display:block; padding:0px 5px; color:#fff;}
.countdownWrpr .conuntall .colen {padding:0px 5px; line-height:.5em;}

.countdownBottom {width:100%; text-align:center; color:#fff; padding:10px; font-size:1em;}
.countdownBottom p {margin:0;}


/*

@media only screen and (max-width: 1320px) {
	.countdownWrpr .conuntall {font-size: 1.3em !important;}
	#days, 
	#hours, 
	#minutes, 
	#seconds {font-size:2.5em !important;}
	.countdownWrpr .conuntall .colen {padding:0px 20px;}
}


@media only screen and (max-width: 1200px) {

	.countdownWrpr .conuntall {font-size: 1.1em !important;}
	.countdownWrpr #days, 
	.countdownWrpr #hours, 
	.countdownWrpr #minutes, 
	.countdownWrpr #seconds {font-size:2.5em !important; }	
	.countdownWrpr .conuntall .conuntday,
    .countdownWrpr .conuntall .conunthours,
    .countdownWrpr .conuntall .conuntminutes,
    .countdownWrpr .conuntall .conuntseconds {width:auto !important;}
	
}

@media only screen and (max-width: 1010px) {

	.countdownWrpr .conuntall {font-size: 1.0em !important;}
	.countdownWrpr #days, 
	.countdownWrpr #hours, 
	.countdownWrpr #minutes, 
	.countdownWrpr #seconds {font-size:2.2em !important; }	
	.countdownWrpr .conuntall .colen {padding:0px 10px ;}
}

@media only screen and (max-width: 910px) {
    .countdownWrpr .conuntall {font-size:0.8em; }
	.countdownWrpr #days, 
	.countdownWrpr #hours, 
	.countdownWrpr #minutes, 
	.countdownWrpr #seconds {font-size:2.0em !important; }		
}


@media only screen and (max-width: 767px) {

	.countdownWrpr {flex-wrap:wrap;}

    .countdownWrpr .conuntall {font-size:1em; }
    .countdownWrpr .conuntall .colen {padding:0px 20px;}

}

@media only screen and (max-width: 655px) { 
    .countdownWrpr .conuntall {font-size:0.9em; }
    .countdownWrpr .conuntall .colen {padding:0px 10px;}
}

@media only screen and (max-width: 500px) {    
    .countdownWrpr .conuntall {font-size:0.7em; }
    .countdownWrpr .conuntall .colen {padding:0px 10px;}	
}

@media only screen and (max-width: 420px) {    
    .countdownWrpr .conuntall {font-size:0.9em !important; }
    .countdownWrpr .conuntall .colen {padding:0px 10px;}
}

*/

/* Ticket #684544 -  Adding Donate button to header */
@media only screen and (min-width:1279px) {
	.header-top .grid-7 {
		border: solid 0px #ff0000;
		width: calc(100% - 600px)
	}

	.header-top .grid-5 {
		text-align: right;
		border: solid 0px green;
		width: 600px
	}

		.header-top .grid-5 .login-btn {
			margin-right: 5px;
		}

	.header-buttons {
		margin-right: 60px
	}
}

@media only screen and (max-width: 79.99em) {
	.header-top .grid-5 {
		width: 100%;
	}
}