/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



/*! 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: 'Work Sans', sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    color: #3d3d3e;
}

/*
 * 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; }

/** 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:#6D6D6D; text-decoration:underline; }
a:hover, a:active, a:focus { color:#6D6D6D; 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-color: #c1c2c4; }
.container { }
.siteBody { min-height:300px; margin:15px 0; }


/* 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 ## */

.siteSearch {
    color: #FFFFFF;
    margin: 0;
}
.siteSearch label {
    display: none;
}






/* ==========================================================================
   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 > .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.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
   ========================================================================== */

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter {
    display: table;
    width: 100%;
	padding: 1em;
	border: 1px solid #c1c2c4;
	background: none;
    box-sizing: border-box;
}

.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; }
.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; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.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;}



/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert {
    float: left; 
    margin: 22px 20px 20px 0px; 
    clear: left;  
    background: #c1c2c4; 
    border: 1px solid #969696; 
    color: #393939; 
    padding: 15px; 
    overflow: hidden; 
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;         
}
.alert a { 
    color: #393939;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-decoration: none;
}
.alert a:hover { 
    text-decoration: underline;
}

.alertleft {
    float: none; 
    display: table-cell; 
    position: relative; 
    vertical-align: middle;
    padding: 10px 15px 10px 10px;
}
.alertright {
    float: none; 
    display: table-cell; 
    position: relative; 
    vertical-align: middle;    
}
.alertright  span.smaller {
    font-style: italic;
}

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.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  ## */

.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;}

.headerSocial {text-align: center;}
.headerSocial a {width: 39px; height: 29px; display: inline-block; text-indent: -9999em; transition: all .25s ease-in-out;}
.headerFB {background: url(/cms/images/FB-f-Logo__white_29.png) no-repeat center;}
.headerFB:hover {background: url(/cms/images/FB-f-Logo__blue_29.png) no-repeat center;}
.headerLI {background: url(/cms/images/In-White-28px-R.png) no-repeat center;}
.headerLI:hover {background: url(/cms/images/In-2C-28px-R.png) no-repeat center;}


/* =================================================================
                           MODULE STYLES 
===================================================================*/


/* ## Page Heading ## */

.pageHeading { margin-bottom:7px; border-bottom:1px solid #dbdbdb; }
.pageHeading .title { margin:0 0 7px 0; padding:0; font-size:1.6em; font-weight:normal; background:none; border:0; }


/* ##  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; }


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

.print-page {
		margin: 0px auto;
		padding: 0px 0px;
		max-width: 680px; 
		font-size: 0.94em;
        line-height: 28px;
		color: #000000;
		background: #C1C2C4;
        box-sizing: border-box;
}

.print-page .container {
    display: block;
    margin: 25px 0px 0px 0px;
    padding: 0px 5px;
    border: 1px solid #e0e0e1;
    background: #fff;
}

.print-page .site-header {
    display: table;
    width: 100%;
	margin: 0px 0px 25px 0px;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #C1C2C4;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;    
}

.print-page .site-header .print-td {
    display: table-cell;
    padding: 10px 0px 10px 0px;
    vertical-align: middle;
    font-size: 1.13em;
    letter-spacing: 1px;
    color: #456075;
}

.print-page .site-header .print-td.right {
    padding-top: 25px;
    padding-right: 0px;
    text-align: right;
}


.print-page .site-header .print-td span {
    font-weight: 700;
    padding-right: 5px;
}

.print-page .site-header .print-td p {
    margin: 5px 10px 10px 20px;
}

.print-page .site-header .print-td a {
    font-weight: 500;
    color: #000;  
    text-decoration: none;    
}

.print-page .site-header a.site-logo,
.print-page .site-header a.site-logo:link,
.print-page .site-header a.site-logo:visited { 
    float: none; 
    display: block; 
    width: 148px; 
    height: 105px; 
    margin: 0px 10px 10px 10px; 
    background-size: 100% auto;
    text-indent: -9999em;
}     

.print-page .print-logo {
    width: 148px; 
    height: 105px;     
}

.print-page main {
    padding: 0px;
}


.print-page .footer {
    display: block;
    margin: 20px 5px 0px 5px; 
    padding: 0px 0px 0px 0px; 
    border-bottom: 1px solid #C1C2C4;
    text-align: center;
}

.print-page .footer .grid_3 {
    text-align: right;
}

.print-page .footer p {
    margin: 10px 10px 20px 10px;
    color: #000;
    font-size: 0.88em;
}

.print-page .footer p a {
    color: #000;
    text-decoration: none;
}

.print-page .page-heading {
    height: auto;
    margin-bottom: 20px;
}

.print-page .page-heading h1,
.print-page .page-heading h2.title {
    margin: 15px 15px 15px 15px;
    font-size: 40px;
    line-height: 45px;    
}
.print-page .page-heading p {
    margin: 0px 0px 0px 0px;
}

@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; }

    body {
       -webkit-transform: scale(0.85);  /* Saf3.1+, Chrome */
             -moz-transform: scale(0.85);  /* FF3.5+ */
              -ms-transform: scale(0.85);  /* IE9 */
               -o-transform: scale(0.85);  /* Opera 10.5+ */
                  transform: scale(0.85);
        margin: -50px -73px 0;  /* big hack to reposition the page top the top and left of the viewer control */    
    }    
    
    .page-heading img {
        display: none !important;
    }
    
    /*
    .page-heading:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(/cms/images/layout/page-heading-overlay.png);
        opacity: 0;
    }
    */
    
    .print-page .page-heading h1,
    .print-page .page-heading h2.title {
        margin: 15px 0px 15px 0px;    
    }    
    
    .header-footer,
    .page-tools {
        display: none !important;
    }
    
    main {
        padding: 10px 0px !important;
    }
    
    .page-heading-table,
    .breadcrumbs-pagetools {
        padding: 10px 10px !important;
    }    
    
    .page-heading {
        height: auto !important;
    }
    
    .footer-footer {
        padding: 0px 25px !important;
    }
    
}

	


