/*
Theme Name: Leap Start
Author: DAEB Online
Author URI: http://webpinas.com/
*/

@import url("css/fonts.css");
@import url("cssmenu/menu.css");
@import url("smart.css");

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}

feature {padding-bottom: 0px; !}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

p {
	line-height:normal;
}


* {
  outline: none;
}


html, body {
  color:#383838;
  font-size:17px;
  line-height:normal;
  font-family: 'Open Sans', sans-serif;
  background-color:#e8ceab;
  background-image:url(images/bg01.jpg);
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:100% auto;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

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

.clear {
	clear:both;
}

.container {
	width:1194px;
	margin:0 auto;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

.header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:29px;
}

.post-page .rare-award {
    display: none;
}

.main-nav {
	background:#8ab412;
	background:-webkit-gradient(linear,left top,left bottom,from(#ddc712),to(#8ab412));
	background:-webkit-linear-gradient(#ddc712,#8ab412);
	background:-moz-linear-gradient(center top,#ddc712 0%,#8ab412 100%);
	background:-moz-gradient(center top,#ddc712 0%,#8ab412 100%);
}

.header-bottom {
	background-image:url(images/header-bottom.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:6px;
	overflow:hidden;
	background-color:#fff;
}

.logo {
	float:left;
	width:179px;
	margin-left:27px;
}

.heading {
    width: 750px;
    text-align: center;
    font-size: 40px;
    float: left;
    color: #FF1661;
    font-weight: bold;
    margin-top: 20px;
}

.find-location {
	float:left;
	margin-left:50px;
	margin-top:20px;
	overflow:hidden;
	background-image:url(images/location-map.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding:14px 148px 17px 0px;
}

.fl-head {
	float:left;
	background-image:url(images/fl-head.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:33px;
	line-height:33px;
	padding-left:51px;
	color:#000;
	font-size:18px;
	font-weight:600;
}

.fl-box {
	float:left;
	margin-left:13px;
}

.fl-box input[type="text"] {
	background-image:url(images/fl-box.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% 100%;
	padding:10px 15px 10px 15px;
	height:20px;
	width:200px;
	color:#9e9e9e;
	border:none;
	outline:none;
	font-size:14px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	float:left;
}

.fl-box input[type="submit"] {
	margin-left:5px;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:83px;
	height:40px;
	border:none;
	outline:none;
	text-indent:-9999px;
	background-color:transparent;
	cursor:pointer;
	float:left;
}

.fl-box select {
	margin:12px 0px 0px 11px;
	width:147px;
	color:#9e9e9e;
	border:none;
	outline:none;
	font-size:14px;


	font-family:Arial, Tahoma, "Trebuchet MS";
}


.banner-right {
    float: right;
    width: 247px;
    margin: 35px 29px 0px 0px;
}

.banner-right-txt1 {
	font-size:20px;
	line-height:20px;
	color:#ea0d4b;
	font-weight:700;
	padding-bottom:8px;
	letter-spacing:1px;
}

.banner-right-txt2 {
	font-size:28px;
	line-height:28px;
	color:#5ab007;
	font-weight:700;
	padding-bottom:22px;
	letter-spacing:2px;
}





.call {
    float: right;
    background-image: url(images/call-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px;
    min-height: 45px;
    margin: 0px 0px 0px 0px;
    width: 80%;
}

.call-txt1 {
	font-size:16px;
	line-height:16px;
	color:#ea0d4b;
	font-weight:700;
}

.call-txt2 {
	font-size:24px;
	line-height:24px;
	color:#5ab007;
	font-weight:700;
}


.video-area {
	padding-bottom:7px;
}

.video {
	width:784px;
	float:left;
	background-color:#fff;
	border:#fff solid 8px;
	margin-top:6px;
}

.video img {
	display:block;
	width:100%;
	height:413px;
}

.video iframe {
	display:block;
	width:100%;
	height:413px;
}

.v-rhs {
	float:right;
	margin:-6px -11px 0px 0px;
	width:378px;
}

.cta-form {
	min-height:450px;
	background-image:url(images/cta-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	color:#fff;
	position:relative;
}

.cta-form-wrap {
	padding:35px 30px 14px 30px;
}

.cta-top {
	position:relative;
	background-image:url(images/kids.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:62px;
}

.report-book {
	position:absolute;
	right:-45px;
	top:-35px;
}

.cta-top h3 {
	width:192px;
	font-size:17px;
	line-height:21px;
	font-weight:600;
	letter-spacing:1px;
}

.cta-top h3 strong {
	color:#fff600;
	font-weight:700;
}

.cta-form-wrap h4 {
	text-align:center;
	padding:10px 0px 10px 0px;
	font-size:16px;
	line-height:20px;
}

.cta-form-wrap h4 strong {
	font-weight:600;
}

.pointer {
	position:absolute;
	right:-20px;
	bottom:50px;
}

.cta-box {
	text-align:center;
	padding-bottom:2px;
}

.cta-box label {
	display:none;
}

.cta-box input {
	background-image:url(images/cta-box.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	border:none;
	outline:none;
	background-color:transparent;
	width:90%;
	padding:0px 15px 0px 15px;
	height:54px;
	font-size:18px;
	color:#054b84;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}


.cta-box input::-webkit-input-placeholder { color:#054b84; }
.cta-box input::-moz-placeholder { color:#054b84; } /* firefox 19+ */
.cta-box input:-ms-input-placeholder { color:#054b84; } /* ie */
.cta-box input:-moz-placeholder { color:#054b84; }


.cta-button {
	text-align:center;
}

.cta-button input {
	width:310px;
	height:75px;
	background-image:url(images/get-your-free-report.png);
	background-repeat:no-repeat;
	background-position:center top;
	border:none;
	outline:none;
	cursor:pointer;
	background-color:transparent;
	text-indent:-9999px;
}

.landing-bottom {
	background-color:#fff;
	width:1008px;
	padding:25px 0px 29px 0px;
	background-image:url(images/landing-bottom.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:300px;
}

.lb-rhs {
	float:right;
	width:352px;
	margin-right:-185px;
}

.lb-rhs img {
	opacity:1;
	-webkit-transition: all .3s;
   -moz-transition: all .3s;
	-ms-transition: all .3s;
	 -o-transition: all .3s;
		transition: all .3s;
}

.lb-rhs img:hover {
	opacity:0.8;
}

.lbr1 {
	padding-bottom:16px;
}

.lbr2 {
	text-align:right;
	padding-bottom:15px;
}

.lb-lhs {
	float:left;
	width:760px;
	margin-left:36px;
	padding-bottom:185px;
}

.lb-lhs h2 {
	font-size:29px;
	line-height:35px;
	padding-bottom:5px;
	color:#9dbc11;
	font-weight:600;
}

.lb-lhs h3 {
	font-size:24px;
	line-height:30px;
	padding-bottom:12px;
	color:#ea0d4b;
	font-weight:600;
}

.lb-lhs ul {
	width:750px;
	font-size:18px;
	line-height:22px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.lb-lhs ul li {
	padding:3px 0px 10px 40px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:12px;
	margin-top:32px;
}

.footer-wrapper {
	position:relative;
	padding:15px 21px 17px 21px;
	background:#80b114;
	background:-webkit-gradient(linear,left top,left bottom,from(#d6ca11),to(#80b114));
	background:-webkit-linear-gradient(#d6ca11,#80b114);
	background:-moz-linear-gradient(center top,#d6ca11 0%,#80b114 100%);
	background:-moz-gradient(center top,#d6ca11 0%,#80b114 100%);
	color:#fff;
	font-size:15px;
	line-height:normal;
}

.footer-wrapper a {
	color:#fff;
	text-decoration:none;
}

.footer-wrapper a:hover {
	color:#fff;
	text-decoration:underline;
}


.social-links {
	position:absolute;
	right:19px;
	top:-25px;
	overflow:hidden;
}

.social-links ul li {
	float:left;
	padding-left:9px;
}

.social-links ul li img {
	opacity:1;
	-webkit-transition: all .3s;
   -moz-transition: all .3s;
	-ms-transition: all .3s;
	 -o-transition: all .3s;
		transition: all .3s;
}

.social-links ul li img:hover {
	opacity:0.6;
}

.footer-links {
	float:right;
	overflow:hidden;
}

.footer-links ul li {
	display:inline;
	padding-left:10px;
}

.copyright {
	float:left;
}

.sub-contents {
	background-color:#fff;
	padding:30px 20px 30px 30px;
	margin-top:10px;
}

.sub-rhs {
	float:right;
	max-width:346px;
	margin-top:-44px;
	padding:0px 0px 20px 20px;
	min-height: 100%;
}

.sub-rhs .cta-form {
	margin-right:-33px;
	margin-bottom:20px;
}

.about-box {
	background-image:url(images/about-box.png);
	background-repeat:no-repeat;
	background-position:center top;
	color:#fff;
	padding:18px 10px 20px 18px;
	overflow:hidden;
	background-size:100% 100%;
}

.about-box h3 {
	font-size:23px;
	line-height:25px;
	padding-bottom:10px;
	color:#1c6db4;
	text-align:center;
	font-weight:600;
}

.ab-img {
	float:right;
}

.about-box p {
	font-size:14px;
	line-height:16px;
	padding-bottom:10px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sr-logos {
	padding:20px 0px 20px 0px;
	text-align:center;
}

.sr-logos ul li {
	padding-bottom:15px;
}

.sub-lhs {
	width:auto;
}

.faqs {
	width:765px;
	float:left;
}

.sub-lhs h2, .sub-full h2 {
	font-size:28px;
	line-height:32px;
	color:#ea0d4b;
	padding-bottom:20px;
	font-weight:700;
}

.sub-lhs h2 strong, .sub-full h2 strong {
	color:#a4b80e;
}

.sub-lhs p, .sub-full p {
	font-size:18px;
	line-height:23px;
	padding-bottom:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sub-lhs p strong, .sub-full p strong {
	color:#3d86c6;
	font-weight:700;
}

.image-right {
	float:right;
	margin:0px 0px 10px 10px;
	max-width:50%;
}

.image-left {
	float:left;
	margin:0px 20px 10px 0px;
	max-width:40%;
}

.sub-full {
	padding-right:10px;
}

.sub-lhs h1, .sub-full h1 {
	font-size:35px;
	line-height:37px;
	padding-bottom:15px;
	color:#ea0d4b;
	font-weight:700;
}

.sub-lhs h3, .sub-full h3 {
	font-size:24px;
	line-height:28px;
	padding-bottom:15px;
	font-weight:700;
	color:#a0cb45;
}


.sub-lhs h3 a, .sub-full h3 a {
	color:#256db9;
	text-decoration:none;
}

.sub-lhs h3 a:hover, .sub-full h3 a:hover {
	color:#99CC00;
	text-decoration:none;
}

.sub-lhs h3 strong, .sub-full h3 strong {
	color:#ed2127;
	font-weight:600!important;
}

.sub-lhs em, .sub-full em {
	font-weight:600!important;
	font-style:italic;
	color:#222;
}

.sub-lhs h4, .sub-full h4 {
	font-size:20px;
	line-height:23px;
	padding-bottom:15px;
	font-weight:700;
	color:#226ea5;
}

.sub-lhs h5, .sub-full h5 {
	font-size:18px;
	line-height:21px;
	padding-bottom:10px;
	font-weight:700;
	color:#ea0d4b;
}

.sub-lhs ul, .sub-full ul {
	padding-bottom:10px;
	font-size:18px;
	line-height:23px;
	padding-left:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sub-lhs ul li , .sub-full ul li {
	list-style:disc;
	padding-bottom:15px;
}

.sub-lhs ol, .sub-full ol {
	padding-bottom:10px;
	font-size:18px;
	line-height:23px;
	padding-left:30px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sub-lhs ol li , .sub-full ol li {
	list-style:decimal;
	padding-bottom:15px;
}

.sub-lhs blockquote, .sub-full blockquote {
	padding-bottom:20px;
	font-size:18px;
	line-height:23px;
	font-style:italic;
}

.contact-page {
	padding-right:10px;
	overflow:hidden;
}

.cp-lhs {
	float:left;
	width:680px;
}

.contact-page h2 {
	font-size:30px;
	line-height:33px;
	color:#ea0d4b;
	padding-bottom:15px;
	font-weight:700;
}

.contact-page h2 strong {
	color:#a4b80e;
}

.contact-page p {
	font-size:18px;
	line-height:23px;
	padding-bottom:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	color:#5d5d5d;
}

.contact-page p strong {
	color:#ea0d4b;
	font-weight:700;
	font-size:20px;
}

.cf-box {
	padding-bottom:20px;
}

.cf-box label {
	display:block;
	padding-bottom:7px;
	font-size:18px;
	color:#4289c7;
	font-weight:600;
}

.cf-box label strong {
	color:#ec2028;
}

.cf-box br {
	display:none;
}

.cf-box input {
	height:39px;
	border:#dfdfdf solid 1px;
	padding:0px 15px 0px 15px;
	width:95%;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	color:#666;
}

.cf-box input:focus {
	border:#a4b90e solid 1px;
}

.cf-box textarea {
	height:39px;
	border:#dfdfdf solid 1px;
	padding:10px 15px 10px 15px;
	width:95%;
	height:120px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	color:#666;
	overflow:hidden;
	resize:none;
}

.cf-box textarea:focus {
	border:#a4b90e solid 1px;
}

.cf-button input {
	background-image:url(images/send.png);
	background-repeat:no-repeat;
	background-position:center top;
	color:#fff;
	width:168px;
	height:44px;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-weight:bold;
	font-style:italic;
	font-size:18px;
}

.cp-rhs {
	float:right;
	width:419px;
}

.contact-details {
	background-image:url(images/contact-details.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:140px;
	margin-bottom:20px;
}

.contact-map {
	padding-bottom:20px;
}

.contact-map img {
	display:block;
	width:419px;
	height:222px;
}

.contact-map iframe {
	display:block;
	width:419px;
	height:222px;
}

.banner-links li {
	padding-bottom:10px;
}

.banner-links li:nth-child(2) img {
	margin-left:15px;
}

.faq-list {
	font-size:18px;
	line-height:22px;
	color:#226ea5;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	list-style:none;
	padding:0px 0px 20px 0px!important;
}

.faq-list li {
	list-style:none!important;
	padding:8px 0px 12px 50px!important;
	background-repeat:no-repeat;
	background-position:left top;
}

.faq-list li:nth-child(1) {
	background-image:url(images/01.png);
}

.faq-list li:nth-child(2) {
	background-image:url(images/02.png);
}

.faq-list li:nth-child(3) {
	background-image:url(images/03.png);
}

.faq-list li:nth-child(4) {
	background-image:url(images/04.png);
}

.faq-list li:nth-child(5) {
	background-image:url(images/05.png);
}

.faq-list li:nth-child(6) {
	background-image:url(images/06.png);
}

.faq-list li:nth-child(7) {
	background-image:url(images/07.png);
}

.faq-list li:nth-child(8) {
	background-image:url(images/08.png);
}

.faq-list li:nth-child(9) {
	background-image:url(images/09.png);
}

.faq-list li:nth-child(10) {
	background-image:url(images/10.png);
}

.faq-list li:nth-child(11) {
	background-image:url(images/11.png);
}

.faq-list li:nth-child(12) {
	background-image:url(images/12.png);
}

.faq-list li:nth-child(13) {
	background-image:url(images/13.png);
}

.faq-list li:nth-child(14) {
	background-image:url(images/14.png);
}

.faq-list li a {
	color:#226ea5;
	text-decoration:none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.faq-list li a:hover {
	color:#b5c302;
	text-decoration:none;
}

.faqs p {
	font-size:15px;
	line-height:20px;
	padding-bottom:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}


.faqs p strong {
	color:#383838;
}

em {
	font-style:italic;
}

.faq-wrap {
	overflow:hidden;
	padding-bottom:10px;
}

.faq-wrap ul {
	font-size:15px;
	line-height:18px;
}

.faq-wrap ul li {
	padding-bottom:5px;
}

.fwl ul {
	float:left;
	width:28%;
	padding-right:10px;
	padding-bottom:0px;
}

.testi-page-top {
	background-image:url(images/frog.png);
	background-repeat:no-repeat;
	background-position:99% bottom;
	padding:10px 135px 20px 0px;
}

.testi-box {
	background-color:#f04425;
	padding:17px 27px 17px 27px;
	margin-bottom:19px;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
}

.testi-box h4 {
	font-size:22px;
	line-height:24px;
	color:#fbe108;
	font-weight:600;
}

.testi-txt {
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:38px;
	padding-top:5px;
}

.testi-txt p {
	font-size:15px;
	line-height:18px;
}

.author {
	float:right;
	font-size:16px;
	line-height:18px;
	color:#fbe108;
	font-weight:600;
	background-image:url(images/author.png);
	background-repeat:no-repeat;
	background-position:left 1px;
	padding-left:18px;
}

.red {
  background: -webkit-linear-gradient(left, #ee2028 , #f26d24);
  background: -o-linear-gradient(right, #ee2028, #f26d24);
  background: -moz-linear-gradient(right, #ee2028, #f26d24);
  background: linear-gradient(to right, #ee2028 , #f26d24);
}

.blue {
  background: -webkit-linear-gradient(left, #226fa6 , #2691de);
  background: -o-linear-gradient(right, #226fa6, #2691de);
  background: -moz-linear-gradient(right, #226fa6, #2691de);
  background: linear-gradient(to right, #226fa6 , #2691de);
}

.green {
  background: -webkit-linear-gradient(left, #18ac50 , #72b130);
  background: -o-linear-gradient(right, #18ac50, #72b130);
  background: -moz-linear-gradient(right, #18ac50, #72b130);
  background: linear-gradient(to right, #18ac50 , #72b130);
}


.purple {
	color:#ea0d4b!important;
}

.step2-page {
	background-color:#fff;
	background-image:url(images/s2-top.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:20px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

.s2-top {
	padding:10px 60px 30px 60px;
	text-align:center;
	background-image:url(images/top-bg.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center top;
}

.s2-top h2 {
    color: #84bf3c;
    font-size: 33px;
    font-weight: 700;
    line-height: 43px;
	padding:0px 100px 15px 100px;
}

.s2-top h3 {
    background-image: url(images/blue-bg2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 30px 18px;
}

.s2-top h3 strong {
    background-image: url(images/yellow-bg2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 4px 8px;
}

.s2-section1 {
	padding:0px 0px 35px 0px;
    position: relative;
	width:1050px;
	margin:0 auto;
}

.s2-video {
    background-color: #000;
    border: 1px solid #fff;
    box-shadow: 0 0 12px #ccc;
    float: left;
    width: 604px;
}

.s2-video img {
    display: block;
    height: 384px;
    width: 100%;
}

.s2-video iframe {
    display: block;
    height: 341px;
    width: 100%;
}

.cta-txt3 {
    color: #ed2228;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px;
}

.discover {
    float: right;
    margin-top: -4px;
    width: 410px;
}

.discover h2 {
    color: #7bba2e;
    font-size: 25px;
    font-weight: 800;
    line-height: 28px;
    padding-bottom: 10px;
}

.discover ul li {
	background-image:url(images/bullet02.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #141414;
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 14px 42px;
}

.discover ul li:last-child {
    padding-top: 7px;
}

.frog {
    bottom: 0;
    left: -73px;
    position: absolute;
    z-index: 9999;
	width:160px;
}

.frog img {
    display: block;
}

.s2b-head {
    background-color: #fbe108;
	    color: #000;
    font-size: 26px;
    font-weight: 800;
    line-height: 27px;
    padding: 15px 0;
    text-align: center;
}

.bf-wrap {
    padding: 28px 0;
	width:1040px;
	margin:0 auto;
}

.step2-form {
	border:#ccc solid 1px;
	background-color:#fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 17px 19px 16px 20px;
}

.step2-form h2 {
    color: #7bba2e;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 36px;
    padding-bottom: 5px;
    text-align: center;
}

.s2f-rhs {
    float: right;
    padding-top: 5px;
    width: 335px;
}

.s2f-lhs {
    float: left;
    text-align: center;
    width: 640px;
}

.s2f-lhs h3 {
    font-size: 17px;
    line-height: 25px;
    padding: 0 10px 20px;
}

.s2f-lhs h3 strong {
	background-image:url(images/yellow-bg2.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 2px 5px;
}

.s2f-lhs h3 em {
    text-decoration: underline;
}

.form-wrap {
    overflow: hidden;
}

.s2f-box {
    float: left;
    padding-bottom: 13px;
    text-align: center;
    width: 50%;
}

.s2f-box label {
    display: none;
}

.s2f-box input {
    background-position: 96% center;
    background-repeat: no-repeat;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    color: #000;
    font-family: Arial,Tahoma,"Trebuchet MS";
    font-size: 14px;
    height: 36px;
    outline: medium none;
    padding: 0 35px 0 15px;
    width: 78%;
}

.s2f-box input:focus {
    border: 2px solid #ffba24;
}

*::-moz-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #000;
}

.name-box input {
	background-image:url(images/name-icon.png);
}

.email-box input {
	background-image:url(images/mail-icon.png);
}

.phone-box input {
	background-image:url(images/phone-icon2.png);
}

.address-box input {
	background-image:url(images/address-icon.png);
    background-position: 94% center;
}

.suburb-box input {
	background-image:url(images/suburb-icon.png);
}

.state-box input {
	background-image:url(images/state-icon.png);
}

.postal-box input {
	background-image:url(images/postal-icon.png);
}

.s2f-button {
    clear: both;
    text-align: center;
}

.s2f-button input {
    background-color: transparent;
    background-image: url("images/send-info.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 55px;
    outline: medium none;
    text-indent: -9999px;
    width: 326px;
}

.l2b-head2 {
    background-color: #000;
}


.l2b-head2 {
    background-color: #000;
	color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    padding: 20px 0;
    text-align: center;
}


.logo-new {
	float:left;
	width:247px;
	margin:15px 0px 0px 19px;
}


.hm-new {
	float:left;
	width:615px;
	text-align:center;
	padding:15px 0px 5px 20px;
}

.hmn-head {
	font-size:30px;
	line-height:36px;
	color:#4f81bd;
	font-weight:600;
	padding:0px 50px 10px 50px;
}

.hm-new ul {
	overflow:hidden;
}

.hm-new ul li {
	display:inline-block;
	margin:0px 11px 0px 11px;
	border:#e0e0e0 solid 4px;
}

.hm-new ul li img {
	display:block;
}

.call-new {
	float:right;
	background-image:url(images/call-icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:60px;
	min-height:45px;
	margin:20px 20px 0px 0px;
}

.calln-txt1 {
	font-size:20px;
	line-height:10px;
	color:#ea0d4b;
	font-weight:700;
	padding-bottom:8px;
	letter-spacing:1px;
}

.calln-txt2 {
	font-size:22px;
	line-height:28px;
	color:#5ab007;
	font-weight:700;
	padding-bottom:22px;
	letter-spacing:2px;
}





.footer-new {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:12px;
	margin-top:32px;
	background-size:100% auto;
}

.footer-new-wrapper {
	padding:32px;
	background:#80b114;
	background:-webkit-gradient(linear,left top,left bottom,from(#d6ca11),to(#80b114));
	background:-webkit-linear-gradient(#d6ca11,#80b114);
	background:-moz-linear-gradient(center top,#d6ca11 0%,#80b114 100%);
	background:-moz-gradient(center top,#d6ca11 0%,#80b114 100%);
	color:#fff;
	font-size:15px;
	line-height:normal;
	overflow:hidden;
}

.footer-lhs {
	float:left;
	overflow:hidden;
}

.footer-lhs ul li {
	float:left;
	margin-right:27px;
	background-color:#ccc;
	border:#fff solid 4px;
}

.footer-lhs ul li img {
	display:block;
}

.footer-rhs {
	float:right;
	text-align:right;
	font-size:15px;
	line-height:20px;
	font-weight:600;
	max-width:500px;
}

.social-links-new {
	overflow:hidden;
	padding-bottom:20px;
	padding-top:3px;
}

.social-links-new ul li {
	display:inline;
	padding-left:5px;
}

.social-links-new ul li img {
	opacity:1;
	-webkit-transition: all .3s;
   -moz-transition: all .3s;
	-ms-transition: all .3s;
	 -o-transition: all .3s;
		transition: all .3s;
}

.social-links-new ul li img:hover {
	opacity:0.6;
}

.copyright-new {
	padding-bottom:20px;
}


.footer-links-new ul li {
	display:inline;
	padding-left:15px;
}

.footer-links-new a {
	color:#fff;
	text-decoration:none;
}

.footer-links-new a:hover {
	color:#fff;
	text-decoration:underline;
}

.lb-lhs h4 {
	font-size:25px;
	line-height:32px;
	color:#8ab414;
	font-weight:600;
	width:572px;
	padding:0px 0px 20px 0px;
}

.lb-lhs ol {
	width:755px;
	font-size:16px;
	line-height:21px;
	padding:0px 0px 10px 25px;
	margin:0px;
}

.lb-lhs ol li {
	list-style:decimal;
	padding:10px 0px 20px 0px;
}

.lb-lhs ol li strong {
	font-weight:700;
	color:#1f487c;
}

.lb-lhs ol li a {
	font-weight:700;
	color:#1f487c;
	text-decoration:underline;
}

.lb-lhs ol li a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.cta-bottom {
	background-image:url(images/cta-new-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	padding:23px 23px 10px 23px;
	overflow:hidden;
	margin-top:29px;
}

.ctab-lhs {
	float:left;
	width:287px;
	margin-left:20px;
}

.ctab-rhs {
	float:right;
	width:800px;
	margin-right:20px;
	text-align:center;
	color:#fff;
}

.ctab-rhs h2 {
	font-size:39px;
	line-height:42px;
	padding:10px 20px 10px 20px;
	font-weight:600;
	letter-spacing:2px;
}

.ctab-rhs h2 strong {
	color:#fff600;
}

.ctab-rhs h3 {
	font-size:20px;
	line-height:25px;
	padding:0px 0px 18px 0px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.ctab-form {
	width:685px;
	margin:0 auto;
	overflow:hidden;
}

.ctabf-lhs {
	float:left;
	width:347px;
}

.ctab-box {
	padding-bottom:8px;
}

.ctab-box label {
	display:none;
}

.ctab-box input {
	background-image:url(images/cta-box.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	border:none;
	outline:none;
	background-color:transparent;
	width:90%;
	padding:0px 15px 0px 15px;
	height:54px;
	font-size:18px;
	color:#054b84;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}


.ctab-box input::-webkit-input-placeholder { color:#054b84; }
.ctab-box input::-moz-placeholder { color:#054b84; } /* firefox 19+ */
.ctab-box input:-ms-input-placeholder { color:#054b84; } /* ie */
.ctab-box input:-moz-placeholder { color:#054b84; }


.ctab-button {
	float:right;
	width:310px;
	background-image:url(images/kids2.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:35px;
	margin-top:10px;
}

.ctab-button input {
	width:310px;
	height:75px;
	background-image:url(images/get-your-free-report.png);
	background-repeat:no-repeat;
	background-position:center top;
	border:none;
	outline:none;
	cursor:pointer;
	background-color:transparent;
	text-indent:-9999px;
}


@media only screen and (min-width: 1024px) and (max-width: 1193px) {
	
.container {
	width:1000px;
}

.header {
	background-size:auto auto;
}


.header-bottom {
	padding-top:6px;
}

.logo {
	margin-left:23px;
	padding-top:10px;
}


.heading {
    width: 540px;
    font-size: 35px;
	margin:30px 0px 0px 20px;
}

.find-location {
	float:right;
	margin:10px 10px 0px 0px;
}

.call {
/*	clear:both;
	margin:-20px 20px 10px 0px;*/
	margin-top:35px;
}

.call-txt1 {
	font-size:16px;
	line-height:16px;
	color:#ea0d4b;
	font-weight:700;
}

.call-txt2 {
	font-size:24px;
	line-height:24px;
	color:#5ab007;
	font-weight:700;
}



.video {
	width:610px;
	border:#fff solid 5px;
	margin-top:6px;
}

.pointer {
	display:none;
}

.landing-bottom {
	width:800px;
	background-size:100% auto;
}

.lb-rhs {
	width:350px;
	margin-right:-190px;
}

.lb-lhs {
	width:600px;
	margin-left:25px;
	padding-bottom:185px;
}

.lb-lhs h2 {
	font-size:28px;
	line-height:33px;
}

.footer-links ul li {
	padding-left:8px;
}


.sub-contents {
	padding:30px 10px 30px 20px;
	margin-top:10px;
}

.sub-rhs {
	max-width:346px;
	margin-top:-44px;
}

.sub-rhs .cta-form {
	margin-right:0px;

}

.sub-rhs .cta-form-wrap {
	padding:35px 20px 14px 20px;
}

.sub-rhs .report-book {
	right:-15px;
	width:170px;
}

.sub-rhs .cta-top h3 {
	letter-spacing:0px;
}

.sub-rhs .cta-top h3 strong {
	color:#fff600;
	font-weight:700;
}

.sub-rhs .cta-form-wrap h4 {
	font-size:15px;
	line-height:19px;
}

.sub-rhs .pointer {
	display:none;
}



.sub-lhs {
	width:auto;
}

.faqs {
	width:600px;
}


.cp-lhs {
	width:550px;
}

.cf-box input {
	width:95%;
}

.cf-box textarea {
	width:95%;
}

.cp-rhs {
	width:380px;
}


.contact-map img {
	width:380px;
	height:auto;
}

.contact-map iframe {
	width:380px;
	height:222px;
}
	
	
.testi-box {
	padding:17px 20px 17px 20px;
}



.s2-top {
	padding:10px 50px 30px 50px;
}

.s2-top h2 {
    font-size: 32px;
    line-height: 40px;
}

.s2-top h3 {
    font-size: 17px;
    line-height: 23px;
    padding: 12px 30px 18px 12px;
}

.s2-section1 {
    width:950px;
}

.s2-video {
    width: 550px;
}

.s2-video img {
    height: 330px;
}

.s2-video iframe {
    height: 330px;
}

.cta-txt3 {
    color: #ed2228;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px;
}

.discover {
    width: 380px;
}

.discover ul li {
    padding: 0 0 12px 42px;
}

.frog {
    left: -20px;
	width:130px;
}


.s2b-head {
    font-size: 25px;
    line-height: 27px;
}

.bf-wrap {
    padding: 28px 0px;
	width:950px;
}

.step2-form {
    padding: 17px 15px 16px 15px;
}

.step2-form h2 {
    font-size: 36px;
    letter-spacing: 0px;
}

.s2f-rhs {
    padding-top: 5px;
    width: 290px;
}

.s2f-lhs {
    width: 620px;
}


.logo-new {
	width:210px;
	margin:15px 0px 0px 19px;
}


.hm-new {
	float:left;
	width:500px;
	padding:15px 0px 5px 10px;
}

.hmn-head {
	font-size:28px;
	line-height:34px;
	padding:0px 0px 10px 0px;
}

.hm-new ul {
	overflow:hidden;
}

.hm-new ul li {
	margin:0px 5px 0px 5px;
	width:20%;
}

.call-new {
	padding-left:55px;
	margin:20px 0px 0px 0px;
}

.calln-txt1 {
	font-size:18px;
	line-height:18px;
	letter-spacing:0px;
}

.calln-txt2 {
	font-size:23px;
	line-height:23px;
	padding-bottom:22px;
	letter-spacing:0px;
}



.footer-new {
	background-size:auto auto;
}

.footer-new-wrapper {
	padding:25px;
	font-size:14px;
}

.footer-lhs {
	float:left;
	overflow:hidden;
}

.footer-lhs ul li {
	margin-right:15px;
	border:#fff solid 4px;
	width:110px;
}

.footer-rhs {
	font-size:15px;
	line-height:18px;
	max-width:400px;
}

.social-links-new {
	padding-bottom:12px;
}

.copyright-new {
	padding-bottom:12px;
}



.lb-lhs h4 {
	width:472px;
}

.lb-lhs ol {
	width:565px;
}



.cta-bottom {
	padding:23px 23px 20px 23px;
}

.ctab-lhs {
	width:250px;
	margin-left:0px;
}

.ctab-rhs {
	width:685px;
	margin-right:0px;
}

.ctab-rhs h2 {
	padding:0px 0px 10px 0px;
	letter-spacing:0px;
}


.ctab-rhs h3 {
	font-size:18px;
	line-height:23px;
}

.banner-right {
    width: 225px;
    margin: 35px 20px 0px 0px;
}
	
}



@media only screen and (min-width: 960px) and (max-width: 1023px) {

.container {
	width:950px;
}


.header-bottom {
	padding:12px 0px 10px 0px;
}

.logo {
	margin-left:15px;
}

.heading {
    width: 500px;
    font-size: 35px;
	margin:30px 0px 0px 20px;
}


.find-location {
	margin-left:50px;
	margin-top:5px;
}

.call {
/*	clear:both;
	margin:-20px 20px 0px 0px;*/
	margin-top:30px;
}

.video-area {
	padding-bottom:15px;
	background-image:url(images/bg01.jpg);
	background-repeat:repeat;
	background-position:center top;
	padding-top:15px;
}

.video {
	width:784px;
	float:none;
	margin:0 auto;
}

.v-rhs {
	float:none;
	margin:20px auto 0px auto;
}

.landing-bottom {
	width:auto;
	padding:20px;
	background-position:right bottom;
}

.lb-rhs {
	float:none;
	width:auto;
	margin-right:0px;
	overflow:hidden;
	padding-bottom:20px;
}

.lbr1 {
	float:left;
	width:32%;
	padding:0px;
}

.lbr2 {
	float:left;
	width:32%;
	padding:0px;
	margin-left:18px;
}

.lbr3 {
	float:right;
	width:32%;
	padding:0px;
}

.lb-lhs {
	float:none;
	width:auto;
	margin-left:0px;
	padding-bottom:185px;
}

.lb-lhs h2 {
	font-size:29px;
	line-height:34px;
}

.lb-lhs ul {
	width:550px;
}

.footer-wrapper {
	padding:15px 18px 17px 18px;
}

.social-links {
	right:18px;
}

.footer-links ul li {
	padding-left:8px;
}

.sub-contents {
	padding:30px 10px 20px 20px;
}

.sub-rhs {
	float:right;
	max-width:346px;
	margin-top:-44px;
}

.sub-rhs .cta-form {
	margin-right:0px;
}

.sub-rhs .cta-form-wrap {
	padding:35px 20px 14px 20px;
}

.sub-rhs .report-book {
	right:-15px;
	width:170px;
}

.sub-rhs .cta-top h3 {
	letter-spacing:0px;
}

.sub-rhs .cta-top h3 strong {
	color:#fff600;
	font-weight:700;
}

.sub-rhs .cta-form-wrap h4 {
	font-size:15px;
	line-height:19px;
}

.sub-rhs .pointer {
	display:none;
}


.sub-lhs {
	width:auto;
}

.faqs {
	width:550px;
}


.cp-lhs {
	width:500px;
}

.cp-rhs {
	width:370px;
}

.contact-map img {
	width:370px;
	height:222px;
}

.contact-map iframe {
	width:370px;
	height:222px;
}

.fwl ul {
	float:none;
	width:auto;
	padding-right:0px;
	padding-bottom:0px;
}

.testi-box {
	padding:17px 20px 17px 20px;
}

.s2-top {
	padding:10px 40px 30px 40px;
}

.s2-top h2 {
    font-size: 30px;
    line-height: 36px;
}

.s2-top h3 {
    font-size: 17px;
    line-height: 23px;
    padding: 12px 30px 18px 12px;
}


.s2-section1 {
    width:920px;
}

.s2-video {
    width: 530px;
}

.s2-video img {
    height: 320px;
}

.s2-video iframe {
    height: 320px;
}

.cta-txt3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px;
}

.discover {
    width: 370px;
}

.discover ul li {
    padding: 0 0 12px 42px;
}

.frog {
    left: -20px;
	width:130px;
}


.s2b-head {
    font-size: 24px;
    line-height: 26px;
}

.bf-wrap {
    padding: 28px 0px;
	width:930px;
}

.step2-form {
    padding: 17px 15px 16px 15px;
}

.step2-form h2 {
    font-size: 35px;
    letter-spacing: 0px;
}

.s2f-rhs {
    padding-top: 5px;
    width: 280px;
}

.s2f-lhs {
    width: 610px;
}

.l2b-head2 {
    font-size: 19px;
    line-height: 21px;
}



.logo-new {
	width:200px;
	margin:15px 0px 0px 12px;
}




.hm-new {
	width:450px;
	padding:15px 0px 0px 25px;
}

.hmn-head {
	font-size:26px;
	line-height:30px;
	padding:0px 0px 10px 0px;
}

.hm-new ul li {
	width:21%;
	margin:0px 5px 0px 5px;
	border:#e0e0e0 solid 2px;
}

.call-new {
	padding-left:55px;
	margin:20px 0px 0px 0px;
}

.calln-txt1 {
	font-size:18px;
	line-height:18px;
	padding-bottom:8px;
	letter-spacing:0px;
}

.calln-txt2 {
	font-size:21px;
	line-height:21px;
	padding-bottom:22px;
	letter-spacing:0px;
}

.banner-right {
    width: 230px;
    margin: 35px 15px 0px 0px;
}


.footer-new {
	background-size:auto auto;
}

.footer-new-wrapper {
	padding:22px;
	font-size:14px;
}

.footer-lhs {
	float:left;
	overflow:hidden;
}

.footer-lhs ul li {
	margin-right:15px;
	border:#fff solid 4px;
	width:110px;
}

.footer-rhs {
	font-size:14px;
	line-height:18px;
	max-width:370px;
}

.social-links-new {
	padding-bottom:12px;
}

.copyright-new {
	padding-bottom:12px;
}

.footer-links-new ul li {
	padding-left:10px;
}	

.lb-lhs h4 {
	width:572px;
	padding:0px 0px 40px 0px;
}

.lb-lhs ol {
	width:auto;
	padding:0px 0px 10px 25px;
}

.cta-bottom {
	padding:23px 15px 10px 15px;
}

.ctab-lhs {
	width:220px;
	margin-left:0px;
}

.ctab-rhs {
	width:685px;
	margin-right:0px;
}

.ctab-rhs h2 {
	font-size:39px;
	line-height:42px;
	padding:0px 0px 10px 0px;
	letter-spacing:0px;
}

.ctab-rhs h3 {
	font-size:18px;
	line-height:23px;
}

	
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.container {
	width:750px;
}


.header-bottom {
	padding:6px 10px 10px 20px;
}

.logo {
	float:left;
	margin:10px 0px 0px 0px;
}

.heading {
    width: 500px;
    font-size: 35px;
	margin:10px 0px 0px 20px;
}

.find-location {
	float:right;
	margin-left:0px;
	width:325px;
	margin-top:5px;
	background-position:right center;
	padding:14px 148px 17px 0px;
}

.fl-head {
	float:none;
	padding-bottom:10px;
}

.fl-box {
	float:left;
	margin-left:0px;
}

.call {
	float:right;
/*	clear:both;
*/	margin:15px 10px 0px 0px;
}

.call-txt1 {
	font-size:16px;
	line-height:16px;
	color:#ea0d4b;
	font-weight:700;
}

.call-txt2 {
	font-size:24px;
	line-height:24px;
	color:#5ab007;
	font-weight:700;
}



.video-area {
	background-image:url(images/bg01.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:150% 120%;
	padding:5px 15px 15px 15px;
}

.video {
	width:auto;
	float:none;
	border:#fff solid 6px;
	margin-top:0px;
}

.video img {
	display:block;
	width:100%;
	height:373px;
}

.video iframe {
	display:block;
	width:100%;
	height:373px;
}

.v-rhs {
	float:none;
	margin:20px auto 0px auto;
}

.landing-bottom {
	width:auto;
	padding:15px;
	background-size:95% auto;
	background-position:right bottom;
}

.lb-rhs {
	float:none;
	width:auto;
	margin-right:0px;
	overflow:hidden;
	padding-bottom:20px;
}


.lbr1 {
	float:left;
	width:32%;
	padding:0px;
}

.lbr2 {
	float:left;
	width:32%;
	padding:0px;
	margin-left:15px;
}

.lbr3 {
	float:right;
	width:32%;
	padding:0px;
}

.lb-lhs {
	float:none;
	width:auto;
	margin-left:0px;
	padding-bottom:185px;
}

.lb-lhs h2 {
	font-size:28px;
	line-height:34px;
}

.footer-wrapper {
	text-align:center;
}


.social-links {
	position:absolute;
	right:19px;
	top:-25px;
	overflow:hidden;
}

.social-links ul li {
	float:left;
	padding-left:9px;
}

.footer-links {
	float:none;
	padding-bottom:10px;
}

.copyright {
	float:none;
}

.sub-contents {
	padding:20px;
}

.sub-rhs {
	float:none;
	width:346px;
	margin-top:-44px;
	padding:0px 0px 20px 0px;
}

.sub-rhs .cta-form .pointer {
	display:none;
}

.sub-lhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#ccc dashed 1px;
}

.faqs {
	width:auto;
	float:none;
}

.sub-lhs h1, .sub-full h1 {
	font-size:33px;
	line-height:35px;
}

.contact-page {
	padding-right:0px;
}

.cp-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
}

.cp-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.contact-details {
	padding-bottom:80px;
	margin-bottom:20px;
}


.s2-top {
	padding:10px 20px 20px 20px;
	background-image:none;
}

.s2-top h2 {
    font-size: 30px;
    line-height: 36px;
	padding:0px 0px 15px 0px;
}

.s2-top h3 {
    font-size: 17px;
    line-height: 22px;
    padding: 12px 20px 18px 20px;
}

.s2-section1 {
	padding:0px 20px 35px 20px;
	width:auto;
}

.s2-video {
    float: none;
    width: 604px;
	margin:0 auto;
}

.s2-video img {
    display: block;
    height: 384px;
    width: 100%;
}

.s2-video iframe {
    display: block;
    height: 341px;
    width: 100%;
}

.cta-txt3 {
    color: #ed2228;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px;
}

.discover {
    float: none;
    margin-top: 0px;
	padding-top:20px;
    width: auto;
	padding:20px 0px 20px 50px;
}


.frog {
    bottom: 0;
    left: 0px;
	width:100px;
}

.frog img {
    display: block;
}

.s2b-head {
    font-size: 26px;
    line-height: 27px;
	padding:10px;
}

.bf-wrap {
	padding:25px 20px 25px 20px;
	width:auto;
}

.step2-form {
    padding: 15px;
}

.step2-form h2 {
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 36px;
}

.s2f-rhs {
    float: none;
    padding-top: 5px;
    width: auto;
	text-align:center;
}

.s2f-lhs {
    float: none;
    width: auto;
}



.l2b-head2 {
    font-size: 20px;
    line-height: 25px;
	padding:15px;
}


.logo-new {
	float:none;
	width:auto;
	margin:8px 0px 10px 0px;
	text-align:center;
}


.hm-new {
	float:none;
	width:auto;
	padding:0px 20px 5px 20px;
	clear:both;
}

.hmn-head {
	font-size:30px;
	line-height:36px;
	padding:0px 0px 10px 0px;
}

.call-new {
	float:none;
	width:360px;
	padding-left:60px;
	min-height:45px;
	margin:5px auto 0px auto;
}

.calln-txt1 {
	float:left;
	padding:7px 10px 5px 0px;
	letter-spacing:0px;
	font-size:25px;
	line-height:25px;
}

.calln-txt2 {
	float:left;
	font-size:25px;
	line-height:25px;
	padding:7px 0px 5px 0px;
	letter-spacing:0px;
}

.banner-right {
    float: none;
    width: 247px;
    margin: 10px auto 0px auto;
}

.footer-new {
	background-size:auto auto;
}

.footer-new-wrapper {
	padding:20px;
}

.footer-lhs {
	float:none;
	padding-bottom:20px;
}

.footer-rhs {
	float:none;
	text-align:left;
}

.social-links-new {
	padding-bottom:15px;
	padding-top:0px;
}

.social-links-new ul li {
	padding-left:0px;
	padding-right:5px;
}


.copyright-new {
	padding-bottom:15px;
}

.footer-links-new ul li {
	padding-left:0px;
	padding-right:10px;
}

.lb-lhs h4 {
	width:552px;
	padding:0px 0px 40px 0px;
}

.lb-lhs ol {
	width:auto;
	padding:0px 0px 10px 25px;
}

.cta-bottom {
	background-image:none;
	background-color:#ea0d4b;
	padding:20px;
}

.ctab-lhs {
	float:none;
	width:auto;
	margin-left:0px;
	text-align:center;
}

.ctab-rhs {
	float:none;
	width:auto;
	margin-right:0px;
}

.ctab-rhs h2 {
	font-size:39px;
	line-height:42px;
	padding:0px 20px 10px 20px;
	letter-spacing:2px;
}


.ctab-rhs h3 {
	font-size:18px;
	line-height:23px;
}


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

html, body {
	background-image:none;
}

.container {
	min-width:300px;
	width:90%;
}

.header-bottom {
	padding:15px 10px 10px 10px;
}

.logo {
	float:none;
	width:auto;
	margin:0px;
	text-align:center;
	border-bottom:#eee solid 1px;
	padding-bottom:10px;
}

.heading {
	float:none;
    width: auto;
    font-size: 28px;
	line-height:30px;
	margin:10px 0px 20px 0px;
}

.find-location {
	float:none;
	background-image:none;
	padding:14px 0px 17px 0px;
	margin:0 auto;
	width:233px;
}

.fl-head {
	float:none;
	font-size:18px;
	padding-bottom:10px;
}

.fl-box {
	float:left;
	margin-left:0px;
}

.fl-box input[type="text"] {
	width:200px;
	margin-bottom:5px;
}


.call {
	clear:both;
	float:none;
	width:150px;
	margin:0 auto;
}

.video-area {
	padding-bottom:10px;
}

.video {
	width:290px;
	float:none;
	border:#fff solid 5px;
	margin:0px auto 0px auto;
}

.video img {
	width:100%;
	height:190px;
}

.video iframe {
	width:100%;
	height:190px;
}

.v-rhs {
	float:none;
	margin:10px auto 0px auto;
	width:300px;
}

.cta-form {
	min-height:inherit;
}

.cta-form-wrap {
	padding:25px 20px 14px 20px;
}

.cta-top {
	padding-bottom:62px;
}

.report-book {
	position:absolute;
	right:-10px;
	top:-10px;
	width:100px;
}

.cta-top h3 {
	width:192px;
	font-size:17px;
	line-height:21px;
	letter-spacing:1px;
}

.cta-form-wrap h4 {
	padding:10px 0px 10px 0px;
	font-size:14px;
	line-height:18px;
}

.pointer {
	display:none;
}

.cta-box input {
	width:90%;
	padding:0px 15px 0px 15px;
	font-size:18px;
}

.cta-button input {
	width:260px;
	height:63px;
	background-size:100% 100%;
}

.landing-bottom {
	width:auto;
	padding:10px;
	background-image:url(images/landing-bottom2.jpg);
	background-position:right bottom;
	background-size:100% auto;
}

.lb-rhs {
	float:none;
	width:auto;
	margin-right:0px;
}

.lbr1 {
	padding-bottom:5px;
}

.lbr2 {
	text-align:right;
	padding-bottom:5px;
}

.lb-lhs {
	float:none;
	width:auto;
	margin-left:0px;
	padding-bottom:135px;
}

.lb-lhs h2 {
	font-size:23px;
	line-height:26px;
}

.lb-lhs h3 {
	font-size:20px;
	line-height:25px;
}

.lb-lhs ul {
	width:auto;
	font-size:17px;
	line-height:21px;
}

.footer-wrapper {
	position:relative;
	padding:15px 15px 17px 15px;
	font-size:14px;
	text-align:center;
}

.social-links {
	position:absolute;
	right:15px;
	top:-25px;
}

.social-links ul li {
	padding-left:8px;
}

.footer-links {
	float:none;
	padding-bottom:10px;
}

.footer-links ul li {
	display:inline;
	padding:0px 5px 5px 5px;
}

.copyright {
	float:none;
}

.sub-contents {
	padding:10px;
}

.sub-rhs {
	float:none;
	width:280px;
	margin:0 auto;
	padding-bottom:10px;
	padding-left:0px;
}

.sub-rhs .cta-form {
	margin-right:0px;
	margin-left:-10px;
	margin-bottom:20px;
	width:300px;
}

.sub-rhs .cta-form .pointer {
	display:none;
}

.about-box h3 {
	font-size:20px;
	line-height:23px;
}

.sub-lhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#ccc dashed 1px;
}

.faqs {
	width:auto;
	float:none;
}

.sub-lhs h2, .sub-full h2 {
	font-size:26px;
	line-height:29px;
}

.sub-lhs p, .sub-full p {
	font-size:17px;
	line-height:21px;
}



.image-right {
	float:right;
	max-width:50%;
	margin:0px 0px 10px 10px;
}

.sub-full {
	padding-right:0px;
}

.sub-lhs h1, .sub-full h1 {
	font-size:30px;
	line-height:32px;
}

.sub-lhs h3, .sub-full h3 {
	font-size:20px;
	line-height:24px;
}

.sub-lhs h4, .sub-full h4 {
	font-size:19px;
	line-height:22px;
}

.sub-lhs ul, .sub-full ul {
	font-size:17px;
	line-height:22px;
}


.sub-lhs ol, .sub-full ol {
	font-size:17px;
	line-height:22px;
}

.sub-lhs blockquote, .sub-full blockquote {
	font-size:17px;
	line-height:22px;
}

.contact-page {
	padding-right:0px;
}

.cp-lhs {

	float:none;
	width:auto;
	padding-bottom:20px;
}

.contact-page h2 {
	font-size:26px;
	line-height:28px;
}

.contact-page p {
	font-size:16px;
	line-height:21px;
}

.contact-page p strong {
	font-size:17px;
}


.cf-box label {
	font-size:17px;
}

.cf-box input {
	width:88%;
}

.cf-box textarea {
	width:88%;
	height:100px;
}

.cp-rhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#ccc dashed 1px;
}

.contact-details {
	padding-bottom:150px;
	margin-bottom:20px;
	background-size:100% auto;
}

.contact-map {
	padding-bottom:0px;
}

.contact-map img {
	width:280px;
	height:222px;
}

.contact-map iframe {
	width:280px;
	height:222px;
}

.fwl ul {
	float:none;
	width:auto;
	padding-right:0px;
	padding-bottom:0px;
}


.faqs p {
	font-size:15px!important;
	line-height:20px!important;
}

.faq-wrap ul {
	font-size:15px;
	line-height:18px;
}

.testi-page-top {
	padding:10px 0px 90px 0px;
}


.testi-box {
	padding:15px;
}

.testi-box h4 {
	font-size:21px;
	line-height:23px;
}

.testi-txt {
	padding-left:35px;
}

.testi-txt p {
	font-size:15px;
	line-height:18px;
}



.s2-top {
	padding:0px 10px 20px 10px;
	background-image:none;
}

.s2-top h2 {
    font-size: 26px;
    line-height: 29px;
	padding:0px 0px 15px 0px;
}

.s2-top h3 {
	background-image:none;
	background-color:#01a8dc;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.s2-top h3 strong {
    display: inline;
	line-height:22px;
}

.s2-section1 {
	padding:0px 10px 25px 10px;
	width:auto;
}

.s2-video {
    float: none;
    width: 278px;
	margin:0 auto;
}

.s2-video img {
    height: 180px;
}

.s2-video iframe {
    height: 180px;
    width: 100%;
}

.cta-txt3 {
    font-size: 14px;
    line-height: 16px;
    padding: 7px;
}

.discover {
    float: none;
    margin-top: 0px;
    width: auto;
	padding-top:20px;
}

.discover h2 {
    font-size: 23px;
    line-height: 26px;
}


.frog {
	display:none;
}


.s2b-head {
    font-size: 21px;
    line-height: 25px;
	padding:10px;
}

.bf-wrap {
	padding:10px;
	width:auto;
}

.step2-form {
    padding: 10px;
}

.step2-form h2 {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 30px;
}

.s2f-rhs {
    float: none;
    padding-top: 5px;
    width: auto;
	text-align:center;
}

.s2f-rhs img {
	max-width:70%;
	height:auto;
}

.s2f-lhs {
    float: none;
    width: auto;
}

.s2f-lhs h3 {
    font-size: 14px;
    line-height: 20px;
	padding:0px 0px 20px 0px;
}

.s2f-lhs h3 strong {
    font-size: 15px;
    line-height: 22px;
    padding: 2px 5px;
}

.s2f-box {
    float: none;
    padding-bottom: 10px;
    width: auto;
}

.s2f-box input {
    width: 78%;
}


.s2f-button {
    clear: both;
    text-align: center;
}

.s2f-button input {
    height: 43px;
    width: 256px;
	background-size:100% 100%;
}

.l2b-head2 {
    font-size: 18px;
    line-height: 24px;
	padding:12px;
}

.logo-new {
	float:none;
	width:auto;
	text-align:center;
	margin:0px 0px 10px 0px;
}


.hm-new {
	float:none;
	width:auto;
	padding:0px 10px 0px 10px;
}

.hmn-head {
	font-size:22px;
	line-height:27px;
	padding:0px 0px 10px 0px;
}

.hm-new ul li {
	margin:0px 5px 5px 5px;
	border:#e0e0e0 solid 3px;
	max-width:40%;
}

.call-new {
	float:none;
	width:190px;
	padding-left:55px;
	margin:0px auto 0px auto;
}

.calln-txt1 {
	float:none;
	font-size:18px;
	line-height:18px;
	padding:5px 10px 5px 0px;
	letter-spacing:0px;
}

.calln-txt2 {
	font-size:26px;
	line-height:26px;
	padding-bottom:5px;
	letter-spacing:0px;
}

.footer-new {
	background-size:auto auto;
}

.footer-new-wrapper {
	padding:12px;
}

.footer-lhs {
	float:none;
	padding-bottom:10px;
}

.footer-lhs ul li {
	float:left;
	border:#fff solid 3px;
	max-width:41%;
	margin:0px 10px 10px 0px;
}

.footer-rhs {
	float:none;
	text-align:left;
	font-size:13px;
	line-height:17px;
}

.social-links-new {
	padding-bottom:12px;
	padding-top:0px;
}

.social-links-new ul li {
	padding:0px 5px 0px 0px;
}

.copyright-new {
	padding-bottom:12px;
}


.footer-links-new ul li {
	padding:0px 15px 5px 0px;
}


.lb-lhs h4 {
	width:auto;
	padding:0px 0px 10px 0px;
	font-size:19px;
	line-height:25px;
}

.lb-lhs ol {
	width:auto;
	padding:0px 0px 0px 25px;
}


.cta-bottom {
	background-image:none;
	background-color:#ea0d4b;
	padding:15px 10px 15px 10px;
}

.ctab-lhs {
	float:none;
	width:auto;
	margin-left:0px;
	text-align:center;
}

.ctab-lhs img {
	max-width:70%;
	height:auto;
}

.ctab-rhs {
	float:none;
	width:auto;
	margin-right:0px;
}

.ctab-rhs h2 {
	font-size:27px;
	line-height:32px;
	padding:0px 0px 10px 0px;
	letter-spacing:0px;
}


.ctab-rhs h3 {
	font-size:17px;
	line-height:22px;
}

.ctab-form {
	width:auto;
}

.ctabf-lhs {
	float:none;
	width:auto;
}

.ctab-box {
	padding-bottom:8px;
	text-align:center;
}

.ctab-box label {
	display:none;
}

.ctab-box input {
	width:88%;
}

.ctab-button {
	float:none;
	width:auto;
	padding-top:35px;
	margin-top:0px;
}

.ctab-button input {
	width:260px;
	height:63px;
	background-size:100% 100%;
}

.image-left {
	float:none;
	margin:0px 0px 10px 0px;
	max-width:inherit;
}

.banner-right {
    float: none;
    margin: 10px auto 0px auto;
}


}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

html, body {
	background-image:none;
}

.container {
	min-width:420px;
	width:90%;
}

.header-bottom {
	padding:15px 10px 10px 10px;
}

.logo {
	float:none;
	width:auto;
	margin:0px;
	text-align:center;
	border-bottom:#eee solid 1px;
	padding-bottom:10px;
}

.heading {
	float:none;
    width: auto;
    font-size: 28px;
	line-height:30px;
	margin:10px 0px 20px 0px;
}



.find-location {
	display:inherit;
	float:none;
	width:350px;
	margin:0 auto;
	background-image:none;
	padding:14px 0px 17px 0px;
}

.fl-head {
	float:none;
	font-size:18px;
	padding-bottom:10px;
}

.fl-box {
	float:left;
	margin-left:0px;
}

.fl-box input[type="text"] {
	width:200px;
}

.call {
	clear:both;
	float:right;
	margin:0px 10px 0px 0px;
}

.video-area {
	padding-bottom:10px;
}

.video {
	width:410px;
	float:none;
	border:#fff solid 5px;
	margin:0px auto 0px auto;
}

.video img {
	width:100%;
	height:210px;
}

.video iframe {
	width:100%;
	height:210px;
}

.v-rhs {
	float:none;
	margin:10px auto 0px auto;
	width:378px;
}

.cta-form {
	min-height:450px;
}

.cta-form-wrap {
	padding:35px 30px 14px 30px;
}

.cta-top {
	padding-bottom:62px;
}

.report-book {
	position:absolute;
	right:-45px;
	top:-35px;
	width:188px;
}

.cta-top h3 {
	width:192px;
	font-size:17px;
	line-height:21px;
	letter-spacing:1px;
}

.cta-form-wrap h4 {
	padding:10px 0px 10px 0px;
	font-size:16px;
	line-height:20px;
}

.pointer {
	position:absolute;
	right:-15px;
	bottom:50px;
	width:65px;
}

.cta-box input {
	width:90%;
	padding:0px 15px 0px 15px;
	font-size:18px;
}

.cta-button input {
	width:310px;
	height:75px;
	background-size:100% 100%;
}

.landing-bottom {
	width:auto;
	padding:15px;
	background-image:url(images/landing-bottom2.jpg);
	background-position:right bottom;
	background-size:auto auto;
}

.lb-rhs {
	float:none;
	width:auto;
	margin-right:0px;
}

.lbr1 {
	padding-bottom:5px;
}

.lbr2 {
	text-align:right;
	padding-bottom:5px;
}

.lb-lhs {
	float:none;
	width:auto;
	margin-left:0px;
	padding-bottom:185px;
}

.lb-lhs h2 {
	font-size:26px;
	line-height:30px;
}

.lb-lhs h3 {
	font-size:22px;
	line-height:27px;
}

.lb-lhs ul {
	width:auto;
	font-size:18px;
	line-height:22px;
}

.footer-wrapper {
	position:relative;
	padding:15px 15px 17px 15px;
	font-size:15px;
	text-align:center;
}

.social-links {
	position:absolute;
	right:15px;
	top:-25px;
}

.social-links ul li {
	padding-left:8px;
}

.footer-links {
	float:none;
	padding-bottom:10px;
}

.footer-links ul li {
	display:inline;
	padding:0px 5px 5px 5px;
}

.copyright {
	float:none;
}

.sub-contents {
	padding:15px;
}

.sub-rhs {
	float:none;
	width:378px;
	margin:0 auto;
	padding-bottom:10px;
}


.sub-rhs .cta-form {
	margin-right:0px;
	margin-bottom:20px;
	width:auto;
	margin-left:0px;
}

.sub-rhs .cta-form .pointer {
	display:none;
}

.about-box h3 {
	font-size:23px;
	line-height:25px;
}

.sub-lhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#ccc dashed 1px;
}

.sub-lhs h2, .sub-full h2 {
	font-size:26px;
	line-height:29px;
}

.sub-lhs p, .sub-full p {
	font-size:17px;
	line-height:22px;
}



.image-right {
	float:right;
	max-width:50%;
	margin:0px 0px 10px 10px;
}

.sub-full {
	padding-right:0px;
}

.sub-lhs h1, .sub-full h1 {
	font-size:30px;
	line-height:32px;
}

.sub-lhs h3, .sub-full h3 {
	font-size:20px;
	line-height:24px;
}

.sub-lhs h4, .sub-full h4 {
	font-size:19px;
	line-height:22px;
}

.sub-lhs ul, .sub-full ul {
	font-size:17px;
	line-height:22px;
}


.sub-lhs ol, .sub-full ol {
	font-size:17px;
	line-height:22px;
}

.sub-lhs blockquote, .sub-full blockquote {
	font-size:17px;
	line-height:22px;
}

.contact-page {
	padding-right:0px;
}

.cp-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
}

.contact-page h2 {
	font-size:28px;
	line-height:30px;
}

.contact-page p {
	font-size:17px;
	line-height:22px;
}

.contact-page p strong {
	font-size:18px;
}


.cf-box label {
	font-size:17px;
}

.cf-box input {
	width:90%;
}

.cf-box textarea {
	width:90%;
	height:100px;
}

.cp-rhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#ccc dashed 1px;
}

.contact-details {
	padding-bottom:140px;
	margin-bottom:20px;
	background-size:auto auto;
}

.contact-map {
	padding-bottom:0px;
}

.contact-map img {
	width:419px;
	height:222px;
}

.contact-map iframe {
	width:419px;
	height:222px;
}

.faq-wrap ul {
	font-size:15px;
	line-height:18px;
}

.testi-box {
	padding:17px;
}

.testi-box h4 {
	font-size:22px;
	line-height:24px;
}

.testi-txt p {
	font-size:15px;
	line-height:19px;
}




.s2-top {
	padding:0px 15px 20px 15px;
	background-image:none;
}

.s2-top h2 {
    font-size: 28px;
    line-height: 33px;
	padding:0px 0px 15px 0px;
}

.s2-top h3 {
	background-image:none;
	background-color:#01a8dc;
    font-size: 17px;
    line-height: 23px;
    padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.s2-top h3 strong {
    display: inherit;
}

.s2-section1 {
	padding:0px 15px 25px 15px;
	width:auto;
}

.s2-video {
    float: none;
    width: 388px;
	margin:0 auto;
}

.s2-video img {
    height: 210px;
}

.s2-video iframe {
    height: 210px;
    width: 100%;
}

.cta-txt3 {
    font-size: 18px;
    line-height: 20px;
    padding: 7px;
}

.discover {
    float: none;
    margin-top: 0px;
    width: auto;
	padding-top:20px;
}

.discover h2 {
    font-size: 25px;
    line-height: 28px;
}


.frog {
	display:none;
}


.s2b-head {
    font-size: 24px;
    line-height: 27px;
	padding:10px;
}

.bf-wrap {
	padding:15px;
	width:auto;
}

.step2-form {
    padding: 15px;
}

.step2-form h2 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 34px;
}

.s2f-rhs {
    float: none;
    padding-top: 5px;
    width: auto;
	text-align:center;
}

.s2f-rhs img {
	max-width:70%;
	height:auto;
}

.s2f-lhs {
    float: none;
    width: auto;
}

.s2f-lhs h3 {
    font-size: 15px;
    line-height: 22px;
	padding:0px 0px 20px 0px;
}

.s2f-lhs h3 strong {
    font-size: 16px;
    line-height: 24px;
    padding: 2px 5px;
}

.s2f-box {
    float: none;
    padding-bottom: 10px;
    width: auto;
}

.s2f-box input {
    width: 82%;
}


.s2f-button {
    clear: both;
    text-align: center;
}

.s2f-button input {
    height: 55px;
    width: 326px;
	background-size:100% 100%;
}

.l2b-head2 {
    font-size: 20px;
    line-height: 24px;
	padding:15px;
}



.logo-new {
	float:none;
	width:auto;
	text-align:center;
	margin:7px 0px 10px 0px;
}


.hm-new {
	float:none;
	width:auto;
	padding:0px 20px 0px 20px;
}

.hmn-head {
	font-size:30px;
	line-height:36px;
	padding:0px 0px 10px 0px;
}

.hm-new ul li {
	margin:0px 5px 10px 5px;
	border:#e0e0e0 solid 4px;
	width:auto;
}

.call-new {
	float:none;
	width:310px;
	padding-left:55px;
	margin:0px auto 0px auto;
}

.calln-txt1 {
	float:left;
	font-size:22px;
	line-height:22px;
	padding:7px 10px 5px 0px;
	letter-spacing:0px;
}

.calln-txt2 {
	float:left;
	font-size:22px;
	line-height:22px;
	padding:7px 0px 5px 0px;
	letter-spacing:0px;
}

.footer-new {
	background-size:auto auto;
}

.footer-new-wrapper {
	padding:20px;
}

.footer-lhs {
	float:none;
	padding-bottom:20px;
}

.footer-lhs ul li {
	float:left;
	margin-right:10px;
	border:#fff solid 3px;
	max-width:21%;
}

.footer-rhs {
	float:none;
	text-align:left;
	font-size:14px;
	line-height:18px;
}

.social-links-new {
	padding-bottom:12px;
	padding-top:0px;
}

.social-links-new ul li {
	padding:0px 5px 0px 0px;
}

.copyright-new {
	padding-bottom:12px;
}


.footer-links-new ul li {
	padding:0px 5px 0px 0px;
}

.lb-lhs h4 {
	width:auto;
	padding:0px 0px 0px 0px;
	font-size:22px;
	line-height:26px;
}

.lb-lhs ol {
	width:auto;
	padding:0px 0px 10px 25px;
}

.cta-bottom {
	background-image:none;
	background-color:#ea0d4b;
	padding:20px;
}

.ctab-lhs {
	float:none;
	width:auto;
	margin-left:0px;
	text-align:center;
}

.ctab-rhs {
	float:none;
	width:auto;
	margin-right:0px;
}

.ctab-rhs h2 {
	font-size:32px;
	line-height:36px;
	padding:0px 0px 10px 0px;
	letter-spacing:0px;
}


.ctab-rhs h3 {
	font-size:18px;
	line-height:22px;
}

.ctab-form {
	width:auto;
}

.ctabf-lhs {
	float:none;
	width:auto;
}

.ctab-box {
	padding-bottom:8px;
	text-align:center;
}

.ctab-box label {
	display:none;
}

.ctab-box input {
	width:90%;
}

.ctab-button {
	float:none;
	width:auto;
	padding-top:35px;
	margin-top:0px;
}

.ctab-button input {
	width:310px;
	height:75px;
	background-size:100% 100%;
}





}

