html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}
@font-face {
	font-family: 'Prosto';
	src: url('font/Prosto.eot?#iefix') format('embedded-opentype'),
	     url('font/Prosto.woff') format('woff'),
		 url('font/Prosto.ttf') format('truetype'),
		 url('font/Prosto.svg#Prosto') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf')  format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Italic.woff') format('woff'),
		 url('font/OpenSans-Italic.ttf')  format('truetype'),
		 url('font/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Semibold.woff') format('woff'),
		 url('font/OpenSans-Semibold.ttf') format('truetype'),
		 url('font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf')  format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('font/oswald-regular-webfont.eot');
    src: url('font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/oswald-regular-webfont.woff') format('woff'),
         url('font/oswald-regular-webfont.ttf') format('truetype'),
         url('font/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_container_oaid{
	max-width:1100px;
	height:auto;
	margin:auto;
}
/*============================================ Page PreLoader Start ============================================*/
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999999999;
	background:url(images/preloader.gif) center no-repeat #fff;
}
/*============================================ Header Start ============================================*/
.header_container_oaid{
	background:#FFF;
	padding:15px;
}
.logo_oaid{
	float:left;
	font-family: 'Prosto';
	color:#2b3446;
	font-size:21.64px;
	font-weight:normal;
	padding-top:8px;
	text-align:right;
}
.logo_oaid a{
	font-family: 'Prosto';
	color:#2b3446;
	font-size:21.64px;
	font-weight:normal;
	text-decoration:none;
	line-height:23px;
}
.logo_oaid a:hover,
.logo_oaid a:focus{
	color:#2b3446;
	text-decoration:none;
	outline:none;
}
.logo_oaid a span{
	font-family: 'OpenSans-Italic';
	color:#7b8384;
}
.logo_oaid a strong{
	color:#0099cc;
	font-weight:normal;
	font-size:18.35px;
}
.nostart_oaid{
	padding-top:20px;
}
.header_call_oaid{
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
	font-size:18.47px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	text-align:right;
}
.header_call_oaid p{
	color:#000000;
	font-size:19.46px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	text-decoration:none;
}
.header_call_oaid p span{
	color:#0099cc;
}
/*===================================================== Banner Start*/
.banner_container_oaid{
	background:url(images/banner_bg_oaid.jpg) no-repeat center top;
	padding:60px 15px 42px;
	min-height:573px;
}
.banner_container_oaid h1{
	color:#2b3446;
	font-size:60.76px;
	text-align:center;
	font-weight:normal;
    font-family: 'open_sanslight';
	padding-bottom:20px;
}
.banner_container_oaid h1 strong{
	font-weight:normal;
	font-family: 'OpenSans-Semibold';
}
.banner_container_oaid ul{
	margin-bottom:0px;
}
.banner_container_oaid ul li{
	list-style:none;
	display:inline;
	color:#5b4307;
	font-size:22px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	margin-left:20px;
	margin-right:20px;
}
.banner_container_oaid ul li img{
	margin-right:10px;
}
.banner_container_oaid ul li:first-child{
	margin-left:0px;
}
.banner_container_oaid ul li:last-child{
	margin-right:0px;
}
.startsavingsbox_oaid{
	background:#f7f8f9;
	border:2px solid #acadae;
	margin-top:41px;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	-khtml-border-radius:7px;
}
.startsaving_left_oaid{
	float:left;
	background:url(images/starsavingarow_bg_oaid.jpg) no-repeat left top #c4e0ec;
	-moz-border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
	-khtml-border-radius: 7px 0px 0px 7px;
	text-align:center;
	width:35%;
}
.startsaving_left_oaid h1{
    font-family: 'oswaldregular';
	font-weight:normal;
	font-size:31.48px;
	color:#000000;
	padding-bottom:0px;
	padding-top:30px;
}
.startsaving_left_oaid h1 span{
	border-bottom:3px solid #000;
	display:inline-block;
}
.startsaving_left_oaid h3{
	color:#5b4307;
	font-size:29.12px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	padding-top:5px;
}
.startsaving_left_oaid img{
	float:right;
}
.startsaving_right_oaid{
	float:left;
	margin-top:15px;
}
.startsaving_right_oaid input[type="text"],
.startsaving_right_oaid input[type="tel"],
.startsaving_right_oaid input[type="email"] {
	color:#000;
	font-size:48px;
	font-weight:normal;
	font-family: 'OpenSans';
	border:2px solid #aaa3a6;
	height:83px !important;
	box-shadow: none;
	margin-left:10px!important;
	margin-right:10px!important;
	margin:auto;
	max-width:370px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-khtml-border-radius:10px;
}
.startsaving_right_oaid input[type="text"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.startsaving_right_oaid input[type="text"]:-ms-input-placeholder{color:#bab9b9 !important;}
.startsaving_right_oaid input[type="text"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.startsaving_right_oaid input[type="tel"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.startsaving_right_oaid input[type="tel"]:-ms-input-placeholder{color:#bab9b9 !important;}
.startsaving_right_oaid input[type="tel"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.startsaving_right_oaid input[type="email"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.startsaving_right_oaid input[type="email"]:-ms-input-placeholder{color:#bab9b9 !important;}
.startsaving_right_oaid input[type="email"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.getmyrates_btn_oaid,
.getmyrates_btn_oaid:focus{
	outline:none !important;
	border:none!important;
}
.save_box_oaid{
	text-align:center;
	padding-top:62px;
}
.save_box_oaid h1{
	color:#000;
	font-size:30px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
}
.save_box_oaid h1 span{
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
}
.save_box_oaid img{
	display:inline-block;
}
/*===================================================== Home Content Start*/
.home_content_container_oaid{
	padding-top:50px;
}
.home_content_oaid{
	padding-left:5%;
	padding-right:5%;
}
.home_content_oaid h1{
	text-align:center;
	color:#000;
	font-size:35px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
}
.home_content_oaid h1 img{
	display:block;
	margin:40px auto 20px;
}
.home_content_oaid p{
	color:#414344;
	font-size:17px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	padding-top:20px;
	text-align:left;
}
.bottom_start_oaid{
	background:url(images/images_oaid.jpg) no-repeat center top;
	max-width:1060px;
	margin:auto;
	margin-top:60px;
	min-height:431px;
	padding-top:1px;
}
.bottom_startsavingsbox_oaid{
	background:#fff;
	border:2px solid #acadae;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	-khtml-border-radius:7px;
	max-width:780px;
	margin:auto;
	margin-top:165px;
}
.bottom_startsaving_left_oaid{
	float:left;
	background:url(images/starsavingarow_bg_oaid.jpg) no-repeat left top #d2e8f3;
	-moz-border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
	-khtml-border-radius: 7px 0px 0px 7px;
	text-align:center;
	width:35%;
}
.bottom_startsaving_left_oaid h1{
    font-family: 'oswaldregular';
	font-weight:normal;
	font-size:22.3px;
	color:#000000;
	padding-bottom:0px;
	padding-top:22px;
}
.bottom_startsaving_left_oaid h1 span{
	border-bottom:3px solid #000;
	display:inline-block;
}
.bottom_startsaving_left_oaid h3{
	color:#5b4307;
	font-size:20.63px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	padding-top:5px;
}
.bottom_startsaving_left_oaid img{
	float:right;
}
.bottom_startsaving_right_oaid{
	float:left;
	margin-top:11px;
}
.bottom_startsaving_right_oaid input[type="text"],
.bottom_startsaving_right_oaid input[type="tel"],
.bottom_startsaving_right_oaid input[type="email"] {
	color:#000;
	font-size:34px;
	font-weight:normal;
	font-family: 'OpenSans';
	border:2px solid #aaa3a6;
	height:58px !important;
	box-shadow: none;
	margin-left:10px!important;
	margin-right:10px!important;
	margin:auto;
	max-width:250px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	-khtml-border-radius:10px;
}
.bottom_startsaving_right_oaid input[type="text"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.bottom_startsaving_right_oaid input[type="text"]:-ms-input-placeholder{color:#bab9b9 !important;}
.bottom_startsaving_right_oaid input[type="text"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.bottom_startsaving_right_oaid input[type="tel"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.bottom_startsaving_right_oaid input[type="tel"]:-ms-input-placeholder{color:#bab9b9 !important;}
.bottom_startsaving_right_oaid input[type="tel"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.bottom_startsaving_right_oaid input[type="email"]::-moz-placeholder{color:#bab9b9 !important; opacity:1}
.bottom_startsaving_right_oaid input[type="email"]:-ms-input-placeholder{color:#bab9b9 !important;}
.bottom_startsaving_right_oaid input[type="email"]::-webkit-input-placeholder{color:#bab9b9 !important;}
.bottom_getmyrates_btn_oaid,
.bottom_getmyrates_btn_oaid:focus{
	outline:none !important;
	border:none!important;
}
.startsaving_right_oaid input[type="image"]{
	display:inline-block;
}
/*=================================================== Footer Start ==============================================*/
.footer_wrapper_container_oaid{
	max-width:1050px;
	height:auto;
	margin:auto;
}
.footer_container_oaid{
	background:#3f4a4c;
	border-bottom:1px solid #999d9e;
	padding-top:40px;
	padding-left:15px; padding-right:15px;
	margin-top:100px;
}
.footer_container_oaid p{
	padding-top:30px;
	color:#fff;
	font-size:11px;
	font-family: 'OpenSans-Italic';
	font-weight:normal;
	line-height:20px;
	padding-bottom:40px;
}
.footer_logo_oaid{
	float:left;
	font-family: 'Prosto';
	color:#fff;
	font-size:21.64px;
	font-weight:normal;
	text-align:right;
}
.footer_logo_oaid a{
	font-family: 'Prosto';
	color:#fff;
	font-size:21.64px;
	font-weight:normal;
	text-decoration:none;
	line-height:23px;
}
.footer_logo_oaid a:hover,
.footer_logo_oaid a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.footer_logo_oaid a span{
	font-family: 'OpenSans-Italic';
}
.footer_logo_oaid a strong{
	font-weight:normal;
	font-size:18.35px;
}
.nostart_ftr_oaid{
	padding-top:8px;
}
.footer_navi_oaid{
	float:right;
	padding-top:8px;
}
.footer_navi_oaid ul{
	margin-bottom:0px;
}
.footer_navi_oaid ul li{
	list-style:none;
	display:inline;
	color:#656768;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
}
.footer_navi_oaid ul li a{
	color:#fff;
	font-size:16px;
	font-family: 'OpenSans';
	font-weight:normal;
	text-transform:uppercase;
}
.footer_navi_oaid ul li a:hover,
.footer_navi_oaid ul li a:hover{
	text-decoration:underline;
	outline:none;
	color:#FFF;
}
.copy_oaid{
	text-align:center;
	color:#fff;
	font-size:12px;
	font-family: 'OpenSans';
	font-weight:normal;
	background:#323a3d;
	padding:8px;
	margin-left:-15px;
	margin-right:-15px;
}
.clear{
	clear:both;
}