/* ===============  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: transparent; text-decoration:none !important; }
.btn { 
    display: inline-block; 
    margin: 0px; 
    padding: 13px 30px 13px 30px; 
    font-size: 20px;
    font-weight: 500; 
    color: #fff !important; 
    cursor: pointer; 
    overflow: visible; 
    background-color: #1e3151;     
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-decoration: none;
    text-align: center;
    border: 0px;    
}

.btn:hover {
    -moz-box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

/*.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 {}

.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%; }

.contactForm {
    padding-bottom: 30px;
}

/* ## 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:10px; padding:20px 0 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: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;}

.copyright { text-align:right; color:#787878;}


/* ## 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%; }
.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; }


.homepage .site-wrap {
    overflow: hidden;
}

.interior .site-wrap {
    overflow-x: hidden;
}


.site-wrap {
    /*max-width: 1920px;*/
    margin: 0px auto;
}

/*
.homepage .site-body-split:after {
    content: "";
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/cms/images/layout/page-heading-overlay.png); 
    margin-left: 1px;
}
*/


.home-banner img {
    max-width:100%;
    max-height:100%;
}

/*
#header-sticky { 
    display: block !important;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 280px !important;
    height: 100%;
    background: transparent;
    margin: 0px 0px 0px 0px;    
    overflow: auto;    
}
*/

.page-heading {
    display: block;
    position: relative;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 318px;   
    overflow-y: hidden;
	overflow-x: hidden;
}
/*
.page-heading:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/cms/images/layout/page-heading-overlay.png); 
}
*/
.page-heading h1,
.page-heading h2.title {
    margin: 0px 100px 0px 100px;
    font-size: 77px;
    line-height: 65px;
    font-weight: 800;
    text-transform: none;
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-heading p {
    margin: 0px 0px 0px 0px;
}

.page-heading img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 999rem !important;
    height: 100% !important;
    overflow: hidden;
}

@media only screen and (min-width:102rem) {
	.page-heading img {
		width:100%;
	}
}

.page-heading-table {
    display: table;
    padding: 10px 0px 10px 0px;    
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;     
}
.page-heading-table .page-heading-tr {
    display: table-row;
}
.page-heading-table .page-heading-td {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 40px;
}

.page-heading-table .block {
    display: inline;
}

.projectDetailsInfo {
    margin-top: 15px;
    margin-bottom: 9px;
}

