/*
* Page Styles Sheet
*
*/

:root {
    --brand-primary: #c8232c; /* logo red */
    --brand-dark: #202020;    /* primary text */
    --brand-accent: #c8232c;  /* buttons / highlights */
    --brand-muted: #fafafa;   /* light backgrounds */
    --brand-contrast: #ffffff;
}

body {
    font-size: 14px;
}

p, label, span {
font-size: 14px;
}

.hero-banner-container {
    min-height: 500px;
    background-image: url('../images/bg_hero_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-container .container {
    max-width: 1225px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--brand-dark);
    padding: 10px 24px;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--brand-primary);
}
.main-navbar.active {
    padding: 0;
}

.main-navbar.active .nav-item .nav-link {
    color: var(--brand-dark);
}


.pos-relative {
    position: relative;
}

.align-center {
    text-align: center;
}

.font-white {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.semi-bold {
    font-weight: 500;
}

.bold {
    font-weight: 700 !important;
}

.bg-light-gray {
    background-color: #fafafa;
}


.btn-inverse {
    color: #fff !important;
}

.active {
    background: #fff;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

main,
aside,
figure,
section,
header,
footer {
    display: block;
}

.list--inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.list--inline li {
    padding: 0 1px;
}
.list__label {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 1rem;
    color: #fff;
    font-weight: 900;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.max-width-100 {
    max-width: 100% !important;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
}

.simple-content .container {
    position: relative;
    padding: 1.5rem 1rem;
}

.simple-content--inverse .simple-content-body__title {
    color: #000;
    margin-left: 0;
}

.main-navbar {
    padding: 1rem 1.6rem 0.625rem;
    background: #ffffff;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}


/*Hero Banner**/
.hero-body-title {
    text-transform: uppercase;
    color: var(--brand-primary);
    font-size: 2rem;
    line-height: 2.8125rem;
    font-weight: 900;
    margin-bottom: 30px;
}

.hero-body-title strong {
    color: #fff;
}

.hero-body {
    padding: 15px 0;
}

.hero-cta .btn {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;

}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.btn::before,
.hs-button::before,
.gotowebinar_registration_submit::before,
.cards .card--person .card__back a::before,
.widget.widget_text a::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--brand-accent);
    width: 8em;
    height: 8em;
    border-radius: 50%;
    transition: 250ms ease all;
    transform: translate(-50%, -50%);
}

.btn,
.hs-button,
.gotowebinar_registration_submit,
.cards .card--person .card__back a,
.widget.widget_text a {
    position: relative;
    text-transform: uppercase;
    letter-spacing: .2em;
    overflow: hidden;
    z-index: 1;
    font-size: 0.8125rem;
}

.btn,
.hs-button,
.gotowebinar_registration_submit,
.cards .card--person .card__back a,
.widget.widget_text a {
    display: inline-block;
    font-weight: 400;
    color: #06001e;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease-in-out;
}

.btn:hover::before,
.hs-button:hover::before,
.gotowebinar_registration_submit:hover::before,
.cards .card--person .card__back a:hover::before,
.widget.widget_text a:hover::before,
.btn:focus::before,
.hs-button:focus::before,
.gotowebinar_registration_submit:focus::before,
.cards .card--person .card__back a:focus::before,
.widget.widget_text a:focus::before {
    width: 210%;
    height: 69em;
}

.btn::before,
.hs-button::before,
.gotowebinar_registration_submit::before,
.cards .card--person .card__back a::before,
.widget.widget_text a::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--brand-accent);
    width: 8em;
    height: 8em;
    border-radius: 50%;
    transition: 250ms ease all;
    transform: translate(-50%, -50%);
}

.btn span,
.hs-button span,
.gotowebinar_registration_submit span,
.cards .card--person .card__back a span,
.widget.widget_text a span {
    z-index: 10;
}

.btn svg,
.hs-button svg,
.gotowebinar_registration_submit svg,
.cards .card--person .card__back a svg,
.widget.widget_text a svg {
    width: 0.825rem;
    margin-left: .5rem;
}

