@charset "utf-8";
/* CSS Document */



@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800); /* font-family: 'Open Sans', sans-serif; */
* {
	margin:0px;
	padding:0px;
}
body {
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	color:#262626;
	margin:0px;
	padding:0px;
}
body, html {
	height:100%;
}
p {
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	color:#262626;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
ul, ul li {
	margin:0px;
	padding:0px;
}

::-webkit-input-placeholder {
 color:#a8a8a8;
}

:-moz-placeholder { /* Firefox 18- */
 color:#a8a8a8;
}

::-moz-placeholder {  /* Firefox 19+ */
 color:#a8a8a8;
}

:-ms-input-placeholder {
 color:#a8a8a8;
}
/* =============================== Responsive images element =========================*/

img {
	/* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */

  width: auto\9;
	/* IE7-8 need help adjusting responsive images */

  height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img, .google-maps img {
	max-width: none;
}
/* =============================== Responsive images element close =========================*/



#header {
	background:#262626;
	overflow:hidden;
	text-align:center;
	padding:15px 0 10px;
	box-shadow:0 0 12px #000;
	position:relative;
}
#header ul {
	background:url(images/top_divider.png) right bottom no-repeat;
	overflow:hidden;
}
#header ul li {
	background:url(images/top_divider.png) left bottom no-repeat;
	float:left;
	width:23%;
	padding-left:1%;
	margin-left:1%;
	text-align:center;
	letter-spacing:-1px;
	list-style:none;
	text-shadow:#1d4f88 0px 2px 1px;
	-moz-text-shadow:#1d4f88 0px 2px 1px;
	-ms-text-shadow:#1d4f88 0px 2px 1px;
	-o-text-shadow:#1d4f88 0px 2px 1px;
	-webkit-text-shadow:#1d4f88 0px 2px 1px;
}
#header ul li a {
	background:#2d79d1;
	border-top:#205694 solid 4px;
	border-right:#205694 solid 4px;
	border-bottom:#205694 solid 20px;
	border-left:#205694 solid 4px;
	display:block;
	padding:18px 0px;
	font-size:20px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	line-height:20px;
	margin-top:3px;
	margin-bottom:4px;
}
#header ul li a span {
	display:block;
	font-weight:400;
	font-size:18px;
	padding-top:3px;
}
#header ul li:first-child {
	margin-left:0px;
}
.bg_blue_texture {
	background:#fff;
}
.bg_light_blue {
	background:url(images/bg_white.png) repeat;
	margin-top:5px;
	float:left;
	padding:22px;
}
.main_container {
	width:100%;
	float:left;
}
.base_container {
	width:1070px;
	max-width:1070px;
	margin:0 auto;
}
#mobileoptin-thankyou .page-heading {
	text-align:center;
}
#mobileoptin-thankyou .page-heading h1 {
	font-size:28px;
	color:#262626;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:0px;
	text-transform:uppercase;
}
iframe{ border:none;}
#mobileoptin-thankyou .page-heading p {
	font-size:21px;
	color:#262626;
	font-weight: normal;
	margin-bottom:16px;
}
#mobileoptin-thankyou .page-heading p a {
	color:#262626;
}
#mobileoptin-thankyou .page-heading h3 {
	background:url(images/heading-sap.png) center bottom no-repeat;
	font-size:20px;
	color:#262626;
	font-weight: normal;
	text-transform:uppercase;
	padding-bottom:16px;
	margin-bottom:20px;
}
.attention-box {
	background:#fff;
	border-radius:20px;
	max-width:895px;
	margin:34px auto 0;
	box-sizing:border-box;
}
.attention-box h2 {
	font-size:28px;
	color:#fff;
	font-weight: normal;
	text-shadow: 0 2px 1px #820000;
	text-transform:uppercase;
	background:#c80000;
	padding:20px 0;
	border-radius:20px 20px 0 0;
	text-align:center;
}
.author-des {
	overflow:hidden;
	margin:-8px 0 0 0;
}
.author-img {
	float:left;
	height:120px;
	width:120px;
	text-align:center;
	margin-right:5px;
	padding:5px 0 0;
}
.author-img img {
	width:83px;
	height:83px;
	border-radius:50%;
}
.author-des-content {
	float:left;
	margin:24px 0 0;
}
.attention-box-main {
	padding:23px 70px 0px 70px;
	background:#262626;
	border-radius:0px 0px 20px 20px
}
.attention-box-main p, .author-des span {
	font-size:18px;
	color:#fff;
	font-weight: normal;
}
.attention-box-main p {
	margin-bottom:26px;
}
.attention-box-main p strong {
	color:#fff;
}
.attention-box-main p a {
	color:#fff;
}
.attention-box-main p a:hover, .attention-box-main p a.support {
	text-decoration:none;
}
.author-des span {
	display:block;
}
#mobileoptin-thankyou {
	padding:31px 0 25px;
	min-height:100%;
}
#footer {
	background:#262626;
	text-align:center;
	clear:both;
	padding:17px 0 50px;
}
#footer a {
	display:inline-block;
}
 @media only screen and (max-width : 1003px) {
.base_container {
	max-width:960px;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
#header a {
	width:60%;
	display:inline-block;
}
#mobileoptin-thankyou .page-heading h1, .attention-box h2 {
	font-size:22px;
}
#mobileoptin-thankyou .page-heading h3, .author-des span {
	font-size:15px;
}
#mobileoptin-thankyou .page-heading p, .attention-box-main p {
	font-size:16px;
	margin-bottom:10px;
}
.attention-box-main p {
	margin-bottom:20px;
}
}
 @media only screen and (max-width : 767px) {
#mobileoptin-thankyou .page-heading h1 {
	font-size:19px;
}
#mobileoptin-thankyou .page-heading p {
	font-size:13px;
}
.attention-box h2 {
	font-size:20px;
	padding-left:20px;
	padding-right:20px;
}
.attention-box-main {
	padding: 23px 18px 30px;
}
}
 @media only screen and (max-width : 479px) {
#mobileoptin-thankyou .page-heading p {
	font-size:12px;
}
.attention-box h2 {
	font-size:16px;
}
#mobileoptin-thankyou .page-heading h1 {
	font-size:17px;
}
#mobileoptin-thankyou .page-heading h3 {
	font-size:11px;
}
.attention-box-main p, .author-des span {
	font-size:14px;
}
}