.projectDetailsInfo > div {
    margin-top: 15px;
}

ul.itemList .aside {
    max-width: 134px!important;
}
/* ##  Breadcrumb Page Tools  ## */

.breadcrumbs-pagetools {
    display: table;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    margin: 0px auto;
    padding: 21px 100px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
}

.page-tools {
    display: table-cell;
    width: 130px;
    color: #fff;
    font-size: 18px;  
    padding-left: 15px;
    text-align: right;
}
.page-tools a, .page-tools a:visited { 
    text-decoration: none; 
    color: #fff;
}
.page-tools a:hover, 
.page-tools a:focus, 
.page-tools a:active { 
    text-decoration: underline; 
    color: #fff;
}
.page-tools span { 
    margin: 0px 0px; 
    font-weight: normal; 
}
.page-tools span.tool-dev { 
    display: inline-block;
    margin: 0px 5px;
}


.breadcrumbs {
    display: table-cell;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbs a, .breadcrumbs a:visited { 
    text-decoration: none; 
    color: #fff;
}
.breadcrumbs a:hover, 
.breadcrumbs a:focus, 
.breadcrumbs a:active { 
    text-decoration: underline; 
    color: #fff;
}
.breadcrumbs span { 
    margin: 0px 0px; 
    font-weight: normal; 
}
.breadcrumbs span.bread-dev { 
    display: inline-block;
    margin: 0px 12px;
}

main {
    position: relative;
    padding: 30px 87px;
    line-height: 25px;
	display:block;
}

/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    main {
        float: left;
    }
}
*/

main h1 {
    line-height: 32px !important;
}

h2, h3, h4, h5 {
    color: #1e3151; 
    text-transform: uppercase;
}

h2 {
    margin-top: 0px;
    line-height: 30px;
}

h4, h5 {
    line-height: 23px;
}

.grid_3.fl-lft_3 {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;    
}

.grid_3.fl-lft {
    float: right;
    padding-left: 0px;
    padding-right: 0px;    
}

.grid_3.fl-rgt {
    float: right;
    padding-right: 0px;     
}

