@import url('https://fonts.googleapis.com/css?family=Montserrat:400');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,800);
* {
	font-family: 'Open Sans', sans-serif;
}

html {
	color: #58585B;
}
/*HEADER AND FOOTER STYLING*/
/* Search Bar */

.search {
	float: right;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 75%;
	z-index: 1000000;
	outline: 0;
	text-decoration: none;
	margin: 0;
}

.logo > img {
	top: 0px;
	padding: 0;
	padding-left: 25px;
	margin: 0;
	float: left;
	z-index: 1000000;
	position: absolute;
	height: 125px;
}

@media (min-width: 768px) {
	.logo > img {
		width: 35%;
		height: 100%;
	}
}

.search button {
	border-radius: 3px;
	border: 0;
	margin: 0;
	color: white;
	padding: .2em 1em;
	background-color: #215689;
}

.search button:hover {
	background-color: #326da5;
}

.search button:active {
	background-color: #215689;
}

.social {
	margin: 0 5px;
	position: absolute;
	right: 15px;
	top: 35%;
}

.top-s-icons a {
	height: 32px;
	background-image: url('../img/social-icons.png')
}

.top-s-icons .social-02 {
	width: 32px;
	background-position: -32px 0px;
}

.top-s-icons .social-06 {
	width: 32px;
	background-position: -160px 0px;
}

.top-s-icons .social-07 {
	width: 32px;
	background-position: -192px 0px;
}

#mobile-nav {
	background-color: #58585B;
}

#mobile-search {
	border-radius: 3px;
	display: inline-block;
	width: 60%;
	height: 1em;
	margin: .5em 0;
	margin-right: 0;
	margin-left: 1em;
	padding: .5em 0;
}

#mobile-search button {
	width: 30%;
	height: 2em;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	border: 0;
	margin: 0;
	color: #fff;
	padding: .2em 0;
	background-color: #215689;
}

#mobile-search input {
	height: 2em;
	width: 60%;
	border-radius: 3px;
}
/*NAVIGATION BAR BUTTONS
-------------------------------------------------------------*/

.icon-bar {
	padding: 0;
	margin: 0;
	background: #fff;
}

.navbar {
	margin: 0;
	width: 100%;
	border: none;
	background-color: transparent;
}

.navbar li a {
	font-size: 1em;
	border-radius: 2px;
	margin: .8%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	background-color: #58585B;
}

.navbar li li a:active {
	background-color: #58585B;
}

.navbar-collapse.in {
	overflow-y: visible;
}

@media (min-width: 768px) {
	.navbar li:hover >ul {
		display: block;
	}
}

.navbar li >li {
	background-color: #58585B;
}

.dropdown-menu h3 {
	font-weight: bold;
	color: #fff;
	margin: 2px 0 0;
	padding: 3px 20px;
}

.boxHide {
	display: none;
}

.government-h {
	border: solid #5f5f5f;
}
/*SOCIAL IMAGE ICONS
-------------------------------------------------------------*/

#bottominfo .s-icons a {
	height: 32px;
	display: inline-block;
	background-image: url('../img/social-icons.png')
}

.s-icons .social-01 {
	width: 32px;
	background-position: 0px 0px;
}

.s-icons .social-02 {
	width: 32px;
	background-position: -32px 0px;
}

.s-icons .social-03 {
	width: 32px;
	background-position: -64px 0px;
}

.s-icons .social-04 {
	width: 32px;
	background-position: -96px 0px;
}

.s-icons .social-05 {
	width: 32px;
	background-position: -128px 0px;
}

.s-icons .social-06 {
	width: 32px;
	background-position: -160px 0px;
}

.s-icons .social-07 {
	width: 32px;
	background-position: -192px 0px;
}

.s-icons .social-08 {
	width: 32px;
	background-position: -224px 0px;
}

.s-icons> a.social-09 {
	width: 93px;
	background-position: -256px 0px;
}

.s-icons .social-10 {
	width: 32px;
	background-position: -349px 0px;
}

