@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* light blue: 0083CB */
/* dark blue: 002946 */

body {
  font-family: Montserrat;
  text-align: center;
}
.table {
  text-align: left;
  background: white;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  color:#0082ca;
}
.btn {
  font-weight: 700;
}
.blue {
  color: #0083cb;
}
.blue-bg {
  background-color: #0083cb;
}
.btn-white {
  background-color: white;
  color: #0083cb;
}
.btn-blue {
  background-color: #0083cb;
  color: white;
}
.btn-green {
  background-color: #66CC99;
  color: white;
}
.navy-bg {
  background-color: #002946;
}
.gray-bg {
  background-color: #eee;
}

.black-bg{
  background:#000;
}

.dark-bg p, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5 {
  color: white;
}

.section {
  padding: 60px 0 50px;
}

h5.formHeader{
  text-align: left;
  padding: 10px 40px;
}

/********** NAVBAR **********/
nav.bg-dark {
  background: #0083cb !important;
}

/********** HEADER **********/

#homeVideo {
  position: relative;
  background-color: black;
  /*set the video height in percentage*/
  height: 45vh; /*80vh;*/
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  /* border-top: 15px solid #0082ca; */
}
@media (min-width:1150px){
  #homeVideo{
    height:60vh;
  }
}

  @media (min-width:1650px){
    #homeVideo{
      height:80vh;
    }
  }


@media (max-width:575px){
  .applyNow{
    margin-top:20px !important;
  }
}

  #homeVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  #homeVideo .container {
    position: relative;
    z-index: 2; }
  #homeVideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/hero.jpg);
    background-size:cover;
    /* background-color: black; */
    opacity: 1;
    z-index: 1; }
  #homeVideo h1 {
    color: #fff;
    font-size: 50px;
    text-transform: none; }
    @media (max-width: 767px) {
  #homeVideo h1 {
    /*position:relative;
     float:left;*/
    font-size: 30px; } }
/* all mobile devices */
/* @media (pointer: coarse) and (hover: none) {
 #homeVideo {
 background: url('../images/mobile-bg.jpg') black no-repeat center center scroll;
 }
 #homeVideo video {
 display: none;
 }
 } */
    
.video-overlay-box {
  background-color: rgba(0,41,70, 0.7);
  padding: 40px 20px;
  max-width: 700px;
  margin: auto;
}

/********** INTRO **********/
#intro .icons i {
  font-size: 36px;
  margin: 10px 20px;
}

/********** HOW **********/
.how-detail {
  max-width: 180px;
  margin: 15px auto 30px;
}

/********** EXAMPLES **********/
#examples video {
  max-width: 100%;
  margin: 20px 0;

  background: #fff;
  border-radius: 10px;
  border-top: 35px solid #fff;
  border-bottom: 35px solid #fff;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}

/********** REQUESTS **********/
.table .btn {
  white-space: nowrap;
}
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}
/********** FORM **********/
input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="number"]  {
  width: 100%;
  margin: 5px 0 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
input[type="submit"] {
  background-color: #66CC99;
  color: white;
  padding: .5rem 1rem;
  font-size: 21px;
  border-radius: .3rem;
  font-weight: 700;
  border: none;
}

input[type="file"] {

  /* background-color: #66CC99;
  color: white;
  padding: .5rem 1rem;
  font-size: 21px;
  border-radius: .3rem;
  font-weight: 700; */
  background-color: #fff;
  padding: .5rem 1rem;
  border-radius: .3rem;
  border: none;
  margin-bottom:15px;
}

#formPage .actions{
  text-align: center;
}
/********** HUBSPOT OVERRIDES **********/

.hs-form fieldset {
  max-width: 100% !important;
}
.hs-form .hs-input {
  font-family: Montserrat !important;
}
.hs-form .input {
  padding: 0 15px;
  margin: 0 !important;
}
.hs-form .hs-input.error {
  border: 1px solid #dc3545 !important;
}
.hs-form label, .hs-form p {
  color: white !important;
}
.hs-form label {
  text-align: left;
  font-size: 12px;
/*  display: block;
*/  padding: 0 15px;

}
.hs-form .hs-error-msgs {
  padding: 0;
  list-style: none;
}
.hs-form .hs-error-msg {
  background: #dc3545;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 15px;
}
@media (max-width: 400px) {
  .hs-form .hs-input {
    width: 100% !important;
  }
}

/****************************/
/*        FORM PAGE         */
/****************************/

.navbar-brand img,
#terms .navbar-brand img,
#privacy .navbar-brand img{
  max-height:60px;
}

.navbar,
#terms .navbar,
#privacy .navbar{
  padding:15px 25px;
}

.navbar div,
#terms .navbar div,
#privacy .navbar div{
  color:#fff;
}

