/* ## 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: 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: 2.250em; color:#2d3337; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; margin:0 0 0.5em;}
h2 {font-size: 1.875em; color:#2d3337; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; margin:0 0 0.5em;}
h3 {font-size: 1.330em; color:#2d3337; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; margin:0 0 0.5em;}
h4 {font-size: 1.125em; color:#2d3337; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; margin:0 0 0.5em;}
h5 {font-size: 1.000em; color:#2d3337; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; margin:0 0 0.5em;}
h6 {font-size: 0.875em; color:#2d3337; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; margin:0 0 0.5em;}

/*
 * 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;
}
.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
    max-width: 60px !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:15px;}
.imgRight { float:right; margin-left:15px;}
.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:#444; text-decoration:underline; }
a:hover, a:active, a:focus { color:#444; text-decoration:none; }
a:active, a:focus { outline:0; }

.btnText { margin:0; padding:0; color:#444; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#444; 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:url(/cms/images/site-bkgd.jpg) repeat; font-family: 'Open Sans', sans-serif;}
.bodyWrpr {	/*background:url(/cms/images/page-bkgd.jpg) repeat;*/
		background:url(/cms/images/home-bkgd.jpg) repeat;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 87.5em;
    min-width: 16em;
    padding: 0;
    position: relative;
	overflow-x: hidden;
}
.bodyWrpr.home {background:url(/cms/images/home-bkgd.jpg) repeat;}
.container { }
.siteBody { min-height:300px; margin:30px 0; }


/* ## Site Header ## */
.siteHeader {position:relative; min-height:100px; z-index:1000;}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {/*float:left; display:block; width:300px; height:47px; margin-bottom:10px; background:url(/cms/images/dev/placeholders/AE_logo_tag_3color_300w.png) no-repeat 0 0; text-indent:-9999em;*/
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-90px;
	width:180px;
	text-align:center;
	z-index:2000;
}

/* 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; margin-bottom:30px;}

.title { position: relative; margin: 0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size:1.75em; }
.titleAlt2 {  }

.title .more {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.6em;
}

.modContent{
	padding: 15px 0;
}

.genericRightRailModule {background: #2d3337; padding: 20px; margin-bottom:30px;}
.grmContent {font-size: 15px;}
.railDocumentss {background: #2d3337; padding: 20px; margin-bottom:30px;}
.railDocumentss h3 {color: #fff; font-size: 22px;}
.railDocumentss a, .railDocumentss a:visited {color: #ddd;}

/* Item Lists Content
   ========================================================================== */

.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	display: table;
	padding: 1em 0; 
	width: 100%;
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; font-style:italic; }


/* 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: 0.5em 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 1px solid #ccc;
	background: #f7f7f7;
}

.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 10px 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; margin:0 0 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 { 		
	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 #ccc; padding:1px; }
.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: #f7f7f7;}
.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;*/ float:right;}
.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:#000; padding:2px 4px; border:1px solid #ccc; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#f7f7f7; border: 1px solid #ccc; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ccc; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ccc; padding:2px 4px; background-color:#f7f7f7;}
.sortStatus {float:left; margin:0 10px 7px 0;}

/* ##  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:0 0 10px 0; font-size:.9em; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; }


/* ## Page Heading ## */

