﻿html {
  min-height: 100vh;
}

body {
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
/* EDITED BY JB 032420 */
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
}
/* ADDED BY JB 032420 */
body {
    color: #005f9c;
}
.footer {
    background-color: #5c8cb3;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    color: #fff;
    text-align: center;
    line-height: normal;
    bottom: 0px;
    width: 100%;
    line-height: 175%;
}
.footer p {
    padding: 15px 0 15px 0;
}
p.footer-tagline {
    font-size:20px;
    padding-bottom: 0px;
}
.header {
    padding:20px 30px 0 20px;
}
.logo {
    float:left;
    width: 300px;
    padding-bottom: 10px;
}
.tagline {
    font-size: 18px;
    line-height: normal;
    color: #e4c388;
    padding: 0;
    font-family: 'Georgia', serif;
    letter-spacing: 1px;
    text-align: center;
    max-width: 425px;
    float:right;
    font-size: italic;
}
.reset {
    clear: both;
}
.heading-bar{
    width: 100%; 
    background-color:#5c8cb3;
    height:10px;
}
table.evaluation, table.questions-table, table.modules {
    padding: 0 30px 0 25px;
    font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
    color: #006293;
}
table.questions-table {
    padding: 0 30px 0 25px;
    font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
    color: #006293;
}
.button {
    background-color: #006293;
    color: #fff;
}
.head-white-stripe {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 15px;
    padding-bottom: 15px;
}

/* END ADDED BY JB 032420 */

.main {
  background: #ffffff;
  /* background: -webkit-linear-gradient(#ffffff, #3a87be);
  background: -o-linear-gradient(#ffffff, #3a87be);
  background: -moz-linear-gradient(#ffffff, #3a87be);
  background: linear-gradient(#ffffff, #3a87be); */
  /* background:white;  */

  color: black;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;

  text-align: left;
  margin: 0 auto;
  padding: 0 auto;

  width: 100%;
  min-height: 100vh;
  position: relative;
  display: table;
  padding-bottom: 45px;
}

.logo {
  text-align: center;
  margin: 0 auto;
  padding: 0 auto;
}

.logo-container {
  text-align: center;
  width: 100%;
  margin: 30px auto 0 auto;
  font-family: 'Helvetica', sans-serif;
  align-content: center;
  position: relative;
}

.hea-logo {
  width: 170px;
  padding: 0 auto;
  margin: 0 auto;
  float: left;
}

.hcp-logo {
  height: 95.63px;
  padding: 0 auto;
  margin: 0 auto;
  float: right;
}

.content-area {
  margin: 0 auto;
  width: 950px;
  min-height: 655px;
  background: #ffffff;
  position: relative;
  display: table;
  margin-bottom: 0;
}

.content-area2 {
  padding: 0;
  margin: 0 auto;
  margin-top: 0;
  padding-top: 10px;
  width: 950px;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  height: 100px;
  position: relative;
  bottom: 0px;
}

.err-msg {
  color: red;
  font-weight: bold;
  width: 100%;
  margin: 20px;
}

.welcome {
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-image: url(images/module-portal.jpg);
  padding:40px 0 40px 0;
  margin-left: 20px;
  margin-right: 30px;  
  margin-top: 0px;
  font-weight: bold;
  text-shadow: 1px 1px 5px #333;
  letter-spacing: 1px;
  line-height: 1.1em;
}
.smaller {
  font-size: 26px;
}

hr.fancy {
  height: 1px;
  width: 90%;
  margin: 20px auto;
  color: #333;
  background: #333;
  border: 0;
}

hr.fancy-thin {
  height: 1px;
  width: 90%;
  margin: 5px auto;
  padding: 0 auto;
  color: #333;
  background: #333;
  border: none;
}

hr.bg-light-grey {
  background: #aaa;
}

hr.bg-superlight-blue {
  background: #d3d3f3;
}

hr.bg-grey {
  background: #777;
}

.w100,
hr.w100 {
  width: 100%;
}