.itemsPaging { 
    color: #3d3d3e; 
    font-size: 17px; 
    font-weight: bold; 
    padding: 15px 15px 15px 0; 
    text-align: right; 
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    z-index: 1;
    min-width: 200px
}
.itemsPaging ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.itemsPaging ul li {
    display: inline;
}
.newsModuleWrpr .itemsPaging ul li:last-child {
    padding-right: 10px;
}
.itemsPaging a {color:#3d3d3e; margin:0 5px; text-decoration:none;}
.itemsPaging a.arr {font-size:12px;}

/* Item Lists Content
   ========================================================================== */

.itemList {
	margin:0;
	padding:0;
	list-style:none;
}

.item {
	display: table;
	padding: 1em 0;
	width: 100%;
	border-top: 0px solid #ccc;
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 15px; }

.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 {  }
.content .date {  }

.items-found {
    float: left;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 15px 0px;  
    position: relative;
    z-index: 1;
}
.items-found p {
    margin: 0px 0px 0px 0px;    
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.items-found p span {
    font-weight: 300;
    color: #919294;
}

.itemsPaging { 
    float: right;
    display: block;    
    font-size: 16px; 
    margin-bottom: 15px;    
    text-align: right;
}

.itemsPaging a {
    font-size: 16px;
    font-weight: 300;    
    color: #3d3d3e; 
    margin: 0px 0px; 
    padding: 0px 5px; 
    text-decoration: none;
}
.itemsPaging a.alr,
.itemsPaging a.arr {
    font-size: 15px;
    padding: 0 5px;
}

.icon-triangle-left2:before,
.icon-triangle-right2:before {
	position:relative;
    top:2px;
	display:inline-block;
}

.itemsPaging a.active {
    border: 1px solid #919294;
    color: #919294;
    font-weight: 300;
}

.itemsPaging a.all {
    text-transform: uppercase;
}

.itemsPaging li.active span {
    border: 1px solid #919294;
    color: #919294;
    font-weight: 300;
    padding: 0px 5px;
}

.itemList h2 {
    margin: 0px 0px 5px 0px;
}

.itemList h2 a {
    color: #1e3151; 
    text-transform: uppercase;   
    text-decoration: none;
}
.itemList h2 a:hover {
    text-decoration: underline
}

.itemList h4 {
    margin: 7px 0px 7px 0px;
    font-size: 16px;
    font-weight: 300;
    color: #919294;
}

.itemList span.btnWrapper {
    float: left;
    display: block;
    margin: 15px 0px 0px 0px;
}
.itemList span.btnWrapper a.btn {
    display: inline-block;
    margin: 0px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF !important;
    cursor: pointer;
    overflow: visible;
    background-color: #1E3151;
    border-radius: 12px;
    transition: all 0.7s ease 0s;
    text-decoration: none;
    text-align: center;
    border: 0px none;    
}


/* Item Media
   ========================================================================== */

.aside {
	display: table-cell;
	padding: 5px 25px 0px 0px;
	text-align: center;
	min-width: 268px !important;
	max-width: 268px !important;
}

.aside img {
    width: 100% !important;
    max-height: 191px !important;
    border: 1px solid #eaeaea;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


.FAQWrpr h2 {
    font-weight: 700;
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c1c2c4;
}

.FAQWrpr h3 {
    font-weight: 700;
}

.FAQWrpr h4 {
    font-weight: 700;
    margin: 15px 0px 10px 0px;
}
.FAQWrpr li a {
    font-style: normal !important;
}

.FAQWrpr p.top-page {
    display: block;
    margin: 10px 0px 4px 0px !important;
    text-align: right;
}

.faq-table {
    display: table;
    width: 100%;
}
.faq-table .faq-table-row {
    display: table-row;
}
.faq-table .faq-table-row .faq-table-cell {
    display: table-cell;
}
.faq-table .faq-table-row .faq-table-cell.qst {
    width: 20px;
}
.faq-table .faq-table-row .faq-table-cell:first-child {
    padding-right: 10px;
}
.faq-table .faq-table-row .faq-table-cell p {
    margin: 0px 0px 0px 0px;
}

main {
    outline: 0;
}

.social-controls {
    float: left !important;
    display: block;
    margin-top: 5px;
}

.social-controls .twitter-control {
    margin-left: 4px;
    margin-top: 5px;
}

article.newsDetail {
    margin-bottom: 30px;
}


.news-rail {
    font-size: 14px;
    line-height: 20px;
}

.news-rail .time {
    margin-top: -10px;
    margin-bottom: 10px;
}

.news-rail img {
    margin: 0px 10px 10px 0px;
}

/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
    
    .grid_12.header-mobile {
        padding: 0px !important;
    }
    
    body { 
        background-color: #fff; 
    }
    
    .interior .site-wrap {
        overflow-x: hidden;
    }    
    
    .site-header-split {
        position: relative;
        background-color: #fff;
    }
    
    .homepage .site-body-split {
        position: relative;
        margin-top: 20px; 
        width: 100%;
        height: 460px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;           
    }
    
    .interior .site-body-split {
        position: relative;
        margin-top: -20px; 
        width: 100%;          
    }    
    
    .table-header-all {
        display: table;
        margin: 10px 0px 0px 0px;
        width: 100%;
    }    

    .table-cell-logo {
        display: table-cell;
        vertical-align: middle;
        width: 65%;
        position: relative;
        z-index: 1;
    }    

    .table-cell-logo p {
        position: relative;
        z-index: 1;
        margin: 0px auto 0px auto;
    }
    
    .table-cell-mobile-toggle {
        display: table-cell;
        vertical-align: middle;        
    }    
    
    .table-cell-logo a.site-logo,
    .table-cell-logo a.site-logo:link,
    .table-cell-logo a.site-logo:visited { 
        float: none; 
        display: block; 
        width: 148px; 
        height: 105px; 
        margin: 0px auto 0px auto; 
        background:url(/cms/images/layout/logo.png) no-repeat 0 0; 
        background-size: 148px 105px;
        text-indent: -9999em;
    }
	
    .home-banner {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
    }
    
    .home-banner .text-in {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        z-index: 1;
    }    

    .home-banner .text-in h2.title {
        margin: 0px 0px 0px 0px;
        font-size: 40px;
        font-weight: 900;
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .home-banner .btnWrapper {
        float: none;
        display: block !important;
        margin: 15px auto 0px auto;
        width: 190px;
    }    
    
	.pageTools {
        display: none;
    }
    
    .header-footer footer {
        display: none;
    }
    
    /*.our-clients.desktop {
        display: none;
    }*/
    
    .main-nav {
        margin-top: 40px !important;
    }
    
    .cm-menu li a { 
        color: #1e3151 !important; 
    }    

    .header-address {
        display: block;
        position: relative;
        color: #7d7d7d;
        font-size: 14px;
        line-height: 26px;
        padding: 34px 40px 0px 40px;
    }
      
    .our-clients {
        display: block;
        position: relative;
        color: #393939;
        line-height: 26px;
        padding: 34px 40px 0px 40px;    
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }    
    
    .slick-all h3.titleAlt {
        color: #3e3e3e !important;

    }    
    
    .slick-all .slick-next:before,
    .slick-all .slick-prev:before {
        color: #3e3e3e !important;
    }    
    
    footer {
        display: block;
        position: relative;
        color: #5c5c5c;
        font-size: 13px;
        line-height: 19px;
        margin: 15px 10px 0px 10px;
        text-align: center;
    }    
    
    footer span.block {
        display: inline;
    }
    
    footer span.credit {
        display: block;
        color: #434343;
        font-weight: 500;
    }     
    
    .breadcrumbs-pagetools {
        padding: 10px 15px !important;
    }    
    
    .page-heading {
        height: auto;
    }
    
    .page-heading-table .page-heading-td {
        padding-top: 20px;
        padding-bottom: 40px;
    }    
    
    .page-heading-table .block {
        display: inline;
    }
    
    .page-heading h1,
    .page-heading h2.title {
        margin: 10px 15px 10px 15px !important;        
        font-size: 40px;
        line-height: 40px;
        font-weight: 800;
        color: #FFF;
    }    
    
    .breadcrumbs,
    .page-tools a.print,
    .page-tools span.tool-dev {
        display: none;
    }   
    
    main {
        position: relative;
        padding: 15px 15px;
        line-height: 25px;
    }   
    
    .grid_3.fl-rgt {
        padding-bottom: 20px !important;
    }
   
    .filter {
        margin-top: 15px;
    }
    
    .filter .filterOptions,
    .filter .filterActions {
        float: left;
        display: block;
        vertical-align: middle;
        margin-bottom: 10px;
    }

    .filter .filter-actions-all {
        float: right;
        display: block;
        text-align: left;   
    }    
    
    .newsFilterCatWrpr {
        float: left;      
    }
    
    .filter-actions {
        float: right;
        padding-top: 0px;          
    }      
    
    .article > .aside {
        float: none; 
        display: block !important;
        width: 100% !important;
        max-width: auto !important;
        text-align: center;
        margin: 1em auto;
    }
    
    .site-body-split .grid_9 {
        width: 100% !important;
        padding-right: 0px !important;
    } 
  
    .alertleft {
        float: none; 
        display: block; 
        position: relative; 
        vertical-align: middle;
        padding: 10px 15px 10px 10px;
        text-align: center;
    }
    .alertright {
        float: none; 
        display: block; 
        position: relative; 
        vertical-align: middle;    
    }     
    
}


/* 16px baseline (768px - 979px) */
@media only screen and (min-width:48em) and (max-width:61.19em){
    
    .table-cell-logo a.site-logo,
    .table-cell-logo a.site-logo:link,
    .table-cell-logo a.site-logo:visited { 
        float: none; 
        display: block; 
        width: 190px; 
        height: 135px; 
        margin: 0px auto 0px auto; 
        background:url(/cms/images/layout/logo.png) no-repeat 0 0; 
        background-size: 190px 135px;
        text-indent: -9999em;
    }    
    
    .outer-container .header-footer {
        display: table-cell;
        vertical-align: top;
        width: 10%;
        min-width: 200px !important;
        padding: 10px 0px 10px 0px;
        background-color: #c1c2c4;
    }    
    
    .main-nav-split {
        margin-top: 55px !important;
    }    
    
    .cm-menu li a {
        display: block;
        padding: 10px 20px !important;
    }
    
    .header-address {
        padding: 34px 20px 0px 20px !important;
    }  
        
    .our-clients {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }    
    
    footer {
        margin: 60px 20px 0px 20px !important;
    }      
    
    .page-heading h1,
    .page-heading h2.title {
        margin: 10px 40px 10px 40px !important;        
        font-size: 43px !important;
        line-height: 37px;
    }
    
    .home-banner .text-in {
        width: 55% !important;
        bottom: 20px !important;
        right: 20px !important;        
    }
    
    .page-heading {
        height: 200px !important;
    }
    
    .breadcrumbs-pagetools {
        padding: 10px 40px !important;
    }    
    
    main {
        position: relative;
        padding: 20px 27px;
        line-height: 25px;
    }    

    .home-banner .text-in h2.title {
        display: block !important;
    }
    
    
    
}

/* 16px baseline (980px - 1200px) */
@media only screen and (min-width:61.25em) and (max-width:75em){
    
    .page-heading h1,
    .page-heading h2.title {
        margin: 10px 40px 10px 40px !important;        
        font-size: 60px !important;
        line-height: 37px;
    }
    
    .breadcrumbs-pagetools {
        padding: 21px 40px;
    }
    
    main {
        padding: 30px 30px;
    }
    
    
}

/* 16px baseline (980px +) */
@media only screen and (min-width:61.25em) {

    /* ## Site Header ## */
    .table-cell-logo a.site-logo,
    .table-cell-logo a.site-logo:link,
    .table-cell-logo a.site-logo:visited { 
        float: none; 
        display: block; 
        width: 228px; 
        height: 162px; 
        margin: 38px auto 30px auto; 
        background:url(/cms/images/layout/logo.png) no-repeat 0 0; 
        text-indent: -9999em;
    }

}
    
/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

    body {
        height: 100vh;
    }
    
    .outer-container {
        height: 100vh;
        display: table;
        width: 100%;
        position: relative;
        box-sizing: border-box;
    }
    
    .outer-container .header-footer {
        display: table-cell;
        vertical-align: top;
        width: 10%;
        min-width: 280px;
        padding: 10px 0px 10px 0px;
        background-color: #c1c2c4;
    }
    
    .interior .outer-container .header-footer {
        min-width: 297px;
    }    

    .homepage .outer-container .site-body-split {
        display: table-cell;
        vertical-align: top;
        width: 90%;
        padding: 0px;       
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;        
    }    
    
    
    .interior .outer-container .site-body-split {
        display: table-cell;
        vertical-align: top;
        background-color: #fff;
        width: 90%;
        padding: 0px;              
    }      
    
    .interior .outer-container .site-body-split .grid_9.alpha {
        /*min-height: 750px !important;*/
    }
    
    .home-banner .text-in {
        position: absolute;
        bottom: 50px;
        right: 50px;
        z-index: 1;
		width:503px;
    }

    .home-banner .text-in h2.title {
        margin: 0px 0px 0px 0px;
        font-weight: 900;
        color: #fff;
        text-align: right;
        /*display: table-caption;*/
		font-size:50px;
		line-height:50px;
    }
    
    .home-banner .btnWrapper {
        float: right;
        margin: 15px 0px 0px 0px;
    }    
    
    .home-banner img {
        display: none;
    }
    
    .header-address {
        display: block;
        position: relative;
        color: #393939;
        line-height: 26px;
        padding: 34px 40px 0px 40px;
    }
    
    .our-clients.mobile {
        display: none;
    }    
    
    .our-clients {
        display: block;
        position: relative;
        color: #393939;
        line-height: 26px;
        padding: 34px 40px 0px 40px;    
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .footer-footer {
        display: none;
    }
    
    footer {
        display: block;
        position: relative;
        color: #5c5c5c;
        font-size: 13px;
        line-height: 19px;
        margin: 60px 35px 0px 40px;
    }    
    
    footer span.block {
        display: block;
    }
    
    footer span.credit {
        display: block;
        color: #434343;
        font-weight: 500;
    }    
    
    footer span.credit a {
        color: #434343;
        text-decoration: none;
    }   
    
    footer span.credit a:hover {
        text-decoration: underline;
    }       
    
    .grid_6.fl-mdl {
        float: none !important; 
        vertical-align: top !important; 
        display: inline-block; 
        padding-left: 20px;
    }
  
    .filter .filterOptions,
    .filter .filterActions {
        display: table-cell;
        vertical-align: middle;
    }

    .filter .filter-actions-all {
        display: table-cell;
        text-align: left;
    }      
    
    .article > .aside {
        float:right; 
        margin: 0px 0px 15px 15px;
    }   
   
    /* Microsoft Edge Browser 12+ (All) - @supports method */
    @supports (-ms-accelerator:true) {
      .home-banner .text-in { right: 320px !important;}
    }    
    
}

@media only screen and (min-width:60em){
	.home-banner .text-in h2.title {
		font-size: 60px;
		line-height: 60px;
	}
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .home-banner .text-in h2.title {
        display: block;
    }    
}


/* 16px baseline (180px - 800px) */
@media only screen and (min-width:11.25em) and (max-width:25em){
    .items-found p span {
            display: block;
    }
}
    
/* 16px baseline (180px - 400px) */
@media only screen and (min-width:11.25em) and (max-width:50em){

    .items-found {
        float: left;
        position: relative;
        display: block;
        margin-bottom: 0px;
        padding: 15px 0px 0px 0px;     
    }

    .itemsPaging { 
        float: right;
        display: block;    
        color: #3d3d3e; 
        font-size: 16px; 
        margin-bottom: 15px;    
        padding: 15px 15px 15px 15px; 
        text-align: right;
    }
    
    .item .content {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .item .aside {
        display: block;
        padding: 5px 25px 15px 0px;
        text-align: center;
        min-width: 268px !important;
        max-width: 268px !important;
    }    

}

/* 16px baseline (1920px +) */
@media only screen and (min-width:120em){
    
    body.homepage {
        overflow-y: hidden;
    }
    
}

/* 16px baseline height (856px - 1023px) */
@media only screen and (min-height:856px) and (max-height:1023px){

    .header-address,
    .our-clients {
       padding-top: 10px !important;
    }

    .main-nav-split {
        margin-top: 0px !important;
    }
    
    .table-cell-logo a.site-logo {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    
    footer {
        margin-top: 10px !important;
    }
    
}


/* 16px baseline height (768px - 980px) */
@media only screen and (min-width:768px) and (max-width:980px){
    
    .grid_9.fl-lft2 {
        float: none !important;
        display: table-cell !important;
        vertical-align: top;
        width: 65% !important;        
    }
    
    .container .grid_3.fl-rgt {
        float: none;
        display: table-cell !important;        
        vertical-align: top;   
        width: 35% !important;          
    }

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.home-banner .text-box {
	padding:30px;
	background:rgba(0,0,0,0.6);
	color:#fff;
}

.home-banner .text-box span + span {
	display: block;
    margin: 10px auto 0 auto;
    text-align: center;
}

@media only screen and (min-width:48rem)  {
	.home-banner .text-box span + span {
		display: inline-block;
		margin: 30px 20px 0 0;
		text-align: left;
	}
}

@media only screen and (min-width:60rem)  {
	.login {max-width:40%;}
}

.image-title {
	position:relative;
	margin:10px 15px;
	color:#fff;
}

@media only screen and (min-width:48rem)  {
	.image-title {
		margin:20px 40px;
	}
}

@media only screen and (min-width:75em) {
	.image-title {
		margin:20px 100px;
	}
}

@media only screen and (max-width:59.9rem) {
	.preForm [class*="grid_"] {width:100%;}
	.table-cell-logo h3 {color:#1e3151 !important; }
	.headerLI {background: url(/cms/images/In-2C-28px-R.png) no-repeat center;}
	.headerLI:hover {background: url(/cms/images/In-2C-28px-R.png) no-repeat center;}
	.headerFB {background: url(/cms/images/FB-f-Logo__blue_29.png) no-repeat center;}
	.headerFB:hover {background: url(/cms/images/FB-f-Logo__blue_29.png) no-repeat center;}
	
}

@media only screen and (min-width:43.750em) and (max-width:47.938em){
	.homepage .site-body-split {
		height:840px;
	}
	