.header .custom-brand{
  width: 62%;
}
.brand-image{
  width: 500px;
}

.brand-image img{
  margin-top:10px;
}

.brand-label{
  float:left;
  margin-left:20px;
  min-height:30px;
  position:relative;
  margin-top:16px;
  color:#fff;
  font-size:15px;
}
.brand-label span:first{
  font-size: 3em;
}
.logo{
  float: left;
}
.brand-mini-label{
  top:-20px;
}
.header-start{
  display: flex;
  flex-direction: row;
}

@media  (max-width: 600px) {
  .header-start{
    align-items: center;
    display: block;
  }
  
.brand-image img{
  width: 12%;
  margin-top: 5px !important;
  /* text-align: center; */
  /* position: absolute; */
}
 .brand-label  {
    display: inline;
    font-size: 12px !important;
    margin-left:30px;
    position:relative;
  }

  .app > .header{
    height: 20vh;
  }

  a.applicationSelector h3{
    font-size: 18px;
}

a.applicationSelector::after{
    padding-bottom: 20px !important;
}
.startApp .col-sm-6{
    padding-bottom: 20px !important;
}
}

@media (max-width: 767px) {

  section.layout{
    margin-top: 80px;
  }
  .main-content{
    padding: 30px;
  }
  .main-container-header{
     padding: 30px;
  }
  
  .main-content .content-wrap .wrapper{
    margin-top: 0 !important;
  }

  ul.nav.navbar-nav{
    flex-direction: row;
    font-size:12px;
    position: relative;
    float: right;
    margin-top:-105px;
    /* line-height: 1.1 !important; */
    /* height: 40px !important; */
  }
  
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 5px;
  }
  .main-container-header{
    margin-top:30px;
  }
  .startAppSpace{
    margin-top: 25px;
}

.app .header-fixed + .layout {
        padding-top: 25px;
    }

}
.startAppSpace{
    margin-top: 45px;
}

section.form-header {
  margin-left: -10px;
  margin-right: -10px;
}

.main-container {
  margin-left: -15px;
  margin-right: -15px;
}
.faq-margin{
  margin-bottom: 60px !important;
}

.selected-date {
    background-color: yellow !important;
}

.selected-date.fc-state-highlight,
.selected-date:hover {
    background-color: yellow !important;
}
.fc-daygrid-day.past-date {
            background-color: #7a7676;
            cursor: not-allowed;
        }
.interview-receipt-notification{
  margin: 0 auto;
  max-width: 960px;
  padding:60px;
}
.small-container{
  max-width:600px;
  margin-top:20px;
}
.verifyPaymentHeader{
  margin-top:50px;
}

.payment-form{
  padding: 20px;
}

.payment-form .form-control{
  font-size: 1.25em;
    height: 41px;
}

.payment-form button {
    font-size: 18px;
    height: 41px;
}

.payment-form .text-center a.btn{
    font-size: 16px;
    height: 41px;
}

.payment-form p{
  font-size:15px;
  float: left;
}
.paymentEmail{
   margin-bottom:30px;
}
.leftCancel{
  margin-bottom:20px;
}
.editIcon{
  font-size:21px;
  text-decoration: underline;
}

.form-cover{
  background:white;
  padding:20px;
}

.padding-left-10{
  padding-left:10px;
}

.preview-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-bottom:20px;
  }


.dotted {
  border: none;
  border-top: 2px dotted #999; /* thickness & color */
  margin: 1rem 0;
}