/*

::Table Of Content

1.) @FontFace Style

2.) Global TypoGraphy

3.) Site Wide Content

4.) Header Section

5.) Footer Section

-------------------------------------*/

/*

1.) @FontFace Style

-------------------------------------*/

@font-face {
	font-family: "open_sanslight";
	src: url("../fonts/opensans-light.eot");
	src: url("../fonts/opensans-light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/opensans-light.woff") format("woff"),
		url("../fonts/opensans-light.ttf") format("truetype"),
		url("../fonts/opensans-light.svg#open_sanslight") format("svg");
}
/*

2.) Global TypoGraphy

-------------------------------------*/

body {
	font-family: "Open Sans", sans-serif;
	color: rgb(65, 65, 65);
	line-height: 1;
	background-color: #fbfbfb;
	font-weight: 400;
}
h1 {
	font-size: 30px;
	line-height: 38px;
	padding-top: 27px;
}
h2 {
	font-size: 26px;
	line-height: 34px;
	color: #5995b7;
}
h3 {
	border-bottom: 2px solid #cdcbca;
	color: #7a7774;
	font-size: 11px;
	text-shadow: 0 1px #d9d8d7;
	text-transform: uppercase;
	line-height: 19px;
}
h4 {
	font-size: 17px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	color: #76d0e3;
	font-weight: 700;
	text-transform: uppercase;
}
h6 {
	font-size: 13px;
	line-height: 17px;
	color: #17495d;
	text-transform: uppercase;
}
p,
.other-widtdrawal li a {
	font-size: 13px;
	line-height: 19px;
}
.content-left > h1 {
	padding-bottom: 20px;
}
.cat-cntnt > strong {
	font-weight: bold;
}
.cat-cntnt > p {
	font-size: 14px;
	line-height: 180%;
	padding-bottom: 20px;
}
.cat-cntnt > ul {
	list-style: disc outside none;
	margin-bottom: 20px;
	padding: 0 8px;
}

.cat-cntnt li {
	font-size: 14px;
	line-height: 165%;
	margin-bottom: 10px;
	margin-left: 40px;
}
.content-left h2 {
	padding-bottom: 20px;
}

