/*! 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: 'Raleway', sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: 'Raleway', san-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;
}

/*
 * Hides SVG off screen
 */

.svg-legend {
    position: absolute;
    top: -999em;
    width: 0;
    height: 0;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden, .visually-hidden { 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,
.visually-hidden.focusable:active,
.visually-hidden.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; fill: #f00 !important; }
.blue, .blue:visited                 { color: #0a6483; fill: #0a6483 !important; }
.lightBlue, .lightBlue:visited       { color: #3195b8; fill: #3195b8 !important; }
.white, .white:visited, .white p,
.white a, .white h1, .white h2,
.white h3, .white h4, .white h5      { color: #fff; fill: #fff; }
.black, .black:visited, .black p,
.black a, .black h1, .black h2,
.black h3, .black h4, .black h5      { color: #333; fill: #333; }
.green, .green:visited               { color: #4ca034; fill: #4ca034; }
.lightGreen, .lightGreen:visited     { color: #8ecd7d; fill: #8ecd7d; }
.orange, a.orange, a.orange:visited  { color: #f05f23; fill: #f05f23; }
.lightOrange, .lightOrange:visited   { color: #edaf66; fill: #edaf66; }

p.black { color: #333 !important; }
p.white { color: #fff !important; }
p.lightBlue { color: #3195b8 !important; }

.returnsBlue, .returnsBlue:visited           { color: #5dc0e8; fill: #5dc0e8 }
.returnsLightBlue, .returnsLightBlue:visited { color: #7ad4e6; fill: #7ad4e6; }

.bgBlue { background: #0a6483; }
.bgLightBlue { background: #3195b8; }
.bgGreen { background: #4ca034; }
.bgLightGreen { background: #8ecd7d; }
.bgOrange { background: #f05f23; }
.bgLightOrange { background: #edaf66; }
.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; }

.bgReturnsBlue { background: #5dc0e8 }
.bgReturnsLightBlue { background: #7ad4e6; }

/* ## 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; }

/* ## Google Translate ## */
div#google_translate_element { margin-top: -5px; }
.skiptranslate.goog-te-gadget { width: 125px; overflow: hidden; color: transparent; }
.skiptranslate.goog-te-gadget span { display: none; }

/* 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:#3195b8; text-decoration: none; }
a:hover, a:active, a:focus { color:#3195b8; text-decoration: underline; }
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:#fff; }
.siteBody { min-height:300px; margin: 0; }
.main-grids-hold { margin-top: 30px; margin-bottom: 30px; }

@media (max-width: 999px) {
    .header-btm .container { margin: 0; padding: 25px 20px; }
}

/* ## Disabled Form Fields ## */

.siteSearch {
    color: #FFFFFF;
    margin: 0;
}
.siteSearch label {
    display: none;
}

/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; }
.icon-lock { fill: #333; width: 1.285156em; height: 1.285156em; }
.icon-lock.white { fill: #fff; width: 1.285156em; height: 1.285156em; }
.icon-search { width: 1.9em; height: 1.5em; }
.icon-wealth { width: 3.02929686em; height: 3em; }
.icon-banking { width: 3.14648436em; height: 3em; }
.icon-borrowing { width: 3.4365234375em; height: 3em; }
.icon-insurance { width: 3.0146484375em; height: 3em; }
.icon-clipboard { width: 1.5em; height: 1.5em; vertical-align: top; }
.icon-carkey { fill: #3195b8; width: 5em; height: 4.5em; }
.icon-checkbook { fill: #3195b8; width: 4.5em; height: 4.5em; }
.icon-clipboardcheck { fill: #3195b8; width: 3.5em; height: 4.5em; }
.icon-umbrella { width: 3.2em; height: 3.5em; }
.icon-money { width: 3.2em; height: 3.5em; }
.icon-video { width: 3.2em; height: 3.5em; }
.icon-percent { width: 3.5em; height: 3.5em; }
.icon-calculate { width: 3.5em; height: 3.5em; }
.icon-carsave { width: 3.2em; height: 3.5em; }
.icon-truecar { width: 5.2851328125em; height: 3.5em; }
.icon-clock { fill: #f05f23; width: 3.2em; height: 3.5em; }
@media (max-width: 999px) {
	.icon-lock,
	.icon-search	{ fill: #fff; }
}

@media (min-width: 960px) {
    .icon-checkbook, .icon-carkey { height: 6em; }
}

.btn:hover .icon-lock.black, .btn:focus .icon-lock.black { fill: #fff !important; }
.btn:hover .icon-lock.white, .btn:focus .icon-lock.white { fill: #333 !important; }
.btn:hover .icon-search.black, .btn:focus .icon-search.black, 
.header-btm .btn:hover .icon-search.white, .header-btm .btn:focus .icon-search.white, 
.header-btm .btn:hover .icon-lock.white, .header-btm .btn:focus .icon-lock.white { fill: #fff !important; }
.btn:hover .icon-search.white, .btn:focus .icon-search.white { fill: #333 !important; }

/* ## 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; }


ul[data-columns="2"] {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}
ul[data-columns="2"] li {
    margin-bottom: 10px;
}
ul[data-columns="3"] { margin: 0; padding: 0; list-style: none; display: flex; flex-flow: row wrap; justify-content: center; }
ul[data-columns="3"] li { width: 100%; margin-bottom: 25px; }
ul[data-columns="3"] li a { width: 100%; color: #3195b8; font-size: 18px; font-weight: 600; line-height: 1.2; display: block; }

@media(min-width: 640px) {
    ul[data-columns="3"] li { width: 50%; }
}

@media (min-width: 960px) {
    ul[data-columns="2"] {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
    ul[data-columns="3"] li { width: 33%; }
    ul[data-columns="3"] li a { max-width: 290px; }
}
 /*## 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 {}*/

/* ==========================================================================
   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: 10px 0;
}

.newsSummary .aside img { width: 72px !important; min-width: 72px !important; }
.newsSummary .content .title {    font-size: 20px; margin-bottom:5px;}
.newsSummary .content .date {    display:block; margin-bottom: 10px; }

.news-featured-list .title {    font-size: 20px; margin-bottom:5px;}
.news-featured-list .date {    display:block; margin-bottom: 10px; font-size: 0.85em; }

/* RESPONSIVE VIDEO */
.video-container {
	width: 560px;
	max-width: 100%;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Item Lists Content
   ========================================================================== */

.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	display: table;
	padding: 1em 0; 
	width: 100%;
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; }


/* Item Media
   ========================================================================== */

.aside {  display: table-cell; padding: 0 15px 0 0;  text-align: center; }
.caption { font-size: 15px; line-height: 1.5; margin-bottom: 15px; display: block; }


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
	
	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}

}


/* News
   ========================================================================== */
.article > .aside {
	margin: 0 0 1em;
	display:block;
}
@media (min-width : 768px) { 
	.article > .aside {
		float:right; 
		margin: 1em;
		max-width: 50%;
	}
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	background: #f2f2f2;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

.filter a {color:#f05f23; }



/* Pagination
   ========================================================================== */

.paging {
	padding: 1em 0;
}

.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 
   ============================================================== */

/*--- Display based on screen size ----*/

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #fff;
	background-color: #3195b8;	
}
.alert a { color:#fff; }

.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: #dce8ed;}
.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;}

/* ## Button Styles ## */

/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btn-wrpr { display:inline-block; }
.btn,
a.btn {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #333;
}
.btn:hover, 
.btn:focus,
a.btn:hover, 
a.btn:focus { color: #fff; background: #333; text-decoration: none; }
.header-btm .btn { color: #fff; border: 2px solid #fff; }
.header-btm .btn:hover, .header-btm .btn:focus { background: #333; }


.btn.btn-theme-01, .btn.btn-theme-01a { color: #fff; padding: 13px 30px; border-radius: 23px; border-color: #fff; background: #f05f23; }
.btn.btn-theme-01a { border-color: #f05f23; }
.btn.btn-theme-01:hover, .btn.btn-theme-01:focus, 
.btn.btn-theme-01a:hover, .btn.btn-theme-01a:focus { color: #333; background: #fff; border-color: #f05f23; }


.btn.btn-theme-02, .btn.btn-theme-02a { color: #fff; padding: 13px 30px; border-radius: 23px; border-color: #fff; background: #1f8cb8; }
.btn.btn-theme-02a { border-color: #1f8cb8; }
.btn.btn-theme-02:hover, .btn.btn-theme-02:focus, 
.btn.btn-theme-02a:hover, .btn.btn-theme-02a:focus { color: #333; background: #fff; border-color: #1f8cb8; }

.btnAlt {background-color:#cccccc ;}
.btnAlt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}
.btnAlt:hover, .btnAlt:hover .btn { background-color:#E3E3E3; }

.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }


/* =================================================================
                           PAGE STYLES 
===================================================================*/

.open { height: auto; opacity: 1; visibility: visible; transition: all .2s ease-in-out; }
    .search-area.open { height: 81px; }
.close { height: 0; opacity: 0; visibility: hidden; transition: all .2s ease-in-out; }

/* =================================================
                     HEADER STYLES
====================================================*/

.siteHeader {position:relative; min-height:80px; z-index:1000;}

.logo p {margin:18px 0;}
.topNav { width: 100%; height: 115px; display: table; }
    .topNav ul { width: 100%; margin: 0; padding: 0; list-style: none; display: table-cell; vertical-align: middle; }
    .topNav ul li { padding: 0 10px; }
    .siteHeader .topNav ul li { display: inline-block; }
    .siteHeader .topNav ul li:last-child { padding-left: 0; }
    .siteHeader .topNav ul li:first-child { padding-right: 0; }
    .topNav ul li a { color: #3195b8; font-size: 16px; font-weight: 600; text-transform: uppercase; }
	@media (min-width: 1000px) and (max-width:1200px) {
		.topNav ul li { padding: 0 5px; }
		.topNav ul li a { font-size: 14px; }
	}
    .topNav ul li a:after {
        content: " ";
        width: 7px;
        height: 7px;
        margin: 0 0 2px 5px;
        display: inline-block;
        transform: rotate(-45deg);
        border-right: 2px solid #3195b8;
        border-bottom: 2px solid #3195b8;
    }

body > .main-nav .topNav { height: auto; display: block; }
body > .main-nav .topNav ul li { padding: 10px; }
	
.header-top .login-search { width: 100%; height: 115px; display: table; }
    .login-search-wrpr { width: 100%; display: table-cell; vertical-align: middle; }
    .member-login { display: inline-block; margin-bottom: 5px; }
    .member-login .btn { padding: 10px 15px 7px; }
    .member-login .btn label { top: -3px; position: relative; }
    .login-search .search-btn .btn { padding: 5px; border-radius: 50%; }

.search-area {  background: #151b4d; display:none; height:81px; position:absolute; width:100%; }
.search-area input[type="text"] { background:none; border:0; color: #2e95b4; font-size: 1.4em; font-weight:600;}
.search-area .search-bar { padding: 20px 10px; }
.search-area input { width: calc(100% - 20px); padding: 10px; border-radius: 5px; border: 1px solid #ccc; }
.search-area ::-webkit-input-placeholder { color: #2e95b4; }
.search-area :-moz-placeholder { color: #2e95b4; }
.search-area ::-moz-placeholder { color: #2e95b4;  }
.search-area :-ms-input-placeholder {  color: #2e95b4;  }

.search-bar-in {position:relative;     padding-right: 40px;}
.search-bar-in .search-btn {position:absolute; right:0; top:0; }
.search-bar-in .search-btn .btn { background: transparent; border: 0;     width: 25px; }
.search-bar-in .search-btn .icon { position:absolute; fill:#2e95b4; margin-top: 8px;  }

@media (max-width: 999px) {
	.siteHeader .topNav {display:none;}
    .header-btm .mobile { top: 12px; right: 30px; z-index: 1001; position: absolute; }
    .member-login { margin-bottom: 0; margin-right: 10px;}
    .header-btm { position: relative; }
	.header-top .login-search {
		z-index:1;
	    position: absolute;
		bottom: -56px;
		right: 20px;
		padding: 0;
		margin: 0;
		height: auto;
		width: auto;
	}
	.member-login .btn {color:#fff; border: 2px solid #fff; }
	.login-search .search-btn .btn { border: 2px solid #fff; }
}

.login-top { z-index:3000; position:relative;  }
.login-box { display:none; background: #3195b9; position: absolute; top: 20px; right:0; padding: 30px; border-radius: 3px; color: #fff;  width: 480px;    max-width: 100%;    box-sizing: border-box; }
.login-box a { color: #fff; }
.login-title { position: relative; padding-right: 30px; margin-bottom: 15px; text-transform: uppercase; font-weight: bold; font-size:22px;}
.close-login {    position: absolute;    top: 0px;    right: 0px;    color: #fff !important;}
.close-login .icon-plus {    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.login-box input[type="text"],
.login-box input[type="password"] { width: 100%;  margin: 10px 0;    border-radius: 3px;   border: 0;  padding: 15px 10px;     box-sizing: border-box;}
.login-box .btn {padding:0; border:2px solid #fff; position: relative; background:#f06024;}
.login-box .btn .icon {fill:#fff; position: absolute; top: 10px; left: 15px; }
.login-box .btn input { position: relative; z-index:1; background:transparent; color:#fff; border:0;  text-transform: uppercase;  font-weight: bold;  padding: 12px 25px 12px 40px;}
.login-box p {     margin: 0 0 .3em; line-height: 1em; }
.login-box .forgot-pass {     font-size: 14px; text-decoration: underline; }
/* Overlay over Site body and footer on Search or Login popup click */
.js-data-toggled .site-wrap:after { content:""; position:absolute; top:0; left:0; display:block; width: 100%; height: 100%; background:rgba(255,255,255,0.8); z-index: 1001;}
.js-data-toggled.js-data-toggled-no-overlay .site-wrap:after { display:none;}
@media (max-width: 999px) {
	.js-data-toggled .site-wrap:after {display:none;}
	.js-data-toggled .login-top,
	.js-data-toggled .login-top .container {position: absolute; width: 100%; height: 100%; }
	.login-box {position: absolute; top:0; left:0; width: 100%; height:100%; }
	.login-box-in {width: 280px; max-width: 100%; margin:0 auto; }
}

/* ## Inherited Styles ## */

.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;
}

@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);
	}
}
/* =============== END HEADER STYLES ============== */

/* ===============  HOME SLIDESHOW  =============== */

.slideshow-home {}
.slideshow-home .content-wrpr .content {
 display: inline-block;
 text-decoration: none;
}
.slide-item {
 height: 450px !important;
 background-size: 235% 200px;
 background-color: #7ad4e6;
 background-repeat: no-repeat;
 background-position: top center;
 transition: all .2s ease-in-out;
}



.slide-item a {
 text-decoration: none;
}
.slide-item .container {
 width: 100%;
 height: 100%;
}
.slide-item .content-wrpr {
 width: 100%;
 height: 250px;
 display: table;
 margin-top: 200px;
 text-align: center;
}

.slide-item.empty-content .content-wrpr{display: none!important;}
.slide-item .content-wrpr .table {
 width: 100%;
 height: 250px;
 vertical-align: middle;
 display: table-cell;
}
.slide-item .title {
 font-size: 25px;
 font-weight: 500;
 margin-bottom: 10px;
}
.slide-item .caption {
 font-size: 18px;
 font-weight: 600;
 padding: 10px;
}

.slide-item.empty-content{
  height: 200px!important;
}
@media (min-width: 420px) {
		.slide-item .title { font-size: 30px; margin-bottom: 15px; }
    .slide-item { background-size: 160% 200px; }
}
@media (min-width: 640px) {
    .slide-item { background-size: 105% 200px; }
}

.slideshow-home .content-wrpr .content.empty-content .btn-wrpr {display: none;}

@media (min-width: 960px) {
    .slideshow-home .content-wrpr .content { max-width: 500px; margin: 0 0 0 10px; padding: 30px; display: block; text-align: left; border-radius: 5px; background: rgba(255, 255, 255, .85); }
    .slideshow-home .content-wrpr .content.empty-content { background: none; }
    .slide-item { height: 475px !important; background-size: cover; background-repeat: no-repeat; background-position: center center; transition: all .2s ease-in-out; }
    .slide-item .content-wrpr { height: 100%; margin-top: 0; }
    .slide-item .content-wrpr .table {margin: 0; padding: 0; display: table-cell; vertical-align: middle; }
    .slide-item .title { font-size: 46px; }
    .slide-item.empty-content{ height: 475px !important;}
}

/* =============  END HOME SLIDESHOW  ============= */


/* =================================================
                    SECTION STYLES 
====================================================*/

.section { padding: 40px 0; }
.title.double { border-bottom: 1px solid #ccc; }
.title.double span { display: block; text-align: left; position: relative; margin-bottom: 2px; border-bottom: 1px solid #ccc; }
.section .view-all {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    top: 25%;
    right: 0;
    position: absolute;
}
.section .view-all:before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
}
.section .view-all.orange { color: #f05f23; }
.section .view-all.white { color: #fff; text-shadow: 1px 1px 1px #333; }
.disclaimer { font-size: 13px; font-weight: 500; letter-spacing: 1px; }

.section select { -webkit-appearance: none; }
.section select:-ms-expand { display: none; }

/* ##  Products  ## */

.products-wrpr {}
    .home .product { width: 100%; max-width: 260px; text-align: center; margin: 0 auto 30px; }
        .home .product svg {}
        .home .product .title {}
        .home .product .caption {}

@media (min-width: 960px) {
    .home .product {margin: 0 auto; } 
}

/* ##  Member  ## */

.section.member-wrpr { width: 100%; display: table; padding: 40px 0 0; }
    .member-wrpr .wrpr { z-index: 100; position: relative; }
    .member-wrpr .left, .member-wrpr .right {
        width: 100%;
        text-align: center;
        position: relative;
        vertical-align: middle;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
        .member-wrpr .left { padding: 40px 0; }
        .member-wrpr .left:after {
            content: " ";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background: rgba(49, 149, 184, .9);
        }
            .member-wrpr .left .wrpr {}
            .member-wrpr .left .member { padding: 0 10px; }
            .member-wrpr .left .member .title, .member-wrpr .right .member .title { font-size: 35px; font-weight: 500; }
            .member-wrpr .left .member ul { margin: 0 0 30px; padding: 0; overflow: auto; list-style: none; }
            .member-wrpr .left .member ul li {}
            .member-wrpr .left .member ul li p {
                width: 235px;
                font-size: 18px;
                font-weight: 600;
                text-align: left;
                margin: 0;
                padding-left: 5px;
                display: inline-block;
                vertical-align: middle;
             }
        .member-wrpr .right { padding: 40px 0; }
        .member-wrpr .right:after {
            content: " ";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background: rgba(76, 160, 52, .9);
        }
            .member-wrpr .right .wrpr {}
            .member-wrpr .right .member {}
            .member-wrpr .right .member .title {}
            .member-wrpr .right .member .caption { width: 65%; margin: 0 auto 30px; }

@media (min-width: 960px) {
    .member-wrpr .left, .member-wrpr .right { width: 50%; text-align: left; display: table-cell; }    
        .member-wrpr .left .wrpr { margin: 0 3% 0 20%; }
        .member-wrpr .right .wrpr { margin: 0 20% 0 3%; }
        .member-wrpr .left .member ul li p { width: calc(100% - 35px); }
        .member-wrpr .right .member .caption { margin: 0 }
}
/* ##  Returns ## */

.ten-by-ten { width: 10px; height: 10px; margin: 0 5px 1px 0; display: inline-block; }
#circle-svg, #loan-svg, #credit-svg {
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -163px;
    width: 260px;
    height: 260px;
}

.returns {}
    .returns .title { margin: 20px 0 8px; }
    .returns .caption { font-weight: 600; line-height: 1; margin-bottom: 7px; }

    .returns-1, .returns-2, .returns-3 { position: relative; text-align: center; margin-bottom: 45px; }
    .returns-3 { margin: 0; }

@media (min-width: 960px) {
    #circle-svg, #loan-svg, #credit-svg { left: -4%; margin: 0; }
    .returns-1, .returns-2, .returns-3 { position: relative; text-align: center; margin-bottom: 0; }
}
@media (min-width: 1050px) {
    #circle-svg, #loan-svg, #credit-svg { left: 0%; }
}
@media (min-width: 1066px) {
    #circle-svg, #loan-svg, #credit-svg { left: 1%; }
}
@media (min-width: 1140px) {
    #circle-svg, #loan-svg, #credit-svg { left: 4%; }
}
@media (min-width: 1206px) {
    #circle-svg, #loan-svg, #credit-svg { left: 6%; }
}
@media (min-width: 1280px) {
    #circle-svg, #loan-svg, #credit-svg { left: 8%; }
}
@media (min-width: 1307px) {
    #circle-svg, #loan-svg, #credit-svg { left: 43px; }
}
/* ##  Info Banner 1  ## */

.info-banner-1 { background: #f2f2f2; }
    .info-banner-1 .title { font-size: 32px; font-weight: 500; }
    .info-banner-1 .title span { padding-bottom: 20px; }
    
    .info-banner-1 .caption { width: 95%; }
    .info .col-1, .info .col-2 { width: 58.5%; font-size: 18px; font-weight: 600; display: inline-block; vertical-align: top;}
    .info .col-2 { width: 39.5%}
    .info .col-1 p, .info .col-2 p {margin-bottom: 2em; line-height: 1.3; }
    .info .col-1 p,
	.info .col-1 p a { color: #1f8cb8; }

.pulse {}
    .pulse .title span {
        background-image: url('/cms/images/global/pulse.png');
        background-size: initial;
        background-repeat: no-repeat;
        background-position: 118% 25%;
    }
    .pulse .info a:hover, .pulse .info a:focus { text-decoration: none; }
    .pulse .info a .view-content:hover, .pulse .info a:focus .view-content { text-decoration: underline; }
    .pulse ul { margin: 0; padding: 0; list-style: none; }
    .pulse ul li { border-bottom: 1px solid #ccc; }
    .pulse ul li:last-child { border-bottom: none; }
    .info h3 { color: #333; font-size: 14px; font-weight: 800; text-transform: uppercase; }
    .info a .caption { font-size: 18px; font-weight: 500; margin-bottom: 5px; }
    .view-content { color: #3195b8 !important; font-size: 16px; font-weight: 600; display: inline-block; }
    .view-content:after { content: " "; width: 5px; height: 5px; margin: 0 0 1px 5px; display: inline-block; transform: rotate(-45deg); border-right: 2px solid #3195b8; border-bottom: 2px solid #3195b8; }
    .view-content.orange:after { border-right: 2px solid #f05f23; border-bottom: 2px solid #f05f23; }

@media (max-width: 959px) {
    .info-banner-1 .grid_4 { width: 100% !important; min-height: 1px !important; float: none !important; max-width: 500px; margin: 0 auto; }
    .rates { margin: 40px auto 20px !important; }
}
@media (max-width: 510px) {
    .section .view-all { top: 10%; }
    .info-banner-1 .grid_4 { max-width: 320px; }
    .info-banner-1 .title { font-size: 20px; }
    .rates .info { max-width: 240px; margin: 0 auto; }
    .info .col-1 p { margin: 0; }
    .info .col-1 { width: 100%; }
    .info .col-2 { width: 75%; position: relative; padding-left: 20px; }
    .col-2:before { content: " - "; position: absolute; left: 5px; }
    [class*="grid_"] [class*="grid_"] { padding: 0 0 30px; text-align: center; }
}
@media (min-width: 960px) {
    .info-banner-1 .grid_4 { padding: 0 20px; }
    .info-banner-1 .grid_4:after {
        content: " ";
        top: 0;
        right: -2px;
        z-index: 1000;
        position: absolute;
        width: 1px;
        height: 100%;
        background: #ccc;
    }
    .info-banner-1 .title { font-size: 23px; }
    .section.info-banner-1 .view-all { top: 18%; }
    .info-banner-1 .grid_4:last-child:after { display: none; }
    .info-banner-1 .go-mobile .grid_5 { padding-top: 85px; }
    .info-banner-1 .go-mobile .grid_7 { padding-top: 65px; }
}
@media (min-width: 1100px) { .info-banner-1 .title { font-size: 32px; } .section.info-banner-1 .view-all { top: 25%; } }
/* ##  Testimonials  ## */

.testimonial-wrpr {
    width: 100%;
    height: 225px;
    display: table;
    position: relative;
    background-image: url(/cms/images/global/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.testimonial-wrpr:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: rgba(49, 149, 184, .60);
}
.testimonial { width: 100%; z-index: 100; text-align: center; position: relative; display: table-cell; vertical-align: middle; }
    .testimonial .title { font-size: 28px; font-weight: 500; }
    .testimonial .caption { font-weight: 500; margin-bottom: 1.5em; }
    .testimonial .caption:last-child { margin-bottom: 0 }
    .testimonial .caption strong { margin: 0; font-size: 20px; font-weight: 600; line-height: 1; }

@media (min-width: 640px) {
    .testimonial .title { font-size: 36px; }
}

.testimonial-wrpr.white a {color:#fff;}

.sitemap-hold table,
.sitemap-hold table td {vertical-align: top !important;}

/* ##  Contact - Events  ## */

.section.contact-events { padding: 0; }
    .events .title span { padding-bottom: 10px; }
    .section.contact-events .view-all { top: 20%; }
    .contact-events .contact-wrpr { padding: 20px 5px 40px; }
        .contact-wrpr .contact { width: 95%; max-width: 320px; margin: 0 auto; text-align: center; }
            .contact-wrpr .contact .title {}
            #contact-select-arrow:after {
                content: " ";
                top: 15%;
                right: 5px;
                z-index: 100;
                position: absolute;
                width: 10px;
                height: 10px;
                transform: rotate(45deg);
                border-right: 3px solid #fff;
                border-bottom: 3px solid #fff;
                transition: all .2s ease-in-out;
            }
            #contact-select-arrow.turn:after { content: " "; transform: rotate(135deg); transition: all .2s ease-in-out; }
            .contact-wrpr .contact .title select {
                width: 100%;
                color: #fff;
                font-size: 19px;
                font-weight: 700;
                margin: 0 0 20px;
                padding: 0 0 10px 0;
                outline: 0;
                border: none;
                border-bottom: 3px solid;
                background: transparent;
            }
            .contact-wrpr .contact .title select option { color: #333; }
        .contact-wrpr .dropdown {}
            .contact-wrpr .dropdown p { font-size: 26px; }
            .contact-wrpr .dropdown select {
                width: 100%;
                font-size: 18px;
                font-weight: 500;
                padding: 20px;
                border: none;
                border-radius: 3px;
            }
            .contact-wrpr .dropdown .btn-wrpr { display: block; margin-top: 30px; }
            #select-wrpr { display: block; position: relative; }
			.white #select-wrpr { background: #fff; }
            #select-wrpr:after {
                content: " ";
                top: 40%;
                right: 40px;
                z-index: 100;
                position: absolute;
                width: 0px;
                height: 0px;
                border-top: 10px solid #333;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                transition: all .2s ease-in-out;
            }
            #select-wrpr.turn:after { content: " "; transform: rotate(90deg); transition: all .2s ease-in-out; }

    .contact-events .events-wrpr { background: #dce8ed; position: relative; padding: 40px; }
        .events-wrpr .events { width: 100%; max-width: 320px; margin: 0 auto; }
            .events-wrpr .events title { width: 95%; margin: 0 auto; }
            .events-wrpr .events ul { margin: 0; padding: 0; list-style: none; }
            .events-wrpr .events ul li {}
            .events-wrpr .events ul li a {  }
            .events-wrpr .events ul li a h3 { }
            .events-wrpr .dateStamp { margin: 0; padding: 12px 19px; border-radius: 50%; background: #fff; display: inline-block; }
                .events-wrpr .dateStamp .mon { display: block; line-height: 1; font-size: 14px; font-weight: 800; text-align: center; text-transform: uppercase; }
                .events-wrpr .dateStamp .day { display: block; line-height: 1; font-size: 40px; text-align: center; }
            .events-wrpr .event-caption { width: 100%; display: block; vertical-align: top; margin-top: 10px; text-align: center; }
                .events-wrpr .event-caption .timeStamp { font-size: 15px; font-weight: 500; }
                .events-wrpr .event-caption p { font-weight: 600; }

@media (min-width: 510px) {
    .contact-wrpr .contact, .events-wrpr .events { max-width: 500px; }
    .contact-wrpr .contact .title select, .events-wrpr .events .title { font-size: 24px; }
    /*#contact-select-arrow:after { top: 35%; }*/
    .events-wrpr .event-caption { text-align: left; }
    .events-wrpr .dateStamp { margin-right: 10px; padding: 12px 19px; border-radius: 50%; background: #fff; display: inline-block; }
    .events-wrpr .event-caption { width: calc(100% - 100px); display: inline-block; }
}
@media (min-width: 640px) {
    .section.contact-events .view-all { top: 30%; }
    .contact-events .contact-wrpr { padding: 20px 40px 40px; }
    .contact-wrpr .contact .title select, .events-wrpr .events .title { font-size: 30px; }
    #contact-select-arrow:after { top: 20%; }
}
@media (min-width: 960px) {
    .contact-events-wrpr { overflow: hidden; }
    .contact-wrpr .contact, .events-wrpr .events { max-width: 100%; }
    #contact-select-arrow:after { top: 20%; }
    .contact-events .contact-wrpr { padding: 40px 5px; display: block; vertical-align: top; }
    .contact-events .events-wrpr { padding: 40px 20px; width: 45.22%; display: inline-block; vertical-align: top; }
        .events-wrpr:after { content: " "; width: 100%; height: 100%; background: #dce8ed; top: 0; left: 100%; position: absolute; }
    .events-wrpr .event-caption { text-align: left; }
}
@media (min-width: 1100px) {
    .contact-events .contact-wrpr { padding: 40px 30px; width: 60%; margin: 0 auto; }
        .contact-wrpr .contact { width: auto; margin-left: 17%; }
    .contact-events .events-wrpr { padding: 40px 30px; width: 29%; }
        .events-wrpr .events { width: auto; margin-right: 25%; }
}

/* ============== END SECTION STYLES ============== */

/* =================================================
                LOGIN PAGE STYLES 
====================================================*/

.page-banner {
    width: 100%; height: 200px; display: table;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-banner.focus-right {
    background-position: 77% 50%;
}
.page-banner.focus-right-100 {
    background-position: 100% 50%;
}
.page-banner-copy { padding: 0 10px; display: table-cell; vertical-align: middle; }
.page-banner .title { color: #fff; font-size: 46px; font-weight: 500; text-shadow: 1px 1px 3px #000; margin-bottom: 15px; }
.page-banner .caption { width: 100%; max-width: 500px; color: #fff; font-size: 17px; text-shadow: 1px 1px 1px #000; }
.page-copy { padding: 0 20px; }
h1 { font-size: 44px; font-weight: 600; margin: 18px 0; }
h2 { font-size: 32px; font-weight: 600; margin: 18px 0; }
h3 { font-size: 22px; font-weight: 500; margin: 15px 0;  }
h4 { font-size: 18px; font-weight: 700; margin: 10px 0; }
p, ul li { font-weight: 500; line-height: 1.5; }

/* =================================================
                MEMBER LOGIN STYLES 
====================================================*/

.main {}
    .member-login-wrpr {}
        .member-login-wrpr .half { padding: 95px 0; }
        .member-login-wrpr .half:last-child { background: #f5f5f7; }
            .member-login-wrpr .half .btn-wrpr { display: block; }
        .interior .half .member-wrpr { width: 100%; display: table; }
        .interior .half .member { width: 100%; max-width: 450px; text-align: center; margin: 0 auto; padding: 0 10px; display: table-cell; vertical-align: middle; }
            .interior .half .member .input:last-of-type { display: block; margin-bottom: 20px; }
        .interior .half .member .title { width: 100%; max-width: 450px; margin: 0 auto 1em; font-size: 30px; font-weight: 500; line-height: 1; }
        .interior .half .member .label-left { display: block; width: 100%; max-width: 450px; margin: 0 auto 5px; text-align: left; }
        .interior .half .member .caption { display: block; width: 100%; max-width: 450px; margin: 0 auto 5px; text-align: left; }
        .interior .half:last-child .member .caption { text-align: center; margin-bottom: 30px; }
        .interior .half .member .content input[type="text"],
		.interior .half .member .content input[type="password"] { width: 100%; box-sizing: border-box; max-width: 450px; margin: 0 auto 15px; padding: 10px; border-radius: 5px; border: 1px solid #ccc; box-shadow: 1px 1px 5px #ccc; }

@media (min-width: 960px) {
    .member-login-wrpr { width: 100%; display: flex; }
        .member-login-wrpr .half { width: 50%; }
        .interior .half .member .caption { max-width: 400px; }
        .interior .half .member .content input[type="text"],
		.interior .half .member .content input[type="password"] { max-width: 380px; }
        .interior .half .member-wrpr { display: block; text-align: right; }
        .interior .half:last-child .member-wrpr { display: block; text-align: left; }
        .interior .half .member { display: inline-block; }
        .half .member .content .input { width: 48%; display: inline-block !important; }
}
@media (min-width: 1125px) {
    .interior .half .member-wrpr { overflow: hidden; }
    .member-login-wrpr .half:first-child .member { padding-right: 5%; }
    .member-login-wrpr .half:last-child .member { padding-left: 5%; }
}
@media (min-width: 1240px) {
    .interior .half .member { max-width: 600px; }
}

/* ##  Apply  ## */

#apply-tabs-1 select { -webkit-appearance: none; }
#apply-tabs-1 select:-ms-expand { display: none; }

.apply-tabs-wrpr .tabWrpr { min-height: 400px; padding: 39px; margin-bottom:30px; background: #f5f5f7; }
    #apply-tabs-1 .tab-content p, .box label {padding: 0 10px 15px; position: relative; }
    .apply-tabs-wrpr .tab-content p .lightBlue, .box .lightBlue { font-size: 38px; height: 0; margin-right: 10px; top: -10px; left: -3px; position: absolute; }

    #apply-tabs-1 .holder { font-weight: 600; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #ccc; }
        .holder .box { margin: 25px 0 0 15px; }
        .holder .box label, .holder .box select { color: #999; padding: 0 10px; display: inline-block; vertical-align: middle; }
        .holder .box select { width: 100%; padding: 15px 10px; border-radius: 3px; border: 1px solid #ccc; }
        #holder-select, #holder-select2 { width: 100%; max-width: 380px; position: relative; display: inline-block; }
        #holder-select:after, #holder-select2:after {
            content: " ";
            top: 40%;
            right: 20px;
            z-index: 100;
            position: absolute;
            width: 0px;
            height: 0px;
            border-top: 10px solid #333;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            transition: all .2s ease-in-out;
        }
        #holder-select.turn:after, #holder-select2.turn:after { content: " "; transform: rotate(90deg); transition: all .2s ease-in-out; }
        .holder .box input[type="text"] { padding: 15px 10px; border-radius: 3px; border: 1px solid #ccc; }

.tab-footer { display: flex; }
    .tab-footer .btn-wrpr { width: 50%; }
        .tab-footer .btn-wrpr:last-child { text-align: right; }
        .tab-footer .btn-wrpr a.back-btn { color: #999; font-weight: 600; margin-top: 13px; padding-left: 15px; display: block; position: relative; }
        .tab-footer .btn-wrpr .btn.btn-theme-01a { padding: 13px 50px; }
            .tab-footer .btn-wrpr a.back-btn:before {
                content: " ";
                top: 6px; left: 4px;
                position: absolute;
                width: 5px; height: 5px;
                transform: rotate(45deg);
                border-left: 2px solid #999; border-bottom: 2px solid #999;
                }


.apply-tabs-wrpr fieldset input[type="radio"] { display: none; }
        .apply-tabs-wrpr fieldset input[type="radio"] + label { ont-size: 14px; }
        .apply-tabs-wrpr fieldset input[type="radio"] + label span {
            display: inline-block;
            width:15px;
            height:15px;
            margin: -3px 4px 0 0;
            vertical-align: middle;
            cursor:pointer;
            border-radius: 50%;
            -moz-border-radius: 50%;
            border: 2px solid #fff;
        }

        .apply-tabs-wrpr fieldset input[type="radio"] + label span { background-color: #999; }
        .apply-tabs-wrpr fieldset input[type="radio"]:checked + label span{ font-size: 16px; font-weight: 600; border: 2px solid #fff; background-color: #3195b8; }

        .apply-tabs-wrpr fieldset input[type="radio"] + label span,
        .apply-tabs-wrpr fieldset input[type="radio"]:checked + label span {
            -webkit-transition:background-color 0.1s linear;
               -moz-transition:background-color 0.1s linear;
                 -o-transition:background-color 0.1s linear;
                    transition:background-color 0.1s linear;
        }

/* =================================================
                  ACCORDION STYLES 
====================================================*/

.locations-accordion { padding: 30px 0; }
.locations-accordion__title { display: none; }
.locations-accordion__panel[aria-hidden=true] { height: 0; opacity: 0; transition: all .1s ease-in-out; }
.locations-accordion__panel[aria-hidden=false] { height: auto; opacity: 1; transition: all .1s ease-in-out; }

.locations-accordion button {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    position: relative;
    background: none;
    padding: 20px 0;
    display: block;
    outline: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.locations-accordion__header[aria-expanded="true"]:before {
    content: " ";
    width: 20px;
    top: 50%;
    right: 11px;
    position: absolute;
    border-bottom: 2px solid #f05f23;
}
.locations-accordion__header[aria-expanded="true"]:after {
    content: " ";
    height: 20px;
    top: 38%;
    right: 20px;
    position: absolute;
    transform: rotate(-90deg);
    transition: all .2s ease-in-out;
    border-right: 2px solid #f05f23;
}
.locations-accordion__header[aria-expanded="false"]:before {
    content: " ";
    width: 20px;
    top: 50%;
    right: 11px;
    position: absolute;
    border-bottom: 2px solid #f05f23;
}
.locations-accordion__header[aria-expanded="false"]:after {
    content: " ";
    height: 20px;
    top: 38%;
    right: 20px;
    position: absolute;
    transition: all .2s ease-in-out;
    border-right: 2px solid #f05f23;
}

.location-list { margin: 0; list-style: none; }
    .location-item { min-height: 425px; margin-bottom: 30px; border-bottom: 1px solid #ccc; }
        .location-item:last-child { border: none; }
    .location-list h4 { margin: -5px 0 5px; }
    .location-list .hours p { margin-bottom: 5px; }
    .location-item p a { color: #3195b8; font-weight: 600; text-decoration: none; }
    .location-item .hours p strong { width: 100px; cursor: pointer; display: block; position: relative; }
    .location-item .hours p strong:after {
        content: " ";
        top: 8px;
        right: 35px;
        position: absolute;
        width: 6px;
        height: 6px;
        transform: rotate(-45deg);
        transition: all .15s ease-in-out;
        border-right: 2px solid #3195b8;
        border-bottom: 2px solid #3195b8;
    }
    .location-item .hours.open p strong:after {
        content: " ";
        top: 6px;
        right: 35px;
        position: absolute;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        transition: all .15s ease-in-out;
        border-right: 2px solid #3195b8;
        border-bottom: 2px solid #3195b8;
    }
    .location-item .hours ul { margin: 0; padding: 0; list-style: none; }
    .location-item .hours li span { width: 50px; display: inline-block; }
    .location-item .map-links { width: 100%; max-width: 670px; text-align: right; margin: 10px 0 15px; }
        .location-item .map-links a { color: #3195b8; font-weight: 600; margin-left: 10px; }
        .location-item .map-links a:first-child { padding-right: 12px; border-right: 2px solid #ccc; }

/* =================================================
                  INTERIOR CALLOUT 
====================================================*/

.interior-callout {}
    .interior-callout .callout-content { text-align: center; }
        .interior-callout .callout-content .image { margin-bottom: 10px; display: inline-block; }
        .callout-content .title { margin-bottom: 5px; }
        .interior-callout .callout-content .copy {}
        .interior-callout .btn-wrpr { text-align: center; display: block; }

@media(min-width: 960px) {
    .interior-callout .container { text-align: center; }
    .interior-callout .callout-content { display: inline-block; padding-right: 50px; vertical-align: middle; }
    .interior-callout .callout-content .image { margin: 0; vertical-align: middle; }
    .interior-callout .callout-content .copy { text-align: left; padding-left: 13px; display: inline-block; vertical-align: middle; }
    .interior-callout .callout-content .copy .caption { margin: 0; }
    .interior-callout .btn-wrpr { display: inline-block; vertical-align: middle; }
}

/* =================================================
                       SERVICES
====================================================*/

.services { background: #f5f5f5; }
	.services .container > div {max-width: 280px; margin: 0 auto 30px; padding-bottom: 30px; text-align: center; border-bottom: 1px solid #ccc; }
        .services .container > div:last-child { margin: 0 auto; padding: 0; border-bottom: 0; }
        .services .service-item svg { margin-bottom: 10px; }
        .services .service-item .copy {}
        .services .service-item .copy .caption { line-height: 2; }
        .services .service-item .copy .view-content {}

@media (min-width: 720px) {
    .services .container { display: flex; flex-flow: row wrap; justify-content: center; }
    .services .container > div { max-width: 50%; }
    .services .service-item .copy { width: 100%; max-width: 280px; margin: 0 auto; }
}

@media (min-width: 960px) {
    .services .container > div { max-width: 33%; border-bottom: none; }
}

@media (min-width: 1100px) {
    .services .container > div { max-width: 280px; }
}

/* =================================================
                     AUTO EXPRESS
====================================================*/

.auto-express { text-align: center; overflow: hidden; padding: 40px 15px; }
    .auto-express .container {}
    .auto-express .title {}
        .auto-express .title.double span, .tips .title.double span { text-align: center; padding-bottom: 15px; }
    .auto-express p { width: 100%; max-width: 54em; margin: 0 auto 1em; }
    .auto-express .image-row {}
        .auto-express .image-row .image-item { width: 100%; max-width: 280px; margin: 0 auto 75px; padding-bottom: 40px; position: relative; }
           .auto-express .image-row .image-item:after {
                content: " ";
                width: 100px;
                height: 50px;
                top: initial;
                bottom: -48px;
                left: 0;
                margin-left: auto;
                right: 10px;
                margin-right: auto;
                transform: rotate(90deg);
                position: absolute;
                background-image: url(/cms/images/global/arrow.png);
                background-repeat: no-repeat;
            } 
           .auto-express .image-row .image-item:last-child:after { content: " "; background-image: none; }
        .auto-express .image-row .image-item:first-child { padding-top: 25px; }
        .auto-express .image-row .image-item:last-child { margin: 0 auto; border-bottom: none; }
        .auto-express .image-row .image-item svg {}
        .auto-express .image-row .image-item h3 { margin: 0; }
    .auto-express .btn-wrpr {}

@media (min-width: 400px) { .auto-express .title, .tips .title { width: 100%; max-width: 350px; margin: 0 auto 1em; } }
@media (min-width: 960px) {
    .auto-express .image-row { display: flex; }
    .auto-express .image-row .image-item { max-width: 33%; margin: 0 auto; }
    .auto-express .image-row .image-item:after { content: " "; top: 17%; right: -12%; margin-right: initial; transform: rotate(0deg); }   
    .auto-express .image-row .image-item:last-child:after { content: " "; background-image: none; }
}

/* =================================================
                  RATES / CALCULATOR
====================================================*/

.rates-calc-wrpr { padding: 0; overflow: hidden; }
    .rates-calc-wrpr .left {
        width: 100%;
        height: 475px;
        display: table;
        background-image: url(/assets/1/6/auto-rates-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .rates-calc-wrpr .left-table, .rates-calc-wrpr .right-table { position: relative; display: table-cell; vertical-align: middle; }
        .rates-calc-wrpr .left .title { font-size: 18px; margin: 0 0 1.3em; text-shadow: 1px 1px 1px #333; }
        .rates-calc-wrpr .left .content {}
            .rates-calc-wrpr .left .content .rate {
                margin: 0 0 24px;
                padding: 15px 20px;
                background: #fff;
                display: inline-block;
                border-radius: 5px;
            }
            .rates-calc-wrpr .left .content .rate p { margin: 0; font-weight: 600; text-align: right; }
            .rates-calc-wrpr .left .content .rate p .caption { text-align: center; margin: 0; padding: 0; display: block; }
            .rates-calc-wrpr .left .content .rate p .caption strong {}
            .rates-calc-wrpr .left .content .rate p .caption strong:after { content: "\000B1"; margin-left: 3px; }
            .rates-calc-wrpr .left .content .disclaimer { letter-spacing: 0; margin: 0 0 24px; display: block; }
        .rates-calc-wrpr .left .btn-wrpr {}  
    .rates-calc-wrpr .right {
        width: 100%;
        height: 475px;
        display: table;
        background-image: url(/assets/1/6/calculator-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .rates-calc-wrpr .right .title { font-size: 18px; text-align: center; margin-bottom: 10px; }
        .rates-calc-wrpr .right .content {}
            .rates-calc-wrpr .right .content .title { margin: 0; }
        .rates-calc-wrpr .right .content .current, .rates-calc-wrpr .right .content .refi { text-align: center; margin: 0 0 15px; }
            .rates-calc-wrpr .right .content .current .title, .rates-calc-wrpr .right .content .refi .title { font-size: 16px; } 
            .rates-calc-wrpr .right .content .current input, .rates-calc-wrpr .right .content .refi input {
                width: calc(100% - 55px);
                margin: 10px 10px 0;
                padding: 17.5px;
                border: 0;
                border-radius: 5px;
            }
        .rates-calc-wrpr .right .content .btn-wrpr {}
    
    .left-wrpr, .right-wrpr { width: 96%; max-width: 525px; text-align: center; margin: 0 auto; padding: 40px 10px; }

@media (min-width: 380px) {
    .rates-calc-wrpr .left .title, .rates-calc-wrpr .right .title { font-size: 22px; }
    .rates-calc-wrpr .right .content .current .title, .rates-calc-wrpr .right .content .refi .title { font-size: 18px; } 
}

@media (min-width: 480px) {
    .rates-calc-wrpr .left .content .rate { width: 91%; max-width: 450px; }
    .rates-calc-wrpr .left .content .rate p .caption { padding-left: 10px; display: inline-block; }
    .left-wrpr, .right-wrpr { padding: 0 10px; }
    .rates-calc-wrpr .right .content .current, .rates-calc-wrpr .right .content .refi { width: 49%; display: inline-block; vertical-align: middle; }
}

@media (min-width: 515px) {
    .rates-calc-wrpr .left .title, .rates-calc-wrpr .right .title { font-size: 32px; }
    .rates-calc-wrpr .right .content .current .title, .rates-calc-wrpr .right .content .refi .title { font-size: 22px; } 
}

@media(min-width: 960px) {
    .rates-calc-wrpr { display: flex; }
    .rates-calc-wrpr .left .title { font-size: 30px; }
    .rates-calc-wrpr .left, .rates-calc-wrpr .right { width: 50%; }
    .rates-calc-wrpr .left .content .rate p .caption { padding-left: 27px; }
}

@media(min-width: 1035px) {
    .rates-calc-wrpr .left .title { font-size: 32px;  }
    .rates-calc-wrpr .left .content .rate p .caption { padding-left: 60px; }
}
@media(min-width: 1100px) { .rates-calc-wrpr .left .content .rate p .caption { padding-left: 65px; } }
@media(min-width: 1200px) { .left-wrpr { float: right; padding-right: 50px; } .right-wrpr { float: left; padding-left: 50px; } }

.rates-calc-wrpr .rate-row { margin: 0 0 24px;    padding: 15px 20px;    background: #fff;    border-radius: 5px; }
.rates-calc-wrpr .info .col-1,
.rates-calc-wrpr .info .col-2 {   font-size: 16px; }
.rates-calc-wrpr .rate-row .col-1 p,
.rates-calc-wrpr .rate-row .col-2 p { margin: 0; text-align:left; color: #333; }
.section.rates-calc-wrpr .view-all.orange { color: #fff; }

/* =================================================
                  AUTOLOANS 3 COLUMNS
====================================================*/
.splitted-section-title {padding: 0 10px; }
.image-text-banner { position: relative; height: 100%; background-position: 50%; background-size: cover; color: #fff;}
.image-text-banner-content { height: 100%; background: rgba(49, 149, 184, .9); box-sizing: border-box; padding:20px; }
.splitted-sections h2 {    font-size: 25px; }
.splitted-sections > div .block,
.splitted-sections > div .widget { padding: 0 10px; margin-bottom: 30px; }	

@media(min-width: 900px ) {
	.splitted-section-title {padding: 0 20px; }
	.splitted-sections {
		display:-webkit-box;  
        display:-ms-flexbox;  
        display:flex;
		flex-wrap: wrap;
	}
	.splitted-sections > div { width: 33.33%; }
	.splitted-sections > div:first-child .block {height: 100%; }
	.splitted-sections > div .block,
	.splitted-sections > div .widget { padding: 0 20px; margin-bottom: 0px; }		
}
.splitted-sections .info .col-1 p,
.splitted-sections .info .col-2 p {
    margin-bottom: 1em;
    line-height: 1.3;
}

.icon-calculator {
    width: 2em;
    height: 2em;
    margin-bottom: -.5em;
	stroke: #6D6D6D;
}
.btn:hover .icon-calculator,
.btn:focus .icon-calculator {
	stroke: #fff;
}


/* =================================================
                        TIPS
====================================================*/

.tips { overflow: hidden; }
    .tips .title {}
    .tips ul {}
        .tips ul li {}
        .tips ul li a { width: 275px; margin: 0 auto; }
        .tips ul[data-columns="3"] li a { position: relative; }
        .tips ul[data-columns="3"] li a:before {
            content: " ";
            width: 7px;
            height: 7px;
            top: 6px;
            left: -17px;
            position: absolute;
            transform: rotate(-45deg);
            border-right: 2px solid #4ca034;
            border-bottom: 2px solid #4ca034;
        }

.tips .view-content { display: block; text-align: center; }

@media (min-width: 640px) {
    .tips ul li a { width: 240px; }
}
@media (min-width: 960px) {
    .tips ul li a { width: 290px; }
}

/* =================================================
                INTERIOR TESTIMONIALS
====================================================*/

.interior.testimonials {
    width:100%;
    min-height: 375px;
	box-sizing: border-box;
    background-image: url(/assets/1/6/apply-testimonial-bg.jpg);
    background-position: 25% top;
    background-repeat: no-repeat;
    background-size: cover;
}
    .interior.testimonials .container { position: reltaive; }
    .interior.testimonials .testimonial-copy { width: 60%; margin: 15% auto 0; text-align: center; position: relative; }
        .interior.testimonials .testimonial-copy .caption a:hover,
		.interior.testimonials .testimonial-copy .caption a:focus { color:#fff; }
        .interior.testimonials .testimonial-copy .caption:first-child { position:relative; font-size:16px; font-weight: 500;}
        .interior.testimonials .testimonial-copy .caption:first-child:before {
            content: "\275d";
            color: #fff;
            font-size: 55px;
            font-family: 'icomoon2';
            top: -10px;
            left: -50px;
            opacity: .4;
            position: absolute;
        }
        .interior.testimonials .testimonial-copy .caption:first-child:after {
            content: "\2760";
            color: #fff;
            font-size: 55px;
            font-family: 'icomoon2';
            right: -50px;
            bottom: -10px;
            opacity: .4;
            position: absolute;
        }
        .interior.testimonials .testimonial-copy p { font-weight: 500; text-shadow: 1px 1px 2px #333; }
        .interior.testimonials .testimonial-copy .caption { font-size: 20px; letter-spacing: 1px; text-align: right; margin-top: 50px; }

@media(min-width: 640px) {
    .interior.testimonials .testimonial-copy { max-width: 475px; margin: 8% 0 0 calc(100% - 550px);}
}
@media(min-width: 1430px) {
    .interior.testimonials .testimonial-copy { margin: 4% 0 0 calc(100% - 475px);}
}

/* =================================================
                    FOOTER STYLES 
====================================================*/

footer ul { margin: 0; padding: 0; list-style: none; font-size: 16px; font-weight: 700; text-align: left; display: inline-block; }
footer ul li { margin-bottom: 5px; }

footer ul.footer-social {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}
footer ul.footer-social a,
footer ul.footer-social a:visited {
	padding: 10px;
    font-size: 2rem;
    border: 1px solid #fff;
    margin: 5px;
    display: block;
    line-height: 1;
	color:#fff;
}
footer ul.footer-social a:hover,
footer ul.footer-social a:focus {
	color:#f05f23;
}

/* ##  Top  ## */
footer .top .grid_4 { margin-top: 15px; text-align: center; }
.footer-links {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-links a, .footer-links a:hover, .footer-links a:focus { color: #fff; }
    footer .top .image { margin-bottom: 25px; text-align: center; }

@media (min-width: 960px) {
    footer .top .grid_4 { padding: 0 20px; text-align: left; }
    footer .top .grid_4:last-child { text-align: center; }
    footer .top .grid_4:after {
        content: " ";
        top: 0;
        right: -2px;
        z-index: 1000;
        position: absolute;
        width: 1px;
        height: 1000px;
        background: #fff;
    }
}

/* ##  Bottom  ## */

footer .section.btm { padding: 25px 40px 85px; font-weight: 600; }
    footer .container { overflow: hidden; }
    .btm .grid_6:last-child { text-align: right; }

/* ============== END FOOTER STYLES =============== */

/* ======================  END PAGE STYLES  ====================== */

/* =================================================================
                           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 TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {float:right; display:inline; padding:5px 0 0 0; text-align:right;}

.pageTool { margin:0 8px 0; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline; color:#0a6483 !important;  }
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active { color:#0a6483 !important; text-decoration:none; opacity: .7}

.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; }

.hd  {padding:10px; border-bottom:3px solid #ccc; margin:0 0 10px 0;}
.ftr {padding:10px; border-top:3px solid #ccc; font-size:11px; text-align:center;}

.printBody {margin:0; padding:0; color:#333; background:#fff; width:100%;}
.printWrpr {width:660px; text-align:left; margin:0 auto; z-index:1;}

.emailBody {margin:0; padding:0; background:#fff; width:100%;}
.emailWrpr {width:680px; text-align:left; margin:0 auto; z-index:1;}


/* ## 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; }



/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin:-15px 0 15px 0; }
.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; }


/*** ATM finder plugin ***/
.atm-finder-container {
	height: 300px;
}
@media (min-width:768px) {
	.atm-finder-container {
		height: 400px;
	}
}
@media (min-width:1200px) {
	.atm-finder-container {
		height: 520px;
	}
}


/*** Process Explanation Section ***/
/* Flex Boxes */
.flex .flex-item {
	margin: 0 0 35px;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width:768px) {
	.row-expand {margin: 0 -1%;}
    .flex {
        display:-webkit-box;  
        display:-ms-flexbox;  
        display:flex;
		flex-wrap: wrap;
    }
	
	.grow {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.fixed {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
    .flex .flex-item {
		margin: 0 .5% 35px;
    }

    .digital-wallet-flex.flex .flex-item {
		width: 32.33%;
    }
    .flex.process-flex .flex-item {
		flex-grow: 1;
		flex-basis: 0;
    }	
	
	.flex.image-with-text-flex {
		flex-wrap: nowrap;
	}
	.image-with-text-flex > div {
		align-self: center;
		max-width: 60%;
	}
	.image-with-text-flex > div.grow {
		padding-left: 20px;
	}
}
@media (max-width:767px) {
	.image-with-text-flex > div.fixed {
		padding-bottom: 20px;
	}
}

.flex.process-flex .flex-item {
	border: 1px solid #ccc;
	border-radius: 20px;
}


.process-container.bgBlue .title {color:#fff;}
.process-container .flex-item {background:#fff; border-radius: 20px; text-align: center; padding: 20px; }

/*** Look At Me (Highlighted Sections) ***/
.look-at-me-container {color:#fff;}
.look-at-me-container a { color: #fff; text-decoration: underline; }
.look-at-me-container a:hover,
.look-at-me-container a:focus { text-decoration: none; }
.look-at-me-img {text-align: center; margin-bottom: 20px;}
@media (min-width:768px) {
	.look-at-me-img {margin-bottom: 0;}
}

/*** How To Section ***/
.how-to-content {     max-width: 1100px; margin: 0 auto; }
.how-to-content ul { margin: 0; padding:0; list-style:none; }
.how-to-content ul li {margin: 0 0 30px 0; }
.how-to-content ul li .icon { display: inline-block; vertical-align: middle; margin-right: 10px;}
.how-to-image {display: none; }
@media (min-width:60em) {
	.how-to-image {display: block;}
}

/*** Digital Walet Section ***/
.digital-wallet-flex .flex-item {
    background:#fff; border-radius: 20px; text-align: center; padding: 20px;  border: 1px solid #ccc;
}
.digital-wallet-image {margin-bottom: 30px; }

/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link, 
	.siteHeader a.sitelogo:visited {float:none; display:block; width:auto;}
	
	.pageTools {display:none;}
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

}

.moduleConfigWrpr iframe::-webkit-scrollbar {  
    display: none;
  }

.formee a.moreLink{text-decoration: none;}
.formee a.moreLink:hover{color:#C30000;}

@media (min-width: 1000px) {
    .header-top .desk { text-align: right; }
}


/* =================================================================
                  Responsive Tabs
===================================================================*/

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.tab-module { margin-bottom: 30px; }


/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#dce8ed;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-1px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
	color: #f05f23;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	border:1px solid #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background:#dce8ed;
	border:1px solid #cccccc;
	border-bottom:0px;
	position:relative;
	bottom:-5px;
	margin:0 0 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:after {position:absolute; content:''; right:10px; top:15px; border-top:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#ffffff;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {border-top:0px; border-bottom:10px solid #aaaaaa; border-left:9px solid transparent; border-right:9px solid transparent;}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/*** Vertical Tabs additional styles ***/
@media (min-width: 769px) {
	.vertical-tabs .r-tabs .r-tabs-tab {
		display: block;
		margin: 0;
	}
	.vertical-tabs .r-tabs .r-tabs-tab.r-tabs-state-active {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		
		border-radius: 10px 0 0 10px;
		position: relative;
	}
	.vertical-tabs .r-tabs .r-tabs-tab.r-tabs-state-active:after {
		content:"";
		position: absolute;
		left: 100%;
		top:0;
		display: block;
		width: 1px;
		height: 100%;
		background:#fff;
	}
	.vertical-tabs .r-tabs .r-tabs-nav .r-tabs-anchor {
		bottom: 0;
	}
	.vertical-tabs .r-tabs .r-tabs-nav {
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	.vertical-tabs .r-tabs .r-tabs-panel {
		width: 50%;
		float: left;
		box-sizing: border-box;
		border-radius: 0 10px 10px 0;
	}
	.vertical-tabs .r-tabs .r-tabs-nav .r-tabs-anchor {
		background: none;
		border: 0;
		padding: 15px 20px;
	}
	.vertical-tabs .r-tabs .r-tabs-nav .r-tabs-anchor svg {
		margin-bottom: -10px;
		margin-right: 10px;
	}
	
	
	.vertical-tabs .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
		background: none;
	}
	
	.vertical-tab-item {
		text-align: center;
		padding: 30px 20px;
		box-sizing: border-box;
	}
	.vertical-tab-image {
		margin-bottom: 1rem;
	}
}

@media (max-width: 768px) {
	.vertical-tabs .r-tabs .r-tabs-accordion-title .r-tabs-anchor svg {
		margin-bottom: -10px;
		margin-right: 10px;
	}
}


/* Error 404 page */
div.msgBox {width:500px; max-width:80%; margin: 0 auto;  text-align: center; padding:50px;}


/* =================================================================
                        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; }
}