


/* ==========================================================================
   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  =============== */

/* Sets default font family to sans-serif, Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family:sans-serif; -webkit-text-size-adjust:100%;  -ms-text-size-adjust:100%;  }

/* 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 { position:relative; font-size:75%; line-height:0; 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 { margin:0 2px; padding:0.35em 0.625em 0.75em; border:1px solid #c0c0c0; }

/* Corrects color not being inherited in IE 8/9. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { padding:0; border:0; }

/* Corrects font family not being inherited in all browsers. Corrects font size not being inherited in all browsers. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea { margin:0; font-family:inherit; font-size:100%; }

/* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height:normal; }

/*  Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. Corrects inability to style clickable `input` types in iOS. Improves usability and consistency of cursor style between image-type `input` and others. */

button, html input[type="button"],
input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; }

/* Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor:default; }

/* Addresses box sizing set to `content-box` in IE 8/9. Removes excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; }

/* Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-appearance:textfield; }

/* 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; }

/* Removes default vertical scrollbar in IE 8/9. Improves readability and alignment in all browsers. */
textarea { overflow:auto; vertical-align:top; }


/* ===============  Tables  =============== */

/* Remove most spacing between table cells. */
table { border-collapse:collapse; border-spacing:0; }






/* ==========================================================================
   Boilerplate / Generic Base Styles
   ========================================================================== */

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; }

p { margin:0 0 1em; }

.ir { background-color:transparent; border:0; overflow:hidden; }
.ir:before { content:""; display:block; width:0; height:100%; }

.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.hidden { display:none; visibility:hidden; }
.visuallyHidden { 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; }

.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.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, .fLeft { float:left; }
.floatRight, .fRight { 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; }

.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; }

/* ## Border - Solid ## */
.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; }

/* ## Border- Dashed ## */
.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; }

