﻿/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; width: auto !important; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



/*! 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 #e5e5e5; margin: 2.75em 0 2.25em; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden { 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:#164377; text-decoration:none; }
a:hover, a:active, a:focus { color:#164377; text-decoration:underline; }
a:active, a:focus { outline:0; }

a.readMore, a.truncateMore, a.truncateLess {font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; text-transform:uppercase;}

.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:#fff; font-family: 'Open Sans', sans-serif; color:#7a7979;}
.container { }
.siteBody { min-height:300px; margin:40px 0 20px; }


/* ## Site Header ## */
.siteHeader {position:relative; min-height:80px; z-index:1000;}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {float:left; display:block; width:300px; margin:20px 0 18px;}

/* Used for HighDPI devices for alternative logo */
/* uncomment for use
@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/dev/placeholders/AE_logo_tag_3color_300w_2x.png);
	}
}
*/

.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-size: 0.9em;
    margin: 0 0 10px;
    padding: 5px 0 0;
    text-align: right;
}
.headerLinks a, .headerLinks a:link, .headerLinks a:visited {
    margin: 0 3px;
    text-decoration: none;
}
.headerLinks a:hover, .headerLinks a:active {
    text-decoration: underline;
}


/* ## Disabled Form Fields ## */

.siteSearchWrpr {background:#305886; padding:15px 0 0; display:none;
background: rgb(48,88,134); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwNTg4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(48,88,134,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,88,134,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(48,88,134,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(48,88,134,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(48,88,134,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(48,88,134,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305886', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}
.siteSearch {
    color: #FFFFFF;
	width:460px;
	float:right;
	position: relative;
	margin-right:7px;
}
.siteSearch label,
.login label  {
    display: none;
}
.siteSearch .formee input[type="text"],
.login .formee input[type="text"]
 {margin-bottom:10px;}





/* ==========================================================================
   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 #e5e5e5; 
}
.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-style:italic; font-size:0.85em; margin-right: 10px; }

.dateStamp {font-style:italic; font-size:0.85em; }

/* Item Media
   ========================================================================== */

.aside { 
	display: table-cell;
	padding: 0 15px 0 0; 
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
	
	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #ccc;
	background: #f6f6f6;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.paging {
	padding: 1em;
}

.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; text-transform:uppercase; font-family: 'Open Sans Condensed', sans-serif; font-size:20px;}
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; /*border-right:1px solid #999999;*/}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; color: #373737;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:0px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:0px 6px; text-align:center; font-weight:bold; /*background-color:#d2d2d2;*/ text-decoration:none; /*border:1px solid #969696;*/ color:#154276;}
.pagination .paging .total { float:left; display:block; padding-top:0px; color:#373737;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_blue.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_blue.gif) no-repeat 50% 50%; text-indent:-9999em;}
.paging > span {float: left;}

.pagination a.icon-triangle-right {float:left; font-size: 20px; position:relative; top:-3px;}
.pagination a.icon-triangle-left {float:left; font-size: 20px;  position:relative; top:-3px;}

.pagination .viewAll {float:right;}
.pagination .viewAll a  {color:#154276;}
.pagination span.divider {color:#999;}

/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #fff;
	background-color: #FEFF99;	
}
.alert a { color:#fff; }

.bdr        { border:1px solid #f6f6f6; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #f6f6f6; }
.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: #f9f9f9;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.sortStatus {float: left; margin-bottom:5px;}
.genericPager {padding:0px 0px 20px 10px; float:right;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:13px; 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:#f6f6f6; border: 1px solid #ccc; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#f6f6f6;}


/* ##  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 { padding:7px 0; font-size:14px; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; color:#ebc0c1; font-weight:bold;}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:bold;}
.breadcrumbs span.icon-triangle-right {position: relative; top: 2px;}

/* ## Page Heading ## */

.sectionHeading h1{font-size:4em; color:#fff; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; text-transform:uppercase; margin:20px 0; float: left; text-shadow: 2px 2px 0px rgba(162, 29, 33, 1);  }
.pageHeading h1{font-size:3em; color:#164377; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; text-transform:uppercase; margin:0 0 0.5em;}
.pageHeading .title { margin:0 0 7px 0; padding:0; font-size:1.6em; font-weight:normal; background:none; border:0; }

.formHeading {
    border-top: 1px solid #e5e5e5;
    margin-top: 2.75em;
    padding-top: 2.25em;
}
.formHeading h2{ margin:0 0 10px 0; padding:7px 10px; font-size:1.75em; font-weight:bold; color:#373737; text-transform:uppercase; font-family: 'Open Sans Condensed', sans-serif;}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {display:inline; text-align:right;  font-weight:bold; font-size:18px; position:absolute; top:45px; right:10px;}

.pageTool { margin:0 20px 0; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline; color:#fff; font-weight:bold; font-family: "Open Sans Condensed",sans-serif;}
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active {color:#fff; 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; padding-right:20px; }
.pageToolsWrapper .addthis_toolbox a,
.pageToolsWrapper .addthis_toolbox a:link,
.pageToolsWrapper .addthis_toolbox a:visited {padding-left:30px; margin:0 0 0 5px; text-decoration: none; width: 60px;
    background: url("/cms/images/icon-plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.addthis_toolbox { display:inline; }

.pageToolsWrapper a {
    /*background: url("/cms/images/print-email-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 35px;
    width: 60px;
	padding:5px 0 0 35px;
}

.pageToolsWrapper a.print {background: url("/cms/images/icon-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}
.pageToolsWrapper a.email {background: url("/cms/images/icon-email.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}

/* ## Email a Friend ## */

.emailFriendWrapper {font-size:12px; color:#000; border-top:15px solid #164377;}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }
.emailFriendWrapper  .emailStep{float:left; font-size:24px; color:#000; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold;  margin-top: -5px;}
.emailFriendWrapper p, .emailFriendWrapper label {padding:0 20px;}
.emailFriendWrapper input, .emailFriendWrapper textarea {margin-left:20px; width:90% !important;}

.emailFriendWrapper .formee label, .emailFriendWrapper .formee-lbl {
    color: #000;
    font-family: inherit !important;
    font-weight: normal !important;
    text-transform: none;
    vertical-align: middle;
}
.emailFriendWrapper .titleAlt {font-size:24px; margin-bottom:15px; text-transform:uppercase;}
.emailFriendWrapper .siteHeader {text-align:center;}
.emailFriendWrapper .siteHeader a.sitelogo {float:none; width:auto; border-bottom:1px solid #e5e5e5; padding:30px 0; margin:0 0 20px 0;}
.emailFriendWrapper .columnRow{padding: 0 20px;}

.printWrpr {
    margin: 0 auto;
    text-align: left;
    width: 660px;
    z-index: 1;
}
.printWrpr .hd {padding:35px 5px 25px; margin:0 10px; border-bottom:1px solid #e5e5e5;}
.printWrpr .mainContent {padding:0 5px;}
.printWrpr .ftr {padding:25px 5px 25px; margin:0 10px; border-top:1px solid #e5e5e5; font-size:14px;}
.printWrpr .ftr span {font-weight:bold;}
.printWrpr .more-block{height: auto!important; overflow: visible!important;}
.printWrpr .adjust{display: none}
.printWrpr .btnContactSpec{display: none}
.printWrpr #tab-downloads{display: none}
.printWrpr #tab-sample_data{display: none}
.printWrpr #reviewList{display: none}
.printWrpr .print{display: none}
.printWrpr .continued{ display: none!important };
.printIcon {float:right; margin:27px 25px 0 0;}
.printIcon span {height: 35px; padding: 5px 0 5px 50px; color: #164377; font-size:18px; font-weight:bold; font-family: "Open Sans Condensed",sans-serif;}
.printIcon span.print {background: url("/cms/images/icon-print-blue.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}

.printWrpr .grid_5 {width:100%;}
.printWrpr .grid_7 {width:100%;}

.printWrpr .productImage {
    float: none;
    width: 50%;
	margin:0 auto;
}
.printWrpr .hdng3 {font-size:2.5em;}

.printWrpr .btnAddToCart .btn {
    font-size: 22px;
    padding: 10px 30px;
	margin-bottom:10px;
}

/* =================================================================
                        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</span></a>
*/

.btnWrapper { display:inline-block; /*padding:2px; background-color:#3F3F3F;*/ text-decoration:none !important; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; margin-bottom: 5px;}
.btn { display:inline-block; margin:0; padding:7px 30px; font-weight:normal; color:#fff; background-color:#164377; border:none; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; font-family:'Open Sans Condensed', sans-serif; font-weight:bold; text-transform:uppercase; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size: 22px;}
.btnWrapper:hover, .btnWrapper:hover .btn, .btn:hover { background-color:#7A7A7A; }

/*.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; }*/

.btnWrapper.btnTryNow:hover, .btnWrapper.btnTryNow:focus {background:none;}

.btnAlt {background-color:#fff ;}
.btnAlt .btn{color:#fff; background-color:#a21d21 ; /*border:1px solid #fff;*/ text-align:center; text-decoration:none; cursor:pointer; font-size:22px;}
.btnAlt:hover, .btnAlt:hover .btn { /*background-color:#E3E3E3;*/ background-color:#7A7A7A; color:#fff; }

.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; padding:0;}
.footerBar {margin-bottom:10px; min-height:1px; padding:10px; background-color:#ecf1f8;}
.ftrPhonenum {float:left; width:170px; height:28px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat;}

.advFooter {position: relative; margin-bottom:15px; padding:37px 0 25px 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 0 0 40px; list-style-type:none; border-right:1px solid #f2f2f2;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none; color:#000;}
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:#164377; font-size:21px; font-family: 'Open Sans Condensed', sans-serif;}

.multiCol ul.advList {border-right:none;}

.footerHeading {display:block; margin:0 0 7px; font-weight:bold; color:#164377; font-size:21px; font-family: 'Open Sans Condensed', sans-serif;}

.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; color:#646464; font-size: 14px;}
.footerLinks {}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#164377; padding: 0 5px;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}

.copyright {color:#646464; float:right; width:380px; padding: 10px 0 0 0;}
.copyright a {text-decoration:none; color:#646464;}
.copyright a:hover, .copyright a:focus {text-decoration:underline;}

/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px; padding:0 20px 0 40px;}
.emailSignup p { margin:0 0 17px 0; color:#787878; padding-right: 30px;}
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}

.emailSignup .btnWrapper,
.siteSearch .btnWrapper,
.login  .btnWrapper
 {background:none; position:relative;}
 
.emailSignup .btn,
.siteSearch .btn,
.login .btn  {
	background:#164377; font-family: 'Open Sans Condensed', sans-serif; font-size:17px; font-weight:bold; padding:10px 44px 10px 20px; border:none;  
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px;
}

.emailSignup .btnWrapper:after,
.siteSearch .btnWrapper:after,
.login .btnWrapper:after  {
	position:absolute;
	content:"\232a";
	top:13px;
	right:13px;
	color:#fff;
	font-weight:bold;
	font-family: "icomoon";
}
.emailSignup  .formee input[type="text"],
.siteSearch  .formee input[type="text"],
.login  .formee input[type="text"],
.login  .formee input[type="password"]
	{padding: 11px 15px; background:#fff; color:#000; font-size: 14px;}


/* ## Footer Social Follow ## */

.followUs {margin:0; padding:7px 0 0 5px; float:left;}
ul.socialFollow {margin:0; padding:0; list-style-type:none;}
ul.socialFollow li {display:inline-block;}
ul.socialFollow li a {display:inline-block; width:28px; height:28px; background:url(/cms/images/layout/social-28.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden;}
ul.socialFollow li.facebook a {background-position:0 0;}
ul.socialFollow li.gplus a {background-position:-31px 0;}
ul.socialFollow li.linkedin a {background-position:-63px 0;}
ul.socialFollow li.rss a {background-position:-95px 0;}
ul.socialFollow li.twitter a {background-position:-126px 0;}

.subFooter .followUs {float:right; margin:0 30px 0 0;}
.subFooter ul.socialFollow li a {display:inline-block; width:34px; height:34px; background:url(/cms/images/layout/social-34.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden;}
.subFooter ul.socialFollow li.facebook a {background-position:0 0;}
.subFooter ul.socialFollow li.gplus a {background-position:-36px 0;}
.subFooter ul.socialFollow li.linkedin a {background-position:-73px 0;}
.subFooter ul.socialFollow li.rss a {background-position:-110px 0;}
.subFooter ul.socialFollow li.twitter a {background-position:-147px 0;}


/* ## 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%; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }
table.dataTbl {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;}
table.dataTbl th {background:#164377; padding:6px 15px; font-size:1em; border:1px solid #164377; border-bottom:3px solid #a21d21; color:#fff;}
table.dataTbl th a {color:#fff; text-decoration:underline;}
table.dataTbl td {vertical-align:top; padding:6px 15px; border:1px solid #E1E1E1;}
table.dataTbl td td {border-style:none;}

h1 {font-size: 3em;   margin:0 0 1em 0; font-family: 'Open Sans Condensed', sans-serif; color: #164377; line-height: 1.2;}
h2 {font-size: 2em;   margin:0 0 1em 0; font-family: 'Open Sans Condensed', sans-serif; color: #164377; line-height: 1.2;}
h3 {font-size: 1.5em; margin:0 0 1em 0; font-family: 'Open Sans Condensed', sans-serif; color: #164377; line-height: 1.2;}
h4 {font-size: 1em;   margin:0 0 1em 0; font-family: 'Open Sans Condensed', sans-serif; color: #164377;}
h5 {font-size: 1em;   margin:0 0 1em 0; font-family: 'Open Sans Condensed', sans-serif; color: #164377;}
h6 {font-size: .9em;  margin:0 0 1em 0; font-family: 'Open Sans Condensed', sans-serif; color: #164377;}


/* =================================================================
                        Custom Styles
===================================================================*/
/*.container {border:1px solid #ccc;}*/

.extraNavWrpr {background:#1f3652;}
.extraNavWrprIn {/*float:right;*/ text-align: right;}
.extraNav {padding:10px; float:right; /*display:inline-block;*/}
.extraNav a, .extraNav a:visited  {color:#fff; font-size:15px; text-decoration:none; padding:0 15px;}
.extraNav a:hover, .extraNav a:focus {text-decoration:underline;}
.loginCall, .accountCall {background:#a21d21; display:inline-block; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; color:#fff; font-size:18px; padding:9px 32px 9px 20px; float:right; position:relative; cursor:pointer; height: 26px;}
.loginCall:after {
	position:absolute;
	content:"\25be";
	top:10px;
	right:10px;
}
.loginCall.rotate:after {
	-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
.accountCall {padding:9px 15px 9px 15px;}
.accountCall a {color:#fff;}

.loginWrpr { padding: 15px 0 0; display:none;
	background: rgb(162,29,33); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyMWQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(162,29,33,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,29,33,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,29,33,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,29,33,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,29,33,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,29,33,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a21d21', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.login {
    color: #ffffff;
    float: right;
    position: relative;
    width: 700px;
}



.searchCall {background:#305886 url(/cms/images/magnifier.png) no-repeat 50% 49%; display:inline-block; width:58px; height:44px; float:right; cursor:pointer;}


.navWrpr {/*position:absolute; right:0; top:44px; width:100%;*/ /*background:#1f3652;*/ position:relative;}

.cartLink {display:block; width:63px; height:44px; position:relative; right:10px; top:34px; background:url(/cms/images/icon-cart.png) no-repeat 50% 50%; text-decoration:none; color:#fff; border-left:1px solid #ececec; float:right;}
.itemsCount {font-size:12px; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; background:#a21d21; padding:1px 7px; color:#fff; position:relative; left:35px; top:-3px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
}

.subFooterWrpr {background:#f2f2f2;}
.footerLinks {float:right; width:315px;  padding: 10px 0 0 0;}
.ftAddress { float:right; width:290px; padding: 10px 0 0 0; margin-left:10px;}

.pageTopWrpr {background:#203751; min-height:100px; overflow-x:hidden;}
.breadcrumbsWrpr {background:#a21d21;}

.pageBottomWrpr {background:#a21d21; color:#fff; padding:25px 0;}
#owl-events .itemContent {padding:0 70px 0 0px;}
#owl-events h2.itemHd {text-transform:uppercase; font-size:24px; font-weight:normal; margin-top: 40px; letter-spacing: 5px; text-align:center; color: #fff;}
#owl-events h2.itemHd a {color:#fff;}
.eventsSummary h2.modHd {font-size:35px; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; text-align:center; margin: 29px 0; color:#fff; }
.eventsSummary .moreLink {margin-top: 48px;}
.eventsSummary .moreLink  a{color:#fff; font-size:14px; font-family: 'Open Sans Condensed', sans-serif; font-weight:600; text-decoration:none; }
.eventsSummary .moreLink  a:hover {text-decoration:underline;}
.eventsSummary .noEvents {text-align:center; margin-top:47px;}

/*.tabModule.ui-widget-content {border:none;}
.tabModule.ui-tabs {padding:0;}
.tabModule .ui-widget-content {color:#7a7979;}
.tabModule.ui-tabs .ui-tabs-nav {padding:0;}
.tabModule .ui-widget-header {background:none; border:none;}
.tabModule .ui-state-default {background:none; border:none;}
.tabModule .ui-state-active {border: 1px solid #aaaaaa;}
.tabModule.ui-tabs .ui-tabs-nav li {margin:1px 0 0;}
.tabModule.ui-tabs .ui-tabs-panel {border: 1px solid #aaaaaa; border-top-right-radius: 4px;}
*/
.tabModule { 
    padding: 0px; 
    background: none; 
    border-width: 0px;
	margin-bottom: 30px;	
} 
.tabModule .ui-tabs-nav { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.tabModule .ui-tabs-panel { 
    border-width: 0px 1px 1px 1px; padding: 1em 2em;
}
.tabModule .ui-state-default {background:#fff; border:none;}
.tabModule .ui-state-active {border: 1px solid #aaaaaa;}
.tabModule .ui-widget-content {color:#7a7979; line-height: 1.8;}
.tabModule.ui-tabs .ui-tabs-nav li a {font-size:18px; color:#9b9b9b; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold;  padding: .9em 1.5em 0; text-transform:uppercase;}
.tabModule.ui-tabs .ui-tabs-nav li.ui-tabs-active a {font-size:22px; color:#164377; padding: 0.5em 1.5em 0.5em;}


.relatedItems {padding:0 15px;}
.relatedItems h2 {font-size:22px; color:#282828; font-family: 'Open Sans Condensed', sans-serif; line-height:1.2;}
.relItem a {font-size:22px; color:#164377; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; text-transform:uppercase; display:block;}
.relatedItems h3 { margin: 20px 0 5px; padding-right:10px; text-align:left;}
.relatedItems p {text-align:left;}
.relatedItems h3 a {font-size:22px; color:#164377 !important; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; text-transform:uppercase; display:block; margin: 20px 0 5px; line-height:1.2; text-align:left;}
.relatedItems h3 a span {font-size:22px !important;  line-height:1.2 !important;}
.relItemDescr {font-size:13px; text-align:left; padding-right:10px;}



.homeTopWrpr0 {background:#f7f7f7; border-top:3px solid #a21d21; min-height:307px;}
.owlWrpr { margin-top:-80px; padding: 0 110px;}
#owl-home {z-index:999;}
#owl-home .squareWrpr {width:234px; margin:0 auto; position:relative; padding-bottom:25px;}
#owl-home .squareWrpr a {color:#fff;}

#owl-home .square {height:203px; background:#154276; text-align:center; padding:25px 20px 10px 20px; overflow: hidden; position:relative;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#owl-home .square::after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    bottom: -100px;
    content: "";
    height: 150%;
    left: 50%;
    position: absolute;
    top: -50px;
    transform: rotate(15deg);
    width: 100%;
}

#owl-home  .squareBg {padding:10px; margin-bottom:25px; overflow: hidden; position:relative;}
/*#owl-home .square:hover, #owl-home .square:focus, #owl-home .square:active {background:#a21d21;}*/
#owl-home .squareBg:hover, #owl-home .squareBg:focus, #owl-home .squareBg:active {background:#a21d21;}
#owl-home .squareBg:hover:after , #owl-home .squareBg:focus:after , #owl-home .squareBg:active :after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    bottom: -100px;
    content: "";
    height: 150%;
    left: 50%;
    position: absolute;
    top: -50px;
    transform: rotate(15deg);
    width: 100%;
}
#owl-home .squareBg:hover .square:after, #owl-home .squareBg:focus .square:after, #owl-home .squareBg:active .square:after {background:none;}
#owl-home .squareBg:hover .square, #owl-home .squareBg:focus .square, #owl-home .squareBg:active .square {background:#a21d21;}
#owl-home .square h4 {color:#fff; font-size:17px; line-height:1.1;}
#owl-home .square a {color: inherit;}
#owl-home .square img {margin-bottom:15px;}
#owl-home p {font-size:14px; margin: 0 10px .2em; }
#owl-home a.readMore {margin:0 10px; color: #164377;  position:absolute; left:0; bottom:0; }

.homeTopWrpr {background:#154276 url(/cms/images/top-imgBG.jpg) no-repeat 50% 0%; padding:100px 0;}
.topLeft {padding:0 70px;}
.topLeft  h2 {color:#fff; font-size:35px; line-height:1.2; margin-bottom:30px;}
.topLeft  p{font-size:21px; color:#f7f7f7;}
.topLeft a.btn {font-size:23px; color:#fff; background:#a21d21; padding:11px 84px 11px 20px; position:relative; text-decoration: none;}
.topLeft a.btn:after {
	position:absolute;
	content:"\232a";
	top:15px;
	right:13px;
	color:#fff;
	font-weight:bold;
	font-family: "icomoon";
}
.topLeft .btnWrapper {margin-top:25px;}
.topRight {text-align:center; padding: 0 30px;}

.homeMiddleWrpr {background:#f7f7f7 url(/cms/images/main-bg.png) no-repeat 50% 0%; padding:100px 0;}
.homeMiddleWrpr h1 {text-align:center; margin: 0 0 1.4em; padding:0 2em;}
.homeMiddleWrpr h1 span {display:inline-block;}
.boxWrpr {background:#fff; border:1px solid #e0e0e0; padding:30px 0 40px; position:relative; display:table; margin-bottom:20px;}
.boxWrpr:after{
	position:absolute;
	content:"";
	width:100%;
	height:9px;
	background:#164377;
	top:0;
	left:0;
}
/*.boxWrpr:hover:before{
    background-color: rgba(22, 67, 119, 0.9);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	top:0;
	left:0;
}*/
.boxWrpr:hover {background:#164377; border:none;}
.boxWrpr:hover .boxTxt h3 {color:#fff;}
.boxWrpr:hover .boxTxt p  {color:#fff;}
.boxWrpr:hover a.readMore  {color:#fff;}

.boxImg {display:table-cell; width:50%; text-align: center; vertical-align: middle;}
.boxTxt {/*display:table-cell; width:50%;*/ padding-right:20px;}
.boxTxt h3 {font-size:35px; color:#373737; margin: 0 0 30px; line-height:1;}
.boxTxt p {font-size:14px; line-height: 1.9; margin-bottom: 5px;}
.boxImg	> img {width:80% !important;}





.homeBottomWrpr {background:#164377; height:543px; overflow: hidden;}

.bottomLeftWrpr {/*overflow: hidden; position: relative;*/}
.bottomLeft {padding:120px 70px 30px;}
.bottomLeft:after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    bottom: -100px;
    content: "";
    height: 200%;
    left: 50%;
    position: absolute;
    top: -100px;
    transform: rotate(15deg); -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg);
    width: 50%;}
    
.bottomLeft h2 {font-size:47px; color:#fff; margin-bottom:30px; line-height:1;}
.bottomLeft p {font-size:17px; color:#fff; margin-bottom:40px;}
.bottomLeft a.btn {font-size:23px; color:#fff; background:#a21d21; padding:11px 44px 11px 20px; position:relative;}
.bottomLeft a.btn:after {
	position:absolute;
	content:"\232a";
	top:15px;
	right:13px;
	color:#fff;
	font-weight:bold;
	font-family: "icomoon";}
	
.bottomLeft a:hover {text-decoration:none;}


.bottomRight {position:relative; z-index:9; width: 962px; border-left:10px solid #a21d21;}
.bottomRight .align{position:relative; width:1000px; left:50%; margin-left:-500px; text-align:center;}
.bottomRight img {min-width:962px; }
	
	
.nav {
	float:right;
	display: inline-block;
	position: static;
	vertical-align: middle;
	width: auto;}


.bannerWrpr { background:#1e334d;  min-height: 660px;}
.bannerHolder{position:absolute; top:0;  width:100%;}	
.bannerTxt {text-align:center; padding: 100px 100px 0; }	
.bannerTxt  p {font-size:20px; color:#fff; margin:0 0 1.5em;}
.bannerTxt  p span {font-style:italic;}
.bannerTxt .sectionHeading h1 {line-height:1.2; margin-bottom: 20px; float:none;}
.bannerTxt a.btn {font-size:23px; color:#fff; background:#a21d21; padding:13px 54px 13px 20px; position:relative; text-decoration: none;}
.bannerTxt a.btn:after {
	position:absolute;
	content:"\232a";
	top:17px;
	right:13px;
	color:#fff;
	font-weight:bold;
	font-family: "icomoon";
}
.bannerTxt .btnWrapper { margin:0 10px 10px 10px;}

.slideItem.cycle-slide.cycle-slide-active > div {position: relative;}
.slideItem.cycle-slide.cycle-slide-active > div:before{
position:absolute;
content:"";
height:50px;
width:100%;
bottom:0;
left:0;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMzQ0ZCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjM0NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(31,52,77,0) 0%, rgba(31,52,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,52,77,0)), color-stop(100%,rgba(31,52,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(31,52,77,0) 0%,rgba(31,52,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(31,52,77,0) 0%,rgba(31,52,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(31,52,77,0) 0%,rgba(31,52,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(31,52,77,0) 0%,rgba(31,52,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f344d', endColorstr='#1f344d',GradientType=0 ); /* IE6-8 */

}

.black {color:#000;}

.article.newsDetail  > .aside {width:40%;}

p.veiwMore {text-align:right;}
a.more, a.more:visited {color:#a21d21; font-weight: bold;}
.mod.faqRail, .mod.newsSummary {padding:0 10px; margin-bottom: 30px;}

h4.hdgFaq, .newsSummary h3.hdng {
    color: #373737;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 1.75em;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 7px 0px;
    text-transform: uppercase;
}
.newsSummary span.date {display:block;}
.newsSummary .modContent {padding: 15px 0;}







header .container, 
header .grid_12 {position:static !important;}

#cctab_fuListingAssetId_divAssetPickerFile {background-color:#154276;}


.home .formee-msg-error {margin: 0 10px 15px;}

form[action="/my-account/register/"] .pageToolsWrapper {display: none;}

/*.topRight iframe {
    height: 480px;
    width: 100% !important;
}*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tab-video > iframe {
    width: 100%;
}

.btnType1 .btn {
	background: #acacac none repeat scroll 0 0;
	font-size: 14px;
	padding: 5px 10px;
}
.btnType2 .btn {
	background: #a21d21 none repeat scroll 0 0;
	font-size: 27px;
	padding: 13px 40px;
}
.btnType3 .btn {
	background: #164377 none repeat scroll 0 0;
	font-size: 24px;
	padding: 12px 40px;
}

.btnType4 .btn {
	background: #a21d21 none repeat scroll 0 0;
	color: #fff;
	font-size: 23px;
	padding: 11px 84px 11px 20px;
	position: relative;
	text-decoration: none;
}
.btnType4 .btn::after {
	color: #fff;
	content: "\232a";
	font-family: "icomoon";
	font-weight: bold;
	position: absolute;
	right: 13px;
	top: 15px;
}

.btnType5 .btn {
	background: #164377 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 44px 10px 20px;
	position:relative;
}
.btnType5 .btn:after {
	color: #fff;
	content: "\232a";
	font-family: "icomoon";
	font-weight: bold;
	position: absolute;
	right: 13px;
	top: 13px;
}	

a.btn {color:#fff;}
a.btn:hover, a.btn:focus {text-decoration:none;}

/* LANDING PAGE CSS UPDATES*/
body.landing-page .bannerWrpr {
	background: #fff;
    min-height: 0;
}
body.landing-page .homeTopWrpr0 {
	background: #fff;
    border-top: 0px solid #fff;
    min-height: 0;
}
body.landing-page .homeMiddleWrpr {
	background: #fff;
    padding: 0px;
}
body.landing-page .homeMiddleWrpr .container {
	margin: 0px;
	width: auto;
	max-width:100%;
}
.knowwho-landing {
	display: block;
}
.landing-row {
	max-width: 1200px;
    margin: 0 auto !important;
    float: none !important;
}
.knowwho-landing h1, .knowwho-landing h2, .knowwho-landing h3{
	text-transform: uppercase;
}
.knowwho-landing h2 {
	font-weight: 600;
}
.knowwho-landing h3 {
	color: #a11d21;
	letter-spacing: -.035em;
}
.knowwho-landing h3.blue-text {
	color: #164377;
	font-size: 1.5em;
	margin: 10px 0;
	letter-spacing: -.035em;
}
.knowwho-landing p, .knowwho-landing li {
	line-height: 1.8em;
	color: #333;
}
.landing-hero-wrapper {
	background: url("../landing-page/imgs/hero.jpg");
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	padding: 5% 0 6% 0; 
	width: 100%;
	height: auto;
}
.landing-hero-wrapper .hero-content{
	width:60%;
	float:right;
	padding: 3% 30px 20px 0;
}
.landing-hero-wrapper .hero-content img {
	max-height: 50px;
	margin-left: -12px;
}
.landing-hero-wrapper .hero{
	margin: 0 80px;
}
.landing-hero-wrapper .hero-content h1{
	color: #fff;
	margin: 15px 0 10px 0 !important;
	font-size: 2.5em !important;
}
.landing-hero-wrapper .hero-content p{
	color: #fff;
	max-width: 600px;
}
.knowwho-landing .hero-cta a {
	text-align: center;
	text-decoration: none !important;
	width: 150px;
	float: left;
}

.knowwho-landing .products-cta {   
	width: 150px;
    max-width: 1000px;
    margin: 0 auto !important;
    float: none !important;
}
.knowwho-landing .products-cta a {
	text-align: center;
	text-decoration: none !important;
	width: 150px;
}
.knowwho-landing .hero-cta p a, .knowwho-landing .products-cta a p {
	color: #fff;
	background: #a11d21;
	font-weight: 600;
	padding: 10px 8px;
	border-radius: 5px;
	
}
.knowwho-landing .hero-cta p a:hover , .knowwho-landing .products-cta a p:hover {
	color: #fff;
	background: #164377;
}
.kw-products-wrapper {
	background: url("../landing-page/imgs/kw-products-background.jpg");
	background-attachment: fixed;
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5% 0 6% 0; 
	width: 100%;
	height: auto;
}
.superior-choice-wrapper .superior-choice-content,.kw-products-wrapper .kw-products-content {
	text-align: center;
}
.landing-rows {
	display: flex;
	text-align: center;
}
.superior-choice-wrapper, .kw-products-wrapper {
	padding: 50px 0;
}
.superior-choice-wrapper .landing-rows.choice .landing-col-wrapper {
	flex: 25%;
}
.kw-products-wrapper .landing-rows.products .landing-col-wrapper {
	flex: 33%;
}
.kw-included-wrapper .landing-rows.kw-included-wrap .landing-col-wrapper {
	flex: 50%;
	margin: 0 2%;
}
.superior-choice-wrapper .landing-rows .landing-col-wrapper img{
	padding: 0 0 20px 0;
}
.landing-rows .landing-col-wrapper p {
	padding: 0 5%;
}
.superior-choice-wrapper .superior-choice-content p,.kw-products-wrapper .kw-products-content p, .landing-form .formee p {
	padding: 0 10%;
}
.kh-products {
	text-align: left;
	background: #fff;
	border-top: 7px solid #164377;
	margin: 20px 10px;
	padding: 20px 0 50px 10px;
}
.kh-products:first-child {
	border-top: 7px solid #a11d21;
} 
.kh-products:last-child{
	border-top: 7px solid #333;
} 
.knowwho-landing .kh-products h3{
	color: #164377;
	padding: 0 5%;
}
.knowwho-landing .kh-products h4{
	color: #333;
	padding: 0 5%;
}
.kw-included-wrapper .kw-included-wrap {
	padding: 50px 0;
}
.kw-included-wrapper .kw-included h5 {
	color: #a11d21;
	text-transform: uppercase;
}
.kw-included-wrapper .kw-included img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.kw-included-wrapper .kw-included .kw-included-content {
	text-align: left;
}
.kw-included-wrapper .kw-included .kw-included-content h2{
	margin: 0 0 10px 0;
}
.kw-included-wrapper .kw-included .kw-included-content h4{
	padding: 0 0 0 20px;
	color: #333;
	font-size: 1.3em;
	line-height: 1.5em;
}
.kw-included-content ul {
  	list-style: none;
}

.kw-included-content ul li {
  	list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1em;
	margin: 0.1em;
}
.kw-included-content ul li:before {
  	content: 'âœ“';
	color: #a11d21;
	font-size:1.8em;
}
.kw-included-wrapper .landing-col-wrapper:first-child {
	margin-top: 25px;
}
body.landing-page .landing-form {
	background: url("../landing-page/imgs/kw-form-background.jpg");
	background-repeat: no-repeat;
	background-size: cover; 
}
body.landing-page .landing-form .formee {
	max-width: 1200px;
    margin: 0 auto !important;
    float: none !important;
	text-align: center;
}
body.landing-page .landing-form .formee h3 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0em;
	margin: 50px 0 20px 0;
}
body.landing-page .landing-form .formee p {
	color: #fff;
	font-weight: 300;
}
body.landing-page .landing-form #CT_Bottom_Right_0_pnlNavigation {
    max-width: 200px;
    margin: 0 auto !important;
    float: none !important;
}
body.landing-page .landing-form .btnWrapper input {
	color: #fff;
	background: #a11d21;
}
body.landing-page .landing-form .btnWrapper input:hover {
	color: #fff;
	background: #584c4c;
}


/* =================================================================
                        Media Queries
===================================================================*/
@media screen and  (max-width: 1000px) {
	.landing-hero-wrapper {
		min-height: 450px;
	}
	.landing-hero-wrapper .hero-content{
		width:100%;
		padding: 0px;
	}
	.landing-hero-wrapper .hero{
		margin: 0 15px;
	}	
}
@media screen and (min-width:1000px){
	
}
@media screen and (max-width: 768px) {
	.landing-hero-wrapper .hero-content{
		text-align: center;
	}
	.landing-hero-wrapper .hero-content .hero-cta a {
		float: none;
	}
	.landing-hero-wrapper .hero-content p{
		max-width: 100%;
	}
	.landing-rows {
		display: block;
	}
	.kw-included-wrapper .landing-rows.kw-included-wrap .landing-col-wrapper {
		margin: 20px 2%;
	}
}

/* 16px baseline ( - 1439px +) */
@media only screen and (max-width:89.938em){
	.owlWrpr {padding: 0 70px;}
	
	.bottomRight {
		overflow-x: hidden;
		width: 100%;
	}
}

/* 16px baseline (400px - 640px +) */
@media only screen and (min-width:400px) and (max-width:640px){
	/*.owlWrpr {padding: 0 20%;}*/
}

/* 16px baseline (960px - 1439px +) */
@media only screen and (min-width:60em) and (max-width:89.938em){
	/*.bottomRight img{left:50%; margin-left:481px;}*/
	.bottomLeft {padding:90px 70px 30px;}
}

/* 16px baseline (960px - 1199px) */
@media only screen and (min-width:60em) and (max-width:74.938em) {
	.sectionHeading h1 {font-size: 3.5em;}
	.pageToolsWrapper a {text-indent: 999em; width: 0;}
	.pageToolsWrapper .addthis_toolbox a, .pageToolsWrapper .addthis_toolbox a:link, .pageToolsWrapper .addthis_toolbox a:visited {
		width: 10px; margin: 0 0 0 10px;
	}

	.tabModule.ui-tabs .ui-tabs-nav li a {padding: 0.9em 1.3em 0;}	
	

}

/* 16px baseline (768px - 1260px) */
@media only screen and (min-width:48em) and (max-width:78.750em) {
	.emailSignup .grid-8-12 {width:98%;}
}


@media only screen and (max-width:1043px) {
	.owlWrpr {margin-top: 0;}
}

/* 16px baseline (768px - 959px) */
@media only screen and (min-width:48em) and (max-width:59.938em) {

	ul.advList {padding: 0 10px 0 10px;}
	.emailSignup {padding: 0 20px 0 10px;}
	
	.sectionHeading h1 {font-size: 3em;}
	.pageToolsWrapper {font-size: 16px; top:36px;}
	.pageToolsWrapper a {text-indent: 999em; width: 0;}
	.pageToolsWrapper .addthis_toolbox a, .pageToolsWrapper .addthis_toolbox a:link, .pageToolsWrapper .addthis_toolbox a:visited {
		width: 10px; margin: 0 0 0 10px;
	}
	.pageTool {margin: 0 10px;}
	.pageToolsWrapper a.print {background-size: 29px 30px;}
	.pageToolsWrapper a.email {background-size: 30px 30px;}
	.pageToolsWrapper .addthis_toolbox a, .pageToolsWrapper .addthis_toolbox a:link, .pageToolsWrapper .addthis_toolbox a:visited {
		background-size: 30px 32px;
	}
	.pageTool {margin: 0 10px;}
	
	.bottomLeft {padding:70px 50px 30px;}
	.bottomLeft h2 {font-size: 38px;}
	
	.topLeft {padding:0 40px;}
	.topLeft h2 {font-size:28px;}	
	.topLeft p {font-size:17px;}

	.bannerWrpr {min-height:630px;}
	.bannerTxt {padding: 50px 50px 0;}
	.bannerTxt p {font-size:17px;}
	
	.tabModule.ui-tabs .ui-tabs-nav li a {font-size:16px; padding: .9em .9em 0;}
	.tabModule.ui-tabs .ui-tabs-nav li.ui-tabs-active a {font-size:20px; padding: 0.5em .9em 0.5em;}	
	
	.subFooter .followUs {margin: 0 20px 0 0;}
	
}
/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {

	.siteBody {font-size: 14px;}
	
	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link, 
	.siteHeader a.sitelogo:visited {float:none; display:block; width:auto;}
	
	.pageTools {display:none;}
	.extraNav {display:none;}
	.breadcrumbs  {display:none;}
	
	.subFooter {text-align:center; padding:20px 0;}
	.subFooter .followUs {float:none; margin:0 auto; width:auto;}
	.footerLinks {float:none; margin:0 auto; width:auto;}
	.ftAddress {float:none; margin:0 auto; width:auto;}
	.copyright {float:none; margin:0 auto; width:auto;}
	.ftAddress span {display:none;}
	
	ul.advList {padding: 0 0 0 0px;  border-right:none;}
	.emailSignup {padding: 0 20px 0 0px;}

	.eventsSummary h2.modHd {font-size: 28px;}
	#owl-events .itemContent {padding: 0 40px 0 40px;}
	#owl-events h2.itemHd {margin-top:20px; font-size:16px; letter-spacing:3px;}	
	.eventsSummary .moreLink {text-align: center; margin-top:0;}
	.eventsSummary h2.modHd	{margin:0;}
	.eventsSummary .noEvents {margin-top: 20px;}
	
	.sectionHeading h1 {font-size: 2.5em; padding:6px 0;}
	.pageToolsWrapper {font-size: 13px; left:0; right:auto; bottom:-48px; top:auto; /*top:95px;*/}
	.pageToolsWrapper a {padding: 5px 0 0 30px; width: 50px;}
	.pageTool {margin: 0 10px;}
	.pageToolsWrapper .addthis_toolbox a, .pageToolsWrapper .addthis_toolbox a:link, .pageToolsWrapper .addthis_toolbox a:visited {	padding-left: 20px; background-size:26px 28px; }
	
	.pageToolsWrapper a.print {background-size: 25px 26px;}
	.pageToolsWrapper a.email {background-size: 26px 26px;}
	
	.breadcrumbsWrpr {min-height:43px;}
	
	.nav {position:absolute; display:block; width:100%;}

	.homeBottomWrpr {height:auto;}
	.bottomRight {border-left:none;}
	.bottomRight .align {
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.bottomRight img {position:relative; max-width: 100% !important; border-left:none; z-index:9; min-width:auto;}
	.bottomLeft {padding:20px 10px 30px;}
	.bottomLeft h2 {font-size:28px;}
	.bottomLeft p {font-size:14px;}
	.bottomLeft a.btn {font-size:18px;}


	.homeMiddleWrpr	{padding:30px 0 5px;}
	.homeMiddleWrpr h1 {font-size:28px; text-align:left; padding:0 10px; margin:0 0 1.1em;}
	.homeMiddleWrpr h1 span {display:block;}

	.homeTopWrpr {padding:30px 0 40px;}	
	.topLeft {padding:0 10px;}
	.topLeft h2 {font-size:28px;}	
	.topLeft p {font-size:14px;}
	.topLeft a.btn {font-size: 18px;}
	
	.bannerTxt a.btn {font-size: 18px !important;}
	.btnAddToCart .btn {font-size: 22px !important;}
	.btnTryNow .btn {font-size: 19px !important;}
	
	.login {width:100% !important;}
	
	.emailSignup .btn, .siteSearch .btn, .login .btn {font-size:14px;}
	.emailSignup .formee input[type="text"],
	.siteSearch .formee input[type="text"],
	.login .formee input[type="text"] {
		padding: 10px 15px;
	}
	.emailSignup .btnWrapper::after,
	.siteSearch .btnWrapper::after,
	.login .btnWrapper::after {
		top: 11px;
	}
	
	
	.homeTopWrpr0 {border-top:none; padding:20px 0;}
	.owlWrpr {margin-top:0;}

	header .container, header .grid_12 {
		position: relative !important;
	}	
	.cartLink {position:absolute; right:10px;}
	
	.bannerWrpr {min-height:630px;}	
	.bannerTxt {padding: 20px 20px 0;}
	.bannerTxt p {font-size:14px;}
	
	.tabModule.ui-tabs .ui-tabs-nav li a {font-size:15px; padding: .9em .5em 0;}
	.tabModule.ui-tabs .ui-tabs-nav li.ui-tabs-active a {font-size:18px; padding: 0.5em .7em 0.5em;}

	.pageHeading h1, h1 {font-size:28px;}	
	.formHeading {border-top:none; margin-top:0;	 padding-top:0;}
	
	.railNavWrapper {margin: 20px -10px 0px -10px !important;}
	.siteBody {margin: 40px 0 0px;}
	
	.btnEnlarge {display:none;}
	.productImage img.mainImage {cursor: default;}
	
	.pageTopWrpr {overflow-x:visible;}
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}

/* 16px baseline ( - 599px +) */
@media only screen and (max-width:37.438em){

	.login .btnWrapper {
		margin: 0 0 10px 5px;
	}
	.login .formee input[type="text"] {
		margin-bottom: 5px;
	}
	
	.login .grid-6-12 {width:60%;}
	.login .grid-4-12 {width:60%;}
}

/* 16px baseline ( - 479px +) */
@media only screen and (max-width:29.938em){
	.subFooter {text-align:left;}
	.subFooter .followUs {margin:0;}
	.footerLinks {margin:0;}
	.ftAddress {margin:0; padding-left:5px;}
	.copyright {margin:0; padding-left:5px; font-size: 10px !important; width: 100% !important;}
	.mainContent>div>h2 {padding: 0 1em !important;}
	.pageBottomWrpr>div>div>h2 {padding: 0 1em !important;}
	.advFooter>div.grid_2,
	.advFooter>div.grid_3 {width: 30% !important;}
	.advFooter>div.grid_2>ul>li>ul>li>a,
	.advFooter>div.grid_3>ul>li>ul>li>a {font-size: 14px;}

	.emailSignup .grid-8-12 {width:100%;}
	.siteSearch .grid-9-12 {width:98%;}
	.login .grid-6-12 {width:98%;}
	.login .grid-4-12 {width:98%;}
	
	.emailSignup .btnWrapper,
	.siteSearch .btnWrapper,
	.login .btnWrapper {
		margin: 0 0 10px 5px;
	}
	.siteSearch .formee input[type="text"],
	.login .formee input[type="text"] {
		margin-bottom: 5px;
	}	
	
	.sitelogo img {width:170px;}
	.cartLink {top:24px;}
	
	.siteSearch {width:100%;}
	
	.article.newsDetail  > .aside {float:none; display:block; width: auto !important;}

	.eventsTheme .filterViewWrpr {width:100% !important;}
	
	.bannerTxt .sectionHeading h1 {font-size:30px;}
	
	.tabModule.ui-tabs .ui-tabs-nav li a {font-size:14px; padding: .8em .3em 0;}
	.tabModule.ui-tabs .ui-tabs-nav li.ui-tabs-active a {font-size:15px; padding: 0.5em .6em 0.5em;}
	
	.owlWrpr {padding: 0 30px;}


	.grid_6.paddingless { padding: 0;}	
	.bottomRight {margin:0;}
}


/* 16px baseline ( - 359px +) */
@media only screen and (max-width:22.438em){
	.followUs { padding: 7px 0 0 0px;}
	.loginCall {padding: 9px 30px 9px 15px;}
	.accountCall  {padding: 9px 5px 9px 5px;}
	.searchCall {width:45px;}
}

@media only screen and (max-width: 600px) {
	.loginWrpr {
		display: -webkit-box;

	}
	div[class="formee "] {
		display: grid !important;
	}

}

/* Popup CSS */

.imageColumn {
   width: 30%;
}

.imageColumn img {
   height: 390px !important;
   max-width: inherit !important;
}
.ui-dialog{
   left: 30% !important;
   top: 182.5px !important;
}
.ui-widget-header {
   border: none;
   background: #154377;
   border-radius: 4px 4px 0 0;
}
#hppopupcalendar {
   width: 600px !important;
   display: flex;
   flex-direction: row;
   padding: 0;
}
.textColumn {
   width: 70%;
   background-color: #154377;
   height: 350px;
   padding: 20px;
}
.textColumn h2,
.textColumn p {
   color: white;
}
.popupButton {
   color: white !important;
   background-color: #a21d20;
   padding: 10px 30px;
   border-radius: 10px;
   margin-top: 20px;
}
.popupButton a,
.popupButton a:visited {
   color: white !important;
}
.ui-dialog-buttonpane {
   display: none;
}
.AdminOnly {
   display:none; 
}

.portlet.ctpe-widget.ctpe-widget-content .AdminOnly { 
   display: block; 
}

@media only screen and (max-width: 1360px) {
   .ui-dialog {
      left: 27% !important;
   }
}
@media only screen and (max-width: 1200px) {
   .ui-dialog {
      left: 23% !important;
   }
}
@media only screen and (max-width: 1050px) {
   .ui-dialog {
      left: 21% !important;
   }
}
@media only screen and (max-width: 990px) {
   .ui-dialog {
      left: 19% !important;
   }
}
@media only screen and (max-width: 960px) {
   .ui-dialog {
      left: 17% !important;
   }
}
@media only screen and (max-width: 800px) {
   .ui-dialog {
      left: 18.5% !important;
      width: 500px !important;
   }
   #hppopupcalendar {
       width: 500px !important;
   }
}
@media only screen and (max-width: 768px) {
   .ui-dialog {
      left: 17% !important;
   }
}
@media only screen and (max-width: 700px) {
   .ui-dialog {
      left: 14% !important;
   }
}
@media only screen and (max-width: 650px) {
   .ui-dialog {
      left: 16% !important;
      width: 400px !important;
   }
   #hppopupcalendar {
      width: 400px !important;
   }
}
@media only screen and (max-width: 550px) {
   .ui-dialog {
      left: 13% !important;
   }
}
@media only screen and (max-width: 500px) {
   .ui-dialog {
      left: 14% !important;
      width: 350px !important;
   }
   #hppopupcalendar {
      width: 350px !important;
   }
}
@media only screen and (max-width: 450px) {
   .ui-dialog {
      left: 10.5% !important;
   }
   .imageColumn {
      display: none;
   }
   .textColumn {
      width: 100%;
   }
}
@media only screen and (max-width: 414px) {
   .ui-dialog {
      left: 7% !important;
   }
}
@media only screen and (max-width: 400px) {
   .ui-dialog {
      left: 12% !important;
      width: 300px !important;
   }
   #hppopupcalendar {
      width: 300px !important;
   }
   .textColumn h2 {
      font-size: 1.5em;
   }
   .popupButton {
      font-size: 12px;
   }
}
@media only screen and (max-width: 375px) {
   .ui-dialog {
      left: 9% !important;
   }
}
@media only screen and (max-width: 360px) {
   .ui-dialog {
      left: 7% !important;
   }
}
@media only screen and (max-width: 350px) {
   .ui-dialog {
      left: 6% !important;
   }
}
@media only screen and (max-width: 320px) {
   .ui-dialog {
      left: 2% !important;
      top: 148.5px !important;
   }
   #hppopupcalendar {
      height: 331px !important;
   }
   .textColumn h2,
   .textColumn p {
      margin-bottom: 10px;
   }
}

.storeContainer1 .row_container {
	padding: 16px;
}

.storeContainer1 .row_container.full_width {
    padding-right: 10px !important;
    padding-left: 26px !important;
    width: 100% !important;
}
.storeContainer1 .deptText {
    width: unset !important;
}
@media only screen and (max-width: 1230px) {
    .storeContainer1 .deptText font {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1054px) {
    .storeContainer1 .deptText font {
        font-size: 16px;
    }
}

@media only screen and (max-width: 855px) {
    .storeContainer1 .deptImageWrpr,
    .storeContainer1 .deptImageWrpr * {
        width: unset !important
    }
}

@media only screen and (max-width: 768px) {
    .storeContainer1 .row_container.full_width {
    	padding-left: 16px !important;
    }
}

@media only screen and (max-width: 479px) {
    .storeContainer1 .row_container.full_width {
        padding-right: 10px !important;
    }
    .storeContainer1 .deptImageWrpr, .deptImageWrpr * {
        width: 100% !important;
    }
    .storeContainer1 .deptText {
        width: unset !important ;
    }
}

@media only screen and (max-width: 430px) {
    .storeContainer1 .deptText h1.hdng {
        margin-bottom: 0;
    }
    .storeContainer1 .deptText .space {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
	.owlWrpr {
		margin-top: 0;
	}
}

@media only screen and (max-width: 500px) {
	footer .footerColumn {
		width: 30%;
	}
	footer .footerColumnWide {
		width: 33%;
	}
	.sf_grid {
		margin-left: 0;
		margin-right: 0;
	}
}