.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.section1 {
    background-color: #f5f7fa;
    background-image: url('../images/Fee-schedule-cover.png');
    background-position: 50%;
    background-size: auto;
    border-bottom: 1px solid #e4ebf3;
    padding: 80px 30px 20px;
    position: relative;
}

.container {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.hero-wrapper-two {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.margin-bottom-24px {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 30px;
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #0000;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: all .2s;
}

    .button-primary:hover {
        color: #fff;
        background-color: #0000;
    }

    .button-primary:active {
        background-color: #43464d;
    }

.heading {
    font-size: 40px;
}

.heading-2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.heading-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
}
.italic-text {
    color: #fff;
}

.section-2 {
    text-align: left;
    border-bottom: 1px solid #e4ebf3;
    padding: 80px 30px;
    position: relative;
}

.pricing-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template: "."
        / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
}

.pricing-card {
    background-color: ivory;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 0;
    display: flex;
    position: relative;
    box-shadow: 0 15px 10px #0003;
}

    .pricing-card.featured-pricing {
        z-index: 2;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        box-shadow: 0 15px 10px #0003;
    }

.pricing-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
}

.pricing-title {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.pricing-subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
}

.pricing-price {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.paragraph-regular {
    font-size: 14px;
    line-height: 20px;
}

    .paragraph-regular.margin-bottom-20 {
        margin-bottom: 20px;
    }

.button-primary-2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

    .button-primary-2:hover {
        color: #fff;
        background-color: #32343a;
    }

    .button-primary-2:active {
        background-color: #43464d;
    }

    .button-primary-2.outline-button {
        color: #1a1b1f;
        background-color: #0000;
        box-shadow: inset 0 0 0 1px #1a1b1f;
    }

        .button-primary-2.outline-button:hover {
            color: #fff;
            background-color: #1a1b1f;
        }

.pricing-divider {
    background-color: #76879d1a;
    align-self: stretch;
    height: 1px;
    margin: 20px -24px 110px;
}

.pricing-feature-list {
    background-color: #fff;
    align-self: stretch;
}

.pricing-feature {
    background-image: url('../images/');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    align-self: stretch;
    margin-top: 16px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
}

.pricing-tag {
    color: #3a4554;
    background-color: #fff;
    border-radius: 24px;
    padding: 7px 16px;
    position: absolute;
    top: -19px;
    box-shadow: 0 3px 10px #96a3b533;
}

.button-1 {
    color: #38a37f;
    background-color: #fff;
    border: 3px solid #38a37f;
    border-radius: 40px;
    flex: 0 auto;
    align-self: flex-start;
    padding: 15px 10px 15px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 0;
}

    .button-1:hover {
        color: #fff;
        background-color: #38a37f;
    }

    .button-1:active {
        color: #fff;
        background-color: #38a37f;
        border-color: #38a37f;
    }

.text-block {
    color: #fff;
    text-align: center;
    background-color: #38a37f;
    margin-left: 23px;
    margin-right: 23px;
    padding: 10px;
    font-weight: 700;
}

.pricing-card-3 {
    background-color: #e6e6e6;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 0 28px;
    display: flex;
    position: relative;
    box-shadow: 0 15px 10px #0003;
}

    .pricing-card-3.featured-pricing {
        z-index: 2;
        box-shadow: 0 4px 130px #96a3b54d;
    }

.pricing-card-3-text-block {
    color: #fff;
    text-align: center;
    background-color: #181c32;
    margin-top: -22px;
    margin-left: 23px;
    margin-right: 23px;
    padding: 0 10px 3px;
    font-weight: 700;
}

.heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 44px;
    font-weight: 400;
}

.text-block-2 {
    color: #38a37f;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.section-3 {
    background-color: #edece5;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 30px;
    position: relative;
}

.container-2 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.hero-wrapper {
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
}

.hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 46%;
    display: flex;
}

.shadow-two {
    box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
    margin-bottom: 24px;
}

.button-primary-3 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

    .button-primary-3:hover {
        color: #fff;
        background-color: #32343a;
    }

    .button-primary-3:active {
        background-color: #43464d;
    }

.section-3-heading {
    color: #002b52;
    font-size: 30px;
    line-height: 30px;
}

