@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Satisfy&display=swap');
@import url('font-awesome.min.css');
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #0d1354;
	margin: 0;
}
#wrapper {
	min-height: 100%;
	width: 100%;
}

/* global */
h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
}
.h-orange {
	color: #000;
}
a.h-orange {
	color: #804d05;
}
a.h-orange:hover {
	text-decoration: underline;
	color: #808080;
}
.h-blue {
	color: #0d5883;
}
a.h-blue {
	color: #1a95dc;
}
a.h-blue:hover {
	text-decoration: underline;
	color: #808080;
}
.h-green {
	color: #395c01;
}
h2 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #000;
	margin: 0px;
	margin-bottom: 10px;
}
h3, .fh3 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	margin-bottom: 20px;
}
a {
	color: #105ec4;
	text-decoration: none;
}
a:hover {
	color: #0c4289;
	text-decoration: none;
}
a img {
	border: none;
}
.small-txt {
	font-size: 14px;
}
.hover {
	cursor: pointer;
}
.white-txt {
	color: #ffffff;
}
.align-right {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 20px;
}
	
/* top */
#top-wrapper {
	width: 100%;
	height: 110px;
}
#top-container {
	width: 958px;
	height: 109px;
	background-image: url(../images/top-rep.png);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#logo {
	width: 345px;
	height: 60px;
	margin-top: 25px;
	margin-left: 25px;
	float: left;
}
#top-div {
	width: 20px;
	height: 110px;
	float: left;
	margin-left: 48px;
}
#top-right {
	width: 520px;
	height: 110px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	background-color: #f5f6f6;
	float: left;
}	
#tl-wrapper {
	width: 520px;
	height: 30px;
	float: right;
	text-align: center;
	margin-top: 5px;
}
.tl-links {
	color: #686868;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
}
.tl-links:hover {
	color: #0d1354;
}
#info-wrapper {
	width: 520px;
	height: 30px;
	float: right;
	text-align: center;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #0d1354;
}
.info-links {
	color: #0d1354;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 14px;	
}
.info-links:hover {
	color: #686868;
}
#action-wrapper {
	width: 475px;
	padding-right: 45px;
	float: right;
}
#srch-wrapper {
	width: 278px;
	height: 28px;
	margin-right: 10px;
	background-color: #fff;
	border: solid 1px #e0e0e0;
	float: right;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#srch-input-container {
	width: 200px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
}
.srch-input {
	border: none;
	background-color: #fff;
	width: 200px;
	color: #737373;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
#srch-btn {
	width: 17px;
	height: 17px;
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	cursor: pointer;
}
#app-wrapper {
	width: 155px;
	height: 20px;
	float: right;
}
.app-btn {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background-color: #ffb244;
	padding: 4px;
	line-height: 20px;
	display: block;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
}
.app-btn:hover {
	color: #000;
	background-color: #ffa423;
}

/* navi */
#navi-wrapper {
   width: 960px;
   margin: 0 auto;
   height: 45px;
}
#navi-container {
	width: 680px;
	height: 45px;
	margin-left: 25px;
	margin-right: 10px;
	float: left;
}
#menu-back {
	width: 650px;
	height: 20px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

