@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap);
body {
    font-family: Montserrat,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    color: rgba(0,19,42,.69);
    margin: 0px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
textarea {
    resize: none;
  }


  
  .form-input-error-msg {
    display: none;
    padding: 4px 0;
    margin-bottom: 5px;
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    overflow: hidden;
}
.form-input-error-msg.show-error {
    display: block;
}
.alert.form-input-error-msg {
    padding: 4px;
    margin-bottom: 5px;
    color: #a94442;
    font-weight: bold;
}
.form-input-error-msg span.error-empty, 
.form-input-error-msg span.error-wrong {
    display: none;
}
.form-input-error-msg span.error-empty.show-error, 
.form-input-error-msg span.error-wrong.show-error {
    display: inline-block;
}

.error {
    border-color: red;
}

.normal .btn-group>.btn:first-child {
    width: 200px;
}

.full .btn-group>.btn:first-child {
    width: 275px;
}

.btn-group>.btn:first-child {
    width: 275px;
}
.btn-circle {
    margin-right: 10px;
margin-top: -5px;
}
.progress {
    height: 4px;
}
div.form-wrapper {
    width: 80%;
    max-width: 450px;
    margin: auto;
}
/*
.container img
{
    width: 46px;
}
*/
.setup-content{
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.setup-content .btn-group
{
    width: 100%;
}



/* header image */
.container {
    width: 100%;
    max-width: calc(64rem + var(--container_padding, 1rem)*2);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
    box-sizing: border-box;
}
.promo-header {
    position: relative;
    padding: 1.5rem 0 3rem;
    /* text-align: center; */
    background: #f8fafa;
}
.promo-header__images {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: .4;
}


.promo-header__image {
    position: absolute;
    bottom: 1px;
    left: 0%;
}

.promo-header__image_1 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: calc(100% - 2rem);
}
.promo-header__image_2 {
    height: calc(100% - 2rem);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.promo-header__images:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(248,250,250,0)),to(#f8fafa));
    background: linear-gradient(rgba(248,250,250,0),#f8fafa);
}
.formDiv
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;

}
.promo-header__form-container {
    position: relative;
    width: 100%;
    max-width: 24rem;
    margin: auto;
    z-index: 1;
    box-sizing: border-box;
}
.promo-header__form-border {
    border-radius: 1rem;
    box-shadow: 0 32px 64px rgba(0,38,66,.11);
    background: -webkit-gradient(linear,left bottom,left top,from(#178cb6),to(#21b2e6));
    background: linear-gradient(0deg,#fff,#fff);
    padding: .375rem;
}

#pr-lead-form {
    width: 100%;
    max-width: 26rem;
    margin: 0;
    font-family: Inter UI,sans-serif;
    font-size: .875rem;
    line-height: 1.375rem;
    text-align: left;
    border-radius: 13px;
}
.promo-header__logo {
    height: 3.5rem;
    margin: 0 auto 1.5rem;
}
.logo {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 4rem;
    -webkit-box-align: center;
    align-items: center;
    font-size: 32px;
    text-decoration: none;
    color: rgba(0,19,42,.69);
}

body.form-filling {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
.form-group label {
    font-size: 16px;
    font-weight: 700;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
}
h4 small {
    font-size: 59%;
}
.container .img-responsive
{
    width: 100%;
}

.ftext .title {
    font-size: 20px;
    line-height: 28px;
}
.ftext .text {
    margin-top: .5rem;
}
.ftext .text {
    font-size: 14px;
    line-height: 22px;
}

.logo__text {
    margin: auto;
    max-width: 38rem;
    font-size: 30px;
    line-height: 1.5rem;
    font-weight: 600;
    color: rgba(0,7,20,.84);
}
.promo-header__title {
    margin: auto;
    max-width: 64rem;
    font-size: 22px;
    line-height: 2rem;
    font-weight: 600;
    color: rgba(0,7,20,.84);
}
.promo-header__container {
    position: relative;
}
.container {
    width: 100%;
    max-width: calc(64rem + var(--container_padding, 1rem)*2);
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
    box-sizing: border-box;
}

.section__title {
    margin: 0 0 1rem;
    font-size: 32px;
    line-height: 2.5rem;
    color: rgba(0,7,20,.84);
    font-weight: 600;
}

.expander__title {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none !important;
    color: rgba(0,16,33,.71);
}
.expander__title .fa {
    font-size: 9px;
    margin-right: 10px;
}
.expander__title:hover {
    
    color: rgba(0,16,33,.71);
}

.faq [data-toggle="collapse"] .fa:before {   
    content: "\f077";
  }
  
  .faq [data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
  }

  


  

  .accordion__content {
    font-size: 14px;
    line-height: 1.25rem;
    padding: 10px 1.5rem 1rem;
}


.faq {
    padding-top: .5rem;
    padding-bottom: .5rem;
    
}
.faq {
    border-bottom: 0 solid rgba(0,38,66,.11);
}
.faq {
    border-bottom-width: 1px;
    width: 100%;
}
.faqList .faq:first-child {
    padding-top: 0;
    
}
.faqList .faq:last-child {
    border-bottom-width: 0px;
    
}



.arp .expander__title {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none !important;
    color: rgb(45, 133, 227);
}
.arp .expander__title .fa {
    font-size: 11px;
    margin-right: 10px;
}
.arp .expander__title:hover {
    
    color: rgb(45, 133, 227);
}

.arp [data-toggle="collapse"] .fa:before {   
    content: "\f068";
  }
  
  .arp [data-toggle="collapse"].collapsed .fa:before {
    content: "\f067";
  }

.arp {
    padding-top: .5rem;
    padding-bottom: .5rem;
    
}
.arp {
    border-bottom: 0 solid rgba(0,38,66,.11);
}
.arp {
    border-bottom-width: 1px;
    width: 100%;
}
.arpList .arp:first-child {
    padding-top: 0;
    
}
.arpList .arp:last-child {
    border-bottom-width: 0px;
    
}



.section_secondary-info-blocks .section__expander, .section_secondary-info-blocks .section__table {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.table_size_s {
    font-size: 12px;
    line-height: 20px;
}
.table {
    overflow: auto;
    border: 1px solid rgba(0,38,66,.11);
    border-radius: 3px;
}
.table.table td:first-child, .table.table th:first-child {
    border-left: 0;
}

.table_size_s td, .table_size_s th {
    padding: .375rem .5rem;
}
.table td, .table th {
    padding: .5rem 1rem;
    border: solid rgba(0,51,77,.04);
    border-width: 0 1px;
}
.table th {
    font-weight: 600;
}
.table tr:nth-child(2n) {
    background-color: rgba(0,51,77,.04);
}
user agent stylesheet
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.p__content {
    font-size: 14px;
    line-height: 1.25rem;
    padding: 10px 0 1rem;
}






.footer {
    font-size: 12px;
    line-height: 1.25rem;
    color: rgba(0,35,67,.54);
    background-color: #f8fafa;
}
.footer__segment_footer {
    padding: 2rem 0;
    border-top: 1px solid rgba(0,66,85,.11);
}
.footer__segment {
    padding: 1rem 0;
}
.footer__container_footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.footer__logo {
    height: 3rem;
    font-size: 24px;
}
.footer__contact-wrap {
    margin: 0 4rem;
}
.footer__subtitle {
    font-weight: 600;
    color: rgba(0,19,42,.69);
}
.footer__contact {
    display: block;
    text-transform: lowercase;
}



@media (max-width: 767px)
{
    .promo-header {
        padding-top: 2rem;
    }
    .promo-header__images {
        top: -5rem;
        height: 50%;
        opacity: .65;
    }
    .footer {
        padding-bottom: 4.25rem;
    }
    .footer__logo {
        padding-left: .75rem;
        width: 50%;
        height: 2.25rem;
        font-size: 16px;
    }
    .footer__contact-wrap {
        margin: 0;
        width: 50%;
        padding-left: .75rem;
    }
    .footer__container_footer {
        flex-wrap: wrap;
    }
    .footer__segment_footer {
        padding: 1rem 0;
    }
    .footer__copyright {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px dotted rgba(0,66,85,.11);
        width: 100%;
        text-align: center;
    }
    
}






