@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/****** Global *******/
.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important;; }
.mt20 { margin-top: 20px !important;; }
.mt30 { margin-top: 30px !important;; }
.mt40 { margin-top: 40px !important;; }

.mb10 { margin-bottom: 10px !important;; }
.mb20 { margin-bottom: 20px !important;; }
.mb30 { margin-bottom: 30px !important;; }
.mb40 { margin-bottom: 40px !important;; }

.mr10 { margin-right: 10px !important;; }
.mr20 { margin-right: 20px !important;; }
.mr30 { margin-right: 30px !important;; }

@media (min-width: 992px){ 
    .ml10 { margin-left: 10px !important;} 
}

.ml20 { margin-left: 20px !important;; }
.ml30 { margin-left: 30px !important;; }


.pt10 { padding-top: 10px !important;; }
.pt20 { padding-top: 20px !important;; }
.pt30 { padding-top: 30px !important;; }

.pb10 { padding-bottom: 10px !important;; }
.pb20 { padding-bottom: 20px !important;; }
.pb30 { padding-bottom: 30px !important;; }

.pr10 { padding-right: 10px !important;; }
.pr20 { padding-right: 20px !important;; }
.pr30 { padding-right: 30px !important;; }

.pl10 { padding-left: 10px !important;; }
.pl20 { padding-left: 20px !important;; }
.pl30 { padding-left: 30px !important;; }

.p20 { padding: 20px !important;; }
.p15 { padding: 15px !important;; }
.p1520 { padding: 15px 20px !important;; }

.aspire {
    color: #c72508;
}
.base {
    color: #f28f1e;
}
.rise {
    color: #6ebe44;
}
.ascend {
    color: #f4d230;
}
.peak {
    color: #51a7fa;
}
.apex {
    color: #2c2626;
}

.no-padd {
    padding: 0 !important;
}
.disabled {
    cursor: not-allowed !important;
}

.full-w {
    width: 100% !important;
}
.notice-wrap {
    background: #fffced;
    border: 1px solid #eeeeee;
    padding: 20px;
}
a:hover {
    -webkit-transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms;
    -o-transition: all ease-in 100ms;
    transition: all ease-in 100ms;
}

button.btn-green {
    border: 0;
    border-radius: 3px;
}
.main-h {
    color: #16446f;
    font-family: "Lato", sans-serif;
}
.btn-xl {
    padding: 9px 16px;
}
.btn-xl i {
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-left: 8px;
}
.btn-green {
    background: #6ebe44;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
}
.btn-green:hover {
    background: #67b240;
    color: white;
    text-decoration: none;
}
.btn:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-white {
    background: #ffffff;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #53585f;
    font-size: 16px;
}
.btn-white:hover {
    background: #fffff3;
}

.btn-gray {
    background: #eeeeee;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #53585f;
    font-size: 16px;
}
.btn-gray:hover {
    background: #fffff3;
}
.btn-blue {
    background: #51a7fa;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
}
.btn-blue:hover {
    background: #2f75b8;
    color: white;
    text-decoration: none;
}

/****** Styling *******/

body {
    position: relative;
    font-family: 'Open Sans', Arial, Helvetica;
    background: #f1f1f1;
}
#header {
    font-weight: 400;
    font-size: 2em;
    background: #16446f;
    border-color: #080808;
/*    padding: 10px 0;
    min-height: 80px; */
}
#header .sec-1 {
    background: url("https://s3.amazonaws.com/da-my/images/funnels/aspiretoday/secure-header-1.png") center center no-repeat;
    position: relative;
    text-indent: -9999px;
    line-height: 6rem;
}
#header .support {
    color: white;
    text-align: right;
    line-height: 5.5rem;
    font-size: 1.3rem;
    padding: 0 2rem;
}
#header .support .title {
    padding: 0;
    margin: 0;
    line-height:1rem;
    display: inline-block;
}
#header .support .email {
    line-height:1rem;
    display: inline-block;
}
#header .support .email strong {
    opacity: 0.8;
}
#header #sec-2 {
    padding: 8px 0 8px 50px;
    background: #f2f2f2 url("/assets/img/icons/lock-ico.png") 15px 8px no-repeat;
    border-radius: 2px;
    position: relative;
    top: 0.5rem;
}
#header #sec-2 p {
    color: #000;
    padding: 0 14px;
    font-size: 0.4em;
    text-align: right;
    line-height: 1.4em;
    border-left: 1px solid #d0d0d0;
    margin: 0;
}
#header #sec-2 p strong {
    font-size: 1.1em;
}
#header h4 {
    color: #e8f1ff;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 300;
}
#header h4 strong {
    color: #f4d230 !important;
}
#content-wrap {
    background: #fff;
    position: relative;
    padding: 20px 10px 0 10px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
