.main {
  height: 100vh;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
.v-center {
  vertical-align: middle;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.vidrow {
  background-color: white;
}

.HiddenButton {
  visibility: hidden;
}

#vidposter {
  cursor: pointer;
}

#vidposter1 {
  cursor: pointer;
}

#vidposter2 {
  cursor: pointer;
}

.video-btn {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.video-btn:hover {
  box-shadow: 7px 7px 10px #737373;
  transform: scale(1.1, 1.1);
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
  color: rgba(119, 119, 119, 1);
}

#custom-bootstrap-menu.navbar-default {
  font-size: 14px;
  background-color: rgba(186, 186, 186, 1);
  background: -webkit-linear-gradient(
    top,
    rgba(250, 245, 245, 1) 0%,
    rgba(186, 186, 186, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(250, 245, 245, 1) 0%,
    rgba(186, 186, 186, 1) 100%
  );
  border-width: 1px;
  border-radius: 4px;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
  color: rgba(119, 119, 119, 1);
  background-color: rgba(248, 248, 248, 0);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
  color: rgba(51, 51, 51, 1);
  background-color: rgba(248, 248, 248, 0);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(85, 85, 85, 1);
  background-color: rgba(231, 231, 231, 1);
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
  border-color: #ddd;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #bababa;
}

.navbar-brand-full {
  width: 100%;
}

.navbar {
  position: relative;
}

.brand {
  position: absolute;
  left: 50%;
  margin-left: -110px !important; /* 50% of your logo width */
  display: block;
}

.title {
  font-size: 24px;
  font-weight: 100;
  color: hsl(23, 100%, 39%);
  color: dimgray;
  margin-top: 40px;
  margin-bottom: 10px;
}

.login-title {
  font-family: amatic-sc, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  color: #9d693f;
  text-align: center;
}

.login-title-landing {
  font-family: amatic-sc, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9d693f;
  text-align: center;
}

.h-steps {
  margin-top: 5px;
  margin-bottom: 5px;
}

.h-steps-img {
  padding-top: 5%;
  max-width: 90%;
}

.h-steps-img2 {
  padding-top: 15%;
  max-width: 40px;
}

.btn-custom {
  box-shadow: inset 0px 1px 0px 0px #d1ac8e;
  background: linear-gradient(to bottom, #9d693f 5%, #9d693f 100%);
  background-color: #b58d6d;
  border-radius: 6px;
  border: 1px solid #7a4c26;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 28px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #784f2e;
}

.btn-custom:hover {
  background: linear-gradient(to bottom, #9d693f 5%, #b58d6d 100%);
  background-color: #9d693f;
}

.btn-custom:active {
  position: relative;
  top: 1px;
}

.myButton {
  box-shadow: 0px 10px 14px -7px #276873;
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  background-color: #599bb3;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #3d768a;
}

.myButton:hover {
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  background-color: #408c99;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.part-two-btnX:hover, .step-three-button:hover {
  opacity: 0.8;
}

.linkbox {
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  /*  color: #rgba(240, 221, 221, 1);
     font-weight: 600;
    margin: 0px auto 20px;
    width: 100%;*/
  text-align: center;
  line-height: 32px;
  padding: 15px 19px;
  overflow: hidden;
  box-shadow: 0px 1px 0px 1px rgba(250, 250, 250, 0.4) inset;
  /*  text-shadow: 1px 1px 0px rgba(250, 250, 250, 0.5);*/
  white-space: normal;
}

.link {
  font-family: "Source Sans Pro", sans-serif;
  font-family: Arial;
  font-weight: 100;
  text-decoration: underline;
  color: #f2b274;
  line-height: 32px;
  position: relative;
  top: -110px;
}

a.link:hover {
  color: #85270e;
}

#logingroup {
  width: 500px;
}
/*
    Vimeo iframe responsive embed
*/
.embed-container {
  position: relative;
  padding-bottom: 56%;
  padding-left: 0px;
  padding-right: 0px;
  height: 0;
  /*   overflow: hidden; */
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embed-container2 {
  position: relative;
  padding-bottom: 40%;
  padding-left: 0px;
  padding-right: 0px;
  height: 0;
  /*   overflow: hidden; */
  max-width: 100%;
}

.embed-container2 iframe,
.embed-container2 object,
.embed-container2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embed-container-testimonial {
  position: relative;
  padding-bottom: 15%;
  padding-left: 5px;
  padding-right: 5px;
  height: 0;
  /*   overflow: hidden; */
  max-width: 100%;
}

.embed-container-testimonial iframe,
.embed-container-testimonial object,
.embed-container-testimonial embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  border: none;
}

.responsive-width {
  font-size: 3vw;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
  width: 210px;
}


/* NEW DESIGN */
.leftBox {
  background-color: #001c32;
  color: #FFF;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 7%;
  min-height: 300px;
}
.leftBoxBusiness {
  background-color: #bfa374;
  color: #FFF;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 7%;
  min-height: 300px;
}

.titleFont {
  font-weight: 600;
}
.titleFont a{
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
}

.accentFont {
  color: #bfa374;
}
.accentBusinessFont {
  color: #001c32;
}

.rightBox {
  color: #000;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  min-height: 550px;
}

.rightBoxImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo {
  padding: 100px, 0;
  max-width: 350px;
  margin-top: 75px;
}

.btn-rounded {
  min-width: 100px;
  border-radius: 1.8em;
  border-color: #bfa374;
  padding: 0.15em 1em;
}

.text-rounded {
  border-radius: 1.8em;
  border-color: #bfa374;
  color: #FFFFFF;
  width: 200px;
  background-color: #001c32;
  text-align: center;
}

#loginForm {
  margin-top: 100px;
  margin-bottom: 220px;
}

.btmMargin {
  margin-bottom: 150px;
}

.formControlText {
  display: inline-block;
  margin-right: 20px;
  width: 210px;
}

.formControlBtn {
  display: inline-block;
  margin-left: 20px;
  height: 38px;
}

.footer-row {
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.footer-left {
  color: #FFF;
  text-align: left;

  padding-left: 7%;
}

.footer-right {
  color: #000;
  text-align: right;
  padding-right: 7%;
}
.footer-text{
  font-size:10px;
}
.footer-icon{

}
.footer-right a{
  color: #000;
}

.hr-top {
  margin-right: 7%;
  opacity: 1;
  line-height: 2px;;
}

.footer-hr {
  padding-left: 7%;
  padding-right: 7%;
}
hr:not([size]) {
  opacity: 1;
  line-height: 2px;
  height: 2px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}


/* END NEW DESIGN */

.disclosures {
  text-align: right;
  position: relative;
  /* float: right; */
  margin-right: 5%;
  font-size: 10px;
}

.disclosures a {
  color: #FFF;
  text-decoration: none;
}

.part-two-btn {
  position: relative;
  float: right;
  top: 80%;
  margin-right: 15%;
  cursor: pointer;
}
.main-play-btn-text,
.double-play-btn-text {
  font-size: 16px;
  color: #001c32;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.main-play-btn-text:hover,
.double-play-btn-text:hover {
  color: #bfa374;
}

.nextButton {
  position: relative;
  float: right;
  margin-right: 7%;
  background-color: #001c32;
  border: 1px solid #FFF;
  /*padding: 3px;*/
  font-size: 11px;
  font-weight: 600;
  top: 6px;
}

.nextButton:hover {
  background-color: #bfa374;
}

.backButton {
  position: relative;
  float: right;
  margin-right: 7%;
  background-color: #001c32;
  border: 1px solid #FFF;
  padding: 3px;
  font-size: 12px;
  font-weight: 600;

}


.backButton:hover {
  background-color: #bfa374;
}

.backStepButton {
  position: relative;
  float: right;
  margin-right: 7%;
  background-color: #001c32;
  border: 1px solid #FFF;
  /*padding: 3px;*/
  font-size: 12px;
  font-weight: 600;
  top: 6px;
}
.backStep2{
  margin-right: 7px;
}

.play-button {
  margin-top:35%;
  text-align: center;
}
.multiple-play-buttons {
  margin:auto;
  position:relative;
  display: inherit;
  margin-top:35%;
  text-align: center;
}
.backStepButton:hover {
  background-color: #bfa374;
}
@media screen and (max-width: 990px) {
  .h-steps {
    text-align: center;
  }

  .h-steps-img {
    text-align: center;
    width: 75px;
    margin: auto;
    padding-bottom: 5px;
  }

  .h-steps-img2 {
    margin: auto;
    width: 50px;
    padding-top: 10px;
  }

  .step-message {
    text-align: center;
  }
}

.list-group-item {
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 992px) {
  .last-row {
    margin-left: 38%;
  }
}
@media screen and (max-width: 992px) {
  .disclosures {
    /* float: left; */
    text-align: left;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .jumbotron {
    margin-top: 20px;
  }
  .body-content {
    padding: 0;
  }
  .leftBoxImage {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .embed-container2 {
    padding-bottom: 30%;
  }

  .embed-container-testimonial {
    padding-bottom: 30%;
  }
  .embed-container-testimonial iframe,
  .embed-container-testimonial object,
  .embed-container-testimonial embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91%;
    border: none;
  }
}
.double-play-btn {
  text-decoration: none;
}
.main-play-btn {
  text-decoration: none;
  /*position: relative;
  margin: auto;
  top: 35%;
  left: 35%;*/
}

.main-play-btn:hover img, .double-play-btn:hover img {
  opacity: 0.8;
}
.part-button {
  position: absolute;
  right: 7%;
  bottom: 50px;
}
.last-step {
  height: 50%;
}
@media screen and (max-width: 768px) {
  .last-step {
    height: 100%;
  }
  .nextButton,
  .backStepButton {
    margin-right: 0px;
  }
  .main-play-btn-text,
  .double-play-btn-text {
    font-size: 14px;
    line-height: 16px;
  }
  .list-group-item {
    padding: 0;
  }
  .part-button {
    position: relative;
    right: 0;
    bottom: 10px;
    padding-right: 15px;
  }
  .multiple-play-buttons,
  .play-button {
    /* margin-top:8%; */
  }
  .multiple-play-buttons img {
    width: 40% !important;
  }

  .main-play-btn {
    top: 14% !important;
    left: 41% !important;
  }
  .main-play-btn img {
    /* width: 12% !important; */
  }
  .hr-top {
    margin-right: 0;
  }
  .vidrow {
    text-align: center;
  }
  .embed-container-testimonial {
    padding-bottom: 56%;
  }

  .embed-container-testimonial iframe,
  .embed-container-testimonial object,
  .embed-container-testimonial embed {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 98%;
    border: none;
  }

  .logo {
    margin-top: 15px;
  }
  #loginForm {
    margin-top: 50px;
    margin-bottom: 180px;
  }
  body {
    padding-top: 0px;
  }
  .login-title {
    font-size: 36px;
  }
  .checkbox {
    left: 20px;
  }
  .navbar {
    width: 100%;
    top: 5px;
    margin: 4px;
    display: block;
  }
  .btmMargin {
    margin-bottom: 50px;
  }
  .leftBox, .leftBoxBusiness {
    padding-right: 15px;
    padding-left: 15px;
  }
  .formControlBtn {
    margin-left: 0px;
    width: 280px;
    height: 38px;
  }

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="select"] {
    width: 280px;
  }

  .formControlText {
    text-align: center;
    display: block;
    margin-right: 0px;
    margin: auto;
    width: 210px;
  }
  .footer-left {
    padding-left: 15px;
  }
  .footer-right {
    padding-right: 15px;
    text-align: right;
    margin-top: 3px;
  }
  .footer-hr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .login-input {
    margin-bottom: 15px;
  }
  .abs-troubletext {
    position: absolute;
    bottom: 0;
  }
  @viewport {
    width: 100vw; /*Sets the width of the actual viewport to the device width*/
  }
  .h-steps {
    text-align: center;
  }
  .h-steps-img {
    text-align: center;
    width: 75px;
    margin: auto;
    padding-bottom: 5px;
  }
  .h-steps-img2 {
    margin: auto;
    width: 50px;
    padding-top: 10px;
  }
  .step-message {
    text-align: center;
  }
  .footer-row {
    bottom: 1px;
  }

  #loginForm {
    margin-bottom: 10px;
  }
  .part-two-btn{
    top: 2%;
    margin-right: 0;
  }
  .part-two-btnX {
    width: 65%;
  }
}

@media only screen and (min-width: 1200px) {
  .modal-xl {
      /* max-width: 1640px; */
  }
}

@media only screen and (max-width: 1200px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
    }
}

@media only screen and (max-width: 992px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
    }
}

@media only screen and (max-width: 992px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
        max-width: 90%;
        max-height: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .modal-lg .modal-xl {
        /* max-width: none; */
    }
}

.modal-dialog {
    /* max-width: none;
    margin: none; */
}