/* ============== Site Variables ============= */
/* ============== End Site Variables ============= */
/* ============== Site Settings ============= */
html p,
body p,
html ul,
body ul,
html ol,
body ol {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .025em;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5,
html h6,
body h6 {
  font-family: 'Open Sans', sans-serif;
}
html h1,
body h1 {
  font-size: 48px;
}
html h2,
body h2 {
  font-size: 36px;
}
html h3,
body h3 {
  font-size: 28px;
}
html h4,
body h4 {
  font-size: 26px;
}
html h5,
body h5 {
  font-size: 22px;
}
.blue-well {
  background: #f2f8ff;
  padding-bottom: 30px;
}
.blue-well a .clear-btn:hover {
  color: white !important;
}
.form-label {
  font-size: 18px;
  color: black;
  font-weight: 700;
}
.form-field {
  height: 43px;
  width: 100%;
  border: 1px solid #c6ccd3;
  padding-left: 10px;
  border-radius: 7px;
  font-size: 18px;
  color: black;
  margin-bottom: 15px;
}
.no-field {
  position: absolute;
  visibility: hidden;
}
.pull-up {
  margin-top: -20px;
}
.left-10 {
  margin-left: 10px !important;
}
.alert {
  position: relative;
  color: #e30000;
  display: none;
}
/* ======= Buttons ======== */
.blue-btn {
  height: auto;
  width: auto;
  background: #608ec3;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 7px;
  transition: background .35s;
  border: none;
}
.blue-btn:hover {
  background: #2a4565;
}
.blue-btn:disabled {
  opacity: 0.6;
}
.blue-btn:disabled:hover {
  background: #608ec3;
}
@media (max-width: 413px) {
  .blue-btn {
    font-size: 16px;
  }
}
.clear-btn {
  height: auto;
  width: auto;
  background-color: transparent;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 7px;
  border: 1px solid white;
  transition: all .35s;
}
.clear-btn:hover {
  background-color: #2a4565;
  color: white;
}
@media (max-width: 413px) {
  .clear-btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .clear-btn {
    width: 100%;
  }
}
/* ======= End Buttons ==== */
/* ======= Bootstrap Edits ===== */
@media (min-width: 1330px) and (max-width: 1499px) {
  .container {
    width: 1300px !important;
  }
}
@media (min-width: 1500px) and (max-width: 1649px) {
  .container {
    width: 1470px !important;
  }
}
@media (min-width: 1650px) and (max-width: 1799px) {
  .container {
    width: 1620px !important;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1770px !important;
  }
}
@media (max-width: 767px) {
  .set-fixed {
    width: 110% !important;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .set-fixed {
    width: 780px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .set-fixed {
    width: 1000px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .set-fixed {
    width: 1200px !important;
  }
}
@media (min-width: 1330px) and (max-width: 1499px) {
  .set-fixed {
    width: 1330px !important;
  }
}
@media (min-width: 1500px) and (max-width: 1649px) {
  .set-fixed {
    width: 1500px !important;
  }
}
@media (min-width: 1650px) and (max-width: 1799px) {
  .set-fixed {
    width: 1650px !important;
  }
}
@media (min-width: 1800px) {
  .set-fixed {
    width: 1800px !important;
  }
}
/* ======= End Bootstrap Edits ===== */
/* ============== End Site Settings ============= */
.hp-head {
  position: relative;
  height: auto;
  padding: 20px 15px;
  background: white;
}
.hp-head .img-responsive {
  display: inline-block;
}
.hp-head h2 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #666666;
  margin-top: 10px;
  display: block;
}
.hp-hero {
  position: relative;
  width: 100vw;
  height: auto;
  max-height: 840px;
  background: url('img/hero-bg.jpg') no-repeat;
  background-size: cover;
  padding: 280px 15px 125px 15px;
}
@media (max-width: 992px) {
  .hp-hero {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .hp-hero {
    padding: 75px 15px 125px 15px;
  }
}
.hp-hero .hero-text-container {
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
}
.hp-hero .hero-text-container h1 {
  color: white;
  font-style: italic;
}
@media (max-width: 767px) {
  .hp-hero .hero-text-container h1 {
    font-size: 11vw;
  }
}
.hp-hero .hero-text-container .right {
  padding-left: 105px;
}
@media (max-width: 767px) {
  .hp-hero .hero-text-container .right {
    padding-left: 0px;
  }
}
.hp-hero .btn-container {
  position: relative;
  margin-top: 40px;
}
.hp-hero .btn-container a {
  text-decoration: none;
}
.hosting-event {
  position: relative;
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hosting-event h4 {
  color: #666666;
  font-size: 18px;
  text-transform: uppercase;
}
.hosting-event p {
  font-size: 18px;
  color: #333333;
}
.hosting-event .left-col h3 {
  color: #2a4565;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.hosting-event .right-col .has-bottom-border {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c6ccd3;
}
.hosting-event .right-col h3 {
  font-size: 22px;
  color: black;
  margin-top: 0px;
}
.hosting-event .right-col h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
}
.hosting-event .right-col a {
  font-size: 18px;
  text-decoration: underline;
}
.at-risk {
  position: relative;
  height: auto;
  width: 100vw;
  padding: 55px 15px;
  background-size: cover;
  color: white;
}
.at-risk h2 {
  font-weight: 300;
  padding-bottom: 15px;
  letter-spacing: -0.025em;
}
.at-risk ul {
  padding: 0px;
}
.at-risk .btn-down {
  position: relative;
  margin-top: 25px;
  z-index: 2;
}
.at-risk .btn-down a {
  text-decoration: none;
}
.at-risk .has-img {
  position: relative;
  z-index: 2;
}
.at-risk .has-img img {
  display: none;
}
.at-risk .bg-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(90deg, #608ec2 46%, rgba(96, 142, 194, 0.75392164) 58%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.symptoms {
  position: relative;
  height: auto;
  width: 100vw;
  padding: 55px 15px;
  background-size: cover;
  background-position: right;
  color: white;
}
.symptoms h2 {
  font-weight: 300;
  padding-bottom: 15px;
  letter-spacing: -0.025em;
}
.symptoms ul {
  padding: 0px;
}
.symptoms .btn-down {
  position: relative;
  margin-top: 25px;
  z-index: 2;
}
.symptoms .btn-down a {
  text-decoration: none;
}
.symptoms .has-img {
  position: relative;
  z-index: 2;
}
.symptoms .has-img img {
  display: none;
}
.symptoms .bg-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(42, 69, 99, 0.75) 38%, #2a4563 55%);
  z-index: 1;
}
.hp-footer {
  height: auto;
  width: 100vw;
  background: #608ec3;
  padding: 30px 15px 40px;
}
.hp-footer h3 {
  color: black;
  font-weight: 400;
  line-height: 36px;
  font-size: 24px;
}
.hp-footer a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.hp-footer p {
  color: white;
  font-size: 14px;
}
.sub-header {
  position: relative;
  width: 100vw;
  height: auto;
  fpadding: 20px 15px 25px 15px;
  background-size: cover;
  background-position: right;
  background-color: white;
}
.sub-header .img-responsive {
  margin-top: 15px;
}
.sub-header h3 {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 32px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
}
.sub-header .right {
  padding-left: 105px;
}
.sub-header .container {
  position: relative;
  z-index: 2;
}
.sub-header .sub-gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(90deg, #ffffff 21%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 65%);
  z-index: 1;
}
@media (max-width: 767px) {
  .sub-header .sub-gradient {
    display: none;
  }
}
.steps-container {
  width: 100vw;
  height: auto;
  padding: 35px 15px 0px 15px;
  background: #666666;
  text-align: center;
  overflow: auto;
  color: #999;
  border-bottom: 10px solid #8cc152;
}
.steps-container a {
  color: #94c6ff;
  text-decoration: none;
  transition: color .35s;
  position: relative;
}
.steps-container a:hover {
  color: white;
  text-decoration: none;
}
.steps-container a:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 18px;
  color: #a4f54e;
  position: absolute;
  top: 0px;
  left: -23px;
}
.steps-container .active {
  color: white;
  border-bottom: 10px solid #8cc152;
}
.steps-container .steps-nav {
  padding: 0px;
  list-style: none;
  width: 950px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.steps-container .steps-nav li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  height: 50px;
}
.confirm-head {
  background: #e9e6d8;
  padding-left: 0px;
  padding-right: 0px;
}
.confirm-head .head-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.confirm-head .head-container h3 {
  color: black;
}
.confirm-head .head-container p {
  font-size: 18px;
}
.confirm-body {
  padding-top: 30px;
}
.confirm-body h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #2a4565;
}
.confirm-body h6 {
  color: #666666;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.confirm-body .left-body {
  border-right: 1px solid #2a4565;
}
@media (max-width: 767px) {
  .confirm-body .left-body {
    border-right: none;
  }
}
.confirm-body .location-details {
  padding-top: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e9e6d8;
}
.confirm-body .location-details h5 {
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  line-height: 26px;
}
@media (max-width: 991px) {
  .confirm-body .location-details h5 {
    line-height: 24px;
  }
}
.confirm-body .location-details h5 a {
  font-size: 18px;
  color: #608ec3;
  text-decoration: underline;
}
.confirm-body .time-details {
  padding-top: 15px;
  padding-bottom: 40px;
}
.confirm-body .time-details h5 {
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  line-height: 26px;
}
@media (max-width: 991px) {
  .confirm-body .time-details h5 {
    line-height: 24px;
  }
}
.confirm-body .time-details h5 a {
  font-size: 18px;
  color: #608ec3;
  text-decoration: underline;
}
.confirm-body .time-details h2 {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  float: left;
}
.confirm-body .time-details .calendar-btn {
  position: relative;
  height: auto;
  width: auto;
  border: 2px solid #e9e6d8;
  color: #608ec3;
  font-weight: 700;
  font-size: 18px;
  float: right;
  padding: 10px 15px;
  transition: all .35s;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .confirm-body .time-details .calendar-btn {
    float: none;
    clear: both;
  }
}
.confirm-body .time-details .calendar-btn .fa {
  margin-right: 7px;
}
.confirm-body .time-details .calendar-btn:hover {
  cursor: pointer;
  background: #c6ccd3;
  border: 2px solid #c6ccd3;
  color: white;
}
.confirm-body .time-details .addeventatc {
  position: relative;
  top: 15px;
}
@media (max-width: 449px) {
  .confirm-body .time-details .addeventatc {
    left: 15px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .confirm-body .time-details .addeventatc {
    left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .confirm-body .time-details .addeventatc {
    left: 15px;
  }
}
@media (min-width: 992px) {
  .confirm-body .time-details .addeventatc {
    left: 50px;
  }
}
.confirm-body .price-container {
  background: #edffd9;
  padding: 15px;
  margin-top: 25px;
}
.confirm-body .price-container .price-line {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}
.confirm-body .price-container .price-line .due {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  float: left;
  color: #666666;
  padding-top: 10px;
}
.confirm-body .price-container .price-line h2 {
  color: #8cc152;
  font-weight: 700;
  display: inline-block;
  float: right;
  padding-top: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .confirm-body .price-container .price-line h2 {
    float: none;
    clear: both;
  }
}
.confirm-body .price-container .pay {
  font-size: 24px;
  font-weight: 700;
  color: black;
  padding-top: 10px;
}
.confirm-body .package {
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e6d8;
}
.confirm-body .package h3 {
  font-size: 22px;
  color: black;
  font-weight: 400;
}
.confirm-body .package h3 .price {
  font-weight: 700;
  float: right;
  color: #2a4565;
}
@media (max-width: 767px) {
  .confirm-body .package h3 .price {
    float: none;
  }
}
.confirm-body .package h4 {
  font-weight: 700;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
}
.confirm-body .package ul {
  list-style: none;
}
.confirm-body .package ul li {
  position: relative;
  text-decoration: underline;
  transition: color .35s;
}
.confirm-body .package ul li:before {
  content: '';
  height: 8px;
  width: 8px;
  background: #608ec3;
  border-radius: 25px;
  position: absolute;
  top: 9px;
  left: -15px;
}
.confirm-body .package ul li:hover {
  cursor: pointer;
  color: #b5b3a8;
}
.confirm-body .screening {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e6d8;
  font-size: 22px;
  color: black;
  font-weight: 400;
}
.confirm-body .screening a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.confirm-body .screening:last-child {
  border-bottom: none;
}
.confirm-body .screening .price {
  font-weight: 700;
  float: right;
  color: #2a4565;
  font-size: 22px;
}
.social-well {
  margin-top: 35px;
}
.social-well .blue-well {
  text-align: center;
  color: #666666;
  font-size: 24px;
  font-weight: 400;
  padding-top: 35px;
}
.social-well .blue-well .fa {
  font-size: 36px;
}
@media (max-width: 767px) {
  .social-well .blue-well .social {
    margin-top: 25px;
  }
}
.social-well .blue-well ul {
  padding: 0px;
  list-style: none;
}
.social-well .blue-well ul a {
  color: #3f6ea4;
  text-decoration: none;
  transition: color .35s;
}
.social-well .blue-well ul a:hover {
  color: #608ec3;
}
.social-well .blue-well ul li {
  display: inline-block;
  position: relative;
  padding: 0px 15px;
}
.social-well .blue-well ul li:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #b5b3a8;
  position: absolute;
  top: 0px;
  right: 0px;
}
.social-well .blue-well ul li:last-child:after {
  content: '';
  height: 0px;
  width: 0px;
}
.form-head {
  padding-top: 60px;
  padding-left: 0px !important;
}
@media (max-width: 767px) {
  .form-head {
    padding-top: 0px;
  }
}
.form-head .row {
  padding-left: 0px;
  margin-left: 0px;
}
.form-head h5 {
  color: #2a4565;
  text-transform: uppercase;
  font-weight: 700;
}
.form-head h4 {
  color: #333333;
}
.form-head h4 strong {
  color: #2a4565;
}
.form-head .clear-btn {
  color: #527ba8;
  border: 1px solid #527ba8;
  position: relative;
  width: 185px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.form-head .clear-btn:hover {
  color: white;
  cursor: pointer;
}
.farm-member {
  margin-top: 25px;
}
.farm-member .blue-well {
  padding: 30px 35px;
}
.farm-member .blue-well h5 {
  font-size: 24px;
  font-weight: 700;
  color: #2a4565;
}
.farm-member .blue-well p {
  margin-top: -5px;
  font-size: 18px;
}
.pack-container {
  position: relative;
  margin-top: 25px;
}
.pack-container .option {
  position: relative;
  border: 1px solid #e8e6d7;
  margin-bottom: 35px;
}
.pack-container .option .option-head {
  width: 100%;
  height: auto;
  min-height: 95px;
  text-align: center;
  padding: 10px;
}
.pack-container .option .option-head h5 {
  color: white;
  font-size: 22px;
  font-weight: 400;
}
.pack-container .option .option-head h6 {
  color: black;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.pack-container .option .option-price {
  background: #f2f8ff;
  padding: 15px;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 115px;
}
.pack-container .option .option-price p {
  color: #333333;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.pack-container .option .option-price h4 {
  font-size: 26px;
  color: #333333;
  letter-spacing: -0.05em;
  display: inline-block;
  border-bottom: 2px solid #e30000;
  height: 17px;
  padding: 0px 2px;
  margin-top: -20px;
}
.pack-container .option .option-price h1 {
  font-size: 42px;
  color: #2a4565;
  letter-spacing: -0.05em;
  font-weight: 700;
  display: inline-block;
  margin-top: 0px;
}
.pack-container .option .option-price .left {
  float: left;
  width: 40%;
}
.pack-container .option .option-price .right {
  text-align: right;
}
.pack-container .option .option-body {
  position: relative;
  height: auto;
  min-height: 250px;
  width: 100%;
  background: #fafafa;
  padding: 20px;
}
@media (max-width: 767px) {
  .pack-container .option .option-body {
    min-height: 200px;
  }
}
.pack-container .option .option-body ul {
  list-style: none;
  padding: 0px;
}
.pack-container .option .option-body ul li {
  position: relative;
  text-decoration: underline;
  padding-left: 10px;
  color: #333333;
  transition: color .35s;
  margin-bottom: 7px;
}
.pack-container .option .option-body ul li:hover {
  color: #666666;
  cursor: pointer;
}
.pack-container .option .option-body ul li:before {
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 10px;
  background: #608ec3;
  position: absolute;
  top: 10px;
  left: 0px;
}
.pack-container .option .option-footer {
  position: relative;
  padding: 20px 0px;
  background: #e8e6d7;
}
.pack-container .option .option-footer .blue-btn {
  position: relative;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.pack-container .option-1 .option-head {
  background: #8cc152;
}
.pack-container .option-2 .option-head {
  background: #608ec3;
}
.pack-container .option-3 .option-head {
  background: #ffb000;
}
.pack-container .blue-well {
  margin-top: 30px;
  padding: 35px 45px;
  margin-left: 0px;
  margin-right: 0px;
}
.pack-container .blue-well .clear-btn {
  border: 1px solid #608ec3;
  color: #608ec3;
}
@media (max-width: 767px) {
  .pack-container .blue-well .clear-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pack-container .blue-well .blue-btn {
    margin-top: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pack-container .blue-well .blue-btn {
    float: right;
  }
}
.form-container {
  padding-top: 35px;
  font-size: 18px;
  position: relative;
}
.form-container h5 {
  font-size: 22px;
  color: #2a4565;
  font-weight: 700;
  padding-bottom: 10px;
}
.form-container .form {
  min-width: 1000px;
}
@media (max-width: 767px) {
  .form-container .form {
    min-width: 100%;
    width: 100%;
  }
}
.form-container .no-min {
  min-width: 0px !important;
}
.form-container .location-form {
  position: relative;
  width: 100% !important;
  min-width: 100% !important;
  height: auto;
  display: block;
}
.form-container .location-form .location-form-body {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.form-container .form-body {
  position: relative;
  width: 100%;
  min-width: 600px;
  height: auto;
}
@media (max-width: 767px) {
  .form-container .form-body {
    min-width: 100%;
  }
}
.form-container .form-body .field-set {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.form-container .form-body .field-set .ui-datepicker-trigger {
  position: absolute;
  margin-top: 1px;
  left: 25px;
  height: auto;
  max-height: 42px;
  width: 40px;
  border-right: 1px solid #c6ccd3;
  padding: 7px 10px 7px 3px;
}
.form-container .form-body .field-set #datepicker {
  position: relative;
  padding-left: 60px;
}
.form-container .table-head {
  background: #e9e6d8 !important;
  font-weight: 700;
  color: black;
  border-bottom: 2px solid #b5b3a8;
  padding: 20px 15px;
  position: relative;
  z-index: 2 !important;
}
@media (max-width: 767px) {
  .form-container .table-head {
    font-size: 14px;
    display: none;
  }
}
.form-container .form-line {
  position: relative;
}
.form-container .form-line .location {
  position: relative;
  width: 100%;
  height: 90px;
  display: block;
  padding: 25px 15px 35px 15px;
  border-bottom: 2px solid #c6ccd3;
}
.form-container .form-line .location:nth-child(odd) {
  background: #f5f5f5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-container .form-line .location {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .form-container .form-line .location {
    height: 160px;
    padding: 25px 15px 35px 15px;
  }
}
.form-container .form-line .location .check-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  height: 100px;
  margin-top: -30px;
  padding-top: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-container .form-line .location .check-label {
    height: 110px;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .form-container .form-line .location .check-label {
    font-size: 16px;
    height: auto;
  }
}
.form-container .form-line .location .check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-container .form-line .location .check-label:hover input ~ .checkmark {
  background-color: #eee;
}
.form-container .form-line .location .check-label input:checked ~ .checkmark:after {
  display: block;
}
.form-container .form-line .location .check-label input:checked ~ .checkmark {
  background-color: #608ec3;
}
.form-container .form-line .location .check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #608ec3;
}
.form-container .form-line .location .check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-container .form-line .location .check-label .distance {
  line-height: 25px;
  font-size: 13px;
  color: #b5b3a8;
}
.form-container .form-line .location .checkmark:after {
  left: 6px;
  top: 0px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-container .form-line .location .col-xs-5 {
  padding: 0px;
  margin: 0px;
}
.form-container .form-line .location .col-xs-5 .col-xs-11 {
  padding: 0px;
  margin: 0px;
}
.form-container .form-line .location p {
  font-size: 18px;
  line-height: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-container .form-line .location p {
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-container .form-line .location p {
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .form-container .form-line .location p {
    font-size: 14px;
  }
}
.form-container .form-line .location a {
  font-size: 16px;
  text-decoration: underline;
  color: #608ec3;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .form-container .form-line .location a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .form-container .form-line .location .times {
    padding-left: 85px;
  }
}
.form-container .form-line .location .times strong {
  color: #2a4565;
}
@media (max-width: 767px) {
  .form-container .form-line .location .the-date {
    padding-left: 85px;
  }
}
@media (max-width: 767px) {
  .form-container .form-line .location .dates {
    padding-left: 25px;
  }
}
.form-container .form-line .more-fields-container {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  padding: 15px 15px 35px 15px;
  background: #edffd9;
  display: none;
  border-bottom: 2px solid #c6ccd3;
}
.form-container .form-line .more-fields-container .row {
  padding-top: 20px;
}
.form-container .blue-well {
  margin-top: 60px;
  max-width: 100vw;
}
@media (max-width: 767px) {
  .form-container .blue-well {
    margin-left: 0px;
    width: 100%;
  }
}
.form-container .blue-well .buttons {
  position: relative;
  height: auto;
  width: 100%;
  display: block;
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .form-container .blue-well .buttons {
    text-align: center;
    width: 100%;
  }
}
.form-container .blue-well .buttons .clear-btn {
  border: 2px solid #608ec3;
  color: #608ec3;
  padding: 10px 60px;
}
.form-container .blue-well .buttons .clear-btn:disabled {
  opacity: 0.6;
}
.form-container .blue-well .buttons .clear-btn:disabled:hover {
  background-color: transparent;
}
.form-container .blue-well .buttons .blue-btn {
  padding: 10px 60px;
}
@media (max-width: 767px) {
  .form-container .blue-well .buttons .blue-btn {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .form-container .blue-well .buttons .blue-btn {
    float: right;
  }
}
.form-container .blue-well .buttons .step-1 .blue-btn {
  margin: 0px !important;
}
.the-days {
  padding-top: 25px;
}
.the-days .day {
  position: absolute;
  margin-top: -5px;
  left: -1px;
  font-weight: 400;
  color: #8cc152;
}
@media (max-width: 1199px) {
  .the-days .day {
    left: 0px;
  }
}
.the-days .av-times {
  display: none;
}
.the-days .av-times:first-child {
  display: block;
}
.info-form {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.info-form .form {
  min-width: 0px !important;
  width: auto;
  max-width: 100%;
}
.info-form .form .form-body {
  width: 100%;
  min-width: 0px;
}
.personal .blue-well {
  padding-top: 25px;
  padding: 25px 30px;
}
.personal .blue-well h5 {
  font-size: 24px;
}
.personal .blue-well p {
  font-size: 18px;
  margin-top: -10px;
}
.sub-footer {
  position: relative;
  text-align: center;
  border-top: 1px solid black;
  margin-top: 30px;
  padding-top: 30px;
  z-index: 1;
}
.sub-footer .sub-copy {
  color: #666666;
  font-size: 14px;
}
.description-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 9999 !important;
  display: none !important;
}
.description-modal .bg-container {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.description-modal .modal-body-container {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 768px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.description-modal .modal-body-container .close-zip {
  color: white;
  position: relative;
  top: 5px;
  left: 95%;
  font-size: 40px !important;
  opacity: .7;
  z-index: 3;
}
.description-modal .modal-body-container .close-zip:hover {
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 767px) {
  .description-modal .modal-body-container .close-zip {
    left: 85%;
  }
}
.description-modal .modal-body-container .descrition-container {
  position: relative;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  width: 100%;
  display: block;
  padding: 30px;
  background: white;
  color: #2a4565;
  font-size: 18px;
  border-radius: 7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .description-modal .modal-body-container .descrition-container {
    width: 85%;
    padding: 15px;
  }
}
.change-zip-modal {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 9999 !important;
  display: none;
}
.change-zip-modal .bg-container {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.change-zip-modal .close-zip {
  color: white;
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 40px !important;
  opacity: .7;
  z-index: 3;
}
.change-zip-modal .close-zip:hover {
  cursor: pointer;
  opacity: 1;
}
.change-zip-modal .zip-body {
  position: relative;
  height: auto;
  width: 450px;
  padding: 50px 0px;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 7px;
  color: #608ec3;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .change-zip-modal .zip-body {
    width: 100%;
    max-width: 450px;
  }
}
.change-zip-modal .zip-body h4 {
  padding-bottom: 20px;
}
.change-zip-modal .zip-body .form-field {
  height: 40px;
  width: 175px;
  padding-left: 10px;
  font-size: 18px;
}
.change-zip-modal .zip-body .blue-btn {
  height: 40px;
  padding: 5px 20px;
  text-align: center;
  margin-left: 25px;
}
.greenify {
  border: 2px solid #8cc152 !important;
  background: #edffd9 !important;
}
.screenings {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
}
.screenings .screening-option {
  margin: 0px 0px 10px 0px;
  padding: 20px 30px;
  border: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .screenings .screening-option {
    height: auto;
    min-height: 175px;
    width: 100%;
    padding: 20px 20px 60px 20px;
  }
}
@media (max-width: 767px) {
  .screenings .screening-option .tsh-toggle {
    width: 100%;
    height: auto;
  }
}
.screenings .screening-option .screen-name {
  font-size: 18px;
  font-weight: 700;
}
.screenings .screening-option .learn-more {
  font-size: 16px;
  color: #608ec3;
  text-decoration: underline;
  letter-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  .screenings .screening-option .learn-more {
    padding-bottom: 5px;
  }
}
.screenings .screening-option .screen-cost {
  font-size: 24px;
  color: #2a4565;
  font-weight: 700;
}
@media (min-width: 768px) {
  .screenings .screening-option .screen-cost {
    text-align: right;
  }
}
/* =========== Toggle Radio ============ */
/* ON/OFF Switch */
.onoffswitch {
  position: relative;
  width: 85px;
  height: 35px;
  display: inline-block;
  font-size: 80%;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0;
  height: 38px;
  width: 85px;
}
.onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 100%;
  color: #ffffff;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 15px;
  padding-top: 5px;
  background-color: #8cc152;
  color: #ffffff;
  height: 37px;
  font-size: 16px;
}
.onoffswitch .onoffswitch-inner:after {
  content: "No";
  padding-right: 20px;
  padding-top: 5px;
  background-color: #fafafa;
  color: #333333;
  text-align: right;
  height: 37px;
  font-size: 16px;
}
.onoffswitch .onoffswitch-switch {
  width: 35px;
  height: 35px;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 57px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
}
.toggle-group {
  position: relative;
}
.toggle-group input[type=checkbox] {
  position: absolute;
  left: 10px;
  visibility: hidden;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.toggle-group input[type=checkbox]:focus ~ .onoffswitch {
  outline: thin dotted #333;
  outline: 0;
}
.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 85px;
  z-index: 1;
  height: 24px;
  font-weight: 200;
}
.aural {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.aural:focus {
  clip: rect(0, 0, 0, 0);
  font-size: 1em;
  height: auto;
  outline: thin dotted;
  position: static !important;
  width: auto;
  overflow: visible;
}
.hide-me {
  display: none;
}
.farm-member .toggle-group {
  position: relative;
}
@media (min-width: 1200px) {
  .farm-member .toggle-group {
    margin-top: 25%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .farm-member .toggle-group {
    margin-top: 45%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .farm-member .toggle-group {
    margin-top: 50%;
    transform: translateY(-50%);
  }
}
.screening-option .toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 85px;
  padding-top: 5px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 100%;
  font-weight: 200;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  border-radius: 7px;
  border: 1px solid #c6ccd3;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: white;
  border-radius: 7px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 32px;
  height: 43px;
  width: 40px;
  color: #608ec3;
  top: 0px;
  right: 7px;
  padding-left: 12px;
  border-left: 1px solid #c6ccd3;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-left: 1px solid #c6ccd3;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: black;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: relative;
  background-color: white;
  width: 100.8%;
  top: 93%;
  left: -1px;
  z-index: 99;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-left: 1px solid #c6ccd3;
  border-bottom: 1px solid #c6ccd3;
  border-right: 1px solid #c6ccd3;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover {
  background-color: #608ec3;
  color: white;
}
.no-pad-top {
  padding-top: 0px !important;
}
.left-15 {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .bottom-btn {
    text-align: right;
  }
}
/* LESS by Harsh */
.container #existing-phone {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.container ul#search_list {
  position: relative;
  margin-top: -10px;
  padding: 0px;
  list-style-type: none;
  overflow-y: auto;
  max-height: 125px;
  background: white;
  margin-top: -16px;
  border: 1px solid #c6ccd3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.container ul#search_list li {
  color: #337ab7;
  cursor: pointer;
  padding: 5px 10px;
  border-bottom: 1px solid #c6ccd3;
}
.container ul#search_list li:last-child {
  border-bottom: none;
}
.ajax-loader {
  width: 30%;
}
.ajax-loader img {
  display: none;
}
.phone-search {
  width: 70%;
}
@media (max-width: 767px) {
  .phone-search {
    width: 100%;
  }
}
a.to_location:hover {
  text-decoration: none;
  color: #fff !important;
}
.select2-container{
  width: 100%!important;
}
.select2-container--default .select2-selection--single{
  height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  width: 40px;
  height: 42px;
  border-left: 1px solid #c6ccd3;
}