#form-wrap .step-title {
    background: #16446f;
    color: white;
    font-weight: 700;
    padding: 15px 20px;
    margin: 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
#form-wrap .form-control {
    border-radius: 2px;
/*    padding: 5px 15px; */
    height:40px;
    border: 1px solid #d4d4d4;
    background: #feffff;
}
#form-wrap .step-title:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#form-wrap .step-wrap {
    border: 1px solid #e2e2e2;
    padding: 15px 20px 30px 0;
}
#form-wrap .step-wrap .input-group {
    padding: 15px 0 0 0;
    width: 100%;
}
#form-wrap .step-wrap label {
    padding: 0;
    text-align: right;
    font-weight: 600;
    line-height: 2.5em;
}


#form-wrap #CreditCardForm {
    padding: 0;
}
#form-wrap #CreditCardForm .advanced-security {
    background: #deefdd url("/assets/img/icons/secure-ssl-ico.png") top left no-repeat;
    font-weight: 400;
    font-size: 0.9em;
    padding: 15px 25px 5px 35%;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.17);
}
#form-wrap #CreditCardForm .advanced-security p {
    opacity: 0.8;
}
#form-wrap #CreditCardForm .card-info-wrap {
    padding: 40px 20px 20px 20px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
#form-wrap #CreditCardForm .card-info-wrap.step-wrap {
    padding: 40px 0px 20px 0px;
}
#form-wrap #CreditCardForm .credit-cards {
    background: url("/images/assets/img/icons/visa-mc-amex-dis.png") center center no-repeat;
    height: 40px;
}
#form-wrap #order-summary-wrap {
    background: #f3f3f3;
    padding: 0 30px 30px 30px;
    margin-bottom: 20px;
    box-shadow: inset 0px 0px 1px #989898
}

#form-wrap #order-summary-wrap::after {
    background: linear-gradient(-45deg, #fff 16px, transparent 0), linear-gradient(45deg, #fff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 12px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
#form-wrap #order-summary-wrap h5 {
    color: #16446f;
    font-weight: 700;
    border-bottom: 1px dotted #c1c1c1;
    padding: 25px 0 15px 0;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
#form-wrap #order-summary-wrap .term-wrap {
    font-size: 0.9em;
}
#form-wrap #order-summary-wrap h5 span {
    position: absolute;
    right: 30px;
    top: 28px;
    font-weight: 700;
    font-size: 0.75em;
    color: black;
}

#form-wrap #order-summary-wrap .question-cvv {
    background: lightgreen;
    display: block;
}
#form-wrap #order-summary-wrap #product-ordered-list li {
    display: inline-block;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 14px 0 12px 0;
    font-size: 1.2em;
/*    text-transform: uppercase; */
    font-weight: 700;
}
#form-wrap #order-summary-wrap .agreement {
    font-size: 0.9em;
}
#form-wrap #order-summary-wrap .agreement .highlight {
    color: #27ae60;
    text-decoration: underline;
    font-weight: 900;
/*    padding: 1px 3px; */
}
#form-wrap #CreditCardForm .question-cvv {
    position: relative;
    background:  #c1c1c1;
    color: white;
    font-weight: 900;
    font-size: 1.2em;
    border-radius: 50%;
    padding: 0 7px;
    top: 7px;
    left: -8px;
}
#form-wrap #CreditCardForm .exp-month {
    padding: 0 0 0 10px;
}
#form-wrap #CreditCardForm .exp-month .form-control {
    padding: 5px 10px;
}
#form-wrap #CreditCardForm .exp-year {
    padding: 0 10px;
}
#form-wrap #CreditCardForm .question-cvv:hover .overlay {
    display: block;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    transition: all ease-in 200ms;
}
#form-wrap #CreditCardForm .question-cvv:hover {
    background: #5d81b5;
}
#form-wrap #CreditCardForm .overlay{
    display: block;
    position: absolute;
    min-width: 200px;
    min-height: 180px;
    left: -90px;
    top: -180px;
    display: none;
    background: #fff url("/assets/img/icons/ccv-info.png") no-repeat center center;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    z-index: 1000;
}
#form-wrap .step-wrap .input-group input {
    width: 100%;
    display: block;
}
#form-wrap .step-wrap .input-group .phone-wrap {
    padding-right: 0;
}
#form-wrap .step-wrap .input-group .state-inp {
    position: relative;
}
#sidebar {
    padding: 0 30px;
}
#sidebar #features-list {
    margin: 0 0 15px 0;
}
#sidebar #features-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 0.85em;
    color: dimgray;

    font-weight: 600;
    background: url("/assets/img/icons/checked.png") 0px 3px no-repeat;
}
#sidebar .checkout-logo {
    padding: 0 30px 30px 30px;
}
#sidebar #security-info {
}
#sidebar  h3 {
    font-weight: 800;
    text-align: left;
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #16446f;
}
#sidebar .support {
    padding: 0;
}
#sidebar .support h3 {
    font-weight: 800;
    text-align: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #16446f;
}
#security-info .ico-wrap.ico1 {
    background: url("/assets/img/icons/sidebar-ico-1.png") top center no-repeat;
}
#security-info .ico-wrap.ico2{
    background: url("/assets/img/icons/sidebar-ico-2.png") top center no-repeat;
}
#security-info .ico-wrap.ico3 {
    background: url("/assets/img/icons/sidebar-ico-3.png") top center no-repeat;
}

