/*
Theme Name: Access 1 Security Systems
Author: DAEB Online
Author URI: http://webpinas.com/
*/

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;
}
.logo img {
    width: 200px;
}
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:#231f20;
  font-size:14px;
  font-family: 'Open Sans', sans-serif;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

.clear {
	clear:both;
}

img {
	max-width:100%;
	height:auto;
}

.container {
	width:100%;
	min-width:1100px;
	margin:0 auto;
	padding-bottom:34px;
	background-image:url(images/main-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
}

.wrap {
	width:1100px;
	margin:0 auto;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

.header {
	border-top:#364ba0 solid 5px;
	background-color:#FFF;
}

.header-top {
	overflow:hidden;
	padding-bottom:21px;
}

.logo {
	float:left;
	padding-top:21px;
}

.header-caption {
	float:left;
	padding:20px 0px 0px 20px;
	width:620px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
}

.header-caption h2 {
	font-size:30px;
	line-height:35px;
	color:#364ba0;
	font-weight:700;
	letter-spacing:-1px;
	padding-bottom:0;
}

.header-caption h3 {
	font-size:40px;
	line-height:45px;
	color:#231f20;
	font-weight:700;
	padding-bottom:5px;
}

.header-caption h4 {
	font-size:21px;
	line-height:26px;
	color:#231f20;
	font-weight:700;
	padding-bottom:5px;
}

.call {
	float:right;
	width:243px;
	height:129px;
	background-image:url(images/call-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}

.call .ctxt1 {
	position:absolute;
	top:48px;
	left:14px;
	color:#fff;
	font-size:26px;
	line-height:29px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}

.call .ctxt2 {
	position:absolute;
	top:86px;
	left:12px;
	color:#fff;
	font-size:21px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
}

.call .ctxt3 {
	position:absolute;
	top:110px;
	left:14px;
	color:#e4ff00;
	font-size:12px;
	line-height:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	background-image:url(images/yarrow.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:10px;
}

.nav-bg {
	background-color:#201c1d;
}

.main-nav ul {
	padding-top:12px;
}

.main-nav ul li {
	font-size:17px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	float:left;
	margin-right:5px;
	text-transform:uppercase;
	margin-bottom:12px;
}

.main-nav ul li a {
	display:block;
	height:32px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.main-nav ul li a:hover {
	color:#fff;
	background:#243587;
	background:-webkit-gradient(linear,left top,left bottom,from(#5266b3),to(#243587));
	background:-webkit-linear-gradient(#5266b3,#243587);
	background:-moz-linear-gradient(center top,#5266b3 0%,#243587 100%);
	background:-moz-gradient(center top,#5266b3 0%,#243587 100%);
}

.main-nav ul li ul {
	width:300px;
	background-color:#364ba0;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}

.main-nav ul li ul li {
	font-size:15px;
	float:none;
	margin-right:0px;
	text-transform:none;
}

.main-nav ul li ul li a {
	height:auto;
	line-height:inherit;
	padding:10px 20px 10px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.main-nav ul li ul li a:hover {
	color:#fff;
	background:#243587;
	background:-webkit-gradient(linear,left top,left bottom,from(#243587),to(#243587));
	background:-webkit-linear-gradient(#243587,#243587);
	background:-moz-linear-gradient(center top,#243587 0%,#243587 100%);
	background:-moz-gradient(center top,#243587 0%,#243587 100%);
}



.content-area {
	width:100%;
}

.banner-bg {
	background-color:#39508a;
	background-image:url(images/banner-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
}

.banner-wrap {
	padding:20px 0px 36px 0px;
	min-height:440px;
}

.btxt1 {
	text-align:center;
	color:#fff;
	font-size:40px;
	line-height:48px;
	font-weight:700;
	padding-bottom:25px;
	font-family: 'Roboto', sans-serif;
	text-shadow:1px 1px #000;
}

.banner-lhs {
	float:left;
	width:719px;
	text-align:center;
}

.video {
	border:#fff solid 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#111;
}

.video img {
	display:block;
	width:100%;
	height:440px;
}

.video iframe {
	display:block;
	width:100%;
	height:402px;
}

.video-txt {
	margin-top:15px;
	color:#fff;
	font-size:18px;
	line-height:25px;
	font-weight:600;
	text-shadow:1px 1px #000;
	background-image:url(images/bf-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cta-form {
	float:right;
	width:351px;
	border:#fff solid 2px;
	background-image:url(images/cta-form.png);
	background-repeat:repeat;
	background-position:left top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	 -moz-box-shadow:    inset 0 0 20px #bbb;
   -webkit-box-shadow: inset 0 0 20px #bbb;
   box-shadow:         inset 0 0 20px #bbb;
   padding-bottom:7px;
}

.cta-form-wrap {
	background-image:url(images/cta-head.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:12px;
	padding-top:10px;
	position:relative;
		-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.cta-head {
	text-align:center;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}

.cta-head h3 {
	font-size:23px;
	line-height:23px;
	text-transform:uppercase;
	font-weight:700;
}

strong {
    font-weight: strong !important;
}

.cta-head h2 {
	font-size:33px;
	line-height:33px;
	padding-bottom:7px;
	text-transform:uppercase;
	font-weight:700;
}

.cta-head h1 {
	font-size:53px;
	line-height:53px;
	padding-bottom:7px;
	text-transform:uppercase;
	font-weight:700;
}

.cta-top {
	padding-bottom:10px;
	position:relative;
}

.report-guide {
	position:absolute;
	right:0px;
	top:-5px;
	width:150px;
}

.cta-head2 {
	padding:33px 20px 20px 20px;
	font-size:21px;
	line-height:26px;
	color:#002060;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}

.cta-top p {
	padding:0px 0px 0px 20px;
	width:180px;
	font-size:14px;
	line-height:21px;
	color:#1f1f1f;
	font-weight:600;
}

.cta-top p span {
	font-size:15px;
	font-weight:800;
	background-image:url(images/highlight.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	display:inline-block;
	padding:5px;
}

.cta-form-wrap h4 {
	text-align:center;
	font-size:15px;
	color:#000;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	padding:15px 0px 15px 0px;
}

.pointer {
	position:absolute;
	right:-30px;
	bottom:30px;
}

.cta-box {
	text-align:center;
	padding-bottom:15px;
}

.cta-box label {
	display:none;
}

.cta-box input {
	border:#cecece solid 1px;
	height:37px;
	background-color:#fff;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px 15px 0px 15px;
	width:80%;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#666;
		 -moz-box-shadow:     inset 0 0 15px #dfdfdf;
   -webkit-box-shadow:  inset 0 0 15px #dfdfdf;
   box-shadow:         inset 0 0 15px #dfdfdf;
}

.cta-box input:focus {
	border:#7ac0f4 solid 1px;
}


.cta-button {
	text-align:center;
}

.cta-button img {
	display:block;
}

/*.cta-button input {
	width:325px;
	height:63px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/send-report.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	background-color:transparent;
	text-indent:-9999px;
}*/

.home-main {
	padding-top:35px;
	padding-bottom:40px;
}

.discover h3 {
	font-size:28px;
	line-height:34px;
	padding-bottom:30px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	color:#364ba0;
}

.discover h3  strong {
	color:#C00;
}



.discover h2 {
	font-size:35px;
	line-height:37px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	color:#303030;
}

.discover h2 strong {
	color:#364ba0;
}

.discover-txt {
	padding-right:350px;
	padding-bottom:80px;
	background-image:url(images/discover.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:350px auto;
}

.discover ul li {
	font-size:22px;
	line-height:28px;
	color:#303030;
	padding:3px 0px 30px 60px;
	font-weight:600;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.discover .p10 {
	padding-top:10px;
}

.discover ul li strong {
	font-weight:800;
}

.discover h4 {
	font-size:22px;
	line-height:28px;
	padding-bottom:20px;
	font-weight:600;
	color:#303030;
}



.wcs {
	overflow:hidden;
	padding-top:30px;
	margin-top:-87px;
}

.wcs h2 {
	font-size:35px;
	line-height:37px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	color:#303030;
}

.wcs .lhs {
	float:left;
}

.wcs .rhs {
	float:right;
}


.wcs-box {
	width:483px;
	border:#ddd solid 1px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	-moz-box-shadow: inset 0 0 15px #dfdfdf;
   -webkit-box-shadow:  inset 0 0 15px #dfdfdf;
   box-shadow: inset 0 0 15px #dfdfdf;
   padding:17px 23px 97px 23px;
   min-height:170px;
   background-color:#fff;
}

.wcs-box h3 {
	font-size:23px;
	line-height:24px;
	padding-bottom:10px;
	color:#34499e;
	font-weight:700;
	font-style:italic;
}


.wcs-box p {
	font-size:15px;
	line-height:26px;
	color:#848484;
	font-style:italic;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:40px;
}

.wcs-box .client-name {
	position:absolute;
	left:0px;
	bottom:0px;
	width:529px;
	padding:10px 0px 10px 0px;
	color:#fff;
	background:#33479c;
	background:-webkit-gradient(linear,left top,left bottom,from(#495ead),to(#33479c));
	background:-webkit-linear-gradient(#495ead,#33479c);
	background:-moz-linear-gradient(center top,#495ead 0%,#33479c 100%);
	background:-moz-gradient(center top,#495ead 0%,#33479c 100%);
	overflow:hidden;
}

.wcs-box .client-img {
	float:left;
	margin-left:21px;
	border:#ddd solid 1px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wcs-box .client-img img {
	display:block;
}

.wcs-box .client-name h4 {
    float: left;
    font-size: 18px;
    line-height: 21px;
    padding: 5px 12px 5px 22px;
    font-weight: 600;
}



.bf-head {
	text-align:center;
	font-size:36px;
	line-height:44px;
	padding-bottom:20px;
	color:#222;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.bf-head span {
	color:#364ba0;
}


.bottom-cta {
	background-image:url(images/bf-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:20px 30px 26px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	overflow:hidden;
}

.bcta-lhs {
	float:left;
	width:275px;
	padding-top:30px;
}

.bcta-rhs {
	float:right;
	width:770px;
}

.bcta-rhs h2 {
	text-align:center;
	font-size:54px;
	line-height:54px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding-bottom:10px;
	letter-spacing:-1px;
}

.bcta-rhs h4 {
	text-align:center;
	font-size:22px;
	line-height:26px;
	padding-bottom:10px;
	font-weight:700;
}

.bcta-rhs h3 {
	text-align:center;
	font-size:19px;
	line-height:26px;
	padding-bottom:15px;
}

.bcta-rhs h3 span {
	background-image:url(images/highlight2.png);
	background-repeat:no-repeat;
	background-position:center top;
	display:inline-block;
	padding:5px 10px 5px 10px;
	color:#000;
	font-weight:800;
	background-size:100% 100%;
}


.bf-row {
	width:710px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:18px;
}

.bf-row .lhs {
	float:left;
}

.bf-row .rhs {
	float:right;
}

.bcta-box {
	width:50%;
}

.bcta-box label {
	display:none;
}

.bcta-box input {
	border:#cecece solid 1px;
	height:43px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px 15px 0px 15px;
	width:85%;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:18px;
	color:#333;
	-moz-box-shadow:     inset 0 0 15px #dfdfdf;
   -webkit-box-shadow:  inset 0 0 15px #dfdfdf;
   box-shadow:         inset 0 0 15px #dfdfdf;
}

.bcta-box input:focus {
	border:#7ac0f4 solid 1px;
}

.bf-row2 {
	width:710px;
	margin:0 auto;
	overflow:hidden;
}


.bcta-button {
	float:right;
	width:50%;
}

.bcta-button input {
	display:block;
}

/*.bcta-button input {
	width:325px;
	height:63px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/send-report.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	background-color:transparent;
	text-indent:-9999px;
}
*/
.secure {
	float:left;
	text-align:center;
	background-image:url(images/lock.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:9px 0px 5px 60px;
	min-height:42px;
}

.secure h4 {
	font-size:21px;
	line-height:24px;
	font-weight:700;
}

.secure h5 {
	font-size:14px;
	line-height:16px;
}



.footer-bottom {
	margin-top:32px;
	font-size:16px;
	font-weight:600;
	color:#fff;
	overflow:hidden;
	padding:25px 0px 25px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#293b8e;
	background:-webkit-gradient(linear,left top,left bottom,from(#495ead),to(#293b8e));
	background:-webkit-linear-gradient(#495ead,#293b8e);
	background:-moz-linear-gradient(center top,#495ead 0%,#293b8e 100%);
	background:-moz-gradient(center top,#495ead 0%,#293b8e 100%);
}

.footer-bottom a {
	color:#fff;
	text-decoration:none;
}

.footer-bottom a:hover {
	color:#fff;
	text-decoration:underline;
}

.copyright {
	float:left;
	padding-left:20px;
}

.copyright span {
	vertical-align:super;
	font-size:11px;
}


.powered {
	float:right;
	padding-right:20px;
}

.spam-note {
	clear:both;
	padding:15px 20px 0px 20px;
	font-size:13px;
	line-height:16px;
	font-weight:400;
}

.sub-contents {
	padding:30px 0px 30px 0px;
}

.sub-rhs {
	float:right;
	width:351px;
	padding-bottom:20px;
}

.cta-form-sub {
	border:#fff solid 2px;
	background-image:url(images/cta-form.png);
	background-repeat:repeat;
	background-position:left top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	 -moz-box-shadow:    inset 0 0 20px #bbb;
   -webkit-box-shadow: inset 0 0 20px #bbb;
   box-shadow:         inset 0 0 20px #bbb;
}

.report-guide-sub {
	position:absolute;
	right:-52px;
	top:12px;
}

.cta-secure {
	text-align:center;
	background-image:url(images/lock.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:9px 0px 5px 49px;
	min-height:42px;
	width:255px;
	color:#000;
	margin:15px auto 10px auto;
}

.ctas-txt1 {
	font-size:19px;
	line-height:22px;
	font-weight:800;
}

.ctas-txt2 {
	font-size:14px;
	line-height:16px;
	font-weight:600;
}


.pointer-sub {
	position:absolute;
	right:-32px;
	bottom:110px;
}

.sub-lhs {
	float:left;
	width:720px;
		font-size:17px;
	line-height:21px;
}

.sub-full {
	font-size:17px;
	line-height:21px;
	background: #fff;
	padding: 20px;
	overflow:hidden;
}

.sub-lhs h1, .sub-full h1 {
	font-size:30px;
	line-height:35px;
	color:#231f20;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.sub-lhs h3, .sub-full h3 {
	font-size:26px;
	line-height:30px;
	color:#364ba0;
	padding-bottom:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.sub-lhs h4, .sub-full h4 {
	font-size:21px;
	line-height:26px;
	color:#231f20;
	padding-bottom:20px;
}


.sub-lhs p, .sub-full p {
	font-size:17px;
	line-height:22px;
	padding-bottom:20px;
}

.sub-lhs ol, .sub-full ol {
	padding-left:25px;
	padding-bottom:10px;
	list-style:decimal;
}

.sub-lhs ol li, .sub-full ol li {
	font-size:17px;
	line-height:22px;
	padding-bottom:10px;
}

.sub-lhs ol li em, .sub-full ol li em {
	font-size:21px;
	font-weight:700;
	color:#F00;
}

.sub-lhs p strong, .sub-full p strong {
	font-weight:700;
}

.sub-lhs p span, .sub-full p span {
	color:#364ba0;
	font-weight:600;
}

.sub-lhs p a, .sub-full p a {
	color:#ff0000;
	font-weight:700;
	text-decoration:none;
}

.sub-lhs p a:hover, .sub-full p a:hover {
	color:#ff0000;
	font-weight:700;
	text-decoration:underline;
}


.image-right {
	float:right;
	padding:0px 0px 10px 20px;
}

.image-middle {
	padding-bottom:20px;
}

.sign {
	padding-bottom:10px;
}

.about-list {
	font-size:20px;
	line-height:24px;
	padding-bottom:15px;
}

.about-list li {
	padding:9px 0px 15px 60px;
	font-weight:600;
	color:#303030;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:30px;
}

.about-list li strong {
	font-weight:700;
	color:#000;
}

.bottom-cta-sub {
	background-image:url(images/bf-bg.png);
	background-repeat:repeat;
	background-position:left top;
	padding:27px 30px 20px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	position:relative;
	min-height:200px;
}

.bcs-book {
	position:absolute;
	right:10px;
	top:-17px;
}

.bcs-top {
	width:700px;
	text-align:center;
}

.bcs-top h2 {
	text-align:center;
	font-size:30px;
	line-height:35px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding-bottom:10px;
	letter-spacing:-1px;
}

.bcs-top h1 {
	text-align:center;
	font-size:50px;
	line-height:50px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding-bottom:5px;
}

.bcs-top h4 {
	text-align:center;
	font-size:24px;
	line-height:27px;
	padding-bottom:10px;
	font-weight:700;
}

.bcs-top h3 {
	text-align:center;
	font-size:18px;
	line-height:23px;
	padding-bottom:15px;
}

.bcs-top h3 strong {
	font-weight:700;
}


.bcs-top h3 span {
	background-image:url(images/highlight2.png);
	background-repeat:no-repeat;
	background-position:center top;
	display:inline-block;
	padding:5px 10px 5px 10px;
	color:#000;
	font-weight:800;
	background-size:100% 100%;
}

.bcs-form-wrap {
	overflow:hidden;
}

.bcsf-lhs {
	float:left;
	width:715px;
	overflow:hidden;
}

.bcsf-box {
	width:50%;
	float:left;
	padding-bottom:18px;
}

.bcsf-box label {
	display:none;
}

.bcsf-box input {
	border:#cecece solid 1px;
	height:43px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px 15px 0px 15px;
	width:85%;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:18px;
	color:#333;
}

.bcsf-box input:focus {
	border:#0099FF solid 1px;
}

.bcsf-rhs {
	float:right;
	width:317px;
	text-align:center;
	padding-top:100px;
}

.bcsf-button {
	padding-bottom:15px;
}

/*.bcsf-button input {
	width:317px;
	height:62px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/send-report2.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	background-color:transparent;
	text-indent:-9999px;
}*/

.secure2 {
	text-align:center;
	background-image:url(images/lock.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:11px 0px 5px 50px;
	min-height:40px;
}

.secure2 h4 {
	font-size:20px;
	line-height:22px;
	font-weight:700;
}

.secure2 h5 {
	font-size:15px;
	line-height:16px;
}

.contact-page {
	overflow:hidden;
background: #fff;
padding: 10px;
}

.cp-lhs {
	float:left;
	width:657px;
	padding-bottom:20px;
}

.contact-page h1 {
	font-size:30px;
	line-height:35px;
	color:#231f20;
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	letter-spacing:-1px;
}

.cp-lhs p {
	font-size:17px;
	line-height:22px;
	padding-bottom:20px;
}

.c-box {
	padding-bottom:20px;
}

.c-box input {
	height:58px;
	border:#d4d4d4 solid 1px;
	padding:0px 15px 0px 90px;
	font-size:18px;
	color:#333;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-weight:bold;
	width:84%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat:no-repeat;
	background-position:left top;
	 	background-clip: padding-box;  
	-moz-background-clip: padding;  
	-webkit-background-clip: padding;
}

.name-box input {
	background-image:url(images/name-box.png);
}

.mail-box input {
	background-image:url(images/mail-box.png);
}

.c-box input:focus {
	border:#7ac0f4 solid 1px;
}

.c-box textarea {
	height:148px;
	border:#d4d4d4 solid 1px;
	padding:15px;
	font-size:18px;
	color:#333;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-weight:bold;
	width:95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat:no-repeat;
	background-position:left top;
	 	background-clip: padding-box;  
	-moz-background-clip: padding;  
	-webkit-background-clip: padding;
	overflow:hidden;
	resize:none;
}

.c-box textarea:focus {
	border:#7ac0f4 solid 1px;
}

.c-button input {
	width:245px;
	height:53px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/submit-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	background-color:transparent;
	text-indent:-9999px;
}


.cp-rhs {
	float:right;
	width:409px;
}

.cp-rhs ul {
	padding:10px 0px 15px 0px;
	font-size:19px;
	line-height:22px;
	font-weight:600;
	color:#303030;
}

.cp-rhs ul li {
	padding:0px 0px 20px 27px;
	background-repeat:no-repeat;
	background-position:left top;
}

.cp-rhs ul li strong {
	font-weight:800;
}

.cp-rhs ul .address {
	background-image:url(images/address.png);
	background-position:3px 2px;
}

.cp-rhs ul .phone {
	background-image:url(images/phone.png);
	background-position:1px 2px;
}

.cp-rhs ul .web {
	background-image:url(images/web.png);
	background-position:1px 2px;
}

.cp-rhs ul .email {
	background-image:url(images/mail.png);
	background-position:left 4px;
}

.c-map {
	width:100%;
	height:290px;
}

.c-map img {
	width:100%;
	height:290px;
	display:block;
}

.c-map iframe {
	width:100%;
	height:290px;
	display:block;
}

.th-top {
	background-color:#334792;
	background-image:url(images/th-top.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% 100%;
}

.th-top-wrap {
	padding:30px 0px 30px 0px;
	color:#fff;
	text-align:center;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.th-top-wrap h2 {
	font-size:70px;
	line-height:72px;
	font-weight:bold;
	text-shadow:2px 2px #314484;
}

.thankyou-page {
	padding:30px 0px 225px 0px;
	overflow:hidden;
}

.thankyou-page h3 {
	text-align:center;
	font-size:35px;
	line-height:45px;
	color:#231f20;
	padding-bottom:35px;
}

.thankyou-page h3 span {
	color:#364ba0;
	font-weight:700;
}

.thankyou-page h3 strong {
	font-weight:700;
}

.th-guide {
	float:right;
	padding:0px 0px 20px 20px;
}

.thankyou-page p {
	font-size:22px;
	line-height:26px;
	padding-bottom:20px;
	color:#303030;
	font-weight:600;
}

.thankyou-page p strong {
	font-weight:700;
	color:#000;
}

.thankyou-page p a {
	color:#303030;
	text-decoration:none;
}


.thankyou-page p span {
	color:#364ba0;
	font-weight:700;
}


.th-top-wrap h3 {
	font-size:35px;
	line-height:normal;
	font-weight:bold;
	text-shadow:2px 2px #314484;
	padding-bottom:5px;
}

.th-top-wrap h4 {
	font-size:35px;
	line-height:40px;
	font-weight:bold;
	text-shadow:2px 2px #314484;
}

.step2-page {
	padding:30px 0px 0px 0px;
	overflow:hidden;
}

.s2-top {
	text-align:center;
	padding-bottom:32px;
}

.s2-top h2 {
	font-size:74px;
	line-height:80px;
	color:#231f20;
	font-weight:700;
	padding-bottom:20px;
}

.s2-top h3 {
	font-size:35px;
	line-height:45px;
	color:#231f20;
	font-weight:600;
	padding-bottom:25px;
}

.s2-top h3 strong {
	font-weight:700;
	color:#334893;
}

.s2-top h4 {
	font-size:32px;
	line-height:40px;
	font-weight:700;
	border:#d4d4d4 solid 1px;
	padding:12px 20px 15px 20px;
		background:#b2b2b2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#b2b2b2));
	background:-webkit-linear-gradient(#ededed,#b2b2b2);
	background:-moz-linear-gradient(center top,#ededed 0%,#b2b2b2 100%);
	background:-moz-gradient(center top,#ededed 0%,#b2b2b2 100%);
}


.s2-list {
	padding:35px 0px 0px 0px;
}

.s2-list h2 {
	font-size:33px;
	line-height:36px;
	padding-bottom:25px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	color:#303030;
	letter-spacing:-1px;
}

.s2-list h2 strong {
	color:#364ba0;

}

.s2-list ul {
	padding-right:350px;
	background-image:url(images/business-man.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:332px auto;
	min-height:550px;
}


.s2-list ul li {
	font-size:22px;
	line-height:28px;
	color:#303030;
	padding:3px 0px 25px 60px;
	font-weight:600;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.s2-list .p10 {
	padding-top:10px;
}

.s2-list ul li strong {
	font-weight:800;
}

.s2-list h3 {
	padding:30px 0px 40px 0px;
	text-align:center;
	font-size:25px;
	line-height:30px;
	font-weight:600;
}

.s2-list h3 strong {
	font-weight:700;
	color:#364ba0;
}

.s2f-head {
	font-size:32px;
	line-height:36px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding-bottom:30px;
	text-align:center;
	text-transform:uppercase;
	color:#364ba0;
	letter-spacing:-1px;
}

.no-thanks {
	clear:both;
	text-align:center;
	font-size:16px;
	color:#e3f108;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.no-thanks a {
	color:#e3f108;
	text-decoration:underline;
			-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.no-thanks a:hover {
	color:#f1f974;
	text-decoration:underline;
}

.container2 {
	width:100%;
	min-width:1100px;
	margin:0 auto;
	padding-bottom:34px;
	background-image:url(images/main-bg2.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% 85%;
}

.page404 {
	padding:110px 0px 100px 0px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.page404 h2 {
	font-size:65px;
	line-height:65px;
	padding-bottom:10px;
	color:#374ca0;
	font-weight:bold;
	text-shadow:2px 2px 2px #ababab;
}

.page404 h3 {
	font-size:29px;
	line-height:32px;
	padding-bottom:20px;
	color:#231f20;
	font-weight:bold;
}

.sb-top {
	text-align:center;
	padding:20px 0px 30px 0px;
}

.sb-top h3 {
	font-size:32px;
	line-height:38px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	color:#364ba0;
	font-weight:600;
}

.sb-top h4 {
	font-size:23px;
	line-height:28px;
	padding-bottom:20px;
	font-weight:600;
}

.sb-top h4 strong {
	font-weight:700;
	color:#364ba0;
}

.sb-top h2 {
	font-size:23px;
	line-height:28px;
	font-weight:600;
}

.sb-top h2 strong {
	font-weight:700;
	text-transform:uppercase;
	color:#F00;
}

.sub-testi {
	width:300px;
	border:#dadada solid 1px;
	background-color:#f5f5f5;
	padding:15px 20px 35px 20px;
	margin:0px 0px 20px 20px;
	float:right;
}

.st-title {
	text-align:center;
	border-bottom:#d3d3d3 solid 5px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:21px;
	font-weight:700;
	color:#4e4e4e;
}

.sub-testi .credit {
	font-weight:600;
	padding-top:10px;
	color:#111;
}

@media only screen and (min-width: 960px) and (max-width: 1099px) {
	
.container {
	min-width:950px;
}

.wrap {
	width:950px;
}

.logo {
	padding-top:21px;
}

.header-caption {
	padding:15px 0px 0px 20px;
	width:480px;
}

.header-caption h2 {
	font-size:35px;
	line-height:40px;
}

.header-caption h3 {
	font-size:23px;
	line-height:26px;

}

.header-caption h4 {
	font-size:20px;
	line-height:25px;
}

.btxt1 {
	font-size:38px;
	line-height:46px;
}

.banner-lhs {
	width:566px;
}


.video img {
	height:400px;
}

.video iframe {
	height:400px;
}


.cta-form {
   padding-bottom:0px;
}


.cta-head2 {
	padding:30px 20px 15px 20px;
}

.pointer {
	display:none;
}


.discover h2 {
	font-size:33px;
	line-height:36px;
}

.discover-txt {
	padding-right:300px;
	background-size:300px auto;
}

.discover ul li {
	font-size:22px;
	line-height:28px;
	padding:3px 0px 25px 60px;
}


.wcs-box {
	width:420px;
   min-height:190px;
}

.wcs-box h3 {
	font-size:20px;
	line-height:22px;
}

.bf-head {
	font-size:28px;
	line-height:33px;
	text-align:center;
}

.bottom-cta {
	padding:20px 20px 26px 20px;
}

.bcta-lhs {
	width:200px;
}

.bcta-rhs {
	width:700px;
}


.sub-lhs {
	width:580px;
}


.sub-lhs h1, .sub-full h1 {
	font-size:30px;
	line-height:32px;
}

.bottom-cta-sub {
	padding:27px 20px 20px 20px;
}

.bcs-book {
	width:300px;
	top:15px;
	right:15px;
}

.bcs-top {
	width:600px;
}

.bcs-top h2 {
	font-size:28px;
	line-height:32px;
}

.bcsf-lhs {
	width:590px;
}

.cp-lhs {
	width:500px;
}

.contact-page h1 {
	font-size:27px;
	line-height:30px;
}

.c-box input {
	width:80%;
}

.c-box textarea {
	width:95%;
}


.cp-rhs {
	width:400px;
}

.cp-rhs ul {
	font-size:18px;
	line-height:21px;
}

.th-top-wrap h2 {
	font-size:60px;
	line-height:62px;
}


.thankyou-page h3 {
	font-size:30px;
	line-height:40px;
}

.thankyou-page p {
	font-size:21px;
	line-height:25px;
}

.th-top-wrap h3 {
	font-size:52px;
	line-height:56px;
}

.th-top-wrap h4 {
	font-size:32px;
	line-height:36px;
}

.s2-top h2 {
	font-size:70px;
	line-height:75px;
}

.s2-top h3 {
	font-size:33px;
	line-height:40px;
}

.s2-top h4 {
	font-size:30px;
	line-height:38px;
}


.s2-list h2 {
	font-size:31px;
	line-height:34px;
}


.s2-list ul {
	padding-right:300px;
	background-size:300px auto;
	min-height:500px;
}


.s2-list h3 {
	font-size:24px;
	line-height:28px;
}

.no-thanks {
	font-size:34px;
}



.container2 {
	min-width:950px;
}

.page404 {
	padding:70px 0px 70px 0px;
}

}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.container {
	min-width:750px;
}

.wrap {
	width:750px;
}


.logo {
	float:none;
	padding-top:20px;
	text-align:center;
}

.header-caption {
	float:none;
	padding:25px 0px 20px 0px;
	width:auto;
	border-bottom:#eee solid 1px;
}


.header-caption h4 {
	padding-bottom:0px;
}


.call {
	float:none;
	margin:0 auto;
}


.banner-bg {
	background-size:200% 100%;
}

.btxt1 {
	font-size:35px;
	line-height:42px;
}

.banner-lhs {
	float:none;
	margin:0 auto;
	padding-bottom:20px;
}


.cta-form {
	float:none;
	margin:0 auto;
}

.home-main {
    padding-bottom: 20px;
    padding-top: 35px;
}

.discover h2 {
	font-size:30px;
	line-height:34px;
}

.discover-txt {
	padding-right:0px;
	background-image:none;
	padding-bottom:0px;
}

.discover ul li {
	font-size:22px;
	line-height:28px;
	padding:3px 0px 20px 60px;
}

.wcs {
	margin-top:0px;
	border-top:#ccc dashed 1px;
	padding-top:20px;
}

.wcs h2 {
	font-size:35px;
	line-height:37px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	color:#303030;
}

.wcs .lhs {
	float:left;
}

.wcs .rhs {
	float:right;
}


.wcs-box {
	width:auto;
   min-height:inherit;
   margin-bottom:20px;
}


.wcs-box .client-name {
	width:100%;
}

.bf-head {
	text-align:center;
}


.bottom-cta {
	padding:25px;
}

.bcta-lhs {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:0px;
}

.bcta-rhs {
	float:none;
	width:auto;
}

.bf-row {
	width:auto;
}

.bf-row2 {
	width:auto;
}


.footer-bottom {
	font-size:16px;
	padding:17px;
	text-align:center;
}


.copyright {
	float:none;
	padding:0px 0px 15px 0px;
}

.powered {
	float:none;
	padding:0px;
}

.sub-rhs {
	float:none;
}

.sub-lhs {
	float:none;
	width:auto;
	border-top:#ccc dashed 1px;
	padding-top:20px;
}

.bottom-cta-sub {
	padding:25px;
}

.bcs-book {
	position:static;
	text-align:center;
	padding-bottom:10px;
}

.bcs-top {
	width:auto;
}

.bcsf-lhs {
	float:none;
	width:auto;
}

.bcsf-box {
	text-align:center;
}

.bcsf-box input {
	width:87%;
}

.bcsf-rhs {
	float:none;
	width:auto;
	padding-top:0px;
}

.secure2 {
	background-position:200px top;
	padding:11px 0px 5px 50px;
	min-height:40px;
}

.cp-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
}

.cp-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.c-map {
	width:100%;
	height:290px;
}

.th-top-wrap {
	padding:25px 0px 25px 0px;
}

.th-top-wrap h2 {
	font-size:49px;
	line-height:52px;
}

.thankyou-page {
	padding-bottom:150px;
}


.thankyou-page h3 {
	font-size:30px;
	line-height:40px;
}

.th-guide {
	max-width:40%;
}

.thankyou-page p {
	font-size:21px;
	line-height:25px;
}


.th-top-wrap h3 {
	font-size:41px;
	line-height:45px;
}

.th-top-wrap h4 {
	font-size:25px;
	line-height:30px;
}

.s2-top h2 {
	font-size:54px;
	line-height:60px;
}

.s2-top h3 {
	font-size:28px;
	line-height:35px;
}

.s2-top h4 {
	font-size:30px;
	line-height:38px;
}

.s2-list {
	border-bottom:#ccc dashed 1px;
}

.s2-list ul {
	padding-right:0px;
	background-image:none;
	min-height:inherit;
}


.s2-list h3 {
	font-size:22px;
	line-height:28px;
}


.s2f-head {
	padding-top:20px;
	font-size:30px;
	line-height:35px;
}

.no-thanks {
	font-size:25px;
}



.container2 {
	min-width:750px;
	background-size:130% 75%;
}

.page404 {
	padding:50px 0px 50px 0px;
}

.page404 h2 {
	text-shadow:2px 2px 2px #fff;
}



}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.container {
	min-width:300px;
	background-image:none;
}

.wrap {
	width:300px;
}

.logo {
	float:none;
	padding-top:20px;
	text-align:center;
}

.header-caption {
	float:none;
	padding:25px 0px 20px 0px;
	width:auto;
	border-bottom:#eee solid 1px;
}

.header-caption h2 {
	font-size:30px;
	line-height:34px;
}

.header-caption h3 {
	font-size:20px;
	line-height:24px;
}

.header-caption h4 {
	font-size:20px;
	line-height:25px;
	padding-bottom:0px;
}


.call {
	float:none;
	margin:0 auto;
}

.main-nav {
	padding:0px;
}

.main-nav ul {
	padding-top:0px;
}

.main-nav ul li {
	font-size:17px;
	float:none;
	margin-right:0px;
	display:inherit;
	border-bottom:#333 solid 1px;
	width:300px;
	margin-bottom:0px;
}

.main-nav ul li:last-child {
	border-bottom:none;
}

.main-nav ul li a {
	height:auto;
	line-height:normal;
	padding:8px 20px 8px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.main-nav ul li ul li {
	width:300px;
}

.banner-bg {
	background-color:#39508a;
	background-image:none;
}

.banner-wrap {
	padding:20px 0px 36px 0px;
}

.btxt1 {
	font-size:26px;
	line-height:32px;
	padding-bottom:20px;
}

.banner-lhs {
	float:none;
	width:auto;
}

.video img {
	width:100%;
	height:auto;
}

.video iframe {
	width:100%;
	height:190px;
}

.video-txt {
	margin-top:15px;
	font-size:17px;
	line-height:23px;
	padding:10px;
}

.cta-form {
	margin:20px auto 0px auto;
	float:none;
	width:300px;
   padding-bottom:0px;
}

.cta-head h1 {
	font-size:50px;
	line-height:50px;
	padding-bottom:7px;
}

.report-guide {
	position:static;
	right:0px;
	top:-5px;
	width:auto;
	text-align:center;
	padding-bottom:10px;
}

.cta-head2 {
	padding:30px 10px 10px 10px;
	font-size:19px;
	line-height:23px;
}

.cta-top p {
	padding:0px 10px 0px 10px;
	width:auto;
	font-size:14px;
	line-height:21px;
	text-align:center;
}

.cta-top p span {
	font-size:15px;
	padding:5px;
}

.cta-form-wrap h4 {
	font-size:13px;
	padding:15px 0px 15px 0px;
}

.pointer {
	display:none;
}

.cta-box {
	padding-bottom:11px;
}


.cta-box input {
	width:80%;
}


.cta-button input {
	width:285px;
	height:55px;
}


.discover {
	border-bottom:#ccc dashed 1px;
}

.home-main {
	padding-top:25px;
	padding-bottom:20px;
}

.discover h3 {
	font-size:24px;
	line-height:28px;
	padding-bottom:30px;
}


.discover h2 {
	font-size:27px;
	line-height:32px;
}

.discover-txt {
	padding-right:0px;
	padding-bottom:10px;
	background-image:none;
}

.discover ul li {
	font-size:19px;
	line-height:25px;
	padding:3px 0px 20px 50px;
	background-size:40px auto;
}


.discover h4 {
	font-size:20px;
	line-height:26px;
}

.wcs {
	margin-top:0px;
	padding-top:20px;
}

.wcs h2 {
	font-size:25px;
	line-height:27px;
}

.wcs .lhs {
	float:none;
	margin-bottom:20px;
}

.wcs .rhs {
	float:none;
}


.wcs-box {
	width:auto;
   padding:17px 23px 107px 23px;
   min-height:inherit;
}

.wcs-box h3 {
	font-size:23px;
	line-height:24px;
}


.wcs-box p {
	font-size:15px;
	line-height:21px;
	padding-right:40px;
	padding-bottom:20px;
}

.wcs-box .client-name {
	width:100%;
}

.wcs-box .client-img {
	float:left;
	margin-left:21px;
}

.wcs-box .client-name h4 {
	clear:both;
	float:none;
	font-size:16px;
	line-height:20px;
	padding:8px 0px 0px 21px;
}


.bf-head {
	font-size:27px;
	line-height:29px;
	text-align:center;
}

.bottom-cta {
	padding:10px;
}

.bcta-lhs {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:0px;
}

.bcta-lhs img {
	max-width:60%;
}

.bcta-rhs {
	float:none;
	width:auto;
}

.bcta-rhs h2 {
	font-size:40px;
	line-height:44px;
}

.bcta-rhs h4 {
	font-size:19px;
	line-height:26px;
}

.bcta-rhs h3 {
	font-size:16px;
	line-height:22px;
}

.bf-row {
	width:auto;
	padding-bottom:18px;
	text-align:center;
}

.bf-row .lhs {
	float:none;
	padding-bottom:15px;
}

.bf-row .rhs {
	float:none;
}

.bcta-box {
	width:auto;
}

.bcta-box input {
	width:86%;
}

.bf-row2 {
	width:auto;
	text-align:center;
}


.bcta-button {
	float:none;
	width:auto;
	padding-bottom:10px;
}

.bcta-button input {
	width:268px;
	height:52px;
	margin:0 auto;
}

.secure {
	float:none;
	background-position:10px top;
	padding:0px 0px 5px 40px;
	background-size:30px auto;
}

.secure h4 {
	font-size:18px;
	line-height:21px;
}

.secure h5 {
	font-size:13px;
	line-height:20px;
}

.footer-bottom {
	margin-top:32px;
	color:#fff;
	padding:15px 10px 15px 10px;
	text-align:center;
	font-size:15px;
	line-height:21px;
}

.copyright {
	float:none;
	padding-left:0px;
	padding-bottom:15px;
}

.powered {
	float:none;
	padding-right:0px;
}

.spam-note {
	padding:10px 10px 0px 10px;
	text-align:center;
}

.sub-rhs {
	float:none;
	width:auto;
}


.report-guide-sub {
	position:static;
	text-align:center;
	right:-52px;
	top:12px;
	padding-bottom:0px;
}

.cta-secure {
	padding:0px 10px 5px 40px;
	min-height:42px;
	width:auto;
	margin:15px auto 10px auto;
	background-size:30px auto;
	background-position:10px top;
}

.ctas-txt1 {
	font-size:18px;
	line-height:21px;
}

.ctas-txt2 {
	font-size:13px;
	line-height:15px;
}


.pointer-sub {
	display:none;
}

.sub-lhs {
	float:none;
	width:auto;
	font-size:17px;
	line-height:21px;
	border-top:#ccc dashed 1px;
	padding-top:20px;
}

.sub-full {
	font-size:17px;
	line-height:21px;
		padding:20px 0px 20px 0px;
}

.sub-lhs h1, .sub-full h1 {
	font-size:28px;
	line-height:32px;
}

.sub-lhs p, .sub-full p {
	font-size:17px;
	line-height:22px;
	padding-bottom:20px;
}

.image-right {
	float:none;
	padding:0px 0px 10px 0px;
}

.about-list {
	font-size:18px;
	line-height:21px;
	padding-bottom:15px;
}

.about-list li {
	padding:9px 0px 15px 60px;
	min-height:30px;
	background-size:auto auto;
}

.bottom-cta-sub {
	padding:10px;
}

.bcs-book {
	position:static;
	text-align:center;
	padding-bottom:10px;
}

.bcs-top {
	width:auto;
}

.bcs-top h2 {
	font-size:30px;
	line-height:32px;
}

.bcs-top h3 {
	font-size:17px;
	line-height:22px;
}

.bcsf-lhs {
	float:none;
	width:auto;
}

.bcsf-box {
	width:auto;
	float:none;
	padding-bottom:12px;
	text-align:center;
}

.bcsf-box input {
	width:88%;
}

.bcsf-rhs {
	float:none;
	width:auto;
	padding-top:5px;
}


.bcsf-button input {
	width:280px;
	height:55px;
}

.secure2 {
	background-position:10px top;
	padding:0px 0px 5px 50px;
	min-height:40px;
	background-size:30px auto;
}

.secure2 h4 {
	font-size:18px;
	line-height:21px;
}

.secure2 h5 {
	font-size:14px;
	line-height:15px;
}

.cp-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
}

.contact-page h1 {
	font-size:30px;
	line-height:32px;
}

.cp-lhs p {
	font-size:17px;
	line-height:22px;
}

.c-box {
	padding-bottom:20px;
}

.c-box input {
	height:50px;
	padding:0px 15px 0px 85px;
	font-size:16px;
	width:65%;
	background-position:left center;
}

.c-box textarea {
	height:148px;
	padding:12px;
	font-size:16px;
	width:90%;
}


.cp-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.cp-rhs ul {
	font-size:17px;
	line-height:20px;
}

.c-map {
	width:100%;
	height:290px;
}

.c-map img {
	width:100%;
	height:290px;
}

.c-map iframe {
	width:100%;
	height:290px;
}

.th-top {
	background-color:#334792;
	background-image:none;
}

.th-top-wrap {
	padding:20px 0px 20px 0px;
}

.th-top-wrap h2 {
	font-size:38px;
	line-height:40px;
}

.thankyou-page {
	padding:30px 0px 20px 0px;
}

.thankyou-page h3 {
	font-size:23px;
	line-height:30px;
}

.thankyou-page h3 span {
	color:#364ba0;
}

.th-guide {
	float:none;
	padding:0px 0px 20px 0px;
	text-align:center;
}

.thankyou-page p {
	font-size:20px;
	line-height:24px;
}

.th-top-wrap h3 {
	font-size:35px;
	line-height:37px;
}

.th-top-wrap h4 {
	font-size:22px;
	line-height:26px;
}


.s2-top h2 {
	font-size:44px;
	line-height:44px;
}

.s2-top h3 {
	font-size:21px;
	line-height:25px;
}

.s2-top h4 {
	font-size:21px;
	line-height:26px;
	padding:12px 15px 15px 15px;
}


.s2-list {
	padding:35px 0px 0px 0px;
	border-bottom:#ccc dashed 1px;
}

.s2-list h2 {
	font-size:33px;
	line-height:36px;
}

.s2-list ul {
	padding-right:0px;
	background-image:none;
	min-height:inherit;
}


.s2-list ul li {
	font-size:19px;
	line-height:24px;
	padding:3px 0px 25px 60px;
	background-size:auto auto;
}


.s2-list h3 {
	padding:20px 0px 20px 0px;

	font-size:20px;
	line-height:25px;
	border-top:#ccc dashed 1px;
}

.s2f-head {
	font-size:27px;
	line-height:30px;
	padding-top:20px;
}

.no-thanks {
	font-size:20px;
	line-height:25px;
}


.container2 {
	min-width:420px;
	padding-bottom:34px;
	background-image:none;
	background-color:#ddd;
}

.page404 {
	padding:20px 0px 0px 0px;
}

.page404 h2 {
	font-size:40px;
	line-height:45px;
	padding-bottom:5px;
}

.page404 h3 {
	font-size:23px;
	line-height:26px;
}

.sb-top h3 {
	font-size:27px;
	line-height:30px;
}

.sb-top h4 {
	font-size:21px;
	line-height:25px;
}


.sb-top h2 {
	font-size:21px;
	line-height:25px;
}

.sub-testi {
	width:278px;
	padding:10px 10px 35px 10px;
	margin:0px 0px 20px 0px;
	float:none;
}


}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


.container {
	min-width:420px;
	background-image:none;
}

.wrap {
	width:420px;
}

.logo {
	float:none;
	padding-top:20px;
	text-align:center;
}

.header-caption {
	float:none;
	padding:25px 0px 20px 0px;
	width:auto;
	border-bottom:#eee solid 1px;
}

.header-caption h2 {
	font-size:40px;
	line-height:44px;
}

.header-caption h3 {
	font-size:30px;
	line-height:34px;
}


.header-caption h4 {
	font-size:20px;
	line-height:25px;
	padding-bottom:0px;
}


.call {
	float:none;
	margin:0 auto;
}

.main-nav {
	padding:0px;
}

.main-nav ul li {
	font-size:17px;
	float:none;
	margin-right:0px;
	display:inherit;
	border-bottom:#333 solid 1px;
	width:420px;
}

.main-nav ul li:last-child {
	border-bottom:none;
}

.main-nav ul li a {
	height:auto;
	line-height:normal;
	padding:8px 20px 8px 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.main-nav ul li ul li {
	width:300px;
}

.banner-bg {
	background-color:#39508a;
	background-image:none;
}

.banner-wrap {
	padding:20px 0px 36px 0px;
}

.btxt1 {
	font-size:30px;
	line-height:38px;
}

.banner-lhs {
	float:none;
	width:auto;
}

.video img {
	width:100%;
	height:auto;
}

.video iframe {
	width:100%;
	height:210px;
}

.video-txt {
	margin-top:15px;
	font-size:18px;
	line-height:25px;
	padding:15px;
}

.cta-form {
	margin:20px auto 0px auto;
	float:none;
	width:351px;
   padding-bottom:0px;
}

.cta-head h1 {
	font-size:53px;
	line-height:53px;
	padding-bottom:7px;
}

.report-guide {
	position:absolute;
	right:0px;
	top:-5px;
	width:150px;
	padding:0px;
}

.cta-head2 {
	padding:33px 20px 10px 20px;
	font-size:21px;
	line-height:26px;
}

.cta-top p {
	padding:0px 0px 0px 20px;
	width:180px;
	font-size:14px;
	line-height:21px;
	text-align:left;
}

.cta-top p span {
	font-size:15px;
	padding:5px;
}

.cta-form-wrap h4 {
	font-size:15px;
	padding:15px 0px 15px 0px;
}

.pointer {
	position:absolute;
	right:-20px;
	bottom:30px;
	width:40px;
	display:block;
}

.cta-box {
	padding-bottom:11px;
}


.cta-box input {
	width:80%;
}

.cta-box input {
	width:80%;
}

.cta-button input {
	width:325px;
	height:63px;
}

.home-main {
	padding-top:25px;
	padding-bottom:20px;
}

.discover h3 {
	font-size:28px;
	line-height:34px;
	padding-bottom:30px;
}


.discover h2 {
	font-size:30px;
	line-height:35px;
}

.discover-txt {
	padding-right:0px;
	padding-bottom:10px;
	background-image:none;
}

.discover ul li {
	font-size:20px;
	line-height:26px;
	padding:3px 0px 20px 50px;
	background-size:40px auto;
}


.discover h4 {
	font-size:21px;
	line-height:27px;
}


.wcs {
	margin-top:0px;
	padding-top:20px;
}

.wcs h2 {
	font-size:33px;
	line-height:35px;
}

.wcs .lhs {
	float:none;
	margin-bottom:20px;
}

.wcs .rhs {
	float:none;
}


.wcs-box {
	width:auto;
   padding:17px 23px 97px 23px;
   min-height:inherit;
}

.wcs-box h3 {
	font-size:23px;
	line-height:24px;
}


.wcs-box p {
	font-size:15px;
	line-height:24px;
	padding-right:40px;
}

.wcs-box .client-name {
	width:100%;
}

.wcs-box .client-img {
	float:left;
	margin-left:21px;
	padding-bottom:0px;
}

.wcs-box .client-name h4 {
	clear:none;
	float:left;
	font-size:17px;
	line-height:20px;
	padding:12px 0px 0px 12px;
}


.bf-head {
	font-size:28px;
	line-height:31px;
	text-align:center;
}

.bottom-cta {
	padding:20px;
}

.bcta-lhs {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:0px;
}

.bcta-rhs {
	float:none;
	width:auto;
}

.bcta-rhs h2 {
	font-size:40px;
	line-height:40px;
}

.bcta-rhs h3 {
	font-size:18px;
	line-height:25px;
}

.bf-row {
	width:auto;
	padding-bottom:18px;
	text-align:center;
}

.bf-row .lhs {
	float:none;
	padding-bottom:15px;
}

.bf-row .rhs {
	float:none;
}

.bcta-box {
	width:auto;
}

.bcta-box input {
	width:88%;
}

.bf-row2 {
	width:auto;
	text-align:center;
}


.bcta-button {
	float:none;
	width:auto;
	padding-bottom:10px;
	text-align:center;
	margin:0 auto;
}

.bcta-button input {
	width:325px;
	height:63px;
	margin:0 auto;
}

.secure {
	float:none;
	background-position:35px top;
	padding:9px 0px 5px 60px;
	background-size:auto auto;
}

.secure h4 {
	font-size:21px;
	line-height:24px;
}

.secure h5 {
	font-size:14px;
	line-height:21px;
}

.footer-bottom {
	margin-top:32px;
	color:#fff;
	padding:15px 10px 15px 10px;
	text-align:center;
}

.copyright {
	float:none;
	padding-left:0px;
	padding-bottom:15px;
}

.powered {
	float:none;
	padding-right:0px;
}

.sub-rhs {
	float:none;
	width:351px;
}

.report-guide-sub {
	position:absolute;
	right:-52px;
	top:12px;
	padding-bottom:0px;
}

.cta-secure {
	padding:9px 0px 5px 49px;
	min-height:42px;
	width:255px;
	margin:15px auto 10px auto;
	background-size:auto auto;
}

.ctas-txt1 {
	font-size:19px;
	line-height:22px;
}

.ctas-txt2 {
	font-size:14px;
	line-height:16px;
}


.pointer-sub {
	position:absolute;
	right:-32px;
	bottom:110px;
	display:block;
}

.sub-lhs {
	float:none;
	width:auto;
	font-size:17px;
	line-height:21px;
	border-top:#ccc dashed 1px;
	padding-top:20px;
}

.sub-full {
	font-size:17px;
	line-height:21px;
	padding:20px 0px 20px 0px;
}

.sub-lhs h1, .sub-full h1 {
	font-size:30px;
	line-height:35px;
}

.sub-lhs p, .sub-full p {
	font-size:17px;
	line-height:22px;
	padding-bottom:20px;
}

.image-right {
	float:none;
	padding:0px 0px 10px 0px;
}

.about-list {
	font-size:20px;
	line-height:24px;
	padding-bottom:15px;
}

.about-list li {
	padding:9px 0px 15px 60px;
	min-height:30px;
	background-size:auto auto;
}



.bottom-cta-sub {
	padding:20px;
}

.bcs-book {
	position:static;
	text-align:center;
	padding-bottom:10px;
}

.bcs-top {
	width:auto;
}

.bcs-top h2 {
	font-size:30px;
	line-height:32px;
}

.bcs-top h3 {
	font-size:18px;
	line-height:23px;
}

.bcsf-lhs {
	float:none;
	width:auto;
}

.bcsf-box {
	width:auto;
	float:none;
	padding-bottom:12px;
	text-align:center;
}

.bcsf-box input {
	width:88%;
}

.bcsf-rhs {
	float:none;
	width:auto;
	padding-top:5px;
}


.bcsf-button input {
	width:317px;
	height:62px;
}

.secure2 {
	background-position:40px top;
	padding:11px 0px 5px 50px;
	min-height:40px;
	background-size:auto auto;
}

.secure2 h4 {
	font-size:20px;
	line-height:22px;
}

.secure2 h5 {
	font-size:15px;
	line-height:16px;
}

.cp-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
}

.contact-page h1 {
	font-size:30px;
	line-height:32px;
}

.cp-lhs p {
	font-size:17px;
	line-height:22px;
}

.c-box {
	padding-bottom:20px;
}

.c-box input {
	height:50px;
	padding:0px 15px 0px 85px;
	font-size:17px;
	width:75%;
	background-position:left center;
}

.c-box textarea {
	height:148px;
	padding:15px;
	font-size:17px;
	width:92%;
}


.cp-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.cp-rhs ul {
	font-size:19px;
	line-height:22px;
}

.c-map {
	width:100%;
	height:290px;
}

.c-map img {
	width:100%;
	height:290px;
}

.c-map iframe {
	width:100%;
	height:290px;
}

.th-top {
	background-color:#334792;
	background-image:none;
}

.th-top-wrap {
	padding:20px 0px 20px 0px;
}

.th-top-wrap h2 {
	font-size:50px;
	line-height:52px;
}

.thankyou-page {
	padding:30px 0px 20px 0px;
}

.thankyou-page h3 {
	font-size:26px;
	line-height:34px;
}

.thankyou-page h3 span {
	color:#364ba0;
}

.th-guide {
	float:none;
	padding:0px 0px 20px 0px;
	text-align:center;
}

.thankyou-page p {
	font-size:21px;
	line-height:25px;
}

.th-top-wrap h3 {
	font-size:40px;
	line-height:45px;
}

.th-top-wrap h4 {
	font-size:24px;
	line-height:30px;
}


.s2-top h2 {
	font-size:54px;
	line-height:54px;
}

.s2-top h3 {
	font-size:25px;
	line-height:35px;
}

.s2-top h4 {
	font-size:25px;
	line-height:30px;
	padding:12px 20px 15px 20px;
}


.s2-list {
	padding:35px 0px 0px 0px;
	border-bottom:#ccc dashed 1px;
}

.s2-list h2 {
	font-size:33px;
	line-height:36px;
}

.s2-list ul {
	padding-right:0px;
	background-image:none;
	min-height:inherit;
}


.s2-list ul li {
	font-size:21px;
	line-height:27px;
	padding:3px 0px 25px 60px;
	background-size:auto auto;
}


.s2-list h3 {
	padding:20px 0px 20px 0px;
	font-size:21px;
	line-height:27px;
	border-top:#ccc dashed 1px;
}

.s2f-head {
	font-size:30px;
	line-height:35px;
	padding-top:20px;
}

.no-thanks {
	font-size:26px;
	line-height:33px;
}


.container2 {
	min-width:420px;
	padding-bottom:34px;
	background-image:none;
	background-color:#ddd;
}

.page404 {
	padding:20px 0px 0px 0px;
}

.page404 h2 {
	font-size:55px;
	line-height:55px;
}

.page404 h3 {
	font-size:28px;
	line-height:30px;
}


.sb-top h3 {
	font-size:30px;
	line-height:33px;
}

.sb-top h4 {
	font-size:22px;
	line-height:27px;
}


.sb-top h2 {
	font-size:22px;
	line-height:27px;
}



.sub-testi {
	width:300px;
	padding:15px 20px 35px 20px;
	margin:0px 0px 20px 0px;
	float:none;
}


}