/* home banking */
#hbl-wrapper {
	width: 220px;
	height: 45px;
	float: left;
}
.hbl-container {
	padding: 10px;
	height: 125px;
	width: 200px;
	text-align: center;
	background-color: #c03d3d;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.hbl-input {
	color: #ffffff;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	width: 178px;
	height: 30px;
	border: 1px solid #ff8888;
	text-align: center;
	background-color: #c03d3d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
#hbl-button {
	color: #ffffff;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 14px;
	width: 178px;
	height: 30px;
	border: 1px solid #ff8888;
	background-color: #c03d3d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}
#hbl-button:hover {
	background-color: #ff8888;
}
.hbl-link {
	color: #ffffff;
}
a.hbl-link {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
a.hbl-link:hover {
	color: #ff8888;
}



/* body */
#body-wrapper {
	width: 100%;
	min-height: 200px;
	background-color: #ececec;
	overflow: auto;
	padding-bottom: 20px;
	margin-top: 100px;
}
#body-topback {
	width: 100%;
	min-height: 70px;
	background-image: url(../images/main-topback.png);
	background-repeat: repeat-x;
	overflow: auto;
}
#pic {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#pic-wrapper {
	width: 930px;
	height: 230px;
	background-color: #f0ece4;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fff;
	padding: 10px;
}
#content-wrapper {
	width: 960px;
	min-height: 300px;
	margin: 0 auto;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	overflow: auto;	
}
#left-side {
	width: 260px;
	min-height: 400px;
	margin-right: 20px;
	float: left;
	padding-bottom: 30px;
	overflow: auto;
}
#rl-orange-navi-container {
	width: 220px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
	background-color: #e78e01;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fff;
	padding: 10px;
}
.rl-orange-link {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffa423;
}
.rl-orange-link:hover {
	color: #000;
	background-color: #ffa423;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rl-orange-link-active {
	text-decoration: none;
	display: block;
	padding: 7px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffa423;
}
#rl-blue-navi-container {
	width: 220px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
	background-color: #1a95dc;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fff;
	padding: 10px;
}
.rl-blue-link {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85d2ff;
}
.rl-blue-link:hover {
	color: #000;
	background-color: #85d2ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rl-blue-link-active {
	text-decoration: none;
	display: block;
	padding: 7px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85d2ff;
}
#rl-green-navi-container {
	width: 220px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
	background-color: #7cc20e;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fff;
	padding: 10px;
}
.rl-green-link {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c7ff6f;
}
.rl-green-link:hover {
	color: #000;
	background-color: #abf23b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rl-green-link-active {
	text-decoration: none;
	display: block;
	padding: 7px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c7ff6f;
}
#left-extra {
	width: 220px;
	margin-left: 5px;
	margin-top: 15px;
	text-align: left;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fff;
	padding: 10px;
	font-size: 14px;
}
#ap-wrapper {
	width: 165px;
	margin: 0 auto;
	padding-bottom: 5px;
}
#left-extra-red {
	width: 220px;
	margin-left: 5px;
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	background-color: #c03d3d;
	color: #ffffff;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fff;
	padding: 10px;
}
#left-extra-blue {
	width: 220px;
	margin-left: 5px;
	margin-top: 15px;
	text-align: center;
	background-color: #025BA8;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #fff;
	padding: 10px;
}
#right-side {
	width: 680px;
	min-height: 200px;
	float: left;
	padding-bottom: 30px;
	overflow: auto;
}
#header {
	width: 610px;
	padding-left: 30px;
	padding-top: 30px;
}
#content-container {
	width: 670px;
	min-height: 500px;
	background-color: #fff;
	margin-left: 5px;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-ms-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-o-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-khtml-box-shadow: 0px 0px 5px rgb(159, 159, 159);
	box-shadow: 0px 0px 5px rgb(159, 159, 159);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 20px;
}
#content {
	width: 570px;
	min-height: 100px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	overflow: auto;
}


/* Footer */
#footer-wrapper {
	width: 100%;	
}
#footer-wrap {
	width: 960px;
	min-height: 200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 25px;
	overflow: auto; 
}
#footer-branch {
	float: left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
	display:block;
}
#footer-branch a {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}
#footer-branch a:hover {
	color:#fff;
	text-decoration: none;
}
#footer-links {
	width: 110px;
	float: left;
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	margin-left: 50px;
	display:block;
}
#footer-links a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	}
#footer-links a:hover {
	color: #ffffff;
	text-decoration: none;	
}
#footer-ncua {
	width: 220px;
	float: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 50px;
}
#footer-ehl {
	width: 220px;
	float: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
}
#footer-legal {
	width: 960px;
	min-height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-top: 30px;
	text-align: center;
}


/*  third-party links */
#link-overlay {
	z-index: 100000002;
	opacity: .6;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#warning_popup {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #353535;
	text-align: left;
	position: absolute;
	top: 10%;
	left: 50%;
	padding: 20px;
	display: block;
	z-index: 100000003;
	width: 650px;
	margin-left: -275px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1.0;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #959696;
	border-bottom-color: #959696;
}
#warning_popup a:active, #warning_popup a:link, #warning_popup a:visited {
	font-size: 14px;
	color: #0d1354;
	text-decoration: underline;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	text-shadow: 1px 1px #fff;
}
#warning_popup a:hover {
	text-decoration: none;
	color: #e68d0e;
}
#main_bg {
	width:100%;
	margin:0 auto;
	position:relative;
}
	

/* calcs */
.calc-wrap {
	width: 100%;
	padding: 10px;
	float: left;
	border-bottom: 1px solid #dddddd;
}
.calc-text-wrap {
	width: 80%;
	float: left;	
	height: 20px;
	line-height: 30px;
}
.calc-btn-wrap {
	width: 100px;
	float: right;
	text-align: right;
}
.calc-btn {
	color: #000;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	font-size: 14px;
	background-color: #ffffff;
	padding: 5px;
	line-height: 20px;
	display: block;
	width: 75px;
	height: 20px;
	text-align: center;
	border: 1px solid #7cc20e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.calc-btn:hover {
	color: #ffffff;
	background-color: #7cc20e;
}

/* pops */
.popback {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0d1354;
}
.poplink {
	font-family: Arial, Tahoma, sans-serif;
	color: #333;
	font-size: 10pt;
}
a.poplink {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.poplink:hover {
	color: #cccccc;
	text-decoration: none;
}
#pop-txt {
	width: 90%;
	padding: 25px;
	margin: 0 auto;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:717171;
}

/* featured marketing */
#featured-wrapper {
	width: 100%;
	float: left;
	min-height: 350px;
	margin-bottom: 25px;
	margin-top: 35px;
}
#featured-container {
	width: 960px;
	height: 300px;
	margin: 0 auto;
}