.btn-lg {
    padding: 1.09385rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.logo {
    max-width: 250px;
}

/* Keep the original image visible so the white logo shows on a dark navbar. */
.logo.logo--colored img.logo {
    display: block;
    max-width: 250px;
    height: auto;
}

/* Red logo variant: render the white PNG as a red mask. Keep the <img> for accessibility but hide visually. */
.logo.logo--red {
    display: inline-block;
    width: 250px;
    height: 64px;
    background-color: var(--brand-primary);
    -webkit-mask: url('../images/logo.png') no-repeat center/contain;
    -webkit-mask-size: contain;
    mask: url('../images/logo.png') no-repeat center/contain;
    mask-size: contain;
    background-size: contain;
}
.logo.logo--red img.logo {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}


/*Subnav-Section*/
.hero+.subnav {
    position: relative;
    margin-top: -11.25rem;
    z-index: 10;
}

.subnav__intro {
    position: relative;
    margin: 0 auto 0.625rem;
    max-width: 22.5rem;
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: center;
}

.subnav__intro::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -1.5625rem;
    right: -1.25rem;
    z-index: -1;
    pointer-events: none;
    width: 9.375rem;
    height: 9.375rem;
    background: url(assets/img/circle--sm.png) bottom right;
}

.circle-text {
    position: relative;
    border-radius: 50%;
    padding-top: 100%;
    color: var(--brand-contrast);
    background-color: var(--brand-primary);
    z-index: 10;
}

.circle-text__inner {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20% 15.25%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.drawer {
    background-color: var(--brand-accent);
    color: #fff;
    text-align: center;
    padding: 0 .7rem;
    font-weight: 700;
}

.drawer-chest {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



.drawer__toggle {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    padding: .8em 1em;
    text-transform: uppercase;
    font-size: .76em;
    letter-spacing: .2em;
    color: #fff;
    font-weight: 700;
    outline: none;
}

.drawer__toggle::after {
    content: " ";
    position: absolute;
    height: 4px;
    left: 0;
    bottom: -4px;
    right: 0;
    background: url(assets/img/heading__device--horizontal.png) repeat;
    filter: brightness(0);
}

.drawer__content {
    max-height: 0px;
    overflow: hidden;
    transition: 250ms ease max-height;
}

.drawer--open .drawer__content {
    max-height: 400px;
}

.drawer--open .drawer__toggle svg {
    transform: rotate(90deg);
}

.drawer__content p {
    margin-top: 1.5625em;
    line-height: 1.25em;
}

.drawer__toggle svg,
.drawer__toggle svg * {
    stroke: #fff;
}

.drawer__toggle svg {
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
    height: 0.8em;
    margin-left: 0.5em;
    margin-top: -0.4em;
}

.btn,
.hs-button,
.gotowebinar_registration_submit,
.cards .card--person .card__back a,
.widget.widget_text a {
    position: relative;
    text-transform: uppercase;
    letter-spacing: .2em;
    overflow: hidden;
    z-index: 1;
    font-size: 0.8125rem;
}

.hero .block-overflow-wrapper {
    overflow: hidden;
    position: relative;
}

.block-overflow-wrapper .container {
    position: relative;
}

.subnav .container {
    position: relative;
}

/*Section Block-02*/

.simple-content {
    background: #fff;
}

.simple-content-body__title {
    color: var(--brand-primary);
    font-size: 3rem;
    margin-bottom: 1.875rem;
}

.simple-content-body__content p {
    margin-bottom: 1em;
}

.simple-content-body__content p:first-child {
    font-size: 1.2em;
}

#arrows-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}




/*Feature Content Section*/
.featured-content {
    padding: 5vw 0;
    position: relative;
    background: var(--brand-dark);
    background-image: url(../images/bg-gradient.svg);
    background-size: cover;
    overflow: hidden;
}

.featured-content__title {
    color: var(--brand-primary);
    margin-left: 50%;
    max-width: 50%;
    font-size: 1.875rem;
    line-height: 1em;
}

.featured-content__title strong {
    color: #fff;
}

.featured-content__embed {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    max-width: 44.6875rem;
    text-align: center;
}

.featured-content>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    z-index: 1;
    will-change: contents;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*Service Content */
/*.service-content {
        padding: 7.1875rem 0 6.25rem;
    }*/
.focus-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-align: center;
    align-items: center;
}

.focus-overview__title {
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.875rem;
    color: var(--brand-primary);
}

.sr-only,
.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.focus-column__body {
    max-width: 18.75rem;
}

.focus-overview__excerpt {
    margin: 0 auto 1.5em;
    font-size: 1.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.focus-column .btn {
    margin: auto auto 0;
    max-width: 19rem;
    font-weight: 500;
}


.grr-pita-mask {
    background: url(../images/bg-gradient-02.svg);
}

.grr-pita-mask__bgnd {
    /*background: url(../images/section-mask.png) no-repeat bottom center;*/
    background-size: 100% auto;
    padding-bottom: 8vw;
}

.focus-details__title {
    color: var(--brand-primary);
}

.focus-details::before {
    display: block;
    position: absolute;
    content: " ";
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -30px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
}

.focus-details ul {
    font-weight: 700;
    color: #fff;
}

.list--stylized {
    padding: 0;
    list-style-type: none;
}

.list--stylized li {
    position: relative;
    padding-left: 0;
    margin-bottom: 1em;
    line-height: 1.5em;
}

ul.list--stylized li::before {
    content: "•";
}

.list--stylized li::before {
    position: static;
    left: 0.6875em;
    margin-right: .5rem;
    color: var(--brand-primary);
}

.focus-details .btn {
    color: #fff;
}

/*Latest Insights*/
.latest-insights {
    background: url(../images/bg-latest-insight.png) repeat-x;
    margin-top: -1px;
}

.latest-insights .block-overflow-wrapper {
    padding: 2.8125rem 0 5.625rem;
    background: url(../images/latest-insight.svg) no-repeat top;
}

.latest-insights__title {
    margin: 4.625rem auto !important;
    color: #fff;
    text-align: center;
}

.heading--blocky--alt {
    background-color: #040422 !important;
}

.heading--blocky,
.simple-content-body__subheading {
    display: inline-block;
    margin: 0 auto;
    padding: .6rem .75rem;
    font-size: 1.25rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    background-color: var(--brand-primary);
    color: var(--brand-contrast);
}

.post-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 1.25rem auto;
    transition: 250ms ease transform;
}

.post-grid .post-card {
    margin: 1.25rem 0;
    width: calc(100%);
}

.post-card__thumbnail {
    position: relative;
    z-index: 0;
}

.post-card__thumbnail::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(0.75rem, -0.75rem);
    background: #e6e6e7 top right;
    z-index: 0;
}

