.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.new-landing-layout a {
    color: white;
}

p:focus {
    background-color: transparent;
    color: #333;
}

.new-landing-layout h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

.new-landing-layout h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

.new-landing-layout h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.new-landing-layout h4 {
    margin-top: 10px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-style: none none none solid;
    border-width: 1px 1px 1px 10px;
    border-color: #bd1e2b;
    background-color: #e4e4e4;
    font-size: 18px;
    line-height: 28px;
}

figure {
    margin-top: 2.5%;
    margin-bottom: 1.5%;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

.leftsidebox {
    width: 50%;
    height: 100vh;
    padding: 70px;
    background-color: #fff;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #012e53;
}

.webflowlogo {
    display: block;
    width: 152px;
    margin-bottom: 130px;
}

.heading {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 15%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
}

.bluedivider {
    width: 54px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #012e53;
}

.paragraph {
    margin-bottom: 50px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.button {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    background-color: #ef0053;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .button:hover {
        padding-right: 60px;
        padding-left: 60px;
        background-color: #012e53;
        box-shadow: 13px 0 15px 0 rgba(0, 0, 0, 0.5);
    }

.marshallpagebody {
    background-image: none;
}

.herosection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2% 10% 0vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image {
    width: 100vw;
    border-radius: 11px;
}

.div-block {
    width: 50px;
    height: 3px;
    background-color: #ee880c;
}

.paragraph-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #686868;
    font-size: 18px;
    line-height: 25px;
}

.div-block-2 {
    width: 60vw;
    padding-right: 13%;
}

.link {
    color: #ee880c;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.shorttermresidences {
    padding: 15vh 10%;
}

.column {
    padding-right: 0px;
    padding-left: 0px;
}

.paragraph-3 {
    margin-top: 20px;
    margin-left: 15%;
    color: #686868;
    font-size: 18px;
    line-height: 25px;
}

.navsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5% 10% 2%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    background-color: transparent;
}

.nav-link-4 {
    color: #444;
    font-size: 16px;
    text-decoration: none;
}

    .nav-link-4:hover {
        color: #ee810c;
        text-decoration: none;
    }

.nav-link-5 {
    color: #444;
    font-size: 16px;
}

    .nav-link-5:hover {
        color: #ee810c;
    }

.nav-link-6 {
    color: #444;
    font-size: 16px;
}

    .nav-link-6:hover {
        color: #ee810c;
    }

.centeredheading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    text-align: center;
}

.slider {
    background-color: transparent;
}

.image-2 {
    width: 600px;
    text-align: left;
}

.reviewssection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15vh;
    padding-bottom: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.nav-menu {
    color: #444;
}

.homepagefeature {
    display: block;
    width: 30vw;
    height: 70vh;
    margin-right: 0.5%;
    margin-left: 0.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 11px;
    background-image: url('../images/avenue.jpg');
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none;
}

.div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columns {
    margin-bottom: 5%;
}

.blacksection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15vh 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
}

.builtin1905 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

.div-block-4 {
    width: 50vw;
    padding-right: 5%;
}

.image-6 {
    border-radius: 11px;
}

.paragraph-4 {
    padding-right: 0%;
    color: #afafaf;
    font-size: 16px;
    line-height: 25px;
}

.link-2 {
    text-align: left;
}

.div-block-5 {
    padding-top: 5%;
    text-align: center;
}

.offices {
    margin: 5vh 0% 15vh;
    padding-right: 10%;
    padding-left: 10%;
}

.footer {
    margin-bottom: 0vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    border-radius: 0px;
    background-color: #000;
}

.nav-menu-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #ee810c;
    font-size: 12px;
    font-weight: 600;
}

.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-3 {
    background-color: transparent;
}

.footernavlink {
    padding-right: 30px;
    padding-left: 30px;
    color: #ee810c;
    text-transform: uppercase;
}

.text-block {
    padding-top: 2.5vh;
    padding-bottom: 0vh;
    color: #919191;
    font-size: 12px;
    text-align: center;
}

.lineargradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.83)), color-stop(77%, transparent));
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.83), transparent 77%);
}

.featuredescription {
    padding-right: 5%;
    padding-left: 10%;
    color: #747474;
}

.featurename {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5%;
    padding-left: 10%;
    color: #000;
    font-size: 25px;
}

.featuresqft {
    padding-right: 5%;
    padding-left: 10%;
    color: #000;
    font-weight: 700;
}

.body-2 {
    background-image: none;
}

.body-3 {
    background-image: none;
}

.div-block-7 {
    height: 850px;
    margin-bottom: auto;
    padding-bottom: 0px;
    background-image: url('../images/CollageTest.png');
    background-position: 50% 50%;
    background-size: cover;
}

.rich-text-block {
    margin: 5% 10%;
}

.body-5 {
    background-image: none;
}

.landingpageheader {
    margin-left: 0%;
    padding-top: 2%;
    padding-left: 0%;
}

.landingpageherosection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    padding: 5% 10%;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url('../images/hero-background.png');
    background-position: 0px 0px;
    background-size: cover;
    text-align: left;
}

    .landingpageherosection.fusion {
        background-image: none;
    }

.socialproof {
    margin-right: 0%;
    margin-left: 0%;
    padding: 7.5% 5%;
    border-style: solid;
    border-width: 1px;
    border-color: #faaf40;
    background-color: #fffef7;
    font-family: trade-gothic-next, sans-serif;
}

.text {
    width: 100%;
    max-width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
}

.heading-4 {
    margin-bottom: 5%;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
}

    .heading-4.fusion {
        color: #000;
    }

