/**** 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;
}
* {
	-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
}*/


body {
	background-color: #E5E5E5;
}

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

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

/****/

.vjs-fullscreen {
	padding-top: 0px
}

video {
	width: 100%;
	margin-top: 10px;
}

.devicehide
{
	display: block;
}

#slider
{
	width: 98%;
}

.as-prev-arrow, .as-next-arrow {
	display: none;
}

a:link, a:visited {
	color: #fc531d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.square:hover {
	text-decoration: none;
}

p, li {
	font-size: 13px;
	color: #454545;
}


.success li {
	font-size: 15px;
	color: #454545;
}

.success p
{
	font-size: 16px;
	line-height: 25px;
}

.white {
	text-underline: none;
	color: #fff;
	font-weight: normal;
}


a.faq:link, a.faq:visited {
	color: #fc531d;
	text-decoration: none;
}
a.faq:hover {
	text-decoration: underline;
	color: #E83C00;
	background-color:red !important;
}

.active 
{
	border-bottom: 2px solid #fc531d;
}

.faqtitle
{
	font-size: 17px;
	color: #fc531d;
	font-weight: bold;
	margin-bottom: 20px;
}

.margintopnone
{
	margin-top: 0px !important;
}

.nav-wrapper
{
	background-color: #fff;
	height: auto;
	margin: 0 0 20px;
	margin-bottom: 20px;
}

.testimonialbg
{
	background-color: #333;
}

.fourpoints-wrapper
{
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 15px;
}

.footer-wrapper
{
	background-color: #fff;
	height: auto;
	padding: 15px;
	overflow: visible;
}

.bluebg
{
	background-color: #728ab6;
}

.orangebg
{
	background-color: #fc531d;
}

/* Lists */

ul{
    margin: 0;
    padding: 0;
}

/* Container */

#container{
	position: relative;
}

img.full{
	width:100%;
}

#icon
{
	float:left;
	padding-right: 20px;
	height: 150px;
}

#icontext
{
	margin-top: -20px;
}



#logo
{
	float: left;
	margin-top: 13px;
	height: 47px;
	margin-left: auto;
}

.menu-btn
{
	display: none;
}


ul.points{
	padding:0px;

}

ul.points li{
	line-height:20px;
	margin: 8px 0px 0px 2px;
	padding-left: 35px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
	list-style-type:none;
	background-image: url('../images/checkmark.png');
	background-repeat:no-repeat;
	background-position:left center;
}




ul.points_secondary li
{
	font-size: 14px;
	line-height: 25px;
	margin: 0px 0px 0px 2px;
	color: #FFF;
	list-style-type:none;
	background-image: url('../images/checkmark.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 35px;
}



.plist
{
	margin-left: 30px;
}

.plist-success
{
	margin-left: 30px;
	line-height: 28px;
}

.plist-success-additional
{
	font-size: 10px;
	margin-left: 30px;
	line-height: 24px;
}


.tag
{
	display: block;
	float: left;
	margin-left: 60px;
	margin-top: 17px;
}

#nav
{
	float: right;
	background-color: #fc531d;
	height: 60px;
	overflow: hidden;
}

.orange
{
	color: #fc531d;
}

a.nav, a.nav:visited, a.nav:hover
{
color: white;
border-right: 1px solid #fff;
padding: 14px;
text-decoration: none;
font-size: 14px;
background-color: #fc531d;
padding-top: 20px;
padding-bottom: 20px;
float: left;
}

a.nav:hover
{
color: #fff;
background-color: #E83C00;
}



a.navon
{
color: white;
border-right: 1px solid #fff;
padding: 14px;
text-decoration: none;
font-size: 14px;
background-color: #E83C00;
padding-top: 20px;
padding-bottom: 20px;
float: left;
}


.feature
{
	background-image: url('../images/featurebg.jpg');
	background-repeat: no-repeat;
	background-position:top right;
	background-color: #728bb4;
	padding-bottom: 15px;
	height: 430px;
}

.feature_form
{
	background-image: url('../images/featurebg_form.jpg');
	background-repeat: no-repeat;
	background-position:top right;
}



h1 {
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: -14px;
}

.subh1 {
	color: #fff;
	font-size: 19px;
	width: 100%;
	line-height:normal;
}

h2 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}

