


/* ==========================================================================
   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 {  }

/* ## Link Styles ## */
a, a:link, a:visited { color:#000b98; text-decoration:none; }
a:hover, a:active, a:focus { color:#00065a; 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;text-decoration:none !important; }
.btn, a.btn { 
	display:inline-block; overflow:visible; 
	margin:0; padding:4px 6px; 
	border:1px solid #00087A; 
	font-weight:normal; color:#fff; 
	background-color:#000b98; 
	text-align:center; text-decoration:none; 
	cursor:pointer; 
}
.btnWrapper:hover .btn { background-color:#00065a; }


.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; }

/* ## 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; }
.headerTop { padding:0px 20px; }
.headerTop h1.siteLogo {max-width: 175px;}

.headerLinks { list-style:none; padding:20px 0 0;  margin:0 0 10px;font-size:0.9em; text-align:right;  }
.headerLinks li { display:inline-block; }
.headerLinks a:link, .headerLinks a:visited{padding:0 2px 0 8px; margin:0 3px; font-size:.9em; font-weight:600; color:#000b98; border-left:2px solid #999999; }
.headerLinks a:hover, .headerLinks a:active, .headerLinks a:focus { color:#00087A; text-decoration:none; }
.headerLinks li:first-child a { border-left:0; }

.tagline span { display:block; text-align:right; font-size:.8em; font-style:italic; color:#424c94; }

.headerInner { background:rgba(255,255,255,1); }
.hdrSocial {text-align: right; margin: 15px 0 0;}
.hdrSocial a {margin: 0 7px;}
.hdrSocial a img {Width: 20px; height: 20px;}

/* ===============  Logo  =============== */



/* ===============  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;
}




/* ===============  Header Site Search  =============== */

.siteSearch { margin:15px 0 0 0; color:#fff; }
.siteSearch label { display:none; }
.siteSearch input.btn {font-size: .9em}
.siteSearch input[type="text"] {font-size: .8em; border: none;}




/* ================================================================
   MAIN REGIONS - HOME SPECIFIC
   ================================================================ */


/* ===============  HOME SLIDESHOW  =============== */

/* Slideshow */
.homeFocal { background:#999999; }

.slideshow { position:relative; background:rgba(80,85,161,0.3); padding: 0 10px;}
.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:#293063 ; }
.slideContent h2 { margin-top:0; color:#fff; }
.slideContent a.btn {background: #444444; border:1px solid #222}
.slideContent a.btn:hover {background: #555}
.slideImage { position:relative; background:#293063; overflow:hidden; text-align:center; }
.slideImage img { }

.cycle-pager { position:absolute; top:5px; z-index:9999; 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:#999 }

@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
   ================================================================ */
   
   
  .sitemap {width: 100%;}
  .sitemap td {width: 100%; display: block;}




/* ==========================================================================
   GLOBAL MODULE STYLES
   ========================================================================== */

.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; }

.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; }
}





/* ==========================================================================
   News
   ========================================================================== */

.article > .aside { float:right; margin:1em; }
.meta { margin:0.5em 0; }
.meta > div { float:left; }
.meta .social-tools{ float:right; }





/* ==========================================================================
   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
   ========================================================================== */

   
/* ===============  Breadcrumbs  =============== */

.breadcrumbs { padding:5px 0; 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 { float:right; display:inline; padding:0 0 3px; text-align:right; }

.pageTool { margin:0 10px; font-size:0.938em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline; color: #Fff; font-size: 1.1em; }
.pageToolsWrapper a:hover, .pageToolsWrapper a:active { color:#A1ADBD; text-decoration:none; }

.pageToolsWrapper a.bookmark, .pageToolsWrapper a.bookmark:visited { padding:0 0 0 18px; margin-left:7px; background-position:0 -39px; }
.pageToolsWrapper a.bookmark:hover, .pageToolsWrapper a.bookmark:active { background-position:0 -119px; }

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a, .pageToolsWrapper .addthis_toolbox a:visited { background:none; padding:0; margin:0 5px; }

.addthis_toolbox { display:inline; }


/* ===============  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; }






/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer { position:relative; margin-bottom:10px; padding:20px 0 15px;}
.footer .container {background: #2B3264}


.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; font-size:.8em; text-decoration:none;  color: #ced6ec}
.footer a:hover, .footer a:focus { text-decoration:none; color: #93a0c5}
.footer li:first-child a { padding-left:0; border-left:0; }

.footer .mainLinks ul { padding:15px 0; }

.copyright { font-size:.8em; text-align:center; color: #fff; padding: 10px;}

@media only screen and (min-width:767px){
	.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 #ced6ec; }
	.footer .bottomLinks { text-align:right; padding: 20px; }
}



/* ## Footer Email Signup ## */

.emailSignup { margin:0 0 15px; }
.emailSignup p { margin:0 0 2px; }
.emailSignup .imgLabel { float:left; margin:5px 7px 0 0; }
.emailSignup .text { float:left; width:165px; margin:0 5px 0 0; }


/* ## Footer Social Follow ## */

.followUs { margin:0 0 10px; }
.socialFollow { margin:0; padding:0; list-style-type:none; }
.socialFollow li { display:inline-block; }
.socialFollow li a { display:inline-block; width:32px; height:32px; background:url(/cms/images/layout/social-32.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden; }
.socialFollow .facebook a { background-position:0 0; }
.socialFollow .twitter a { background-position:0 -69px; }
.socialFollow .gplus a { background-position:0 -138px; }
.socialFollow .pinterest a { background-position:0 -207px; }





/* =================================================================
                        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; }
	.mainNav {display: none;}
}

	
	
	


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.siteHeader a.sitelogo, .siteHeader a.sitelogo:visited { float:none; display:block; width:auto; }
	.pageTools { display:none; }
	
	.headerTop h1.siteLogo {margin: 20px auto;}
	.headerLinks {text-align: center;}
	.hdrSocial {text-align: center;}
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}


/* === MISC === */
#iframeHolder { visibility:visible !important; }