#sidebar #security-info .ico-wrap {
    display: inline-block;
    float: left;
    text-indent: -9999px;
    min-height: 64px;
    width: 20%;
}
#sidebar #security-info .text-wrap {
    display: inline-block;
    width: 80%;
    padding-left: 5px;
}
#sidebar .underlined {
    border-bottom: 1px dotted #dadada;
    margin-top: 20px;
    padding: 0;
}
#sidebar #security-info h4 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #16446f;
}
#sidebar #security-info hr {
    border-color: rgb(218, 218, 218);
    margin: 5px 0 15px 0;
}
#sidebar #security-info p {
    font-size: 0.85em;
    line-height: 1.2em;
    padding-bottom: 0;
    margin-top: 3px;
    overflow: hidden;
}
#security-info span {
     display: inline-block;
     width: 36px;
     height: 36px;
     float: left;
     overflow: hidden;
     margin-top: 6px;
     margin-right: 10px;
}
#submit-btn {
    padding: 13px 30px;
    font-size: 1.55em;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
}
#submit-btn span {
    position: relative;
    top: -3px;
    right: -5px;
    margin-left: 10px;
}
.submit-btn-wrap {
    border-top: 1px dotted #c1c1c1;
    padding: 20px 0 0 0;
    margin-top: 20px;
}
.submit-btn-wrap .centering {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}
.icon-white {
    background: url("/assets/img/icons//arrow-right-w.png") no-repeat center center;
    display: inline-block;
    width: 6px;
    height: 10px;
}

footer {
    position: absolute;
    bottom: -200px;
    width: 100%;
    height: 100px;
    padding: 30px 0 20px 0;
    background: #eaeaea;
    color: #9e9e9e;
    border-top: 1px solid #d4d4d4;
}
footer p {
    padding: 0;
    font-size: 1em;
    margin: 0;
    font-weight: 300;
}
footer .referal-details {
    color: #9e9e9e;
    padding: 0 0 10px 0;
    display: inline-block;
}
footer a {
    color: #9e9e9e;
    padding: 0 0 5px 0;
    display: inline-block;
}
footer a:hover {
    text-decoration: none;
}
footer a::after {
    content: "|";
    padding: 0 15px;
}
footer a:hover::after {
    color: #9e9e9e;
    text-decoration: none;
}

@media (max-width: 991px) {
    #input-zipcode label {
        width: 100%;
        text-align: left !important;
    }
}