h3 {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

h4 
{
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.success h4
{
	font-size: 20px;
	margin-top: 20px;
}

.black
{
	color: #000;
}

.accountcreated
{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-top: -4px;
}

.333
{
	color: #333;
}

.gold
{
	color: #fc971d;
}

.subhead
{
	color: #f6c125;
	font-weight: normal;
}

.bgsubpages
{
	background-color: #333333;
	margin-bottom: 20px;
	overflow: auto;
}

.bgsubpages-success
{
	background-color: #333333;
	margin-bottom: 20px;
	padding: 7px 5px;
	overflow: auto;
}

.cols
{
	min-height: 300px;
}

.col1
{
	border-right: 15px solid #e5e5e5;
}

.col2
{
	border-right: 15px solid #e5e5e5;
}

a.nolinedecoration:hover
{
	text-decoration: none;
}

.logo-hdline
{
	margin-top: -4px;
	margin-right: 7px;
}

#registrationbutton
{
	background-color: #fc531d;
	text-align: center;
	display: inline-block;
	padding: 6px 16px 12px;
	margin-bottom:-10px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 17px;
	margin-right: 10px;
}

#registrationbutton2
{
	background-color: #fff;
	text-align: center;
	display: inline-block;
	padding: 5px 29px 0px 30px;
	margin-bottom:-10px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	width: 100%;
}

#registrationbutton3
{
	background-color: #fc531d;
	text-align: center;
	width: 100%;
	padding: 5px 30px 12px 30px;
	margin-bottom:-10px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 17px;
}


#registrationbutton:hover, #registrationbutton3:hover
{
	background-color: #E83C00;
}

#registrationbutton2:hover
{
	background-color: #e5e5e5;
}

.regtitle, .regtitle2
{ 
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -5px;
}

.regsub, .regsub2
{
	color: #fff;
}


.regtitle2
{ 
	color: #454545;
}

.regsub2
{
	color: #454545;
}


.border
{
	border: 1px solid #d9d9d9;
	width: 100%;
}


.red
{
	color: #999;
	font-size: 11px;
}


#tip1, #tip2
{
	background-color: #fff;
	opacity: 0.8;
	text-align: center;
	width: 49%;
	padding: 10px;
	float: left;
	font-size: 12px;
	font-weight: 600;
}

#tip2
{
	float: right;
}

#tip3
{
	background-color: #fff;
	opacity: 0.8;
	position: relative;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
}



.copy
{
	font-size: 11px;
	line-height: normal;
	text-align: left;
}

.check
{
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
}

.smallheading
{
color: #FFF;
font-size: 18px;
text-align: center;
font-weight: bold;
margin-top: 26px;
margin-bottom: 13px;
line-height: 24px;
}

.testimonial
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 124px;
	text-align: center;
}

a.enterprofile:link, a.enterprofile:visited
{
	background-color: #fc531d;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

.mgn-bottom-15
{
	margin-bottom: 15px;
}

.mgn-bottom-20
{
	margin-bottom: 20px;
}

a.enterprofile:hover
{
	background-color: #E83C00;
	text-align: center;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footericon
{
	float: left;
	margin-right: 10px;
}

#footerheading
{
	color: #fc531d;
	font-weight: bold;
	line-height: 16px;
	margin-top: 8px;
}

#footerdesc
{
	font-size: 11px;
	margin-top: 15px;
	clear: both;
}

.clearfix {
	clear: both;
}

.line
{
	border-right: 1px solid #ccc;
}


.whitebg
{
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.whitebackground
{
	background-color: #fff;
	overflow:hidden;
}



.success-padding
{
	padding: 20px 5px 20px 5px;
}


.success-padding-wrap
{
	padding-bottom: 30px;
	margin-top: -10px;
}


.center
{
	text-align: center;
}

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position: relative;
	background: rgb(196,47,27); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(196,47,27) 0%, rgb(110,18,3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(196,47,27)), color-stop(100%,rgb(110,18,3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(196,47,27) 0%,rgb(110,18,3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(196,47,27) 0%,rgb(110,18,3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(196,47,27) 0%,rgb(110,18,3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(196,47,27) 0%,rgb(110,18,3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42f1b', endColorstr='#6e1203',GradientType=0 ); /* IE6-9 */
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #000000;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

.success-heading
{
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: 500;
	text-align: center;
	color: #fc531d;
	padding-bottom: 0px;
	padding-top: 10px;
}

.success-subheading
{
	font-size: 20px;
	color: #fc531d;
	text-align: center;
	margin-top: -13px;
}


.support
{
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: 500;
	text-align: center;
	color: #000;
	padding-bottom: 20px;
	margin-top: -15px;
}

.step1
{
	margin-top: 40px;
}

.success-intro
{
	font-size: 18px;
}

.flag
{
	width: 25px;
}

#form
{
	width: 350px;
}

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


.subh1
{
	width: 70%;
}

ul.points li{
	line-height:18px;
}

ul.points_secondary li
{
	margin: 0px 0px 10px 2px;
	
}

ul.points_secondary li
{
	line-height: 20px
}

.tag
{
	display: none;
}

#tip1, #tip2
{
	display: none;
}


.feature
{
	background-position:top right -100px;
	padding-bottom: 0px;
}

.feature_form
{
	background-position:top right -100px;
}

h1 {
	font-size: 36px;
}

.logo-hdline
{
	width: 17%;
}

.regtitle2
{ 
	font-size: 16px;
}

.cols
{
	min-height: 365px;
}

#registrationbutton
{
	margin-bottom: -2px;
}


.smallheading
{
font-size: 19px;
margin-top: 36px;
}

#nav
{
	display: none;
}

#logo
{
	float: left;
	width: 100%;
	text-align: center;
}


.menu-btn{
	width: 35px;
	padding: 7px;
	background: #fc531d;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	position: absolute;
	margin-top: 11px;
	display: block;
	margin-left: 11px;
}

.menu-btn:hover{
	background: #E83C00;
	color: #FFF;
}

.menu
{
	font-size: 16px;
	display: none;
}

.button
{
	background-color: #fc531d;
	color: #fff;
}

}



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

#video
{
	margin-bottom: 10px;
}

.subh1
{
	width: 60%;
}

	
.feature
{
	background-position:top right -150px;
	padding-bottom: 0px;
}

.feature_form
{
	background-position:top right -200px;
}



.cols
{
	min-height: 100%;
}

.col1
{
	border-right: 0px;
	border-bottom: 15px solid #e5e5e5;
}

.col2
{
	border-right: 0px;
	border-bottom: 15px solid #e5e5e5;
}



#footericon
{
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
	width: 60px;
}

#footerheading
{
	color: #fc531d;
	font-weight: bold;
	line-height: 21px;
	margin-top: 14px;
	font-size: 18px;
}

#footerdesc
{
	font-size: 14px;
	margin-top: 15px;
	clear: both;
	margin-bottom: 10px;
}

.line
{
	border-bottom: 1px solid #ccc;
	border-right: 0px;
}

.copy
{
	text-align: center;
}

.devicehide
{
	display: none;
}

.success-padding-wrap
{
	padding-top: 0px;
	padding-bottom: 20px;
}


.success-heading
{
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: 500;
	text-align: center;
	color: #fc531d;
	padding-bottom: 0px;
	padding-top: 10px;
}

.success-subheading
{
	font-size: 15px;
}

}


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




h1 {
	width:70%;
}

.subh1 {
	font-size: 16px;
}

h2 {
	font-size: 28px;
}

h4 
{
	font-size: 15px;
}

.accountcreated
{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	margin-top: -4px;
}



.logo-hdline
{
	width: 32%;
}

#tip3
{
	font-size: 11px;
}



#registrationbutton, #registrationbutton2
{
	width: 100%;

}

.support
{
	font-size: 23px;
}

.success-intro
{
	font-size: 15px;
	line-height: 24px;
}

.setupprofile
{
		margin-top: -15px;
		margin-bottom: -7px;
}

.firstbroadcast
{
		margin-bottom: -10px;
}

}


@media only screen and (max-width:480px) {
	
#form
{
	width: 95%;
}

.feature_form
{
	background-position:top right -260px;
}


	
	ul.points li{

    font-size: 15px;

}
	
	.feature
{
	background-position:top right -220px;
	padding-bottom: 0px;
}



.subh1 {
	width: 80%;
}

h1 {
	font-size: 32px;
	line-height: 32px;
	width:70%;
}

#footerheading
{
	font-size: 16px;
}

#footerdesc
{
	font-size: 13px;
}

.regtitle, .regtitle2
{ 
	font-size: 18px;
}
h2 {
	font-size: 24px;
}


.support
{
	font-size: 20px;
}

.success h4
{
	font-size: 17px;
}

.success p
{
	font-size: 15px;
	line-height: 24px;
}

}


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


.feature, .feature_form
{
	background-image: none;
	background-color: #728bb4;
}
	


h1 {
	font-size: 35px;
	width: 100%;
}

.subh1 {
	width: 100%;
}





.check
{
	font-size: 15px;
}


.logo-hdline
{
	width: 35%;
}


}