#bottominfo a p {
	margin: 0 .5em;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 1em;
	color: #23ad46;
}

#bottominfo a p:hover {
	text-decoration: underline;
	color: #215689;
}

#bottominfo .col-md-3 > a {
	display: inline-block;
	padding: 0;
	margin-right: 2px;
}

#bottom-left {
	text-align: right;
}
/*HEADER TAGS
---------------------------------------------*/

.main h1 {
	font-weight: bold;
	font-size: 2.9vw;
	text-align: center;
	color: #478356;
	font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
	.main h1 {
		color: #fff;
		font-size: 6vw;
		padding: 5px;
		background-color: #478356;
	}
}

@media (max-width: 1200px) {
	.main h1 {
		font-size: 7vw;
	}
}

h6 {
	color: #478356;
	font-size: 2.7em;
	margin: 5px;
	auto;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 768px) {
	h6 {
		border-radius: 2px;
		color: #fff;
		padding: 15px;
		background-color: #215689;
		margin-top: 15px;
		font-size: 2em;
	}
}

h2 {
	color: white;
	font-size: 1.5em;
	border-radius: 2px;
	text-align: center;
	margin: 2% 0;
	padding: .5em 0;
	font-family: 'Montserrat', sans-serif;
	background-color: #478356;
}

h3 {
	color: #215689;
}

.red-button a {
	border: solid #810909;
	display: block;
	width: 85%;
	margin: .5em auto;
	font-size: 1.5em;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	padding: .3em;
	color: white;
	background-color: #b11a1a;
}

.red-button a:hover {
	text-decoration-color: #fff;
	text-decoration: none;
	background-color: #cc3232;
}

.red-button a:active {
	background-color: #b11a1a;
}

h4 {
	margin-top: 1em;
	margin-bottom: .3em;
	font-size: 1.5em;
	font-weight: bold;
	color: #215689;
}

.visible-xs h4 {
	text-align: center;
}

li {
	margin: .5em 0;
	color: #58585B;
}

p {
	text-align: justify;
	color: #58585B;
}

.blue-button {
	display: block;
	border: solid #13426f;
	font-size: .45em;
	border-radius: 15px;
	text-align: center;
	padding: .4em;
	color: #fff;
	background-color: #215689;
}

.blue-button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #326da5;
}

.blue-button:active {
	background-color: #215689;
}

p > a,
li> a {
	color: #23ad46;
}

p > a:hover,
li> a:hover {
	text-decoration: underline;
}

.nav-tabs >li >a {
	color: #58585B;
	background: #f0f0f0;
}

.nav-tabs >li >a:hover,
.nav-tabs >li >a:focus {
	background-color: #f0faff;
}

.login> p {
	width: 70px;
	height: 32px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	background-color: #215689;
}

.login> p:hover {
	background-color: #326da5;
}

.divider {
	text-align: center;
	margin: 15px auto;
	width: 85%;
	height: .2em;
	background-color: #BBBCBE;
}

.banner {
	margin-bottom: 15px;
	position: relative;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.center-v p {
	margin-top: 15px;
}

td {
	text-align: center;
}

#call-now {
	margin-top: 15px;
	font-size: 3em;
	text-align: center;
	color: #215689;
	text-decoration: underline;
}

.mortgage-rate-header h4 {
	margin-top: 0;
	text-align: center;
	font-size: 3em;
}

.mortgage-rate-header p {
	margin-top: 0;
	text-align: center;
	font-size: 2em;
}
/*TABLE STYLING*/

#notice {
	width: 85%;
	padding: .5em;
	border: solid #980a0a;
	border-radius: 1em;
	font-weight: bold;
	margin: auto;
}

.table-styling th {
	color: #fff;
	padding: 5px 5px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #58585B;
}

.table-styling td {
	font-size: 1.5em;
	margin: auto;
	padding: 5px 0;
}

div.child.is-hidden.hidden-xs {
	font-size: .9em;
	width: 225px;
	padding: 0;
	margin: 0px;
	margin-right: -20px;
}

div.child.is-hidden.hidden-xs {
	margin: 0px;
	margin-right: -30px;
}