.post-card__thumbnail img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 10;
}

.post-card__body {
    position: relative;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 2.875rem 2.1875rem;
    margin: 0 0 auto 0;
    z-index: 10;
    background-color: #fff;
}

.post-card__tag {
    position: absolute;
    bottom: 100%;
    left: 0;
}

.tag {
    padding: .275em 1.1em;
    background-color: var(--brand-primary);
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 0.8125rem;
    color: #fff;
}

/* Contact form styles */
.contact-form-section {
    padding: 3.5rem 0;
}
.contact-form .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 0.25rem;
    box-shadow: none;
}
.contact-form .form-control:focus {
    border-color: var(--brand-primary);
    box-shadow: none;
}
.contact-form .btn-primary {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}
.contact-form .btn-primary:hover {
    background-color: #ad1922;
    border-color: #ad1922;
}

.post-card__meta {
    font-size: 0.875rem;
    line-height: 1em;
    color: #6C6C6C;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-card__title {
    margin: 0 0 2.0625rem;
    font-size: 1rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    color: #181818 !important;
}

.post-card__excerpt {
    line-height: 1.5em;
    max-height: 5.85em;
    margin-bottom: 1em;
    overflow: hidden;
}

.post-card__permalink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
}

.simple-content--inverse .simple-content-body {
    color: #fff;
    font-weight: bold;
    max-width: 30rem;
}

.simple-content-body {
    font-size: 1.25rem;
    line-height: 1.5em;
}

.simple-content-body__content p {
    margin-bottom: 1em;
}

.simple-content--inverse .simple-content-body .btn {
    color: #fff;
}

