
input[type='checkbox'] {
  display:none;
}

input[type=text]{
  width: 97.5%;
}

.text_label {
  width: 100%;
  text-align: left !important;
}

#interest5Other {
  display: none;
}

#Begin-div {
  margin: 0 auto;
  width: 80%;
}

#begin, #submit {
  background-color: #355B70;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  margin-top: 40px;
}

#submit {
  display: none;
}

input[type=checkbox] + label:hover{
  background-color: #34b2f3;
}

input[type=checkbox]:checked + label{
  background-color: #34b2f3;
}

.hover{
  font-size: 12px;
  font-weight: bold;
}

button:hover, label:hover, #submit:hover {
  cursor: pointer;
}

ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: block;
}

/* Float the list items side by side */
ul.tab li {
  display: inline-block;
  font-size: 1.15em;
}

/* Style the links inside the list items */
ul.tab li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #666666;
  background-color: #355B70;

  color: #ffffff;
  border-radius: 4px;
  margin: auto 5px;
  width: 150px;
  height: 140px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
  background-color: #34b2f3;
}

/* Create an active/current tablink class */
ul.tab li a:focus {
  background-color: #34b2f3;
}

.opt1_img {
  margin: 15px auto;
  margin-bottom: 5px;
}

.width {
  width: 80px;
  height: 80px !important;
}

.height {
  height: 80px !important;
}

/* Style the tab content */
.tabcontent {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 125px;
  height: 150px;
  width: 400px;
  background-color: #fff;
  color: #000 !important;
}

#default {
  display:block;
}

#message {
  display: block;
  margin: 5px auto;
  padding: 10px;
  border: 1px solid red;
  background-color: pink;
  border-radius: 4px;
  font-size: 1.2em;
  width: 80%;
}

.page-content {
  margin: 30px;
  width: 93%;
  text-align: center;
}

#progress_container {
  text-align: center;
  width: 100%;
}

#content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/contact_background.png);
  color: #fff;
}

#form_contact {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

#comments {
  width: 97.5%;
}

.q5check {
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #666666;
  background-color :#355B70;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}

.small {
  position: relative;
  width: 75px !important;
  display: inline-block;
  margin: 5px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 1.15em;
  vertical-align: top;
  top: 10px;
  width: 80%;
}

.consent-text {
  width: calc(100% - 140px);
  margin: 10px 5px;
  display: inline-block;
  text-align: left !important;
  font-size: 1.1em;
}

#consent_container {
  display: none;
}

#opt-left {
  width: 50%;
  position: relative;
  float: left;
  padding: 5px;
}

#opt-right {
  width: 40%;
  position: relative;
  float: right;
  padding: 5px;
}

h2 {
  margin-bottom: 10px;
}

h2, .questions {
  color: white;
}

h3 {
  margin-bottom: 10px;
}

h3, .questions {
  color: white;
}


.more_info {
  position: relative;
  float: right;
  font-weight: bold;
  margin: 5px;
  left: -25px;
  font-size: 1.3em;
}
