/* Offering Profile page styles */

#top.product-template-default [id^="after_section_"] {
    display: none;
}

@media only screen and (max-width: 767px) {
    #top .offering-profile-go-back-block {
        margin-bottom: 0 !important;
    }

    #top #av_section_2 .content {
        padding-top: 0 !important;
    }
}

#top .offering-profile-go-back-block .avia-image-container {
    float: left;
    margin-top: 7px
}

#top .offering-profile-go-back-block .av_textblock_section {
    float: left;
}

/* Outcomes header */

#top .offering-profile-block-header-info {
    margin-bottom: 80px;
}

#top .offering-profile-block-header-info:before {
    float: left;
    content: '';
    display: block;
    width: 84px;
    height: 84px;
    visibility: visible;
    margin: 0 30px 20px 0;
}

@media only screen and (max-width: 767px) {
    #top .offering-profile-block-header-info:before {
        width: 58px;
        height: 58px;
        margin: 0 20px 20px 0;
        padding: 10px;
        box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.11);
        background-size: 80% !important;
    }
}

#top .invest-product-blue-section .offering-profile-block-header-info:before {
    background: url("/wp-content/uploads/product-mark-blue.png") center center no-repeat;
    background-size: contain;
}

#top .invest-product-orange-section .offering-profile-block-header-info:before {
    background: url("/wp-content/uploads/product-mark-orange.png") center center no-repeat;
    background-size: contain;
}

#top .offering-profile-block-header-info p {
    margin: 0;
}

#top .offering-profile-block-header-info h2 {
    margin: 0 0 15px 0;
    font-size: 34px !important;
}

#top .offering-profile-block-header-info p:last-child {
    font-size: 18px;
}

#top .offering-profile-block-header-info p strong {
    font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    display: block;
    margin-top: 5px;
    font-size: 34px !important;
}

#top .invest-product-blue-section .offering-profile-block-header-info p strong {
    color: #4492fc;
}

#top .invest-product-orange-section .offering-profile-block-header-info p strong {
    color: #fc9f44;
}

@media only screen and (max-width: 1000px) {
    #top .offering-profile-block-header-info h2 {
        font-size: 28px !important;
    }

    #top .offering-profile-block-header-info p strong {
        font-size: 24px !important;
    }

    .offering-profile-block-header-info {
        margin-bottom: 40px !important;
    }
}

/* Outcomes list */

#top .offering-profile-block-info {
    margin-bottom: 42px;
}

#top .offering-profile-block-info img {
    margin-left: -70px;
    margin-top: 10px;
    vertical-align: top;
    float: left;
}

#top .offering-profile-block-info strong {
    font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #242a32;
    margin: 10px 0 10px 0;
    display: inline-block;
}

#top .offering-profile-block-info p {
    margin: 0;
    padding-left: 70px;
    vertical-align: top;
}

#top .offering-profile-block-info br {
    display: none;
}

/* Top of stripped block - signed out */

#top .offering-profile-stripped-block .top-block {
    background-color: #2b323b;
    padding: 24px;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

#top .offering-profile-stripped-block .top-block .header {
    color: #fff;
    font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

#top .offering-profile-stripped-block .top-block .blue-button {
    background-color: #367bda;
    padding: 14px 0;
    border-radius: 30px;
    margin-bottom: 16px;
}

#top .offering-profile-stripped-block .top-block .blue-button a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#top .offering-profile-stripped-block .top-block .note {
    color: #898d96;
    font-size: 14px;
}

#top .offering-profile-stripped-block .top-block .note a {
    color: #367bda;
}

/* Top of stripped block - signed in */

#top .offering-profile-stripped-block .top-block .header-signed-in {
    margin-bottom: 10px;
}

#top .offering-profile-stripped-block .top-block .header-signed-in span.header-left {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    width: 49%;
}

#top .offering-profile-stripped-block .top-block .add-to-cart {
    height: 130px;
}