@media (max-width: 330px) {
    #header {
        width: 101%;
    }
    #header .sec-1 {
        background-size: 80% auto !important;
    }
}
@media (max-width: 768px) {
    #header {
        padding: 0;
        min-height: 70px;
    }
    .container {
        padding: 0;
    }
    #header > div {
        width: 100%;
        display: inline-block;
        padding: 0;
    }
    #header .sec-1 {
        line-height: 5rem;
        margin-top: 0.5rem;
        background-size: 88% auto;
    }
    #header .support {
        text-align: left;
        padding: 0.75rem 4rem 1rem 4rem;
        line-height: 2.5rem;
        background: #2c557c;
        bottom: -0.5rem;
        top: 0.5rem;
    }
    #header #sec-2 {
        width: 100%;
        float: none;
        position: inherit;
        font-size: 3.2rem;
        border-radius: 0;
        padding: 1rem 1rem 1.3rem 1rem;
        background-position: center right;
    }
    #header #sec-2 p {
        text-align: left;
        border: 0;
    }
    #form-wrap .step-wrap label {
        padding: 1.5rem 0 0 0;
        text-align: right;
        font-weight: 700;
        line-height: 1em;
    }
    #form-wrap #order-summary-wrap .term-wrap {
        font-size: 0.9em;
        padding: 0 3rem;
    }
    #form-wrap .step-title { font-size: 1.5rem; }
    #form-wrap .step-wrap {
        padding: 0.5rem 2rem 2.5rem 2rem;
    }
    #form-wrap .step-wrap .input-group {
        padding: 0 !important;
    }
    #form-wrap .step-wrap .input-group div {
        width: 100%;
        padding: 0 !important;
        display: inline-block;
    }
    #form-wrap .step-wrap .input-group > div input {
        width: 100%;
        display: inline-block;
    }
    #form-wrap {
        padding: 0;
    }
    #content-wrap {
        padding: 1rem;
    }
    #form-wrap #CreditCardForm {
        padding: 0;
        display: inline-block;
        padding-bottom: 20px;
    }
    #form-wrap #CreditCardForm .advanced-security {
        padding: 70px 2% 2% 5%;
    }
    #form-wrap #CreditCardForm .card-info-wrap {
        padding: 10px 20px 20px 20px;
    }
    #form-wrap #CreditCardForm .card-info-wrap div {
        text-align: left;
        padding: 0 !important;
        width: 100%;
    }
    #form-wrap #CreditCardForm .card-info-wrap label {
        padding: 0;
        margin-top: 10px;
    }
    #form-wrap #CreditCardForm .card-info-wrap input {
        margin: 0 !important;
    }
    #form-wrap #CreditCardForm .credit-cards {
        background-position: bottom left;
    }
    #whats-cvv {
        display: none;
    }
    #form-wrap #order-summary-wrap {
        padding:0;
        box-shadow: 0 0 0;
        display: inline-block;
    }
    #form-wrap #order-summary-wrap::after {
        border: 0;
        background: transparent;
    }
    #form-wrap #order-summary-wrap h5 {
        padding: 20px 20px;
    }
    #form-wrap #order-summary-wrap h5 span {
        top: 24px;
    }
    #form-wrap #order-summary-wrap #product-ordered-list li {
        font-size: 1em;
        text-align: left;
        padding: 1.5rem 1rem;
    }
    #form-wrap #order-summary-wrap h5 {}

    .submit-btn-wrap {
        border-top: none;
        padding: 0 0 0 0;
        display: inline-block;
        width: 100%;
    }
    #form-wrap #order-summary-wrap .term-wrap hr {
        display: inline-block;
        border-color: red;
        padding: 15px 0;
    }
    footer {
        padding: 20px 0 0 0;
    }
    footer a {
        text-align: center;
        width: 100%;
        font-size: 0.9em;
        font-weight: 600;
    }
    footer a::after {
        content: '';
    }
    footer div:last-child {
    }
    footer {
        position: relative;
        bottom: 0px;
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
        background: #eaeaea;
        color: #9e9e9e;
        border-top: 1px solid #d4d4d4;
    }
}

#expiry-date-separator {
    line-height: 38px;
    float: left;
    font-size: 20px;
    text-align: center;
}

@media (max-width:991px) {
    #form-wrap #CreditCardForm .exp-month {
        padding: 0 0 0 15px;
    }
    
    .col-md-5.exp-month, .col-md-6.exp-year {
        width: 45% !important;
        display: inline-block;
    }
    
    #expiry-date-separator {
        float: none;
        width: 10%;
    }
    
    
}

@media (min-width: 769px) and (max-width:991px) {
    #form-wrap #order-summary-wrap {
        height: 330px;
    }
    
    #cvv-div {
        display: inline-block;
        width: 90%;
    }
    
    #whats-cvv {
        display: inline-block;
        top: -24px;
    }
}

@media (min-width: 769px) {
    #cvv-group {
        margin-left: -10px;
    }
}
#cvv-div {
    padding-left: 25px;
}

@media (max-width: 441px) {
    #form-wrap #order-summary-wrap .term-wrap {
        padding: 0;
    }
    
    #form-wrap #order-summary-wrap .term-wrap .col-md-1.col-xs-1 {
        padding-left: 8px;
    }

}

#form-wrap #order-summary-wrap .term-wrap.row {
    margin-left: 0px;
    margin-right: 0px;
}