.text-block-5 {
    margin-bottom: 5%;
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.button-2 {
    max-width: none;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    padding: 12px 30px;
    border-radius: 15px;
    background-color: #000;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.keybenefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    padding: 3.5% 7.5% 4%;
    background-color: #363636;
}

.keybenefitdiv {
    width: 25%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    color: #fff;
}

.heading-5 {
    margin-bottom: 5%;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.clientlogosdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.clientlogos {
    width: 15%;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-right: 26px;
    margin-left: 26px;
}

    .clientlogos.amex {
        width: 10%;
        margin-right: 3.5%;
        margin-left: 3.5%;
    }

    .clientlogos.fritolay {
        width: 12%;
        margin-right: 3.5%;
        margin-left: 3.5%;
    }

    .clientlogos.pepsi {
        width: 20%;
        max-height: none;
        max-width: none;
        min-height: auto;
        margin-right: 3.5%;
        margin-left: 3.5%;
    }

    .clientlogos.loreal {
        width: 20%;
        max-width: none;
        margin-right: 3.5%;
        margin-left: 3.5%;
    }

    .clientlogos.iff {
        width: 10%;
        margin-right: 3.5%;
        margin-left: 3.5%;
    }

    .clientlogos.spglobal {
        width: 20%;
        margin-right: 3.5%;
        margin-left: 3.5%;
    }

.scrollingcta {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #fff;
    box-shadow: 8px -2px 9px 0 #afafaf;
    text-align: left;
}

.text-block-6 {
    display: block;
    padding-top: 1.5%;
    padding-right: 3%;
    padding-bottom: 1.5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.image-9 {
    max-width: 50%;
    margin-right: 5%;
}

.getproposalcta {
    margin: 0%;
    padding: 5% 25% 12.5%;
    background-color: #363636;
    text-align: center;
}

.bold-text {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.form {
    text-align: left;
}

.submit-button {
    margin-top: 10px;
    padding: 12px 30px;
    border-radius: 15px;
    background-color: #ececec;
    color: #000;
}

.casestudysection {
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-right: 25%;
    padding-left: 25%;
    background-color: #ececec;
    text-align: center;
}

.text-block-7 {
    margin-right: 15%;
    margin-left: 15%;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

.heading-6 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.iffcasestudy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0%;
    padding: 5% 12.5%;
    background-color: #ececec;
}

.text-block-8 {
    margin-right: 0%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    font-size: 18px;
    line-height: 30px;
}

.image-10 {
    max-width: 33%;
}

.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 67%;
    padding: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-11 {
    margin-bottom: 1.5%;
}

.rich-text-block-2 {
    margin-bottom: 25px;
    color: #fff;
}

.field-label {
    color: #fff;
}

.field-label-2 {
    color: #fff;
}

.field-label-3 {
    color: #fff;
}

.field-label-4 {
    color: #fff;
}

.heading-7 {
    margin-bottom: 20px;
}

.keybenefitsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 15%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-12 {
    max-width: 50%;
    padding-right: 5%;
}

.image-13 {
    max-width: 50%;
    padding-left: 5%;
}

.image-14 {
    max-width: 50%;
    padding-right: 5%;
}

.heading-8 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
}

.heading-9 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
}

.heading-10 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
}

.text-block-9 {
    font-size: 16px;
    line-height: 25px;
}

.text-block-10 {
    font-size: 16px;
    line-height: 25px;
}

.text-block-11 {
    font-size: 16px;
    line-height: 25px;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 #000;
}

.section-3 {
    padding: 5% 7.5%;
}

.text-block-12 {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 700;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-11 {
    width: 45%;
    margin-right: 10%;
}

.div-block-12 {
    width: 45%;
    height: auto;
}

.paragraph-5 {
    margin-right: 0%;
    font-size: 15px;
    line-height: 25px;
}

.heading-11 {
    margin-bottom: 2.5%;
}

.paragraph-6 {
    font-size: 15px;
    line-height: 25px;
}

.section-4 {
    padding: 5% 22.5%;
    background-color: #e4e4e4;
}

.text-block-13 {
    font-size: 18px;
}

.rich-text-block-3 {
    width: 100%;
    margin-top: 2vh;
    padding-top: 0vh;
}

.heading-12 {
    font-size: 18px;
    line-height: 25px;
}

.heading-13 {
    font-size: 18px;
    line-height: 25px;
}

.heading-14 {
    font-size: 18px;
    line-height: 25px;
}

.heading-15 {
    font-size: 18px;
    line-height: 25px;
}

.div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.heading-16 {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.heading-17 {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 275px;
    margin-right: 5%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

    .div-block-14.reversed {
        margin-right: 0%;
    }

    .div-block-14.nopadding {
        margin-right: 5%;
    }

.div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-right: 0px;
    padding: 20px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

    .div-block-15.reversed {
        margin-right: 5%;
    }

    .div-block-15.padding {
        margin-right: 5%;
    }

.button-4 {
    margin-top: 10px;
    padding: 10px 22px 13px;
    border-style: solid;
    border-width: 2px;
    border-color: #bd1e2b;
    border-radius: 30px;
    background-color: #bd1e2b;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
}

.text-block-14 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 30px;
    font-weight: 700;
}

.text-block-15 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 30px;
    font-weight: 700;
}

.div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.5%;
    margin-left: 2.5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
}

.text-block-17 {
    margin-right: 0px;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}

.text-block-18 {
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}

.faq-answer {
    margin-bottom: 24px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 35px;
}

.faq-container {
    max-width: 600px;
    min-width: 600px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.faq-img {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle-text {
    position: relative;
    z-index: 2;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.faq-body-cont {
    margin-top: 5px;
    padding: 30px;
    border: 1px solid #faaf40;
    border-radius: 10px;
    background-color: #fffef7;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}

.faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #bd1e2b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: break-spaces;
}

    .faq.w--open {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.faq-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    width: 24px;
    margin-right: 16px;
}

.faq-body {
    position: relative;
    display: block;
    background-color: transparent;
}

    .faq-body.w--open {
        background-color: transparent;
    }

.faq-p {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #f4f6f8;
}

.acls-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

.checkmark {
    padding-right: 5px;
    color: #faaf40;
    font-size: 19px;
    font-weight: 700;
}

.div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customerquotediv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 520px;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding: 50px 65px 25px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.21);
}

.rich-text-block-4 {
    width: 25vw;
    max-width: 350px;
    font-family: trade-gothic-next, sans-serif;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.rich-text-block-5 {
    width: 25vw;
    font-family: trade-gothic-next, sans-serif;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
}

.rich-text-block-6 {
    width: 25vw;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.rich-text-block-7 {
    width: 25vw;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.navbar-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5% 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #fff;
}

.amrinavlink {
    padding-right: 20px;
    padding-left: 20px;
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #bd1e2b;
    font-size: 20px;
    text-transform: uppercase;
}

    .amrinavlink:hover {
        color: #ec6371;
    }

.fusionsocialproofheading {
    font-size: 20px;
    text-align: center;
}

.why-amri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin: 0px 0%;
    padding: 3.5% 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
}

.whycertifywithamri {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: trade-gothic-next, sans-serif;
}

.stepstext {
    padding-bottom: 3.5%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

.heading-41 {
    color: #bd1e2b;
    font-size: 35px;
    line-height: 45px;
}

.completionsteps {
    width: 20vw;
    height: auto;
    background-color: #0344f4;
}

    .completionsteps.step-two {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 2vh 2vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #2c65ff;
    }

    .completionsteps.stepthree {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 2vh 2vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f6f7fb;
    }

    .completionsteps.stepone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 2vh 2vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #504ef1;
    }

    .completionsteps.stepthree {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 22.5vw;
        height: 30vh;
        padding-top: 2.5vh;
        padding-right: 2vw;
        padding-left: 2vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fffef7;
        background-color: #bd1e2b;
    }

    .completionsteps.stepone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 22.5vw;
        height: 30vh;
        padding-top: 2.5vh;
        padding-right: 2vw;
        padding-left: 2vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fffef7;
        background-color: #bd1e2b;
    }

    .completionsteps.step-two {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 22.5vw;
        height: 30vh;
        padding-top: 2.5vh;
        padding-right: 2vw;
        padding-left: 2vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fffef7;
        background-color: #bd1e2b;
    }

.completioninstructions-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32.5vw;
    height: 60vh;
    padding: 8.5vh 2.5vw 14.5vh 3vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fbd9a6;
    background-color: #fffef7;
}

.div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.text-block-20 {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 2% auto 1%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rich-text-block-8 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 33px;
}

.heading-42 {
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 35px;
}

.div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: trade-gothic-next, sans-serif;
}

.heading-43 {
    margin-bottom: 2.5%;
    font-family: trade-gothic-next, sans-serif;
    font-size: 25px;
    line-height: 35px;
}

.text-block-21 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.text-block-22 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.text-block-23 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.body-6 {
    background-image: none;
}

.section-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.div-block-40 {
    width: 50vw;
    height: 100vh;
    padding-top: 15vh;
    padding-left: 17.5vw;
    background-color: rgba(0, 0, 0, 0.01);
}

.div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 100vh;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 5px 0 4px 5px rgba(0, 0, 0, 0.19);
}

.image-15 {
    width: 27vw;
}

.div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-16 {
    margin-right: 7.5px;
}

.text-block-24 {
    color: #000;
    font-size: 15px;
}

.text-block-25 {
    color: #474747;
    font-size: 16px;
}

.text-block-26 {
    margin-bottom: 15px;
    color: #000;
    font-size: 35px;
    line-height: 55px;
}

.div-block-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 300px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #b8b8b8;
}