.pageHeading {}
.pageHeading h1 {border-bottom:1px solid #dbdbdb; margin-bottom:10px; padding: 0 0 0.5em;}
.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
===================================================================*/

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

	


/* ===============  HOME SLIDESHOW  =============== */

.mainStage {position:relative; overflow:hidden; width:960px; height:425px; margin:0 20px;}

.mainStage h1 {color:#72A3D0; font:normal 14px Sone,'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em 0; padding:0; text-transform:lowercase; text-shadow:1px 1px 1px #fff; z-index:2;}
.mainStage h1 sup {font-size:0.5em;}
.mainStage h3 {color:#72A3D0; font:bold 20px 'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em; z-index:2;}
.mainStage-top {position:absolute; top:20px; border-bottom:1px dashed #bbc2c9; width:100%;padding-bottom:4px; z-index:1;}
.mainStage .items {width:20000em; position:absolute; clear:both}
.mainStage .single {float:left; position:relative; width:960px; height:425px; margin:0; padding:0;  background-repeat:no-repeat; background-position:right 0;}
.mainStage .single h3 { font-size:60px; text-transform:uppercase; margin:80px 0 0 0; text-shadow:2px 2px 2px #ABC9E4;}
.mainStage .single p {font-size:14px; font-weight:bold; color:#72a3d0; line-height:1.6em;}

.mainStage .navi {position:absolute; top:15px; right:0;}
.mainStage a.browse {background:url(/cms/images/slideshow/slide_arrows.png) no-repeat; display:block; width:25px; height:30px; cursor:pointer; font-size:1px; position:absolute; z-index:1000; top:0;}
.mainStage a.right {background-position:-25px 0; right:0;}
.mainStage a.right:hover {background-position:-25px -30px}
.mainStage a.right:active {background-position:-25px -60px}
.mainStage a.left {margin-left:0;right:35px;}
.mainStage a.left:hover {background-position:0 -30px;}
.mainStage a.left:active {background-position:0 -60px;}
.mainStage a.disabled {visibility:hidden !important;}


/* ## Button Styles ## */
/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; padding:0; background-color:#fff200; text-decoration:none !important; }
.btn { display:inline-block; margin:0; padding:6px 10px; font-weight:bold; color:#000; background-color:#fff200; /*border:1px solid #A4A4A4;*/ text-align:center; text-decoration:none; cursor:pointer; overflow:visible; border-style: none; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase;}
.btnWrapper:hover, .btnWrapper:hover .btn, .btn:hover { background-color:#2d3337; color:#fff200;}

.btnAlt {color:#fff200; background-color:#2d3337; border-style: none;}
.btnAlt .btn{color:#fff200; background-color:#2d3337; /*border:1px solid #fff;*/ text-align:center; text-decoration:none; cursor:pointer;}
.btnAlt:hover, .btnAlt:hover .btn { background-color:#fff200; color:#2d3337;}

.btnLarge .btn {padding:6px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footer {position:relative; margin: 0 15px 10px; padding:20px 0 10px; border-top:4px double #ccc; color:#000;}
.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;}

.footer .sitelogo {display:block; text-align:center;}
.footer .sitelogo img {width:120px;}

.ftrAddress {/*font-size:18px;*/ font-weight:bold; line-height: 1.2; /*padding: 20px 0 10px 10px;*/ padding: 20px 0 5px 10px; } 
.ftrPhone {/*font-size:18px; font-family: 'Open Sans Condensed', sans-serif;*/ line-height: 1.2; padding:0 0 0 10px;}
.ftrPhone a {text-decoration:none; color:#000;}
.ftrPhone a:hover, .ftrPhone a:focus {text-decoration:underline;}

.ae {font-size:12px; color:#999; margin-bottom:10px; line-height: 1.7;}
.ae a { color:#999; text-decoration:none;}
.ae a:hover {text-decoration:underline;}
.powered {display:block; margin-bottom:3px;}
.powered img {width:220px;}

.ftrBox {padding:0 15px; /*border:1px solid #ccc;*/ position: relative;}
.ftrBox:after {
	position:absolute;
	content:"";
	width:6px;
	height:auto;
	top:5px;
	bottom:5px;
	left:-3px;
	border-left:6px double #ccc;
}

.ftrBox.ftrLogo {line-height:120px;}
.ftrBox.ftrLogo:after {border-left:none;}

.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:#444;}

ul.advList {margin:0 30px 10px 0; 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.5em; font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {font-weight:bold; color:#444;}

.footerHeading {display:block; margin:0 0 5px; font-weight:bold; font-size:24px; 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; }
.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:center; color:#303030; font-size:12px;}


/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px; padding-left:15px;}
.emailSignup p { margin:0 0 15px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}
.emailSignup .grid-8-12 {margin-right:0; margin-left:0; padding:0;}
.emailSignup .formee input[type="text"] {margin-bottom:0; padding: 6px 5px 7px; color:#000;  background:#e7e7e7; border:2px solid #bbb; border-right:none;}
.emailSignup .formee input[type="text"]:hover {background:#fff !important;}
.emailSignup .btn {font-size:24px; padding: 3px 15px;}
.emailSignup .long {display:block;}
.emailSignup .short {display:none;}

/* ## Footer Social Follow ## */

.followUs {margin:0; text-align:center;}
ul.socialFollow {margin:0; padding:0; list-style-type:none;}
ul.socialFollow li {display:inline-block;}
ul.socialFollow li a {display:inline-block; width:23px; height:32px; background:url(/cms/images/social.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden;}
ul.socialFollow li.facebook a {background-position:-10px 0;}
ul.socialFollow li.twitter a {background-position:-40px 0;}
ul.socialFollow li.youtube a {background-position:-80px 0; margin-left:10px;}

ul.socialFollow li a:hover, ul.socialFollow li a:focus {
	opacity:0.75; -moz-opacity:0.75; filter:alpha(opacity=75);
}

/*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; }
table.dataTbl {
	widtH:100%;
	display: table;
	border-collapse:collapse;
	margin-bottom:20px;}
table.dataTbl th {background:#2d3337; padding:6px 15px; font-size:1em; border:1px solid #2d3337; border-bottom:2px solid #fff200; color:#fff;}
table.dataTbl th a {color:#fff; text-decoration:underline;}
table.dataTbl td {vertical-align:top; padding:6px 15px; border:1px solid #ccc;}
table.dataTbl td td {border-style:none;}


/* ## 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; }

.visuallyHidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* =================================================================
                        Custom Styles
===================================================================*/
.headerWrpr {background:#2d3337; position:relative;}
.headerWrpr:after {
position:absolute;
content:"";
height:21px;
width:100%;
background:url(/cms/images/header-bkgd.jpg) no-repeat 50% 0;
left:0;
bottom:0;
}
.interior {padding:30px; background:#fff; margin-bottom:70px;}


.iconHome {position:absolute; left:2%; top:25px;}

.searchCall {
    padding: 27px 17px;
    position: absolute;
    right: -15px;
    top: 0;
	z-index:9999;
}
.searchCall:hover, .searchCall:focus {background:#20262a; cursor:pointer;}

.siteSearch {position:absolute; background:#20262a; padding:15px 20px; top:78px; right:-15px; z-index:1200; width:42.5%; display:none;}
.siteSearch.active {display:block; z-index: 9999;}
.siteSearch .formee  input[type="text"] {margin-bottom:0;}
.siteSearch .btn {font-size: 20px; padding:4px 10px 5px;}

.siteSearch.active + .searchCall {background:#20262a;}

.welcome {padding:30px 0 0;}
.welcome h1 {text-align:center;}
.welcome p { font-size:15px; text-align:justify; line-height:1.95;}
.txtLeft  {padding-left:17.5%;}
.txtRight {padding-right:17.5%;}

.boxesWrpr {min-height:361px; position:relative; border:4px solid #fff; margin:0 10%;}
.boxesWrpr:before {
	position:absolute;
	content:"";
	width:141px;
	height:100%;
	top:-4px;
	left:-145px;
	background:url(/cms/images/left-bkgd.jpg) no-repeat 0 0;
	background-size:cover;
	border-top:4px solid #fff; 
	border-bottom:4px solid #fff; 	
}
.boxesWrpr:after {
	position:absolute;
	content:"";
	width:141px;
	height:100%;
	top:-4px;
	right:-145px;
	background:url(/cms/images/right-bkgd.jpg) no-repeat 0 0;
	background-size:cover;	
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;	
}
.boxesWrpr .container {max-width:100%;}

.latestNews {	border-bottom:4px solid #fff; background:url(/cms/images/news-bkgd.jpg) no-repeat 0 0; background-size:cover; padding:6px 20px 10px;}
.financing {	border-bottom:4px solid #fff; /*background:#2d3337;*/ background:url(/cms/images/layout/homepage-banner-sized.png) 50% 50%; background-size:cover; position:relative;
 	border-left:4px solid #fff;
	border-right:4px solid #fff;
}
.financing .overlay {padding:6px 20px 10px; background:rgba(0,0,0,0.5); height:100%; position:absolute; width:100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.financing  a, .financing a:visited {text-decoration:none;}

.videosHome {	border-bottom:4px solid #fff; background:url(/assets/1/6/videos-bkgd.jpg) no-repeat 50% 50%; background-size:cover; position:relative; 
 	border-left:4px solid #fff;
	border-right:4px solid #fff;
}
.videosHome .overlay {padding:6px 20px 10px; background:rgba(0,0,0,0.5); height:100%; position:absolute; width:100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.featuring {	border-bottom:4px solid #fff; background:url(/assets/1/6/featuring-bkgd.jpg) no-repeat 50% 50%; background-size:cover; position:relative;}
.featuring .overlay {padding:6px 20px 10px; background:rgba(0,0,0,0.5); height:100%; position:absolute; width:100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


.boxT h1 {color:#fff; margin:0 0 0;}
.boxT h1 span {color:#fff200;}
.boxT p {color:#fff; font-size:14px; margin: 0 0 0.5em;}
.financing .btn {font-size:20px; padding: 6px 20px;}

a.playVideo {text-decoration:none; position:absolute; right:20px; bottom:40px; color:#fff; font-size:1.25em; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; padding-left:55px;}
a.playVideo span {color:#000; font-size:30px; padding: 2px 2px 0 0px; position:absolute; left:0; top:7px;
	background:#fff200;
	opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70);
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
}
a.playVideo:hover span, a.playVideo:focus span{
	opacity:1; -moz-opacity:1; filter:alpha(opacity=100);
}
.playVideo h3{color:#fff; font-size:1.25em; line-height:1.1; display:inline-block; padding-left:5px;}

.featuring h1.name {position:absolute; bottom:15px; right:25px; font-size:48px;}
.featuring h1.name a, .featuring h1.name a:visited {color:#fff; text-decoration:none;}
.featuring  a, .featuring a:visited {text-decoration:none;}

.boxesWrpr .container .grid_5 {width:44%;}
.boxesWrpr .container .grid_2 {width:12%;}

.boxB {color:#fff; background:#2d3337;}

.boxB h2 {color:#fff; line-height:1; margin:0 0 0 0;}
.boxB h2 span {font-size:22px;}

.locator {padding: 6px 10px 10px 20px;}
/*.dealerLocator > label {float:left; margin-right: 20px; width:105px;}*/
.dealerLocator > h2 {float:left; margin-right: 10px; width:105px;}
.dealerLocator .formee {padding-top:17px;}
.dealerLocator .formee input[type="text"] {margin:0 0 0px;}
.dealerLocator .grid-7-12 {margin-right:2%;}
.dealerLocator .btn {font-size:20px; padding: 4px 15px 5px;}

.corlnav .dealerLocator {padding:20px; background: #2d3337;}
.corlnav .dealerLocator h3 {color:#fff;}
.corlnav .dealerLocator .formee label {color:#fff;}
.corlnav .dealerLocator .formee input[type="text"] {margin-bottom:15px;}
.corlnav .dealerLocator .formee .grid_12 {padding:0;}

.socialBox {background:#21272b; /*padding: 25px 10px 15px;*/ padding: 6px 10px 10px;
 	border-left:4px solid #fff;
	border-right:4px solid #fff;
}
.socialBox .followUs {margin-top:19px;}
.madeInUSA {/*padding: 25px 20px 10px;*/ padding: 5px 0; background:url(/cms/images/usa-flag.jpg) no-repeat 100% 0; background-size:50% 100%;}
.madeInUSA h2 { margin: 0; line-height: 0.9; width:185px; text-align:center;}
.madeInUSA h2 span.red   {color:#b52421; font-size:40px;}
.madeInUSA h2 span.blue {color:#1d68b6; font-size:40px;}
.boxB h2 span {font-size: 22px;}
.usa {font-size: 40px !important;}

.slideshow-wrapper {overflow: hidden;}
.slideshow .slideTxt {
    right: 0%;
    position: absolute;
    bottom: 15%;
    width: 50%;
}
.slideshow .slideTxt h1 {color:#fff; font-size:50px; text-align:right; line-height:1.2; padding-right:16%;}

.newsSummary {padding:20px; background:#2d3337;}
.newsSummary .modHead h1 {font-size:22px; color:#fff;}
.home .newsSummary .modHead h1{font-size: 2.25em;}
.home .newsSummary  {padding:0; background:none; margin-bottom:10px;}

a.viewAll {color:#fff200 !important; text-decoration:none; margin-top:7px; font-size:15px; font-weight:bold; font-family: 'Open Sans Condensed', sans-serif; float:right; padding-left:5px; text-transform: uppercase;}
.newsSummary a.more{ color:#fff200; text-decoration:none; margin-top:7px; font-size:14px; font-weight:bold; font-family: 'Open Sans Condensed', sans-serif;}
.newsSummary h4.title {font-size:20px; text-transform:capitalize; margin-bottom:8px;}
.newsSummary h4.title a {color:#fff200; text-decoration:none;}
.newsSummary .content {font-size:14px; color:#fff; line-height:1.3;}
.newsSummary .item {border-top:none; padding:.5em 0;}
.newsSummary .modContent {padding:0;}
.newsSummary .aside {padding:8px 15px 0 0;}
.newsSummary .date {font-family:'Open Sans Condensed', sans-serif; font-weight:bold; color:#000; background:#fff; padding:2px 0; width:42px;}
.newsSummary .month {font-size:18px; text-transform:uppercase; line-height:.8;}
.newsSummary .day {font-size:20px; line-height:.8;}

.newsFilterSearchType a {font-size: 14px !important;}
.newsOverview .dateStamp {font-size:0.85em; font-style:italic;}
.newsOverview h2.title {
    font-size: 1.75em;
    line-height: 1.2;
    margin: 0 0 0.3em;
}
.newsOverview .aside {padding: 0 0 0 15px;}

h4.hdgFaq {color: #fff; font-size: 22px;}
.grmContent a, .grmContent a:visited {color:#ddd;}

.FAQAnswerWrpr {margin:0 0 1.5em;}
.FAQAnswerWrpr h4 {padding-left:25px;}
.FAQAnswerWrpr p {padding-left:25px; margin:0;}
.FAQAnswerWrpr p.topOfPage {display:block; margin-top:0.5em; text-align: right;}
.FAQAnswerWrpr span {color:#2d3337; font-size: 22px; font-family: 'Open Sans Condensed', sans-serif; font-weight:bold; float:left; width:25px; margin-top:-5px;}
.FAQAnswerWrpr li.item {padding:10px 15px; border-top:none; margin: 0 0 0.5em;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.FAQAnswerWrpr li.item:nth-child(2n+1) {border:1px solid #ccc; background:#f7f7f7;}

.askQuestion {padding:10px 15px; border:1px solid #ccc; background:#f7f7f7;}

.tabModule {}
.tabModule .ui-tabs-nav { 
    padding: 0em; 
    background: transparent; 
    border-width: 0px; 
} 
.tabModule .ui-tabs-nav li { 
    position: static; 
    margin: 0px; 
    border: none !important;
	border-left:1px solid #626769 !important;
	border-bottom:1px solid #626769 !important;	
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
.tabModule .ui-tabs-nav li:first-child { 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0; 
    border-radius: 0; 
} 
.tabModule .ui-tabs-nav li:last-child { 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0; 
    border-radius: 0; 
} 
.tabModule .ui-tabs-nav li.ui-tabs-selected { 
    padding-bottom: 0px; 
    border-bottom: 1px solid #d4ccb0 !important; 
}
.tabModule.ui-widget-content {border:none;}
.tabModule.ui-tabs {padding:0; border-radius: 0;}
.tabModule.ui-tabs .ui-tabs-nav {padding:0; display:table; width:100%;}
.tabModule.ui-tabs .ui-tabs-nav li {margin: 0; padding: 0; float:none; display:table-cell;}

.tabModule .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}

.tabModule.ui-tabs .ui-tabs-nav li.ui-tabs-active {margin: 0; padding: 0;}
.tabModule.ui-tabs .ui-tabs-nav li a {padding: 0.85em 1em;}
.tabModule .ui-state-default a, .tabModule .ui-state-default a:link, .tabModule .ui-state-default a:visited {
    color: #fff;
    text-decoration: none;
	font-size:17px;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.tabModule .ui-tabs-active.ui-state-active a, .tabModule .ui-tabs-active.ui-state-active a:link, .tabModule .ui-tabs-active.ui-state-active a:visited {
    color: #fff200;
    text-decoration: none;
}
.tabModule .ui-state-default:hover a, .tabModule .ui-state-default:focus a {
    color: #fff200;
    text-decoration: none;
}
.tabModule .ui-state-default, .tabModule.ui-widget-content .ui-state-default, .tabModule.ui-widget-header .ui-state-default {
    background:#2d3337;}
	
.slideshow a {color:#fff; text-decoration:none;}

.newsLogos  {/*background: #2d3337;*/ margin-bottom: 30px;  padding: 20px; background:#f7f7f7; border:1px solid #ccc;}
.newsLogos  a {display: block; margin-bottom: 20px; width: 100%; border:1px solid #ddd;}
.newsLogos  a:hover, .newsLogos  a:focus {border:1px solid #bbb;}
.newsLogos  a:last-child {margin-bottom:0;}
.newsLogos  img {width:100%;}



.locationTop {margin-bottom:30px;}
.locationSearch  {margin-bottom:30px; font-size:14px;}
.locationSearch.filter {padding-bottom:0.2em;}
.locationSearch .search input.text {padding:1px 5px; margin-bottom:10px;  width: 215px;}
.locationSearch .search select {margin-bottom:10px;}

.locations .searchHdng {margin-right: 5px;}
.locationMap {border: 1px solid #ccc;}
.nearestLocation {padding:20px 10px 10px; background:#f7f7f7; border:1px solid #ccc; margin-bottom:20px;}
.nearestLocationInfo {float: left; margin:0 20px 10px 0;}
.nearestLocationLinks{text-align: left;}
.nearestLocation img {margin:0 20px 20px 0;}


.locations .sectionTitle {font-weight:bold; font-family: 'Open Sans Condensed', sans-serif; font-size:1.1em;}
.locations .btn {color:#000 !important; margin-bottom:5px; margin-right:5px; width:120px; float:right;}
.locations .btn:hover, .locations .btn:focus {color:#fff200 !important; background-color:#2d3337 !important;}

.locationInfo .links {margin-top:10px; text-align:right;}
.locationImage img {border:1px solid #eee;}

.locationSearch .search {
    float: left;
    margin-right: 15px;
}

#locationList {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}
#locationList li {
    counter-increment: step-counter;
	margin:5px 0;
	padding:10px;
}
#locationList li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 100%;
    background-color: #fff200;
    color: #000;
    font-weight: bold;
    padding: 8px 0;
	float:left;
	margin-top:10px;
	width:36px;
	text-align:center;
}
#locationList li:nth-child(2n+1) {background:#f7f7f7;}


.locationItem {margin-bottom: 20px;}
.locationItem figure.media {width:33%; float: right; margin-left: 20px;}
.locationItem img {border:1px solid #eee; margin-bottom: 10px;}
p.findAnother {float:right;}


.searchCriteriaWrpr {padding:15px 10px 10px; background: #fff; margin-bottom:5px;}
.searchCriteriaWrpr:empty {padding:0px; background:transparent; margin-bottom:0px;}
.searchCriteriaWrpr.accountBlocks { margin: 10px 0 5px; 
	border:none; margin: 0 0 5px;;
}
.searchCriteriaWrpr .forms {font-size:14px;}
.searchCriteriaWrpr .btnWrapper {margin-left:120px;}
.searchCriteriaWrprIn {border:1px solid #d2d2d2;}

.contentLeftRail {padding:20px; color:#fff; background:#2d3337;}
.contentLeftRail a, .contentLeftRail a:visited {
    color: #ddd;
}

.floydsHdng h2 {font-size:2.25em;}

.mod_gallery_details {margin-bottom:20px;}

.ui-widget-header {
    background: #2d3337 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff200 !important;
    text-transform: uppercase !important;
}
.ui-dialog-buttonpane .ui-button {
    background: #2d3337 none repeat scroll 0 0 !important;
    color: #fff200 !important;
    font-family: "Open Sans Condensed",sans-serif !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.ui-dialog-buttonpane .ui-button:hover {
	background-color:#fff200 !important;
	color:#2d3337 !important;
}

#CT_Main_0_pnlNavigation {padding-left:15px;}



.btnWrapper.rfi {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 9;
	/*background:none;
	border:1px solid #2d3337;*/
}
.btnWrapper.rfi .btn {padding: 10px 15px; font-size: 1.25em; /*background:none;*/}
/*.btnWrapper.rfi:hover, .btnWrapper.rfi:hover .btn, .rfi .btn:hover { background-color:#2d3337; color:#fff200;}*/


/*.siteHeader #google_translate_element {position:absolute; right:0;}*/
.ftrBox #google_translate_element {
    height: 20px;
    padding-left: 10px;
    position: relative;
    top: -15px;
}


.followUsNew {
    display: table;
    margin-top: 7px;
    table-layout: fixed;
    width: 100%;
}
.followUsNew > a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding:0 5px;
}
.followUsNew > a:hover, .followUsNew > a:focus {
	opacity:0.75; -moz-opacity:0.75; filter:alpha(opacity=75);
}


#mainContent {outline: 0;}
.adminFix .slideshow > div{display:none;}
.adminFix .slideshow > div:first-child {display:block;}


/* =================================================================
                        Media Queries
===================================================================*/
/* 16px baseline (1200px - 1399px) */
@media only screen and (min-width:75em) and (max-width:87.438em) {
	.boxesWrpr {margin:0 5%;}
}

/* 16px baseline ( - 1199px) */
@media only screen and (max-width:74.938em) {
	/*.tabModule.ui-tabs .ui-tabs-nav li {float: left;}*/
	/*.tabModule.ui-tabs .ui-tabs-nav li a {padding: 0.85em 0.4em;}*/
}

/* 16px baseline (960px - 1199px) */
@media only screen and (min-width:60em) and (max-width:74.938em) {
	.emailSignup p {font-size:15px;}
	.emailSignup .formee input[type="text"] {font-size:14px;}
	.emailSignup .btn {font-size:20px; padding: 4px 15px 5px;}
	
	.boxesWrpr {margin:0 2%;}
	.boxesWrpr .container .grid_5 {width:40%;}
	.boxesWrpr .container .grid_2 {width:20%;}

	/*.dealerLocator > label {float:none; margin-right:0px; width: 100%;}*/
	.dealerLocator > h2 {float:none; margin-right:0px; width: 100%;}	
	.dealerLocator .grid-6-12 {margin-left:0; width:63.666%;}
	/*.dealerLocator h2 span {font-size: 30px;}*/
	.dealerLocator .formee {padding-top:10px;}

	.slideshow .slideTxt h1 {font-size:38px;}

}

/* 16px baseline (768px - ) */
@media only screen and (min-width:48em) {
	/*
	.financing {min-height:150.5px;}
	.videosHome {min-height:150.5px;}
	*/
}

/* 16px baseline (768px - 1199px) */
@media only screen and (min-width:48em) and (max-width:74.938em) {
	.tabModule .ui-state-default a, .tabModule .ui-state-default a:link, .tabModule .ui-state-default a:visited {font-size:16px;}
	.tabModule.ui-tabs .ui-tabs-nav li {float: left; width:25%;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;	
	}
	/*.tabModule.ui-tabs .ui-tabs-nav li a {padding: 0.85em 1em;}*/		
		
	.followUsNew {margin-top:17px;}
	
	.madeInUSA	{padding:15px 0;}
}	

/* 16px baseline (768px - 959px) */
@media only screen and (min-width:48em) and (max-width:59.938em) {
	.footer {font-size:14px;}
	.ftrBox {padding:0 10px;}	
	.emailSignup {padding-left:5px;}
	.emailSignup p {font-size: 14px; letter-spacing:-1px;}
	.ftrAddress {padding: 20px 0 10px 5px;} 
	.ftrPhone {padding:0 0 0 5px;}
	.emailSignup .formee input[type="text"] {font-size:14px; padding: 4px 5px 5px;}
	.emailSignup .btn {font-size:17px; padding: 4px 10px 5px;}
	.emailSignup .long {display:none;}
	.emailSignup .short {display:block;}
	
	.boxesWrpr {margin:0; border-left:none; border-right:none;}
	.boxesWrpr .container .grid_5 {width:38%;}
	.boxesWrpr .container .grid_2 {width:24%;}

	/*.dealerLocator > label {float:none; margin-right:0px; width: 100%;}*/
	.dealerLocator > h2 {float:none; margin-right:0px; width: 100%;}	
	.dealerLocator .grid-6-12 {margin-left:0; width:63.666%;}
	/*.dealerLocator h2 span {font-size: 30px;}*/
	.dealerLocator .formee {padding-top:10px;}

	.slideshow .slideTxt h1 {font-size:32px;}

	.FAQWrpr td.field > input {width:90%;}
	/*.limitTextBoxInputWrpr {width:90%;}*/

	.locationSearch .filter-US .grid_4 {width:100%;}
	


}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	/*.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link, 
	.siteHeader a.sitelogo:visited {float:none; display:block; width:auto;}*/

	.iconHome {display:none;}
	.pageTools {display:none;}
	.searchCall {right:25px;}

	.headerWrpr .grid_12 {padding:0;}

	.interior {padding: 20px 10px;}
	
	.footer {padding:0 0 10px; margin: 0 0 10px;}
	.ftrBox {padding:25px 0;}
	.ftrBox:after {
		position:absolute;
		content:"";
		width:auto;
		height:6px;
		top:auto;
		bottom:-3px;
		left:20%;
		right:20%;
		border-left:none;
		border-bottom:6px double #ccc;		
	}
	.ftrBox.last:after {border-bottom:none;}
	
	.emailSignup {padding-left:0; width:295px; margin:0 auto;}
	.emailSignup .long {display:none;}
	.emailSignup .short {display:block;}
	
	.ftrAddress {padding: 0px 0 10px 0; width:220px; margin:0 auto;} 
	.ftrPhone {padding:0 0 0 0; width:220px; margin:0 auto;}

	.welcome h1 {font-size:28px;}
	.welcome p { text-align:left;}	
	.txtLeft  {padding-left:0;}
	.txtRight {padding-right:0;}	
	
	ul.socialFollow li a {display:inline-block; width:42px; height:42px; background:url(/cms/images/social-H42.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:-48px 0;}
	ul.socialFollow li.youtube a {background-position:-110px 0; margin-left: 20px;}	

	.financing, .videosHome, .socialBox {border-left:none; border-right:none;}	
	.locator, .socialBox {border-bottom:4px solid #fff;}
	.boxesWrpr {margin:0; border-left:none; border-right:none;}
	.boxesWrpr:before, .boxesWrpr:after {display:none;}
	.boxesWrpr .container .grid_5 {width:100%;}
	.boxesWrpr .container .grid_2 {width:100%;}

	/*.dealerLocator > label {float:none; margin-right:0px; width: 100%;}*/
	.dealerLocator > h2 {float:none; margin-right:0px; width: 100%;}	
	.dealerLocator .grid-6-12 {margin-left:0; width:63.666%;}
	.dealerLocator h2 span {font-size: 30px;}
	.dealerLocator .formee {padding-top:10px;}
	
	.featuring {min-height:260px !important;}
	.videosHome {min-height:124px;}
	
	.siteSearch	{width:100%; right:0; top:76px;}
	
	.FAQWrpr td.field > input {width:90%;}
	/*.limitTextBoxInputWrpr {width:90%;}*/

	.newsLogos a {
		margin: 0 auto 20px;
		width: 240px;
	}

	#locationList li:before {margin: 10px 5px 10px 15px;}
	.locationInfo .links {text-align: left; margin-left: 15px;}
	.locations .btn {float: none;}
	
	.tabModule .ui-state-default a, .tabModule .ui-state-default a:link, .tabModule .ui-state-default a:visited {font-size:16px;}
	.tabModule.ui-tabs .ui-tabs-nav li {float: left; width:25%;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;	
	}
	
	.btnWrapper.rfi .btn {padding: 6px 10px; font-size: 1em;}
	
	/*.siteHeader #google_translate_element {right:15px; top:80px;}*/
	.ftrBox #google_translate_element {text-align: center; height:30px; top:-5px;}
	.ftrBox .goog-te-gadget {display:inline-block; margin-left:-80px;}
	
	.followUsNew {width:70%; padding:0 15%; margin-top:17px;}

	.madeInUSA h2 {width:50%;}	
	.madeInUSA	{padding:15px 0;}
}

/* 16px baseline (480px - 767px) */
@media only screen and (min-width:30em) and (max-width:47.938em) {	
	.ftrBox {padding:25px 15px;}
	/*.emailSignup {padding-left:10%;}*/
	.slideshow .slideTxt h1 {font-size:26px;}		
}
/* 16px baseline (480px - 599px) */
@media only screen and (min-width:30em) and (max-width:37.438em) {	
	.slideshow .slideTxt h1 {font-size:21px;}
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}

@media only screen and (max-width: 599px) {
	.FAQWrpr td.field > input {width:90%;}
	
	.tabModule.ui-tabs .ui-tabs-nav li {float: left; width:33.3%;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;	
	}
	/*.tabModule.ui-tabs .ui-tabs-nav li a {padding: 0.85em 1em;}*/
	
	.searchCriteriaWrpr dl.forms label {
		display: inline-block;
		width: 90%;
	}
	.searchCriteriaWrpr .btnWrapper {margin-left:120px;}
}

/* 16px baseline ( - 479px) */
@media only screen  and (max-width:29.938em) {
	.boxesWrpr .container [class*="grid_"] {
		padding: 0;
	}
	.slideshow .slideTxt h1 {font-size:16px;}
	.siteSearch .grid_9 {width:75%;}
	.siteSearch .grid_3 {width:25%;}
	
	.FAQWrpr td {	display: block;}
	.FAQWrpr td input {	width: 280px;}

	#locationList li::before {margin: 10px 5px 10px 0;}

	.imgLeft { float:none; margin:0 auto; padding: 3%; width: 100% !important; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	.imgRight { float:none; margin:0 auto; padding: 3%; width: 100% !important; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.locationInfo .links {margin-left: 0;}
	.locationSearch .search input.text {width:190px;}
	
	.searchCriteriaWrpr dl.forms dt {float:none; text-align:left; padding: 0 12px 7px 8px;}
	.searchCriteriaWrpr dl.forms dd {width:90%;}
	.searchCriteriaWrpr .btnWrapper {margin-left: 8px;}

	.tabModule.ui-tabs .ui-tabs-nav li {float: left; width:50%;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	#CT_Main_0_pnlNavigation {padding-left:0;}

	.followUsNew {width:90%; padding:0 5%;}	
}

/* 16px baseline ( - 359px) */
@media only screen  and (max-width:22.438em) {	
	/*.emailSignup .long {display:none;}
	.emailSignup .short {display:block;}*/
	.slideshow .slideTxt h1 {font-size:14px;}	
	
	.locationSearch .search {margin-right:0;}
	.locationSearch .search select {margin-right:5px;}
	.locationSearch .search input.text {width:170px;}
	
	.filter.careersMainTopMargin {padding: 1em 0.5em;}
	
}	
	

	
/* Ticket: #340030 - New module that supports animation/GIF  */
.boxT p {text-align:center;}
.boxT img {height:364px !important;}
.boxT .latestNews {min-height:350px !important;}
.boxT .videosHome {height:180.5px !important;}
.boxT .financing {height:180.5px !important;}
.financing {
	background-position:100% 0;
	background-size:120% auto;
	background-repeat:no-repeat;
}



/* Ticket: #431119 - Site Updates  */


.headerWrpr {background:#fff;}
.siteHeader a.sitelogo, 
.siteHeader a.sitelogo:link, 
.siteHeader a.sitelogo:visited {top:-10px;}

.homelink {
	padding: 29px 17px;
	position: absolute;
    left: 2%;
    top: 0px;
	}
.homelink:hover, 
.homelink:focus {
    background: #20262a;
    cursor: pointer;
}
.iconHome {
    position: relative;
	top:0;
	left:0;
    
}
.searchCall {padding: 29px 17px;}