/* featured icons */
#fi-wrapper {
	width: 960px;
	height: 250px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0 auto;
}
#fi-icon1 a {
	margin-right: 30px;
	float: left;
	width: 300px;
	height: 250px;
	background-image: url(../images/icon-loan.png);
	background-repeat: no-repeat;
}
#fi-icon1 a:hover {
	background-image: url(../images/icon-loan-over.png);
	background-repeat: no-repeat;
}	
#fi-icon1 span {
	display: none;
}
#fi-icon2 a {
	margin-right: 30px;
	float: left;
	width: 300px;
	height: 250px;
	background-image: url(../images/icon-heloc.png);
	background-repeat: no-repeat;
}
#fi-icon2 a:hover {
	background-image: url(../images/icon-heloc-over.png);
	background-repeat: no-repeat;
}	
#fi-icon2 span {
	display: none;
}
#fi-icon3 {
	float: left;
	width: 300px;
	height: 250px;
	background-image: url(../images/icon-ap-back.png);
	background-repeat: no-repeat;
}
#aphome-wrapper {
	width: 240px;
	height:	35px;
	margin-top: 150px;
	margin-left: 30px;
}
#aphome-input-wrapper {
	width: 170px;
	height: 35px;
	float: left;
	background-color: #ffffff;
}
#aphome-input {
	color: #363636;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 150px;
	height: 25px;
	border: none;
	background-color: #ffffff;
	text-indent: 5px;
	margin-left: 10px;
	margin-top: 3px;
	padding-right: 7px;
}
#aphome-button {
	width: 70px;
	height: 35px;
	border: 0;
	outline: none;
	color: #feea27;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 22px;
	background-color: #00cc74;
	background-image: url(../images/hbl-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#aphome-button:hover {
	background-color: #009957;
}


/* featured rates */
#fr-wrapper {
	width: 100%;
	float: left;

}
#fr-main {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.fr-container {
	width: 200px;
	height: 80px;
	padding-top: 15px;
	margin-top: 10px;
	border-right: solid 1px #c8c8c8;
	float: left;
	text-align: center;
	line-height: normal;
}
#fr-hdr {
	width: 940px;
	text-align: center;
	padding: 10px;
}
.frbold {
	color: #696869;
	font-size: 18px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
}
.frsmall {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 8pt;
	color: #696869;
}
.frtext {
	font-size: 30px;
	color: #0d1354;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 50px;
}
#fr-btn-container {
	width: 140px;
	height: 80px;
	float: left;
	margin-top: 10px;
	margin-left: 16px;
}
.fr-btn a{
	color: #696869;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-color: #ececec;
	display: block;
	width: 130px;
	height: 35px;
	text-align: center;
	margin-top: 7px;
	line-height: 35px;
	border: 1px solid #0d1354;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.fr-btn a:hover {
	color: #fff;
	background-color: #0d1354;
}

.site-top-menu #action-wrapper {
	text-align: center;
	position: relative;
	top: 5px;
	padding-right: 0;
	width: 100%;
}
.site-top-menu #tl-wrapper {
	text-align: left;
	position: relative;
}
.site-top-menu #tl-wrapper,
.site-top-menu #tl-wrapper * {
	box-sizing: border-box;
}
.site-top-menu #info-wrapper {
	position: relative;
	top: 4px;
	left: 0px;
}
.site-top-menu #tl-wrapper .links {
	position: relative;
	left: 24px;
}
.site-top-menu #tl-wrapper #srch-wrapper {
	position: absolute;
	top: 0;
	right: 20px;
	margin: 0 0;
	width: 210px;
	height: 25px;
	border: none;
	padding:  0 0;
	background-color: transparent;
}
.site-top-menu #tl-wrapper .srch-input {
	width: 100%;
	height: 26px;
	padding: 2px 40px 2px 10px;
	border: 1px solid #CCC;
	border-radius: 50px;
}
.site-top-menu #tl-wrapper #srch-wrapper form {
	display: block;
	width: 100%;
}
.site-top-menu #tl-wrapper #srch-input-container {
	margin: 0 0;
}
.site-top-menu #tl-wrapper #srch-wrapper button {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	-webkit-appearance: none;
	background-color: transparent;
	width: 35px;
	height: 26px;
	padding: 0 0;
}
.site-top-menu #tl-wrapper #srch-wrapper button i {
	color: #a8a8a8;
}
.site-top-menu #tl-wrapper #srch-wrapper button span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -99em;
}
.site-top-menu #action-wrapper a.app-btn {
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 15px;
	margin: 0 10px;
	transition: all ease .2s;
}
.site-top-menu #action-wrapper a.app-btn:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.site-top-menu #action-wrapper a.app-btn.blue {
	background-color: #69bdff;
}
.site-top-menu #action-wrapper a.app-btn.orange {
	background-color: #feb54c;
}
.cta-btn {
    display: inline-block;
    text-decoration: none;
    background: #69bdff;
    color: #000;
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 5px;
    transition: all ease .2s;
}
.cta-btn:hover {
	background: #98d2ff;
}



