/*! 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;
}



/* ===============  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; }

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 { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }


/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }


/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## 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:#bc112d; text-decoration:none;}
a:hover, a:active, a:focus {color:#2e406b; text-decoration:none;}
a:active, a:focus { outline:0; }

.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; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
body {background:#2E3F6A; font-family: 'Open Sans', Arial, sans-serif; color:#363636;}
.container { }
.siteBody { min-height:300px; margin: 0px 0px 0px 0px;}

/* ## Site Header ## */
.siteHeader {
	background: #ffffff;
	color:#2e406b;
	position:relative;
	display:block;
	border-top: 4px solid #2e406b;
 
}
.siteHeader p.stLgo {margin: 12px 0px 0px 0px;}

.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {float:left; display:block; width:254px; height:88px; background:url(/cms/images/layout/logo.png) no-repeat 0 0; text-indent:-9999em;}

.siteHeaderIn {max-width:980px; min-height:114px; margin: 0px auto;}


@media only screen and (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5) {

	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link,
	.siteHeader a.sitelogo:visited {
		background-image:url(/cms/images/layout/logo_2x.png);
		background-size:100% auto;
	}
}

.siteHeader .hdrPhonenum {
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 12px;
    display: block;
    height: 34px;
    position: absolute;
    right: 12px;
    text-indent: -9999em;
    width: 200px;
}

.headerLinks {
	font-family: 'Open Sans', Arial, sans-serif; 
	font-size: 0.813em;
	margin: 0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align: right;
	float:right;
	display:block;
}

.headerLinks a, .headerLinks a:link, .headerLinks a:visited {
    margin: 0 3px;
    text-decoration: none;
     color:#333333;
}

.headerLinks a:hover, .headerLinks a:active {
    text-decoration: none;
    color:#C41230;
}

.headerLinks ul {
	list-style-type:none; 
	margin: 0px 0px 0px 0px; 
	padding:0;
	text-align:right;
}

.headerLinks ul li {
	display:inline-block;
	padding-left:2px;
	padding-right:2px;
	padding-top:10px;
}

div.hvQstLi {
	float:right;
	display:block;
	position:relative;
	width:150px;
	padding-left:15px;
	padding-right:5px;
	padding-top:0px;
}

div.hvQstLi p.hvQst {
	position:relative;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	border-top: 40px solid #2e406b;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	min-width:150px;
	height:0;
}

div.hvQstLi p.hvQst a.haveQuestions, div.hvQstLi p.hvQst a.haveQuestions:link, div.hvQstLi p.hvQst a.haveQuestions:visited {
    margin: -30px 0px 0px 0px;
    text-transform:uppercase;
    text-decoration: none;
    color:#fff;
    background:#2e406b;
    position:absolute;
    min-width:150px;
    font-family: 'Montserrat', Arial, sans-serif; 
    font-size:0.750em;
    letter-spacing:0.05em;
    text-align:center;
}

div.hvQstLi p.hvQst a.haveQuestions:hover, div.hvQstLi p.hvQst a.haveQuestions:active {
    text-decoration: none;
    color:#C41230;
}

.headerLinks a.login, .headerLinks a.register {
	margin: 0px 0px 0px 0px;
}

.headerLinks a.redDark {
	color:#bc112d;
	font-weight:600;
}



/* ## Disabled Form Fields ## */

.siteSearch {
    color: #888888;
    margin: 0;
}

.siteSearch label {
    display: none;
}

.siteSearch .btn {background:url(/cms/images/layout/icon_searchOm.png) no-repeat right top; width:29px; height:35px; text-indent:-9999em; border:0px; position:absolute; right:25px; top:25px; margin:0px 0px 0px 0px; cursor:pointer; padding:0px 0px 0px 0px; border-bottom: none;}
.siteSearch .btn:hover {}

.SrchButton {
	float:right;
	display:inline-block;
	width:25px;
	cursor:pointer;
	padding-top:7px;
	padding-left:10px;
	padding-right:6px;
}


.SrchButton:after {
	display: block;
	float:right;
	content: "";
	width: 2px;
	margin-top:0px;
	margin-right:1px;
	position:relative;
	z-index:9;
}

