/* ## 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;
}


*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
	display: inline-block;
}

	/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

	audio:not([controls]) {
		display: none;
		height: 0;
	}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
	line-height: 1.4;
	display: inline-block;
}

/*
 * 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 */
	width: 100%;
}

/*
 * 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 {
	font-family: 'Montserrat', sans-serif;
}

::-moz-selection {
	background: #3197fc;
	text-shadow: none;
}

::selection {
	background: #3197fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	max-width: 100% !important;
	height: auto !important;
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
	max-width: none !important;
}

p {
	margin: 0 0 1em 0;
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

	.ir:before {
		content: "";
		display: block;
		width: 0;
		height: 100%;
	}

.hidden {
	display: none;
	visibility: hidden;
}

.visuallyHidden,
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.visuallyHidden.focusable:focus, .visually-hidden:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

.skip {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

	.skip:focus, .skip:active {
		clip: auto;
		color: #fff;
		height: auto;
		margin: 0;
		overflow: visible;
		padding: 10px;
		text-align: center;
		background: #1f3b62;
		width: 100%;
		border: 1px dashed #fff;
		z-index: 1001;
	}

.a11y-instructions:focus {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #1f3b62;
	color: #fff;
	padding: 10px;
	border: 1px dashed #fff;
	text-align: Center;
	z-index: 1001;
}

.a11y-instructions p:last-child {
	margin: 0px;
}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.hide {
	display: none;
}

.smallest {
	font-size: .8em;
}

.smaller {
	font-size: .9em;
}

.larger {
	font-size: 1.1em;
}

.largest {
	font-size: 1.2em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic !important;
}

.strike {
	text-decoration: line-through !important;
}

.red, .red:visited {
	color: #f00 !important;
}

.green, .green:visited {
	color: #390 !important;
}

.lgreen, .lgreen:visited {
	color: #97937d !important;
}

.bgYellow {
	background: yellow;
}

.bgGreen {
	background: lime;
}

.vtop {
	vertical-align: top;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imgLeft {
	float: left;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.imgRight {
	float: right;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.nowrap {
	white-space: nowrap;
}

.borderless {
	border: 0;
	border-collapse: collapse;
}

.breakforprint {
	page-break-after: always;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

.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 {
	font-size: .8em;
	color: #4e4e4e;
}

	.note a, .note a:link, .note a:visited {
		text-decoration: underline;
	}

/* GOOGLE MAP IMAGES */
.gm-style img {
	max-width: initial !important;
	height: initial !important;
}

/* ================================================================
   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: #023c73;
	text-decoration: underline;
}

	a:hover, a:active, a:focus {
		color: #023c73;
		text-decoration: none;
	}

	a:active, a:focus {
		outline: 1px solid #023c73;
	}

.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;
}

svg.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/* ## Focus Overlay - Advanced Focus States - It is still important to add basic css focus states for when no JS is active ## */
#focus-overlay {
	display: none;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 0 3px 2px #78aeda;
	transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}

	#focus-overlay::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		box-shadow: 0 0 2px 1px #008cff, 0 0 2px #008cff inset;
		transition: all 0.1s ease-out;
	}

	#focus-overlay.focus-overlay-active {
		display: block;
	}

	#focus-overlay.focus-overlay-animating::after {
		opacity: 1;
	}

.focus-overlay-target {
	outline: none;
}

.skip a {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-align: center;
}

	.skip a:focus {
		position: static;
		width: auto;
		height: auto;
		background: #444444;
		color: #ffffff;
		font-weight: bold;
		display: block;
		padding: 10px;
	}


/* ## 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 ## */
html, body {
	overflow-x: hidden;
	color: #444444;
}

body {
	background: #fff;
}

.container {
}

.site-body {
	padding: 1.5rem 0;
}

@media only screen and (min-width:48em) {
	.site-body {
		padding: 2.5rem 0;
	}
}