@media (max-width: 768px) {
	.table-styling td {
		width: inherit;
		margin: 0;
	}
}

.table-styling td h3 {
	margin-top: .3em;
	color: #215689;
	text-align: center;
}

.table-styling td h1 {
	margin: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.table-styling td img {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
}

#compare-cards {
	margin-bottom: 15px;
}

#compare-cards:hover {
	border: solid #326da5;
}

.home-programs h2 {
	color: white;
	font-size: 1.5em;
	border-radius: 2px;
	text-align: center;
	margin: 2% 0;
	padding: .5em 0;
	font-family: 'Montserrat', sans-serif;
	background-color: #478356;
}
/*MOBILE TABLE STYLING*/

.options-table {
	width: 100%;
	padding: 0;
	margin: 15px auto;
	font-size: .7em;
	background-color: #fafafa;
	border-collapse: collapse;
}

.blank {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	margin: 15px;
	position: relative;
	display: block;
}

@media (max-width: 768px) {
	.options-table td h3 {
		font-size: 1.5em;
	}
}

@media (max-width: 768px) {
	.options-table h1 {
		font-size: 2em;
		padding: 2px;
	}
}

@media (max-width: 768px) {
	.options-table img {
		height: 44px;
		width: 54px;
		padding: 2px;
	}
}

.options-table table {
	border-collapse: collapse;
}

.options-table th {
	border: none;
	color: #fff;
	background-color: #333;
}

.options-table td {
	padding-left: 5px;
	border: 1px solid #fff;
	border-bottom: 1px solid #c7c7c7;
}

.options-table tr:hover,
.options-table tr:active {
	background-color: #edefff;
}
/*ZEBRA STRIPE*/

.options-table tr:nth-of-type(odd) {
	background: #f5f5f5;
}

.options-table tr:nth-of-type(odd):hover,
.options-table tr:nth-of-type(odd):active {
	background-color: #ededed;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	/* Force table to not be like tables anymore */

	.options-table table,
	.options-table thead,
	.options-table tbody,
	.options-table th,
	.options-table td,
	.options-table tr {
		display: block;
	}
}
/* Hide table headers (but not display: none;, for accessibility) */

.options-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.options-table tr {
	border: 1px solid #ccc;
}

@media (max-width: 768px) {
	.options-table td {
		/* Behave  like a "row" */

		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		margin: 0;
		padding-left: 50%;
	}
	.options-table td:before {
		/* Now like a table header */

		position: absolute;
		/* Top/left values mimic padding */

		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
	}
	/* HEADER LABLES ON MOBILE */

	#mortgage-options td:nth-of-type(1):before {
		content: "Mortgage Options";
	}
	#mortgage-options td:nth-of-type(2):before {
		content: "Easier Qualification";
	}
	#mortgage-options td:nth-of-type(3):before {
		content: "Loan Flexibility";
	}
	#mortgage-options td:nth-of-type(4):before {
		content: "Rate Security";
	}
	#mortgage-options td:nth-of-type(5):before {
		content: "Lower Equity/Money Down";
	}
	#mortgage-options td:nth-of-type(6):before {
		content: "";
	}
	/*	RATES-LIST HEADERS*/

	#ratesList-1 td:nth-of-type(1):before {
		content: "Mortgage Program \A & Term";
	}
	#ratesList-1 td:nth-of-type(2):before {
		content: "Rate";
	}
	#ratesList-1 td:nth-of-type(3):before {
		content: "ARP";
	}
	#ratesList-1 td:nth-of-type(4):before {
		content: "Assumptions**";
	}
	/*	RATES-LIST 2*/

	#ratesList-2 td:nth-of-type(1):before {
		content: "FNMA 30 year \A Mortgage";
	}
	#ratesList-2 td:nth-of-type(2):before {
		content: "Rate";
	}
	#ratesList-2 td:nth-of-type(3):before {
		content: "ARP";
	}
	#ratesList-2 td:nth-of-type(4):before {
		content: "Points or Credit";
	}
	/*	RATES-LIST 3*/

	#ratesList-3 td:nth-of-type(1):before {
		content: "FNMA 15 year \A Mortgage";
	}
	#ratesList-3 td:nth-of-type(2):before {
		content: "Rate";
	}
	#ratesList-3 td:nth-of-type(3):before {
		content: "ARP";
	}
	#ratesList-3 td:nth-of-type(4):before {
		content: "Points or Credit";
	}
	/*	15 YEAR REFINANCE LIST*/

	#refi-list td:nth-of-type(1):before {
		content: "Mortgage Savings";
	}
	#refi-list td:nth-of-type(2):before {
		content: "Rate";
	}
	#refi-list td:nth-of-type(3):before {
		content: "Monthly Payment";
	}
	#refi-list td:nth-of-type(4):before {
		white-space: nowrap;
		content: "Total Interest Expense";
	}
}
/*QUOTE BOX
-------------------------------------------------------------*/

