/**
 * This CSS file contains all custom classes required for plugin.
 */
.hero {
    min-height: 600px
}

.hero-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 960px
}

.hero .join-hero-icon {
    font-size: 16px;
    text-transform: uppercase
}

.txt-nowrap {
    white-space: nowrap;
}

@media screen and (max-width:980px) {
    .hero .join-hero-icon {
        display: none
    }
}

@media screen and (max-width: 544px) {
    .modal-btn-resp {
        width: calc(50% - 10px);
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .step .renew-link {
        position: static !important;
        /* display: inline; */
    }

    .b2b-join-form .step__buttons--terms {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .site-footer .widget-title,
    .site-footer .textwidget {
        text-align: center;
    }

    .site-footer .footer-social-icon {
        margin: auto;
    }

    .site-footer .textwidget .gform_wrapper {
        padding-top: 0;
        margin-top: 0;

    }
}

.amcn-b2b-form-field {
    /* border: 2px solid #e9e9e9;
    border-radius: .25rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: .5rem 0;
    padding: 1rem .5rem 0;
    position: relative;
    transition: border-color .25s cubic-bezier(.25,.8,.25,1);
    width: 100%; */
}

.amcn-b2b-form-field input {
    width: 100%;
    border: 1.82px solid #ebebeb;
    padding: 5px 15px;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 42px;
    background-color: #ffffff !important;
}

/* .amcn-b2b-form-field.bg-white{
	background-color: white;
} */

.amcn-b2b-form-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.amcn-b2b-form-control {
    /* appearance: none !important;;
    background-color: transparent !important;
    border: 0;
    border-color: transparent !important;;
    border-radius: 0;
    box-shadow: none;
    color: #717779 !important;;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    line-height: normal;
    outline: 0;
    padding: .25rem 0; */
}

.amcn-b2b-form-field__error {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .95);
    border: 1px solid #acacac;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    color: #121212 !important;
    display: flex;
    flex-direction: row;
    font-size: .8125rem;
    left: 1rem;
    min-width: 180px;
    opacity: 1;
    padding: .5rem;
    position: absolute;
    top: 96%;
    transition: opacity .25s linear;
    z-index: 90;
}

.amcn-b2b-form-field__error:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fba738' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    box-sizing: border-box;
    content: " ";
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: .5rem;
}

.amcn-b2b-form-field--select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
    outline: none;
}

.form-error {}

.help-block {}

/* .b2b-join-form .amcn-b2b-form-field {
    padding: .5rem;
} */

.amcn-b2b-form-field.has-focus {
    border-color: #00529B;
}

/* .b2b-join-form .step {
    margin: 0 auto;
} */

.b2b-join-form .step fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
}