.text-block-3 {
    color: #002b52;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}

.text-span {
    color: gold;
    font-size: 18px;
}

.list {
    list-style-type: disc;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.text-span-2 {
    font-size: 30px;
    line-height: 0;
}

.text-block-4 {
    font-size: 9px;
}

.columns {
    border-bottom: 1px solid #c6c6c0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.column {
    text-align: left;
    position: static;
}

.text-block-5 {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    padding-bottom: 10px;
}

.container-3 {
    width: 100%;
    max-width: 840px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-span-3 {
    color: #fff;
    background-color: #000;
    border-radius: 15px;
    font-size: 30px;
    line-height: 40px;
}

.text-span-4 {
    color: #fff;
    background-color: #000;
    border-radius: 22px;
}

.div-block {
    background-color: #000;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    font-size: 9px;
    line-height: 11px;
    display: flex;
}

.text-block-10 {
    color: #fff;
    text-align: center;
    font-size: 26px;
}

.section-2-column-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.list-item-5 {
    list-style-type: none;
}

.div-block-2 {
    background-color: #000;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin-top: 6px;
    margin-left: 8px;
}

.columns-2, .columns-3 {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

.columns-4 {
    background-color: #fff;
    padding-bottom: 20px;
}

.columns-5 {
    background-color: #fff;
}

.pricing-price-a {
    text-align: left;
    margin-bottom: 50px;
    padding-left: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.text-block-2-g {
    color: #38a37f;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.column-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.columns-3-3 {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 128px;
}

.columns-6 {
    margin-bottom: 24px;
}

.text-block-11 {
    color: #181c32;
    font-size: 18px;
    font-weight: 700;
}

.text-block-12 {
    font-size: 18px;
    font-weight: 700;
}

.section-4-column-2 {
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.column-3 {
    text-align: right;
    padding-left: 40px;
    position: static;
}

.risk-mgmt {
    background-color: #fff;
}

.risk-mgmt-1 {
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.text-block-13 {
    font-size: 14px;
}

.risk-mgmt-1-copy {
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.text-block-14 {
    color: #38a37f;
    font-weight: 700;
}

.text-span-plus {
    box-sizing: content-box;
    color: green;
    font-size: 25px;
}

.field-label {
    color: #38a37f;
    font-size: 16px;
    font-style: italic;
}

.form {
    padding-left: 70px;
}

.submit-button {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 11px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
}

.gen-info1, .gen-info-2, .gen-info-3, .resd-1, .oob1, .oob2, .oob3, .opt1, .opt2, .opt3, .opt4 {
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.text-field {
    width: 400px;
    margin-top: 30px;
}

.text-block-15 {
    font-size: 12px;
}

.image {
    margin-top: 6px;
    margin-left: 29px;
}

.image-2 {
    margin-top: 3px;
    margin-left: 28px;
}

.column-5 {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 20px;
}

.column-6 {
    padding-top: 11px;
    padding-left: 0;
    padding-right: 20px;
}

.columns-3-copy {
    background-color: #fff;
    margin-top: -18px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 98px;
}

.text-block-16 {
    padding-top: 5px;
    font-size: 12px;
}

.section-2-column-1-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.column-14 {
    padding-left: 0;
    padding-right: 0;
}

.button-2 {
    text-align: center;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-color: #38a37f;
    background-clip: border-box;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    position: static;
}

    .button-2:active {
        background-color: #181c32;
    }

.text-block-17 {
    text-align: center;
    font-size: 16px;
    font-style: italic;
}

.text-block-18 {
    font-size: 22px;
    font-weight: 400;
}

._3rd-bullet {
    background-color: #000;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin-top: 12px;
    margin-left: 11px;
    padding-top: 0;
}

.text-block-19 {
    margin-top: -9px;
    padding-top: 19px;
}

.columns-7 {
    width: 250px;
    max-width: none;
    display: block;
}

.column-15 {
    text-align: left;
    padding-left: 20px;
}

.columns-8 {
    width: 250px;
}

.column-16 {
    padding-left: 20px;
    line-height: 14px;
}

.column-17 {
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .pricing-wrapper {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: stretch;
    }

    .pricing-card, .pricing-card.featured-pricing {
        width: 240px;
    }

    .pricing-title, .pricing-price {
        font-size: 22px;
    }

    .pricing-divider {
        background-color: #0000;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .pricing-card-3 {
        width: 240px;
    }

    .pricing-card-3-text-block {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .container-2 {
        max-width: 728px;
    }

    .hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px;
    }

    .hero-split {
        text-align: left;
        justify-content: center;
        align-self: auto;
        align-items: center;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .shadow-two {
        max-width: 60%;
    }

    .columns {
        width: 100%;
    }

    .container-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing-price-a {
        font-size: 22px;
    }

    .columns-3-3 {
        padding-bottom: 129px;
    }

    .columns-6 {
        margin-bottom: 0;
        padding-bottom: 4px;
    }

    .section-4-column-2 {
        padding-bottom: 129px;
    }

    .risk-mgmt-1 {
        padding-bottom: 0;
    }

    .risk-mgmt-1-copy {
        padding-bottom: 129px;
    }

    .gen-info1, .gen-info-2, .gen-info-3, .resd-1, .oob1, .oob2, .oob3, .opt1, .opt2, .opt3, .opt4 {
        padding-bottom: 0;
    }

    .column-5 {
        padding-right: 10px;
    }

    .column-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .columns-3-copy {
        margin-top: 0;
    }

    .text-block-18 {
        font-size: 22px;
    }

    .columns-7 {
        width: 190px;
    }

    .column-15 {
        margin-bottom: -2px;
    }

    .columns-8 {
        width: 190px;
    }

    .column-16 {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .section1 {
        padding: 60px 15px;
    }

    .italic-text {
        line-height: 30px;
    }

    .section-2 {
        padding: 60px 15px;
    }

    .pricing-wrapper {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .pricing-card {
        width: auto;
        display: block;
    }

        .pricing-card.featured-pricing {
            width: auto;
        }

    .pricing-title {
        font-size: 34px;
        line-height: 42px;
    }

    .pricing-divider {
        margin-bottom: 80px;
    }

    .pricing-card-3 {
        justify-content: flex-start;
        align-items: flex-start;
        width: auto;
    }

    .section-3 {
        padding: 60px 15px;
    }

    .section-2-column-1 {
        padding-top: 14px;
        padding-left: 52px;
    }

    .pricing-price-a {
        font-size: 22px;
    }

    .columns-6 {
        width: auto;
    }

    .column-3 {
        padding-left: 0;
    }

    .form {
        padding-left: 55px;
    }

    .image, .image-2 {
        margin-left: -11px;
    }

    .column-4 {
        padding-left: 0;
        padding-right: 23px;
    }

    .column-5 {
        text-align: center;
        padding-right: 40px;
    }

    .column-6 {
        padding-left: 20px;
        padding-right: 40px;
    }

    .column-7, .column-8, .column-9 {
        padding-left: 60px;
    }

    .columns-3-copy {
        padding-bottom: 60px;
    }

    .column-10, .column-11, .column-12, .column-13 {
        padding-left: 0;
        padding-right: 23px;
    }

    .section-2-column-1-copy {
        justify-content: flex-start;
        align-items: center;
        padding-top: 14px;
        padding-left: 52px;
        display: block;
    }

    .text-block-18 {
        font-size: 22px;
    }

    .columns-7 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: row;
        flex: 1;
        justify-content: center;
        align-items: flex-start;
        width: auto;
        display: flex;
    }

    .column-15 {
        padding-left: 10px;
    }

    .columns-8 {
        justify-content: flex-start;
        align-items: flex-start;
        width: auto;
        display: flex;
    }

    .column-17 {
        padding-left: 29px;
    }
}

@media screen and (max-width: 479px) {
    .container {
        max-width: none;
    }

    .italic-text {
        line-height: 30px;
    }

    .pricing-wrapper {
        grid-column-gap: 1px;
        grid-row-gap: 30px;
    }

    .pricing-title {
        text-align: left;
        font-size: 30px;
        line-height: 29px;
    }

    .heading-3 {
        font-size: 40px;
    }

    .section-3 {
        padding-top: 10px;
    }

    .container-2 {
        max-width: none;
    }

    .text-block-3 {
        margin-left: 0;
        padding-left: 0;
    }

    .section-2-column-1 {
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 5px;
        padding-left: 10px;
    }

    .pricing-price-a {
        font-size: 22px;
    }

    .form {
        padding-left: 35px;
    }

    .text-field {
        width: 250px;
    }

    .image-2 {
        margin-left: 0;
    }

    .column-4 {
        padding-left: 0;
        padding-right: 3px;
    }

    .column-5 {
        padding-right: 21px;
    }

    .column-6 {
        padding-left: 0;
        padding-right: 21px;
    }

    .column-7, .column-8 {
        padding-left: 20px;
    }

    .column-9 {
        padding-left: 0;
    }

    .column-10, .column-11, .column-12, .column-13 {
        padding-right: 3px;
    }

    .section-2-column-1-copy {
        padding-top: 6px;
        padding-left: 10px;
    }

    .text-block-18 {
        text-align: left;
        font-size: 22px;
        font-weight: 400;
    }

    .column-15 {
        margin-bottom: -25px;
        padding-left: 0;
    }

    .column-17 {
        padding-left: 10px;
    }
}

#w-node-_09a7cb6f-8cac-f790-389f-84cb5e2cb83a-0e4bd66e, #w-node-_09a7cb6f-8cac-f790-389f-84cb5e2cb85a-0e4bd66e, #w-node-_09a7cb6f-8cac-f790-389f-84cb5e2cb882-0e4bd66e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50f44c60-0cf6-dd1c-5d97-a750090b792a-0e4bd66e {
    grid-area: Area;
}

@media screen and (max-width: 767px) {
    #w-node-_09a7cb6f-8cac-f790-389f-84cb5e2cb83a-0e4bd66e {
        grid-area: span 2 / span 1 / span 2 / span 1;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_09a7cb6f-8cac-f790-389f-84cb5e2cb83a-0e4bd66e {
        grid-row: span 1 / span 1;
    }
}
