@import  http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300;
@import  http://fonts.googleapis.com/css?family=Lato:400,600,700,300;

html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

table, tbody, tr {
    display: block;
}

a {
	color: #37b8eb;
	text-decoration: underline;
}

a:hover {
	color: #ef3636;
}

a:visited {
	color: #206784;
}

p,ul,li {
	font-family: helvetica;
	font-size: 13pt;
	font-weight: 400;
	line-height:18px:
	color: #131313;
}

p.testi {
	font-size: 16px;
	color: #131313;
	text-align: left;
	font-weight:500;
}

p.testihead {
	font-size: 21px;
	color: #131313;
	text-align: center;
	padding: 20px 20px 20px 0;
}

p.testiname {
	font-size: 16px;
	color: #131313;
	text-align: left;
	font-weight:500;
	padding: 20px 20px 20px 0;
}

p.footer {
	font-size: 13px;
}

p.disclaimer {
	font-size: 8pt; 
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

h1 {
	font-size: 34px;
	color:#214d9e;
}

h2 {
	font-size: 22px;
	color:#214d9e;
}

/* responsive text queries */
@media screen and (max-width: 992px) {
p,.btn,input,div,span,h4 {
	font-size: 95%;
}

h1 {
	font-size: 24px;
	color:#214d9e;
}

h2 {
	font-size: 22px;
	color:#214d9e;
}

h3 {
	font-size: 18px;
	color:#214d9e;
}
}

@media screen and (max-width: 768px) {
p,.btn,input,div,span,h4 {
	font-size: 90%;
}

h1 {
	font-size: 20px;
	color:#214d9e;
}

h2 {
	font-size: 18px;
	color:#214d9e;
}

h3 {
	font-size: 16px;
	color:#214d9e;
}
}

.main-content,.intro-text {
	display: block;
}

.intro-button-wrap {
	width: 304px;
	height: 304px;
	margin: 0 auto;
	background: url(../images/switch-on.png) no-repeat center center;
	background-size: contain;
}

.intro-button {
	height: 500px;
	width: 95%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 15px;
}

.intro-button h3 {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 32px;
	color: #000;
	padding-top: 15px;
	margin: 0 0 30px;
	line-height: 34px;
	font-weight: 700;
}

.intro-button img {
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.intro-button img#active {
	display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 53.25%;
/* 16:9 */
	padding-top: 0;
	height: 0;
	width: 95%;
	margin: 0 auto;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body {
	background-attachment: fixed;
	background-image: url(background-a.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	text-align: center;
}

.main {
	background: url(../images/body-1.png) no-repeat;
	min-height: 50px;
	background-size: 100% 100%;
	padding: 1px 0 10px;
}

.nomargin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-all-30 {
	margin: 30px !important;
}

.margin-all-10 {
	margin: 10px !important;
}

.inline-block {
	display: inline-block;
}

.text-wrap {
	max-width: 85%;
	clear: both;
	margin: 0 auto 15px;
	background: #daf5ee;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.text-wrap p {
	padding: 20px 20px 0;
}

.text-wrap img {
	max-width: 150px;
	float: left;
	margin: 20px;
}

.white-wrap {
	max-width: 85%;
	clear: both;
	margin: 0 auto 15px;
}

.white-wrap p {
	text-align: center;
	padding: 20px 20px 0;
}

.white-wrap img {
	max-width: 150px;
	float: left;
	margin: 20px;
}

.banner-wrap {
	max-width: 94%;
}

.top-bckgrd-img img,.bottom-bckgrd-img img {
	width: 100%;
}

.mobile-play-button {
	display: none;
}

.yellowtext {
	color: #131313;
	font-family: Open Sans;
	font-weight: 700;
	font-size: 16px;
	background-color: #ff0;
	text-align: center;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 80%;
}

.footer-center {
	margin: auto;
	width: 90%;
	padding-top: 100px;
}

.disclaimer-center {
	margin: auto;
	width: 90%;
	padding-top: 10px;
}

@media (min-width:1200px) {
.container {
	width: 910px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}

@media (max-width: 768px) {
.main {
	font-size: 11pt;
}

.footer-center {
	font-size: 11pt;
}


.mobile-play-button {
	display: block;
	text-align: center;
}

.mobile-play-button .button {
	display: inline-block;
	border: solid #318A94;
	border-width: 0 0 2px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #1F94A1;
	border-radius: 4px;
	box-shadow: none;
	padding: 9px 13px;
	margin-bottom: 20px;
	cursor: pointer;
	vertical-align: top;
}
.disclaimer {font-family: Tahoma; font-size: 8pt; padding-left: 30px; padding-right: 30px; }
}

.cbseal-frame-container{
  position: fixed;
  bottom: 0px;
  left: 0px;
  border: 0px;
}
.cbseal-frame-container.small-frame{
  max-width: 206px !important;
  max-height: 55px;
  overflow: hidden;
}
.cbseal-frame-container.large-frame{
  max-width: 420px !important;
  overflow: hidden;
}
.cbseal-frame-container iframe{
  border: 0px;
}
.thankyou-wrap {
	max-width: 85%;
	clear: both;
	margin: 0 auto 15px;
}

.thankyou-wrap p {
	text-align: left;
	padding: 20px 20px 0;
	font-size: 11pt;
}

.thankyou-wrap img {
	max-width: 150px;
	float: left;
	margin: 20px;
}

.thankyou-header {
	font-family: Impact;
    font-size: 20pt !important;
    color: #000080;
    font-weight: normal;
    text-align: center !important;
	color: #000080; 
}
#footer1 {
    background: none repeat scroll 0 0 #ff0000;
    bottom: 0;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.bottom-floating-button{
	background-color: #1dbd77;
	box-shadow: none;
	background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #24de8c), color-stop(100%, #1dbd77)) !important;
	background-image: -webkit-linear-gradient(to bottom, #24de8c 0%,#1dbd77 100%) !important;
	background-image: -webkit-linear-gradient(top, #24de8c 0%,#1dbd77 100%) !important;
	background-image: linear-gradient(to bottom, #24de8c 0%,#1dbd77 100%) !important;
	margin-bottom: 0.375rem;
	color: #fff;
	border: 1px solid #1dbd77;
	position: relative;
	box-sizing: content-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	margin-bottom: 0.75rem;
	padding: 0.6875rem 0;
	text-align: center;
	display: block;
	font-size: 20px;
	border-radius: 2px;
}
.bottom-floating-button:hover {
	background: #20d385 !important;
	text-decoration: none;
	color: #fff;
}
#dcButton {
    position: fixed;
    bottom: 0;
    width: 100%;
}		

.borderControl{max-width:990px;margin:0 auto;}	

.dcpage{max-width:800px !important;text-align:center;}
.dcpage .img-responsive{margin: 0 auto;}
.dcpage ul li{margin-bottom:10px;}

#footer {
	position: fixed;
	bottom: 0; 
	left: 0;
	z-index: 9999;
	background: #FF0000;
	color:#FFF;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	width: 100%;
	margin: 0;
	padding: 5px;
}