/**** RESETS & DEFINITIONS ***/

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.364;
	color: #444;
}f
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fc531d;
	text-decoration: none
}*/

/*** BOOTSTRAP OVER-WRITE  ***/

@media (min-width:1200px) {
.container {
	width: 996px;
}
}

/****/

body {
	background-color: #f0f0f0;
	margin: 0;
}


img.full {
	width: 100%;
}
.firstsection
{
	margin-bottom: 40px;
}


p {
	font-size: 18px;
	color: #515151;
	text-align: center;
	line-height: 27px;

}
h1 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #83c30c;
	letter-spacing: -1px;
	margin-top: 10px;
}

.ribbon {
	font-size: 43px;
	width: 458px;
 	position: relative;
 	background: #83c30c;
 	color: #fff;
 	text-align: center;
	padding:  8px 15px 12px 15px;
 	margin: 0px;
}


.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #4f7507 transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}


h2 {
	color: #6b6b6b;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-top: -6px;
	letter-spacing: -1px;
	margin: auto;
	width: 100%;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-top: 0px;
	text-transform: capitalize;
	width: 90%;
	margin: auto;
	padding-bottom: 8px;
	line-height: 25px;
}

.form
{
	margin-top: 5px;
}

.video
{
	overflow: hidden;
}

video#bgvid
{

	position: relative;
    background: url(images/poster.jpg) no-repeat;
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 710px;
    width: auto;
    height: auto;
	overflow: auto;
}

.tokens
{
	float: left;
	left: 20px;
	position: absolute;
}

.highlight
{
	font-weight: bold;
	color: #000;	
}

.logo
{
	margin-top: -9px;
	width: 120px;
	height: 26px;
}

.logo-mobile
{
	display: none;
}


.joinform-wrapper
{
	position:absolute;
    margin-left: 40px;
	top: 35px;
	text-align:center;
}

.joinform
{
	background: rgba(0,0,0,0.6);
	width: 370px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}


.joinform-white
{
	background-color: #f9f9f9;
	padding: 20px 5px 1px 5px;
}

iframe
{
	height: 330px;
	width: 85%;
}

.arrow
{
	width: 100%;
}

.ghostbutton
{
	text-align: center;
}


.whitearrow
{
	margin-top: -33px;
	text-align: center;
}

.statement
{
	font-size: 10px;
	color: #a3a3a3;
	line-height: 14px;
	text-align: center;
	width: 80%;
	margin: auto !important;
}

.bottom-button
{
	padding: 0px 0px 30px 0px;
}

.bottom-logo
{
	padding-bottom: 10px;
}

.padding
{
	padding: 10px;
}

/**** BUTTONS ****/

.btn-orange {
	color: #ffffff;
	background-color: #fc531d;
	border-color: #e83c00;
	border-radius: 6px;
}

