/* Font Declarations */

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
}

body {
    font-family: 'open_sansregular', sans-serif;
    font-size: 1.1875rem;
    font-weight: normal;
    color: #58595b;
    background-color: #ffffff;
    line-height: 1.4;
    text-align: left;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 3s;
            transition: all ease 3s;
            text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*---------------------------------------
=========================================
 **   Navigation                
=========================================
-----------------------------------------*/



/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*=================================================================
   SECTION:  welcome
=================================================================*/





/*=================================================================
   SECTION:  quiz
=================================================================*/
#quiz {
    margin-bottom: 100px;
}
p span {
    color: #403e2e;
}
h3 {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 1.1875rem;
    color: #f27f24;
    margin-top: 10px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #d7d7d7;
    color: #d7d7d7;
    border: none;
    height: 2px;
}
#quiz label, #quiz .formLabel {
    display: block;
    margin-top: -40px;
    margin-left: 30px;
    line-height: 1.5;
    color: #403e2e;
}
#quiz label.reg {
    margin-top: 0;
    margin-left: 0;
}

input[type='radio'] {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:1px solid #f27f24;
  border-radius:50%;
  outline:none;
  margin-top: 10px;
}
input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}
input[type='radio']:checked:before {
  background: #f27f24;
}
input[type='radio']:focus {
    outline: none;
}


input[type='checkbox'] {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:1px solid #f27f24;
  /*border-radius:50%;*/
  outline:none;
  margin-top: 10px;
}
input[type='checkbox']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  /*border-radius:50%;*/
}
input[type='checkbox']:checked:before {
  background: #f27f24;
}
input[type='checkbox']:focus {
    outline: none;
}
select.form-control {
    max-width: 150px;
    float: right;
}




.orange-text, .orange-text-heavy {
    color: #f07b22;
}
.gray-text {
    color: #4f5052;
}
question-instructions {
    color: #f07b22;
}
question-text {
    display: block;
    margin-bottom: 20px;
    color: #4f5052;
}
question-number {
    color: #f07b22;
    font-weight: bold;
}
answer-text {
    color: #4f5052;
}
span {
    color: #4f5052;
    margin-bottom: 18px;
    display: block;
}
span.orange-text, span.orange-text-heavy {
  display: inline;
}
progress-text {
    color: #f07b22;
}
quiz-header {
    color: #f07b22;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.answer-table {
    width: 100%;
}
.progress {
    border-radius: 0px;
    height: 30px;
}
.progress-bar {
    border-radius: 0px;
    background-image: linear-gradient(to bottom, #f07b22 0, #d5612f 100%);
}
nav-buttons {
    display: block;
    margin-top: 50px;
}
button.btn {
    color: #fff;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #f07b22 0, #d5612f 100%);
    font-size: 19px;
}
button.btn:hover {
    color: #fff;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #f07b22 0, #d5612f 100%);
}
input[type='checkbox'], input[type='radio'] {
    margin-right: 6px;
    margin-bottom: 12px;
}
select {
    margin-bottom: 6px;
/*width: 150px !important;
float: right;*/
}



#page-8 h2 {
  font-family: 'open_sanssemibold';
  font-weight: normal;
  font-size: 30px;
  color: #f17f22;
  margin-bottom: 30px;
}
#page-8 h3 {
  margin-bottom: 15px;
}
#page-8 h3.heavy {
  font-family: 'open_sansbold', sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}
#page-8 .orange-text-heavy {
  font-family: 'open_sansbold', sans-serif;
}
#page-8 ul li {
  margin-bottom: 8px;
}
#page-8 .IconRow {
  margin-top: 30px;
}
#page-8 .chartRow {
  margin-top: 80px;
}
#page-8 h4 {
  font-family: 'open_sansbold', sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #f27f23;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
#footer {
    background-color: #f8f9f4;
    padding-top: 56px;
}
section h4 {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  td.selectBox, td.selectBoxHeader {
    display: block;
    float: left;
    margin-left: 30px;
  }
  td.selectBoxHeader {
    margin-left: 0;
    text-align: left;
    width: 85vw;
  }
  td.checkBoxAndCopyHeader {
    width: 85vw;
  }
  td.checkBoxAndCopy, td.checkBoxAndCopyHeader {
    display: block;
  }
  td.selectBox:before, td.selectBoxHeader:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 90%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  td.selectBoxInline {
    display: inline-block;
  }
  td.radios {
    margin-left: 0;
  }
}