@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Oswald');
.case-study{
	background: rgba(0,0,0,.05);
	padding: 15px;
	margin-bottom: 20px;
}
#next{
	padding: 30px;
	background-color: #FFF;
	font-size: 22px;
	line-height: 1.4;
}
.step{
	text-align: center;
	font-size: 80px;
	font-weight: 900;
	color: #6c9455;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	opacity: 1;
}
p{
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 25px;
}
label{
	display: none;
}
.form-box p{
	font-size: 16px;
	margin-bottom: 20px;
}
.form-box{
	margin-bottom: 30px;
}
.sample{
	padding: 15px;
    background: rgba(0,0,0,.3);
    border-radius: 10px;
}
.sample h3{
	font-size: 20px !important;
	margin-top: 0px !important;
}
#timer-bar{
	    background-color: rgba(0,0,0,.2);
	padding: 10px;
	text-align: center;
	color: gold;
	margin-bottom: 20px;
}
.btn-cta {
    background-color: #ff720b;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 13px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 13px;
    text-align: center;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-cta:hover, .btn-cta:focus{
	    background-color: #ed6501;
    color: white;
}
audio{
	width: 100%;
}
#hero h3 {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    /* color: gold; */
    text-transform: capitalize;
}

.timer-black {
	text-align: center;
}
.timer-black .time-box {
	display: inline-block;
	color: #FFF;
	line-height: 1;
}
.timer-black .time-no {
	background-color: #1a1a1a;
	margin: 0px 5px;
}
.timer-black .time-no span {
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
}
.timer-black .time-no span:first-child {
	border-right: 1px solid #FFF;
}
.timer-black .time-no span:last-child {
	border-left: 1px solid #FFF;
}
.timer-black .time-desc {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 5px;
	color: #5c5c60;
	font-weight: 600;
	margin-bottom: 0px;
}
.white-bg{
	background-color: #FFF;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 20px;
	text-align: left !important;
	margin: 20px 0px !important;
}
.gold{
	color: gold;
}
html, body{
	color: #333;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #f1f1f1;
}
#hero{
	text-align: center;
	background-color: #6c9455;
	color: #FFF;
	padding: 30px 0px;
	padding-bottom: 60px;
	    background: #6c9455;
	background-image:url('images/tbg2.png');
	background-size:cover;
	background-position:center center;
	padding-top: 0px;
}
#presenter img{
	margin:0px auto;
	width:120px;
	border:2px solid #ccc;
	margin-bottom:10px;
}
#presenter2 img{
	margin:0px auto;
	width:200px;
	border:2px solid #ccc;
	margin-bottom:10px;
}
#presenter p, #presenter2 p{
	font-size:12px;
	color:#888;
	text-align:center;
	line-height:1.2;
	margin-bottom:20px;
}
#hero h2{
	    line-height: 1.4;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}
#hero h1{
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	margin-bottom: 20px;
	line-height: 1.3;
}


@media (min-width: 992px){
	#hero h2{
		font-size: 22px;
	}
	#hero h1{
		font-size: 40px;
	    line-height:50.4px;
	}
}
.form-box{
	background-color: #fff;
    padding: 1em 1.875em 0px;
    border: .5em #f6f6f6 solid;
    position: relative;
    margin-top: -100px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
}
.arrow-box{
	position: absolute;
	top:-70px;
	right: -130px;
	font-family: 'Nothing You Could Do', cursive;
	color: #FFF;
	text-align: center;
	line-height: 1.1;
}
.arrow-box img{
	display: block;
}
.form-box h3{
    color: #6c9455;
}
.form-box h2{
	    font-size: 1.6875em;
	line-height: 1.4;
	    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #6c9455;
    margin-bottom: 1em;
	text-align: center;
}
input[type=text].form-control,input[type=email].form-control{
	border-radius: 0px;
}
ul.num-list{
	padding: 0px;
	padding-left: 15px;
	font-size: 18px;
}

ul.num-list li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
}
ul.num-list li::before{
	content: "\f046";
	font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	color: #6c9455;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 28px;
}
.num-list strong{
	display: block;
	font-size: 18px;
	text-transform: capitalize;
}

ul.num-list-hero{
	padding: 0px;
	padding-left: 15px;
	font-size: 22px;
}

ul.num-list-hero li{
	list-style: none;
	position: relative;
	padding-left: 40px;
}
ul.num-list-hero li::before{
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	color: #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 28px;
}
.num-list-hero strong{
	display: block;
	font-size: 18px;
	text-transform: capitalize;
}
.btn-register{
	    background-color: #ff720b;
    border-color: #ed6501;
    color: white;
	padding: 13px;
}
.btn-register:hover, .btn-register:focus{
	    background-color: #ed6501;
    color: white;
}
.btn-register.disabled{
	opacity: 1;
}
hr{
	    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}
.presenter{
	height: 80px;
	width:80px;
	margin: 20px auto;
	display: block;
}
h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
h4{
	font-style: italic;
	font-size: 22px;
	text-align: center;
}
.privacy{
	text-align: center;
	font-size: 13px;
	font-style: italic;
	color: rgb(153,153,153);
	margin: 20px 0px;
}
footer {
    background-color: #dbdbdb;
    color: #999;
    min-height: 4.375em;
    padding-top: 1.5em;
	text-align: center;
}
footer a, footer a:visited, footer a:hover{
    color: #999;
	text-decoration: underline;
}

.reminder-content .btn{
	background: #eee;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: center;
	vertical-align: top;
	display: block;
	margin-bottom: 15px;
}
.reminder-content .btn:hover{
	background: #CCC;
}

.timer-black {
	text-align: center;
}
.timer-black .time-box {
	display: inline-block;
	color: #FFF;
	line-height: 1;
}
.timer-black .time-no {
	background-color: #1a1a1a;
	margin: 0px 5px;
}
.timer-black .time-no span {
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
}
.timer-black .time-no span:first-child {
	border-right: 1px solid #6c9455;
}
.timer-black .time-no span:last-child {
	border-left: 1px solid #6c9455;
}
.timer-black .time-desc {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 5px;
	color: #FFF;
	font-weight: 600;
}
.link-box{
	background: antiquewhite;
    padding: 10px;
    border: dashed 2px darkorange;
    margin-bottom: 20px;
    margin-top: -20px;
}
#progressBar{
	position: relative;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
    color: #eee;
	width: 100%;
	border: #000 1px solid;
	background-color: #ccc;
	margin-bottom: 20px;
	overflow: hidden;
}
#progressBar span{
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 2px #000;
}
#progressBar div{
	content: '';
	position: absolute;
	height: 28px;
	top:0px;
	left: 0px;
    
    background-color: darkgreen;
	opacity: .5;
	width: 50%;
	background-image: url(images/tbg2.png);
    background-size: cover;
    background-position: center center;
}
.question{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}