.becomeaclscertified {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3.5%;
    padding-bottom: 4.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paragraph-small {
    font-family: trade-gothic-next, sans-serif;
    color: #333;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

    .row.centre-align {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .row.align-centre {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.circle {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #096ad0;
    border-radius: 49px;
    background-color: #bd1e2b;
    box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
}

.wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-content {
    text-align: center;
}

.col {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

    .col.lg-6 {
        width: 50%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .col.lg-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .col.lg-3._2-col-in-mobile {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: end;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

.step-number {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
}

.how-it-works-line {
    position: absolute;
    top: 320px;
    width: 100vw;
    height: 1px;
    background-color: #bd1e2b;
}

.section-header {
    display: block;
    margin: 0px auto 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.heading-44 {
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 35px;
    line-height: 45px;
}

.heading-45 {
    font-family: trade-gothic-next, sans-serif;
    color: #000;
}

.amriparagraph {
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
}

.amri {
    color: #90222c;
}

.body-7 {
    background-image: none;
}

.body-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
}

.div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: auto;
    padding: 1.75% 1.5%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f4eae2;
}

.image-17 {
    max-width: 100%;
    margin-bottom: 7.5%;
}

.div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 95%;
    margin-left: 2.5%;
    padding: 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    line-height: 14px;
}

.heading-46 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.text-block-27 {
    color: #797979;
    font-size: 13px;
}

.image-18 {
    margin-top: 5%;
}

.image-19 {
    max-width: 60%;
    margin-top: 4%;
}

.heading-47 {
    color: #000;
}

.heading-48 {
    color: #000;
}

.heading-49 {
    color: #000;
}

.heading-50 {
    color: #000;
}

.heading-51 {
    color: #000;
}

.heading-52 {
    color: #000;
}

.text-block-28 {
    margin-right: 20px;
    color: #bd1e2b;
    font-size: 150px;
    line-height: 110px;
}

.amridropdown {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 22px;
    line-height: 20px;
}

.dropdown-toggle {
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #bd1e2b;
    font-size: 20px;
    text-transform: uppercase;
}

    .dropdown-toggle:hover {
        color: #ec6371;
    }

.dropdown-toggle-2 {
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #bd1e2b;
    font-size: 20px;
    text-transform: uppercase;
}

    .dropdown-toggle-2:hover {
        color: #ec6371;
    }

.dropdown-toggle-3 {
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #bd1e2b;
    font-size: 20px;
    text-transform: uppercase;
}

    .dropdown-toggle-3:hover {
        color: #ec6371;
    }

.icon {
    padding-left: 2px;
    font-size: 18px;
    font-weight: 400;
}

.icon-2 {
    padding-left: 2px;
    font-size: 18px;
}

.icon-3 {
    padding-left: 2px;
    font-size: 18px;
}

.button-5 {
    margin-right: 10px;
    margin-left: 25px;
    padding: 12px 24px 15px;
    border-radius: 30px;
    background-color: #bd1e2b;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 18px;
    white-space: nowrap;
}

    .button-5:hover {
        background-color: #ec6371;
    }

    .button-5.grey {
        margin-right: 0px;
        margin-left: 0px;
        background-color: #5f5f5f;
    }

        .button-5.grey:hover {
            background-color: #8d8d8d;
        }

    .button-5.nopadding {
        margin-right: 0px;
        margin-left: 0px;
    }

.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-list {
    border-radius: 10px;
}

    .dropdown-list.w--open {
        padding: 20px 25px 20px 15px;
        background-color: #fff;
        box-shadow: 1px 0 18px 0 rgba(0, 0, 0, 0.21);
        color: #bd1e2b;
        font-size: 18px;
    }

.dropdown-link {
    color: #bd1e2b;
    font-size: 20px;
}

    .dropdown-link:hover {
        color: #ec6371;
    }

.nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-29 {
    margin-bottom: 5%;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.text-span {
    text-decoration: underline;
}

.body-9 {
    background-image: none;
}

.postbody {
    padding: 5% 25%;
}

.bloghero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 980px;
    height: 350px;
    margin-top: 2.5%;
    margin-right: 15%;
    margin-left: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #bd1e2b;
}

    .bloghero.category {
        width: 53vw;
        height: 19.6vw;
        margin-top: 0%;
        margin-right: 0%;
        margin-left: 0%;
    }

.comments {
    padding: 0% 20% 5%;
}

.heading-22 {
    margin-top: 75px;
    margin-bottom: 40px;
    text-align: center;
}

.section-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.container-11 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #faaf40;
    border-radius: 5px;
    background-color: #fffef7;
}

.div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #faaf40;
    border-radius: 0px;
}

.div-block-29 {
    margin-right: 0px;
    margin-left: 20px;
    padding-top: 20px;
    text-align: left;
}

.text-block-19 {
    margin-bottom: 10px;
    font-family: trade-gothic-next, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.paragraph-59 {
    max-width: 350px;
    margin-right: 0px;
    padding-right: 0px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 16px;
}

.author-social-icons {
    padding-right: 10px;
    color: #1f2532;
    font-size: 40px;
}

.image-20 {
    width: 40%;
    max-width: none;
}

.body-10 {
    background-image: none;
}

.image-21 {
    display: block;
    width: 25vw;
    margin-top: 2.5%;
    margin-left: 37.5vw;
    text-align: left;
}

.text-block-30 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 25px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.div-block-46 {
    width: 50vw;
}

.appetizer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0% 1.5% 2.5% 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2.5%;
    padding-right: 7.5%;
    padding-left: 7.5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-block-31 {
    font-size: 16px;
    line-height: 27.5px;
}

.pizza {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0%;
    margin-bottom: 2.5%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pasta {
    width: auto;
    margin-right: 0%;
    margin-bottom: 2.5%;
    margin-left: 0%;
    text-align: left;
}

.entree {
    width: auto;
    margin-right: 0%;
    margin-bottom: 2.5%;
    margin-left: 0%;
}

.side {
    width: auto;
    margin-right: 0%;
    margin-bottom: 2.5%;
    margin-left: 0%;
}

.house-cocktails {
    width: 40vw;
    margin-right: 0%;
    margin-bottom: 2.5%;
    margin-left: 0%;
}

.text-block-32 {
    font-weight: 700;
}

.collection-item {
    margin-bottom: 1.5%;
}

.section1 {
    width: 45vw;
}

.section2 {
    width: 40vw;
}

.drinks {
    width: 85vw;
    margin-top: 5%;
}

.heading-53 {
    color: #ed7d31;
    text-align: center;
}

.section {
    background-color: transparent;
}

    .section.gray {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #fffef7;
    }

.container {
    position: relative;
    z-index: 1;
    display: block;
    width: 70%;
    height: auto;
    max-width: 100%;
    margin: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    text-align: center;
}

.left-div-headline {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    text-align: center;
}

.section-tittle {
    margin-top: 5px;
    margin-bottom: 2.5%;
    padding-bottom: 0px;
    color: #bd1e2b;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.seprator-div-wrapper {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
}

.separator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: none;
    border-radius: 100px;
    background-color: #3f74ff;
    color: transparent;
}

.link-block {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    margin-bottom: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
}

.small-paragraph {
    color: #333;
    font-size: 16px;
}

.white-box {
    margin-bottom: 24px;
    padding: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fff;
    color: rgba(12, 21, 47, 0.6);
    text-align: center;
}

    .white-box.blog-date {
        display: block;
        padding: 12px 0px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        grid-auto-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 16px;
        grid-template-areas: ".";
        -ms-grid-columns: 0.25fr 10px 0.25fr;
        grid-template-columns: 0.25fr 0.25fr;
        -ms-grid-rows: auto 16px auto;
        grid-template-rows: auto auto;
        border-style: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-color: transparent;
        text-align: left;
    }

        .white-box.blog-date.left-side-blog {
            padding-right: 16px;
            padding-left: 12px;
            border-style: solid;
            border-radius: 8px;
            background-color: #fff;
            box-shadow: 1px 1px 14px 0 rgba(12, 21, 47, 0.07);
        }

    .white-box.blog-content {
        margin-bottom: 0px;
        padding: 0px 0px 12px;
        border-style: none;
        border-radius: 0px;
        background-color: transparent;
        text-align: left;
    }

.link-author {
    width: 40px;
    height: 40px;
    margin-right: 0px;
    float: left;
}

.blog-title-link {
    display: block;
    margin-top: 40px;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-image {
    display: block;
    width: 100%;
    height: 20vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #3a7acc;
}

    .blog-image:hover {
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
        background-position: 0px 0px;
        background-size: 125px;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.div-block-47 {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    border: 2px solid #e2e2e2;
    border-radius: 50px;
    background-color: #f3f5fd;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
}

.blog-item {
    width: 20vw;
    margin-bottom: 0px;
    border-radius: 5px;
    color: rgba(12, 21, 47, 0.6);
}

.blog-date-text {
    display: inline-block;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 10px;
    float: none;
    color: #8e929c;
    font-size: 13px;
    font-weight: 500;
}

.relatedposts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70vw;
    margin-right: 15vw;
    margin-left: 15vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.featurebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7.5%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    background-color: #bd1e2b;
}

.text-block-33 {
    margin-bottom: 2.5%;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 16px;
}

.text-block-34 {
    margin-bottom: 2.5%;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.text-block-35 {
    margin-bottom: 5%;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 27.5px;
}

.link-3 {
    font-family: trade-gothic-next, sans-serif;
    color: #faaf40;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

    .link-3:hover {
        text-decoration: underline;
    }

.featureboxcontent {
    width: 70%;
}

.featureboximage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding-bottom: 7.5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rich-text-block-9 {
    font-family: trade-gothic-next, sans-serif;
}

.staticctasection {
    margin-top: 0%;
    padding: 1.5% 10% 5%;
    background-color: #f7f7f7;
}

.cardheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
    background-color: #bd1e2b;
}

    .cardheader.purple {
        background-color: #7160af;
    }

    .cardheader.blue {
        background-color: #34558c;
    }

    .cardheader.gold {
        background-color: #faaf40;
    }

.cardcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 1260px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.text-block-36 {
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31.5%;
    height: auto;
    padding-bottom: 2.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 5px 5px;
    background-color: #fff;
}

    .card.wider {
        width: 48%;
    }

    .card.shadow {
        border-radius: 5px;
        box-shadow: 6px 6px 30px 0 #969696;
    }

.cardtext {
    width: 100%;
    margin-top: 0%;
    padding: 5% 7.5%;
    font-family: trade-gothic-next, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

    .cardtext.bold-centered {
        font-weight: 400;
        text-align: center;
    }

.text-block-37 {
    font-family: trade-gothic-next, sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.button-6 {
    width: 80%;
    margin-bottom: 5%;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #bd1e2b;
    font-family: trade-gothic-next, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

    .button-6.purple {
        background-color: #7160af;
    }

    .button-6.blue {
        background-color: #34558c;
    }

    .button-6.gold {
        background-color: #faaf40;
    }

    .button-6.top {
        margin-top: 7.5%;
    }

.rich-text-block-10 {
    color: #696969;
    text-decoration: none;
}

.image-22 {
    height: 100%;
}

.body-11 {
    background-image: none;
}

.section-38 {
    padding: 2% 20%;
}

.divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 10px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}

.div-block-48 {
    width: 45%;
    height: 2px;
    background-color: #bd1e2b;
}

.rhythm-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22.5%;
    height: 200px;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 30, 43, 0.44)), to(rgba(189, 30, 43, 0.44))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/Cardiac-Arrhythmia-Quiz.jpg');
    background-image: linear-gradient(180deg, rgba(189, 30, 43, 0.44), rgba(189, 30, 43, 0.44)), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/Cardiac-Arrhythmia-Quiz.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
}

.text-block-38 {
    color: #fff;
    font-size: 140%;
    line-height: 140%;
    font-weight: 700;
    text-align: center;
}

.link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22.5%;
    height: 200px;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 30, 43, 0.86)), to(rgba(189, 30, 43, 0.86)));
    background-image: linear-gradient(180deg, rgba(189, 30, 43, 0.86), rgba(189, 30, 43, 0.86));
    background-position: 0px 0px;
    background-size: auto;
    text-decoration: none;
}

    .link-block-2.unlinked {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 86, 86, 0.86)), to(rgba(88, 86, 86, 0.86)));
        background-image: linear-gradient(180deg, rgba(88, 86, 86, 0.86), rgba(88, 86, 86, 0.86));
        background-position: 0px 0px;
        background-size: auto;
    }

