  /**
 * Sequence Nav
 */
#sequence-form-nav {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #ffffff;
}
#sequence-form-nav .nav > li > a {
  color: #999999 !important;
  font-weight: bold;
  padding: 30px 40px;
  font-size: 18px;
  height: 78px;
  line-height: 20px;
}
#sequence-form-nav .nav > li::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 16px;
  width: 23px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#sequence-form-nav .nav > li.disabled.current::before {
  background-image: url('/wp-content/plugins/burson-sequence-form/assets/images/Menu_Indicator_Yellow.png');
}
#sequence-form-nav .nav > li.disabled.selected::before {
  background-image: url('/wp-content/plugins/burson-sequence-form/assets/images/Menu_Indicator_Black.png');
}
#sequence-form-nav .nav > li.disabled::before {
  background-image: url('/wp-content/plugins/burson-sequence-form/assets/images/Menu_Indicator_Grey.png');
}
@media only screen and (max-width : 920px) {
  #sequence-form-nav {
    border-top: 8px solid #999999;
    margin-bottom: 40px;
  }
  #sequence-form-nav span {
    display: none;
  }
  #sequence-form-nav .current span {
    display: block;
  }
  #sequence-form-nav ul.nav {
    text-align: center;
  }
  #sequence-form-nav .nav > li {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  #sequence-form-nav .nav > li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 58%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #sequence-form-nav .nav > li > a {
    padding: 30px 20px;
  }
  #sequence-form-nav .nav > li.current > a {
    padding: 30px 20px 30px 24px;
  }
}
/**
 * Sequence Forms
 */
.sequence-label {
  color: #000 !important;
  font-family: Helvetica !important;
  margin: 5px 0px 5px 0px !important;
}

/*@media only screen and (min-width: 992px){*/
    .sequence-submit {
        font-size: 14px !important;
        outline: none;
/*        padding-left: 50px !important;
        padding-right: 50px !important;*/
        font-family: "EurostileLT-Black", Verdana, Arial, sans-serif !important;
        border: none !important;
        border-radius: 0;
        text-transform: uppercase;
        background: #0065BD !important;
        color: #FFFFFF !important;
        height: 40px !important;
        line-height: 16px !important;
        padding: 0px 65px 0px 65px !important;
        margin: 0px 0px 0px 10px !important;
        max-width: 100%;
        font-weight: bold;
    }

  .sequence-submit:hover {
    background: #1A3869 !important;
    color: #FFFFFF !important;
}
/*
@media (max-width: 768px) {
    .sequence-submit {
        text-align: left;
        display: block;
        margin-top: 12px !important;
    }
}*/
/*}*/
/*@media only screen and (max-width: 992px){*/
    /*.sequence-submit {*/
        /*font-family: 'DEWALT HelveticaNeueLTCom-Cn', serif;*/
        /*background-color: #B01C2E !important;*/
        /*color: #000 !important;*/
        /*border-radius: 0 !important;*/
        /*border: none !important;*/
        /*text-transform: uppercase ;*/
        /*font-size: 16px !important;*/
        /*height: 36px !important;*/
        /*line-height: 16px !important;*/
        /*padding: 0px 20px 0px 20px !important;*/
        /*margin: 5px 0px 5px 0px !important;*/
        /*max-width: 100%;*/

        /*-moz-transform:rotate(-90deg);*/
        /*-ms-transform:rotate(-90deg);*/
        /*-o-transform:rotate(-90deg);*/
        /*-webkit-transform:rotate(-90deg);*/
        /*!*transform-origin: bottom right;*!*/
        /*z-index: 9999;*/
        /*position: fixed;*/
        /*right: 0;*/
    /*}*/
/*}*/
.click-here{
    background-color: #999999 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
    text-transform: uppercase ;
    font-size: 16px !important;
    height: 36px !important;
    line-height: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /*padding: 0px 20px 0px 20px !important;*/
    margin: 5px 0px 5px 0px !important;
    max-width: 100%;
}
.no-padding {
  padding: 0px !important;
}
.right-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 5px !important;
  padding-left: 0px !important;
}
p.sequence-instruction {
    color: #0065BD;
    font-family: "EurostileLT-Black", Verdana, Arial, sans-serif !important;
    font-size: 36px !important;
    margin-bottom: 16px !important;
    font-weight: 900;
    font-style: normal;
    line-height: 22px;
    margin-top: 14px !important;
}

.ee{
font-size: 16px !important;
}

p.sequence-instruction-secondary {
  color: #0065BD;
  line-height: 18px;
  font-family: "FFDINPro-Light", Verdana, Arial, sans-serif !important;
  font-size: 14px !important;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.sequence-container .container .row .col-md-6 p.sequence-instruction {
    margin-left: 18px !important;
}

.sequence-instruction + small {
    font-size: 14px;
    text-transform: capitalize;
}
/**
 * TABS - Responsive Bootstrap Tabs by @hayatbiralem
 */
@media screen and (max-width: 550px) {
  .nav-tabs-responsive > li {
      display: none;
      width: 23%;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
  }
  .nav-tabs-responsive > li > a {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      width: 100%;
      text-align: center;
      vertical-align: top;
  }
  .nav-tabs-responsive > li.active {
      width: 54%;
  }
  .nav-tabs-responsive > li.active:first-child {
      /*margin-left: 23%;*/
  }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
      display: block;
  }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
      /*-webkit-transform: scale(0.9);*/
      /*transform: scale(0.9);*/
  }
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
      -webkit-transition: none;
      transition: none;
  }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
      display: none;
  }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .nav-tabs-responsive > li.prev > a:after {
      /*content: "\e079";*/
      content: "<";
  }
  .nav-tabs-responsive > li.next > a:after {
      /*content: "\e080";*/
      content: ">";
  }
  .nav-tabs-responsive > li.dropdown > a > .caret {
      display: none;
  }
  .nav-tabs-responsive > li.dropdown > a:after {
      content: "\e114";
      content: "-";
  }
  .nav-tabs-responsive > li.dropdown.active > a:after {
      display: none;
  }
  .nav-tabs-responsive > li.dropdown.active > a > .caret {
      display: inline-block;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
      left: 0;
      right: auto;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
      left: auto;
      right: 0;
  }
}
.sticky-wrap {
    z-index: 999;
}

.sticky-wrap.is_stuck {
    z-index: 999;
    background: white;
    padding: 10px 0px;
    left: 0px;
    width: 100% !important;
    border-bottom: 8px solid #999999;
    right: 0px;
}

.sticky-wrap.is_stuck .row {
    max-width: 1050px;
    margin: 0 auto;
}

/*.fl-row-content-wrap{
   margin-bottom: 40px;
    margin-top: 40px;
}*/


@media (max-width: 426px) {
  p.sequence-instruction{
    font-size:22px !important;
  }
}

@media (min-width: 427px) and (max-width:626px) {
  
  p.sequence-instruction{
    font-size:27px !important;
  }

}

@media (min-width: 767px) and (max-width:928px) {
  
  p.sequence-instruction{
    font-size:28px !important;
  }

}

@media (max-width: 767px) {
  .sequence-submit {
    text-align: left;
    display: block;
    margin: 12px 0px 0px 0px !important;
    }
}
