html, body {
    font-size: 16px; font-family: 'Roboto', sans-serif;
}
body {
    background: #F1F1F1 url(../../pwr-back.jpg) center top no-repeat / cover;
}
.wrapper {
	background-color: #d3e7f9;
}
@media only screen and (min-width: 1030px) {
    .wrapper {
        max-width: 960px;
    }
}
#headerBox{
    background: rgb(13,71,161);
    background: linear-gradient(0deg, rgba(13,71,161,1) 39%, rgba(66,165,245,1) 100%);
}
#headerTitle {
    font-family: 'Shadows Into Light Two';
    color: #77add7;
	text-align:center;
}
#headerTitle h2 {
    font-size: 4.5em;margin: .43em 1em;
}
.h_hightlight {
    color: yellow;
}
#headline {
	text-decoration: none;
}
#headerText {
    color: #2b2b2b;
}
.progress-wrapper {
    width: 90%;
    height: 20px;
    border: 2px solid #333333;
    background-color: #999999;
    margin: 10px auto;
    overflow: hidden;
}
.progress-bar{
    width: 0%;
    height: 20px;
    border: none;
    background-color: #2396F1;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
}
#surveyBox {
    background-color: #2da8f6; // rgba(0,0,0,1)
}
.questionStep header, .evalTitle, .emailTitle, #surveyEnd header h4 {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 150%;
    color: #000000; // #ffc341
}
.questionStep h6, .evalText, .emailText, #surveyEnd section {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #ffffff;
}
.yesBtn {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    background-color: #ffc341;
    color: #000000;
}
.noBtn {
    font-family: ;
    background-color: #ffc13c;
    color: #000000;
}
.bold {
    font-weight: bold;
}
.checkMark, .decimal {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.checkMark li {
	background: url("img/marker.png") no-repeat scroll left center transparent;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 15px;
	padding: 6px 5px 6px 25px;
	line-height: 17px;
}

.decimal li {
	background: url("img/decimal.png") no-repeat scroll 0 0 transparent;
	color: #ccc;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	padding: 7px 5px 7px 42px;
	line-height: 17px;
}

.decimal li.one {
	background-position: 1px 8px;
}

.decimal li.two {
	background-position: 1px -115px;
}

.decimal li.three {
	background-position: 1px -240px;
}

.mobileonly {display: none;}
.sub-headline {line-height: 34px; font-size: 28px; color: rgb(32, 130, 210); font-weight: 700;}
#videoBox img {
    max-width: 100%;
    min-height: 230px;
}

@media only screen and (max-width:767px) {
    .mobileonly {display: block;}
    .desktoponly {display: none;}
    #footer {margin-top: 20em;}
    #bodytext hr.double {height: 0;}
    #headerTitle h2 {font-size: 1.7em;}
    .sub-headline {line-height: 31px; font-size: 24px;}
    #videoBox { margin: 1em 0; }
    #videoBox img {margin: 0 !important;}
}