.section-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5% 15% 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.div-block-50 {
    width: 66%;
}

.div-block-51 {
    width: 33%;
    height: 435px;
    margin-top: 1.5%;
    padding: 5% 2.5%;
    border-radius: 30px;
    background-color: #bd1e2b;
    -o-object-fit: fill;
    object-fit: fill;
}

.text-block-39 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
}

.text-block-40 {
    margin-right: 12.5%;
    margin-bottom: 2.5%;
    color: #575757;
    font-size: 16px;
    line-height: 25px;
}

.div-block-52 {
    width: 66%;
    height: auto;
    padding-left: 1.5%;
}

.section-40 {
    padding: 5% 15% 0.5%;
}

.submit-button-2 {
    padding: 12px 24px 15px;
    border-radius: 20px;
    background-color: #5f5f5f;
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #fff;
    font-size: 18px;
}

.field-label-5 {
    color: #fff;
}

.field-label-6 {
    color: #fff;
}

.text-block-41 {
    margin-top: 1%;
    margin-bottom: 5%;
    font-family: trade-gothic-next-condensed, sans-serif;
    color: #fff;
    font-style: italic;
    text-align: center;
}

.body-12 {
    background-image: none;
}

.nav-link-7 {
    text-transform: uppercase;
}

.nav-link-8 {
    text-transform: uppercase;
}

.nav-link-9 {
    text-transform: uppercase;
}

.nav-link-10 {
    text-transform: uppercase;
}

.nav-link-11 {
    text-transform: uppercase;
}

.navbar-6 {
    width: 100%;
    border-bottom: 2px solid #529dcb;
    background-color: #fff;
}

.container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-width: 90vw;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu-4 {
    white-space: nowrap;
    -o-object-fit: contain;
    object-fit: contain;
}

.maincasestudycontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10% 10% 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.div-block-95 {
    width: 60%;
}

.rich-text-block-14 {
    margin-top: -30px;
    padding-top: 0px;
}

.div-block-96 {
    overflow: visible;
    width: 35%;
    height: auto;
    padding: 3% 2.5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px none #000;
    border-radius: 0px;
    background-color: #fff;
    -o-object-fit: none;
    object-fit: none;
}

.image-37 {
    max-width: 80%;
    margin-bottom: 5%;
}

.text-block-42 {
    margin-top: 5%;
}

.text-block-43 {
    font-size: 20px;
    font-style: italic;
}

.profileimage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding-top: 1%;
    padding-bottom: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 13px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #f36c24;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
}

    .button-7:hover {
        background-color: #da5610;
        color: #fff;
    }

.text-block-44 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.featuredquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.image-39 {
    margin-bottom: 2%;
    border-radius: 100px;
}

.quotetext {
    width: 66%;
    max-width: 600px;
    margin-top: -2.5%;
    padding-top: 0%;
}

.text-block-45 {
    color: #f36c24;
    font-weight: 600;
}

.featurequotecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span-2 {
    color: #f36c24;
    font-weight: 600;
}

.image-38 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.relatedstudyinfo {
    padding: 2.5% 5% 7.5%;
}

.related-studies-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading-54 {
    margin-bottom: 5%;
    color: #232221;
    font-size: 15px;
    line-height: 1.5;
}

.relatedcasestudies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.relatedstudies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32.5%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #fff;
}

.div-block-97 {
    width: 25%;
    height: 3px;
    background-color: #f36c24;
}

.heading-55 {
    margin-bottom: 5%;
    color: #57586e;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
}

.link-10 {
    color: #232221;
    font-size: 16px;
}

.casestudyhero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    padding: 2.5% 10% 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 40, 51, 0.8)), to(rgba(32, 40, 51, 0.8))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, rgba(32, 40, 51, 0.8), rgba(32, 40, 51, 0.8)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 50% 15%;
    background-size: auto, cover;
}

.heading-56 {
    color: #5cb146;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
}

.body-13 {
    background-image: none;
}

.maincontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 10%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
}

.heading-57 {
    margin-top: 20px;
}

.text-block-46 {
    margin-bottom: 1.5%;
    font-size: 16px;
    line-height: 150%;
}

.text-block-47 {
    font-weight: 700;
}

.posts-container {
    width: 68%;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 27%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-58 {
    margin-top: 0px;
    margin-bottom: 5%;
    text-align: center;
}

.text-block-48 {
    margin-bottom: 5%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.image-40 {
    margin-bottom: 5%;
}

.div-block-98 {
    width: 50px;
    height: 15px;
}

.text-block-49 {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #c4c4c4;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.body-14 {
    background-image: none;
}

.dropdown-pointer {
    position: relative;
}

.dropdown {
    margin-right: 5px;
    margin-left: 5px;
}

.chevron {
    margin-right: 5px;
}

.icon-5 {
    width: 100%;
}

.navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-toggle-4 {
    padding-right: 24px;
    padding-left: 12px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #57586e;
}

    .dropdown-toggle-4:hover {
        color: #da5610;
    }

.navigation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.login-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-link-mob {
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #283338;
    font-size: 16px;
    text-decoration: none;
}

    .dropdown-link-mob:hover {
        background-color: #fff;
        box-shadow: 7px 15px 45px 2px rgba(123, 136, 168, 0.2);
        opacity: 0.91;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        color: #7839f3;
    }

.navigation-wrap {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.nav-menu-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7b88a8;
    font-size: 15px;
}

.icon-square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    padding: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 10px;
    background-color: #f1f1f1;
}

.template-logo {
    cursor: pointer;
}

.dropdown-link-2 {
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, box-shadow 200ms ease;
    transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
    color: #232221;
    font-size: 16px;
    text-decoration: none;
}

    .dropdown-link-2:hover {
        background-color: #fff;
        box-shadow: 7px 15px 45px 2px rgba(123, 136, 168, 0.2);
        opacity: 0.91;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .dropdown-link-2.link-03 {
        z-index: 28;
    }

    .dropdown-link-2.link-04 {
        z-index: 27;
    }

.navigation {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1100px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.navigation-dropdown {
    min-width: 140px;
}

    .navigation-dropdown.w--open {
        left: -120px;
        max-height: 100vh;
        min-width: 370px;
        padding-top: 10px;
        background-color: transparent;
    }

    .navigation-dropdown.dropdown-small.w--open {
        left: -110px;
        min-width: 350px;
    }

.nav-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pointer {
    position: absolute;
    left: 0%;
    top: -2%;
    right: 4%;
    bottom: auto;
    z-index: 20;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-mobile {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.dropdown-wrapper {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

    .dropdown-wrapper.w--open {
        left: -97px;
        max-height: 100vh;
        min-width: 300px;
        border-radius: 15px;
        background-color: #fff;
        box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
    }

.dropdown-title {
    margin-bottom: 2px;
    color: #232221;
    font-size: 15px;
}

    .dropdown-title:hover {
        color: #283338;
    }

.brand-2 {
    max-width: 140px;
    min-width: 140px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .brand-2.w--current {
        max-width: 140px;
        min-width: 140px;
    }

.casestudyhero-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    padding: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 50% 15%;
    background-size: cover;
}

.div-block-99 {
    width: 100%;
    height: 300px;
    padding: 2.5% 10% 5%;
    background-color: rgba(218, 86, 16, 0.48);
}

.heading-59 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
}

.maincasestudycontent-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10% 10% 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.div-block-100 {
    width: 60%;
}

.div-block-101 {
    overflow: visible;
    width: 35%;
    height: auto;
    padding: 3% 2.5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 15px;
    background-color: #fff;
    -o-object-fit: none;
    object-fit: none;
}

.text-block-50 {
    margin-top: 0%;
}

.quotetext-2 {
    width: 66%;
    max-width: 600px;
    margin-top: -2.5%;
    padding-top: 0%;
}

.text-block-51 {
    font-size: 20px;
    font-style: italic;
}

.featurequotecontainer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featuredquote-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.profileimage-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding-top: 1%;
    padding-bottom: 1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.relatedcasestudies-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.collection-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.collection-item-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32.5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
}

.paragraph-7 {
    margin-bottom: 25px;
}

.cta-image {
    max-height: 347px;
    border-radius: 10px;
    background-color: transparent;
}

.cta-title {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #232221;
    font-size: 40px;
    font-weight: 600;
}

.container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .container-13.cta {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-radius: 10px;
        background-color: #f1f1f1;
    }

.section-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232221;
}

    .section-41.footer {
        padding-bottom: 0px;
        background-color: #828282;
    }

.cta-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cta-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer-link {
    display: block;
    margin-bottom: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: color 300ms cubic-bezier(.23, 1, .32, 1);
    transition: color 300ms cubic-bezier(.23, 1, .32, 1);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    text-decoration: none;
}

    .footer-link:hover {
        color: #f36c24;
        text-decoration: none;
    }

    .footer-link.w--current {
        color: #fff;
    }

.logo {
    max-width: 140px;
    min-width: 140px;
}

.link-span {
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
    color: #f36c24;
    font-weight: 600;
}

    .link-span:hover {
        color: #da5610;
    }

.footer-line {
    width: 60%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 4px solid #f36c24;
}

.footer-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
}

.social-media-icons-container {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.social-media-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #fff;
    text-align: left;
}

.footer-bottom-line-p {
    margin-top: 2px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-size: 13px;
}

.footer-bottom-line-link {
    margin-right: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-size: 13px;
}

.social-media-icon {
    width: 30px;
    height: 30px;
}

.footer-p {
    width: 80%;
    color: #fff;
    font-size: 15px;
    text-align: left;
}

.footer-links {
    width: 90%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.25fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.large-paragraph {
    max-width: 700px;
    margin-bottom: 0px;
    color: #b5bbbf;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
}

    .large-paragraph.top-margin {
        margin-top: 20px;
        color: #57586e;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 400;
    }

        .large-paragraph.top-margin.footer-phone {
            color: #fff;
            font-size: 16px;
        }

.footer-bottom-line-left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.footer-container {
    text-align: left;
}

.body-15 {
    background-image: none;
}

.navbar-7 {
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #adadad;
}

.container-14 {
    margin-right: 50px;
    margin-left: 50px;
}

.section-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/08-2-scaled.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/08-2-scaled.jpeg');
    background-position: 0px 0px, 50% 12.5%;
    background-size: auto, cover;
}

.heading-60 {
    margin-top: 0px;
    font-family: Marcellus, sans-serif;
    color: #fff;
    text-transform: none;
}

.div-block-102 {
    width: 70%;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-right: 0%;
}

.div-block-103 {
    width: 40%;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.text-block-52 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
}

.field-label-7 {
    font-family: Montserrat, sans-serif;
    color: #fff;
}

.field-label-8 {
    font-family: Montserrat, sans-serif;
    color: #fff;
}

.featuresection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding: 5% 9%;
}

.div-block-104 {
    width: 50%;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.heading-61 {
    margin-top: 0px;
    font-family: Marcellus, sans-serif;
    color: #3f4448;
    font-weight: 400;
}

.greenheading {
    margin-top: 0px;
    margin-bottom: 1.5%;
    font-family: Marcellus, sans-serif;
    color: #3f4448;
    font-size: 32px;
    font-weight: 400;
    text-align: left;
}

    .greenheading.gold {
        color: #cabe9d;
    }

.heading-63 {
    margin-top: 0px;
    font-family: Marcellus, sans-serif;
    color: #3f4448;
    font-weight: 400;
}

.paragraph-60 {
    font-family: Montserrat, sans-serif;
    font-size: 1.1em;
    line-height: 2em;
}

.paragraph-61 {
    font-family: Montserrat, sans-serif;
    font-size: 1.1em;
    line-height: 2em;
}

.paragraph-62 {
    font-family: Montserrat, sans-serif;
    font-size: 1.1em;
    line-height: 2em;
}

    .paragraph-62.dark {
        color: #000;
        font-size: 1.2em;
        line-height: 1.5em;
        text-align: left;
    }

.available-spaces {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #eee;
}

.div-block-105 {
    width: auto;
    height: auto;
    margin-bottom: 3%;
}

.div-block-106 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    padding: 2.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #54595f;
    text-align: center;
}

.image-41 {
    margin-top: 3.5%;
    border-radius: 75px;
}

.ctabanner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    padding: 10% 10% 17.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12-1-scaled.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12-1-scaled.jpeg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
}