.contact-info {
  margin: 20px auto 0px auto;
  display: inline-block;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #006293;
  font-weight: bold
}

.contact-info-message {
 
  display: inline-block;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #006293;
  font-weight: bold
}

section {
  text-align: center;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

table.tbl-rl {
  border-collapse: collapse;
  border: none;
  padding: 0 auto;
  margin: 0 auto;
}

table.tbl-rl th {
  text-align: right;
  width: 50%;
  padding: 10px 20px;
}

table.tbl-rl td {
  text-align: left;
  width: 50%;
  padding: 10px 20px;
}

input[name=modregcode] {
  width: 6em;
}

input[name=modmodcode],
input[name=modacccode] {
  width: 4em;
}

input[type=text] {
  border: 1px solid #aaa;
  padding: 5px 11px;
  border-radius: 7px;
  font-family: 'Helvetica', sans-serif;
  font-size: .9em;
  height: 12px;
  -webkit-transition: box-shadow 1s;
  /* Safari */
  transition: box-shadow 1s;
}

.captcha-container {
  text-align: center;
}

.captcha {
  vertical-align: bottom;
  display: inline-block;
  display: block;
  margin: 3px;
  text-align: center;
  margin-top: 15px;
  border-radius: 8px;
}

.captcha>div {
  margin: 0 auto !important;
}

button,
input[type=button],
input[type=submit] {
  padding: 10px 15px;
    margin-top: 10px;
  border: 0px;
  font-weight: bold;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #5c8cb3;
  text-transform: uppercase;
  font-kerning: 10px;
  /* gradient */
  /* background: #eee;*/
  /* For browsers that do not support gradients */
  /* background: -webkit-linear-gradient(#fff, #aaa);*/
  /* For Safari 5.1 to 6.0 */
  /* background: -o-linear-gradient(#fff, #aaa);*/
  /* For Opera 11.1 to 12.0 */
  /* background: -moz-linear-gradient(#fff, #aaa);*/
  /* For Firefox 3.6 to 15 */
  /* background: linear-gradient(#fff, #aaa);*/
  /* Standard syntax */

  cursor: pointer;

  -webkit-transition: box-shadow 1s;
  /* Safari */
  transition: box-shadow 1s;
}
/* - makes the pages jump around - removed 4/18/2020
button:focus,
button:hover,
select:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=button]:focus,
input[type=button]:hover,
a.fk-button:hover,
a.fk-button:focus {
  box-shadow: 0 0 6px 1px #99f;
  border: 1px solid #777;
}
*/
input[type=text]:focus,
input[type=text]:hover,
select:hover {
  box-shadow: 0 0 6px 1px #99f;
  outline: none;
}

.align-right {
  text-align: right;
}

table tr td.align-center,
.align-center {
  text-align: center;
  padding: 0 auto;
  margin: 0 auto;
  align-content: center;
}

.align-left {
  text-align: left;
}

.warning,
.info,
.success {
  text-align: center;
  font-family: 'Helvetica', arial, san-serif;
  padding: 12px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 14px;
  display: block;
}

.warning {
  background: #f2dede;
  color: #b94a48;
}

.info {
  background: #d9edf7;
  color: #3a87be;
}

.success {
  background: #dff0d8;
  color: #468847;
}

select,
cfselect {
  background: #ffffff;
  color: #000;
  position: relative;
  bottom: 2px;
  border: 1px solid #aaa;

  height: 24px;
  font-size: 1em;
  font-family: Helvetica, arial, sans-serif;
  font-weight: normal;

  -webkit-transition: box-shadow 1s;
  /* Safari */
  transition: box-shadow 1s;
}

input[type=submit].green {
  background: #bbffbb;
  color: #446644;
}

input[type=submit].red {
  background: #ffbbbb;
  color: #664444;
}

.icons-larger {
  font-size: 20px;
}

.wide {
  width: 557px;
}

.sortawide {
  width: 355px;
}

.phone-3 {
  width: 47px;
}

.phone-4 {
  width: 58px;
}

.firstlast {
  width: 195px;
}

.init {
  width: 14px;
}

.L6 {
  width: 90px;
}

.L10 {
  width: 114px;
}

.zipwidth {
  width: 60px;
}

.citywidth {
  width: 228px;
}

.extlabel {
  margin-left: 73px;
}

.modtitle {
  /* font-size: 30px;
  font-family: "Bellefair", "Times New Roman";
  color: black; */
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  padding: 20px 0 10px 0;
  /* Added BY JB 032520 */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #006293;
  font-weight: bold

}

td.sect_materials {
  font-size: 16px;
}

td.sect_materials ul {
  margin: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

td.sect_materials ul li:before {
  content: "↳";
  padding-right: 8px;
  color: blue;
}

.control-wrapper {
  display: block;
}

.controls,
div.controls {
  text-align: center;
  width: 100%;
  padding: 0 auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 12px;
  margin-top: -15px;
}

.questions-table {
  margin-top: 10px;
}

.controls button {
  margin: 10px 20px;
}

.bluerow td,
.bluerow th,
.bluerow {
  background: #d9edf7;
  color: #3a87be;
}

.bluerow td {
  border-radius: 10px;
  padding: 6px;
}

.b {
  font-weight: bold;
}

#display_message {
  width: 100%;
}

.display_message_wrapper {
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.inner-progbar {
  border-radius: 12px 0 0 12px;
  background: #3a87be;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.outer-progbar {
  border-radius: 12px;
  width: 100%;
  background: #c9dde7;
  position: relative;
  height: 20px;
  vertical-align: bottom;
  overflow: hidden;
}

.progbar-value {
  position: absolute;
  left: 45%;
  text-align: center;
  top: 1px;
  color: #228;
  font-weight: bold;
  font-size: 14px;
}

.progbar-wrapper {
  position: relative;
  vertical-align: top;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  display: inline-block;
}

.question-number {
  font-family: Helvetica;
  font-weight: bold;
  background: #c9dde7;
  color: #228;
  padding: 5px 10px;
  border-radius: 10%;
  display: inline-block;
  box-shadow: inset 0px 0px 4px #ffffff;
}

.down5 {
  position: relative;
  top: 5px;
  margin: 0;
  padding: 0;
}

.question-content {
  /* font-family: Bellefair, "Times New Roman"; 
  font-size: 22px; */
  font-size: 18px;
  display: inline-block;
  width: 700px;
  font-family: 'Open Sans', sans-serif;
  color: #006293;
}

.questions-table {
  margin: 0px;
}

.questions-table td,
.questions-table th {
  padding: 2px 10px;
}

.answer-row td,
.answer-row th {
  /* font-family: Bellefair, "Times New Roman";
  font-size: 18px; */
  padding: 7px 0;
  color: #006293;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.top-page-embedded-video {
  text-align: center;
  margin: 0 auto;
  padding: 0 auto;
}

button .b {
  border: none;
  display: inline;
  text-decoration: underline;
  color: blue;
  font-weight: bold;
  background: inherit;
  padding: inherit;
  margin: inherit;
}



.center {
  text-align: center;
  margin: 0 auto;
  padding: 0 auto;
}

.back-button {
  margin: 20px auto 0px auto;
}

.lightly-padded th,
.lightly-padded td {
  padding: 5px 10px;
}

.section-header {
  width: 50%;
  margin-left: 25%;
  text-align: center;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #006293;
  padding-top: 20px;
}

.module-resources {
  margin-left: 30px;
  border-radius: 10px 10px 10px 10px;
  color: #124;
  text-shadow: 0px 0px 4px #fff;
  background: #88a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fff, #55a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fff, #55a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fff, #55a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, #55a);
  /* Standard syntax */
  display: inline-block;
  padding: 5px 10px;
}

.player_hidden {
  display: none;
}

#request_info_change a {
  background: #D9EDF7;
  padding: 10px;
  color: #3a87be;
  text-decoration: none;
  border-radius: 10px;
  border: solid #D9EDF7 3px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

#request_info_change a:hover {
  background: white;
}