.cat-cntnt > h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.content-left h4 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
.cat-cntnt strong {
	font-weight: bold;
}
.footer-para-2.footer-text strong {
	font-weight: bold;
}
h1,
h4,
.other-widtdrawal li a,
.search-text-left h3,
.testimonial-text span strong,
.learn-more,
.home-links a.active,
.tab ul li a,
.tab-content p a,
.content-left article ul li a,
.about-us span strong,
.search-text-left h2 {
	color: #5995b7;
}
.gray {
	font-family: "Open Sans", sans-serif;
	background-color: #d0ccc3;
	line-height: 38px;
	padding: 0 29px;
	border-radius: 4px 4px 4px 4px;
	color: #17495d;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
	position: relative;
	-moz-box-sizing: content-box;
	background: -moz-linear-gradient(center top, #fe9c07, #f08302) repeat scroll
		0 0 transparent;
	border-color: #fe9c07;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.gray:hover {
	background: -moz-linear-gradient(center top, #f08302, #fe9c07) repeat scroll
		0 0 transparent;
}
.gray:active {
	position: relative;
	top: 2px;
}
.help-block ul li .yellow-btn,
.help-section .yellow-btn,
.yellow-btn,
#frm_form_2_container .frm-show-form p input {
	background: #ff9f07;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#ff9f07),
		to(#ee8000)
	);
	background: -webkit-linear-gradient(#ff9f07, #ee8000);
	background: -moz-linear-gradient(#ff9f07, #ee8000);
	background: -ms-linear-gradient(#ff9f07, #ee8000);
	background: -o-linear-gradient(#ff9f07, #ee8000);
	background: linear-gradient(#ff9f07, #ee8000);
	-pie-background: linear-gradient(#ff9f07, #ee8000);
}
.read-all {
}
.help-block ul li .yellow-btn:hover,
.help-section .yellow-btn:hover,
.read-all .yellow-btn:hover,
#frm_form_2_container .frm-show-form p input:hover {
	background: #ee8000;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#ff9f07),
		to(#ff9f07)
	);
	background: -webkit-linear-gradient(#ee8000, #ff9f07);
	background: -moz-linear-gradient(#ee8000, #ff9f07);
	background: -ms-linear-gradient(#ee8000, #ff9f07);
	background: -o-linear-gradient(#ee8000, #ff9f07);
	background: linear-gradient(#ee8000, #ff9f07);
	-pie-background: linear-gradient(#ee8000, #ff9f07);
}
.blue-btn,
.yellow-btn {
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	color: #fff;
	padding: 0 31px;
	display: inline-block;
	font-weight: 600;
	margin-top: 14px;
	border-radius: 0 5px 0 5px;
	background: #1c5c7d;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#1c5c7d),
		to(#17485c)
	);
	background: -webkit-linear-gradient(#1c5c7d, #17485c);
	background: -moz-linear-gradient(#1c5c7d, #17485c);
	background: -ms-linear-gradient(#1c5c7d, #17485c);
	background: -o-linear-gradient(#1c5c7d, #17485c);
	background: linear-gradient(#1c5c7d, #17485c);
	-pie-background: linear-gradient(#1c5c7d, #17485c);
	text-transform: uppercase;
	position: relative;
}
.blue-btn:hover {
	background: #17485c;
	background: -webkit-gradient(
		linear,
		0 0,
		0 bottom,
		from(#1c5c7d),
		to(#1c5c7d)
	);
	background: -webkit-linear-gradient(#17485c, #1c5c7d);
	background: -moz-linear-gradient(#17485c, #1c5c7d);
	background: -ms-linear-gradient(#17485c, #1c5c7d);
	background: -o-linear-gradient(#17485c, #1c5c7d);
	background: linear-gradient(#17485c, #1c5c7d);
	-pie-background: linear-gradient(#17485c, #1c5c7d);
}
.gray,
.yellow-btn,
.categories ul li div,
.find-more,
.help-section,
.testimonial-block .testimonial-content,
.read-all,
.tab-content,
.blue-btn {
	behavior: url(PIE.htc);
}
/*

3.) Site Wide Content

-------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

div.page {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}

@media (min-width: 576px) {
	div.page {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	div.page {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	div.page {
		max-width: 960px;
	}
}

@media (min-width: 1024px) {
	div.page {
		max-width: 1004px;
	}
}

/*

4.) Header Section

-------------------------------------*/

.header-top {
	overflow: hidden;
	border-bottom: 1px solid #e4e8eb;
}
.tel {
	color: #a59d8c;
	line-height: 29px;
	font-size: 10px;
	display: block;
	text-transform: uppercase;

	text-shadow: 0 1px #f2f1ef;
}

@media (min-width: 768px) {
	.tel {
		float: left;
	}
}

.tel strong {
	font-weight: 700;
	font-size: 14px;
	background: url(../images/telephone.png) left 5px no-repeat;
	margin-left: 13px;
	margin-right: 10px;
	padding-left: 9px;
}
.tel strong a {
	color: #936910;
}
.tel strong a:hover {
	color: #000;
}
.header-top .who_answers {
	text-transform: none;
	color: rgb(65, 65, 65);
	vertical-align: 1px;
}

.header-top nav {
	padding-top: 5px;
}

@media (min-width: 768px) {
	.header-top nav {
		padding-top: 0;
		float: right;
	}
}

@media (min-width: 768px) {
	.header-top nav ul {
		float: left;
	}
}

.header-top nav ul li {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../images/top-line.png) right 15px no-repeat;
	line-height: 29px;
	padding: 0 10px;
}

.header-top nav ul li:first-child {
	padding-left: 0;
}

.header-top nav ul li:last-child {
	padding-right: 0;
}

.header-top nav ul li a,
.send-email a {
	color: #a59d8c;
	text-shadow: 0 1px #a59d8c;
}
.header-top nav ul li a:hover,
.send-email a:hover {
	border-bottom: 1px solid #a59d8c;
}

.send-email {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 29px;
	background: url(../images/mail-box.png) left 11px no-repeat;
	padding: 0 0 0 17px;
	margin-left: 9px;
}
.main-header {
	padding: 22px 0 27px;
	overflow: hidden;
}
.logo {
	float: left;
}
.help {
	float: right;
}
.help span {
	border-right: 1px solid #e8ebed;
	color: #fd9a07;
	display: block;
	float: left;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 14px;
	padding-right: 12px;
}
.help .gray {
	float: left;
	margin-top: 6px;
}
.help .gray:hover {
	background-color: #bcb8af;
}

.main-nav nav ul {
	float: left;
}

.main-nav .tinynav {
	display: block;
	color: #fff;
	background: #16495e url(../images/menu.svg) 95% center no-repeat;
	background-size: 24px;
	border: 0;
	width: 100%;
	height: 53px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 16px;
	cursor: pointer;
}

#menu-main-menu {
	display: none;
}

@media (min-width: 768px) {
	.main-nav {
		background: #16495e url(../images/nav-rep.png) left top repeat-x;
		height: 53px;
	}

	#menu-main-menu {
		display: block;
	}

	.main-nav .tinynav {
		display: none;
	}
}

@media (min-width: 1024px) {
	.main-nav nav ul {
		word-spacing: 5px;
	}
}

.main-nav nav ul li {
	font-size: 14px;
	font-weight: 600;
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #0c3e64;
	position: relative;
}

.main-nav nav ul li:last-child {
	border-right: 0;
}

.main-nav nav ul li:last-child .sub-menu {
	left: auto;
	right: 0;
}

.main-nav nav ul li a {
	color: #e1f1fe;
	line-height: 53px;
	display: block;
	padding: 0 8px;
}

@media (min-width: 992px) {
	.main-nav nav ul li a {
		padding: 0 28px;
	}
}

@media (min-width: 1024px) {
	.main-nav nav ul li a {
		padding: 0 31px;
	}
}

/*Edited*/

.main-nav nav ul li:hover > a,
.main-nav nav ul.sub-menu li a:hover {
	color: #fc8f13;
	transition: all 0.25s ease-in-out 0s;
}
.main-nav nav ul.sub-menu {
	position: absolute;
	top: 53px;
	left: 0;
	background-color: #2e708f;
	padding: 10px 0;
	display: none;
	width: 100%;
	min-width: 180px;
} /*Edited*/
.main-nav nav ul li.current-menu-item a {
	color: #fc8f13;
	background: none repeat scroll 0 0 #2e708f;
}
.main-nav nav ul.sub-menu li {
	border: none;
	margin: 0;
} /*Edited*/
.main-nav nav ul.sub-menu a {
	color: #e1f1fe;
	display: block;
	line-height: 25px;
}

.main-nav nav ul li:hover > ul.sub-menu {
	display: block;
} /*Edited*/
.main-nav nav ul li.border-none {
	border: none;
}
.search-block {
	border-right: none;
	background: url(../images/search-box.png) left top no-repeat;
	padding: 0;
	margin: 12px 0 0 3px;
	float: left;
}
.search-box {
	font-size: 11px;
	padding: 0;
	border: none;
	font-weight: 400;
	font-style: italic;
	color: #c3d6d6;
	font-family: "Open Sans", sans-serif;
	text-indent: 7px;
	width: 160px;
	height: 28px;
	background-color: transparent;
	float: left;
	line-height: 28px;
}
.submit-btn {
	border: none;
	background: none;
	width: 27px;
	height: 28px;
	float: left;
	cursor: pointer;
}
/*

5.) Footer Section

-------------------------------------*/

footer {
	background-color: #f2f4f5;
	overflow: hidden;
	clear: both;
}
.footer-logo {
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #f2f4f5;
	text-align: center;
}

@media (min-width: 768px) {
	.footer-logo {
		padding-bottom: 30px;
	}
}

.footer-logo dfn {
	font-size: 22px;
	line-height: 30px;
	color: #888989;
	font-family: "open_sanslight";
	text-shadow: 0 1px #c8c9ca;
	padding: 0 144px;
	display: block;
	font-style: normal;
}
.footer-logo a {
	display: inline-block;
	padding-top: 10px;
}

@media (min-width: 576px) {
	.footer-logo a {
		padding-top: 20px;
	}
}

.footer-bottom {
	padding-top: 20px;
	background-color: #184b61;
	overflow: hidden;
	padding-bottom: 15px;
}

@media (min-width: 576px) {
	.footer-left {
		float: left;
	}
}

@media (min-width: 576px) {
	.footer-para-1 {
		float: left;
	}
}

.footer-left h5 {
	text-transform: none;
}
.footer-text p {
	font-size: 13px;
	line-height: 20px;
	color: #b3cfd7;
	padding-top: 20px;
}

@media (min-width: 576px) {
	.footer-para-2 {
		float: left;
		padding: 0 0 0 62px;
	}
}

.withdrawal-list {
	padding-top: 15px;
}

@media (min-width: 576px) {
	.withdrawal-list {
		float: right;
		padding-top: 0;
	}
}

.withdrawal-list li {
	font-size: 12px;
	line-height: 27px;
	text-transform: uppercase;
	background: url(../images/learn-more.png) left 14px no-repeat;
	padding-left: 22px;
	list-style: none;
}
.withdrawal-list li a {
	color: #76d0e3;
}
.footer-nav {
	clear: both;
	border-top: 1px solid #1e576b;
	padding-top: 20px;
}

@media (min-width: 768px) {
	.footer-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}

@media (min-width: 992px) {
	.footer-nav {
		grid-template-columns: auto 1fr;
	}
}

.footer-nav ul {
	display: inline-block;
}

.footer-nav ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 21px;
	background: url(../images/footer-nav.png) right 10px no-repeat;
	padding: 0 11px 0 13px;
}

.footer-nav ul:first-child li:first-child {
	padding-left: 0;
}

.footer-nav ul:last-child li:last-child {
	padding-right: 0;
}

.bg-none {
	background-image: none !important;
}
.footer-nav ul li a {
	color: #80d0d8;
}
.footer-nav ul li.padd {
	padding-left: 0;
}

.copyright {
	font-size: 11px;
	line-height: 21px;
	color: #b4d0d8;
	padding-top: 17px;
}

@media (min-width: 768px) {
	.copyright {
		padding-top: 0;
		text-align: right;
	}
}

.policy {
	font-size: 12px;
	line-height: 21px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 2px;
	clear: both;
	float: left;
	color: #80d0d8;
}
.policy a {
	color: #80d0d8;
	display: block;
	display: inline-block;
}
.policy a.fb {
	background: url(../images/facebook.png) right top no-repeat;
	padding-left: 20px;
	margin-top: 4px;
	height: 14px;
}

/* FIXED CTA */

#cta-fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
	background: #5995b7;
	text-align: center;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

#cta-fixed.sticky {
	display: block;
}

#cta-fixed a {
	display: inline-block;
	color: #fff;
	padding: 0 42px 5px;
	transition: background 0.2s;
	text-transform: uppercase;
	font: 13px/1 arial, sans-serif;
	vertical-align: top;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: 0.5px;
}

#cta-fixed a:hover {
	background: rgba(0, 0, 0, 0.1);
}

#cta-fixed i {
	margin: 7px 0 8px;
	width: 23px;
	height: 23px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
}

#cta-fixed em {
	display: none;
	font-style: normal;
	font-weight: bold;
	color: #efec32;
}

#cta-fixed span {
	display: block;
	padding: 0 0 5px;
}

#cta-fixed strong {
	display: block;
	padding: 0 0 6px;
	color: #efec32;
	font-weight: bold;
}

#cta-fixed .call i {
	margin: 5px 0 4px;
}

#cta-fixed .call span {
	padding: 0;
}

#cta-fixed .call strong {
	padding: 0;
	font-size: 30px;
}

#cta-fixed .mail i {
	font-size: 12px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#cta-fixed span {
		display: none;
	}
	#cta-fixed span.who_answers {
		display: block;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#cta-fixed a {
		padding: 0 8px 5px;
	}

	#cta-fixed i {
		margin: 6px 0 7px;
	}

	#cta-fixed strong {
		padding: 1px 0 5px;
	}

	#cta-fixed .call i {
		margin: 5px 0 2px;
	}

	#cta-fixed .call strong {
		font-size: 25px;
	}

	.cta .banner_desktop,
	.cta .banner_mobile {
		display: none;
	}

	.cta .banner_tablet {
		display: block;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#cta-fixed a {
		padding: 0 10px 5px;
	}

	#cta-fixed i {
		margin: 5px 0;
	}

	#cta-fixed em {
		display: block;
		padding: 0 0 4px;
	}

	#cta-fixed strong {
		display: none;
	}

	#cta-fixed .call i {
		margin: 4px 0 1px;
	}

	#cta-fixed .call strong {
		display: block;
		font-size: 22px;
	}

	.cta .banner_desktop,
	.cta .banner_tablet {
		display: none;
	}

	.cta .banner_mobile {
		display: block;
	}
}