#top .offering-profile-stripped-block .top-block .add-to-cart .woocommerce-Price-amount,
#top .offering-profile-stripped-block .top-block .add-to-cart .added_to_cart {
    display: none;

}

#top .offering-profile-stripped-block .top-block .add-to-cart .add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
}

/*
#top .offering-profile-stripped-block .top-block .add-to-cart  .input-text{
	width: 100%;
	background-color: #2b323b;
	
	outline: none;
	font-size: 20px;
	color: #fff;
	border: solid 1px #898d96;
    padding: 10px 15px;
    margin-bottom: 15px;
}
*/


#top .offering-profile-stripped-block .top-block .add-to-cart .add_to_cart_button {
    background-color: #367bda;
    padding: 14px 0;
    border-radius: 30px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    width: 100%;
}


#top .offering-profile-stripped-block .top-block .header-signed-in span.header-right {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    color: #898d96;
    width: 49%;
}

#top .offering-profile-stripped-block .top-block .amount-control {
    border: solid 1px #898d96;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#top .offering-profile-stripped-block .top-block .amount-control div {
    color: #fff;
    font-size: 20px;
    float: left;
}


#top .offering-profile-stripped-block .top-block .amount-control .input-sign {
    color: #fff;
    font-size: 20px;
    float: left;
}


#top .offering-profile-stripped-block .top-block .amount-control .input-wrapper {
    color: #fff;
    font-size: 20px;
    padding-left: 18px;
    display: flex;
}

#top .offering-profile-stripped-block .top-block .amount-control .input-wrapper input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;

}

#top .offering-profile-stripped-block .top-block .amount-control .input-wrapper input.minus,
#top .offering-profile-stripped-block .top-block .amount-control .input-wrapper input.plus {
    width: 30px;
    height: 25px;
    line-height: 25px;
}

#top .offering-profile-stripped-block .top-block .amount-control .input-wrapper input[type="text"] {
    flex: 1;
    line-height: 25px;
    height: 25px;
}

/* Top of stripped block - incomplete profile */

#top .offering-profile-stripped-block .top-block.incomplete {
    background-color: #367bda;
    color: #fff;
}

#top .offering-profile-stripped-block .top-block.incomplete .header {
    font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
}

#top .offering-profile-stripped-block .top-block.incomplete .note {
    font-size: 16px;
    margin-bottom: 24px;
    text-align: left;
    color: #fff;
}

#top .offering-profile-stripped-block .top-block .white-button {
    background-color: transparent;
    border: solid 1px #fff;
    padding: 14px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 15px;
}

#top .offering-profile-stripped-block .top-block .white-button a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}

#top .offering-profile-stripped-block .top-block.incomplete .controls {
    text-align: left;
}

#top .offering-profile-stripped-block .top-block.incomplete .controls a {
    color: #fff;
    text-decoration: underline;
}

/* Stripped block - incomplete profile */

#top .offering-profile-stripped-block {
    width: 40%;
    margin-left: 10%;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25), inset 0 -1px 0 0 rgba(209, 209, 209, 0.5);
}

#top .offering-profile-stripped-block p {
    font-size: 18px;
    color: #242a32;
    text-align: center;
    padding: 24px 0;
    margin: 0;
}

#top .offering-profile-stripped-block p:nth-child(2n+1) {
    background-color: #e5e9f0;
}

#top .offering-profile-stripped-block p em {
    display: block;
    font-size: 12px;
}

/* Stripped block - footer */

#top .offering-profile-stripped-block .offering-profile-stripped-block-footer {
    margin-bottom: 24px;
}

#top .offering-profile-stripped-block .offering-profile-stripped-block-footer p {
    background: #fff;
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding: 0 100px 0 24px;
}

#top .offering-profile-stripped-block .offering-profile-stripped-block-footer p:first-child {
    padding-right: 0;
    float: right;
    margin: 48px 24px 0 0;
}