.heading-64 {
    margin-top: 0px;
    margin-bottom: 2.5%;
    font-family: Marcellus, sans-serif;
    color: #fff;
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
}

.padding {
    height: 50px;
    background-color: #54595f;
}

.link-11 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: Montserrat, sans-serif;
    color: #cabe9f;
    font-size: 25px;
    line-height: 1.2em;
}

.text-block-53 {
    margin-bottom: 5%;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
}

.solidgoldbutton {
    padding: 0.75em 2em;
    background-color: #cabe9f;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mobile-embed {
    display: none;
}

.html-embed {
    color: #000;
}

.boltbullet {
    font-weight: 700;
}

.image-45 {
    margin-bottom: 5px;
}

.image-46 {
    margin-bottom: 5px;
}

.image-47 {
    margin-bottom: 3px;
}

.image-48 {
    margin-bottom: 5px;
}

.div-block-107 {
    max-width: 41%;
}

.text-block-54 {
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    text-align: center;
}

.whitepaper-feature {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.categories {
    width: 100%;
    height: 50px;
}

.text-block-55 {
    margin-bottom: 5%;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.blogcategorylabel {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
}

.blogcategory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #5f5f5f;
}

.body-16 {
    background-image: none;
}

.reviews-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5% 15% 3.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-65 {
    margin-bottom: 2.5%;
    font-size: 44px;
    line-height: 60px;
    text-align: center;
}

.split-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5% 5% 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
}

.featured-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3.5% 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #fbd9a6;
    border-bottom: 1px solid #fbd9a6;
    background-color: #fffef7;
}

.featuredlogo {
    height: 40px;
}

.right {
    width: 45%;
}

.left {
    width: 45%;
}

.heading-66 {
    margin-bottom: 1.5%;
    font-size: 44px;
    line-height: 60px;
}

.text-span-4 {
    text-decoration: line-through;
}

.benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 10% 4%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #bd1e2b;
}

.amribenefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-bottom: 2.5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: trade-gothic-next, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.image-49 {
    width: 60px;
    margin-right: 5%;
}

.image-50 {
    margin-right: 5%;
}

.ppc-hero-subhead {
    margin-bottom: 3%;
    font-family: trade-gothic-next, sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}

.text-span-6 {
    color: #bd1e2b;
}

.text-span-7 {
    text-decoration: line-through;
}

.text-span-8 {
    font-style: italic;
    text-decoration: line-through;
}

.text-span-9 {
    text-decoration: line-through;
}

.text-span-10 {
    text-decoration: line-through;
}

.larger-amri-button {
    margin-top: 3.5%;
    margin-right: 10px;
    margin-left: 25px;
    padding: 12px 30px 15px;
    border-radius: 30px;
    background-color: #bd1e2b;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    white-space: nowrap;
}

    .larger-amri-button:hover {
        background-color: #ec6371;
    }

    .larger-amri-button.grey {
        margin-right: 0px;
        margin-left: 0px;
        background-color: #5f5f5f;
    }

        .larger-amri-button.grey:hover {
            background-color: #8d8d8d;
        }

    .larger-amri-button.nopadding {
        margin-right: 0px;
        margin-left: 0px;
    }

.html-embed-2 {
    width: 100%;
    margin-bottom: 3.5%;
}

.heading-42-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 35px;
}

.heading-65-copy {
    margin-bottom: 5%;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
}

.rich-text-block-8-copy {
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 33px;
}

.text-span-11 {
    font-size: 18px;
}

.div-block-108 {
    width: 100%;
    height: auto;
    margin-top: 2.5%;
    padding: 5%;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
}

.bold-text-2 {
    font-size: 28px;
    line-height: 40px;
}

.text-block-62 {
    margin-bottom: 3.5%;
    font-family: trade-gothic-next, sans-serif;
    color: #bd1e2b;
    font-size: 25px;
    line-height: 25px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.text-block-63 {
    margin-right: 2.5%;
    margin-left: 2.5%;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    line-height: 27.5px;
    font-weight: 700;
    text-align: center;
}

.lower-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2.5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cards-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-43 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1260px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
}

.paragraph-small-2 {
    color: rgba(9, 106, 208, 0.6);
    font-size: 15px;
    font-weight: 300;
}

.icon-6 {
    height: 60px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}

.wrapper-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.margin-bottom {
    margin-bottom: 40px;
    text-align: center;
}

.bold-text-3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.bold-text-4 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-5 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-6 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-7 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-8 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-9 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-10 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-11 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-12 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-13 {
    font-size: 16px;
    line-height: 24px;
}

.bold-text-14 {
    font-size: 16px;
    line-height: 24px;
}

.text-span-12 {
    font-weight: 700;
}