.review {
	z-index: 1;
	position: relative;
	margin: 0;
	margin-top: 2%;
	margin-bottom: 3em;
	text-decoration: none;
	text-align: left;
	font-size: 1em;
	background-color: #fff;
	border: 8px solid #478356;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.review:before {
	z-index: 2;
	bottom: -50px;
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 1em;
	top: 100%;
	border: 25px solid;
	text-decoration: none;
	border-color: #478356 transparent transparent #478356;
}

.review:after {
	z-index: 3;
	bottom: -50px;
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 1.8em;
	top: 100%;
	border: 15px solid;
	text-decoration: none;
	border-color: #fff transparent transparent #fff;
}

.review:hover,
.review:link,
.review:active {
	clear: both;
	text-decoration: none;
	border: 8px solid #215689;
}

.review:hover:before {
	text-decoration: none;
	border-color: #215689 transparent transparent #215689;
}

.quote,
.quote > p:hover {
	text-decoration: none;
	text-align: justify;
	margin: 0;
	padding: .8em;
}

.name {
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	line-height: 10px;
	text-align: right;
}
/*LOAN OFFICER PAGE CONTACT BOX STYLING*/

.realtor-info h1 {
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	background-color: #215689;
}

.realtor-info h3 {
	color: #898A8C;
	text-align: center;
}

.realtor-info img {
	padding: 15px;
	max-width: 140px;
}

.contact-info .blue-button {
	color: #fff;
	margin-top: 30px;
	font-size: 1.5em;
	padding: 5px 5px;
	border-radius: 3px;
}

.contact-info .blue-button a {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 1200px) {
	.contact-info .blue-button {
		font-size: 1em;
	}
}

.contact-info {
	position: static;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border: solid #898A8C;
}

.contact-info h2 {
	font-size: 2em;
	color: #898A8C;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	background-color: transparent;
}

.contact-info p {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.contact-info a {
	font-style: italic;
	color: #a7a7a7;
}

.contact-info a:hover {
	color: #528ec9;
}

.check-list li {
	list-style-image: url(../img/checkbox.jpg);
}
/*LIFETIME OF BENEFITS
-------------------------------------------------------------*/

.lifetime-benefits {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	margin-top: 30px;
}

.lifetime-benefits img {
	margin: 0;
}

.lifetime-benefits h2 {
	color: white;
	border-radius: 2px;
	font-size: 1em;
	text-align: center;
	padding: .7em;
	margin: 5px 0;
	background-color: #58585B;
}

.lifetime-benefits .left {
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	font-size: .9em;
}
/* PIG */

.lifetime-benefits #pig {
	align-content: center;
	text-align: center;
	padding: 0;
	margin: 4em auto;
}