#top .offering-profile-stripped-block .offering-profile-stripped-block-footer p strong {
    font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    color: #242a32;
    display: inline-block;
    margin-top: 20px;
}

#top .offering-profile-stripped-block .offering-profile-stripped-block-footer a {
    display: inline-block;
    color: #367bda;
    font-size: 12px;
    padding: 10px 15px 10px 35px;
    margin-left: 15px;
    background: url('/wp-content/uploads/fal-fa-file.png') 10px center no-repeat #f8f9fb;
}

@media only screen and (max-width: 767px) {
    #top .offering-profile-stripped-block .offering-profile-stripped-block-footer {
        position: relative;
        padding-bottom: 30px;
    }

    #top .offering-profile-stripped-block .offering-profile-stripped-block-footer p {
        padding-right: 0;
        float: none;
    }

    #top .offering-profile-stripped-block .offering-profile-stripped-block-footer p:nth-child(3) {
        padding-bottom: 40px;
    }

    #top .offering-profile-stripped-block .offering-profile-stripped-block-footer p:first-child {
        float: none;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #top .offering-profile-stripped-block .offering-profile-stripped-block-footer a {
        padding: 10px 15px 10px 35px;
        margin-left: 0;
    }
}

/* Blue section */

#top .offering-profile-blue-block-info {
    margin-bottom: 40px;
}

#top .offering-profile-blue-block-info img {
    margin-left: -50px;
    margin-top: 10px;
    vertical-align: top;
    float: left;
}

#top .offering-profile-blue-block-info strong {
    font-family: 'montserrat', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 10px 0 10px 0;
    display: inline-block;
}

#top .offering-profile-blue-block-info p {
    margin: 0;
    padding-left: 50px;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
}

#top .offering-profile-blue-block-info br {
    display: none;
}

/* White facts list section */

#top .offering-profile-white-facts-block-header h2 {
    line-height: 1.5em;
}

#top .offering-profile-white-facts-block .offering-profile-facts-info-block {
}

#top .offering-profile-white-facts-block .offering-profile-facts-info-block em {
    text-align: center;
    display: block;
    background-color: #e0ebfd;
    width: 50px;
    border-radius: 25px;
    height: 50px;
    font-weight: bold;
    font-size: 32px;
    box-sizing: border-box;
    padding-top: 11px;
    font-style: normal;
    color: #367bda;
}

#top .offering-profile-white-facts-block .offering-profile-facts-info-block strong {
    font-weight: bold;
    font-size: 20px;
    color: #242a32;
}

#top .offering-profile-white-facts-block .offering-profile-facts-info-block p {
    font-size: 16px;
    color: #242a32;
}

#top .offering-profile-facts-button a {
    padding: 15px 30px;

}

#top .offering-profile-facts-link a {
    display: inline-block;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    #top .offering-profile-white-facts-block-header h2 {
        font-size: 32px !important;
    }

    #top .offering-profile-white-facts-section .content {
        padding-top: 0 !important;
    }

    #top .offering-profile-facts-info-block p:nth-child(3) {
        width: 70%;
    }

    .offering-profile-white-facts-block-button-block {
        padding: 10px 0 0 0 !important;
        margin-bottom: 0 !important;
    }

    .offering-profile-white-facts-block-link-block {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .offering-profile-white-facts-block-link-block a {
        margin-top: 0 !important;
        text-decoration: underline;
    }
}

#top .offering-profile-bottom-dark-section h2 {
    line-height: 1.5em;
    margin-bottom: 15px;
}


#top .offering-profile-bottom-dark-section p {
    color: #c3c6cd;
}

@media only screen and (max-width: 767px) {
    #top .offering-profile-bottom-dark-section h2 {
        font-size: 32px !important;
        line-height: 1.25em;
    }

    .offering-profile-bottom-dark-section-text-block {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }
}




