/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* 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;
}

.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"] {
  max-width: 280px;
}


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

.titleFont {
  font-weight: 600;
}

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

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

.rightBoxImage {
  height: 100%;
  min-width: 945px;
  max-height: 700px;
}

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

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

.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;
}

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

.footer-row {
  position: relative;
  top: -155px;
}

.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;
  margin-top: 10px;
}
.footer-icon{

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

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

.hr-bottom {
  margin-left: 7%;
  margin-right: 7%;
  opacity: 1;
  line-height: 2px;
}
hr:not([size]) {
  height: 2px;
  margin-top: 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;
}

@media screen and (max-width: 768px) {
  .footer-row {
      position: relative;
      top: -155px;
  }
}

/* END NEW DESIGN */


@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;
  }
}

@media screen and (min-width: 992px) {
  .last-row {
    margin-left: 38%;
  }
}

/* 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;
  }

  
}
@media screen and (max-width: 768px) {
  .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;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 0px;
  }
  .login-title {
    font-size: 36px;
  }

  .checkbox {
    left: 20px;
  }

  .navbar {
    width: 100%;
    top: 5px;
    margin: 4px;
    display: block;
  }

  @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 {
    position: relative;
    top: -155px;
  }

  #loginForm {
    
    margin-bottom: 60px;
  }
  .part-two-btn{
    top: 75%;
  }


}