.lifetime-benefits .right {
	text-align: justify;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

.lifetime-benefits h1 {
	position: relative;
	border: solid #13426f;
	margin: .3em 0;
	font-size: 1.5em;
	border-radius: 5px;
	text-align: center;
	padding: .5em;
	color: white;
	font-family: 'Montserrat', sans-serif;
	background-color: #215689;
}

.lifetime-benefits h1:hover {
	background-color: #326da5;
}

.lifetime-benefits h1:active {
	background-color: #215689;
}

.lifetime-benefits li {
	margin-bottom: 20px;
}

.lifetime-benefits li a {
	font-weight: bold;
	text-decoration: none;
	color: #23ad46;
}

.lifetime-benefits li a:hover {
	text-decoration: underline;
}

.sidebar {
	margin-bottom: 15px;
	position: relative;
	border-radius: 3px;
}
/* QUICK FORM
-------------------------------------------------------------*/

.quick-form {
	display: block;
	margin: 0;
	margin-bottom: 15px;
	border: 5px solid #215689;
	background-color: #fff;
	min-height: 550px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	opacity: 1;
}

.quick-form h3 {
	color: #fff;
	padding: 10px;
	margin-top: 0;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	background-color: #215689;
}

.quick-form p {
	color: #215689;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}

.quick-form ul {
	padding: 0 15px;
	;
	margin: 0;
	list-style: none;
}

.quick-form ul li {
	margin-bottom: 15px;
}

.quick-form ul li:nth-child(8) {
	text-align: center;
}

.quick-form ul li input,
.quick-form ul li select {
	float: right;
	width: 100%;
	max-width: 200px;
	border-radius: 0;
	background-color: #fff;
}

.quick-form img {
	display: block;
	margin: auto;
}

.quick-form .btn {
	color: #fff;
	margin: auto;
	font-size: 1em;
	display: block;
	font-weight: bold;
	background-color: #215689;
}

.quick-form .btn:hover {
	background-color: #15abf6;
}

.quick-form h5 {
	text-align: center;
}
/* SUBMITTED QUICK FORM BOX
-------------------------------------------------------------*/

.submitted {
	display: none;
	margin: 15px 0;
	padding: 15px;
	border: 15px double #AA1926;
	background-color: #fff;
	min-height: 550px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	opacity: 1;
}

.submitted h3 {
	color: #15abf6;
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
	font-family: 'Fjalla One', sans-serif;
}

.submitted h4 {
	color: #065177;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid #065177;
	border-bottom: 2px solid #065177;
}

.submitted p {
	color: #065177;
	font-weight: 600;
}

.submitted img {
	display: block;
	margin: auto;
	text-align: center;
}
/* END OF QUICK FORM*/

.drop-info h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	margin: .5em auto;
	width: 75%;
	padding: .5em;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #898A8C;
}

.drop-info h3:hover {
	background-color: #a8a8a8;
}
/*FOOTER
-------------------------------------------------------------*/

footer,
main:after {
	height: 50px;
}

footer {
	margin: 0;
	color: #58585B;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-family: sans-serif;
}

footer p {
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
}

footer p>a {
	color: #23ad46;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}

footer p>a:hover {
	color: #215689;
}

footer .icons {
	text-align: center;
	margin: 0 5px;
	margin-top: -5px;
	display: inline-block;
}
/*SOCIAL MEDIA ICONS
-----------------------------*/

footer .icons> a {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-image: url('../img_brady/social-icons.png')
}

footer .icons:nth-child(1) a:nth-child(2) {
	background-position: -32px 0px;
}

footer .icons:nth-child(1) a:nth-child(3) {
	background-position: -64px 0px;
}

footer .icons:nth-child(1) a:nth-child(4) {
	background-position: -96px 0px;
}

footer .icons:nth-child(1) a:nth-child(5) {
	background-position: -128px 0px;
}
/*RIGHT SIDE ICONS
-----------------------------------*/

footer .icons:nth-child(3) a:nth-child(1) {
	background-position: -160px 0px;
}

footer .icons:nth-child(3) a:nth-child(2) {
	background-position: -192px 0px;
}

footer .icons:nth-child(3) a:nth-child(3) {
	background-position: -224px 0px;
}

footer .icons:nth-child(3) a:nth-child(4) {
	width: 96px;
	background-position: -256px 0px;
}

footer .icons:nth-child(3) a:nth-child(5) {
	background-position: -348px 0px;
}