/* ========== WHO ANSWERS LIGHTBOX ========== */
#who_answers {
	display: none;
	max-width: 250px;
	border-radius: 0.25rem;
	background: #fff;
	padding: 25px 25px 1px;
	font-size: 16px;
	text-align: initial;
}

@media (min-width: 425px) {
	#who_answers {
		max-width: 350px;
	}
}

@media (min-width: 480px) {
	#who_answers {
		max-width: 400px;
	}
}

@media (min-width: 576px) {
	#who_answers {
		max-width: 500px;
	}
}

#who_answers .close {
	position: absolute;
	top: 13px;
	right: 16px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

#who_answers h2 {
	font-size: 26px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

#who_answers ul {
	list-style: disc;
	padding: 0 0 0 40px;
	margin-bottom: 1rem;
}

#who_answers p {
	margin: 0;
	padding: 0 0 30px;
}

.who_answers {
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.who_answers i {
	color: #6699cc;
	margin: 0 3px 0 0;
}

header .number-wrapper .who_answers {
	margin-top: 8px;
}

.cta-line {
	text-align: center;
	margin: 0 auto 1rem;
}

#call-cta {
	text-align: center;
}

#cta-fixed .who_answers i {
	background: none;
	margin: 0;
}
/* ========== END ========== */

/* ========== Site-specific TOU and PP extra css ========== */
div#privacy-policy p,
div#terms-of-use p {
	padding-top: 2rem;
}
/* ========== END OF Site-specific TOU and PP extra css ========== */