.btn-ghost, .btn-ghost:visited {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	border-radius: 6px;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.btn-ghost:hover {
	border-color: #a0a0a0;
	color: #fff;
}



.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #e83c00;
	border-color: #e83c00;
}
.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	background-image: none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-orange .caret {
	border-color: #ffffff transparent;
}
.btn-green {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-greeen.active, .open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #60830b;
	border-color: #60830b;
}
.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	background-image: none;
}
.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-greeen .caret {
	border-color: #ffffff transparent;
}
.btn-help {
	padding: 3px 9px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 100px;
	color: #e83c00;
}
.btn-blueMed {
	color: #ffffff;
	background-color: #3772ba;
	border-color: #3268aa;
}
.btn-blueMed:hover, .btn-blueMed:focus, .btn-blueMed:active, .btn-blueMed.active, .open .dropdown-toggle.btn-blueMed {
	color: #ffffff;
	background-color: #0a5079;
	border-color: #0a5079;
}
.btn-upgrade {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-upgrade:hover, .btn-upgrade:focus, .btn-upgrade:active, .btn-upgrade.active, .open .dropdown-toggle.btn-upgrade {
	color: #232323;
	background-color: #FFCA27;
	border-color: #FFCA27;
}
.btn-upgrade .caret {
	border-color: #ffffff transparent;
}
.btn-xlrg {
	padding: 9px 18px;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: bold;
	color: #fff;
}
.optn {
	color: #444;
	background-color: #FFF;
	border-color: #C4C4Cf;
	font-family: Arial, Helvetica, sans-serif !important;
}
.optn:hover {
	background-color: #fff;
	border-color: #111;/*color:#111;*/
}
.optn:focus, .btn-upgrade:active, .optn.active, .open .dropdown-toggle.optn {
	color: #fff;
	background-color: #9494A4;
	border-color: #a4a4AF;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}
.optn .caret {
	border-color: #333 transparent;
}
/******  END BUTTONS   ******/

/****  LAYOUT  ****/

.cont-wrap {
	width: 100%;
	width:996px;
	max-width: 996px;
	margin: 0 auto;
	padding: 1px 10px 0px 10px;
	margin-top: -1px;
}
#header {
	padding: 15px 0px;
}
.bar {
	height: 6px;
}
.bar.cl1 {
	background-color: #ee1f25;
}
.bar.cl2 {
	background-color: #f47f20;
}
.bar.cl3 {
	background-color: #f3ec17;
}
.bar.cl4 {
	background-color: #0c8041;
}
.bar.cl5 {
	background-color: #3853a4;
}
.bar.cl6 {
	background-color: #8e3f9a;
}
.spl-wrap {
	padding-top: 1%;
}
.splash {
	text-align: center;/*border-top: 8px solid #fc531d; */
}
#main {
	min-height: 500px;
	padding: 24px 0px;
}
.subNav {
	margin-bottom: 24px;
	color: #c4c4c4;
}
.subNav p {
	font-size: 16px;
}
.clearfix {
	clear: both;
}
/****  FOOTER  ****/

.copyright
{
	font-size: 10px;
	text-align: center;
	color: #b0b0b0;
}


@media only screen and (max-width:1024px) {


.joinform-wrapper
{
	position:absolute;
    margin-left: 20px;
	top: 20px;
}


.bottom-button
{
	padding: 20px 0px 30px 0px;
}



}

@media only screen and (max-width:767px) {



.logo-mobile
{
	display: block;
	position: absolute;
	top: 0px;
	z-index: 100;
	background-color: #fff;
	padding: 10px 10px 9px;
	margin: 20px;
}

video#bgvid
{
    min-height: 0px !important;
    width: 100%;
}




.firstsection
{
	margin-bottom: 0px;
}


iframe
{
	width: 90%;
}


.logo
{
	margin-top: -9px;
	width: 126px;
	height: 26px;
}

.joinform-wrapper
{
	position: relative;
	width: 100%;
	float: right;
	top: -4px;
}


h1 {
	font-size: 55px;
}

h2 {
	font-size: 32px;
}

h3
{
	font-size: 23px;
	
}

.joinform
{
	height: auto;
	width: 100%;
}

.ghostbutton
{
	display: none;
}


.statement
{
	text-align: center;
	margin-left: 0px;
	padding-bottom: 20px;
	width: 90%;
}

.tokens
{
	bottom: 5px;
	left: -20px;
}

.ribbon {
	font-size: 53px;
	width: 100%;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 display: none;
}


}

@media only screen and (max-width:640px){

.logo
{
	margin-top: -6px;
	width: 93px;
	height: 19px;
}


h1 {
	font-size: 45px;
}

h2 {
	font-size: 30px;
}

h3
{
	font-size: 20px;
}


.btn-xlrg 
{
	font-size: 25px;
}


.logo-mobile
{
	padding: 7px 5px 5px;
	margin: 15px;
}

.ribbon {
	font-size: 45px;
}


}

@media only screen and (max-width:480px){
	
	

.btn-xlrg 
{
	font-size: 19px;
}

h1 {
	font-size: 35px;
}

h2 {
	width: 90%;
}

.ribbon {
	font-size: 33px;
}

p
{
	font-size: 14px;
	line-height: 21px;
}

.form
{
	margin-top: 15px;
}

.joinform
{
	padding-bottom: 10px;
}
	
}


@media only screen and (max-width:360px){


.ribbon {
	font-size: 30px;
}

h1 {
	font-size: 30px;
}

h2 
{
	width: 100%;
	font-size: 24px;
}



.full
{
	margin-top: -5px;
}

.btn-xlrg 
{
	font-size: 17px;
}

.statement
{
	text-align: center;
}

}