.nav-btn{
  background-color: #66CC99;
  color: white;
  padding: .5rem 1rem;
  font-size: 18px;
  border-radius: .2rem;
  font-weight: 700;
  border: none;
  text-decoration:none;
  /* margin:0 15px; */
}

.thumbnail{
  background: url('../images/thumbnail.jpg') black no-repeat center center scroll;
  background-size: cover;
  /* width:100%; */
  height:100%;
}

#homeVideo.formVideo{
  height: 50vh;
}

#video{
  max-width:100%;
}

.formVideo video{
  height:100% !important;
  display:none;
}

#formPage .video-overlay-box{
  background:none;
}

#formPage .video-overlay-box h1{
  /* text-shadow: 3px 3px 4px rgba(150, 150, 150, 1); */
  color:rgba(255, 255, 255, .5);
}

.playContainer{
  padding-left: 7%;
}

.playBtn{
  cursor:pointer;
  height: 100%;
  display: block;
}

.tagline{
  padding-left:3em;
}

.tagline h1{
  text-align: left !important;
}

#formPage #how{
  text-align: left !important;
  box-shadow: 0.3em 0.3em 1em rgba(0,0,0,0.2);
  border-radius: 6px;
}

#formPage #how h4,
#formPage #examples h2{
  color:#0082ca;
}

#formPage #intro{
  text-align:left !important;
}

#formPage .how-detail {
  max-width: 100%;
  margin: 0;
}

.work-section{
  padding: 10px;
}

#formPage #signup{
  border-radius: 6px;
  /* text-align:center !important; */
  padding: 60px 20px 50px;
}

.section.how{
  padding:20px 0;
}

.text-right{
  text-align: right;
}

.text-left{
  text-align:left;
}

#faq h2{
  color:#0082ca;
  margin-bottom:3rem;
}

.faqs{
  text-align:left;
}

.faqs h4{
  margin-top:2rem;
}


/****************************/
/*        FORM PAGE 2       */
/****************************/

.form2 .hs-form div:nth-child(4) label,
.form2 .hs-form div:nth-child(5) label{
/* .form2 .hs-form label{ */
  display:block;
  text-align:center;
  margin:10px 0;
}

.form2 .hs-form select{
  width: 100%;
    margin: 5px 0 15px;
    padding: 10px;
    border-radius: 5px;
}

.form2 .hs-form div:nth-child(4) input{
  color:#fff;
  margin-left:20%;
}

/****************************/
/*          FOOTER          */
/****************************/

#footer{
  text-align:center;
}

#footer a{
  color:#fff;
  margin-right:20px;
}

/****************************/
/*    TERMS & PRIVACY       */
/****************************/

body#terms,
body#privacy{
  text-align:left;
}

#terms h1,
#privacy h1{
  color:#0082ca;
}

.terms,
.privacy{
  padding: 40px 0;
}

/****************************/
/*        RESPONSIVE        */
/****************************/

@media (max-width: 767px){
  .signup-btn{
    display:none;
  }

  #formPage .navy-bg{
    background-color:transparent;
    color: #666666;
  }

  #formPage .navy-bg label,
  #formPage .navy-bg span{
    color:#666666;
  }

  .form2 .hs-form div:nth-child(4) input{
    color:#666666;
  }

  #formPage .navy-bg ul{
    list-style:none;
    padding-left:0;
  }
  
  #formPage .navy-bg h2{
    color:#000;
  }

  #formPage .navy-bg p{
    color:#0082ca !important;
  }

  .playContainer,
  .tagline h1{
    text-align:center !important;
  }

}

@media (min-width: 768px){
  .signup-arrow{
    display:none;
  }
}

@media (min-width: 2000px){
  #formPage .tagline h1{
    font-size:75px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 30px 20px;
  }
  #homeVideo,
  #homeVideo.formVideo {
    min-height: 200px;
    height: 300px;
  }
  /* #homeVideo .overlay {
    background-color: rgb(0,41,70);
    opacity: 0.3;
  } */
  #homeVideo video {
    max-height: 100%;
  }
  .video-overlay-box {
    background-color: unset;
    padding: 0;
  }
  /*#homeVideo {
    background: url('../themes/dms//assets/images/mobile-bg.jpg') black no-repeat center center scroll;
    background-size: cover; }

  #homeVideo video {
    display: none; }*/
}

#signup a{
  color:#99d0ef;
}

@media (max-width: 550px){
  #formPage #how{
    border-radius:0;
    box-shadow: none;
  }

  #formPage #how .container{
    padding-left:0;
    padding-right:0;
  }
}

.sib-form .input_replaced {
  position:relative !important;
}

@media (max-width: 326px){
  .questionEmail{
    font-size:12px;
  }
}