/*
 * Globals
 */
/*Fonts*/
/*Fonts*/
@font-face {
  font-family: 'Open Sans';
  src: url(https://fonts.googleapis.com/css?family=PT+Serif:400,700|Open+Sans:300,300i,400,400i,600);
}

@font-face {
  font-family: houshka;
	src:url(../fonts/houshka-light.eot);
	src:url(../fonts/houshka-light.eot) format("eot"),
		url(../fonts/houshka-light.woff) format("woff2"),
		url(../fonts/houshka-light.woff) format("woff"), 
		url(../fonts/HouschkaLight.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-medium.woff);
	src: url(../fonts/HouschkaMedium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-bold.woff);
	src: url(../fonts/HouschkaBold.ttf) format("truetype");
  font-weight: 700;
}

/*
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-light.woff);
  font-weight: 300;
}
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-bold.woff);
  font-weight: 700;
}
*/

html {
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
}

a, a:hover, a:active, a:visited {
	color:#275486;
	text-decoration:underline;
}

p {margin:0;}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #666666;
	line-height: 1.2;
}

.h1,
h1 {
  font-size: 4rem !important;
	font-family: houshka !important;
}

.h2,
h2 {
  font-size: 3rem;
	font-family: houshka;
	text-transform:uppercase;
	font-weight:500;
}

.h3,
h3 {
  font-size: 2.4rem;
	font-family: 'Open Sans', sans-serif;
  margin-bottom: 1.4em;
	font-weight:300;
}