.simple-content--inverse .simple-content-body .btn::before {
    background-color: #000;
}

/*Toast Menu */
.toast-menu {
    position: fixed;
    bottom: 0;
    right: 1rem;
    top: auto;
    z-index: 20000;
    transform: translateY(100%);
    transition: 250ms ease transform;
    display: none;
}


.toast-menu__trigger {
    position: absolute;
    bottom: calc(100%);
    right: 0;
    background-color: #ececec;
    border: none;
}

.toast-menu__trigger svg {
    width: 1rem;
    height: 1rem;
    transform: rotate(-90deg);
}

.widget {
    background-color: var(--brand-accent);
    color: #fff;
    width: 22.5rem;
    max-width: calc(100vw - 2rem);
}

.widget__inner {
    padding: 1rem;
    background-image: url(../images/bg-widget.svg);
    background-repeat: repeat-x;
    background-size: 15px 10px;
}

.toast-menu .widget {
    margin-top: 2rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.toast-menu .widget:first-child {
    margin-top: 0;
}

.widget.widget_text {
    background: var(--brand-dark);
    background: linear-gradient(140deg, var(--brand-dark) 0%, var(--brand-accent) 100%);
}

.widget__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    color: #fff !important;
}


/*Footer*/
.footer {
    z-index: 1;
    position: relative;
    padding: 30px 0 0;
    background: var(--brand-dark);
    color: #fff;
    background: linear-gradient(-130deg, var(--brand-dark) 40%, var(--brand-accent) 110%);
}

.footer__decoration {
    background: url(..//images/footer__decorations.png) bottom right no-repeat;
}

.footer-tagline {
    padding: 2rem 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
    text-align: center;
}

.footer-tagline__heading {
    margin-bottom: 1rem;
    font-weight: 900;
    display: block;
    text-align: center;
}

.footer-mid {
    display: none;
    padding: 1rem 0;
}

.footer-colophon {
    margin-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1.375rem 0;
    text-align: center;
    text-transform: none;
    font-size: .8125rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-mid .menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 250ms ease max-height;
    font-weight: 400;
    margin: 0;
}

.footer-mid .menu,
.footer-mid .menu .sub-menu {
    padding: 0;
    list-style-type: none;
}

.footer-mid .menu {
    margin: 0 0 2rem;
    border-top: 1px solid #252525;
}

.footer-mid .menu>.menu-item>a {
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    color: #FFFFFF;
    padding: 0.5rem 0.9375rem;
    border-bottom: 1px solid #252525;
    line-height: 1.72em;
}

.footer-mid .menu .sub-menu a {
    color: #fff;
    font-weight: 400 !important;
    display: block;
    color: #FFFFFF;
    padding: 0.5rem 0.9375rem;
    border-bottom: 1px solid #252525;
    line-height: 1.72em;
}

.footer__widget-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .75rem;
}

.hs--inline .hbspt-form {
    padding: 0;
}

.hbspt-form {
    padding: 2rem 1rem;
    margin: 0 auto;
    max-width: calc(720px + 2rem);
}

.footer-colophon .footer__widget {
    padding: .5rem 0;
}

.footer-colophon .menu {
    list-style-type: none;
    padding: 0;
    margin: 0.625rem 0 0;
}
.footer-colophon a {
    color: #fff;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .post-grid .post-card {
        width: calc(50%);
        padding: 0 1rem;
    }
}