@media screen and (min-width: 1280px) {
    .text-block-20 {
        font-size: 15px;
    }

    .becomeaclscertified {
        padding-top: 40px;
    }

    .how-it-works-line {
        top: 320px;
    }

    .staticctasection {
        padding-right: 10%;
        padding-left: 10%;
    }

    .cardcontainer {
        margin-bottom: 5%;
    }

    .card._50 {
        width: 45%;
    }

    .card.fullwidth {
        width: 100%;
    }

    .cardtext {
        line-height: 25px;
        font-weight: 400;
        text-align: left;
    }

        .cardtext.bold {
            font-weight: 700;
            text-align: center;
        }

    .button-6 {
        width: 80%;
        margin-bottom: 5%;
        line-height: 25px;
        text-align: center;
    }

    .button-7 {
        font-size: 15px;
    }

    .cta-right {
        padding-left: 20px;
    }

    .footer-links {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section-42 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .div-block-102 {
        height: auto;
        max-width: 570px;
    }

    .div-block-103 {
        height: auto;
        max-width: 570px;
    }

    .featuresection {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .div-block-104 {
        max-width: 570px;
    }

    .div-block-105 {
        max-width: 798px;
    }

    .div-block-106 {
        max-width: 342px;
    }

    .mobile-embed {
        display: none;
    }

    .reviews-embed {
        padding-top: 3.5%;
    }

    .split-hero {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 2.5% 5%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .featured-in {
        border-top: 1px solid #fbd9a6;
        border-bottom: 1px solid #fbd9a6;
        background-color: #fffef7;
    }

    .right {
        width: 45%;
    }

    .left {
        width: 45%;
    }

    .text-span-4 {
        text-decoration: line-through;
    }

    .text-span-5 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1440px) {
    .col.lg-3._2-col-in-mobile {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cardcontainer {
        margin-bottom: 1.5%;
    }

    .navigation {
        max-width: 1200px;
    }

    .paragraph-7 {
        width: 90%;
    }

    .cta-title {
        width: 95%;
    }

    .container-13 {
        max-width: 1200px;
    }

    .footer-links {
        max-width: 1200px;
    }

    .large-paragraph {
        max-width: 720px;
        font-size: 24px;
    }

    .footer-container {
        width: 90%;
    }

    .split-hero {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .section-43 {
        margin-top: 0px;
    }

    .icon-6 {
        width: auto;
        height: 60px;
    }

    .heading-67 {
        line-height: 30px;
    }

    .heading-68 {
        line-height: 30px;
    }

    .heading-69 {
        line-height: 30px;
    }

    .heading-70 {
        line-height: 30px;
    }
}

@media screen and (min-width: 1920px) {
    .button-7 {
        border-radius: 15px;
    }

    .navigation-wrap {
        z-index: 99;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 42px;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    blockquote {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .leftsidebox {
        width: 100%;
        margin-top: 250px;
        padding: 38px;
    }

    .webflowlogo {
        margin-bottom: 40px;
    }

    .body {
        background-position: 50% 50%;
    }

    .div-block {
        background-color: #ee810c;
    }

    .link-2 {
        color: #ee810c;
    }

    .landingpageherosection {
        padding-right: 5%;
        padding-left: 5%;
    }

    .socialproof {
        padding-right: 2.5%;
        padding-left: 2.5%;
    }

    .heading-5 {
        line-height: 45px;
    }

    .div-block-16 {
        margin-right: -5%;
        margin-left: -5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .faq-container {
        width: 100%;
        min-width: 0px;
    }

    .faq-img {
        width: 50px;
        height: 50px;
    }

    .customerquotediv {
        width: 40vw;
        padding-right: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rich-text-block-4 {
        width: auto;
        margin-right: 2.5%;
        text-align: center;
    }

    .rich-text-block-5 {
        width: auto;
        margin-left: 2.5%;
    }

    .rich-text-block-6 {
        width: auto;
        margin-right: 2.5%;
        color: #4b4b4b;
        font-size: 16px;
        line-height: 25px;
    }

    .rich-text-block-7 {
        width: auto;
        margin-left: 2.5%;
        color: #4b4b4b;
        font-size: 16px;
        line-height: 25px;
    }

    .navbar-5 {
        display: block;
        width: auto;
        padding-right: 5%;
        padding-left: 5%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .why-amri {
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 15%;
        padding-left: 15%;
    }

    .whycertifywithamri {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .stepstext {
        font-size: 18px;
    }

    .heading-41 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 28px;
    }

    .completionsteps.stepthree {
        width: 33.3vw;
        padding-top: 3.5vh;
    }

    .completionsteps.stepone {
        width: 33.3vw;
        padding-top: 3.5vh;
    }

    .completionsteps.step-two {
        width: 33.3vw;
        padding-top: 3.5vh;
    }

    .completioninstructions-2 {
        width: 100vw;
        height: 15vh;
        padding-bottom: 8.5vh;
    }

    .text-block-20 {
        font-size: 15px;
    }

    .becomeaclscertified {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .row.centre-align {
            margin-right: 30px;
            margin-left: 30px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .row.align-centre {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .circle {
        width: 50px;
        height: 50px;
        margin-right: 40px;
    }

    .wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }

    .how-it-works-step {
        width: 80vw;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .step-content {
        width: 70vw;
        text-align: left;
    }

    .col {
        width: 50%;
        margin-bottom: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }

        .col.lg-6.md-4 {
            width: 100%;
        }

        .col.lg-3 {
            width: 33.33%;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .col.lg-3._2-col-in-mobile {
                width: 50%;
            }

    .how-it-works-line {
        top: 245px;
        display: none;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .text-block-28 {
        margin-right: 0px;
        line-height: 50px;
    }

    .amridropdown {
        background-color: #fff;
    }

    .dropdown-toggle-3.top {
        margin-top: 10px;
    }

    .button-5 {
        margin: 10px 0px 15px;
    }

        .button-5.grey {
            margin-bottom: 40px;
        }

    .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .icon-4 {
        color: #bd1e2b;
    }

    .nav-menu-3 {
        height: 100vh;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #fff;
    }

    .menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .postbody {
        padding-right: 12.5%;
        padding-left: 12.5%;
    }

    .bloghero {
        margin-right: 10%;
        margin-left: 10%;
    }

    .section-12 {
        margin-right: 15%;
        margin-left: 15%;
    }

    .div-block-26 {
        width: auto;
    }

    .body-10 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-21 {
        width: 30vw;
        margin-left: 0vw;
    }

    .text-block-30 {
        margin-bottom: 1%;
        text-align: left;
    }

    .section-37 {
        padding-right: 10%;
        padding-left: 10%;
    }

    .text-block-31 {
        line-height: 20px;
    }

    .house-cocktails {
        width: auto;
    }

    .collection-item {
        margin-bottom: 2.5%;
    }

    .section1 {
        width: 80vw;
    }

    .section2 {
        width: 80vw;
    }

    .drinks {
        width: 80vw;
    }

    .collection-item-2 {
        margin-bottom: 1.5%;
    }

    .collection-item-3 {
        margin-bottom: 1.5%;
    }

    .collection-item-4 {
        margin-bottom: 1.5%;
    }

    .collection-item-5 {
        margin-bottom: 1.5%;
    }

    .collection-item-6 {
        margin-bottom: 1.5%;
    }

    .container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        background-color: transparent;
    }

    .left-div-headline {
        padding-right: 0px;
    }

    .section-tittle {
        margin-top: 0px;
    }

    .white-box.blog-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .blog-item {
        width: 100%;
        margin-bottom: 55px;
        text-align: left;
    }

    .relatedposts {
        width: 60vw;
        margin-right: 20vw;
        margin-left: 20vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .text-block-34 {
        font-size: 27.5px;
        line-height: 35px;
    }

    .featureboxcontent {
        width: 100%;
    }

    .featureboximage {
        display: none;
    }

    .staticctasection {
        height: auto;
    }

    .cardcontainer {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .card {
        width: 100%;
        margin-bottom: 5%;
    }

    .section-38 {
        padding-right: 10%;
        padding-left: 10%;
    }

    .rhythm-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .text-block-38 {
        font-size: 140%;
    }

    .link-block-2 {
        width: 47.5%;
        margin-bottom: 2.5%;
    }

    .button-7 {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
    }

    .navigation-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-container-mobile {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu-mobile {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 3px;
        border-radius: 100px;
        color: #000;
        font-size: 22px;
    }

        .menu-mobile.w--open {
            background-color: transparent;
        }

    .mobile-nav {
        padding-top: 15px;
        background-color: #fff;
        box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
    }

    .mobile-toggle {
        width: 100%;
        font-size: 15px;
    }

    .menu-lottie {
        width: 46px;
    }

    .dropdown-link-mob {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
    }

        .dropdown-link-mob:hover {
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

    .navigation-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }

    .nav-menu-5 {
        display: none;
    }

    .dropdown-list-2 {
        background-color: #fff;
    }

    .template-logo {
        max-width: 140px;
        min-width: 140px;
    }

    .navigation {
        display: none;
    }

    .navigation-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 85px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mobile-dropdown {
        width: 100%;
    }

    .heading-59 {
        font-size: 38px;
    }

    .maincasestudycontent-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .div-block-100 {
        width: 100%;
    }

    .div-block-101 {
        width: 50%;
        margin-bottom: 5%;
    }

    .text-block-51 {
        margin-bottom: 5%;
        text-align: center;
    }

    .featurequotecontainer-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .featuredquote-2 {
        padding-top: 10%;
    }

    .relatedcasestudies-2 {
        padding-right: 10%;
        padding-left: 10%;
    }

    .cta-title {
        font-size: 40px;
    }

    .container-13.cta {
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .section-41 {
        padding: 90px 30px;
    }

    .cta-left {
        width: 100%;
        margin-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer-links {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .large-paragraph {
        max-width: none;
        font-size: 21px;
    }

        .large-paragraph.top-margin {
            margin-top: 10px;
            font-size: 18px;
        }

    .navbar-7 {
        padding-top: 2.5%;
        padding-bottom: 2.5%;
    }

    .section-42 {
        padding-right: 5%;
        padding-bottom: 10%;
        padding-left: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-102 {
        width: 100%;
        margin-bottom: 5%;
    }

    .div-block-103 {
        width: 80%;
    }

    .featuresection {
        padding: 7.5% 5%;
    }

    .greenheading {
        text-align: left;
    }

    .available-spaces {
        padding-right: 5%;
        padding-left: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .div-block-105 {
        width: 80%;
    }

    .div-block-106 {
        width: 60%;
        margin-top: 5%;
        margin-left: 20%;
        padding-top: 3.5%;
        padding-bottom: 3.5%;
    }

    .ctabanner {
        height: 500px;
        padding-bottom: 15%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12-1-scaled.jpeg');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12-1-scaled.jpeg');
        background-position: 0px 0px, 50% 0%;
    }

    .heading-64 {
        margin-bottom: 5%;
        font-size: 40px;
    }

    .form-2 {
        margin-top: 0%;
    }

    .mobile-embed {
        display: none;
    }

    .html-embed {
        display: block;
    }

    .propertyoverview {
        width: auto;
    }

    .text-span-3 {
        line-height: 1.7em;
    }

    .heading-65 {
        margin-bottom: 3.5%;
        font-size: 40px;
        line-height: 55px;
    }

    .split-hero {
        padding-right: 15%;
        padding-left: 15%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .featured-in {
        padding: 5% 24px;
    }

    .right {
        width: 100%;
    }

    .left {
        width: 100%;
    }

    .heading-66 {
        font-size: 40px;
        line-height: 55px;
    }

    .benefits {
        padding-top: 7.5%;
        padding-bottom: 6.5%;
    }

    .larger-amri-button {
        margin: 5% 0px 15px;
    }

        .larger-amri-button.grey {
            margin-bottom: 40px;
        }

    .heading-65-copy {
        font-size: 35px;
        line-height: 42px;
    }

    .bold-text-2 {
        font-size: 26px;
        line-height: 38px;
    }

    .text-block-62 {
        margin-bottom: 5%;
    }

    .section-43 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-2 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .margin-bottom {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    blockquote {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .div-block-10 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-13 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-14 {
        margin-right: 0%;
        margin-bottom: 5%;
    }

        .div-block-14.nopadding {
            margin-bottom: 0%;
        }

    .div-block-15.padding {
        margin-right: 0%;
        margin-bottom: 5%;
    }

    .div-block-16 {
        margin-left: -5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .text-block-17 {
        font-size: 15px;
    }

    .text-block-18 {
        font-size: 15px;
    }

    .faq-container {
        margin-right: 5%;
        margin-left: 5%;
    }

    .faq-img {
        min-height: 40px;
        min-width: 50px;
    }

    .div-block-17 {
        margin-bottom: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .customerquotediv {
        width: 80vw;
        margin-bottom: 2.5%;
    }

    .whycertifywithamri {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .stepstext {
        font-size: 20px;
    }

    .heading-41 {
        font-size: 28px;
    }

    .completionsteps.step-two {
        width: 100vw;
        padding: 5vh 20vw;
    }

    .completionsteps.stepthree {
        width: 100vw;
        padding: 5vh 20vw;
    }

    .completionsteps.stepone {
        width: 100vw;
        padding: 5vh 20vw;
    }

    .completionsteps.stepthree {
        width: 100vw;
        height: 35vh;
        padding: 5vh 20vw;
    }

    .completionsteps.stepone {
        width: 100vw;
        height: 35vh;
        padding: 5vh 20vw;
    }

    .completionsteps.step-two {
        width: 100vw;
        height: 35vh;
        padding: 5vh 20vw;
    }

    .completioninstructions-2 {
        width: 100vw;
        padding-right: 10vw;
        padding-bottom: 8.5vh;
        padding-left: 10vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .div-block-38 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .text-block-20 {
        font-size: 18px;
        line-height: 30px;
    }

    .div-block-39 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heading-43 {
        text-align: center;
    }

    .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .circle {
        margin-right: 40px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }

    .how-it-works-step {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .step-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
    }

    .col.lg-6 {
        width: 100%;
    }

    .col.lg-3.sm-2 {
        width: 100%;
    }

    .heading-44 {
        font-size: 30px;
        line-height: 40px;
    }

    .postbody {
        padding-right: 10%;
        padding-left: 10%;
    }

    .bloghero {
        margin-right: 5%;
        margin-left: 5%;
    }

        .bloghero.category {
            width: 80vw;
            height: 28.5vw;
        }

    .section-12 {
        margin-right: 10%;
        margin-left: 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-11 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .div-block-26 {
        max-width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-29 {
        margin-left: 0px;
        text-align: center;
    }

    .text-block-19 {
        text-align: center;
    }

    .image-21 {
        width: 35vw;
    }

    .text-block-31 {
        line-height: 22.5px;
    }

    .collection-item {
        margin-bottom: 5%;
    }

    .collection-item-2 {
        margin-bottom: 2%;
        line-height: 18px;
    }

    .collection-item-3 {
        margin-bottom: 2%;
    }

    .collection-item-4 {
        margin-bottom: 2%;
    }

    .collection-item-5 {
        margin-bottom: 2%;
    }

    .collection-item-6 {
        margin-bottom: 2%;
    }

    .section.gray {
        padding-top: 40px;
    }

    .container {
        height: auto;
    }

    .left-div-headline {
        margin-top: 100px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .section-tittle {
        margin-top: 80px;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
    }

    .relatedposts {
        width: 70vw;
        margin-right: 15vw;
        margin-left: 15vw;
    }

    .text-block-33 {
        font-size: 14px;
        line-height: 18px;
    }

    .text-block-34 {
        font-size: 25px;
        line-height: 35px;
    }

    .text-block-35 {
        font-size: 16px;
        line-height: 25px;
    }

    .link-3 {
        font-size: 16px;
    }

    .rhythm-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .div-block-49 {
        width: 47.5%;
        margin-bottom: 2.5%;
    }

    .link-block-2 {
        width: 47.5%;
        margin-bottom: 2.5%;
    }

    .button-7 {
        font-size: 14px;
    }

    .post {
        margin-bottom: 7.5%;
    }

    .posts-container {
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .menu-lottie {
        width: 42px;
    }

    .navigation-wrap {
        padding-right: 25px;
        padding-left: 25px;
    }

    .heading-59 {
        font-size: 35px;
    }

    .div-block-101 {
        width: 70%;
        margin-bottom: 10%;
    }

    .quotetext-2 {
        width: 100%;
    }

    .profileimage-2 {
        width: 50%;
    }

    .collection-list-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .collection-item-7 {
        width: 100%;
        margin-bottom: 2.5%;
    }

    .cta-title {
        margin-bottom: 15px;
        font-size: 36px;
    }

    .container-13.cta {
        padding-right: 35px;
        padding-left: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-41 {
        padding: 60px 25px;
    }

    .cta-left {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .cta-right {
        width: 100%;
        padding-right: 0px;
    }

    .footer-bottom-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-bottom-line-link {
        margin-right: 10px;
    }

    .footer-links {
        padding-top: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .large-paragraph {
        font-size: 18px;
    }

        .large-paragraph.top-margin {
            font-size: 16px;
        }

    .footer-bottom-line-left-block {
        margin-top: 20px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-container {
        margin-bottom: 24px;
    }

    .navbar-7 {
        padding-top: 3.5%;
        padding-bottom: 3.5%;
    }

    .section-42 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-102 {
        margin-bottom: 7.5%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        text-align: center;
    }

    .featuresection {
        padding-right: 10%;
        padding-left: 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .featuresection.reversed {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .div-block-104 {
        width: 100%;
    }

    .greenheading {
        text-align: center;
    }

    .available-spaces {
        padding-top: 7.5%;
        padding-bottom: 7.5%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-105 {
        width: 100%;
    }

    .div-block-106 {
        margin-top: 7.5%;
        margin-left: 0%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .ctabanner {
        height: 450px;
    }

    .heading-64 {
        margin-bottom: 5%;
        font-size: 37.5px;
    }

    .solidgoldbutton {
        text-align: left;
    }

    .form-2 {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-42 {
        margin-bottom: 5%;
    }

    .image-43 {
        margin-bottom: 5%;
    }

    .image-44 {
        margin-bottom: 5%;
    }

    .mobile-embed {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        text-align: left;
    }

    .html-embed {
        display: none;
    }

    .text-span-3 {
        line-height: 1.9em;
    }

    .heading-65 {
        margin-bottom: 5%;
        font-size: 35px;
        line-height: 50px;
    }

    .split-hero {
        padding-right: 10%;
        padding-left: 10%;
    }

    .featured-in {
        padding: 7.5% 15%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .featuredlogo {
        width: 40%;
        height: auto;
        margin-bottom: 5%;
    }

    .rich-text-block-15 {
        font-size: 12px;
    }

    .heading-66 {
        font-size: 35px;
        line-height: 50px;
        text-align: center;
    }

    .benefits {
        padding-top: 10%;
        padding-bottom: 9%;
    }

    .amribenefit {
        width: 45%;
        margin-bottom: 5%;
    }

    .ppc-hero-subhead {
        font-size: 25px;
        text-align: center;
    }

    .larger-amri-button {
        margin-top: 7.5%;
    }

    .text-block-56 {
        font-size: 16px;
    }

    .text-block-57 {
        font-size: 16px;
    }

    .text-block-58 {
        font-size: 16px;
    }

    .text-block-59 {
        font-size: 16px;
    }

    .text-block-60 {
        font-size: 16px;
    }

    .text-block-61 {
        font-size: 16px;
    }

    .bold-text-2 {
        font-size: 24px;
        line-height: 36px;
    }

    .text-block-62 {
        margin-bottom: 7.5%;
    }
}

@media screen and (max-width: 479px) {
    .webflowlogo {
        margin-bottom: 25px;
    }

    .herosection {
        padding-right: 5%;
        padding-left: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .homepagefeature {
        width: 90vw;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .div-block-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heading-4 {
        font-size: 28px;
    }

    .heading-5 {
        font-size: 30px;
    }

    .div-block-13 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-14 {
        margin-bottom: 10px;
    }

    .div-block-16 {
        width: 70vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .text-block-17 {
        line-height: 45px;
    }

    .text-block-18 {
        line-height: 45px;
        text-align: center;
    }

    .faq-img {
        display: none;
    }

    .div-block-17 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rich-text-block-4 {
        width: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .rich-text-block-5 {
        width: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .rich-text-block-6 {
        width: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .rich-text-block-7 {
        width: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .why-amri {
        margin-bottom: 50px;
    }

    .stepstext {
        font-size: 18px;
    }

    .completionsteps.stepthree {
        padding-top: 5vh;
        padding-right: 10vw;
        padding-left: 10vw;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .completionsteps.stepone {
        padding-top: 5vh;
        padding-right: 10vw;
        padding-left: 10vw;
    }

    .completionsteps.step-two {
        padding-top: 5vh;
        padding-right: 10vw;
        padding-left: 10vw;
    }

    .completioninstructions-2 {
        padding-bottom: 10.5vh;
    }

    .div-block-38 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-20 {
        font-size: 16px;
    }

    .heading-42 {
        font-size: 30px;
    }

    .div-block-39 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .becomeaclscertified {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .row.centre-align {
        margin-right: 5px;
        margin-left: 5px;
    }

    .circle {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        margin-right: 20px;
    }

    .wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    .how-it-works-step {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .step-content {
        width: auto;
    }

    .col {
        margin-bottom: 0px;
    }

        .col.lg-6 {
            width: 100%;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .col.lg-3 {
            width: 100%;
        }

            .col.lg-3._2-col-in-mobile {
                width: 100%;
            }

    .heading-44 {
        margin-top: 5%;
        font-size: 25px;
        line-height: 35px;
    }

    .menu-button {
        margin-top: 0px;
    }

    .brand {
        max-width: 70vw;
    }

    .postbody {
        padding-right: 10%;
        padding-left: 10%;
    }

    .heading-22 {
        margin-top: 15%;
        margin-bottom: 24px;
        font-size: 25px;
        line-height: 35px;
    }

    .container-11 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .div-block-26 {
        width: auto;
        max-width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-29 {
        max-width: 100vw;
        padding-bottom: 15px;
        text-align: center;
    }

    .text-block-19 {
        padding-top: 10px;
        text-align: center;
    }

    .image-21 {
        width: 55vw;
    }

    .text-block-30 {
        font-size: 20px;
        line-height: 35px;
    }

    .house-cocktails {
        margin-top: 1.5%;
    }

    .collection-item {
        margin-bottom: 10%;
    }

    .collection-item-2 {
        margin-bottom: 5%;
        line-height: 16px;
    }

    .collection-item-3 {
        margin-bottom: 5%;
    }

    .collection-item-4 {
        margin-bottom: 5%;
    }

    .collection-item-5 {
        margin-bottom: 5%;
    }

    .collection-item-6 {
        margin-bottom: 5%;
    }

    .container {
        width: 100%;
        height: auto;
    }

    .left-div-headline {
        padding-bottom: 20px;
    }

    .section-tittle {
        font-size: 24px;
        line-height: 30px;
    }

    .white-box.blog-date.left-side-blog {
        padding-right: 12px;
        text-align: center;
    }

    .link-author {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .blog-image {
        min-width: 200px;
    }

    .div-block-47 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .blog-date-text {
        display: block;
        padding-top: 0px;
        padding-left: 0px;
    }

    .relatedposts {
        width: 80vw;
        margin-right: 10vw;
        margin-left: 10vw;
    }

    .text-block-34 {
        font-size: 25px;
    }

    .link-3 {
        font-size: 16px;
    }

    .staticctasection {
        padding-right: 5%;
        padding-left: 5%;
    }

    .div-block-49 {
        width: 100%;
    }

    .link-block-2 {
        width: 100%;
    }

    .button-7 {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 12px;
    }

    .post {
        margin-bottom: 10%;
    }

    .menu-lottie {
        width: 40px;
    }

    .navigation-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .template-logo {
        max-width: 120px;
        min-width: 120px;
    }

    .heading-59 {
        font-size: 30px;
    }

    .div-block-101 {
        width: 100%;
        margin-bottom: 15%;
    }

    .featuredquote-2 {
        padding-bottom: 10%;
    }

    .profileimage-2 {
        width: 100%;
        margin-bottom: 2.5%;
    }

    .collection-item-7 {
        margin-bottom: 5%;
    }

    .cta-image {
        border-radius: 5px;
    }

    .cta-title {
        font-size: 30px;
        text-align: center;
    }

    .container-13.cta {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-41 {
        padding: 45px 20px;
    }

    .cta-left {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-bottom-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-bottom-line-p {
        margin-top: 10px;
    }

    .footer-bottom-line-link {
        margin-top: 10px;
    }

    .footer-links {
        padding-right: 0px;
        padding-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .large-paragraph.top-margin {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 16px;
    }

    .footer-bottom-line-left-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-container {
        margin-bottom: 25px;
    }

    .navbar-7 {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .section-42 {
        padding-right: 7.5%;
        padding-left: 7.5%;
    }

    .div-block-102 {
        margin-bottom: 10%;
    }

    .div-block-103 {
        width: 100%;
    }

    .greenheading {
        display: block;
        text-align: left;
    }

    .paragraph-62.dark {
        font-size: 1.1em;
    }

    .available-spaces {
        padding: 7.5% 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .div-block-105 {
        display: none;
    }

    .div-block-106 {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 7.5%;
        padding: 10% 5%;
    }

    .ctabanner {
        height: 400px;
    }

    .heading-64 {
        margin-bottom: 7.5%;
        font-size: 25px;
    }

    .image-42 {
        margin-bottom: 7.5%;
    }

    .image-43 {
        margin-bottom: 7.5%;
    }

    .image-44 {
        margin-bottom: 7.5%;
    }

    .heading-65 {
        margin-bottom: 10%;
        font-size: 25px;
        line-height: 30px;
    }

    .split-hero {
        padding-right: 5%;
        padding-left: 5%;
    }

    .featured-in {
        padding: 12.5% 16px;
    }

    .featuredlogo {
        margin-bottom: 10%;
    }

    .heading-66 {
        margin-right: 5%;
        margin-left: 5%;
        font-size: 25px;
        line-height: 35px;
    }

    .benefits {
        padding-top: 15%;
        padding-bottom: 13%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .amribenefit {
        width: 100%;
    }

    .ppc-hero-subhead {
        margin-right: 5%;
        margin-bottom: 10%;
        margin-left: 5%;
        font-size: 18px;
        line-height: 25px;
    }

    .larger-amri-button {
        margin-top: 10%;
    }

    .heading-42-copy {
        font-size: 30px;
    }

    .heading-65-copy {
        margin-bottom: 10%;
        font-size: 25px;
        line-height: 35px;
    }

    .bold-text-2 {
        font-size: 22px;
        line-height: 32px;
    }

    .text-block-62 {
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_197613c5-90db-c895-ebe1-3996d4805854-c90fd236 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_197613c5-90db-c895-ebe1-3996d480585d-c90fd236 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_197613c5-90db-c895-ebe1-3996d4805846-c90fd236 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}