.h4,
h4 {
  font-size: 2rem;
	font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.h5,
h5 {
  font-size: 1.6rem;
}

.h6,
h6 {
  font-size: .875rem;
}


hr.orange-bar {
	border-top: 3px solid #f99b25 !important;
	margin-top: 30px;
	margin-bottom: 40px;
}

/*
 * Text Styles
 */
.italic {
	font-style:italic;
}
.underline { text-decoration:underline;}
.error-copy {color:#E21836 !important;}
#error-copy-2 {margin-top:10px;}
.error-bg {background-color:#DDABB7 !important;}

/*
 * Button Styles
 */
button {
	margin: 20px 0 0px;
	display: block;
    clear:both;
    background-color:#275486;
    width:160px;
    height:50px;
    text-align:center;
    vertical-align:middle;
    border:none;
    font-size:2rem;
    color:#ffffff;
    text-decoration:none;
    
    -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
button:disabled, .previousbtn {
	background-color:#E4E4E4;
}
.btn-primary {
	background-color:#f89b24;
	border-color:#f89b24;
	color:#ffffff;
}
.btn-secondary {
	background-color:#ffffff;
	color:#f89b24;
	border-color:#f89b24;
}
.blog-post a.orange-btn {
	margin: 20px 0 0px;
	display: block;
    clear:both;
    background-color:#f99b26;
    width:160px;
    height:50px;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
    
    font-size:2rem;
    color:#ffffff;
    text-decoration:none;
    
    -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.blog-post a.grey-btn {
	margin: 20px 0 0px;
	display: block;
    clear:both;
    background-color:#E4E4E4;
    width:160px;
    height:50px;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
    
    font-size:2rem;
    color:#ffffff;
    text-decoration:none;
    
    -webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.btn-nav {display:inline-block; clear:both;}
.btn-nav div { display:block;}
.btn-nav div:first-child {margin-right:20px;}

.CTAlink {
	color:#275486 !important;
	font-weight:500;
}

/*
 * Override Bootstrap's default container.
 */


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}
h5.blog-post-meta {
	margin-bottom:20px;
}

.blog-main {
  font-size: 1.7rem;
  line-height: 1.5;
}
.blog-main hr.orange-bar {
	margin-top:50px;
	margin-bottom:50px;
	margin-left: 0;
	width:94px;
	text-align:left;
}
.blog-main h3, .blog-main h4 {
	margin-bottom:25px;
}
.blog-main hr {
	margin:70px 0;
	border-top-color:#afafaf;
}
.blog-post {
  margin-bottom: 60px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #afafaf;
}
.question4 h4, .question7 h4 {
	margin-bottom:15px;
}
.blog-post h4, .blog-post h2 {
	margin-top:25px;
}
.blog-post h3 {
	margin-bottom:35px;
}
.blog-post a {
	margin: 30px 0;
	display: block;
}
.blog-post ul {
	padding-left:20px;
}
.blog-post ul li {
	padding-bottom:10px;
}
.blog-post ul li:last-child {
	padding-bottom:0px;
}
.answertext, .brandtext, p { font-size:1.5rem; }

.finished {margin: 100px 0 140px;}


/*
 *ISI
*/
.ISI a {
	margin: 0;
/*	color: #425563;*/
	display: inline-block !important;
}
.ISI h3 {
	margin-bottom:15px;
/*	color: #425563;*/
}
.ISI h4 {
	margin-bottom:15px;
	margin-top:0;
	line-height:1.25;
/*	color: #425563;*/
}

/*
 * Progress Bar
 */
.progress-border {
	border: thin solid #CCC;
	padding: 2px;
	height:1.25em;
}
.progress-container {
	min-height: 55px;
	padding-bottom:0px; 
	padding-top: 14px;
}
#progress-meter {
	height: 100%;
/***********/width: 12%;    /*   for review purposes only  -  remove for final build   */
	display: block;
	background-color: #f99b26;
}
.progress-container h5 {
	margin-top:7px;
	text-align:center;
}

.q1-meter { width: 0% !important;}
.q2-meter { width: 15% !important;}
.q3-meter { width: 30% !important;}
.q4-meter { width: 45% !important;}
.q5-meter { width: 60% !important;}
.q6-meter { width: 75% !important;}
.q7-meter { width: 90% !important;}
.full-meter { width: 100% !important;}

/*
 * Header
 */
.intro-content {
	padding-top:25px;
}
.hcp-logo img {
	max-width:272px;
}
.content-u {
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.8rem;
	font-weight:300;
}
.content-u img {
	margin-bottom:6px;
}

/*
 * Hero Area
 */
.hero {
	background: #336baa;
	background: -webkit-linear-gradient(left, #336baa 0%, #275486 39%, #082e59 100%);
	background: -o-linear-gradient(left, #336baa 0%, #275486 39%, #082e59 100%);
	background: linear-gradient(to right, #336baa 0%, #275486 39%, #082e59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336baa', endColorstr='#082e59',GradientType=1 );
	
	-webkit-border-radius: 10px 10px 0px 0px !important;
	-moz-border-radius: 10px 10px 0px 0px !important;
	border-radius: 10px 10px 0px 0px !important;
	
	padding:40px 35px !important;
	margin-bottom:60px;
}
.hero-title {
  margin-bottom: 12px;
  font-size:4rem;
}
.hero-subtitle {
	font-size:3.6rem !important;
	font-weight:300;
}
.hero-title, .hero-subtitle {
  color:#ffffff !important;
}

/* Question 1 Content */

.question1 h2 + h4 {
	margin-bottom:60px;
}

/* Question 7 Content */
.q7-btns {
	margin:0 0 10px;
	border-radius:0 !important;
	border-color:#cccccc;
	color:#333333;
	background:none;
	width:75px;
}
.q7-btns:focus,
.q7-btns:active,
.q7-btns.active,
.q7-btns.focus,
.q7-btns.hover,
.q7-btns:hover {
	border-color:#275486 !important;
	color:#ffffff !important;
	background-color:#275486 !important;
}

.question7 .input .btn-group:last-child {
	margin-bottom:20px;
}

/* Fake Brands Content */
.brand1 img, .brand2 img, .brand3 img, .brand4 img, .brand5 img {margin-bottom:10px;}


/* Survey Form Content */
.table {
    margin-bottom: 40px;
}
.table > thead > tr > th {
	border-bottom: none !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th:last-child, .table > thead > tr > td, .table > thead > tr > th:last-child {
	border-bottom: 1px solid #ddd;
}
.table > tbody > tr > th:last-child {
	border-left: 1px solid #ddd;
}
colgroup + thead > tr:first-child > th {
	padding-left: 9px;
}


input, textarea, select {
    width: 100%;
    max-width: 350px;
    font-weight: 300;
    margin: 0 0 20px;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select, .input .ddlView {
    height: 44px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 2rem;
		font-family: 'Open Sans', sans-serif;
}

.radio-item, .answertext {
	padding: 5px !important;
}
.brandtext {
	padding: 10px 0 10px 5px !important;
}
.radio-item {
	padding:5px !important;
	text-align:right;
}
.ratingnumbers {
	text-align:right;
	padding-right: 18px !important;
}

.input {display:block;}

.input h4 {
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
}
.input h4:first-child {
	margin-top:25px;
	margin-bottom:10px;
}

/* The checkbox */
.checkbox {
	font-size: 2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	margin-top:0 !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.brands { margin-bottom:35px !important; padding-left: 45px !important; }
iframe + label.error-input {
	margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
		width: 1px !important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #bbb;
}
.brands .checkmark {top: 25%;}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #275486;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* Radio Buttons */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
		padding-bottom:15px !important;
		font-size: 2rem;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
}

/* Page 6 Brands Radio Buttons */
.brands-radio-item [type="radio"]:checked + label, 
.brands-radio-item [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
		padding-bottom:10px !important;
		font-weight:400;
}
.brands-radio-item {
	text-align:center;
}
.brands-heading {
	font-size:10px;
	text-align:center;
	vertical-align: bottom !important;
}
.brandtext img {
	width:100%;
	max-width:150px;
	min-width:70px;
}
.answertext {
	width:50% !important;
}

h6 + h6 [type="radio"]:checked + label, h6 + h6
[type="radio"]:not(:checked) + label
{
    padding-bottom:0px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 100%;
    background: #fff;
}

.error-input[type="radio"]:checked + label:before,
.error-input[type="radio"]:not(:checked) + label:before, .error-input {
    
    border: 1px solid #E21836 !important;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #275486;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.ui-selectmenu-button.ui-button {
	font-family: 'Open Sans', sans-serif;
color: #666666;	
		height: 44px;
	width:100%;
	max-width: 350px;
    padding: 7px 10px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 2rem;
	  margin: 0 0 20px;
	font-weight:300;
}
.ui-widget {

    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
		color: #666666;
}
.ui-menu .ui-menu-item-wrapper {

    position: relative;
    padding: 4px 1em 4px .4em;
    font-weight: 300;

}
.ui-selectmenu-icon.ui-icon {
    margin-top: 7px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #275486;
	background: #275486;
	font-weight: normal;
	color: #ffffff;
/*	width:479px;*/
}

#ddlViewL-button {
  max-width:500px;
}




/*
 * Footer
 */

.footer {
  padding: 5em 0;
  color: #333333;
  background: #f9f9f9;
}
.footer hr.orange-bar {
	margin-top:50px;
	margin-bottom:50px;
	margin-left: 0;
	width:94px;
	text-align:left;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer a, .footer a:hover, .footer a:active, .footer a:visited {
	color:#265b8c !important;
	text-decoration:underline;
	font-weight:500;
}
.footer h3 {
  font-family: houshka;
  color: #333333;
  text-transform: uppercase;
	font-weight:300;
}

.footer h4 {
  color: #333333;
  font-weight: 300;
  text-transform: none;
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif
}

.footer h4 a {
  color: #265b8c;
}

.footer h5 {
  color: #333333;
  font-weight: 300;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
	line-height:1.2;
}

.footer p {
  color: #333333
}

.footer-widget-2-col {
  position: relative;
/*	margin-top: 42px;*/
}
.footer-widget-1 h5 {
	margin-top:.675em;
}

.footer-widget-2 {
	display:block;
	text-align:right;
}
.footer-widget-2 img {
	width:160px;
}

.footer-widget-2 h3 {
  text-transform: none
}

.footer-widget-2 p {
  color: #333333;
  margin-bottom: .5em;
}
.footer-widget-2 a {
  color: #333333;
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


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


@media (max-width: 1200px) {
     #fixed-login.affix, #fixed-login.affix-top {
    position: fixed;
    z-index:100;
    width: 293px;
    top: 25px;
 } 
    #fixed-login.affix-top { position: static }
}


@media (max-width: 991px) {
 #fixed-login.affix, #fixed-login.affix-top {
    position: fixed;
    z-index:100;
    width: 220px;
    top: 25px;
 }
    #fixed-login.affix-top { position: static }
}


@media (max-width: 767px) {
.blog-sidebar:first-child {
	margin-bottom:60px;
	float:none !important;
	max-width:410px;
}
div.u-screenshot {
	margin-bottom:0px !important;
}
.u-screenshot img {
	margin-right:-25px;
	max-width:300px;
	width:100%;
}
.u-content {
	display:block;
	padding-right:20px;
}
    .hero {
	margin-bottom:40px;
	padding:25px !important;
}
.hero-title {
  margin-bottom: 12px;
  font-size:3rem !important;
}
.hero-subtitle {
	font-size:2.6rem !important;
	font-weight:300;
}
    .footer h3 {
  font-size:2rem;
	font-weight:600;
}
.footer h4 {
  font-size: 1.5rem;
	line-height: .75;
}
.footer h5 {
  font-size: 1.2rem;
	line-height: 1.2;
}
#fixed-login.affix, #fixed-login.affix-top {
    position: static;
    width: 520px;
 }
.finished {margin: 60px 0 100px;}
}

@media (max-width: 550px) {
	/*
 * Acceptance Legal Copy Scrolling Styles
 */
.legal-scroll {
	overflow:scroll;
	width:100%;
	height:200px;
	border:1px solid #bbb;
	padding:0 10px;
	margin-top:20px;
	margin-bottom:20px;
}
.legal-scroll h4:first-of-type {
	margin-top:10px;
}
.legal-scroll h4:last-of-type {
	margin-bottom:10px;
}

.u-screenshot img {
	margin-right:-25px;
	max-width:350px;
	width:100%;
}
.u-content {
	display:block;
	padding-right:0px;
	margin-top:10px;
	float:left;
}
    .content-u {
	clear:both;
	margin-top:10px;
	width:100%;
	text-align:left;
	float:left !important;
	font-size:2.2rem;
}
.brands-heading {
	font-size:8px;
}
.answertext {
	font-size:1.25rem;
}
.content-u img {
	margin-bottom:7px;
	/* width:80px; */
}
.progress-container {
	margin-top: 65px;
	width: 65%;
	float: none !important;
	margin-bottom: 15px;
}
.footer-widget-2, .footer-widget-2-col, .footer-widget-1, .footer-widget-1-col {
	display:block !important;
	clear:both !important;
	width:100% !important;
}
.footer {
	padding:3em 0;
}
.footer-widget-1 h5 {
	margin-bottom:2em;
}
.footer-widget-2 {
	margin:0;
}
.footer-widget-2 {
	text-align:left;
}
.footer .container .row .pull-right {
	float:left !important;
}
#fixed-login.affix, #fixed-login.affix-top {
    position: static;
    width: 100%;
 }
    .centermobile { 
        text-align: center !important;
    margin:0 auto !important; display: block;
    }
    .fullwidth-mobile { width: 100%; }
.blog-main hr.orange-bar {
	margin-top:30px;
	margin-bottom:30px;
}
.finished {margin: 20px 0 60px;}
	
	

.q7-btns {
	margin:0 0 0px;
	width:16%;
}
	.btn-group .btn + .q7-btns {
		margin-left:0;
	}
.question7	.btn-group {
		width:100%;
	}
	.btn-group > .btn:first-child {
    margin-left: -1px;
		margin-top:-1px;
}
	.btn-group .btn + .btn {
		margin-left: -1px;
		margin-top:-1px;
	}
#ddlViewL-menu, #ddlView-menu  {
  max-width:500px;
	width:90%;
}
}