@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }

    .hero-banner-container .container {
        padding-top: 5.3125rem;
        min-height: 45vw;
    }

    .aboutPage-hero-container .hero-banner-container {
        min-height: 200px;
    }

    .aboutPage-hero-container .hero-banner-container .container {
        /*padding-top: 5.3125rem;*/
        min-height: auto;
    }

    .drawer-chest {
        display: -ms-flexbox;
        display: flex;
    }

    .drawer-chest .drawer {
        margin: auto 1.25em 0 auto;
        max-width: 12.5rem;
    }

    .list--stylized li {
        margin-bottom: .75em;
        padding-left: 0;
    }

    .post-card__thumbnail {
        margin-bottom: 10rem;
    }

    .post-card__body {
        position: absolute;
        margin: auto 19% auto 0;
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.30);
    }

    .post-grid .post-card {
        width: calc(33.3333%);
        padding: 0 2rem;
    }

    .footer-mid .menu {
        width: auto;
        margin: 0;
        border: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-mid .menu>.menu-item {
        margin: 0 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        min-width: 150px;
        padding-right: 1.875rem;
    }

    .footer-mid .menu .menu-item a {
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .footer-mid .menu .sub-menu {
        max-height: 1000px;
        font-size: 1.125em;
    }

    .footer-mid .menu .sub-menu .menu-item:not(.no-arrow) a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-mid .menu .menu-item a {
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .footer-mid .menu .sub-menu .menu-item:not(.no-arrow) a::after {
        content: " ";
        display: block;
        height: 0.65em;
        width: 20px;
        margin-left: 5px;
        background: url(../images/arrow.svg) no-repeat;
    }

    .hbspt-form {
        padding: 4rem 1rem;
    }

    .footer-colophon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-colophon .footer__widget {
        padding: 0 0;
    }

    .footer-colophon .menu {
        display: -ms-flexbox;
        display: flex;
        margin: 0 0;
    }
    .footer-colophon .footer__widget {
        padding: 0 0;
    }
    .footer-colophon .menu li::before {
        display: inline-block;
        margin: 0 1rem;
        content: "  ";
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .container--wide {
        max-width: 1230px;
    }

    .hero-body-title {
        font-size: 4.5rem;
        line-height: 3.625rem;
    }

    .hero-body {
        margin-top: 6rem;
        max-width: 30.625rem;
    }

    .hero+.subnav {
        margin-top: 0;
    }

    .subnav {
        display: block;
        margin-bottom: 9.0625rem;
    }

    .subnav__intro {
        position: absolute;
        right: 0;
        width: 22.5rem;
        transform: translateY(-175px);
    }

    .subnav__drawer {
        position: absolute;
        bottom: 100%;
        z-index: 1000;
    }

    /*Section Simple Content*/
    .simple-content {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .simple-content .container {
        padding-top: 5.625rem;
        padding-bottom: 8.25rem;
    }

    .simple-content--right .container::before {
        content: " ";
        position: absolute;
        display: block;
        width: 4px;
        top: 0;
        right: 175px;
        bottom: 0;
        background: url(../images/dots-secondary.png);
        background-size: 100% auto;
    }

    .simple-content--right .simple-content-body {
        text-align: right;
        margin: 0 20.5% 0 auto;
        max-width: 35rem;
    }

    .simple-content-body__title {
        margin: 0 -.5rem 2.5rem auto;
    }

    /*Feature Content Section*/
    .featured-content {
        padding: 7.1875rem 0 6.25rem;
    }

    .focus-column {
        padding-top: 150px;
        padding-bottom: 80px;
    }

    .post-card__body {
        min-height: 16.875rem;
        padding: 2.875rem 1.5625rem 0.9375rem 2.1875rem;
    }

    .simple-content-body__title {
        margin: 0 -.5rem 2.5rem auto;
    }

    .toast-menu {
        display: block;
    }

    .widget__inner {
        padding: 2rem;
    }

    .footer-tagline {
        padding: 4.1rem 0 5.3rem;
    }

    .footer-tagline__heading {
        font-size: 2.25rem;
        margin-bottom: 1.7rem;
    }

    .footer-mid {
        display: none;
        /*display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;*/
        justify-content: space-between;
    }

    .footer-mid .widget_nav_menu {
        width: 52.5%;
    }

    .footer-mid .footer__widget {
        padding: 2.5rem 3px 0.65rem;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }

    .footer .container {
        max-width: 1400px;
    }

    .btn-lg {
        min-width: 280px;
        font-size: 1.125rem;
    }

    .featured-content__title {
        position: absolute;
        top: 50%;
        left: calc(50% + (715px / 2));
        margin-left: 1.5625rem;
        max-width: 242.5px;
        transform: translateY(-50%);
    }

    .hbspt-form {
        padding: 8.5rem 1rem 5rem;
    }

    .footer-colophon {
        margin-top: 3.5625rem;
    }
}




/*About Page */
.aboutpage-hero-container {
    max-height: 325px;
}

.aboutpage-hero-container .hero-banner-container {
    /* min-height: 325px; */
    background-image: url(../images/about/about-us-hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aboutpage-hero-container .hero-banner-container .hero-body {
    min-height: 320px;
    margin-bottom: 2rem;
} 

.section-aboutpage-container .simple-content-body {
    position: relative;
    display: flex;
    flex-direction: column;
}


.section-aboutpage-container .simple-content-body h3 {
    margin-bottom: 2.3rem;
    font-size: 20px !important;
    line-height: 1.6;
}
.section-aboutpage-container .simple-content-body p {
    font-size: 16px;
    text-align: justify;
    padding-right: 3rem;
}

.section-about-block .container {
    padding-top: 100px;
}

.section-about-block .focus-column {
    padding-top: 0;
}

.heading-upper {
    color: rgb(0, 174, 239);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: 1px;
}
.simple-content-stacked {
    position: relative;
}
.simple-content {
    background-size: contain;
    background-repeat: no-repeat;
}

.simple-content-stacked .container {
    padding: 5rem 0px;
}
.simple-content-stacked .block-overflow-wrapper {
    position: relative;
    overflow: hidden;
}
.simple-content-stacked .simple-content__aside {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0px;
    transform: translateY(-50%);
    width: auto;
    min-width: 60vw;
    margin: auto;
}

.simple-content-body__title {
    color: rgb(0, 174, 239);
    font-size: 3rem;
    margin: 0px -0.5rem 2.5rem 0; 
    margin-bottom: 1.875rem;
    text-align: left;
}
.simple-content-body__content p {
    margin-bottom: 1em;
    padding-right: 5px;
    text-align: left;
}

.section-aboutpage-container .simple-content-body__content p:first-child {
    font-size: 22px;
}

.section-aboutpage-container.simple-content-stacked .simple-content-body {
    position: relative;
    background-color: rgb(255, 255, 255);
    margin: auto 0px auto auto;
    z-index: 10;
    padding: 3rem;
}

.simple-content-body {
    max-width: 50%;
    font-size: 1.25rem;
    line-height: 1.5em;
}
.simple-content--inverse .simple-content-body {
    color: #fff;
    font-weight: bold;
    max-width: 26rem;
}

.section-about-block .focus-overview .focus-overview__excerpt {
    margin: 2.0em auto 1.5em;
}

.section-aboutpage-container .simple-content-body__content p {
    font-size: 15px;
}


.section-aboutpage-container .simple-content-body > .simple-content-body__title {
    font-size:40px;
    font-weight: 800;
    text-transform: uppercase;
}

/*Contact Page*/
.page-title {
    text-align: center;
    background: linear-gradient(-120deg, #04001c 0%, #025ea0 100%);
    padding: 8rem 0;
    position: relative;
}

.page-title__heading {
    display: inline-block;
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1em;
    text-align: center;
    color: var(--brand-primary);
    max-width: 54rem;
    font-weight: 800;
    letter-spacing: 1px;
}
.page-title__bottom {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.ptb--160 {
    padding: 160px 0;
}
.bg_color--1 {
    background: #fff;
}

h4.heading-h4 {
    font-size: 24px;
}
.heading {
    color: #222;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.23;
    margin: 0;
}
.mt--15 {
    margin-top: 15px;
}
p.bk_pra.line-height-2-22 {
    line-height: 2.22;
}
p.bk_pra {
    margin-bottom: 0;
    word-wrap: break-word;
    max-width: 100%;
    font-weight: 500;
    line-height: 1.58;
    font-size: 14px;
}

.move-up.animate {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: moveVertical .65s ease forwards;
    animation: moveVertical .65s ease forwards;
}
.social-icon {
    padding: 0;
    margin: 0 -15px;
}
.move-up {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.social-icon.icon-solid-rounded li {
    margin: 5px;
}
.social-icon li {
    display: inline-block;
}
.social-icon.icon-solid-rounded li a {
    font-size: 20px;
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    background: #eee;
    color: #222;
    line-height: 51px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    padding: 0;
}
.social-icon.icon-size-medium li a {
    font-size: 20px;
}