/* ## Rows ## */
.alternate { background-color:#d8d8d8; }
.row { background-color:#fff; }





/* ================================================================
   PRIMARY SITE SPECIFIC BASE/GLOBAL STYLES 
   ================================================================ */

/* ## Disabled Input Styles ## */
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; }

/* ## Heading Styles ## */
h1, h2, h3, h4, h5, h6 {color: #009bbc;}
h4, h5, h6 {color: #009B7B}
a, a:link, a:visited {color: #009bbc;}
p {font-size: .875em;}
h1, h2, h3 { font-weight:normal; color:#545454; }
h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.5em; }

/* ## Link Styles ## */
a, a:visited { color:#009bbc; text-decoration:underline; }
a:hover, a:active, a:focus { color:#6d6d6d; text-decoration:none; }
a:active, a:focus { outline:0; }

/* ## Link Modifier Styles ## */
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; }

/* ## Button Styles ## */

.btnWrapper { display:inline-block; padding:2px; background-color:#3f3f3f; text-decoration:none !important; }
.btn, a.btn { 
	display:inline-block; overflow:visible; 
	margin:0; padding:4px 6px; 
	border:1px solid #a4a4a4; 
	font-weight:normal; color:#fff; 
	background-color:#3f3f3f; 
	text-align:center; text-decoration:none; 
	cursor:pointer; 
}
.btnWrapper:hover, .btnWrapper:hover .btn { background-color:#7a7a7a; }

.btnAlt { background-color:#ccc }
.btnAlt .btn { color:#666; background-color:#ccc; border:1px solid #fff; 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%; }

.btnText { margin:0; padding:0; color:#6d6d6d; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6d6d6d; text-decoration:none; }

.btnWrapper, .btnAlt, .btnWrapper:hover, .btnAlt:hover{background: none;}
.btnAlt .btn {border: none; box-shadow: none;}
.btnAlt .btn:hover {box-shadow: none; color: #666}
.btn, a.btn {background: #009bbc; border: none; color: #fff; font-weight: normal; text-transform: none; padding: 5px 19px;
box-shadow:  0 0px 0px transparent, /*bottom external highlight*/   0px 0px 0px transparent, /*top external shadow*/   inset 0 -1px 1px #00596b, /*bottom internal shadow*/  inset 0 1px 1px #6edbf3; /*top internal highlight*/}

.btn:hover, .btn:active, .btn:focus, a.btn:hover, a.btn:active, a.btn:focus {border: none; background: #007993;
box-shadow:0 0px 0px transparent,0px 0px 0px transparent, inset 0 -1px 1px #00596b,inset 0 1px 1px #329cb3;}
a.btnActive, a.btnActive:visited, .btnActive { background:#d0000d; color:#fff; }
span.btnActive { display:inline-block; margin:5px 0; padding:7px 15px; text-align:center; text-transform:uppercase; font-weight:bold; }

a.btnActive, a.btnActive:visited, .btnActive {background: #005DAA;}
a.viewAll, a.readMore { position:relative; display:block; padding-left:10px; border-left:1px solid #0f659b; font-size:.8em; text-decoration:none; }
.viewAll:after { 
	content:''; 
	position:absolute; top:3px; left:63px; 
	display:block; 
	width:0; height:0; 
	border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:8px solid #0f659b; 
	-webkit-transition:all .2s;
	   -moz-transition:all .2s;
		-ms-transition:all .2s;
		 -o-transition:all .2s;
			transition:all .2s;
}
a.viewAll:hover, a.viewAll:focus { color:#444 }
a.viewAll:hover:after, a.viewAll:focus:after { left:69px; border-left:8px solid #545454; }
a.viewAll, a.readMore {border-left: none; font-size: .875em; background: url(/cms/images/concept2/arrowR.png) no-repeat right center; padding: 0 20px 0 0; text-align: right;}

/* ## Site Icons ## */
.iconImage { 
	position:relative; bottom:1px; 
	display:inline-block; 
	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; }

/* modifier for icon fonts (IcoMoon) embedded within button wrapper */
.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }

/* ## Link Lists ## */
.linkList { margin:0 0 15px; padding:0; list-style-type:none; }
.linkList li { margin-bottom:8px; }
.linkList a, .linkList a:visited { text-decoration:none; }
.linkList a:hover, .linkList a:active { text-decoration:underline; }





/* ================================================================
   PRIMARY LAYOUT CONTAINER STYLES 
   ================================================================ */

   
/* ===============  Start Up Layout  =============== */

body { background:#fff; }
.container {  }
.siteBody { min-height:300px; }





/* ================================================================
   HEADER
   ================================================================ */
   
   
.siteHeader { position:relative; min-height:80px; z-index:1000; }

/* ===============  Logo  =============== */

h1.siteLogo {padding: 0; margin: 20px 0 0 0;}
/* ===============  Header Info  =============== */

.siteHeader .hdrPhonenum {
    display:block;
    position:absolute; right:12px; bottom:12px;
    width:200px; height:34px;
    text-indent:-9999em;
    background-position:100% 0; background-repeat:no-repeat;
}

.hdrSearch {float: right; margin: 10px -12px 0 0; clear: both}
.hdrSearch .btnWrapper {}
.hdrSearch .btnWrapper input.btnSearch { background: #009bbc; color:#fff; font-size: .875em; border: none; padding: 6px 10px 3px; line-height: 20px;}
.hdrSearch .btnWrapper input.btnSearch:hover {background:#007993 }


/* ===============  Header Secondary Links  =============== */


.headerLinks {margin: 15px 0 0 0px; color: #fff; list-style:none; padding:0;font-size:0.9em; text-align:right; float: right; width:100%;}
.headerLinks  li {color: #fff; height: 30px; line-height:30px; display:inline; }
.headerLinks a, .headerLinks a:link, .headerLinks a:visited {color: #005DAA; border-left: 2px solid #fff; font-size: .95m; padding: 0 5px 0 15px; font-weight:600; margin:0 3px; text-decoration: none; }
.headerLinks a:hover, .headerLinks a:active { text-decoration:underline; }
.headerLinks li:first-child a { border-left:0; }


/* ===============  Header Site Search  =============== */
.tagline span { display:block; text-align:right; font-size:.8em; font-style:italic; color:#0f659b; }
.siteSearch { margin:0; color:#fff; }
.siteSearch label { display:none; }

header.siteHeader {border-top: 6px solid #3c3c3c; font-family:'Open Sans', sans-serif; font-weight: 600;}
.headerTop {padding: 0px 20px 7px 0}
header nav {box-shadow: 0px 0px 5px #1a2442}

.memberLogin {Xbackground: #585858; color: #fff; text-transform: uppercase; font-size: .875em; line-height: 1.2; margin: -6px 0 0 0; padding: 6px 0 5px 7px; position: relative; top:0; right: 0; width: 250px; float:right;}
.memberLogin label {text-transform: none; font-size: .70em; font-style: italic; display: block; margin: 0 0 4px 0}
.memberLogin input[type="text"] {background: #d1d0d0; color: #585858; text-transform: none; height: 15px; margin: 2px 0 0 0; width: 95%; font-size:.875em}
.memberLogin input[type="password"] {background: #d1d0d0; color: #585858; text-transform: none; height: 15px; margin: 2px 0 0 0; width: 95%}
.memberLogin a {text-transform: none; text-decoration: none; color: #FFF; font-size: 1.0em; font-style: italic; display: block; margin: 0 0 4px 0}
.memberLogin .btn {font-size: .875em; width: 124px;}
.memberLogin .loginText {font-size: 1em; padding: 3px 0 0 10px; display: inline-block;}
.memberLoggedIn {text-align: right; margin: 19px 0 4px; color: #005daa; font-size: .9em}
.btnText {background: transparent; border: none; color: #009bbc; text-decoration: underline; font-weight: bold; box-shadow: none; padding: 0;}
.btnText:hover, .btnText:active, .btnText:focus, .btnText.active, .btnText.focus {background: transparent; border: none; box-shadow: none; padding: 0;}

.mainBody {font-family:'Open Sans', sans-serif; font-size: 16px;font-family:'Lato', sans-serif; color:#545454; background: url(/cms/images/bg.jpg) repeat-x left top #0560ab }
.mainContent { background:rgba(255,255,255,0.85); }
.mainContent iframe, .mainContent object { max-width:100% !important; }
.mainPad { padding:0 25px; }
main .container {box-shadow: 0px 0px 5px #000}

/* ================================================================
   MAIN REGIONS - HOME SPECIFIC
   ================================================================ */


/* ===============  HOME SLIDESHOW  =============== */
.homeFocal { background:#a5c3d8; background:rgba(61,101,155,0.3); }

.slideshow { position:relative; }
.cycle-slideshow { max-width:100%; width:100%; overflow:hidden; }

.slideItem { max-width:100%; min-width:100%; }
.slideContent { padding:40px 35px; height:260px; color:#fff; background: #585858;}
.slideContent h2 { margin-top:0; color:#fff; }
.slideImage { position:relative; background:#585858; overflow:hidden; text-align:center; }
.slideImage img { }

.cycle-pager { position:absolute; top:5px; z-index:100; width:100%; text-align:center; }
.cycle-pager span { font-size:2em; color:#fff; cursor:pointer; }
.cycle-pager span:hover { color:#bbb; }
.cycle-pager span.cycle-pager-active { color:#009bbc }




@media only screen and (min-width:767px){
	.homeFocal { height:300px; overflow:hidden; }
	.slideContent { padding:20px 35px; }
	.cycle-pager { top:auto; bottom:5px; left:42px; width:auto !important; }
	.slideImage { height:300px; text-align:right; }
	.slideImage img { position:absolute; right:0; top:0; max-width:620px !important; }
}



   
/* ================================================================
   MAIN REGIONS - INTERIORS
   ================================================================ */
   
   /* events*/
.eventsSummary {padding: 20px}
.eventsSummary .modContent {padding: 25px 5px;}
.eventsSummary .item {border: none; position: relative; padding: 0; margin: 0 0 35px 0;}
.eventsSummary .content {position: relative; z-index: 20; padding: 20px 0 0 0; }
.eventsSummary .title {font-size: 1em; letter-spacing: 1px;}
.eventsSummary .viewAll {display: none;}
.eventsSummary .eventDate {background: #555555; color: #fff; font-family: "Open Sans", sans-serif; padding: 11px 5px; position: relative;z-index: 20; margin: 0 11px 0 11px;}
.eventsHmDiv {position: absolute; width: 100%; height: 5px; background: #009bbc; left: 0; top: 10px; z-index: 10;}
.eventsSummary .eventDate .dateMonth {font-size: 1.1em; margin: 0; pading: 0; line-height: 1;}
.eventsSummary .eventDate .dateDay {font-size: 1.5em;  margin: 0; pading: 0; line-height: 1;}
.eventsSummary a.readMore {text-align: right;}
.eventsTheme .date > .dateIcon > .month {background: #555555;}
.summary a.btn, .calendarBtnWrpr a.btn {color: #fff;}

/* polls */
.pollWrpr {border: none; font-size: .9em; padding: 20px; width: auto}
.pollWrpr .pollHdng {display: inline;}
.pollWrpr  span.hdrDiv {height: 1px; background: #585858; border-bottom: 1px solid #979797; }
.pollQ {color: #555555; font-size: 3em; float: left; margin: 0 10px 0 0;}
.pollWrpr .pollDesc {color: #3c3c3c; letter-spacing: 1px; font-weight: normal; line-height: 1.4; margin: 8px 0 8px 0;}
.pollA {color: #555555; font-size: 3em; float: left; margin: 0 10px 0 0;}
.pollWrpr ul {float: left; margin: 0;}
.pollSubmitWrpr {float: right;}
.viewPollArchivesWrpr {display: none;}
.pollResults {background: #009B7B;}

  .sitemap table {width: 100%;}



/* ==========================================================================
   GLOBAL MODULE STYLES
   ========================================================================== */
.modHead { padding:15px 25px; border-bottom:2px solid #0c6799; } 
.modTitle { margin:0 0 7px; text-transform:uppercase; }

.modContent { padding:25px; }

.modContent .title { font-size:1em;  font-weight: bold;}
.modContent .title a { text-decoration:none; }

.modContent .date { display:block; font-size:.8em; }

.itemList .item .content { }
.itemList .content p { margin:7px 0; font-size:.9em; }

.mod { position:relative; }

.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; }

.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; }
.newsSummary .item figure {width: 30%; box-sizing: border-box;padding: 0;}
.newsSummary .item > .content {width: 70%; padding: 0 0 0 15px;}

.item .contentExtra { display:table-cell; vertical-align:top; }

.content .title { margin:0; }
.itemList .content p { margin:0; }
.content .date { font-size:0.85em; }

.aside { display:table-cell; padding:0 15px 0 0; text-align:center; }

.caption { display:block; font-size:0.8em; line-height:1.2em; }

@media (max-width:400px) { 
	.item { display:block; }
	.item > .content { display:block; }
	.item > .aside { display:block; }
}

.mod .modHead {border: none; padding: 0; text-align: center; position: relative;}
.mod .modHead:after {content:''; position: absolute; width: 100%; }
.mod .modHead h3 {font-size: 1.6em;}
.modContent .title {color: #3c3c3c; margin: 0; padding: 0;}
.modHead .modTitle {margin: 0; padding: 0; }
.mod .modHead:after {position: relative;}
.hmModDiv {height: 1px; background: #585858; border-bottom: 1px solid #979797; margin: 15px 0 0 0}





/* ==========================================================================
   News
   ========================================================================== */

.article > .aside { float:right; margin:1em; }
.meta { margin:0.5em 0; }
.meta > div { float:left; }
.meta .social-tools{ float:right; }



/*news*/
.newsSummary {background: #fcfcfc; padding: 20px 0; -webkit-box-shadow: inset 1px 1px 2px 0px rgba(164,164,164,1);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(164,164,164,1);
box-shadow: inset 1px 1px 2px 0px rgba(164,164,164,1);}
.newsSummary .modContent {padding: 20px;}

.newsSummary .date {display: none}
.newsSummary .modHead .viewAll {display: none;}



/* ==========================================================================
   PAGING AND FILTERS (Whhyyyyyy is this so big)
   ========================================================================== */

   
/* ===============  Filters  =============== */
   
.filter { }
.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; float:left; margin:0; padding:0; border:1px solid #002b40; border-left-width:0; }
.paging-list li:first-child{ border-left-width:1px; }
.paging-list li a, .paging-list li span { display:block; padding:2px 5px; min-width:30px; text-align:center; }
.paging-list li a { /* Link State */ }
.paging-list li span { /* Current Page State */ }

.paging-list .disabled { display:none; }
.paging-list .disabled + li { border-left-width:1px; }
.paging-list .disabled + .all { border-left-width:0; }


/* ===============  More Filters? =============== */

.filters { float:left; display:inline; margin:0 0 5px; }
.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 #999; }
.filters .sortItem a, .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:visited { font-weight:bold; background-position:100% -18px; }
.filters .sortItem a.up, .filters .sortItem a.up:visited { font-weight:bold; background-position:100% -38px; }


/* ===============  More Pagination?  =============== */

.pagination { float:right; width:400px; margin:0 0 10px; text-align:right; }
.pagination .view { float:right; display:inline; padding:0 0 0 10px; }
.pagination .view a, .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 #999; }
.pagination .paging a, .pagination .paging a:visited { 
	float:left; display:inline; 
	margin:0 3px; padding:2px 6px; 
	text-align:center; text-decoration:none; 
}
.pagination .paging .active { 
	display:inline; float:left;
	margin:0 4px; padding:2px 6px; 
    border:1px solid #969696; 
	color:#000; 
    text-decoration:none; text-align:center; 
	background-color:#d2d2d2; 
}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999; }
.pagination a.arrowRight, .pagination a.arrowRight:visited { 
	display:inline; float:left; 
	background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; 
	text-indent:-9999em; 
}
.pagination a.arrowLeft, .pagination a.arrowLeft:visited { 
	display:inline; float:left;  
	background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; 
	text-indent:-9999em; 
}


/* ===============  Generic Pager (Enough pagination for everyone!) =============== */

.genericPager { padding:10px 0; }
.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:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#cfcfcf; border:1px solid #000; text-decoration:none; }
.genericPager .nolink { color:#fff; border:1px solid #ddd; padding:2px 4px; }
.genericPager .active { color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#cfcfcf; }





/* ==========================================================================
   SITE TOOLS
   ========================================================================== */

   .topTools { background:#a5c3d8; background:rgba(61,101,155,0.3); }
.pageTools { padding:8px 15px 5px; color:#fff; background:#d0000d; }
.breadcrumbs { display:inline-block; width:80%; }
.breadcrumbs a, .breadcrumbs a:visited { color:#fff; text-decoration:underline; font-size:.9em; }
.breadcrumbs a:focus, .breadcrumbs a:hover { text-decoration:none; }
.pageToolsWrapper { display:inline-block; }
/* ===============  Breadcrumbs  =============== */

.breadcrumbs { padding:0 0 10px; font-size:.9em; }
.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; }


/* ===============  Print/Email/Share/AddThis  =============== */


.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a, .pageToolsWrapper .addthis_toolbox a:visited { background:none; padding:0; margin:0 0 0 5px; }
.addthis_toolbox { display:inline; }
.topTools {background: transparent;}
.pageTools {background: #e2e2e2; padding: 0 20px; font-size: .875em; border-bottom: 1px solid #d3d3d3; height: 29px; line-height: 29px;}
.breadcrumbs {color: #616161; font-size: .75em}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {color: #616161; text-decoration: none; font-size: 1em;}
.breadcrumbs a:hover {text-decoration: underline;}
.pageToolsWrapper {float:right; display:inline;text-align:right; padding: 9px 0 0 0;}
.pageToolsWrapper a, .pageToolsWrapper a:link, .pageToolsWrapper a:visited { display:inline-block;height: 12px; width: 12px !important;font-size: .875em; color: #4e4e4e; line-height: 1; text-decoration: none; padding: 0 10px 0 0;}
.at15t, .at16nc, .at300bs {background: none;}
.addthis_button_email  {padding: 0; text-indent: -9999px}
.addthis_button_print {text-indent: -9999px; margin-right: 6px;}


/* ===============  Master Overlay  =============== */

.siteOverlay {
    display:none;
    position:relative; z-index:1000;
    width:550px; max-width:95%; min-height:1px;
    border-radius:5px;
    background-color:#fff;
    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; }


/* ===============  Errors  =============== */
   
.fieldlbl { padding:4px 2px 0 0; text-align:right; }
.field { padding-left:2px; }
.fieldpad { padding-bottom:2px; }

.fieldtext { color:#000; }
.fielderror { color:#c00; }
.fieldnorm { width:16px; height:20px; }
.fieldreq { width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right; }
.fieldreq { padding:0 6px; background-position:center center; }
.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; }
.fieldred { padding:0 6px; background-position:center center; }


/* ===============  Tooltip  =============== */

.toolTipWrpr { display:none; width:340px; z-index:99; }
.toolTipDate { font-size:11px; color:#999; font-weight:bold; }
.toolTipName { font-size:14px; color:#666; font-weight:bold; margin-bottom:14px; }


/* ===============  Truncate  =============== */

.truncateLink {  }
.truncateLink a, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:visited {  }
.truncateLink a.truncateLess, .truncateLink a.truncateLess:visited {  }


/* ===============  Smartbug  =============== */

.smartbug ul { list-style-type:none; padding:0; border:1px solid #000; border-bottom:0; font-size:10px; background-color:#ccc; }
.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; }


/* ===============  Limit Text Box  =============== */

.limitTextBox {  }
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin:-15px 0 15px; }
.limitTextBoxBarWrpr {
	width:100%; height:5px;
	border:0 solid #000;
	overflow:hidden;
	font-size:9px; color:#000;
	white-space:nowrap;
	background-color:#fdfbbe;
}
.limitTextBoxBarInner { width:0; background-color:#f00; }
.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; }


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }

/* google search page styling */
input.gsc-input {height: 23px; line-height: 23px; padding-top: 2px !important; padding-bottom: 2px !important; font-family: "Open Sans", Arial, sans-serif}
input.gsc-search-button {background: #009bbc; color:#fff; font-size: 1.1em; border: none; padding: 6px 10px 3px; line-height: 20px; font-family: "Open Sans", Arial, sans-serif;}
input.gsc-search-button:hover {background:#007993 }



/* ==========================================================================
   FOOTER
   ========================================================================== */
/* Footer */
footer .container {background: #b3b3b3; padding: 0 0 10px 0;}
.footer {position:relative; margin-bottom:10px; padding:20px 0 0; color: #fff;}

.ftrLogo {margin: 15px 0 0 0; font-size: .75em;}
.ftrLogo img {margin: 0 0 10px 0;}
.footer ul { list-style:none; padding:0; margin:0; }
.footer li { display:block; text-align:center; }
.footer a, .footer a:visited { display:block; padding:5px 0; text-decoration:none; color: #005DAA;;border-left: 1px solid #fff }
.footer a:hover, .footer a:focus { text-decoration:underline; }
.footer li:first-child a { padding-left:0; border-left:0; }

.footer .mainLinks {margin: 20px 0 0 0;font-size:12px; text-align: right;}
.footer .mainLinks ul { padding: 0 0 10px 0; float: right;}

.copyright {margin: 4px 0 0 0; font-size: .75em; text-align: right; }

@media only screen and (min-width:767px){
	.mainLinks {text-align: center;}
	.copyright { text-align:left; }
	.footer li { display:inline-block; text-align:left; }
	.footer a { display:inline-block; padding:0 3px 0 7px; border-left:1px solid #0f659b; }
	.footer .bottomLinks { text-align:right; }
}


/* =================================================================
                        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 { }
	abbr[title]:after {}
	.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; }
	
	.headerInner .memberLogin,
	.headerInner .headerLinks,
	.mainNav {display: none;}
}

	
	
	


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	
	.pageTools { display:none; }


}


@media only screen and (min-width:940px){
	main .container, footer .container {width: 940px;}
}

@media only screen and (max-width:47.938em) {
	header nav {box-shadow: none; background: #009BBC}
	main .container {box-shadow: none;}
	a.menuLink, a.menuLink:link, a.menuLink:hover {color: #fff;}
	.footer a {border: none;}
	.footer .mainLinks {text-align: center;}
	.footer .mainLinks ul {float: none;}
	.copyright {text-align: center;}
	
	h1.siteLogo {text-align: center;}
	.hdrSearch {float: none; margin: 0 auto; text-align: center;}
	.headerLinks  {margin: 12px 0; text-align: center;}
	.memberLogin {position: relative; margin: 10px 0; width: auto;}
	.memberLoggedIn {margin: 10px 0; text-align: center;}
}

@media only screen and (min-width:960px) {
	a.menuLink, a.menuLink:link, a.menuLink:hover {color: #fff;}
}

/* === MISC === */
#iframeHolder { visibility:visible !important; }