.siteSearch {background:#2E406B;}
.siteSearch .inner .formee label {display:none;}
.searchMobile {
	position:relative;
	margin: 0px 0px 0px 0px;
	display:block;
	vertical-align: middle;
	border:none !important; 
	width:18px;
	height:40px;
	text-decoration:none; 
	overflow:visible;
	text-indent:-99999em;
	background:url(/cms/images/layout/btnSrchD.png) no-repeat center right;

}


.siteSearch .formee .text {
background:none;
font-size:14px;
text-transform:normal;
color:#888888 !important;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 8px;
border-left: none;
border-top: none;
border-right: none;
border-bottom: none;
height:35px;
display:block; 
float:left;
font-family: 'Open Sans', Arial, sans-serif;
background:#ffffff;
border: 1px solid #e3e6e9;
box-shadow: inset 4px 4px 7px -6px #acacac,-2px -2px 0px -100px #acacac;
-webkit-box-shadow: inset 4px 4px 7px -6px #acacac,-2px -2px 0px -100px #acacac;
-moz-box-shadow: inset 4px 4px 7px -6px #acacac,-2px -2px 0px -100px #acacac;
-o-box-shadow: inset 4px 4px 7px -6px #acacac,-2px -2px 0px -100px #acacac;
}


.siteSearch .searchClose.x {font-family: Arial, Helvetica, sans-serif; background:none; color:#223259; cursor: pointer; font-size:11px; font-weight:300; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: right; width: 5px; position:absolute; right:6px; bottom:3px;}	

.siteSearch .searchClose.icon-triangle-up {position:absolute; z-index:9999; background:none; color:#EDF6FD; cursor: pointer; font-size:30px; font-weight:700; padding: 0px 0px 0px 0px; text-align:right; top:-21px; right:0px;}	


/* ==========================================================================
   Global Modules
   ========================================================================== */

.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;
}



/* Item Lists Content
   ========================================================================== */

.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	display: table;
	padding: 1em 0; 
	width: 100%;
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; }


/* Item Media
   ========================================================================== */

.aside { 
	display: table-cell;
	padding: 0 15px 0 0; 
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.7em;
	font-style:italic;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
	
	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #444444;
	background: #cccccc;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.paging {
	padding: 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.allSort-all {display:inline-block; width:100%; padding-top:0px; padding-bottom:8px; margin-bottom:20px; border-bottom:2px solid #41577a; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:1.000em; color:#2e406b;}

.allSort-all-news {display:inline-block; width:100%; padding-top:0px; padding-bottom:8px; margin-bottom:0px; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:1.000em; color:#2e406b;}

.allSort-all-pagging {display:inline-block; width:100%; padding-top:0px; padding-bottom:0px; margin-bottom:20px; border-bottom:2px solid #41577a; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:1.000em; color:#2e406b;}

.allSort-all p, .allSort-all-news p, .allSort-all-pagging p {display:inline-block; margin: 0px 0px 0px 0px; text-align:right;}
.allSort {display:block; margin-bottom:10px; padding: 10px 10px 2px 10px; background:#f0f1f5;}
.sortDsp {display:inline-block; padding-right:15px;}
.sortDsp label {display:inline; margin-top:3px; text-transform:normal; padding-right:7px; font-weight:100;}
.sortDsp .filterList, .sortDsp .sortList {display:inline;}
.filters {float:left; display:inline; margin:0px 0px 10px 10px; height:15px;}
.filters .filterList {float:left; display:inline; margin-bottom:0px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:300; font-size:14px; text-transform:uppercase;}
.filters .sortList {float:left; display:inline;  padding:0px 0px 0px 0px;}
.filters .sortList label {margin:0 5px 0 0;}

.sortDsp, select {margin-bottom:8px !important;}

.allSort-all label.dspNone {display:none;}

.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:0px 0px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.allSort-all .pagination {margin-top:0px; padding-top:0px; border-top:0px; border-bottom:0px solid #41577a;}
.allSort-all-pagging .pagination {margin-top:0px; padding-top:0px; border-top:0px; border-bottom:0px solid #41577a;}
.pagination {float:right; width:100%; margin: 10px 0px 0px 0px; text-align:right; font-family: 'Open Sans', Arial, sans-serif; padding-top:8px; border-bottom:2px solid #41577a;}
.pagination .view .msrSelect {text-align:left;}
.pagination .view {float:right; display:inline; padding: 2px 0px 0px 5px;}
.pagination .view select {font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:1.000em;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right !important; display:block; padding:0px 0px; text-align:right;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 3px; text-align:center; text-decoration:none; color:#2e406b; font-size:15px; font-weight:400;}

.sortStatus {margin-top:2px; margin-bottom:10px; float:left; font-size: 15px;}

.pagination .pagIn {text-align:right;}

.pagination a.all {font-weight:300 !important; font-size:14px;}

.pagination .paging a.prev, .pagination .paging a.next {color:#2e406b; font-size:11px; font-weight:400; margin-top:2px; text-transform:uppercase;}
.pagination .paging a.prev:hover, .pagination .paging a.next:hover {color:#bc112d;}

.pagination .paging a:hover {color:#bc112d;}
.pagination .paging .active {float:left; display:inline; margin:0px 0px; padding:2px 6px; text-align:center; font-size:16px; font-weight:700; color:#bc112d; text-decoration:none; }
.pagination .paging .total { float:left; display:block; padding-top:3px; padding-left:7px; padding-right:4px; color:#2e406b; font-size:14px;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}

.paginationDetail {float:right; position:relative; z-index:1; margin: 3px 0px 0px 0px; text-align:left; color: #363636; font-family: "Montserrat",Arial,sans-serif; font-size: 12px; font-weight: 300;}
.paginationDetail .paging {float:left; display:inline; padding:0px 0px;}
.paginationDetail .paging span.total {color:#363636; margin: 0px 4px 0px 4px;} 
.paginationDetail .paging a.prev, .paginationDetail .paging a.next {color:#363636;}
.paginationDetail .paging a.prev:hover, .paginationDetail .paging a.next:hover {color:#bc112d;}
.paginationDetail a.prev {font-size:17px !important; padding-left:15px;}
.paginationDetail a.next {font-size:17px !important; padding-right:15px;}
.paginationDetail .paging a.prev span, .paginationDetail .paging a.next span {font-size:14px;}

.paginationDetail a.prev::before {
	font-family:Verdana;
	content:"\2039";
	position:absolute;
	font-size:20px;
	width:4%; 
	left:0%;
	top:48%;
	margin-top:-12px;
}

.paginationDetail a.next::after {
	font-family:Verdana;
	content:"\203a";
	position:absolute;
	font-size:20px;
	width:4%; 
	right:0%;
	top:48%;
	margin-top:-12px;
}


.backToListing {float:left; position:relative; z-index:1; margin: 5px 0px 0px 0px; text-align:left; color: #bc112d; font-family: "Montserrat",Arial,sans-serif; text-transform:uppercase; font-size:16px; font-weight:300; padding-left:15px; }

.backToListing a.back::before {
	font-family:Verdana;
	content:"\2039";
	position:absolute;
	font-size:23px;
	color:#2e406b;
	top:40%;
	margin-top:-12px;
	margin-left:-15px;
}

/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid rgba(0,0,0,0.2); 
	margin: 1em 0;
	padding: 15px;
	min-height: 50px;	
	color: #363636;
	font-size:15px;
	background:#F0F1F5;
	position:relative;
	box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -3px 2px -21px rgba(0,0,0,0.2);
}

.alert h3.newsAlertTitle {margin: 0px 0px 0px 0px;}

.alert .alertSign {float:right; position:ralative; margin: 0px 0px 15px 15px;}

.alert .newsAlertDate {font-size:12px;}

.alert a { color:#bc112d; }

.bdr        { border:1px solid #ccc; padding:0px; 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; }

.alternate	{background-color: #dddee4;}
.row		{background-color: #e5e7eb;}


/* ##  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  ## */

.genericPager {padding:10px 15px 20px 10px;}
.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 li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#CFCFCF;}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-border-radius:5px;    
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
                           MODULE STYLES 
===================================================================*/


/* ##  Breadcrumb  ## */

.breadcrumbs {float:left; max-width:450px; height:1%; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:0.750em; text-transform:uppercase; float:left; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; line-height:17px; color:#bc112d;}
.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {color:#2e406b; text-decoration:none;}
.breadcrumbs a:hover {color:#bc112d; text-decoration:none;}
.breadcrumbs a:acitve {color:#bc112d;}
.breadcrumbs span.default {color:#2e406b; margin: 0px 3px 0px 3px; font-weight:700;}


/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {float:right; display:inline; padding:5px 0 0 0; text-align:right;}

.pageTool { margin:0 10px 0; font-size:0.938em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline;  }
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active {color:#1C4E87; text-decoration:underline;}

.pageToolsWrapper a.bookmark,
.pageToolsWrapper a.bookmark:link,
.pageToolsWrapper a.bookmark:visited {padding:0 0 0 18px; margin-left:7px; background-position:0 -39px;}
.pageToolsWrapper a.bookmark:hover,
.pageToolsWrapper a.bookmark:active {background-position:0 -119px;}

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a,
.pageToolsWrapper .addthis_toolbox a:link,
.pageToolsWrapper .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.addthis_toolbox { display:inline; }


.pageTools {float:right; display:block; position:relative; z-index:1; font-size:13px; margin: 0px 0px 15px 0px; letter-spacing:1px; line-height:15px;}
.pageTools a,
.pagetools a:link,
.pagetools a:visited {color:#363636; margin:0px 0px 0 0px; padding-right:0px; cursor:pointer; text-decoration:none; text-transform:uppercase;}
.pageTools a:hover,
.pagetools a:active {color:#bc112d;}

.pageTools .print {float: left; color:#363636; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:12px; position:relative; margin: 0px 0px 0px 15px; padding-left:30px;}
.pageTools .print:before {
	content: "";
	width:18px;
	height:20px;
	background: url(/cms/images/layout/sprite.png) -50px 0px no-repeat;
	position:absolute;
    left: 0px;
	margin: 0px 0px 0px 5px;
}
.pageTools .email {float: left; color:#363636; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:12px; position:relative; margin: 0px 0px 0px 20px; padding-left:30px;}
.pageTools .email:before {
	content: "";
	width:24px;
	height:20px;
	background: url(/cms/images/layout/sprite.png) -22px 0px no-repeat;
	position:absolute;
    left: 0px;
	margin: 0px 0px 0px 1px;
}

.pageTools .share {float: left; color:#363636; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:12px; position:relative; margin: 0px 0px 0px 20px; padding-left:30px;}
.pageTools .share:before {
	content: "";
	width:20px;
	height:20px;
	background: url(/cms/images/layout/sprite.png) 0px 0px no-repeat;
	position:absolute;
    left: 0px;
	margin: 0px 0px 0px 5px;
}

.pageTools .recent {float: left; color:#363636; font-family: 'Montserrat', Arial, sans-serif; font-weight:300; font-size:12px; position:relative; margin: 0px 0px 10px 0px; padding-left:30px;}
.pageTools .recent:before {
	content: "";
	width:17px;
	height:19px;
	background: url(/cms/images/layout/sprite.png) -99px -1px no-repeat;
	position:absolute;
    left: 0px;
	margin: 0px 0px 0px 10px;
}


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:0px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:0px dashed #ccc; }

.stHdr {margin-bottom:20px !important;}

.captchaBox {position:relative; margin-left:-16px; margin-bottom:15px;}

.emailFriendWrapper .formee input.wht, .emailFriendWrapper .formee textarea.wht {background:#fff !important; border: 1px solid #bcbec0; height:27px; font-size:1.000em;}

.emailFriendWrapper .formee textarea.whtMsg {background:#fff !important; border: 1px solid #bcbec0; font-size:1.125em;}


.emailFriendWrapper .columnRow {
	background:#fff;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	margin:10px;
}


.emailPage {width:100%; margin: 0px auto; line-height:20px; font-size:15px; font-family: 'Open Sans', Arial, sans-serif;}
.emailPage h1 {margin: 25px 0px 20px 0px; font-size:40px; font-weight:400; font-family: 'Open Sans', Arial, sans-serif; color:#2e406b; border-bottom: 2px solid #41577a; padding: 0px 0px 12px 10px; line-height:40px;}
.emailPage .container {width:100%;}
.emailPage .siteHeader {
	position:relative; 
	margin: 0px 0px 0px 0px; 
}

.emailPage .formee-lbl {font-size:13px; margin-top:35px; margin-right:10px;}

.emailFriendWrapper label.formee {
	font-size:15px;
	color: #2e406b;
	font-family: "Montserrat",Arial,sans-serif;
	font-weight: 300;
}

.emailFriendWrapper em.formee-req {color:#bc112d;}

.emailPage .siteHeader {padding: 25px 25px 15px 25px; border-bottom: 5px solid #bc112d;}

.emailPage .copyright {position:relative; display:block; margin: -10px 0px 10px 0px; text-align:center; color:#fff; font-size:13px;}

/* =================================================================
                        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; }
}

	


/* ===============  HOME SLIDESHOW  =============== */

.mainStage {position:relative; overflow:hidden; width:960px; height:425px; margin:0 20px;}

.mainStage h1 {color:#72A3D0; font:normal 14px Sone,'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em 0; padding:0; text-transform:lowercase; text-shadow:1px 1px 1px #fff; z-index:2;}
.mainStage h1 sup {font-size:0.5em;}
.mainStage h3 {color:#72A3D0; font:bold 20px 'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em; z-index:2;}
.mainStage-top {position:absolute; top:20px; border-bottom:1px dashed #bbc2c9; width:100%;padding-bottom:4px; z-index:1;}
.mainStage .items {width:20000em; position:absolute; clear:both}
.mainStage .single {float:left; position:relative; width:960px; height:425px; margin:0; padding:0;  background-repeat:no-repeat; background-position:right 0;}
.mainStage .single h3 { font-size:60px; text-transform:uppercase; margin:80px 0 0 0; text-shadow:2px 2px 2px #ABC9E4;}
.mainStage .single p {font-size:14px; font-weight:bold; color:#72a3d0; line-height:1.6em;}

.mainStage .navi {position:absolute; top:15px; right:0;}
.mainStage a.browse {background:url(/cms/images/slideshow/slide_arrows.png) no-repeat; display:block; width:25px; height:30px; cursor:pointer; font-size:1px; position:absolute; z-index:1000; top:0;}
.mainStage a.right {background-position:-25px 0; right:0;}
.mainStage a.right:hover {background-position:-25px -30px}
.mainStage a.right:active {background-position:-25px -60px}
.mainStage a.left {margin-left:0;right:35px;}
.mainStage a.left:hover {background-position:0 -30px;}
.mainStage a.left:active {background-position:0 -60px;}
.mainStage a.disabled {visibility:hidden !important;}


/* ## Button Styles ## */
/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; padding:0px; background-color:none; text-decoration:none !important; }
.btn { display:inline-block; margin:0; padding:8px 19px; font-family: 'Montserrat', Arial, sans-serif; font-weight:700; color:#fff !important; border:0px solid #A4A4A4; text-align:center; text-decoration:none; text-transform:uppercase; letter-spacing:1px; cursor:pointer; overflow:visible;
background: rgb(46,64,107); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNDA2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjI0NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(46,64,107,1) 0%, rgba(22,36,70,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,64,107,1)), color-stop(100%,rgba(22,36,70,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(46,64,107,1) 0%,rgba(22,36,70,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(46,64,107,1) 0%,rgba(22,36,70,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(46,64,107,1) 0%,rgba(22,36,70,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(46,64,107,1) 0%,rgba(22,36,70,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e406b', endColorstr='#162446',GradientType=0 ); /* IE6-8 */
}
.btnWrapper:hover, .btnWrapper:hover .btn {}

a.btn.btnDwnAll {line-height:10px; font-size:11px; background: linear-gradient(to bottom, rgba(0,160,0,1) 0%, rgba(0,77,0,1) 100%); }
input.btn.btnDwnAll {line-height:10px; padding: 5px 17px 5px 17px; font-size:11px; white-space:pre-wrap; line-height:16px;}

a.btn.btnAplAll {line-height:10px; font-size:11px; }
input.btn.btnAplAll {line-height:10px; padding: 5px 17px 5px 17px; font-size:11px; white-space:pre-wrap; line-height:16px;}

.detailsRow .btn {font-size:11px;}

.btn.red { display:inline-block; margin:0; padding:8px 20px; font-family: 'Montserrat', Arial, sans-serif; font-weight:700; font-size:11px; color:#fff !important; border:0px solid #A4A4A4; text-align:center; text-decoration:none; text-transform:uppercase; letter-spacing:1px; cursor:pointer; overflow:visible;
background: rgb(197,18,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1MTIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTBhMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(197,18,48,1) 0%, rgba(122,10,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,18,48,1)), color-stop(100%,rgba(122,10,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(197,18,48,1) 0%,rgba(122,10,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(197,18,48,1) 0%,rgba(122,10,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(197,18,48,1) 0%,rgba(122,10,28,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(197,18,48,1) 0%,rgba(122,10,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c51230', endColorstr='#7a0a1c',GradientType=0 ); /* IE6-8 */
}
.btnWrapper:hover, .btnWrapper:hover .btn.red {
background: rgb(122,10,28); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhMGExYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNTEyMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(122,10,28,1) 0%, rgba(197,18,48,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,10,28,1)), color-stop(100%,rgba(197,18,48,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(122,10,28,1) 0%,rgba(197,18,48,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(122,10,28,1) 0%,rgba(197,18,48,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(122,10,28,1) 0%,rgba(197,18,48,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(122,10,28,1) 0%,rgba(197,18,48,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0a1c', endColorstr='#c51230',GradientType=0 ); /* IE6-8 */
}

.btn.clearBtn { display:inline-block; margin: 0px 0px 8px 0px; padding: 8px 8px 8px 10px; font-family: 'Open Sans', Arial, sans-serif; font-weight:700; font-size:10px; color:#363636 !important; border:0px solid #A4A4A4; text-align:center; text-decoration:none; text-transform:uppercase; letter-spacing:1px; cursor:pointer; overflow:visible; background:url(/cms/images/layout/x.png) no-repeat 0px 9px;}
.btnWrapper:hover, .btn.clearBtn:hover {background:url(/cms/images/layout/x.png) no-repeat 0px 9px;}


.btnAlt {background-color:#cccccc ;}
.btnAlt .btn{color:#666666; background-color:#cccccc ; 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%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */


.footer {position:relative; margin-bottom:0px; padding:0px 0 0; background:#E4EEF8;
	-webkit-box-shadow: inset 0 4px 2px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 4px 2px -2px rgba(0,0,0,0.2);
	box-shadow: inset 0 4px 2px -2px rgba(0,0,0,0.2);
	color:#333333;
}
.footer p {margin:0px; font-size:13px; font-family: 'Open Sans', Arial, sans-serif; line-height:19px;}
.footer p b {font-size:12px; font-weight:100; font-family: 'Montserrat', Arial, sans-serif; text-transform:uppercase; letter-spacing:0px;}
.footer p a, .footer p a:link, .footer p a:visited {
	text-decoration: none;
	color:#333333;
}
.footer p a:hover, .footer p a:active {
	text-decoration: none;
	color:#C41230;
}

.footerBar {margin-bottom:10px; min-height:1px; padding:10px; background-color:#ecf1f8;}
.ftrPhonenum {float:left; width:170px; height:28px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat;}

.footerIn, .footerBtmIn {margin: 0px auto; max-width:980px; padding: 25px 0px 20px 0px;}
.footerBtmIn .gird_12 .grid_6 {padding-left:0px;}
.footerBtm {
	background: rgb(22,37,70); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MjU0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzNmNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(22,37,70,1) 0%, rgba(44,63,106,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,37,70,1)), color-stop(100%,rgba(44,63,106,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162546', endColorstr='#2c3f6a',GradientType=0 ); /* IE6-8 */
	color:#fff;
	position:relative;
	display:block;
	padding-top:0px;
	padding-bottom:10px;
	min-height:90px;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height:17px;
}

.footerBtm p {font-size:0.688em; margin: 0px;}
.footerBtm p.copyright {text-align:right; color:#fff; font-size:0.813em; margin: 7px 0px;}
.footerBtm p.copyright span.dvd, .footerBtm p.copyright span.dvdFst {margin: 0px 10px;}
.footerBtm p.copyright a, .footerBtm p.copyright a:link, .footerBtm p.copyright a:visited {
	text-decoration: none;
	color:#fff;
}
.footerBtm p.copyright a:hover, .footerBtm p.copyright a:active {
	text-decoration: none;
	color:#C41230;
}

.advFooter {position: relative; margin-bottom:15px; padding:0 0 5px 0;}
.advFooter li.callout {margin-bottom:10px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-weight:bold; font-size:1.1em; color:#6d6d6d;}

ul.advList {margin:0 0 10px; padding:0; list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none;}
ul.advList a:hover,
ul.advList a:active {text-decoration:underline;}
ul.advList .listhdng {display:block; margin-bottom:8px; font-size:1.1em;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {font-weight:bold; color:#6d6d6d;}

.footerHeading {display:block; margin:0 0 2px; font-weight:bold; font-size:1.1em;}

.welcomeMessage {position:absolute; bottom:5px; right:0; width:50%; padding:20px; font-size:12px; background-color:#ECF1F8; border:1px solid #9BAAB7;}
.welcomeMessage .iconClose {position:absolute; top:3px; right:3px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; cursor:pointer;}

.subFooter { padding:10px 0; }
.footerLinks {}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#666666;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}


/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}


/* ## Footer Social Follow ## */

.followUs {margin:0 0 10px;}
ul.socialFollow {margin:0; padding:0; list-style-type:none;}
ul.socialFollow li {display:inline-block;}
ul.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;}
ul.socialFollow li.facebook a {background-position:0 0;}
ul.socialFollow li.twitter a {background-position:0 -69px;}
ul.socialFollow li.gplus a {background-position:0 -138px;}
ul.socialFollow li.pinterest a {background-position:0 -207px;}


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin: 0px 0px 0px 0px;}
.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:block; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr {margin-top:-18px; position:absolute; right:13px;}
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

.limitTextBoxBarInfoWrpr { line-height: 7px;}

.uSc {
	margin-top:-70px;
	padding-top:80px;
	padding-bottom:0px;
	background: #DFECF5;
	background-image: url(/cms/images/layout/bHm.png); /* fallback */
	background-image: url(/cms/images/layout/bHm.png), -webkit-gradient(linear, left top, left bottom, from(#DFECF5), to(#FFFFFF)); /* Saf4+, Chrome */
	background-image: url(/cms/images/layout/bHm.png), -webkit-linear-gradient(top, #DFECF5, #FFFFFF); /* Chrome 10+, Saf5.1+ */
	background-image: url(/cms/images/layout/bHm.png),    -moz-linear-gradient(top, #DFECF5, #FFFFFF); /* FF3.6+ */
	background-image: url(/cms/images/layout/bHm.png),     -ms-linear-gradient(top, #DFECF5, #FFFFFF); /* IE10 */
	background-image: url(/cms/images/layout/bHm.png),      -o-linear-gradient(top, #DFECF5, #FFFFFF); /* Opera 11.10+ */
	background-image: url(/cms/images/layout/bHm.png),         linear-gradient(to bottom, #DFECF5, #FFFFFF); /* W3C */
	background-position:center top;
	background-repeat:no-repeat;
}

.uSc-in {
	display:block; 
	position:relative;
	max-width:980px;
	margin: 0px auto;
}

.uSc-in h4.hdr {font-family: 'Montserrat', Arial, sans-serif; font-size:0.875em; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:#2e406b; margin: 20px 0px 10px 0px;}
.uSc-in h2.hdr {font-family: 'Open Sans', Arial, sans-serif; font-size:2.500em; font-weight:300; line-height:48px; text-transform:normal; letter-spacing:-1px; color:#333333; margin: 10px 0px 20px 0px;}

.uSc-in p.support, .uSc-in p.configured, .uSc-in p.android, .uSc-in p.battery {margin: 0px 0px 40px 0px; text-align:center; font-family: 'Montserrat', Arial, sans-serif; font-size:0.875em; font-weight:300; text-transform:uppercase; letter-spacing:-1px; line-height:20px; color:#333;}


.uSc-in p.support a, .uSc-in p.support a:link, .uSc-in p.support a:visited, .uSc-in p.configured a, .uSc-in p.configured a:link, .uSc-in p.configured a:visited, .uSc-in p.android a, .uSc-in p.android a:link, .uSc-in p.android a:visited, .uSc-in p.battery a, .uSc-in p.battery a:link, .uSc-in p.battery a:visited {
	text-decoration: none;
	color:#333;
}
.uSc-in p.support a:hover, .uSc-in p.support a:active, .uSc-in p.configured a:hover, .uSc-in p.configured a:active, .uSc-in p.android a:hover, .uSc-in p.android a:active, .uSc-in p.battery a:hover, .uSc-in p.battery a:active {
	text-decoration: none;
	color:#C41230;
}

.uSc-in p.support a::before {content:url('/cms/images/layout/support.png'); position:absolute; width:100%; left:50%; margin-left:-50%; top:-15px;}
.uSc-in p.configured a::before {content:url('/cms/images/layout/configured.png'); position:absolute; width:100%; left:50%; margin-left:-50%; top:-15px;}
.uSc-in p.android a::before {content:url('/cms/images/layout/android.png'); position:absolute; width:100%; left:50%; margin-left:-50%; top:-15px;}
.uSc-in p.battery a::before {content:url('/cms/images/layout/battery.png'); position:absolute; width:100%; left:50%; margin-left:-50%; top:-15px;}

.uSc-in p.battery {margin-bottom:30px;}

.uSc2 {
	margin-top:-10px;
	padding-top:30px;
	background:#F0F1F5;
	position:relative;
	box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -3px 2px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -3px 2px -21px rgba(0,0,0,0.2);
}

.uSc2-in {
	display:block; 
	position:relative;
	max-width:980px;
	margin: 0px auto;
}

.uSc2-in h4.hdr {font-family: 'Montserrat', Arial, sans-serif; font-size:0.875em; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:#c61230; margin: 20px 0px 10px 0px;}
.uSc2-in h2.hdr {font-family: 'Open Sans', Arial, sans-serif; font-size:2.500em; font-weight:300; line-height:48px; text-transform:normal; letter-spacing:-1px; color:#333333; margin: 10px 0px 20px 0px;}

.uSc2-in p.scalable, .uSc2-in p.cost, .uSc2-in p.reliable {margin: 0px 0px 40px 0px; text-align:center; font-family: 'Montserrat', Arial, sans-serif; font-size:0.875em; font-weight:300; text-transform:uppercase; letter-spacing:-1px; line-height:20px; color:#333;}


.uSc2-in p.scalable a, .uSc2-in p.scalable a:link, .uSc2-in p.scalable a:visited, .uSc2-in p.cost a, .uSc2-in p.cost a:link, .uSc2-in p.cost a:visited, .uSc2-in p.reliable a, .uSc2-in p.reliable a:link, .uSc2-in p.reliable a:visited {
	text-decoration: none;
	color:#333;
}

.uSc2-in p.scalable img, .uSc2-in p.cost img {
	margin: 0px auto 12px auto;
}

.uSc2-in p.reliable img {
	margin: 0px auto;
}

.uSc2-in p.scalable img, .uSc2-in p.cost img, .uSc2-in p.reliable img {
    display: block;
    text-align: center;
}

.uSc2-in p.scalable span.txt, .uSc2-in p.cost span.txt, .uSc2-in p.reliable span.txt {
    display: block;
	margin: 5px auto 0px auto;
    text-align: center;    
}

/*
.uSc2-in p.scalable a::before {content:url('/cms/images/layout/scalable.png'); position:absolute; width:100%; left:50%; margin-left:-50%; top:-5px;}
.uSc2-in p.cost a::before {content:url('/cms/images/layout/cost.png'); position:absolute; width:100%; left:50%; margin-left:-50%; top:-5px;}
.uSc2-in p.reliable a::before {content:url('/cms/images/layout/reliable.png'); position:absolute; width:100%; left:50%; margin-left:-50%; top:-5px;}
*/


.intCnt {
	margin-top:0px;
	padding-top:25px;
	padding-bottom:20px;
	background: #ffffff;
	background-image: url(/cms/images/layout/bHm.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.interior .intCnt {border-top: 5px solid #bc112d;}

.intCnt .ui-accordion .ui-accordion-content {overflow: hidden !important;}

.intCnt .News_Rail .content {overflow:hidden !importan;}

.intCnt .News_Rail p {margin-top:5px; font-size:0.813em;}

.intCnt-in {
	display:block; 
	position:relative;
	max-width:980px;
	margin: 0px auto;
}

.News_Rail-In {
	min-height:10px;
}
.News_Rail-In .newsSummary .modHead, .News_Rail-In .newsSummary .aside, .News_Rail-In .newsSummary .modContent .content p, .News_Rail-In .newsSummary .modContent .content a.more {
	display:none;
}

.News_Rail-In img {
    width: 100% !important;
    box-sizing: border-box;
}

.News_Rail-In .newsSummary .modContent {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.News_Rail-In .newsSummary .modContent span.date {
	color:#777777;
	font-size:0.750em;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing:1px;
	font-weight:300;
}
.News_Rail-In .newsSummary .modContent h2.title {
	color:#2e406b;
	font-size:1.000em;
	font-family: 'Open Sans', Arial, sans-serif;
	letter-spacing:1px;
	font-weight:400;
	margin: 0px 0px 0px 0px;
	line-height:21px;
}

.interior .News_Rail-In .newsSummary .modContent h2.title {
	color:#2e406b;
	font-size:0.875em;
	font-family: 'Open Sans', Arial, sans-serif;
	letter-spacing:1px;
	font-weight:400;
	margin: 0px 0px 0px 0px;
	line-height:21px;
}

.interior .News_Rail.ftr .News_Rail-In .newsSummary .modContent h2.title {
	color:#2e406b;
	font-size:1.000em;
	font-family: 'Open Sans', Arial, sans-serif;
	letter-spacing:1px;
	font-weight:400;
	margin: 0px 0px 0px 0px;
	line-height:21px;
}

.News_Rail-In .newsSummary .modContent h2.title a {
	color:#2e406b;
	text-decoration:none;
	padding-right:20px;
}
.News_Rail-In .newsSummary .modContent h2.title a:hover {	
	color:#C41230;
}
.News_Rail-In .newsSummary .modContent .item {border-top: 1px solid #e4e4e4; padding-top:15px;}
.News_Rail-In .newsSummary .modContent h2.title a span.lg {font-size:20px; display:inline;}

.interior .News_Rail-In .newsSummary .modContent .item .content {padding: 0px 5px 0px 15px;}

.News_Rail-In .newsSummary .modContent h2.title a::after {
	font-family:Verdana;
	content:"\203a";
	position:absolute;
	font-size:20px;
	width:4%; 
	right:0%;
	top:50%;
	margin-top:-12px;
}

.interior .News_Rail.ftr .News_Rail-In a.more {color:#bc112d;}
.interior .News_Rail.ftr .News_Rail-In a.more:hover {color:#2e406b;}

.hmForm .formee h2 {
	padding: 0px 0px 13px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:400;
	font-size:1.375em;
	color: #333333;
	text-align:left;
}

.hmForm .formee h2.hmFormHdng {
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:400;
	font-size:1.375em;
	color: #333333;
	text-align:left;
}

.hmForm .formee label {
	display:none;
}

.hmForm .formee input, .hmForm .formee textarea {
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-size:0.875em !important;
}

.hmForm .limitTextBoxBar, .hmForm .limitTextBoxSpellWrpr { display: none;}


.home, .interior {line-height:25px;}

.interior h1 {margin: 10px 0px 20px 0px; font-size:40px; font-weight:400; font-family: 'Open Sans', Arial, sans-serif; color:#2e406b; border-bottom: 2px solid #41577a; padding-bottom:12px; line-height:40px;}

.interior h2, .interior h3, .interior h4, .interior h5, .interior h6 {font-family: 'Open Sans', Arial, sans-serif; font-weight: 600; color:#2e406b; margin-bottom:7px;}

.interior .Grey {float:left; width:100%; display:block; position:relative; background-color:#f0f1f5; margin: 15px 0px 10px 0px;}

.interior .GreyIn {padding: 15px 10px 5px 10px;}

.interior .brd-bx {display:block; width:100%; border: 1px solid #d8aeb7; text-align:center; margin: 30px 0px 40px 0px;
-webkit-box-shadow: 0 25px 6px -6px #cccccc;
-moz-box-shadow: 0 25px 6px -6px #cccccc;
box-shadow: 0 25px 6px -6px #cccccc;
}
.interior .brd-bx h2 {margin: 10px 0px 10px 0px; color:#c61230; font-size:1.375em; font-weight:400; text-tranform:normal; font-family: 'Open Sans', Arial, sans-serif;}
.interior .brd-bx p {margin: 10px 0px 10px 0px; color:#333333; font-size:0.750em; font-weight:300; font-family: 'Montserrat', Arial, sans-serif; text-transform:uppercase; line-height:18px; letter-spacing:0px;}

.interior b {color:#2e406b; font-family: 'Montserrat', Arial, sans-serif; font-weight:300;}
.interior a.phone {color:#363636; text-decoration:none;}
.interior a.phone:hover {color:#bc112d;}

.interior .pdf {position:relative; margin: 0px 0px 0px 28px; padding-left:30px; color:#2e406b;}
.interior .pdf:hover {color:#bc112d;}
.interior .pdf:before {
	content: "";
	width:27px;
	height:25px;
	background: url(/cms/images/layout/sprite.png) -70px 0px no-repeat;
	position:absolute;
	margin: 1px 0px 0px -40px;
}


.printPage {background:#fff;}
.printPage {max-width:640px; margin: 0px auto 0px auto;}
.printPage .siteBody {margin: 0px 0px 0px 0px; padding: 0px 30px 0px 30px; font-size:14px; line-height:21px; font-family: 'Open Sans', Arial, sans-serif;}
.printPage .container {padding: 0px 25px 20px 25px;}
.printPage .siteHeader {position:relative; padding: 15px 15px 15px 15px; margin-bottom:15px; border-bottom: 2px solid #bc112d;}

.printPage h1 {margin: 20px 0px 30px 0px; font-size:40px; font-weight:400; font-family: 'Open Sans', Arial, sans-serif; color:#2e406b; border-bottom: 2px solid #41577a; padding-bottom:12px; line-height:40px;}

.printPage .footer {max-width:640px;
background: rgb(22,37,70); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MjU0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzNmNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(22,37,70,1) 0%, rgba(44,63,106,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,37,70,1)), color-stop(100%,rgba(44,63,106,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(22,37,70,1) 0%,rgba(44,63,106,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162546', endColorstr='#2c3f6a',GradientType=0 ); /* IE6-8 */
color:#fff;
position:relative;
display:block;
padding-top:30px;
padding-bottom:10px;
min-height:20px;
font-family: 'Open Sans', Arial, sans-serif;
line-height:17px;
font-size:0.813em;
}
.printPage .footer .copyright {color:#fff; display:block; margin: 0px 0 0px; position: relative; text-align: center;}

.detPageToolsWrapper {display:block; margin: -10px 0px 0px 0px; padding-bottom:8px; border-bottom: 2px solid #41577a;}

.tabModuleDash .tabModule {margin-top:15px; margin-bottom:15px;}
.tabModuleDash .tabsRow {margin-right:-4px;}
.tabModuleDash .tabnav {}
.tabModuleDash .tabnav li {margin-right:3px !important;}

.tabModuleDash .fntTbs {font-size:20px;	font-weight:300; text-transform:normal; font-family: 'Montserrat', Arial, sans-serif;}

.tabModuleDash .tabdivIn {padding:15px; color:#2e406b; line-height:27px; font-family: 'Open Sans', Arial, sans-serif;}
.tabModuleDash .tabdivIn ul {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 10px;}
.tabModuleDash .tabdivIn ul li {margin: 0px 0px 7px 0px;}

.mainContent h1 {margin-top:5px !important;}

.socialLike {margin-top:-5px; margin-bottom:10px; height:27px;}

/* =================================================================
                        Media Queries
===================================================================*/

/* 16px baseline (768px - 960px) */
@media only screen and (min-width:768px) and (max-width:980px) {

	.allSort-all .grid_9 {width:100%;}
	.allSort-all .grid_3 {width:100%; text-align:right;}

	.allSort-all-news .grid_12, .allSort-all-pagging .grid_12 {width:100%; text-align:right;}

}

/* 16px baseline (180px - 400px) */
@media only screen and (min-width:11.250em) and (max-width:25.000em) {

	.emailPage .grid_6 {width:100%;}

}

/* 16px baseline (180px - 479px) */
@media only screen and (min-width:11.250em) and (max-width:29.938em) {

	.hmForm .formee h2 {padding-left:0px;}

}

/* 16px baseline (180px - 600px) */
@media only screen and (min-width:11.250em) and (max-width:37.500em) {	

	.grid_9.fl-rgt .grid_6 {width:100%;}

}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	

	.siteHeaderIn .grid_12 .grid_4, .siteHeaderIn .grid_12 .grid_8, .uSc .grid_8, .uSc .grid_4, .uSc2 .grid_8, .uSc2 .grid_4, .grid_4.News_RailBrd, .grid_8.hmForm, .interior .grid_7, .grid_9.fl-rgt, .grid_3.fl-lft, .grid_3.fl-mdl, .grid_6.fl-rgt, .intCnt-in .grid_5 {width:100%;}

	.sortDsp, select {display:block; width:100% !important; margin-bottom:8px !important;}

	.sortDsp label {display:block; width:100% !important;}

	.allSort-all .grid_9 {width:100%;}
	.allSort-all .grid_3 {width:100%; text-align:right;}
	
	.allSort-all-news .grid_12, .allSort-all-pagging .grid_12 {width:100%; text-align:right;}

	.grid_8.hmForm {padding:0px;}

	.hmForm .btnWrapper {float:right; margin-top:-25px;}

	.siteHeaderIn {height:152px;}
		
	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link, 
	.siteHeader a.sitelogo:visited {float:none; display:block; margin: -7px auto 0px auto; width:200px; height:69px; background:url(/cms/images/layout/logoMb.png) no-repeat 0 0; text-indent:-9999em;}
	
	.emailPage .siteHeader a.sitelogo,
	.emailPage .siteHeader a.sitelogo:link, 
	.emailPage .siteHeader a.sitelogo:visited {float:none; display:block; margin: -7px 0px 0px 0px; width:200px; height:69px; background:url(/cms/images/layout/logoMb.png) no-repeat 0 0; text-indent:-9999em;}	
	
	.siteHeader p.stLgo {margin: 0px 0px 0px 0px; text-align:center;}
	
	.intCnt-in .pageTools {margin-top:-5px !important; margin-bottom:10px !important; padding:0px !important; float:right !important; text-align:left !important;}
	.intCnt-in .pageTools br {display:none;}
	.intCnt-in .pageTools .recent {text-align:right !important; padding-left:30px !important;}
	
	.pageTools .share, .pageTools .email, .pageTools .print {display:none;}
	
	
	.backToListing {float:right; width:100%; text-align:right; margin-top:10px;}
	
	.backToListing a.back {font-size:13px; color:#363636; }
	.backToListing a.back:hover {color:#bc112d;}

	.backToListing a.back::before {
		font-family:Verdana;
		content:"\2039";
		position:absolute;
		font-size:23px;
		color:#2e406b;
		top:40%;
		margin-top:-11px;
		margin-left:-15px;
	}
	
	.backToListing a.back:hover::before {
		color:#bc112d;
	}	
	
	.headerLinks.Desktop, .hvQstLi.Desktop, .SrchButton.Desktop {display:none;}

	.SrchButton.Mobile {
		width:35px;
		cursor:pointer;
		position:relative;
		z-index:1;
	}
		
	.searchMobile {
		position:relative;
		margin: 0px 0px 0px 0px;
		display:block;
		vertical-align: middle;
		border:none !important; 
		width:25px;
		height:25px;
		text-decoration:none; 
		overflow:visible;
		text-indent:-99999em;
		background:url(/cms/images/layout/btnSrchM.png) no-repeat center right;

	}

	.searchMobile.searchMobileOn {
		position:relative;
		margin: 0px 0px 0px 0px;
		display:block;
		vertical-align: middle;
		border:none !important; 
		width:25px;
		height:25px;
		text-decoration:none; 
		overflow:visible;
		text-indent:-99999em;
		background:url(/cms/images/layout/btnSrchOnM.png) no-repeat center right;

	}

	div.hvQstLi.Mobile {
		float:none;
		display:block;
		position:relative;
		width:150px;
		margin: -5px auto 0px auto;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
	}

	.siteSearch .inner {position:relaitve; margin-top:0px; right:0px;  border: none; display:none;
		background:#2E406B;
		padding: 17px 17px;
	}
	
	.siteSearch.Desktop, .siteSearch.Mobile .searchClose.icon-triangle-up {display:none;}

	.grid_4.News_RailBrd {border-bottom: 1px solid #e5e5e5; padding-bottom:17px;}
	.grid_8.hmForm {padding-top:15px;}

	.News_Rail  {
		width:100%;
		border: none;
		margin-top:15px;
		margin-bottom:15px;
		text-align:left;
		padding-bottom:12px;
	}

	.interior .News_Rail.ftr img.bdr {
		margin: 0px auto 5px auto;
		display:block;
		float:none !important;
	}
	
	.News_Rail div {
		background-color:none;
		margin: 0px 0px 2px 0px;
	}

	.News_Rail a span {
		display:none;
	}

	.News_Rail a.hm {
		cursor:pointer;
		display:block;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		text-decoration: none;
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight:400;
		font-size:1.375em;
		color: #333333;
		background-color:transparent;
		background-repeat:no-repeat;
		background-image:url("/cms/images/layout/tab_moreOff.png");
		background-position:98% center;
		*height:28px;
		text-align:left;
		border: 0px solid #cccccc !important;
		-webkit-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}


	.News_Rail a.hm:hover {
		color:#333333;
		background-color:none;
		text-decoration:none;
		background-repeat:no-repeat;
		background-position:98% center;
		background-image: url("/cms/images/layout/tab_moreOff.png");
	}

	.News_Rail a.hm::after {content:'Expand +'; position:relative;  margin-top:8px; float:right; color:#2e406b; font-size:12px; font-family: 'Montserrat', Arial, sans-serif; text-transform:uppercase; font-weight:300;}
		
	.News_Rail a.hm.ui-state-active {
		color:#00205b;
		background-color:none !important;
		background-repeat:no-repeat;
		background-position:98% center;
		border:none;
		background-image: url("/cms/images/layout/tab_moreOn.png");
	}


	.News_Rail a.hm.ui-state-active::after {content:'Collapse -';}

	.News_Rail .ui-state-default, .News_Rail .ui-widget-content .ui-state-default, .News_Rail .ui-widget-header .ui-state-default {
		background:none;
	}

	.News_Rail .ui-accordion-content {
		border:none; 
		background:none;
		padding:0px !important;
		overflow:hidden;
	}

	.News_Rail-In {
		min-height:10px;
	}

	.accordionTrigger {display:none;}
	
	.footer .footerIn img {margin-bottom:15px;}
	
	.footer .brdRgt {border-bottom:none; padding-bottom:15px;}
	.footer .brdTpBt {display:block; background:#d6dce1; width:40%; height:1px; margin: 0px auto 15px auto;}
	.footer .grid_10, .footer .grid_4, .footer .grid_2 {width:100%;}
	.footer .grid_4 {text-align:center; padding-top:0px;}
	.footer .grid_4.pLft {padding-left:0px;}

	.footerBtm .grid_6.Mobile {text-align:center; padding: 0px 20px 7px 20px; line-height:19px;}
	.footerBtm .grid_6 {width:100%;}
	.footerBtm p.copyright {text-align:center; color:#fff; font-size:0.813em; margin: 0px 0px; line-height:23px;}
	.footerBtm p.copyright span.dvdFst {display:none;}

	.printPage .siteBody {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:14px; line-height:21px; font-family: 'Open Sans', Arial, sans-serif;}
	.printPage .container {padding: 0px 10px 20px 10px;}
	.printPage .siteHeader {position:relative; padding: 25px 10px 15px 10px; margin-bottom:15px; border-bottom: 2px solid #bc112d;}

	.grid_9.fl-rgt .grid_6, .grid_9.fl-rgt .grid_4 {padding-left:10px; padding-bottom:20px; padding-right:10px;}

	.breadcrumbs {margin-top:-5px; margin-bottom:20px;}
	.interior h1 {margin-top: 0px}

	.ShoppingCart {position:absolute; left:0px; top:1px; width:100%; text-align:center;}

    .tabModuleDash ul.tabnav {width:100%;}
    .tabModuleDash .tabsRow li  {width:100%;}
    
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

	.siteHeaderIn .grid_12 {padding-left:0px !important;}
	.siteSearch .formee .text {min-width:337px;}

	.siteHeaderIn .mobileControl, div.hvQstLi.Mobile {display:none;}

	.home .siteSearch .inner {position:absolute; margin-top:1px; right:-30px;  border: none; display:none;
		background:#edf6fd;
		padding: 17px 17px;
	}
	
	.interior .siteSearch .inner {position:absolute; margin-top:0px; right:-30px;  border: none; display:none;
		background:#edf6fd;
		padding: 17px 17px;
	}	
	
	.siteSearch.Mobile {display:none;}

	.grid_4.News_RailBrd {border-right: 1px solid #e5e5e5; padding-right:30px;}
	.grid_8.hmForm {padding-left:30px;}

	.hmForm .btnWrapper {float:right; margin-top:-25px; margin-right:10px;}

	.grid_3.fl-lft {padding-right:0px;}
	.grid_9.fl-rgt {float:right; padding-left:50px;}
	.grid_6.fl-rgt {float:none !important; vertical-align:top !important; display:inline-block; padding-left:50px; padding-right:36px;}	
	.grid_3.fl-mdl {float:right;}	

	.News_Rail  {
		width:100%;
		border: none;
		margin-top:15px;
		margin-bottom:15px;
		text-align:left;
		padding-bottom:12px;
	}
	.News_Rail div {
		background-color:none;
		margin: 0px 0px 2px 0px;
	}
	

	.interior .News_Rail.ftr img.bdr {
		margin-bottom:10px;
	}

	.News_Rail a span {
		display:none;
	}

	.News_Rail a.hm {
		cursor:default;
		display:block;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		text-decoration: none;
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight:400;
		font-size:1.375em;
		color: #333333;
		background-color:transparent;
		background-repeat:no-repeat;
		background-image:none;
		background-position:98% center;
		*height:28px;
		text-align:left;
		border: 0px solid #cccccc !important;
		-webkit-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;	
	}

	.interior .News_Rail a.hm {
		padding: 0px 15px 0px 15px;
	}
	
	.interior .News_Rail.ftr a.hm {
		padding: 0px 0px 0px 0px;
	}	

	.News_Rail a.hm:hover {
		color: #333333;
		background-color:none;
		text-decoration:none;
		background-repeat:no-repeat;
		background-position:98% center;
		background-image:none;
	}

	.News_Rail a.hm.ui-state-active {
		color: #00205b;
		background-color:none !important;
		background-repeat:no-repeat;
		background-position:98% center;
		border:none;
		background-image:none;
	}

	.News_Rail .ui-state-default, .News_Rail .ui-widget-content .ui-state-default, .News_Rail .ui-widget-header .ui-state-default {
		background:none;
	}

	.News_Rail .ui-accordion-content {
		border:none; 
		background:none;
		padding:0px !important;
		overflow:hidden;
	}

	.accordionTrigger {display:block; text-indent:-9999em;}

	.footer .brdTpBt {display:none;}
	.footer .brdRgt {border-right:1px solid #d6dce1;}
	.footer .grid_4.pLft {padding-left:15px; border-left:1px solid #d6dce1;}
    
    .footer .grid_4.brdMdl {padding-left:15px;}
		
	.footerBtm p.copyright {display:inline-block; text-align:right; float:right;}
	

	.grid_9.fl-rgt .grid_6 {padding-bottom:20px;}
	
	.grid_9.fl-rgt .grid_4 {padding-left:23px; padding-bottom:20px; padding-right:23px;}
	
	.shpCrt {margin-top:0px;}	

	.ShoppingCart {position:absolute; right:0px;}

}