.b2b-join-form .step fieldset legend {
    /* border-bottom: 1px solid #969696;
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    position: relative; */
    font-size: 2.0625rem;
    line-height: 2.0625rem;
    color: #1C427C;
    font-weight: bold;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.step .renew-link {
    /* color: #767d7e;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 1.5rem;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    text-transform: none; */
    color: #333333;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: underline;
}

.step .renew-link label {
    padding-left: 5px;
}

@media screen and (min-width: 768px) {
    .step .renew-link {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.b2b-join-form .step__buttons {
    display: flex;
    justify-content: flex-end;
}

.b2b-join-form .step__buttons button {
    margin: 0;
}

.b2b-join-form .base-form-field {
    padding: .5rem;
}

.b2b-join-form .step__section {
    border-top: 1px solid #000;
}

.b2b-join-form hr {
    border: 1px solid;
    border-color: #eeebf2;
    background-color: #eeebf2;
    color: #eeebf2;
    margin-bottom: 1.5rem;
}

.b2b-coupon-code .b2b-join-form .step__buttons button {
    /* -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; */
    min-width: auto;
    min-height: 42px;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    line-height: 42px;
}

.confirm-box__section img#loader {
    position: absolute;
    bottom: 5px;
    right: 10px;
    /* background-color: #ff9f19; */
    padding: 5px 30px;
}

.b2b-join-form .step__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}

.b2b-join-form .step__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b2b-join-form .step__nav-item--active {
    color: #283a97 !important;
}

.b2b-join-form .step__nav-item {
    color: #777;
    margin: 0 .75rem;
}

.b2b-join-form .step__nav-item:before {
    content: " \2022 ";
    font-size: 36px;
    line-height: 20px;
    vertical-align: text-bottom;
}

/* .b2b-join-form .btn {
    margin-bottom: .5rem;
    margin-top: .5rem;
} */

.b2b-join-form .btn.btn-txt-wrap {
    white-space: normal;
    border-radius: 100px;
}

.b2b-join-form .step .additional-member {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b2b-join-form .step .additional-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b2b-join-form .step .align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b2b-join-form .plan {
    /* background-color: #d6d6d6;
    color: #428bca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: .5rem 0;
    padding: 1rem; */

    background-color: #5fa8d8;
    color: #ffffff;
    margin: 0.5rem 0;
    padding: 1rem;
    display: block;
}

.b2b-join-form .plan--active {
    background-color: #428bca !important;
    color: #fff !important;
}

.b2b-join-form .step__coupon {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b2b-join-form .step .align-center,
.b2b-join-form .step fieldset .row--info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b2b-join-form .step fieldset .row--info {
    font-size: 14px;
}

.b2b-join-form .step--3,
.b2b-join-form .step__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b2b-join-form .step--2,
.b2b-join-form .step--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.b2b-join-form .confirm-box {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.b2b-join-form .confirm-box__header {
    /* background-color: #1C427C;
    font-size: 1.4375rem;
    color: #5fa8d8;
    font-weight: bold;
    padding: 1rem 0;
    text-align: center; */
    /* text-transform: uppercase; */
    background-color: #283a97;
    padding: 1rem 1rem 0.6rem;
}

.b2b-join-form .confirm-box__header h3 {
    font-size: 21px;
    color: #5fa8d8;
    text-align: center;
    margin: 0;
}

.b2b-join-form .confirm-box__body {
    background-color: #eff1f2;
    font-size: 15px;
    padding: 1rem;
}

.b2b-join-form .confirm-box__section {
    margin-bottom: 1rem;
    position: relative;
}

.b2b-join-form .confirm-box__section .amcn-b2b-form-field {
    position: relative;
}

.b2b-join-form #plans_area {
    margin-bottom: 20px;
}

.b2b-join-form .plan__label,
.b2b-join-form .plan__price {
    display: inline-block;
}

.b2b-join-form .plan__price {
    float: right;
    text-align: right;
}

@media screen and (min-width: 768px) {

    .b2b-join-form .confirm-box__section .amcn-b2b-form-field,
    .b2b-join-form .confirm-box__section .step__buttons {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

    .b2b-join-form .confirm-box__section .amcn-b2b-form-field {
        width: calc(74% - 10px);
    }

    .b2b-join-form .confirm-box__section .step__buttons {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .b2b-join-form .confirm-box__section .amcn-b2b-form-field {
        margin-bottom: 10px;
    }

    .modal-content {
        width: 95% !important;
    }

    .modal-content .modalBody ol {
        padding-left: 20px;
    }
}

.b2b-join-form .confirm-box__section .icon {
    color: #283a97;
    float: right;
    font-size: 20px;
}

.b2b-join-form .confirm-box__body .title {
    /* color: #283a97;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: .5rem; */
    color: #283a97;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.b2b-join-form .confirm-box__info,
.join-form .confirm-box__member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b2b-join-form .confirm-box__info.cb-fix {
    -ms-flex-direction: unset;
    flex-direction: unset;
}

.b2b-join-form .confirm-box__info span,
.join-form .confirm-box__member span {
    margin-bottom: .5rem;
    line-height: 1.1;
}

.b2b-join-form .confirm-box__section span {
    word-break: break-word;
}

.b2b-join-form .confirm-box__info.cb-fix span {
    display: inline-block;
    width: 50%;
    padding-right: 3%;
}

.b2b-join-form .step__buttons--terms {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    /* border-top: 1px solid #000; */
    /* -ms-flex-pack: distribute;
    justify-content: space-around; */
    /*-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
    font-size: 13px;
    padding-top: 1.5rem;
}

.b2b-join-form .step__buttons--terms .has-data {
    margin-bottom: 10px;
}

.b2b-join-form .step__buttons--terms a {
    color: #1C427C;
    font-weight: bold;
    cursor: pointer;
}

.b2b-join-form .step__error--visible {
    display: block !important;
}

.b2b-join-form .step__error {
    /* background-color: rgba(255, 0, 0, .05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    display: none;
    margin-top: 1rem;
    padding: 16px; */
    background-color: rgba(255, 0, 0, 0.05);
    box-sizing: border-box;
    border: 1px solid red;
    border-radius: 4px;
    font-size: 14px;
    color: red;
    display: none;
    margin-bottom: 1rem;
    padding: 5px 10px;
}

.b2b-join-form .step--3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*** Modal CSS ***/
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    /*background-color: #f3f0e4;*/
    background-color: #fff;
    margin: 15% auto;
    /* 15% from the top and centered */
    border: 1px solid #888;
    width: 60%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #5E5E5E;
    border-radius: 0;
    padding: 25px;
}

.mb-fix {
    max-height: 300px;
    padding-bottom: 20px;
    overflow-y: auto;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.close:hover,
.close:focus {
    color: #212121;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .listElement,
.modal-content .subListElement {
    margin: 10px 40px;
}

.modal-content .subListElement {
    list-style-type: circle;
    margin: 10px 80px;
}

.modal-content .supSubListElement {
    list-style-type: circle;
    margin: 10px 100px;
}

.modal-content .modalTitle,
.modal-content .modalBody p {
    margin-bottom: 10px;
}

.modal-content .modalTitle {
    /*color: #cc651a;*/
    color: #000000;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


/* Business Plan Registration */

h3.bpr-heading {
    border-bottom: 1px solid #969696;
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.5;
}

.btn--accent.full {
    width: 100%;
}

.amcn-reg-content {
    min-height: 270px;
}

.errormsg {
    color: red;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 5px 0;
}

.errormsg.txt-ryt {
    text-align: left;
}

/* ---------- */

/* .btn--primary.add-btn{
	padding: 12px 9px 12px 11px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 0.5;
    min-width: auto;
    margin-right: 10px;
} */

.btn--accent.letter-space-fix {
    letter-spacing: 1.5px;
}

.modal-input {
    border: 2px solid #e9e9e9;
    border-radius: .25rem;
    padding: 10px 5px;
}

.flt-ryt {
    float: right;
}

.btn_california_residents.btn-blue {
    background-color: #283a97;
}

.pc_type_label {
    font-weight: 700;
    text-transform: uppercase;
}

.pg-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

@media screen and (min-width: 1024px) {
    .pg-cont {
        width: 75%;
    }

    .pg-cont .formUI.step {
        width: auto;
    }
}

.n-plans label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #5fa8d8;
    padding: 16px 1rem;
    margin: 8px 0 0 0;
    color: #FFFFFF;
  }

.d-none {
    display: none !important;
}