.body-locations .site-body {
	padding: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5,
h6 {
	line-height: normal;
	margin: 0 0 1rem 0;
	color: #042751;
}

h1, .h1 {
	font-size: 1.8rem;
}

h2, .h2 {
	font-size: 1.4rem;
	font-weight: 600;
}

h3, .h3 {
	font-size: 1.2rem;
}

h4, .h4 {
	font-size: 1rem;
}

@media only screen and (min-width:48em) {
	h1, .h1 {
		font-size: 2.4rem;
	}

	h2, .h2 {
		font-size: 1.8rem;
	}

	h3, .h3 {
		font-size: 1.4rem;
	}
}

@media only screen and (min-width:80em) {
	h1, .h1 {
		font-size: 3.6rem;
	}

	h2, .h2 {
		font-size: 2.4rem;
	}

	h3 {
		font-size: 1.6rem;
	}
}

/* ==========================================================================
   Layouts
   ========================================================================== */

.table-layout {
}

	.table-layout .table-cell {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

		.table-layout .table-cell .inner {
			padding: 10px;
		}

	.table-layout.with-overlay .table-cell {
		padding: 10px;
	}

		.table-layout.with-overlay .table-cell .inner {
			background: rgba(255,255,255,.7);
			padding: 20px;
		}

	.table-layout .table-cell img.set-as-background {
		display: none;
	}



/* ==========================================================================
   Global Modules - Most modules use the same setup and changing below changes each one. 
   If global, change here, if specific, change via events.css, news.css etc. 
   ========================================================================== */

.mod {
	position: relative;
	margin: 0 0 1em;
}

.title {
	position: relative;
	margin: 0 0 1em;
}

	.title a {
		text-decoration: none;
	}

.titleAlt {
	margin: 0 0 0.1em;
	font-size: 1.2em;
}

.titleAlt2 {
}

.mod-head {
	position: relative;
}

	.mod-head .title {
	}

	.mod-head .more {
		position: absolute;
		right: 0px;
		top: 0px;
	}

.mod-content {
}

.mod-rail {
	border: 1px solid #dddddd;
}

	.mod-rail .mod-head {
		background: #eeeeee;
		border-bottom: 1px solid #dddddd;
	}

		.mod-rail .mod-head .title {
			padding: 10px;
			margin: 0;
		}

	.mod-rail .mod-content {
		padding: 10px;
		font-size: .875em;
	}

	.mod-rail .more {
		border-top: 1px solid #dddddd;
	}

		.mod-rail .more a {
			display: block;
			background: #eeeeee;
			padding: 10px;
			text-decoration: none;
			text-align: center;
		}

			.mod-rail .more a:hover,
			.mod-rail .more a:focus {
				background: #dddddd;
			}

/* Item Lists Content
   ========================================================================== */

.item-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item {
	padding: 1em 0;
	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;
	}

.content .title {
	margin: 0;
}

.item-list .content p {
	margin: 0;
}

.date {
	margin: 0 10px 0 0;
	display: block;
	font-weight: 500;
}


/* Item Media
   ========================================================================== */

.aside {
	text-align: center;
	padding: 0 0 10px;
}

	.aside.date-icon {
		display: table-cell;
		padding: 0 15px 0 0;
	}

.date-icon .date {
	border: 1px solid #888;
	background: #888;
	font-weight: bold;
	text-align: center;
	width: 50px;
}

	.date-icon .date .month {
		font-size: .875em;
		padding: 5px;
		color: #fff;
	}

	.date-icon .date .day {
		padding: 10px 5px;
		background: #fff;
	}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media only screen and (min-width:30em) {

	.item {
		display: table;
		padding: 1em 0;
		width: 100%;
		border-top: 1px solid #ccc;
	}

		.item > .content {
			display: table-cell;
			width: 100%;
			vertical-align: top;
		}

	.aside {
		display: table-cell;
		padding: 0 15px 0 0;
	}

		.aside img {
			max-width: 200px !important;
		}
}

.item-block {
	padding: 0 10px 10px 0;
}

@media only screen and (min-width:48em) {

	.item .item-block {
		display: table-cell;
		vertical-align: top;
		padding: 0 10px 0 0;
	}

		.item .item-block:last-child {
			padding: 0;
		}
}


/* News
   ========================================================================== */

.article > .aside {
	float: right;
	margin: 1em;
}

.meta {
	margin: 0.5em 0;
}

	.meta > div {
		float: left;
	}

	.meta .social-tools {
		float: right;
		top: -10px;
		position: relative;
	}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter {
	padding: 1em;
	background: #ebebeb;
	margin: 0 0 1em;
}

.filter-options {
	float: left;
}

.filter-actions {
	float: right;
}

.filter .btn {
	margin-bottom: 10px;
}

/* Pagination
   ========================================================================== */

.paging {
}

.sort-status {
	font-size: .875em;
	margin: 0 0 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;
			}




/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert {
	overflow: hidden;
	border: 1px solid #FE0000;
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;
	color: #000;
	background-color: #FEFF99;
}

	.alert a {
		color: #000;
	}

.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: #f5f5f5;
}

.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(../../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(../../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(../../images/core/tooltipbacktop.png) no-repeat top left;
	padding: 10px 13px 1px 13px;
	color: #666666;
}

.toolTopShadowBottom {
	background: url(../../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  ## */

.generic-pager {
	margin: 0 0 1em;
}

	.generic-pager ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.generic-pager li {
		display: inline-block;
		margin: 0 3px 5px 0;
		font-size: .875em;
		font-weight: bold;
	}

		.generic-pager li a {
			display: inline-block;
			color: #444444;
			padding: 6px 10px;
			background: #cccccc;
			text-decoration: none;
		}

			.generic-pager li a:hover, .genericPager li a:focus {
				color: #333333;
				background: #aaaaaa;
				text-decoration: none;
			}

		.generic-pager li.nolink {
			color: #fff;
			background: #444444;
			padding: 6px 10px;
		}

		.generic-pager li.active {
			color: #fff;
			background: #444444;
			padding: 6px 10px;
		}


/* ##  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 ## */

.site-overlay {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
}

	.site-overlay .overlay-content {
		padding: 15px;
	}


/* Legacy Overlay */
.siteOverlay {
	display: none;
	position: relative;
	width: 550px;
	max-width: 95%;
	min-height: 1px;
	background-color: #fff;
	z-index: 1000;
	-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 - No Specific home for these yet
===================================================================*/

.breadcrumb-container {
	background: #ebebeb;
}

/* ##  Breadcrumb  ## */

.breadcrumbs {
	padding: 10px 0;
	font-size: .875em;
}

	.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;
		font-weight: bold;
	}

	.breadcrumbs .seperator {
		margin: 0 8px;
		vertical-align: middle;
		font-family: Consolas,"courier new";
		vertical-align: top;
	}

/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools-wrapper {
	float: right;
	display: inline;
	padding: 0;
	text-align: right;
}

.page-tool {
	margin: 0 5px 0;
	font-size: 0.875em;
	color: #686868;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

.page-tools-wrapper a {
	float: right;
	display: inline;
}

	.page-tools-wrapper a:hover,
	.page-tools-wrapper a:focus,
	.page-tools-wrapper a:active {
		color: #1C4E87;
	}

.page-tools-wrapper .addthis_toolbox {
	float: right;
	display: inline;
}

	.page-tools-wrapper .addthis_toolbox a,
	.page-tools-wrapper .addthis_toolbox a:link,
	.page-tools-wrapper .addthis_toolbox a:visited {
		background: none;
		padding: 0;
		margin: 0 0 0 5px;
	}

/* ## 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;
	}


/* ## FAQ ## */

.faq-wrapper {
}

	.faq-wrapper h2 {
	}

	.faq-wrapper .category-header {
	}

	.faq-wrapper .question-list {
		list-style-type: none;
		padding: 0px;
		margin: 0 0 20px 10px;
		position: relative;
	}

		.faq-wrapper .question-list:before {
			position: absolute;
			content: '';
			height: 100%;
			width: 1px;
			left: 0;
			top: 0px;
			background: #ccc;
		}

		.faq-wrapper .question-list li {
			position: relative;
			padding: 0 0 0 20px;
		}

			.faq-wrapper .question-list li:before {
				position: absolute;
				content: '';
				width: 10px;
				height: 1px;
				left: 0;
				top: 14px;
				background: #ccc;
			}

	.faq-wrapper .faq-block {
	}

.faq-landing > h3 {
	display: none;
}

.faq-landing .hd {
	display: none;
}
/* =================================================================
                  Carousel STYLES - Slick
===================================================================*/


.carousel {
	margin-bottom: 20px !important;
}

	.carousel .carousel-item {
		padding: 0 10px;
	}

	.carousel .slick-prev,
	.carousel .slick-next {
		position: absolute;
		bottom: 0px;
	}

	.carousel .slick-prev {
		left: 0px;
	}

	.carousel .slick-next {
		right: 0px;
	}

	.carousel .slick-dots {
		margin: 10px 0 0;
		padding: 0px;
		list-style-type: none;
		text-align: center;
	}

		.carousel .slick-dots li {
			display: inline-block;
			margin: 0 2px;
		}

			.carousel .slick-dots li button {
				text-indent: -9999em;
				text-align: left;
				display: block;
				width: 12px;
				height: 12px;
				padding: 0px;
				background: #dddddd;
				border: 1px solid #cccccc;
				-webkit-border-radius: 20px;
				border-radius: 20px;
			}

			.carousel .slick-dots li.slick-active button {
				background: #aaaaaa;
			}



/* =================================================================
                  Responsive Tabs
===================================================================*/


.tab-module {
}


/* 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: #cccccc;
		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;
	}

	/* 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: #cccccc;
		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;
	}

/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	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;
	}

	.page-heading-bg-image {
		display: none;
	}
}


/* ## Button Styles ## */

.btn-wrapper {
	display: inline-block;
	text-decoration: none !important;
}

.btn, a.btn {
	display: inline-block;
	margin: 0;
	padding: 6px 16px;
	font-weight: 500;
	color: #023c73;
	background: transparent;
	border: 2px solid #023c73;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
}

	.btn:hover,
	.btn:focus {
		background: #023c73;
		color: #fff;
	}

a:hover span.btn,
a:focus span.btn {
	background: #023c73;
	color: #fff;
}

.btn-wrapper [class^="icon-"] {
	margin: 0 3px;
	font-size: 0.7em;
}


.btn.alt {
	color: #fff;
	border-color: #fff;
}

.btn.theme1 {
	padding: 11px;
	border-style: none;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e92c8+0,0b588e+100 */
	background: rgb(30,146,200); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(30,146,200,1) 0%, rgba(11,88,142,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(30,146,200,1) 0%,rgba(11,88,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(30,146,200,1) 0%,rgba(11,88,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92c8', endColorstr='#0b588e',GradientType=1 ); /* IE6-9 */
}

	.btn.theme1:hover, .btn.theme1:focus {
		color: #042751;
		padding: 9px 11px;
		background: #fff;
		border: 2px solid #042751;
	}

/* ## Site Icons ## */

.iconImage {
	position: relative;
	display: inline-block;
	bottom: 1px;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	text-indent: -9999em;
	background: url(../../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 {
		}


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.table-wrapper {
	overflow: auto;
}

.data-table {
	widtH: 100%;
	display: table;
	border-collapse: collapse;
	margin-bottom: 20px;
}

	.data-table tr:nth-child(odd) {
		background: #e6e6e6;
	}

	.data-table th {
		background: #0054a4;
		padding: 6px 15px;
		font-size: 1em;
		border: 1px solid #0054a4;
		border-bottom: 2px solid #023c73;
		color: #fff;
	}

		.data-table th a {
			color: #fff;
			text-decoration: underline;
		}

	.data-table td {
		vertical-align: top;
		padding: 6px 15px;
		border: 1px solid #E1E1E1;
	}

		.data-table td td {
			border-style: none;
		}

.limitTextBox {
	width: 100% !important;
	margin: 0 0 1em;
}

	.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 {
		vertical-align: top;
		margin: 0px !important;
	}

.limitTextBoxSpellWrpr {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}

	.limitTextBoxSpellWrpr img {
		max-width: 16px !important;
		cursor: pointer;
	}


/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {
	.page-tools-wrapper {
		display: none;
	}

	.responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table td {
		display: block;
		width: 100%;
	}

		.responsive-table tr {
			border: 1px solid #E1E1E1;
		}

		.responsive-table th {
			display: none;
		}

		.responsive-table td {
			border-style: none;
		}
}


/* 16px baseline (768px +) */
@media only screen and (min-width:48em) {

	/* Content and layout modifiers */
	.d-align-right {
		text-align: right;
	}

	.d-align-left {
		text-align: left;
	}

	/* ==========================================================================
       Layouts
   ========================================================================== */

	.table-layout {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

		.table-layout .table-cell {
			display: table-cell;
			vertical-align: middle;
		}

			.table-layout .table-cell .inner {
				display: inline-block;
				width: 100%;
				max-width: 37.5em; /* half of container width */
			}

			.table-layout .table-cell:first-child {
				text-align: right;
			}

				.table-layout .table-cell:first-child .inner {
					text-align: left;
				}

		.table-layout.full-width .table-cell .inner {
			max-width: 2000px;
		}
}

/* ## Site Header ## */
.site-header {
	position: relative;
	z-index: 1000;
	margin: 0;
}

	.site-header > .inner {
		padding: 60px 0 15px;
		background: #fff;
	}
	/* static containers to account for header buttons on mobile - allows absolute positioning to the header */
	.site-header .container, .site-header [class*="grid-"] {
		position: static;
	}

	.site-header a.site-logo {
		display: block;
		text-align: center;
		max-width: 260px;
		margin: 0 auto 20px auto;
	}

.site-search {
	position: relative;
}

	.site-search .search-trigger {
		position: absolute;
		top: -58px;
		right: 10px;
		font-size: 1.6em;
		padding: 0;
		border: 0px;
		width: 40px;
		height: 40px;
		background: #fff;
		color: #000;
		z-index: 2;
		text-align: center;
		cursor: pointer;
	}

		.site-search .search-trigger:hover, .site-search .search-trigger:focus, .search-active .site-search .search-trigger {
			background: #ccc;
		}

		.site-search .search-trigger > * {
			padding-top: 9px;
			display: inline-block;
			width: 36px;
			height: 36px;
		}

	.site-search .inner {
		display: none;
		position: absolute;
		background: #ccc;
		bottom: -39px;
		left: 0px;
		padding: 5px;
		width: 100%;
	}

.search-active .site-search .inner {
	display: block;
}

.site-search .formee input {
	border-style: none !important;
}

	.site-search .formee input[type="text"] {
		margin: 0px;
		padding: 6px;
	}

.site-search .inner .btn {
	width: 50px;
	background: transparent url(../../images/btn-search.gif) no-repeat 50% 50%;
	text-indent: -9999rem;
	position: absolute;
	right: 5px;
	top: 0px;
	height: 100%;
}

.header-items {
	font-weight: 500;
	text-align: center;
}

.rates-tools {
	margin: 0 0 20px 0;
}

.rates-link {
	background: transparent url(../../images/icon-rates.png) no-repeat 0% 50%;
}

.locations-link {
	background: transparent url(../../images/icon-locations.png) no-repeat 0% 50%;
}

.rates-link,
.locations-link {
	margin: 0 20px 0 0;
	padding: 5px 0 5px 35px;
}

a.login-link {
	white-space: nowrap;
	color: #fff;
	display: inline-block;
	padding: 6px 22px 6px 17px;
	border-radius: 20px;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d90c7+46,0b578d+100 */
	background: rgb(29,144,199); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(29,144,199,1) 46%, rgba(11,87,141,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(29,144,199,1) 46%,rgba(11,87,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(29,144,199,1) 46%,rgba(11,87,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d90c7', endColorstr='#0b578d',GradientType=1 ); /* IE6-9 */
}

.login-link:before {
	content: '';
	widtH: 26px;
	height: 26px;
	background: transparent url(../../images/icon-login.png) no-repeat 50% 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.header-login-form .login-link:before {
	display: none;
}

a.login-link:hover,
a.login-link:focus {
	background: #023c73;
}

.header-top {
	text-align: center;
	padding: 1.5rem 0 1rem 0;
}

	.header-top h1 {
		margin: 0;
		font-size: 1rem;
	}

	.header-top .follow-us {
		white-space: nowrap;
	}

		.header-top .follow-us a {
			color: #818485;
			font-size: 20px;
			margin: 0 2px;
		}


.header-items-wrapper .header-item-top {
	display: none;
}

.header-items-wrapper .header-item-bottom {
	padding: 20px 10px 0 10px;
	display: none;
	position: absolute;
	background: #ebebeb;
	left: 0;
	top: 100%;
	width: 100%;
}


	.header-items-wrapper .header-item-bottom > span {
		display: block;
		text-align: left;
		margin: 10px;
		text-transform: uppercase;
		color: #0054a4;
		font-size: .9em;
		font-weight: bold;
	}

	.header-items-wrapper .header-item-bottom .login-form,
	.header-login-form {
		margin: 10px 10px 0;
		position: relative;
	}

	.header-items-wrapper .header-item-bottom .login-form {
		display: block;
	}

		.header-items-wrapper .header-item-bottom .login-form > input,
		.header-login-form input {
			padding: 10px;
			border-radius: 5px;
			margin-right: 10px;
			box-shadow: none;
			border: none;
			width: 45%;
			background: rgb(218,218,218);
			background: linear-gradient(0deg, rgba(218,218,218,1) 3%, rgba(252,252,252,1) 100%);
		}

	.header-items-wrapper .header-item-bottom .login-btns,
	.header-login-form .login-btns {
		display: flex;
		justify-content: left;
		align-items: center;
		flex-direction: row;
		margin: 15px 0 15px 0;
	}

	.header-items-wrapper .header-item-bottom .login-link,
	.header-login-form .login-link {
		border-radius: 5px;
		white-space: nowrap;
		color: #fff;
		display: inline-block;
		padding: 10px 22px 10px 40px;
		border-radius: 20px;
		text-decoration: none;
		background: #1d90c7;
		background: -moz-linear-gradient(left,rgba(29,144,199,1) 46%,rgba(11,87,141,1) 100%);
		background: -webkit-linear-gradient(left,rgba(29,144,199,1) 46%,rgba(11,87,141,1) 100%);
		background: linear-gradient(to right,rgba(29,144,199,1) 46%,rgba(11,87,141,1) 100%);
		border: none;
		box-shadow: none;
		border-radius: 2px;
	}

.header-items-wrapper .login-btns label,
.header-login-form .login-btns label {
	content: '';
	widtH: 26px;
	height: 26px;
	background: transparent url(../../images/icon-login.png) no-repeat 50% 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 8px;
}

.header-items-wrapper .login-btns,
.header-login-form .login-btns {
	display: flex;
	position: relative;
}

.header-items .register-link {
	padding: 10px 25px 10px;
	background: #ebebeb;
	margin: 8px 0 0 0px;
	position: relative;
	text-indent: -0.7em;
}

	.header-items .register-link:after {
		content: "\3c";
		font-family: 'Basic-Icons' !important;
		display: inline-block;
		color: #26ace2;
		font-weight: bold;
		position: absolute;
		top: 35%;
		right: 10px;
		margin: 2px 0 0 5px;
		vertical-align: middle;
		-wekbit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		-webkit-transform: scale(0.98) translateY(-50%) rotate(-90deg);
		-ms-transform: scale(0.98) translateY(-50%) rotate(-90deg);
		transform: scale(0.98) translateY(-50%) rotate(-90deg);
	}

	.header-items .register-link.active:after {
		transition: all ease .5s;
		transform: rotate(-270deg);
	}

.register-sublinks {
	display: none;
	position: absolute;
	background: #ebebeb;
	width: 100%;
	top: 120%;
	text-align: left;
	z-index: 5;
	left: 0
}

	.register-sublinks ul {
		list-style: none;
		padding: 0 8px;
		margin: 0;
	}

		.register-sublinks ul li {
			border-top: 1px solid #ccc;
			padding: 15px 5px;
			font-size: 0.9em;
		}

			.register-sublinks ul li:first-child {
				border-top: 0;
			}

			.register-sublinks ul li a {
				text-decoration: underline;
			}

.header-items-wrapper .login-link {
	display: inline-block;
}

	.header-items-wrapper .login-link.login-button {
		display: block;
	}

.header-items-wrapper .forgot-link {
	position: relative;
	margin: 10px;
	display: inline-block;
}

.login-form .forgot-user {
	margin: 0 10px;
}

.login-form .formee-msg-error {
	position: absolute;
	padding: 10px;
	right: 20px;
	top: -40px;
}


.login-form .login-iframe {
	flex-grow: 20;
	width: 90%;
	height: 200px;
}

.login-form .login-btns {
	flex-grow: 1
}

.header-login-form .login-inputs {
	display: flex;
	flex-grow: 2;
}

	.header-login-form .login-inputs > div {
		width: 100%;
		margin-right: 10px;
	}

	.header-login-form .login-inputs input {
		width: 100%;
	}

.header-login-form a {
	display: block;
	margin: 5px;
}

body.iframe-member-login {
	background: transparent
}

.login-iframe iframe {
	height: 100% !important;
}

/* next several MQs to account for iframe width*/
@media (min-width: 530px) {
	.header-login-form {
		display: flex;
		flex-wrap: wrap;
	}

		.header-login-form .login-inputs {
			width: 75%;
			flex-basis: 75%;
			flex-grow: 1;
		}

		.header-login-form .login-links {
			width: 100%;
			flex-basis: 100%;
			display: flex;
		}

	.forgot-user {
		width: 38%;
	}

	.forgot-link {
		width: 38%;
	}

	.register-button {
	}
}

@media (min-width: 568px) {
	.forgot-user {
		width: 39%;
	}
}

@media (min-width: 617px) {
	.header-login-form .login-inputs {
		width: 82%;
		flex-basis: 82%;
	}

	.forgot-user {
		width: 40%;
	}

	.forgot-link {
		width: 39%;
	}

	.register-button {
	}
}

@media (min-width: 640px) {
	.forgot-user {
		width: 40%;
	}
}

@media (min-width: 680px) {
	.forgot-user {
		width: 41%;
	}

	.register-button {
		margin-left: 7px;
	}
}

@media only screen and (min-width:39.313em) and (max-width: 59.938em) {
	.login-form .login-iframe {
		height: 85px;
	}
}

@media only screen and (min-width:60em) {

	.header-items-wrapper .header-item-bottom .login-form {
		display: flex;
	}

	.header-login-form {
		flex-direction: row;
	}


	.site-header .container, .site-header [class*="grid-"] {
		position: relative;
	}

	.site-header > .inner {
		padding: 10px 0;
	}

	.header-top {
		text-align: left;
	}

	.site-header a.site-logo {
		text-align: left;
		margin: 0px;
		max-widtH: 999px;
	}

	.header-links {
		margin: 0 0 10px;
	}

		.header-links a {
			display: inline-block;
		}

		.header-links .sep {
			display: inline-block;
		}

	.header-items-wrapper .login-link {
		display: none;
	}

	.site-search {
		margin: 0px;
	}

		.site-search .search-trigger {
			top: -75px;
			right: 0px;
			width: 75px;
			height: 75px;
			background: #023c73;
			color: #fff;
		}

		.site-search .inner {
			background: #fff;
			bottom: -79px;
		}

		.site-search .formee input[type="text"] {
			padding: 25px;
		}

	.header-top {
		padding: 2rem 0 .75rem;
	}

	.header-items {
		max-width: 93%;
		width: 100%;
		float: right;
	}

	.header-items-wrapper .header-item-top {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
	}

		.header-items-wrapper .header-item-top > div:first-child {
			margin-left: 10px;
		}

		.header-items-wrapper .header-item-top > div {
			margin-left: auto
		}

	.header-items-wrapper .header-item-bottom {
		display: block;
		position: relative;
		background: transparent;
		left: 0;
		top: 0;
	}

		.header-items-wrapper .header-item-bottom .login-form {
			flex-wrap: nowrap;
			margin: 0 10px 25px
		}

			.header-items-wrapper .header-item-bottom .login-form > input {
				width: auto;
			}

		.header-items-wrapper .header-item-bottom .login-btns {
			width: auto;
			margin: 0;
			justify-content: flex-start;
			height: 50px;
		}

	.header-items-wrapper .forgot-link {
		text-decoration: underline;
		padding: 5px 0;
		display: inline-block;
		position: absolute;
		top: 90%;
		left: 35%;
	}

	.header-items-wrapper .forgot-user {
		text-decoration: underline;
		padding: 10px 0 0 0px;
		display: inline-block;
		position: absolute;
		top: 100%;
		left: 0;
	}

	.header-items-wrapper .register-button {
		position: absolute;
		right: 150px;
		top: 110%;
		text-decoration: underline;
	}

	.register-sublinks {
		right: 0;
		left: auto;
		width: 247%;
	}

	.header-item-bottom {
		display: block !important
	}

	.login-form .login-iframe {
		height: 80px;
	}
}


/* ## footer ## */

.footer {
	background: #252525;
	padding: 2rem 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: 500;
}

	.footer a {
		color: #fff;
	}

.footer-links {
	margin: 2rem 0 0 0;
	padding: 2rem 0;
	border-top: 1px solid #fff;
}

	.footer-links a {
		display: block;
		padding: 5px 0;
	}

.sub-footer {
	margin-top: 1.5rem;
	padding: 20px 0;
	background: #000000;
}

.sub-footer-links {
}

	.sub-footer-links ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

		.sub-footer-links ul li {
			display: inline-block;
			margin: 0 5px;
		}

	.sub-footer-links a {
		font-size: .75em;
	}

.copyright,
.powered {
	font-size: 14px;
}

.copyright {
	font-weight: 500;
}

.powered {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

	.powered a {
		color: #999;
	}

	.powered img {
		display: block;
		vertical-align: top;
		margin: 10px auto;
	}

.footer-items > div {
	padding: 10px;
}

.footer-items img {
	margin: 0 10px;
}

.footer img {
	max-width: 90% !important;
}

@media only screen and (min-width:48em) {
	.footer {
		text-align: left;
	}

	.footer-links {
		padding: 2rem 0;
		margin: 0 0 2rem 0;
		border-top: none;
		border-bottom: 1px solid #fff;
	}

		.footer-links a {
			display: inline-block;
			padding: 0 10px;
		}

			.footer-links a:after {
				content: "";
				display: inline-block;
				width: 2px;
				height: 10px;
				background: #fff;
				margin-left: 15px;
			}

			.footer-links a:last-child:after {
				display: none;
			}

	.footer-items {
		display: table;
		width: 100%;
		margin-top: 15px;
		text-align: left;
	}

		.footer-items > div {
			display: table-cell;
			vertical-align: middle;
			padding: 0 10px 0 0;
		}

		.footer-items img {
		}

		.footer-items > div:nth-child(2) img {
			max-width: 38% !important;
		}

	.powered img {
		margin: 0;
	}
}

@media only screen and (min-width:60em) {
	.powered {
		text-align: right;
	}

		.powered img {
			display: inline-block;
			margin: 0 20px 0 0;
		}

	.footer .follow-us {
		text-align: right;
	}

		.footer .follow-us p {
			margin-bottom: 1.5rem;
		}
}

@media only screen and (min-width:80em) {
	.footer-items img {
		margin-right: 50px;
	}

	.footer-items > div:nth-child(2) img {
		max-width: 36% !important;
	}
}

.follow-us a {
	text-decoration: none;
	display: inline-block;
	font-size: 22px;
	margin: 0 3px;
}

	.follow-us a:hover,
	.follow-us a:focus {
		color: #ccc;
	}

.section-action {
	text-align: center;
}

	.section-action [class*="grid-"] {
		padding-top: 2rem;
		padding-bottom: 2rem;
		border-bottom: 1px solid #ccc;
	}

	.section-action .grid-4:last-child {
		border-bottom: 0;
	}

	.section-action h2 {
		font-weight: bold;
	}

@media only screen and (min-width:48em) {
	.section-action [class*="grid-"] {
		padding-top: 0rem;
		padding-bottom: 0rem;
		border-bottom: 0;
	}

	.section-action h2 {
		font-size: 24px;
	}
}

.section-action.interior h2 {
	font-size: 20px;
}

@media only screen and (min-width:60em) {
	.section-action.interior {
		padding-top: 0;
	}
}

.section-theme1 {
	color: #fff;
}

	.section-theme1 .table-cell:first-child {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#023c73+0,017bb7+100 */
		background: rgb(2,60,115); /* Old browsers */
		background: -moz-linear-gradient(left, rgba(2,60,115,1) 0%, rgba(1,123,183,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(2,60,115,1) 0%,rgba(1,123,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(2,60,115,1) 0%,rgba(1,123,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023c73', endColorstr='#017bb7',GradientType=1 ); /* IE6-9 */
	}

	.section-theme1 h2,
	.section-theme1 h3 {
		color: #fff;
	}

	.section-theme1 .table-cell:first-child .btn {
		border-color: #fff;
		color: #fff;
	}

	.section-theme1.table-layout .table-cell .inner {
		padding: 2rem 20px;
	}

@media only screen and (min-width:60em) {
	.section-theme1.table-layout .table-cell .inner {
		padding: 4rem 30px;
	}

	.section-theme1 h2 {
		font-size: 33px;
	}
}

.section-theme1 .icon-location {
	font-size: 50px;
	color: #fff;
}

.section-theme1 .bold {
	font-weight: 600;
}

@media only screen and (min-width:60em) {
	.section-theme1 .icon-location {
		font-size: 90px;
	}

	.section-theme1 .bold.largest {
		max-width: 58%;
	}
}

.form-home-location {
	position: relative;
}

	.form-home-location.formee input[type="text"] {
		padding: 14px 10px;
		border-style: none;
	}

	.form-home-location .btn {
		background: #00aeef;
		border-color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		padding: 12px 20px;
	}

@media only screen and (min-width:48em) {
	.form-home-location .btn {
		padding: 12px 40px;
	}
}

.hdng {
	border-bottom: 1px solid #26ace2;
	padding-bottom: 0.5rem;
	position: relative;
	margin: 0 0 2rem 0;
}

	.hdng:after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		height: 10px;
		width: 245px;
		display: block;
		background: #26ace2;
	}

.section-action,
.section-theme2,
.section-theme3 {
	padding: 2rem 0;
}

	.section-theme2 h2 {
		color: #343434;
		font-weight: bold;
	}

@media only screen and (min-width:60em) {
	.section-action,
	.section-theme2,
	.section-theme3 {
		padding: 4rem 0;
	}

		.section-theme3 h2 {
			font-size: 36px;
		}
}

.section-theme3 {
	background: #f4f2f2 url(../../images/bg-logo.gif) no-repeat bottom center;
}

@media only screen and (max-width:59.9em) {
	x.header-top > [class*="grid-"] {
		width: 100%;
	}
}

@media only screen and (min-width:80em) {
	.header-top > .grid-3 {
		width: 30%;
	}

	.header-top > .grid-9 {
		width: 70%;
	}
}

.main-content {
	line-height: 1.8;
}

.page-heading {
	position: relative;
	overflow: hidden;
	height: 90px;
	background: #003663;
}

	.page-heading .page-heading-bg-image {
		position: absolute;
		display: block;
		width: 1920px;
		height: 150px;
		left: 50%;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translateX(-50%);
	}

		.page-heading .page-heading-bg-image:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: block;
			background: rgba(0,0,0,0.5);
		}

		.page-heading .page-heading-bg-image p {
			margin: 0;
		}

	.page-heading .page-heading-text {
		position: relative;
		margin: 0px auto;
		max-width: 75em;
		z-index: 2;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		padding: 0 10px;
	}

		.page-heading .page-heading-text h1 {
			color: #fff;
			margin: 0;
		}

@media only screen and (min-width:48em) {
	.page-heading,
	.page-heading .page-heading-bg-image {
		height: 195px;
	}
}

.accordion {
	position: relative;
}

	.accordion:before {
		content: "";
		width: 999rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background: #f9f9f9;
		z-index: -1;
	}

	.accordion h3 {
		border-bottom: 1px solid #26ace2;
		position: relative;
		padding: 1.4rem 0;
		margin: 0;
	}

		.accordion h3 .toggle-text {
			display: inline-block;
			width: 40px;
			height: 40px;
			position: absolute;
			right: 0px;
			top: 23px;
			color: #234e80;
			text-decoration: none !important;
			background: transparent;
			border: none;
		}

			.accordion h3 .toggle-text:before {
				content: "\3c";
				font-family: 'Basic-Icons' !important;
				font-size: 25px;
				font-weight: bold;
				color: #26ace2;
				-ms-transform: rotate(-90deg); /* IE 9 */
				-webkit-transform: rotate(-90deg); /* Safari */
				transform: rotate(-90deg);
				display: block;
			}

	.accordion.opened h3 .toggle-text:before {
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Safari */
		transform: rotate(90deg);
		position: relative;
		top: 7px;
	}

	.accordion .inner {
		display: none;
		padding: 1.5rem;
		background: #fff;
	}

/* when only one accordion on page */
.rate-wrapper.one .toggle-text {
	display: none;
}

.rate-wrapper.one .inner {
	display: block;
}

/* rates footer text */

.rate-wrapper .foot-text {
	line-height: 1.4;
	margin: 10px 0;
}

	.rate-wrapper .foot-text .disclosure {
		margin: 0 0 1rem 0;
	}

	.rate-wrapper .foot-text .foot-item {
		margin: 10px 0;
	}

	.rate-wrapper .foot-text .footnote {
		margin-right: 5px;
	}

		.rate-wrapper .foot-text .footnote + p,
		.rate-wrapper .foot-text .footnote + p small,
		.rate-wrapper .foot-text .footnote + div,
		.rate-wrapper .foot-text .footnote + div p,
		.rate-wrapper .foot-text .footnote + div p small {
			display: inline;
		}




.cke_editable .accordion .inner {
	display: block;
}

.accordion.opened .inner {
	display: block;
}

.get-started {
	position: relative;
	color: #fff;
	padding: 2rem 0;
	margin: 0 0 2rem 0;
}

	.get-started:before {
		content: "";
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -365px;
		background: #5f5b5c url(../../images/bg.jpg) no-repeat;
		background-size: cover;
		z-index: -1;
	}

	.get-started h2,
	.get-started a {
		color: #fff;
	}

	.get-started h2 {
		text-align: center;
		border-bottom: 2px solid #fff;
		padding-bottom: 1rem;
	}

@media only screen and (min-width:80em) {
	.offset {
		margin-left: -30px;
		margin-right: -30px;
	}
}

.loans-list > div {
	border-bottom: 1px solid #acacac;
	padding: 2rem 0;
}

	.loans-list > div > div:first-child {
		margin-bottom: 1rem;
	}

.loans-list h2 {
	font-weight: bold;
	margin: 0;
}

.loans-list .description {
	font-size: 1.1rem;
}

.loans-list .btn {
	width: 100%;
	line-height: 1;
}

@media only screen and (min-width:48em) {
	.loans-list > div {
		display: table;
		width: 100%;
	}

		.loans-list > div > div {
			display: table-cell;
			vertical-align: middle;
		}

			.loans-list > div > div:first-child {
				margin-bottom: 0;
				padding-right: 10%;
			}

			.loans-list > div > div:last-child {
				width: 225px;
			}

	.loans-list .btn {
		font-size: 18px;
	}
}

@media only screen and (min-width:70em) {
	.loans-list {
		padding: 2rem 0 0 4rem;
	}
}

.loans-list.download {
	background: #e1e1e1;
	padding: 0;
	position: relative;
	z-index: 2;
}

	.loans-list.download > div {
		border-style: none;
	}

	.loans-list.download + .loans-list.download > div {
		padding-top: 0;
	}

	.loans-list.download .btn {
		background-image: url(../../images/icon-download.png);
		background-repeat: no-repeat;
		background-position: 20px 50%;
		background-size: auto 30px;
		padding: 12px 16px;
	}

	.loans-list.download:before {
		content: "";
		width: 999rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background: #e1e1e1;
		z-index: -1;
	}

	.loans-list.download .btn:hover,
	.loans-list.download .btn:focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

.rate-wrapper .table-rates {
	margin: 0 0 1rem 0;
}

.table-rates {
	margin: 0 0 2rem 0;
}

	.table-rates table {
		width: 100%;
		border-style: none;
		border-collapse: collapse;
	}

	.table-rates th,
	.table-rates td {
		padding: 5px;
		text-align: center;
		border-style: none;
	}

	.table-rates th {
		background: #023c73;
		color: #fff;
		padding: 10px 5px;
	}

	.table-rates tr:nth-child(odd),
	.table-rates tr.alt {
		background: #f5f5f5;
	}

.table-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.table-wrapper ul .day {
		width: 30%;
		font-weight: bold;
		display: inline-block;
	}

		.table-wrapper ul .day:after {
			content: ":";
			margin-left: 2px;
		}

@media only screen and (max-width:47.9em) {

	.table-rates th {
		display: none;
	}

	.table-rates table,
	.table-rates tbody,
	.table-rates tr,
	.table-rates td {
		display: block;
		width: 100%;
		text-align: left;
	}

	.table-rates tr {
		border-bottom: 1px solid #ccc;
	}

	.table-rates td:before {
		content: attr(data-th)": ";
		font-weight: bold;
		width: 6.5em;
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.table-wrapper ul {
		text-align: center;
		display: flex;
	}

		.table-wrapper ul .day {
			width: 100%;
		}

			.table-wrapper ul .day:after {
				display: none;
			}

		.table-wrapper ul li {
			font-size: 15px;
			padding: 0 3px;
			position: relative;
		}
}

.location-search {
	background: transparent url(../../images/bg-locations.gif) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 2rem 1rem;
	border-bottom: 9px solid #fff;
}

	.location-search .h2 {
		color: #fff;
		font-weight: bold;
	}

	.location-search .btn.alt {
		margin-bottom: 5px;
	}

.search-box {
	position: relative;
	padding: 8px;
	background: rgba(2555,255,255,0.6);
	margin: 0 auto 1rem auto;
	max-width: 780px;
}

	.search-box .formee input[type="text"] {
		margin-bottom: 8px;
		padding: 10px;
		border-color: #fff;
	}

	.search-box .btn {
		padding: 11px;
		min-width: 100px;
		width: 100%;
		border-style: none;
		color: #fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e92c8+0,0b588e+100 */
		background: rgb(30,146,200); /* Old browsers */
		background: -moz-linear-gradient(left, rgba(30,146,200,1) 0%, rgba(11,88,142,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(30,146,200,1) 0%,rgba(11,88,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(30,146,200,1) 0%,rgba(11,88,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92c8', endColorstr='#0b588e',GradientType=1 ); /* IE6-9 */
	}

		.search-box .btn:hover,
		.search-box .btn:focus {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b588e+0,1e92c8+100 */
			background: rgb(11,88,142); /* Old browsers */
			background: -moz-linear-gradient(left, rgba(11,88,142,1) 0%, rgba(30,146,200,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, rgba(11,88,142,1) 0%,rgba(30,146,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, rgba(11,88,142,1) 0%,rgba(30,146,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b588e', endColorstr='#1e92c8',GradientType=1 ); /* IE6-9 */
		}

@media only screen and (min-width:30em) {
	.search-box .formee input[type="text"] {
		margin-bottom: 0px;
	}

	.search-box .btn {
		width: auto;
		position: absolute;
		top: 8px;
		right: 8px;
	}
}

@media only screen and (min-width:48em) {

	.location-search .h2 {
		margin-bottom: 4rem;
	}

	.location-search {
		padding: 10rem 10% 3rem 10%;
	}

	.search-box .btn {
		min-width: 180px;
	}
}

.search-box-listing {
	position: relative;
	text-align: left;
}

	.search-box-listing .btn {
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.search-box-listing.formee input[type="text"] {
		padding: 10px;
	}

.location-listing-page,
.location-details {
	margin: 0 -10px;
}

.location-listing {
	line-height: normal;
}

	.location-listing > div {
		border-bottom: 1px solid #acacac;
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}

	.location-listing .address,
	.location-details .address,
	.map-info .address {
		background: transparent url(../../images/icon-locations1.png) no-repeat 0% 0%;
		padding-left: 37px;
	}

	.location-listing .phone,
	.location-details .phone,
	.map-info .phone {
		background: transparent url(../../images/icon-phone.png) no-repeat 0% 50%;
		background-size: auto 23px;
		padding-left: 37px;
		font-weight: 500;
	}

.map-listing .address,
.map-listing .phone {
	background-position: 3px 0%;
}

.map-info .phone {
	background-size: auto 100%;
}

.location-listing h3,
.map-info h3 {
	font-size: 1.3rem;
}

.location-listing .phone {
	background-size: auto 20px;
}

.location-details .fax {
	background: transparent url(../../images/icon-fax.png) no-repeat 0% 50%;
	padding-left: 37px;
	font-weight: 500;
}

@media only screen and (min-width:48em) and (max-width:63.9em) {

	.location-details .grid-6 {
		width: 66.666%;
	}

	.location-details .grid-3 {
		width: 33.333%;
	}
}

.location-listing .btn {
	border-width: 1px;
}

@media only screen and (min-width:30em) {
	.location-listing {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		width: 100%;
	}

		.location-listing > div {
			width: 48%;
			margin-right: 2%;
		}
}

@media only screen and (min-width:64em) {
	.location-listing > div {
		width: 31%;
	}

	.location-listing-page .grid-9 {
		padding-left: 30px;
	}
}

.locations-filter {
	border: 1px solid #b6b6b6;
	margin: 0 0 2rem 0;
	line-height: normal;
}

	.locations-filter span {
		background: #f5f5f5;
		border-bottom: 1px solid #b6b6b6;
		padding: 15px;
		line-height: normal;
		margin: 0 0 1rem 0;
		color: #042751;
		font-size: 1.2rem;
		display: block;
		font-weight: bold;
	}

@media only screen and (min-width:48em) {
	.locations-filter span {
		font-size: 1.4rem;
	}
}

@media only screen and (min-width:80em) {
	.locations-filter span {
		font-size: 1.6rem;
	}
}

.locations-filter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.locations-filter ul li {
		padding: 15px 15px 15px 40px;
		border-bottom: 1px solid #b6b6b6;
		position: relative;
	}

		.locations-filter ul li:last-child {
			border-bottom: 0;
		}

		.locations-filter ul li input {
			position: absolute;
			left: 15px;
			top: 18px;
		}

.locations-filter .search-btn {
	text-align: center;
	margin: 0 0 1rem 0;
}

@media only screen and (min-width:60em) {
	.grid-9 .main-content {
		padding-left: 30px;
	}
}

.location-details .details-contact,
.location-details .details-services,
.location-details .details-hours {
	padding: 2rem 0;
	border-top: 1px solid #919eb0;
}

.location-details h3 {
	font-size: 20px;
}

.location-details .details-contact {
	font-size: 18px;
}

	.location-details .details-contact p:last-child {
		margin-bottom: 0;
	}

.location-details .details-hours table {
	min-width: 100%;
	text-align: center;
	table-layout: fixed;
}

	.location-details .details-hours table th {
		font-weight: 500;
	}

	.location-details .details-hours table th,
	.location-details .details-hours table td {
		padding: 5px 4px 5px 4px;
	}

	.location-details .details-hours table td {
		font-size: 15px;
	}

/*
@media only screen and (max-width:47.9em){
 	
	.location-details .details-hours th {display:none;}
	
	.location-details .details-hours table,
	.location-details .details-hours tbody,
	.location-details .details-hours tr,
	.location-details .details-hours td	{
		display:block;
		width:100%;
		text-align:left;
	}
	
	.location-details .details-hours tr {
		border-bottom:1px solid #ccc;
	}
	
	.location-details .details-hours td:before {
		content: attr(data-th)": ";
		font-weight:bold;
		width: 6.5em;
		display: inline-block;
	}
 	
}
*/

.location-details .details-map .btn {
	width: 100%;
}

.details-map .map {
	margin: 0 0 1rem 0;
}

.location-details .details-services ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: 100%;
}

	.location-details .details-services ul li {
		width: 30%;
		margin: 0 1% 1rem 1%;
		text-align: center;
	}

		.location-details .details-services ul li img {
			display: block;
			margin: 0 auto;
		}


.location-details .details-image,
.location-details .details-map {
	text-align: center;
	margin-bottom: 1rem;
}


.locations-map.table-layout {
	table-layout: auto;
	line-height: normal;
}

	.locations-map.table-layout .table-cell.text {
		width: 40%;
		vertical-align: top;
	}

		.locations-map.table-layout .table-cell.text .inner {
			max-width: 25rem;
			padding-right: 3rem;
			padding-top: 2rem;
		}

	.locations-map.table-layout .table-cell.map {
		width: 60%;
		vertical-align: top;
	}

.map-listing {
	display: block !important;
	height: 765px;
	overflow-y: scroll;
	padding-right: 1rem;
	padding-top: 5px;
}

	.map-listing > div {
		width: 100%;
		margin-right: 0;
		position: relative;
	}


.map-listing {
	counter-reset: section; /* Set a counter named 'section', and its initial value is 0. */
}

	.map-listing > div:before {
		counter-increment: section; /* Increment the value of section counter by 1 */
		content: counter(section); /* Display the value of section counter */
		position: absolute;
		top: -3px;
		left: 0;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		border: 2px solid #042751;
		color: #042751;
		border-radius: 50%;
		padding: 5px 4px;
		text-align: center;
		min-width: 31px;
	}

	.map-listing h3 {
		padding-left: 37px;
		margin-bottom: 1rem;
	}

@media only screen and (max-width:47.9em) {

	.locations-map.table-layout .table-cell {
		display: block;
		width: 100% !important;
	}

		.locations-map.table-layout .table-cell .inner {
			max-width: 100%;
			padding-right: 0rem;
		}

	.map-listing {
		height: auto;
		padding-right: 10px;
	}

	.locations-map.table-layout .table-cell.text {
		display: table-footer-group;
	}

	.locations-map.table-layout .table-cell.map {
		display: table-header-group;
	}
}

.filter table {
	width: 100%;
}

	.filter table td {
		vertical-align: bottom;
		padding: 0 10px 0 0;
	}

.filter input,
.filter select {
	margin-bottom: 0 !important;
}

@media only screen and (max-width:47.9em) {
	.filter table,
	.filter tbody,
	.filter tr,
	.filter td {
		display: block;
		width: 100%;
	}

		.filter table td input,
		.filter table td select {
			margin-bottom: 10px !important;
		}
}

.news-filter label {
	display: inline-block !important;
}

.news-filter select {
	width: auto !important;
}

.careerDescLabel {
	font-weight: 600;
	color: #042751;
}

.careerDescInfo {
	margin-bottom: 1rem;
}

.faq-accordion {
	margin: 0 0 2rem 0 !important;
}

.topOfPage {
	text-align: right;
}

	.topOfPage a {
		background: transparent url(../../images/arrow.gif) no-repeat 100% 50%;
		padding-right: 13px;
	}

.figure-right {
	display: table;
	max-width: 100%;
	float: right;
	margin: 0 0 15px 20px;
	border-top: 3px solid #252525;
	border-bottom: 3px solid #252525;
	padding: 5px 0;
	max-width: 50%;
}

.figure-left {
	display: table;
	max-width: 100%;
	float: left;
	margin: 0 20px 15px 0;
	border-top: 3px solid #252525;
	border-bottom: 3px solid #252525;
	padding: 5px 0;
	max-width: 50%;
}

	.figure-right figcaption,
	.figure-left figcaption {
		margin-top: 5px;
		display: table-caption;
		caption-side: bottom;
		font-size: 0.9em;
	}

	.figure-right img,
	.figure-left img {
		display: block;
		width: 100%;
	}

@media only screen and (max-width:29.9rem) {
	.figure-right,
	.figure-left {
		float: none;
		margin: 0 auto 1rem auto;
		max-width: 100%;
		text-align: center;
	}
}


[id*="_divTwitter"] {
	top: 9px;
	margin-left: 6px;
	position: relative;
}

.sitemap table {
	width: 100%;
	background: #023c73;
	table-layout: fixed;
}

	.sitemap table td {
		border: 10px solid #fff;
		display: block;
		padding: 30px;
		vertical-align: top;
	}

	.sitemap table a {
		color: #fff;
	}

@media only screen and (min-width:48em) {
	.sitemap table td {
		display: table-cell;
	}
}

@media only screen and (min-width:48em) {
	.rates-date {
		float: right;
	}
}

.hero {
	background: #000;
	padding-bottom: 2rem;
	margin: 0 !important;
	line-height: 10px;
}

	.hero * {
		text-decoration: none !important;
	}

	.hero a {
		display: block;
		position: relative;
	}

	.hero img {
		min-width: 1000px;
		transform: translateX(-54%);
	}

	.hero .text {
		background: #000;
		color: #fff;
		padding: 1rem;
		text-align: center;
		clear: both;
		line-height: 1.8;
	}

		.hero .text h2 {
			color: #fff;
			line-height: 1;
		}

		.hero .text .btn {
			color: #fff;
			border-color: #fff;
		}

	.hero .hero-phone-btn {
		margin: 1rem 0;
		font-size: 25px;
		font-weight: 600;
		color: #fff;
		transition: .1s ease-in;
	}

		.hero .hero-phone-btn:focus, .hero .hero-phone-btn:hover {
			color: #00aeef !important;
		}

	.hero .slick-slide {
		overflow: hidden;
	}

	.hero .slick-dots {
		bottom: 10px;
	}

		.hero .slick-dots li button {
			background: transparent;
			border: 2px solid #fff;
		}

			.hero .slick-dots li button:before {
				display: none !important;
			}

		.hero .slick-dots li.slick-active button {
			background: #00aeef !important;
			border-color: #00aeef !important;
		}

	.hero button.slick-disabled {
		display: none !important;
	}

	.hero .slick-next {
		background: #fff;
	}

	.hero .slick-dots li button:hover,
	.hero .slick-dots li button:focus {
		background: #000;
		border: 2px solid #fff !important;
	}

	.hero .slick-prev, .hero .slick-next {
		width: 30px;
		height: 30px;
		background: rgba(255,255,255,0.8);
		z-index: 1;
		margin-top: -120px;
	}

		.hero .slick-prev:hover, .hero .slick-prev:focus,
		.hero .slick-next:hover, .hero .slick-next:focus {
			background: #000;
			border: 2px solid #fff;
		}

			.hero .slick-prev:hover:before, .hero .slick-next:hover:before,
			.hero .slick-prev:focus:before, .hero .slick-next:focus:before {
				color: #fff;
				opacity: 1;
			}



/* Ticket 483801 Lead Forms Styling */
.form-title {
	color: #003b71;
}

.lead-forms {
	margin: 20px 0;
	max-width: 48em;
	width: 100%;
}

	.lead-forms.checkbox label {
		flex: 1 0 auto !important;
	}

	.lead-forms.checkbox input {
		flex: 1 0 auto;
	}

.lead-form.lead-form--full-width {
	width: auto;
}

@media(min-width:48em) {
	.lead-form.lead-form--full-width {
		width: 100%;
	}
}

.lead-form-inner {
	display: block;
	margin: 0 0 15px 0;
}

@media(min-width:48em) {
	.lead-form-inner {
		display: flex;
		flex-wrap: wrap;
	}
}

.lead-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: auto;
	margin: 10px 15px 10px 0;
}

@media(min-width:48em) {
	.lead-form {
		width: calc(100% * (1/2) - 30px);
	}
}

.lead-form-no-margin {
	display: block
}

@media(min-width:48em) {
	.lead-form-no-margin {
		display: flex;
	}
}

.lead-form.message {
	width: calc(100% - 30px)
}

.lead-form input, .lead-form textarea, .lead-form select {
	padding: 7px;
	border-radius: 4px;
	border: 1px solid #0054a4;
	width: 100%;
}

	.lead-form input[type="radio"] {
		width: auto;
		margin: 0 10px 0 0;
	}

.lead-form-radio {
	display: flex;
	align-items: center;
}

.lead-forms .lead-form-btn {
	margin: 20px;
	padding: 10px 25px;
}

.lead-form.checkbox {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 10px 0;
}

	/* if input is checkbox*/
	.lead-form.checkbox input[type=checkbox] {
		flex: 0 1 auto;
		margin: 0 10px 0 0;
	}

@media(min-width:48em) {
	.lead-form.checkbox {
		margin: 10px 15px 10px 0;
	}
}

.lead-form.checkbox input {
	width: 10%;
	order: 1;
}

.lead-form.checkbox label {
	order: 2;
	flex: 1 0 auto;
}

@media only screen and (min-width:30em) {
	.hero img {
		transform: translateX(-40%);
	}
}

@media only screen and (min-width:37.5em) {
	.hero img {
		transform: translateX(-27%);
	}
}

@media only screen and (min-width:48em) {
	.hero {
		padding-bottom: 0rem;
	}

		.hero img {
			transform: translateX(0%);
		}

		.hero .text {
			padding: 3rem 10rem 3rem 3rem;
			background: transparent;
			text-align: left;
			position: absolute;
			margin-left: auto;
			margin-right: auto;
			left: 0;
			right: 0;
			width: 80%;
			max-width: 70rem;
			top: 50%;
			transform: translateY(-50%);
		}

		.hero .slick-prev, .hero .slick-next {
			margin-top: -15px;
		}
}

@media only screen and (min-width:80em) {
	.hero h2 {
		font-size: 54px;
	}

	.hero .text {
		padding: 3rem 23rem 3rem 0rem;
		width: 80%;
	}

	.hero .slick-prev, .hero .slick-next {
		width: 75px;
		height: 75px;
		margin-top: -40px;
	}

		.hero .slick-prev:before, .hero .slick-next:before {
			font-size: 40px;
		}
}


.map-wrapper {
	position: relative;
}

.map-info {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

	.map-info a {
		font-weight: 500;
	}

	.map-info .btn {
		text-transform: capitalize;
	}

.filter-wrapper {
	position: relative;
}

	.filter-wrapper #toggle-filter {
		background: #f5f5f5;
		border: 1px solid #d5d5d5;
		padding: 10px 1rem;
		text-decoration: none;
		display: block;
		margin: 0 0 1rem 0;
		font-size: 1.3rem;
		font-weight: bold;
		position: relative;
	}

		.filter-wrapper #toggle-filter:after {
			content: "\3c";
			font-family: 'Basic-Icons' !important;
			display: inline-block;
			color: #26ace2;
			font-weight: bold;
			position: absolute;
			top: 50%;
			right: 10px;
			margin: 2px 0 0 5px;
			vertical-align: middle;
			-wekbit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			-webkit-transform: scale(0.98) translateY(-50%) rotate(-90deg);
			-ms-transform: scale(0.98) translateY(-50%) rotate(-90deg);
			transform: scale(0.98) translateY(-50%) rotate(-90deg);
		}

		.filter-wrapper #toggle-filter.active:after {
			top: 50%;
			-webkit-transform: scale(0.98) translateY(-50%) rotate(90deg);
			-ms-transform: scale(0.98) translateY(-50%) rotate(90deg);
			transform: scale(0.98) translateY(-50%) rotate(90deg);
		}


	.filter-wrapper .filter-inner {
		display: none;
		position: absolute;
		background: #fff;
		width: 100%;
		z-index: 10;
	}

		.filter-wrapper .filter-inner.active {
			display: block;
		}

.table-compare {
	text-align: center;
	overflow: auto;
	line-height: normal;
}

	.table-compare table {
		table-layout: fixed;
	}

		.table-compare table th {
			color: #fff;
			padding: 20px 10px;
			font-weight: normal;
			vertical-align: top;
		}

			.table-compare table th:nth-child(1) {
				background: #a1c2e6;
			}

			.table-compare table th:nth-child(2) {
				background: #00adee;
			}

			.table-compare table th:nth-child(3) {
				background: #0077b4;
			}

			.table-compare table th:nth-child(4) {
				background: #0056a5;
			}

			.table-compare table th .h3 {
				color: #fff;
				font-weight: bold;
			}

			.table-compare table th .btn {
				background: #fff;
				margin: 0 0 10px 0;
			}

				.table-compare table th .btn:hover,
				.table-compare table th .btn:focus {
					background: #023c73;
				}

			.table-compare table th p {
				margin: 0;
				line-height: normal;
				font-size: 14px;
			}

		.table-compare table td {
			padding: 15px 10px 15px 50px;
			position: relative;
			vertical-align: top;
			font-sizE: 14px;
		}

	.table-compare > table td {
		width: 25%;
	}

	.table-compare img {
		position: absolute;
		left: 7px;
		top: 7px;
	}

	.table-compare table table td {
		width: 50%;
		padding: 0;
	}

	.table-compare .amount {
		font-size: 18px;
		font-weight: bold;
	}

@media only screen and (max-width:59.9em) {
	.table-compare table td {
		padding: 7px 10px 7px 34px;
	}

	.table-compare img {
		width: 20px;
	}
}


/* =================================================================
                       ADMIN buttons fix , module with no height
===================================================================*/

.modulePanel a, .modulePanel a:link, .modulePanel a:visited {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.overlayModulesWrprBrdr div.modulePanel {
	margin-right: 7px;
}

.portlet-content-overlay {
	min-height: 40px;
}

.box {
	border: 3px solid #5e9bd0;
	padding: 1rem;
	margin: 0 0 2rem 0;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

	.box.theme1 {
		border-style: none;
		background: #ebebeb;
	}

	.box p {
		margin: 0;
	}

@media only screen and (min-width:48em) {
	.box {
		padding: 1.5rem;
		margin: 0 auto 3rem auto;
		font-size: 1.5rem;
		max-width: 80%;
	}
}

.benefits-table {
	table-layout: fixed;
}

	.benefits-table td {
		vertical-align: top;
		border: 10px solid #fff;
		background: #e9f3fe;
		width: 50%;
		padding: 2rem;
	}

	.benefits-table img {
		margin: 0 0 1rem 0;
	}

@media only screen and (max-width:47.9em) {

	.benefits-table tr {
		border-style: none;
	}

	.benefits-table td {
		padding: 1rem;
		width: 100%;
	}

	.cke_editable .responsive-table {
		display: table;
	}

		.cke_editable .responsive-table tr {
			display: table-row;
		}

	.cke_editable .benefits-table td {
		display: table-cell;
		width: 50%;
	}
}

.video-tutorials {
	text-align: center;
}

	.video-tutorials .grid-4 {
		margin-bottom: 2rem;
	}

.nice-list {
	margin: 0 0 1rem 0;
	padding: 0;
	list-style-type: none;
}

	.nice-list li {
		position: relative;
		padding: 1rem 1rem 1rem 3rem;
		border-bottom: 3px solid #fff;
		background: #dbeafd;
		font-weight: 600;
	}

ul.nice-list li:before {
	content: " ";
	width: 10px;
	height: 10px;
	background: #0054a4;
	border-radius: 50%;
	position: absolute;
	left: 28px;
	top: 26px;
}

/*
ul.nice-list li:after {
	content: " ";
	position:absolute;
	top:-13px;
	left:-4px;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-right:20px solid #fff; 
	transform: rotate(45deg);
}
*/

.nice-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.nice-list ul li {
		border-bottom: none;
		padding: 5px 1rem 5px 3rem;
		font-weight: 500;
	}

ul.nice-list ul li:before {
	top: 15px;
}


ol.nice-list {
	counter-reset: my-awesome-counter;
}

	ol.nice-list li {
		counter-increment: my-awesome-counter;
	}

		ol.nice-list li:before {
			content: counter(my-awesome-counter) ". ";
			color: #0054a4;
			position: absolute;
			top: 10px;
			left: 1rem;
			font-size: 22px;
		}

.heading {
	text-transform: uppercase;
	border-bottom: 5px solid #0054a4;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 1.6rem;
}

.content-alt {
	background: #ebf4f9;
	position: relative;
	padding: 2rem 0;
	margin: 1rem 0;
}

	.content-alt:before {
		content: "";
		width: 999rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background: #ebf4f9;
		z-index: -1;
	}

	.content-alt + .content-alt {
		padding-top: 0;
		margin-top: -1rem;
	}

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

	.iframe-container iframe {
		border: 0;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

#lpChat img {
	max-width: 99999rem !important;
}

/* a11y fixes */
iframe.apply-online-iframe {
	width: 100%;
	height: 1000px;
	border: none;
}




/* Ticket #425324 - Comparing Bank Rates */

.rateCompare {
	border: solid 1px #0054a4;
	padding-bottom: 20px;
}

	.rateCompare .dBal {
		padding: 10px;
		background: #0054a4;
		font-weight: bold;
		color: #fff
	}

		.rateCompare .dBal input {
			padding: 7px;
		}

		.rateCompare .dBal .btn {
			color: #fff;
		}

	.rateCompare table.card {
		border: solid 1px #0054a4;
	}

		.rateCompare table.card tr:nth-child(even) {
			background: #dbeafd;
		}

		.rateCompare table.card tr:nth-child(2) {
			background: #0054a4;
			color: #fff;
		}

		.rateCompare table.card th {
			padding: 5px;
			font-size: .75em;
		}

		.rateCompare table.card td {
			padding: 5px 10px;
		}

		.rateCompare table.card tr:nth-child(2) td {
			font-weight: bold;
			font-size: 1.3em;
		}

		.rateCompare table.card td.apy {
			text-align: center;
		}


.team-listing-background-container {
	padding: 60px 28px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

@media(min-width:48em) {
	.team-listing-background-container {
		padding: 60px;
	}
}

.team-listing-title {
	margin: 0 0 90px 0;
}

.team-listing-container {
}

@media(min-width:48em) {
	.team-listing-container {
		max-width: 1080px;
		margin: 0 auto;
	}
}

.team-listing {
	padding: 0;
	list-style: none;
	text-align: center;
}

@media(min-width:48em) {
	.team-listing {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -30px;
	}
}

.team-listing-item {
	position: relative;
	padding: 0 0 60px 0;
	margin: 0 0 80px 0;
}

@media(min-width:48em) {
	.team-listing-item {
		display: flex;
		flex-flow: column;
		margin: 0;
		margin-top: 40px;
		width: 33.3333%;
		transition: .4s ease-in;
	}

		.team-listing-item:last-child {
			margin: 0;
			margin-top: 40px;
		}

		.team-listing-item:hover {
			transform: translateY(-10px);
		}
}

.team-bio-card {
	background: white;
	flex: 1 0 auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0 30px;
	font-size: 13px;
}

	.team-bio-card a {
		text-decoration: none;
	}

.team-bio-media {
	max-width: 145px;
	height: 145px;
	display: block;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 0 30px 0;
}

.team-bio-image {
	margin: 0 auto;
	text-align: left;
	border-radius: 50%;
	border: 2px solid white;
	width: 100%;
}

.team-bio-name {
	padding: 50px 0 0 0;
	margin: 10px 0 .5em 0;
	font-size: 2em;
	font-weight: 800;
	color: #003b71;
}

.team-bio-card .team-bio-title {
	font-size: 1.5em;
	color: #282b2b;
}

.team-bio-info {
	font-weight: 800;
	color: #282b2b;
}

.bio-theme1-text {
	color: #003b71;
	font-weight: 800;
}

	.bio-theme1-text a[href^="tel:"] {
		color: #003b71;
	}

.apply-link {
	color: #2ea2db;
}

.team-bio-card .btn {
	background: #023c73;
	color: #fff;
	margin: 0 0 3px 0;
}

	.team-bio-card .btn:hover, .team-bio-card .btn:focus {
		background: #fff;
		color: #023c73;
		border: 2px solid #023c73;
		transition: .1s ease-in;
	}

.card-links {
	display: flex;
	justify-content: center;
	margin: 0 0 1em 0;
	font-weight: 800;
}

.card-links-email, .card-links-details {
	flex: 0 1 auto;
}

.card-links-email {
	margin: 0 10px 0 0;
}

.hero .text {
	display: block;
}

	.hero .text .btn {
		color: #023c73;
		border-color: #26ace2;
		background: #fff;
	}

a.banner-tracking .btn:hover {
	color: #fff;
	border-color: #26ace2;
	background: #023c73;
}

a.banner-tracking p {
	color: #fff;
}

/* Team listing if it is in a rail*/
.rail .team-listing {
	display: block;
}

	.rail .team-listing .team-listing-item {
		width: 100%;
		padding: 0;
	}

		.rail .team-listing .team-listing-item:hover {
			transform: none;
		}

	.rail .team-listing .team-bio-media {
		/*removing position absolute as there will not be any special overlap designs*/
		position: static;
		margin: 0 auto;
		padding: 0;
		transform: none;
	}

	.rail .team-listing .team-bio-name {
		padding: 0;
	}

/* Ticket #467449 - True Car Widget  */
#widget {
	width: 95%;
	height: 225px;
	border: 1px solid #D8D8D8;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 30px #cccccc;
}

.errorMsg {
	font-family: Arial;
	color: transparent;
	font-size: smaller;
	padding-top: 5px;
}


.select {
	max-height: 35px;
	margin: 10px 0px 0px 0px;
	overflow: auto;
}

.searchDiv1 {
	width: 49%;
	float: left;
	padding: 0px 20px 0px 20px;
}

.searchDiv2 {
	width: 1px;
	height: 160px;
	float: left;
	background-color: #cccccc;
	overflow: auto;
	margin: 20px 0px 20px 0px;
}

.searchDiv {
	width: 49%;
	float: left;
	padding: 0px 20px 0px 20px;
}

.searchTab {
	margin: 0px 20x;
}

	.searchTab td {
		padding: 5px;
	}

	.searchTab tr {
	}

.searchText {
	width: 100%;
	height: 35px;
	border: 1px solid #D8D8D8;
	margin: 10px 0px 0px 0px;
}

.searchHDR {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #042751;
	padding: 20px 0px 0px 0px;
}

.truecar-btn input[type=text] {
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.truecar-btn input[type=text]:focus {
		border-color: #999999;
	}

.truecar-btn input[type=button] {
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 15px;
	background-image: url(assets/images/footerz.html);
	background: #042751;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 20px 0px;
}

	.truecar-btn input[type=button]:hover {
		background: #666666;
	}


@media(max-width:640px) {
	#widget {
		height: auto;
	}

	.searchDiv {
		width: 100%;
		float: none;
	}

	.searchDiv2 {
		display: none;
	}
}

/* Mortgage officers detail page */

.mortdetails {
	font-family: 'Montserrat', sans-serif;
}

	.mortdetails .agent {
		background-color: #f8f8f8;
		max-width: 75%;
		border-radius: 10px;
		padding: 10px;
	}

	.mortdetails .detail {
		padding: 30px;
	}

	.mortdetails .photo {
		float: left;
		width: 100px;
	}

	.mortdetails .pflHl {
		display: inline;
		font-size: 20px;
		font-weight: bolder;
		padding-left: 10px;
	}

	.mortdetails .imgPfl {
		border-radius: 50%;
		width: 100px;
		height: 100px !important;
	}

	.mortdetails .pflHl .name {
		vertical-align: top;
	}

	.mortdetails .pflHl .email {
		line-height: 0.8;
		vertical-align: top;
		padding-left: 10px;
		margin-top: -10px;
	}

		.mortdetails .pflHl .email a {
			font-size: 14px;
		}

	.mortdetails .content {
		padding-left: 40px;
		margin-top: 20px;
	}

		.mortdetails .content .agentitle {
			line-height: 24px;
			font-size: 18px;
			font-weight: 500;
			color: #222;
		}

		.mortdetails .content .customtxt {
			margin-top: 10px;
			margin-bottom: 10px;
			line-height: 22px;
			font-size: 12px;
			color: #222;
		}

		.mortdetails .content .agentlbl {
			font-weight: 600;
		}

		.mortdetails .content .nmls {
			font-size: 14px;
			letter-spacing: 1px;
		}

		.mortdetails .content a.ph {
			color: #2ea2db;
			font-size: 14px;
			font-weight: 600;
			padding-left: 2px;
			text-decoration: none;
		}

		.mortdetails .content .applynow {
			margin-top: 16px;
		}

			.mortdetails .content .applynow a, .mortdetails .content .applynow a:visited {
				color: #2ea2db;
				font-size: 16px;
				font-weight: 600;
			}




/* Ticket #470373 - Hero Banner CTA buttons aren't Working  */

.hero-phone-btn {
	display: block
}



/* Ticket #497961 - Custom WYSIWYG Module */

.customSlider .itemGrp {
	text-align: center;
}

	.customSlider .itemGrp .media img {
		margin: 0px auto;
	}

.customSlider .slick-slide {
	opacity: .1;
	transition: opacity 0.4s ease-in-out;
}

.customSlider .slick-current {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}


.customSlider .slick-prev, .slick-next {
	z-index: 999;
}

	.customSlider .slick-prev::before {
		display: none;
	}

.customSlider .slick-next::before {
	display: none;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.customSlider .slick-prev {
	left: 25%;
	width: 35px;
	height: 35px;
	border-top: 8px solid #0054a4;
	border-left: 8px solid #0054a4;
	transform: rotate(-45deg);
}

.customSlider .slick-next {
	right: 25%;
	width: 35px;
	height: 35px;
	border-top: 8px solid #0054a4;
	border-right: 8px solid #0054a4;
	transform: rotate(45deg);
}

@media only screen and (max-width:767px) {
	.customSlider .slick-prev {
		left: 20%;
	}

	.customSlider .slick-next {
		right: 20%;
	}
}

@media only screen and (max-width:479px) {
	.customSlider .slick-prev {
		left: 15%;
	}

	.customSlider .slick-next {
		right: 15%;
	}
}

/* Ticket 523367 - Embedding Google Reviews */
.google_review_slider .itemGrp {
	text-align: center;
	padding: 10px
}

	.google_review_slider .itemGrp .media img {
		margin: 0px auto;
	}

.google_review_slider .slick-slide {
	opacity: .1;
	transition: opacity 0.4s ease-in-out;
}

.google_review_slider .slick-current {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}

.google_review_slider .slick-slide .content {
	font-size: 24px;
	font-weight: bold;
}

	.google_review_slider .slick-slide .content .desc {
		font-size: 16px;
		margin: 0;
		font-weight: normal;
		font-style: italic;
	}

	.google_review_slider .slick-slide .content .name {
		font-size: 14px;
		margin: 0;
	}

	.google_review_slider .slick-slide .content .address {
		font-size: 12px;
		margin: 0;
		font-weight: normal;
	}

.google_review_slider .slick-prev, .slick-next {
	z-index: 999;
}

	.google_review_slider .slick-prev::before {
		display: none;
	}

.google_review_slider .slick-next::before {
	display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.google_review_slider .slick-prev {
	left: 25%;
	width: 35px;
	height: 35px;
	border-top: 8px solid #0054a4;
	border-left: 8px solid #0054a4;
	transform: rotate(-45deg);
}

.google_review_slider .slick-next {
	right: 25%;
	width: 35px;
	height: 35px;
	border-top: 8px solid #0054a4;
	border-right: 8px solid #0054a4;
	transform: rotate(45deg);
}

@media only screen and (max-width:767px) {
	.google_review_slider .slick-prev {
		left: 20%;
	}

	.google_review_slider .slick-next {
		right: 20%;
	}
}

@media only screen and (max-width:479px) {
	.google_review_slider .slick-prev {
		left: 15%;
	}

	.google_review_slider .slick-next {
		right: 15%;
	}
}

.team-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 30px;
}




/* Ticket #562097 - Contact Us section in Global Nav */

@media only screen and (min-width: 60em) {
	.nav-bar > ul > li.contact {
		display: none;
	}

	.header-item-top .main-nav {
		position: relative;
		display: block !important;
	}

	.header-items-wrapper .header-item-top > div:first-child {
		margin-left: 0px;
	}

	.header-item-top .main-nav {
		position: relative;
		width: auto;
		margin-right: 0px;
		display: block;
	}

	.header-item-top .nav-bar > ul > li > a > span {
		display: table-cell;
		padding: 6px 43px 6px 10px;
		height: auto;
		vertical-align: middle;
		text-align: center;
		font-size: 16px;
	}

	.header-item-top .nav-bar > ul > li > a {
		background: rgb(29,144,199);
		background: -moz-linear-gradient(left, rgba(29,144,199,1) 46%, rgba(11,87,141,1) 100%);
		background: -webkit-linear-gradient(left, rgba(29,144,199,1) 46%,rgba(11,87,141,1) 100%);
		background: linear-gradient(to right, rgba(29,144,199,1) 46%,rgba(11,87,141,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d90c7', endColorstr='#0b578d',GradientType=1 );
	}

	.header-item-top [data-type="dropdown"] ul {
		min-width: 200px;
	}
}


.header-item-top a.login-link {
	white-space: initial;
}

.header-item-top .main-nav {
	position: relative;
	display: none;
}

.header-item-top .cm-menu > .opened > a,
.header-item-top .cm-menu > li > a:hover,
.header-item-top .cm-menu > li > a:focus,
.header-item-top .cm-menu > li > div > a:hover,
.header-item-top .cm-menu > li > div > a:focus {
	color: #fff;
	background: #023c73;
	outline: 0;
}

.login-iframe iframe {
	border: none;
	width: 100%;
	height: auto;
}

.follow-us .login-link::before {
	display: none;
}

.follow-us .login-link {
	color: #fff !important;
	font-size: 1em !important;
	border-radius: 0 !important;
}

.mobilePhoneWrpr {
	display: none;
}

@media only screen and (max-width: 59.999em) {
	.header-items-wrapper {
		margin-top: 8px;
	}

		.header-items-wrapper .login-link {
			top: 30px;
			right: 0px;
		}

	.header-top {
		Xheight: 132px;
		padding-bottom: 0;
	}

		.header-top .grid-3 {
			width: calc(100% - 130px);
			padding-left: 130px;
		}

		.header-top .grid-9 {
			width: auto;
			padding: 0
		}

		.header-top .grid-12 {
			padding: 0;
		}

	.main-nav {
		top: 0px;
	}

	.site-search {
		top: -66px;
	}

		.site-search .search-trigger {
			top: -40px;
		}

	.header-items-wrapper .header-item-bottom {
		z-index: 99999;
	}

	.login-link::before {
		display: none;
	}

	a.login-link {
		padding: 6px 17px 6px 17px;
	}

	.mobilePhones {
		background: #ebf4f9;
	}

	.mobilePhoneWrpr {
		display: flex !important;
		flex-wrap: nowrap;
		justify-content: space-between;
		max-width: 600px;
		margin: 0px auto;
		padding:10px 0px;
	}

		.mobilePhoneWrpr > div {
			width: 50%;
			text-align: center;
		}

			.mobilePhoneWrpr > div a {
				text-decoration: none;
				font-size: 1em;
			}

				.mobilePhoneWrpr > div a strong {
					font-size: 1.2em;
				}
}

@media only screen and (max-width: 545px) {
	.header-top .grid-3 {
		width: calc(100% - 130px);
		padding-left: 70px;
	}
}

@media only screen and (max-width: 445px) {
	.header-items-wrapper {
		margin-top: 0px;
	}
}



/* ticket #563078 - New Landing Page Design  */

.offer {
	background: #ebebeb;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px
}

	.offer h2 {
		font-size: 1.5em;
	}

	.offer .amount {
		font-size: 3.5em;
		font-weight: bold;
		color: #042751;
		line-height: 1.5em;
	}

	.offer .bonus {
		font-weight: bold;
		color: #042751;
	}


.claim {
	padding: 20px;
	text-align: center;
	margin-bottom: 20px
}

	.claim .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		height: 100%;
		padding-top: 20px
	}

		.claim .flex .item {
			width: 32%;
			border: none;
			height: 100%;
			padding: 0px
		}

			.claim .flex .item .num {
				background: #042751;
				color: #fff;
				font-size: 1.5em;
				font-weight: 700;
				width: 70px;
				height: 70px;
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0px auto 30px;
				border-radius: 50%;
			}

			.claim .flex .item .box {
				font-size: 1em;
				font-weight: normal
			}

				.claim .flex .item .box .title {
					font-weight: 700;
					margin-bottom: 10px
				}


.redeem {
	Xbackground: #ebebeb;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px
}

	.redeem h2 {
		font-size: 1.5em;
	}

	.redeem .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		height: 100%;
		padding-top: 20px;
		max-width: 700px;
		margin: 0px auto;
	}

		.redeem .flex .item {
			width: 32%;
			border: none;
			height: 100%;
			padding: 0px
		}

			.redeem .flex .item .type {
				font-size: 1.5em;
				font-weight: 700;
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				margin: 0px auto 30px;
			}

				.redeem .flex .item .type img {
					width: 75px;
				}

				.redeem .flex .item .type div {
					width: 100%;
				}

.why {
	padding: 20px;
	margin-bottom: 20px
}

	.why h2 {
		text-align: center;
	}


.anywhere {
	padding: 20px;
	text-align: center;
	margin-bottom: 20px
}

	.anywhere .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		height: 100%;
		padding-top: 20px
	}

		.anywhere .flex .item {
			width: 20%;
			border: none;
			height: 100%;
			padding: 0px;
			margin: 0px 1% 20px
		}

			.anywhere .flex .item .title {
				font-weight: bold;
			}

h1.gReview {
	text-align: Center;
}

@media only screen and (max-width: 960px) {
    .anywhere .flex .item {
        width: 30%;
    }
    
}

@media only screen and (max-width: 767px) {
    .anywhere .flex .item {
        width: 40%;
    }
    .claim .flex .item {
        width: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .anywhere .flex .item {
        width: 100%;
    }
    .claim .flex .item {
        width: 100%;
    }
}