@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-Light.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-LightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Noto;
    src: local("Noto"), url(../_fonts/NotoSans-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Noto JP";
    src: local("Noto"), url(../_fonts/NotoSansCJKjp-Regular.otf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Noto JP";
    src: local("Noto"), url(../_fonts/NotoSansCJKjp-Light.otf) format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Noto JP";
    src: local("Noto"), url(../_fonts/NotoSansCJKjp-Bold.otf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Noto JP";
    src: local("Noto"), url(../_fonts/NotoSansCJKjp-Black.otf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: local("Lato"), url(../fonts/Lato-Regular.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato Black";
    src: local("Lato Black"), url(../fonts/Lato-Black.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato BlackItalic";
    src: local("Lato BlackItalic"), url(../fonts/Lato-BlackItalic.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato Bold";
    src: local("Lato Bold"), url(../fonts/Lato-Bold.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato BoldItalic";
    src: local("Lato BoldItalic"), url(../fonts/Lato-BoldItalic.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato Hairline";
    src: local("Lato Hairline"), url(../fonts/Lato-Hairline.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato HairlineItalic";
    src: local("Lato HairlineItalic"), url(../fonts/Lato-HairlineItalic.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato Italic";
    src: local("Lato Italic"), url(../fonts/Lato-Italic.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato Light";
    src: local("Lato Light"), url(../fonts/Lato-Light.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Lato LightItalic";
    src: local("Lato LightItalic"), url(../fonts/Lato-LightItalic.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Swift Italic";
    src: local("Swift Italic"), url(../fonts/Swift-italic_43141.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Swift Regular Italic";
    src: local("Swift Regular Italic"), url(../fonts/Swift-Regular-Italic.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Merriweather Light";
    src: local("Merriweather Light"), url(../fonts/Merriweather-Light.ttf) format("truetype");
    font-style: normal;
    font-display: auto;
}

body,
html {
    color: #333;
    font-family: Lato, sans-serif;
    height: 100%;
    width: 100%;
}

    body *,
    html * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

a {
    transition: all 0.1s ease-in-out;
}

    a:hover {
        color: #0e6ba5;
        cursor: pointer;
        text-decoration: none;
    }

h2 {
    margin-bottom: 26px;
    margin-top: -8px;
}

h3 {
    margin-bottom: 15px;
    margin-top: 0;
}

.blog-blog-content .blog-content__title,
.blog-blog-content h2 {
    font-family: Calibri Light;
    font-size: 18pt;
    color: #0e6ba5;
}

.blog-blog-content .blog-content__subtitle,
.blog-blog-content h3 {
    font-family: Calibri Light;
    font-size: 16pt;
    color: #0078c9;
}


.blog-blog-content h1,
.blog-blog-content h2,
.blog-blog-content h3,
.blog-blog-content h4,
.blog-blog-content h5,
.blog-blog-content h6 {
    color: #0078c9;
}

input:focus::-webkit-input-placeholder {
    transition: all 0.3s ease-in-out;
    color: transparent !important;
}

input:focus::-moz-placeholder {
    transition: all 0.3s ease-in-out;
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    transition: all 0.3s ease-in-out;
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    transition: all 0.3s ease-in-out;
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    transition: all 0.3s ease-in-out;
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    transition: all 0.3s ease-in-out;
    color: transparent !important;
}

.max-width {
    margin: 0 auto;
    max-width: 1200px;
}

@media (min-width: 992px) {
    .transparent {
        opacity: 0;
    }
}

@media (max-width: 812px) {
    .partners-logo {
        width: 100% !important;
        flex-shrink: 0;
        max-height: 205px;
        margin: 0 -50% !important;
    }
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

button {
    border-radius: 0;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.sb-search-input-mobile {
    border: none !important;
    height: 40px;
}

.form_mobile .sb-icon-search {
    margin-right: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 48, 87, 0.9);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: all 275ms ease-in-out;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.parters .filter-region .dropdown-menu a:hover {
    color: #000;
}

.partner-title {
    font-family: lato;
    font-size: 2.5em;
}

.filter-region {
    color: #272626;
    font-weight: lighter;
    font-size: 1.25em;
    z-index: 2;
    text-decoration: none !important;
}

.region-filter {
    font-size: 1.125em;
}

.gallery .nav-tabs > li,
.gallery .tabs li {
    float: left;
    margin-bottom: 4px;
    font-size: 1.4em;
    font-family: "lato light";
    color: #272626;
}

.partner_logo_container {
    height: 205px;
    width: 100%;
}

.partners-logo {
    flex-shrink: 0;
    max-height: 205px;
    width: 100%;
}

.certification-section h6,
.company-section h6,
.verticals-section h6 {
    font-family: "Lato Bold";
    font-size: 1.25em !important;
    line-height: 1em;
}

.partner_box {
    max-height: 600px;
    padding: 0 !important;
}

    .partner_box div p {
        font-size: 1.125em !important;
        font-family: lato;
    }

.company-section {
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
}

.verticals-section {
    padding-left: 3%;
    padding-right: 3%;
}

.certification-section {
    padding-bottom: 15px;
    padding-left: 3%;
    padding-right: 3%;
}

    .certification-section p {
        font-size: 1.125em !important;
        font-family: lato;
    }

.learn_more_button {
    background: #4c8d1f;
    width: 229px;
    height: 53px;
}

    .learn_more_button a {
        padding-top: 13px;
        height: 53px;
        border: none !important;
        color: #fff;
    }

.related-content-blog {
    width: 90% !important;
}

#related-content-blog {
    max-width: none !important;
    width: 100% !important;
    padding-right: 36px;
    padding-left: 36px;
}

.jobTitle-style {
    color: #000 !important;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    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;
}

    .btn:focus,
    .btn:hover {
        text-decoration: none;
    }

    .btn.focus,
    .btn:focus {
        outline: 0;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.pull-right {
    justify-self: flex-end;
}

.align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.font--light {
    font-family: "Lato Light";
}

.font--bold {
    font-family: "Lato Bold";
}

.font--highlight {
    color: #67418c;
}

.font--highlight-2 {
    color: #0e6ba5;
}

.font--upper {
    text-transform: uppercase;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 30px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.contact-form {
    background: rgba(17, 24, 38, 0.95);
    color: #fff;
    font-family: "Lato Bold";
    font-size: 16px;
    opacity: 0;
    padding: 80px;
    position: fixed;
    height: 100%;
    width: 80%;
    right: -100%;
    top: 80px;
    transition: all 0.5s ease-in-out;
    z-index: 4;
}

    .contact-form.active {
        opacity: 1;
        right: 0;
    }

.contact-form__close {
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
}

    .contact-form__close:hover {
        cursor: pointer;
    }

.fixed-bg {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80%;
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    justify-content: center;
}

.fixed-bg-np {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.fixed-bg-np-nf {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

@media all and (min-width: 601px) {
    .fixed-bg-np-nf > .container-fluid {
        margin-left: 4%;
        margin-right: 4%;
    }

    .container-fluid-productsuites {
        min-height: 625px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .partners-logo {
        flex-shrink: 0;
        max-height: 205px;
    }
}

.h-80 {
    min-height: 80%;
}

.fixed-bg--page {
    -ms-flex-align: center;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80%;
    overflow: hidden;
    position: relative;
}

.fixed-bg--inner {
    min-height: 50%;
}

    .fixed-bg--inner.bg-1 {
        min-height: 30%;
    }

    .fixed-bg--inner.bg-operate {
        min-height: 50%;
    }

    .fixed-bg--inner.bg-1 .section-content--inner {
        padding: 0;
    }

@media (min-width: 992px) {
    .fixed-bg--inner.bg-1 .section-content--inner {
        padding-top: 50px;
    }
}

.white {
    color: #fff;
}

.core-1 {
    color: #0077c8;
}

.core-2 {
    color: #00a9ce;
}

.core-3 {
    color: #78be20;
}

.accent-1 {
    color: #c4d600;
}

.accent-2 {
    color: #d86018;
}

.accent-3 {
    color: #9d2235;
}

.accent-4 {
    color: #693c5e;
}

.bright-1 {
    color: #eedc00;
}

.bright-2 {
    color: #ea7600;
}

.bright-3 {
    color: #da291c;
}

.medium-1 {
    color: #00629b;
}

.medium-2 {
    color: #5b7f95;
}

.medium-3 {
    color: #003057;
}

.medium-4 {
    color: #007fa3;
}

.medium-5 {
    color: #4c8c2b;
}

.medium-6 {
    color: #00a499;
}

.dark-1 {
    color: #333;
}

.dark-1 {
    color: #004851;
}

.dark-1 {
    color: #046a38;
}

.dark-1 {
    color: #00594f;
}

.bg-1 {
    background-image: url(../_Images/1920x1080_AO_Banner.jpg);
}

.bg-2 {
    background-image: url(../_Images/mid-bg.jpg);
}

.bg-3 {
    background-image: url(../_Images/purp-bg.jpg);
}

.bg-4 {
    background-image: url(../_Images/generic_header_01.jpg);
}

.bg-5 {
    background-image: url(../_Images/mid-bg.jpg);
}

.bg-6 {
    background-color: #5f3c6c;
    color: #fff;
}

    .bg-6 .vertical-list a,
    .bg-6 .vertical-list div.p,
    .bg-6 .vertical-list li {
        color: #fff;
    }

        .bg-6 .vertical-list div.p:active,
        .bg-6 .vertical-list div.p:hover,
        .bg-6 a:active,
        .bg-6 a:hover {
            color: #ea7600;
        }

        .bg-6 .vertical-list div.p:active,
        .bg-6 .vertical-list div.p:focus,
        .bg-6 .vertical-list div.p:hover {
            border-bottom: thin solid #ea7600;
            margin-right: -65%;
            transition: all 0.4s ease-in;
        }

        .bg-6 .vertical-list div.p:active,
        .bg-6 .vertical-list div.p:focus,
        .bg-6 .vertical-list div.p:hover {
            cursor: pointer;
        }

    .bg-6 .popover {
        border: thin solid #ea7600;
    }

.bg-7 {
    background-color: #00a9ce;
    color: #fff;
}

    .bg-7 .cyp .disabled,
    .bg-7 .cyp .disabled a,
    .bg-7 .cyp .disabled li,
    .bg-7 .vl-column-title .disabled {
        color: #80d4e7;
    }

    .bg-7 .cyp a.selected {
        color: #003057;
    }

    .bg-7 .vertical-list a,
    .bg-7 .vertical-list div.adv,
    .bg-7 .vertical-list div.p,
    .bg-7 .vertical-list li {
        color: #fff;
    }

        .bg-7 .vertical-list a:active,
        .bg-7 .vertical-list a:hover,
        .bg-7 .vertical-list div.adv:active,
        .bg-7 .vertical-list div.adv:hover,
        .bg-7 .vertical-list div.p:active,
        .bg-7 .vertical-list div.p:hover {
            color: #003057;
        }

        .bg-7 .vertical-list div.p:active,
        .bg-7 .vertical-list div.p:focus,
        .bg-7 .vertical-list div.p:hover {
            border-bottom: thin solid #003057;
            margin-right: -65%;
            transition: all 0.4s ease-in;
        }

        .bg-7 .vertical-list div.adv:active,
        .bg-7 .vertical-list div.adv:focus,
        .bg-7 .vertical-list div.adv:hover {
            transition: all 0.4s ease-in;
        }

        .bg-7 .vertical-list div.adv:active,
        .bg-7 .vertical-list div.adv:focus,
        .bg-7 .vertical-list div.adv:hover,
        .bg-7 .vertical-list div.p:active,
        .bg-7 .vertical-list div.p:focus,
        .bg-7 .vertical-list div.p:hover {
            cursor: pointer;
        }

    .bg-7 .popover {
        border: thin solid #003057;
    }

.bg-8 {
    background-color: #174942;
    color: #fff;
}

    .bg-8 .vertical-list a,
    .bg-8 .vertical-list div.adv,
    .bg-8 .vertical-list div.p,
    .bg-8 .vertical-list li {
        color: #fff;
    }

        .bg-8 .vertical-list a:active,
        .bg-8 .vertical-list a:hover,
        .bg-8 .vertical-list div.adv:active,
        .bg-8 .vertical-list div.adv:hover,
        .bg-8 .vertical-list div.p:active,
        .bg-8 .vertical-list div.p:hover {
            color: #ea7600;
        }

        .bg-8 .vertical-list div.p:active,
        .bg-8 .vertical-list div.p:focus,
        .bg-8 .vertical-list div.p:hover {
            border-bottom: thin solid #ea7600;
            margin-right: -65%;
            transition: all 0.4s ease-in;
        }

        .bg-8 .vertical-list div.adv:active,
        .bg-8 .vertical-list div.adv:focus,
        .bg-8 .vertical-list div.adv:hover {
            transition: all 0.4s ease-in;
        }

        .bg-8 .vertical-list div.adv:active,
        .bg-8 .vertical-list div.adv:focus,
        .bg-8 .vertical-list div.adv:hover,
        .bg-8 .vertical-list div.p:active,
        .bg-8 .vertical-list div.p:focus,
        .bg-8 .vertical-list div.p:hover {
            cursor: pointer;
        }

    .bg-8 .popover {
        border: thin solid #ea7600;
    }

.bg-9 {
    background-color: #cae3e0;
    color: #000;
}

.bg-10 {
    /*background-color: #e1e1e1;
    color: #000;*/
}

.bg-11 {
    background-color: #78be20;
    color: #fff;
}

.bg-12 {
    background-color: #587f95;
    color: #fff;
}

.text-12 {
    color: #587f95;
}

.bg-12 .vertical-list a,
.bg-12 .vertical-list div.p,
.bg-12 .vertical-list li {
    color: #fff;
}

    .bg-12 .vertical-list div.p:active,
    .bg-12 .vertical-list div.p:hover,
    .bg-12 a:active,
    .bg-12 a:hover {
        color: #ea7600;
    }

    .bg-12 .vertical-list div.p:active,
    .bg-12 .vertical-list div.p:focus,
    .bg-12 .vertical-list div.p:hover {
        border-bottom: thin solid #ea7600;
        margin-right: -65%;
        transition: all 0.4s ease-in;
    }

    .bg-12 .vertical-list div.p:active,
    .bg-12 .vertical-list div.p:focus,
    .bg-12 .vertical-list div.p:hover {
        cursor: pointer;
    }

.bg-12 .popover {
    border: thin solid #ea7600;
}

.bg-12.app-tabs {
    background-color: #e1e1e1;
}

@media all and (max-width: 991px) {
    .bg-12.app-tabs .app-tabs__tab {
        background-color: #111826;
    }
}

@media all and (min-width: 992px) {
    .bg-12.app-tabs .app-tabs__tab {
        background-color: transparent;
        border: 2px solid #587f95;
        border-top: 5px solid #587f95;
        border-bottom: 5px solid #587f95;
    }

        .bg-12.app-tabs .app-tabs__tab:first-child {
            border-left: 5px solid #587f95;
        }

        .bg-12.app-tabs .app-tabs__tab:last-child {
            border-right: 5px solid #587f95;
        }
}

.bg-12.app-tabs .app-tabs__tab:hover {
    background-color: #587f95;
}

.bg-12.app-tabs .app-tabs__tab.active {
    background-color: #587f95;
}

@media all and (min-width: 992px) {
    .bg-12.app-tabs .app-tabs__tab img.svg,
    .bg-12.app-tabs .app-tabs__tab svg,
    .bg-12.app-tabs .app-tabs__tab svg circle,
    .bg-12.app-tabs .app-tabs__tab svg line,
    .bg-12.app-tabs .app-tabs__tab svg path,
    .bg-12.app-tabs .app-tabs__tab svg polygon,
    .bg-12.app-tabs .app-tabs__tab svg rect {
        fill: #587f95;
        stroke: #587f95;
        transition: all 0.3s ease-in-out;
    }

    .bg-12.app-tabs .app-tabs__tab.active svg circle,
    .bg-12.app-tabs .app-tabs__tab.active svg line,
    .bg-12.app-tabs .app-tabs__tab.active svg path,
    .bg-12.app-tabs .app-tabs__tab.active svg polygon,
    .bg-12.app-tabs .app-tabs__tab.active svg rect,
    .bg-12.app-tabs .app-tabs__tab:hover svg circle,
    .bg-12.app-tabs .app-tabs__tab:hover svg line,
    .bg-12.app-tabs .app-tabs__tab:hover svg path,
    .bg-12.app-tabs .app-tabs__tab:hover svg polygon,
    .bg-12.app-tabs .app-tabs__tab:hover svg rect {
        fill: #fff;
        stroke: #fff;
        transition: all 0.3s ease-in-out;
    }
}

@media all and (max-width: 992px) {
    .bg-12.app-tabs img.svg,
    .bg-12.app-tabs svg,
    .bg-12.app-tabs svg line,
    .bg-12.app-tabs svg path,
    .bg-12.app-tabs svg polygon,
    .bg-12.app-tabs svg rect {
        fill: #fff;
        stroke: #fff;
        color: currentColor;
    }
}

.bg-12.app-tabs .app-tabs__tab.active svg circle,
.bg-12.app-tabs .app-tabs__tab.active svg line,
.bg-12.app-tabs .app-tabs__tab.active svg path,
.bg-12.app-tabs .app-tabs__tab.active svg polygon,
.bg-12.app-tabs .app-tabs__tab.active svg rect,
.bg-12.app-tabs .app-tabs__tab:hover svg circle,
.bg-12.app-tabs .app-tabs__tab:hover svg line,
.bg-12.app-tabs .app-tabs__tab:hover svg path,
.bg-12.app-tabs .app-tabs__tab:hover svg polygon,
.bg-12.app-tabs .app-tabs__tab:hover svg rect {
    fill: #fff;
    stroke: #fff;
}

.bg-12.app-tabs .app-tabs__tab h3 {
    color: #587f95;
}

.bg-12.app-tabs .app-tabs__tab h2 {
    color: #587f95;
}

.bg-12.app-tabs .app-tabs__tab.active h3,
.bg-12.app-tabs .app-tabs__tab:hover h3 {
    color: #fff;
    transition: all 0.3s ease-in;
}

.bg-12.app-tabs .app-tabs__tab.active h2,
.bg-12.app-tabs .app-tabs__tab:hover h2 {
    color: #fff;
    transition: all 0.3s ease-in;
}

@media all and (max-width: 992px) {
    .bg-12.app-tabs .app-tabs__tab h2 {
        color: #fff;
    }
}

.bg-12.content_tiles .card {
    color: #000;
}

    .bg-12.content_tiles .card a:active,
    .bg-12.content_tiles .card a:hover {
        color: #fff;
    }

.bg-13 {
    background-color: #bfddf1;
    color: #000;
}

.bg-14 {
    background-color: #ddeec7;
    color: #000;
}

.bg-15 {
    background-color: #bfe8e5;
    color: #000;
}

.bg-16 {
    background-color: #d5dfe4;
    color: #000;
}

.bg-17 {
    background-color: #d7ceda;
    color: #000;
}

.bg-18 {
    background-color: #dcdddd;
    color: #000;
}

.bg-trans {
    background-color: transparent;
}

.bg-operate {
    /*background-image: url(../_Images/BG_image_operate_L2.png);*/
}

.bg-design {
    background-image: none;
}

.bg-maintain {
    background-image: none;
}

.bg-tank {
    background-image: url(../_Images/tank_wireframe.png);
}

.bg-ltBlue {
    background-color: #cce6f8;
}

.content_tiles .card .card-img-top.pbg-1,
.pbg-1 {
    background-color: #20a586;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-2,
.pbg-2 {
    background-color: #3f80b2;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-3,
.pbg-3 {
    background-color: #472c51;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-4,
.pbg-4 {
    background-color: #ff5800;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-5,
.pbg-5 {
    background-color: #93a000;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-6,
.pbg-6 {
    background-color: #80d4e7;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-7,
.pbg-7 {
    background-color: #005a96;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-8,
.pbg-8 {
    background-color: #78be20;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-9,
.pbg-9 {
    background-color: #fb0;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-10,
.pbg-10 {
    background-color: #007a73;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-11,
.pbg-11 {
    background-color: #ff0e00;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-12,
.pbg-12 {
    background-color: #86888b;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-13,
.pbg-13 {
    background-color: #002f57;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-14,
.pbg-14 {
    background-color: #bf4100;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-15,
.pbg-15 {
    background-color: #3c5e0f;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-16,
.pbg-16 {
    background-color: #a31f15;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-17,
.pbg-17 {
    background-color: #694c99;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-18,
.pbg-18 {
    background-color: #00514c;
    color: #fff;
}

.content_tiles .card .card-img-top.pbg-19,
.pbg-19 {
    background-color: #fff;
    color: #000;
}

@media all and (min-width: 768px) {
    .wide .container-fluid {
        margin: 0 4%;
    }
}

.wide .heading__divider {
    margin-top: 4em;
}

.section-content {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    top: 50%;
}

@media (min-width: 1200px) {
    .section-content {
        width: 55%;
        max-width: 800px;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-positive: 0;
        -ms-flex-negative: 1;
        padding: 4%;
    }
}

.section-content > img {
    max-width: 250px;
}

@media (min-width: 768px) {
    .section-content > img {
        max-width: 600px;
    }
}

.section-content h2,
.section-content h3 {
    color: #fff;
    margin-top: 0;
}

.section-content h2 {
    font-size: 4.375rem;
    width: 90%;
}

.section-content p {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
    width: 100%;
    font-size: 2.5rem;
}

.section-content .content__icon {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .section-content--inner {
        width: 992px;
    }
}

.section-content--inner h1 {
    color: #fff;
    margin-bottom: 40px;
    padding: 50px 15px 40px;
    text-shadow: 2px 2px 8px #0b4a75;
}

@media (min-width: 992px) {
    .section-content--inner h1 {
        font-size: 4vw;
        padding: 0;
    }
}

.section-content--offset {
    width: 100%;
}

@media (min-width: 992px) {
    .section-content--offset {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 90%;
    }
}

.section-content--offset h2 {
    text-transform: none;
}

.section-content--banner {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

    .section-content--banner h2 {
        margin: 50px 0;
        font-size: 4.375rem;
        text-align: center;
        text-transform: uppercase;
    }

.animate {
    opacity: 0;
    transition: all 1s ease;
}

.animate-left {
    transform: translateX(100vw);
}

.animate-right {
    transform: translateX(-100vw);
}

.animate-up {
    transform: translateY(50px);
}

.animate-down {
    transform: translateY(-50px);
}

.in-view .animate-left,
.in-view .animate-right {
    transform: translateX(0);
}

.in-view .animate-down {
    transform: translateY(0);
}

.in-view .animate-up {
    transform: translateY(0);
}

.in-view .animate {
    opacity: 1;
}

.content__icon {
    width: 110px;
    min-height: 30px;
}

.modal iframe {
    max-width: 100%;
}

.modal .modal-body {
    padding-top: 30px;
}

.modal .close {
    font-size: 28px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
}

.btn {
    border: thin solid #fff;
    border-radius: 0;
    font-family: "Lato Bold";
    transition: all 0.3s ease-in-out;
}

    .btn:hover {
        background-color: #fff;
        border-color: transparent;
        color: #003057;
    }

.btn-default {
    border: thin solid #ccc;
}

.btn-CTA {
    border: thin solid #fff;
    padding: 1em 2em;
    color: #fff;
    background-color: transparent;
}

    .btn-CTA:hover {
        background-color: #587f95;
        color: #fff;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.icon-title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 40px 0;
}

    .icon-title img {
        width: 50px;
    }

@media (min-width: 768px) {
    .icon-title img {
        width: 70px;
    }
}

.icon-title h1 {
    color: #fff;
    font-family: "Lato Bold";
    font-size: 26px;
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .icon-title h1 {
        font-size: 40px;
    }
}

.info-tabs__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media all and (min-width: 992px) {
    .info-tabs__tabs {
        position: static;
    }
}

.info-tabs__tabs > a {
    width: 33.33%;
}

@media (min-width: 992px) {
    .info-tabs__tabs > a {
        width: auto;
    }
}

.info-tabs__tabs--inner {
    position: static;
}

.info-tabs__tab {
    background-color: #111826;
    height: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
    max-width: 250px;
}

@media (min-width: 992px) {
    .info-tabs__tab {
        background-color: transparent;
        border-bottom: none;
        height: auto;
        margin: 0 7.5px;
        padding: 0 15px 120px;
        min-width: 225px;
    }
}

@media (max-width: 992px) {
    .info-tabs__tab {
        width: 25%;
    }
}

.info-tabs__tab:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.info-tabs__tab.active {
    background-color: rgba(0, 0, 0, 0.5);
}

.info-tabs__tab h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.homeFeature .info-tabs__tab h2,
.info-tabs__tab h2 {
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-bottom: thin solid #fff;
}

@media all and (max-width: 992px) {
    .homeFeature .info-tabs__tab h2,
    .info-tabs__tab h2 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 1.8rem;
        border-bottom: thin solid #fff;
    }
}

.info-tabs__tab .content__icon {
    width: 30px;
}

@media (min-width: 992px) {
    .info-tabs__tab .content__icon {
        margin-bottom: 7.5px;
        width: 40px;
        display: inline-block;
    }
}

.info-tabs__tab .content__icon--inner {
    max-width: 60px;
}

@media (min-width: 992px) {
    .info-tabs__tab .content__icon--inner {
        margin-bottom: 40px;
    }
}

.info-tabs__tab--inner {
    padding: 15px 15px 0;
}

@media (min-width: 992px) {
    .info-tabs__tab--inner {
        padding: 15px 100px 15px;
    }
}

@media (min-width: 1200px) {
    .info-tabs__tab--inner {
        margin: 0 20px;
        padding: 15px 115px 15px;
    }
}

.app-tabs:not(.initiative) .app-tabs__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.app-tabs:not(.initiative) .app-tabs svg {
    width: 30px;
    height: 30px;
}

@media (min-width: 992px) {
    .app-tabs:not(.initiative) .app-tabs__tabs {
        position: static;
    }
}

.app-tabs:not(.initiative) .app-tabs__tabs > a {
    width: 25%;
}

@media (min-width: 992px) {
    .app-tabs:not(.initiative) .app-tabs__tabs > a {
        width: auto;
        padding: 0 15px;
    }
}

.appFeature.fixed-bg-np {
    margin-top: -5px;
}

.app-tabs__tabs--inner {
    position: static;
}

.app-tabs:not(.initiative) .app-tabs__tab {
    max-height: 250px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    max-width: 250px;
    width: 25%;
}

@media (min-width: 992px) {
    .app-tabs:not(.initiative) .app-tabs__tab {
        height: auto;
        margin: 0;
        padding: 0;
    }
}

.app-tabs__tab {
    align-items: baseline;
}

    .app-tabs__tab h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .app-tabs__tab h2 {
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 2.2rem;
    }

@media all and (max-width: 992px) {
    .app-tabs:not(.initiative) .app-tabs__tab h2 {
        margin-bottom: 10px;
        font-size: 1.3rem;
        padding: 5px;
    }
}

.app-tabs__tab .content__icon {
    width: 60px;
}

@media (min-width: 992px) {
    .app-tabs__tab .content__icon {
        margin-top: 15px;
        width: 100px;
        height: 100px;
        display: inline-block;
    }
}

.app-tabs__tab .content__icon--inner {
    max-width: 60px;
}

@media (min-width: 992px) {
    .app-tabs__tab .content__icon--inner {
        margin-top: 40px;
    }
}

.app-tabs__tab--inner {
    padding: 15px 15px 0;
}

@media (min-width: 992px) {
    .app-tabs__tab--inner {
        padding: 15px 100px 15px;
    }
}

@media (min-width: 1200px) {
    .app-tabs__tab--inner {
        margin: 0 20px;
        padding: 15px 115px 15px;
    }
}

a.app-feature.btn-block {
    height: 100%;
    text-decoration: none;
}

.info-content__wrapper .info-content {
    margin: 0 auto;
    overflow: initial;
}

.download_content__wrapper,
.gallery_wrapper,
.info-content__wrapper,
.product-content__wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 70px 1% 1% 1% !important;
    height: fit-content !important;
}

.gallery_wrapper {
    padding: 0px 1% 1% 1% !important;
}

.gallery_wrapper {
    padding-top: 60px;
}

.info-content__wrapper {
    display: none;
}

    .info-content__wrapper.open {
        display: block;
    }

@media all and (max-width: 768px) {
    .download_content__wrapper,
    .info-content__wrapper,
    .product-content__wrapper {
        padding: 30px 10px;
    }

    .gallery_wrapper {
        padding: 30px 0;
    }
}

.info-content__wrapper.homeFeature {
    padding: 60px 15px 0 15px;
}

@media all and (min-width: 1200px) {
    .homeFeature .info-content {
        max-width: 80%;
    }
}

.homeFeature .info-content {
    padding-bottom: 60px;
}

.download_content__wrapper--inner,
.info-content__wrapper--inner {
    display: block;
}

.info-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 992px) {
    .info-content {
        margin: 0;
        overflow: initial;
    }
}

.info-content__side-links {
    background: #67418c;
    margin: 0 0;
}

@media (min-width: 768px) {
    .info-content__side-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 70px;
        position: absolute;
        right: -30px;
    }
}

@media (min-width: 1024px) {
    .info-content__side-links {
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .info-content__side-links {
        right: -100px;
    }
}

.info-content__side-links a {
    border-right: thin solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Lato Bold";
    padding: 5px 10px;
}

@media (min-width: 768px) {
    .info-content__side-links a {
        border-right: none;
        border-bottom: thin solid #fff;
    }
}

@media (min-width: 992px) {
    .info-content__side-links a:last-of-type {
        border-bottom: none;
    }
}

.info-content__side-links a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.info-content__side-links--inner {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 3;
}

@media (min-width: 768px) {
    .info-content__side-links--inner {
        right: 15px;
        top: 50%;
        width: auto;
    }
}

.info-content__intro {
    padding: 30px;
}

@media (min-width: 992px) {
    .info-content__intro {
        padding: 0 65px 65px;
    }
}

.info-content__intro p {
    font-size: 16px;
}

@media (min-width: 992px) {
    .info-content__intro p {
        font-size: 2.5rem;
    }
}

.info-content__cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.info-content__banner {
    background: #78be20;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .info-content__banner {
        font-size: 3.125rem;
    }
}

.info-content__banner::before {
    background: #78be20;
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    height: 100%;
    width: 1000%;
    z-index: -1;
}

.info-content__banner * {
    display: inline-block;
}

.info-content__banner .btn {
    margin-left: 10px;
}

.info-card {
    background: #fff;
    border: thin solid #333;
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 480px) {
    .info-card {
        margin-right: 12px;
        width: calc(50% - 6px);
    }
}

@media (min-width: 992px) {
    .info-card {
        width: calc(33.33% - 8px);
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .info-card:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .info-card:nth-child(3n) {
        margin-right: 0;
    }
}

.info-card p {
    font-family: "Lato Light";
    font-size: 1.4rem;
    padding: 0 15px;
}

    .info-card p:first-of-type {
        font-family: Lato;
        font-size: 1.875rem;
    }

.info-card__image {
    margin-bottom: 20px;
}

.info-card__category,
.info-card__type {
    color: #fff;
    font-family: "Lato Bold";
    padding: 3px 10px 3px 20px;
    position: absolute;
    z-index: 1;
}

.info-card__type {
    background: #0e6ba5;
    left: 0;
    top: 10px;
}

.info-card__category {
    background: #4c8d1f;
    right: 0;
    top: 30%;
}

.info-card__action {
    border: thin solid #333;
    color: #777;
    padding: 1px 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

    .info-card__action:hover {
        background: #777;
        color: #fff;
    }

.overlay {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.mask {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    z-index: -1;
}

.card:hover > .overlay,
.card:hover > .overlay.in,
.card > .mask.in,
.card > .mask:hover,
.card > .overlay.in,
.card > .overlay:hover {
    opacity: 1;
    z-index: 2;
}

.close_social {
    position: absolute;
    margin: 1rem;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 3rem;
}

.social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60%;
}

.end-tile .social {
    width: 96%;
}

@media all and (min-width: 601px) {
    .end-tile .social {
        width: auto;
    }
}

.related {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
}

.social__bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2px;
    margin: 10px 0 0 0;
}

.social__icon {
    flex: 0 1 auto;
    color: #000;
    text-align: center;
    margin: 1%;
    opacity: 1;
    width: 25%;
    max-height: 45px;
}

.social2 .social__icon {
    max-height: 25%;
}

.social__icon path {
    fill: #ccc;
}

.social__icon:hover path {
    fill: #fff;
}

.social__icon:first-child {
    margin-left: 0;
}

.social__icon:last-child {
    margin-right: 0;
}

.social__icon img {
    color: #000;
}

.blog-social-bar .social__icon path {
    fill: #0077c8;
}

.blog-social-bar .social__icon:hover path {
    fill: #666;
}

.btn-social {
    background: #4c8d1f !important;
    border: none;
    color: #fff;
}

.btn-feature,
.btn-feature:focus {
    color: #fff;
}

.btn-transp,
.btn-transp:focus {
    background-color: transparent;
    color: #fff;
    border: thin solid #fff;
    padding: 0.6em;
}

    .btn-transp:hover {
        background-color: #000;
        color: #fff;
        border: thin solid #fff;
    }

.btn-transp-b {
    background-color: transparent;
    color: #000;
    border: thin solid #000;
}

    .btn-transp-b:hover {
        background-color: #fff;
        color: #000;
    }

.btn-dark,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #000;
    color: #fff;
}

.btn-feature:hover {
    color: #333 !important;
}

.btn-primary {
    background-color: #0077c8;
    border: thin solid transparent;
    color: #fff;
}

    .btn-primary:hover {
        border: thin solid transparent;
        color: #333;
        background-color: #0077c8;
    }

.tw {
    background-image: url(../_Images/twitter-icon.svg);
}

.fb {
    background-image: url(../_Images/facebook-icon.svg);
}

.lk {
    background-image: url(../_Images/linkedin-icon.svg);
}

.sh {
    background-image: url(../_Images/share.svg);
}

.video-container {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 30px #78be20 solid;
}

    .video-container > iframe {
        width: 100%;
    }

@media (min-width: 992px) {
    .video-container > iframe {
        min-height: 500px;
        width: 100%;
    }
}

.video-container-md {
    display: block;
    padding: 120px 0;
}

    .video-container-md > iframe {
        width: 100%;
    }

@media all and (min-width: 992px) {
    .video-container-md > iframe {
        min-height: 500px;
        width: 100%;
    }
}

.video-container-md h1 {
    color: #fff;
}

.video-container-md p {
    font-size: 2.5rem;
}

.featured-clients {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured-clients__quote-wrapper {
    max-width: 750px;
    padding: 40px 40px 60px;
}

@media (min-width: 992px) {
    .featured-clients__quote-wrapper {
        padding: 80px 40px 60px;
    }
}

.featured-clients__quote {
    color: #000;
    font-family: "Lato BoldItalic";
    font-size: 28px;
    line-height: 1.1;
    position: relative;
}

@media (min-width: 768px) {
    .featured-clients__quote {
        font-size: 40px;
    }
}

.featured-clients__quote::after,
.featured-clients__quote::before {
    color: #0e6ba5;
    content: "\201c";
    font-size: 86px;
    font-family: sans-serif;
    position: absolute;
}

.featured-clients__quote::before {
    left: -35px;
    top: -10px;
}

.featured-clients__quote::after {
    margin-left: 6px;
    margin-top: -6px;
}

.featured-clients__quote__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
}

    .featured-clients__quote__author > * {
        color: #777;
        font-size: 18px;
        line-height: 1.2;
    }

.featured-clients__logos {
    margin-bottom: 40px;
    padding: 0 60px;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 992px) {
    .featured-clients__logos {
        margin: 40px 0;
        padding: 0 80px;
    }
}

.featured-clients__logo {
    width: 100%;
}

    .featured-clients__logo img {
        max-width: 100px;
    }

.slick-next,
.slick-prev {
    background: 0 0;
    border: none;
    color: transparent;
    font-family: "Glyphicons Halflings";
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

    .slick-next:hover::before,
    .slick-prev:hover::before {
        color: #000;
        cursor: pointer;
    }

.slick-prev {
    left: 0;
}

    .slick-prev::before {
        color: #777;
        content: "\e257";
        font-size: 48px;
    }

.slick-next {
    right: 0;
}

    .slick-next::before {
        color: #777;
        content: "\e258";
        font-size: 48px;
        margin-left: -10px;
    }

#vertical_carousel .slick-next::before {
    margin-left: 0;
}

.leadership {
    margin: 30px 0;
}

    .leadership h2 {
        color: #000;
    }

.anchor:before {
    margin-top: 150px;
    display: none;
    position: relative;
    z-index: -1;
}

.v-line {
    background: #fff;
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    height: 2px;
    width: 50px;
    transform: translate(-50%, -50%) rotate(90deg);
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 50px;
}

.navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    box-shadow: none;
}

.nav > .open > a,
.nav > .open > a:active,
.nav > .open > a:focus,
.nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-nav > li > a {
    color: #fff;
}

@media all and (min-width: 992px) {
    .navbar-inverse .navbar-nav > li > a,
    .navbar-nav > li > a {
        border-bottom: thin solid transparent;
    }
}

.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:hover,
nav .nav > li > a:active,
nav .nav > li > a:focus,
nav .nav > li > a:hover {
    color: #fff;
    border-bottom: 0;
    background-color: transparent;
}

@media all and (min-width: 992px) {
    .navbar-inverse .navbar-nav > li > a:active,
    .navbar-inverse .navbar-nav > li > a:hover,
    nav .nav > li > a:active,
    nav .nav > li > a:focus,
    nav .nav > li > a:hover {
        border-bottom: thin solid #fff;
    }

    .nav > .open > a,
    .nav > .open > a:active,
    .nav > .open > a:focus,
    .nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a {
        background-color: transparent !important;
        border-bottom: thin solid #fff;
    }
}

@media (min-width: 992px) {
    .navbar-collapse.collapse,
    .navbar-fixed-top .navbar-collapse {
        height: auto !important;
    }
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: 0;
}

.dropdown-menu {
    background-color: rgba(0, 48, 87, 0.9);
}

@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 80vh;
        margin: 0;
        overflow-y: scroll;
    }

    .dropdown-menu.big-dropdown-menu {
        background-color: transparent;
    }
}

.big-dropdown {
    position: static !important;
    display: block;
    font-size: 1.5rem;
    border-top: 0;
}

.big-dropdown-menu {
    padding: 20px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 360ms ease-in-out;
    border: 0;
}

@media all and (max-width: 991px) {
    .big-dropdown-menu {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .big-dropdown-menu {
        width: auto;
        min-width: 33%;
    }

    nav .menu1 .big-dropdown-menu {
        width: auto;
        min-width: 15%;
    }

    li.vdivide-b {
        left: 0;
    }
}

.cyp .disabled,
.cyp .disabled a,
.cyp .disabled li {
    color: #999;
}

    .cyp .disabled a:active,
    .cyp .disabled a:hover {
        color: #999;
    }

.cyp a.selected {
    color: #0077c8;
    font-weight: 700;
}

.cyp a [disabled="disabled"] {
    color: #999;
}

    .cyp a[disabled="disabled"]:hover {
        cursor: default;
        color: #999;
        text-decoration: none;
    }

.big-dropdown-menu > li > ul {
    padding: 0 15px;
    margin: 0;
}

    .big-dropdown-menu > li > ul > li {
        list-style: none;
        transition: all 360ms ease-in-out;
        padding: 3px 10px;
    }

        .big-dropdown-menu > li > ul > li > a {
            color: #fff;
            font-size: 1.5rem;
            transition: all 360ms ease-in-out;
        }

.big-dropdown-menu > li ul > li > a:active,
.big-dropdown-menu > li ul > li > a:focus,
.big-dropdown-menu > li ul > li > a:hover {
    text-decoration: none;
    color: #0077c8;
    transition: all 0.4s ease-in-out;
}

.big-dropdown-menu .dropdown-header,
.big-dropdown-menu .dropdown-header a,
.big-dropdown-menu .dropdown-section-header {
    font-size: 1.5rem;
    color: #fff;
    padding: 0;
    white-space: nowrap;
    font-weight: 700;
}

.big-dropdown-menu .dropdown-section-header {
    text-align: right;
}

a.dropdown-toggle .active,
a.dropdown-toggle:active,
a.dropdown-toggle:hover {
    color: #0077c8;
}

@media all and (max-width: 992px) {
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 5px;
    }
}

@media all and (min-width: 992px) {
    ul.half-height {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }

        ul.half-height li {
            display: block;
        }

            ul.half-height li a {
                display: inline-block;
            }
}

.navbar-inverse {
    background-color: #003057;
}

.navbar-toggle {
    background-color: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
}

    .navbar-toggle:hover {
        cursor: pointer;
    }

    .navbar-toggle.active .icon-bar {
        opacity: 0;
    }

        .navbar-toggle.active .icon-bar:nth-child(2) {
            display: block;
            opacity: 1;
            transform: translateY(11px) rotate(45deg);
        }

        .navbar-toggle.active .icon-bar:last-of-type {
            display: block;
            opacity: 1;
            transform: translateY(-11px) rotate(-45deg);
        }

    .navbar-toggle .icon-bar {
        background-color: #fff;
        border-radius: 2px;
        height: 5px;
        opacity: 1;
        width: 30px;
        transition: all 0.3s ease-in-out;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px;
        }

.v-bar {
    background: #e0e0e0;
    width: 2px;
    content: "";
    display: table-cell;
    position: relative;
    bottom: 0;
    margin: 0 15px;
    padding: 0;
}

.logo-container {
    width: 220px;
    display: table-cell;
    position: relative;
}

@media all and (min-width: 1240px) {
    .logo-container::after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
    }
}

.tagline-container {
    color: #fff;
    font-family: "Merriweather Light";
    font-size: 1.5rem;
    display: table-cell;
    position: relative;
    padding-left: 15px;
    vertical-align: middle;
}

@media screen and (max-width: 1240px) {
    .tagline-container {
        display: none;
        position: relative;
    }
}

.navSearch {
    position: relative;
    z-index: 100;
}

.search-box {
    color: #333;
}

.search-icon {
    color: #fff;
    font-size: 2rem;
    padding-left: 10px;
}

.input-group-addon {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.content_icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}

    .content_icon path,
    .content_icon polygon {
        fill: #000;
    }

.h_logo {
    width: 180px;
    display: inline-block;
    height: 40px;
}

@media all and (min-width: 992px) {
    .h_logo {
        width: 200px;
        height: 40px;
    }
}

.h_logo path {
    fill: #fff;
}

.logo__text {
    font-family: "Swift Regular Italic";
    font-size: 1.475rem;
    color: #fff;
    margin-left: 23px;
}

@media screen and (min-width: 1200px) {
    .logo__text {
        font-size: 1.875rem;
    }
}

.icon-bar--vertical {
    background-color: #fff;
    border-radius: 2px;
    float: right;
    height: 2px;
    margin-top: 6px;
    width: 50px;
    transform: translateX(28px) rotate(90deg);
    transform-origin: left;
}

.search-toggle {
    float: right;
    transform: translate(10px, 18px);
    width: 25px;
}

    .search-toggle:hover {
        cursor: pointer;
    }

.sb-search {
    position: relative;
    width: 0;
    min-width: 45px;
    height: 45px;
    right: -2px;
    float: right;
    margin: 0;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 20;
    -webkit-transition: width 450ms ease-in-out;
    -moz-transition: width 450ms ease-in-out;
    transition: width 450ms ease-in-out;
    font-size: 1em;
    border-right: thin solid #fff;
}

.searchBox {
    display: table-cell;
    position: relative;
    width: 45px;
    -webkit-transition: width 450ms ease-in-out;
    -moz-transition: width 450ms ease-in-out;
    transition: width 450ms ease-in-out;
}

.searchBox_mobile {
    display: table-cell;
    position: relative;
    margin-top: 60px;
    width: 100%;
    -webkit-transition: width 450ms ease-in-out;
    -moz-transition: width 450ms ease-in-out;
    transition: width 450ms ease-in-out;
}

@media all and (min-width: 992px) {
    .searchBox {
        margin-top: 20px;
    }
}

.searchBox.active {
    width: 20%;
}

@media all and (max-width: 992px) {
    .searchBox {
        width: 100%;
        float: left;
    }

        .searchBox.active {
            width: 100%;
        }
}

.sb-search-input {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    border: none;
    outline: 0;
    background-color: transparent;
    width: 100%;
    height: 45px;
    margin: 0;
    z-index: -10;
    padding-left: 5px;
    font-family: inherit;
    font-size: 20px;
    color: #fff;
}

    .sb-search-input::-webkit-input-placeholder {
        color: #fff;
    }

    .sb-search-input:-moz-placeholder {
        color: #fff;
    }

    .sb-search-input::-moz-placeholder {
        color: #fff;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #fff;
    }

.sb-icon-search,
.sb-search-submit {
    width: 50px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background-color: transparent;
    z-index: 20;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.no-js .sb-search,
.sb-search.sb-search-open {
    min-width: 12em;
    max-width: 18em;
    border-bottom: thin solid #fff;
    -webkit-transition: width 450ms ease-in-out;
    -moz-transition: width 450ms ease-in-out;
    transition: width 450ms ease-in-out;
}

    .no-js .sb-search .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search {
        background-color: transparent;
        color: #fff;
        z-index: 21;
    }

        .no-js .sb-search .sb-icon-search:hover,
        .sb-search.sb-search .sb-icon-search:hover,
        .sb-search.sb-search-open .sb-icon-search:hover {
            color: #0077c8;
        }

    .no-js .sb-search .sb-search-submit,
    .sb-search.sb-search-open .sb-search-submit {
        z-index: 90;
    }

footer.AT_footer {
    background-color: #000;
    color: #fff;
}

    footer.AT_footer .footer-copyright {
        background-color: #000;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
    }

.footer.AT_footer ul.flinks:last-child {
    margin-bottom: 60px;
}

footer.AT_footer .navbar-brand {
    margin-top: 45px;
    height: 85px;
    text-align: center;
}

footer.AT_footer .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

.f_logo {
    max-width: 300px;
    max-height: 50px;
    text-align: center;
}

footer.AT_footer ul {
    font-size: 1.6rem;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

    footer.AT_footer ul.list-inline {
        font-size: 2rem;
    }

        footer.AT_footer ul.list-inline li {
            padding: 10px 15px 10px 0;
        }

        footer.AT_footer ul.list-inline > li > a {
            color: #0077c8;
        }

            footer.AT_footer ul.list-inline > li > a:hover {
                color: #ccc;
            }

@media (max-width: 768px) {
    footer .AT_footer ul.list-inline li {
        padding: 5px;
        display: block;
    }
}

footer.AT_footer h5 {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}

footer.AT_footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}

footer.AT_footer a {
    color: #ccc;
    text-decoration: none;
}

    footer.AT_footer a:focus,
    footer.AT_footer a:hover {
        text-decoration: none;
        color: #0077c8;
    }

footer.AT_footer .social-networks {
    text-align: left;
}

@media (max-width: 768px) {
    footer.AT_footer .social-networks {
        text-align: center;
    }
}

@media (min-width: 76ppx) {
    footer.AT_footer .social-networks {
        text-align: right;
    }
}

footer.AT_footer .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
}

    footer.AT_footer .social-networks a:hover {
        text-decoration: none;
    }

footer.AT_footer .social__icon {
    height: 4rem;
    width: 4rem;
}

.social_icon {
    height: 32px;
    width: 32px;
}

@media screen and (max-width: 767px) {
    footer.AT_footer {
        text-align: center;
    }
}

.title {
    margin-bottom: 20px;
}

.mixed-messaging-module {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.mixed-messaging-module__container {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin: 20px;
    width: 75%;
    align-self: flex-start;
}

.download__container {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: flex-start;
    flex-direction: row;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .download_image__container {
        max-width: 20% !important;
    }
}

@media all and (max-width: 767px) {
    .download__container {
        flex-direction: column;
    }

    .download_content__wrapper {
        padding: 60px 0 10px 0;
    }

    .download_image__container {
        padding-bottom: 2rem;
    }
}

.download_content__container {
    position: relative;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
}

@media all and (min-width: 768px) {
    .download_content__container {
        margin: 2rem;
        width: 70%;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .download_image__container {
        margin: 2rem;
        max-width: 30%;
    }

    .download_content__wrapper--inner {
        margin: 2% 5%;
    }
}

.content__title {
    font-size: 2.8rem;
    font-family: Lato;
}

.event__title,
.press__title {
    color: #000;
    margin-bottom: 1rem;
}

.sub-event__container {
    margin: 3rem 0;
}

h3.sub-event__title {
    margin-bottom: 1rem;
    max-width: 1000px;
}

.event__address,
.event__date,
.event__venue,
.main-event__desc,
.main-event__details {
    font-size: 2rem;
}

.sub-event__desc,
.sub-event__details {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.download_content__container .content__text,
.download_content__container .content__title,
.download_content__container .event__address,
.download_content__container .event__date,
.download_content__container .event__venue {
    margin: 0 1rem 1.2rem;
}

    .download_content__container .content__text,
    .download_content__container .content__text p {
        font-size: 2rem;
        font-family: "Lato Light";
        color: #000;
    }

.download_content__container .content__text {
    top: 50%;
}

.content__text ul {
    list-style: unset;
}

.press__content ul li:before {
    content: "";
    font-size: 14px;
    /*padding-right: 0.5em;*/
}

div.rtf-content ul li {
    padding-left: 0px;
}

.social2 .social__icon svg path {
    fill: #0078c8;
    stroke: #0078c8;
}

.social2 .social__icon:hover svg path {
    fill: #747679;
    stroke: #747679;
}

.mixed-messaging-module .content__text {
    font-size: 2.4rem;
    font-family: "Lato Light";
    color: #000;
    top: 50%;
    margin: 60px 15px;
}

.mixed-messaging-module li {
    font-size: 1.8rem;
}

.content__text__container {
    background-color: #fff;
    width: 50%;
}

.industry_hero__container,
.product_heroCTA__container,
.product_hero__container {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    -ms-flex-align: center;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    flex-basis: 0%;
}

.solution_hero__container {
    min-height: 20%;
}

.industry_hero,
.product_hero,
.solution_hero {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero .container-fluid {
    width: 100%;
}

.heroCTA__container,
.hero_text__container {
    position: relative;
    color: #fff;
    min-height: 200px;
    padding: 5rem 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.solution_hero .hero_text__container {
    min-height: 100px;
}

@media all and (max-width: 768px) {
    .hero_text__container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (max-width: 1024px) {
    .heroCTA__container,
    .product_heroCTA__container {
        min-height: auto;
    }
}

@media all and (min-width: 768px) {
    .hero_text__container {
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    .hero_text__container {
        padding: 30px 0 0 0;
        margin: 1rem;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .heroCTA__container {
        position: relative;
        color: #fff;
    }

    .product_heroCTA__container {
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
}

.solution_hero {
    text-align: center;
}

    .solution_hero ul {
        top: 50%;
    }

.industry__copy,
.industry__name,
.industry__subtitle,
.product__copy,
.product__name {
    color: #fff;
}

.industry__name,
.product__name {
    font-family: "Lato Bold";
}

/*.product__name {
    margin-top: 20px;
    margin-bottom: 10px;
}*/

@media all and (max-width: 480px) {
    .industry__name,
    .product__name {
        font-size: 2em;
        margin: 20px 0 10px 0;
    }

    .industry__copy,
    .product__copy {
        font-size: 1.8em;
    }
}

.industry__title {
    margin-bottom: 5px;
}

.industry__subtitle {
    font-size: 2.5rem;
    font-family: Lato;
}

.industry__name li h2 {
    font-family: "Lato Bold";
    padding-right: 20px;
}

.solution_hero ul > li.function,
.solution_hero ul > li.industry,
.solution_hero ul > li.role {
    position: relative;
    font-family: "Lato Bold";
    padding-right: 30px;
    font-size: 3rem;
    color: #fff;
}

div.solution_hero ul li {
    display: inline;
}

@media all and (max-width: 768px) {
    div.solution_hero ul li {
        display: block;
        text-align: left;
        border-bottom: thin solid #fff;
    }
}

@media all and (min-width: 768px) {
    .solution_hero ul > li.function::before,
    .solution_hero ul > li.role::before {
        background: #e0e0e0;
        width: 2px;
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: -15px;
    }
}

.sticky_button {
    top: 106px;
    width: 100%;
    z-index: 3;
}

    .sticky_button .btn-row {
        top: 32px;
        margin-top: -32px;
        z-index: 3;
        justify-content: end;
    }

    .sticky_button .btn {
        z-index: 100;
        min-width: 125px;
    }

.mixedContent__container {
    font-size: 1.8em;
    margin: 60px 0;
}
/*Dionne changes for bullet points standarization project --start */
div.rtf-content li span {
    color: #333;
}

    div.rtf-content li span div {
        color: #333;
        padding-left: 43px;
        text-indent: -2px;
    }

div.rtf-content ul {
    list-style-type: square !important;
    color: #0078c9;
}

h2 strong {
    color: #0078c9;
}


.p-tag-industry {
    margin: 0 0 3px;
}

    .p-tag-industry span {
        vertical-align: text-top;
        color: #0078c9 !important;
        padding-right: 7px;
        font-size: medium;
        letter-spacing: 5px;
    }

/*Dionne changes for bullet points standarization project --end */

/*Khurram's changes for h2 and h3 --- start*/

div.rtf-content h2 {
    color: #0078c9;
    font-weight: 700;
}

div.rtf-content h3 {
    color: #0078c9;
    font-weight: 700;
}

.header3-blue {
    color: #0078c9;
    font-weight: 700;
}

/*Khurram's changes for h2 and h3 --- end*/

/*Dionne chances for video Resource Page (User Story 5870: Updated Video Resource Page Design) START */

/*video*/
.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}

.embed-responsive {
    position: relative;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.resource-video-div {
    width: 50% !important;
    padding-bottom: 28% !important;
    margin-left: -20px;
}

/*Text*/
.video_info_resources {
    width: 48%;
    display: inline-block;
    float: right;
}

    .video_info_resources h2 {
        color: #0078c9;
        font-weight: 700;
    }

.blog-post-summary {
    font-size: 20px;
}
/*Responsive part*/
@media all and (max-width: 999px) {
    .resource-video-div {
        width: 90% !important;
        padding-bottom: 50% !important;
    }

    .embed-responsive {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .video_info_resources {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
    }
}

@media all and (max-width: 767px) {
    .embed-responsive-16by9 {
        padding-bottom: 50% !important;
    }

    .embed-responsive {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .video_info_resources {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}


/*Dionne chances for video Resource Page (User Story 5870: Updated Video Resource Page Design) END*/

/*Dionne changes for (Bug:6115 Blog image size inconsistent related content) START*/
@media all and (max-width: 7680px) {
    .card-img-top {
        max-height: 217px;
    }
}

@media all and (max-width: 5760px) {
    .card-img-top {
        max-height: 190px;
    }
}

@media all and (max-width: 3840px) {
    .card-img-top {
        max-height: 190px;
    }
}

@media all and (max-width: 2880px) {
    .card-img-top {
        max-height: 210px;
    }
}

@media all and (max-width: 2560px) {
    .card-img-top {
        max-height: 210px;
    }
}

@media all and (max-width: 2400px) {
    .card-img-top {
        max-height: 210px;
    }
}


@media all and (max-width: 2133.33px) {
    .card-img-top {
        max-height: 210px;
    }
}

@media all and (max-width: 1920px) {
    .card-img-top {
        max-height: 220px;
    }
}

@media all and (max-width: 1912px) {
    .card-img-top {
        max-height: 20px;
    }
}

@media all and (max-width: 1899px) {
    .card-img-top {
        min-height: 220px;
    }
}

@media all and (max-width: 1745.45px) {
    .card-img-top {
        min-height: 220px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1710px) {
    .card-img-top {
        min-height: 205px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .card-img-top {
        min-height: 205px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-img-top {
        min-height: 162px;
    }
}

@media only screen and (max-width: 1199px) {
    .card-img-top {
        max-height: 195px;
    }
}

@media only screen and (min-width: 1036px) {
    .card-img-top {
        max-height: 165px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1035px) {
    .card-img-top {
        min-height: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .card-img-top {
        max-height: 205px;
    }
}

@media only screen and (max-width: 820px) {
    .card-img-top {
        max-height: 205px;
    }
}

/*Dionne changes for (Bug:6115 Blog image size inconsistent related content) END*/

.productContent__container {
    padding: 3rem;
    margin: 3rem 0;
}

.homeContent__container {
    padding: 0 60px;
}

@media all and (max-width: 480px) {
    .mixedContent__container {
        padding: 30px 15px;
        margin: 0;
        font-size: 1.3em;
    }
}
/*The following adds the padding above the RTF Content in the Variant Messaging Module*/
@media all and (max-width: 768px) {
    .mixedContent__container .col-sm-7.col-xs-12.rtf-content {
        padding-top: 25px;
    }
}

@media all and (max-width: 480px) {
    .homeContent__container,
    .productContent__container {
        padding: 0;
        margin: 0;
    }
}

.productContent__container h2 {
    text-align: left;
    color: #000;
}

.productContent__container_head {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 2rem;
    flex-direction: column;
    border-bottom: thin solid #000;
}

    .productContent__container_head.white {
        border-bottom: thin solid #fff;
    }

.productContent__title {
    display: inline-block;
    position: relative;
    font-size: 2.4rem;
    font-weight: 400;
}

.productContent__subtitle {
    display: inline-block;
    font-size: 2.1rem;
    font-family: "Lato Bold";
    margin-left: 0;
    padding-left: 0;
}

@media all and (min-width: 786px) {
    .productContent__container_head {
        flex-direction: row;
        align-items: center;
        font-size: 3.1rem;
    }

    .productContent__title::after {
        background: #000;
        width: 2px;
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0;
        top: 0;
        right: -20px;
        min-height: 50px;
    }

    .productContent__subtitle {
        display: inline-block;
        font-size: 3.1rem;
        font-family: "Lato Bold";
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .vdivide-a:after {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        min-height: 70px;
    }

    .vdivide-b:before {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        min-height: 70px;
    }
}

.productContent__container .vdivide-b::before {
    background: #000;
    min-height: 10px;
    left: auto;
}

.vertical-list-container {
    padding: 120px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vertical-list-title {
    top: 50%;
    font-size: 3.1rem;
}

.vl-column-title {
    font-family: "Lato Bold";
    font-size: 2.4rem;
    display: block;
}

    .vl-column-title::before {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        min-height: 70px;
    }

.vl-column {
    display: block;
}

    .vl-column::before {
        background: #e0e0e0;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        min-height: 70px;
    }

.vertical-list ul {
    list-style-type: none;
}

.vertical-list li div.adv,
.vertical-list li div.p {
    font-size: 2rem;
    width: 100%;
    padding-right: 30px;
}

.vertical-list div.adv,
.vertical-list div.p,
.vertical-list li {
    border-bottom: thin solid transparent;
}

.content-hover btn {
    color: transparent;
}

.btn-row {
    margin-top: 30px;
    position: relative;
}

    .btn-row .btn {
        margin: 0 10px;
    }

.list-hover-content > .popover-content {
    padding: 10px;
}

@media all and (max-size: 768px) {
    .list-hover-content,
    .popover {
        display: none;
    }
}

.list-hover-content,
.popover {
    background-color: rgba(255, 255, 255, 0.1);
    border: thin solid #ea7600;
    max-width: 300px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .popover > .arrow {
        display: none;
    }

    .popover.right {
        margin-left: 0;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
}

.btn-more {
    background-color: #0077c8;
    color: #fff;
    border: #0077c8;
}

    .btn-more:hover {
        background-color: #ccc;
    }

.content-hover,
.vertical-list .popover-content {
    background-color: transparent;
    border: thin solid #ea7600;
    max-width: 300px;
    margin-bottom: 15px;
    padding: 10px;
}

.partner-card {
    height: auto !important;
}

    .partner-card .card-block {
        height: auto;
    }

.card-block {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    overflow-y: hidden;
    background-color: #fff;
}

/* Dionne Changes to make responsive content start*/
@media only screen and (min-width:1920px) {
    .card-block .card-title {
        font-size: 1vw;
    }

    .card-block .card-text {
        font-size: .95vw;
        line-height: 1.5;
    }
}
/* Dionne Changes to make responsive content end*/

@media all and (min-width: 601px) {
    .card-block {
        height: 100%;
    }

    .partner-card .card-block {
        height: auto;
    }
}

.messaging-tiles .card-block {
    background-color: transparent;
}

.card-title {
    margin-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.35em;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text {
    margin-bottom: 0;
    font-size: 1.2em;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: thin solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
}

    .card-footer:last-child {
        border-radius: 0;
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0077c8;
    border-color: #0077c8;
    color: #fff;
}

    .card-primary .card-footer,
    .card-primary .card-header {
        background-color: transparent;
    }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .card-success .card-footer,
    .card-success .card-header {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-footer,
    .card-info .card-header {
        background-color: transparent;
    }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-footer,
    .card-warning .card-header {
        background-color: transparent;
    }

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

    .card-danger .card-footer,
    .card-danger .card-header {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #0077c8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

    .card-inverse .card-footer,
    .card-inverse .card-header {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .card-inverse .card-blockquote,
    .card-inverse .card-footer,
    .card-inverse .card-header,
    .card-inverse .card-title {
        color: #fff;
    }

        .card-inverse .card-blockquote .blockquote-footer,
        .card-inverse .card-link,
        .card-inverse .card-subtitle,
        .card-inverse .card-text {
            color: rgba(255, 255, 255, 0.65);
        }

            .card-inverse .card-link:focus,
            .card-inverse .card-link:hover {
                color: #fff;
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    flex-shrink: 0;
    max-height: 205px;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck .card:not(.slick-slide) {
    margin-right: 1%;
    margin-bottom: 3em;
}

@media all and (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        align-content: center;
        justify-content: flex-start;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            box-flex: 1;
            box-orient: vertical;
            box-direction: normal;
            -webkit-box-flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .homeFeature .card-deck {
        justify-content: center;
    }
}

.card-deck.slick-initialized.slick-slider,
.row.card-deck {
    justify-content: space-evenly;
}

.productContent__container .content-tile {
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.homeFeature .content-tile {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

@media all and (max-width: 600px) {
    .card-plain .card,
    .card.end-tile,
    .content-tile__button,
    .content_tiles .card,
    .productContent__container .content-tile {
        -webkit-flex: 0 1 95%;
        -ms-flex: 0 1 95%;
        flex: 0 1 95%;
    }

    .card.end-tile {
        height: 56px;
        max-height: 56px;
    }

    .expanding_tiles .card {
        -webkit-flex: 1 1 350px;
        -ms-flex: 1 1 350px;
        flex: 1 1 350px;
    }
}

@media all and (min-width: 601px) {
    .card-plain .card,
    .card.end-tile,
    .content-tile__button,
    .content_tiles .card,
    .productContent__container .content-tile {
        -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    }
}

@media all and (min-width: 1024px) {
    .card-plain .card-title,
    .content_tiles .card:not(.event-tile, .product) .card-title {
        min-height: fit-content;
        margin-bottom: 0px;
    }
}

@media all and (min-width: 1200px) {
    .card-plain .card,
    .card.end-tile,
    .content-tile__button,
    .content_tiles .card {
        -webkit-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
        flex: 0 1 24%;
        max-width: 24%;
    }

    .productContent__container .content-tile {
        -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
}

.content_tiles .card .card-img-top {
    background-color: #fff;
}

@media all and (min-width: 601px) {
    .card.end-tile {
        min-height: 400px;
    }
}

.card.end-tile .card-body {
    align-items: center;
}

@media all and (min-width: 601px) {
    .card.end-tile a.btn-primary {
        border: thin solid #fff;
    }
}

.content_tiles .card.expanding_tiles__card .card-img-top {
    background-color: none;
}

    .content_tiles .card.expanding_tiles__card .card-img-top.svg {
        padding: 2em 0;
        max-height: 205px;
    }

.content_tiles .card.expanding_tiles__card .card-block {
    padding: 0;
}

.content_tiles .card.expanding_tiles__card .card-title {
    text-align: center;
    padding: 0.5em;
    margin-top: 0;
}

.content_tiles .card.expanding_tiles__card .card-text {
    padding: 0 1em 1em;
    line-height: 1.5em;
}

.card.expanding_tiles__card .card-footer {
    border: 0;
    padding: 0;
    width: 100%;
}

.gallery_wrapper .card.expanding_tiles__card .card-footer {
    margin-top: 2em;
}

.gallery_wrapper .info-content > .card-deck > .card > .card-footer {
    padding-bottom: 3em;
}

.gallery_wrapper .card.expanding_tiles__card.slick-slide {
    min-height: 420px;
}

.gallery_wrapper.card-plain .card-deck > .card:not(.content-tile__button) {
    text-align: center;
    align-content: center;
    min-height: 420px;
    padding-bottom: 10px;
}

.gallery_wrapper.card-plain .card-title {
    padding: 1em 0;
    min-height: 40%;
    font-size: 2em;
}

@media all and (max-width: 1000px) {
    .gallery_wrapper.card-plain .card-title {
        height: auto;
        min-height: 1em;
        font-size: 1.8em;
        padding: 0.5em 0;
    }

    .gallery_wrapper.card-plain .card .card-text {
        font-size: 1.3em;
    }
}

@media all and (min-width: 601px) {
    .gallery_wrapper.card-plain .card:not(.content-tile__button) {
        height: 520px;
        min-height: 520px;
    }
}

.gallery_wrapper.card-plain .card-text {
    font-size: 2.1rem;
}

.gallery_wrapper.primary .card-title,
.product-content__wrapper.primary .card-title {
    color: #587f95;
}

.gallery_wrapper.secondary .card-title,
.product-content__wrapper.secondary .card-title {
    color: #333;
}

@media all and (min-width: 768px) {
    .gallery_wrapper .card-item_count {
        margin-bottom: 3em;
        text-align: center;
    }
}

@media all and (min-width: 586px) {
    .gallery_wrapper .info-content {
        margin: 0;
    }
}

@media all and (max-width: 600px) {
    .card.expanding_tiles__card.slick-slide {
        margin: 10px;
    }
}

@media all and (max-width: 600px) {
    .partner-card .card-block {
        width: 100% !important;
    }

    .partner-card {
        width: 100% !important;
    }

    .card-deck .partner-card {
        border: none !important;
        width: 100% !important;
    }

    .partners-logo {
        margin: 0 22%;
        width: 35%;
        position: absolute;
    }

    .partner-card.expanding_tiles__card {
        width: 100% !important;
    }

    .learn_more_button {
        width: 100% !important;
    }
}

@media all and (min-width: 586px) {
    .blog.info-content {
        margin: 0;
    }
}

@media all and (min-width: 601px) {
    .gallery_wrapper .info-content > .card-deck,
    .tab_container,
    .top_border {
        border-top: thin solid #666;
        padding-top: 2em;
        margin-top: 0;
    }
}

.card-svg {
    background-color: #0077c8;
}

.card-plain .card-svg {
    background-color: #fff;
}

.card-plain .svg.card-img-top,
.productContent__container .content-tile .svg.card-img-top {
    clear: both;
    width: 35%;
    margin: 2.8rem auto 1.5rem;
}

@media all and (max-width: 1024px) {
    .card-plain .svg.card-img-top,
    .productContent__container .content-tile .svg.card-img-top {
        width: 55%;
    }
}

.events__container .card.event-tile .svg.card-img-top {
    max-height: 143px;
    width: auto;
}

.content-tile .svg.card-img-top {
    max-height: 132px;
    width: auto;
}

.content_tiles .svg.card-img-top.img-responsive,
.event-tile .svg.card-img-top {
    max-height: 150px;
}

@media all and (min-width: 768px) {
    .content_tiles svg.card-img-top,
    .event-tile .svg.card-img-top {
        max-height: 205px;
    }
}

.card.end-tile .card-block {
    background-color: #0077c9;
}

.gallery .nav-tabs > li,
.gallery .tabs li {
    float: left;
    margin-bottom: 4px;
}

.gallery .nav > li > a,
.gallery .tabs li {
    padding: 0 1em;
    color: #000;
}

.gallery .nav-tabs > li > a,
.gallery .tabs li {
    margin-right: 2px;
    line-height: 2.2;
    border: 0;
    border-radius: 0;
}

    .gallery .nav-tabs > li.active > a,
    .gallery .nav-tabs > li.active > a:focus,
    .gallery .nav-tabs > li.active > a:hover,
    .gallery .tabs li.active,
    .gallery .tabs li.active:focus,
    .gallery .tabs li.active:hover {
        color: #000;
        cursor: default;
        background-color: #eee;
        border: 0;
    }

.partner-gallery .nav-tabs > li.active > a,
.partner-gallery .nav-tabs > li.active > a:focus,
.partner-gallery .nav-tabs > li.active > a:hover,
.partner-gallery .tabs li.active,
.partner-gallery .tabs li.active:focus,
.partner-gallery .tabs li.active:hover {
    color: #000;
    cursor: default;
    background-color: #eee;
    border: 0;
}

.partner-gallery {
    border-bottom: 1px solid #000;
}

.event-tile {
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.event-tile {
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
}

@media all and (max-width: 480px) {
    .event-tile {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active), (min-width: 1024px) {
    .content-tile img {
        max-height: 169px;
    }

    .content-tile .svg.card-img-top {
        max-height: 205px;
    }
}

.wide .container-fluid .event-tile .card-img-top {
    min-height: 205px;
}

.blog .event-tile .card-text,
.blog .event-tile .card-title,
.card-text,
.card-title {
    font-size: 2rem;
}

.blog .event-tile .card-text,
.card-text {
    font-family: "Lato Light";
    line-height: 2.4rem;
    padding-top: 0.6em;
}

.blog .event-tile .card-subtitle {
    font-size: 1.5rem;
}

.messaging-tiles .card-deck {
    justify-content: center;
}

    .messaging-tiles .card-deck .card {
        margin: 0;
        padding: 2%;
    }

.messaging-tiles.tile1 .card-deck .card {
    -webkit-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
}

.messaging-tiles.tile2 .card-deck .card {
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
}

.messaging-tiles.tile3 .card-deck .card {
    -webkit-flex: 0 1 28%;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%;
    padding-top: 3%;
}

.messaging-tiles.tile4 .card-deck .card {
    -webkit-flex: 0 1 21%;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
}

@media all and (min-width: 768px) {
    .messaging-tiles .card-deck .card {
        border-right: thin solid #a6a6a6;
        padding: 1%;
    }

        .messaging-tiles .card-deck .card:last-child {
            border-right: 0;
        }

    .messaging-tiles.tile1 .card-deck .card {
        flex-direction: row;
        -webkit-flex-direction: row;
        align-items: center;
        justify-content: center;
        -webkit-flex: 0 1 75%;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
    }

        .messaging-tiles.tile1 .card-deck .card .card-block {
            padding: 0 2%;
            width: 75%;
        }
}

.messaging-tiles.tile1 .card-deck .card .card-img-top:not(.tc_svg) {
    height: auto;
    width: 50%;
    margin: auto;
}

.messaging-tiles.tile1 .card-deck .card .card-block {
    padding: 0 5%;
}

.messaging-tiles.tile2 .card-deck .card .card-img-top:not(.tc_svg),
.messaging-tiles.tile3 .card-deck .card .card-img-top:not(.tc_svg),
.messaging-tiles.tile4 .card-deck .card .card-img-top:not(.tc_svg) {
    height: auto;
    width: auto;
    margin: auto;
}

@media all and (max-width: 576px) {
    .messaging-tiles.tile1 .card-deck .card .card-img-top:not(.tc_svg) {
        height: auto;
        width: 40%;
        margin: auto;
    }
}

.messaging-tiles.top-content .card-deck .card {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 24%;
}

@media all and (max-width: 768px) {
    .messaging-tiles.top-content .card-deck .card {
        -webkit-flex: 0 1 80%;
        -ms-flex: 0 1 80%;
        flex: 0 1 80%;
    }
}

.messaging-tiles.top-content .card-deck .card .overlay {
    justify-content: center;
}

.messaging-tiles .card-block .lead,
.messaging-tiles .card-block .lead p,
.messaging-tiles .card-block p.lead {
    font-family: "Lato Light";
    padding-top: 0.8em;
    font-size: 1.8rem;
}

hr.h-div {
    margin: 0 auto;
    width: 50%;
    height: 1px;
    border-top: thin solid #666;
}

.messaging-tiles .card .card-title {
    padding-top: 1em;
    margin-bottom: 0px;
}

@media all and (min-width: 1024px) {
    .messaging-tiles.tile2 .social {
        width: 40%;
    }
}

@media all and (min-width: 1200px) {
    .messaging-tiles.tile1 .social {
        width: 15%;
    }

    .messaging-tiles.tile2 .social {
        width: 25%;
    }

    .messaging-tiles.tile3 .social {
        width: 38%;
    }

    .messaging-tiles.tile4 .social {
        width: 50%;
    }
}

.flex-container .productContent__description {
    padding-bottom: 10px;
    border-bottom: thin solid #000;
    margin-bottom: 40px;
}

.flex-container .productContent__container_head {
    border-bottom: 0;
    margin-bottom: 5px;
}



.card-border .card {
    border: thin solid #adafb1;
}


.messaging-tiles.top-content .social {
    width: 50%;
}

.social__icon svg {
    max-height: 100%;
    max-width: 100%;
}

.productContent__container .content-tile .card-footer {
    border-top: none;
    text-align: center;
    background-color: #fff;
    color: #666;
    padding-bottom: 3em;
}

.shaded .card-block {
    background-color: #f4f4f4;
}

.border .card-deck .card {
    border: thin solid #adafb1;
}

.centered .card-deck {
    justify-content: center;
}

.center-text .card-deck .card {
    text-align: center;
}

.card-deck .card ul {
    padding-left: inherit;
}

@media all and (min-width: 1023px) {
    .vertical-div .card-deck .card:not(.end-tile) {
        border-right: thin solid #a6a6a6;
        padding: 1% 1%;
    }
}

@media all and (max-width: 1023px) {
    .vertical-div .card-deck .card:nth-child(even) {
        border-right: 0;
    }
}

@media all and (max-width: 1199px) {
    .vertical-div .card-deck .card:last-child {
        border-right: 0;
    }
}

@media all and (min-width: 1024px) {
    .vertical-div .card-deck .card:last-child,
    .vertical-div .card-deck .card:nth-child(4n) {
        border-right: 0;
    }
}

#LeadershipTeam .card-deck {
    box-sizing: border-box;
    margin: 30px auto;
    overflow-y: auto;
    text-align: center;
    width: 100%;
    padding-bottom: 600px;
}

#LeadershipTeam .bio {
    display: inline-block;
    margin: 0 30px 30px 0;
    min-height: 267px;
    position: relative;
    width: calc(33% - 30px);
    min-width: 270px;
    border: 0;
}

#LeadershipTeam .bio_top {
    left: 0;
    position: relative;
    top: 0;
    min-width: 270px;
    width: 100%;
    cursor: pointer;
}

#LeadershipTeam .active-bio-card .bio__full.active {
    cursor: default;
    display: block;
}

#LeadershipTeam .bio__full {
    background: #fff none repeat scroll 0 0;
    display: none;
    min-height: 280px;
    text-align: justify;
    position: absolute;
    top: 420px;
    min-width: 270px;
    width: 100%;
    z-index: 2;
}

#LeadershipTeam .bio__image {
    left: 0;
    position: relative;
    top: 0;
    min-width: 270px;
    width: 100%;
}

#LeadershipTeam .active-bio-card .bio .bio__image {
    filter: grayscale(100%);
    opacity: 0.7;
}

#LeadershipTeam .active-bio-card .bio:hover .bio__image {
    opacity: 1;
    filter: none;
}

#LeadershipTeam .bio .bio__image {
    transition: opacity 0.5s ease 0s, filter 0.5s ease;
}

#LeadershipTeam .bio__close {
    top: 0;
    right: 0;
    z-index: 3;
    font-size: 2em;
    color: #ccc;
    position: absolute;
    margin-right: 0.3em;
    margin-top: 0.3em;
}

@media all and (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -webkit-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
                .card-group .card:not(:first-child):not(:last-child) .card-img-top {
                    border-radius: 0;
                }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.25rem;
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            margin-bottom: 2.75rem;
        }
}

@media (max-width: 575px) {
    .card-columns .card {
        margin-bottom: 20px;
    }
}

.card__category,
.card__type {
    color: #fff;
    font-family: "Lato Bold";
    padding: 3px 10px 3px 20px;
    position: absolute;
    z-index: 1;
}

.card__type {
    background: #0e6ba5;
    left: 0;
    top: 10px;
    padding: 0 5% 0 5%;
}

.card__category {
    background: #4c8d1f;
    right: 0;
    top: 30%;
}

.heading__divider,
.right-column__divider {
    border-bottom: thin solid #000;
    display: block;
    margin-bottom: 0.5em;
}

.horizontal_search-result {
    margin-bottom: 30px;
    display: block;
}

    .horizontal_search-result .title {
        display: table-cell;
    }

    .horizontal_search-result:after {
        clear: both;
    }

    .horizontal_search-result a {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 1.2em;
        font-family: "Lato Bold";
        display: block;
    }

    .horizontal_search-result p.desc {
        font-size: 1.1em;
    }

    .horizontal_search-result img {
        float: left;
    }

    .horizontal_search-result .press__date,
    .horizontal_search-result a {
        margin-top: 5px;
    }

.horizontal_search-sidebar-result:after {
    clear: both;
}

.horizontal_search-sidebar-result .content--type {
    font-family: "Lato Bold";
    display: inline-block;
}

.search__filtered {
    font-size: 1.2em;
    font-family: "Lato Bold";
    color: #000;
}

.singlefilter.btn {
    border: 0;
}

.right-column_widget {
    display: block;
    margin: 15px 15px 30px 0;
    padding-top: 10px;
    font-size: 1.6rem;
    text-align: left;
}

    .right-column_widget h3 {
        color: #000;
        margin-bottom: 10px;
    }

    .right-column_widget:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    .right-column_widget > .spacer {
        display: block;
        height: 45px;
    }

.h-search-button {
    margin-left: 10px;
    max-width: 100px;
}

ul.filter-sublist {
    list-style-type: none;
    padding-left: 15px;
    color: black;
}

.filter-sublist > li {
    line-height: 17px;
    padding: 0px 0 5px 0;
    display: flex;
    align-items: flex-start;
    margin: 3px 0px 0px 0px;
    border-bottom: 1px solid #e0e0e0;
}

.press-release-listing > h4 {
    line-height: 1.5em;
    width: 25%;
    margin-top: 15px;
    font-weight: 600;
}

.press-release-listing > h5 {
    margin-bottom: 0;
}

.press-release-listing > .horizontal_search-result > .title {
    margin-top: -10px;
}

.int-hero {
    background-size: 100% auto;
}

.header-carousel-inner > .product-name {
    font-size: 2em;
    margin: 30px;
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 2em;
    float: left;
}

.int-hero > .product-copy {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    float: left;
    width: 50%;
}

.caption > .article-title {
    font-weight: 700;
}

.carousel {
    width: 100%;
    height: auto;
}

.cbg-1 {
    background-image: url(../_Images/1920x500_At.com_Design.jpg);
}

.carousel .item {
    max-height: 500px;
}

.cs-carousel-title {
    color: #000;
    margin-top: 30px;
    margin-left: 15%;
    display: inline-block;
    position: absolute;
    font-size: 2em;
}

.alpha60 {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}

.header-carousel-inner {
    position: relative;
    color: #fff;
    min-height: 300px;
    width: 90%;
    margin: 6rem auto 8rem auto;
    padding: 2rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (max-width: 768px) {
    .header-carousel-inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (min-width: 768px) {
    .header-carousel-inner {
        width: 100%;
    }
}

.carousel-content-label {
    font-size: 2rem;
}

@media all and (min-width: 768px) {
    .carousel-content-label {
        text-align: right;
    }
}

.carousel-content-image {
    width: 100%;
}

.carousel-content-copy {
    border-left: 2px solid #fff;
    padding-left: 4rem;
    font-size: 2.5em;
    margin: 1em 0;
}

@media all and (max-width: 768px) {
    .carousel-content-copy {
        border: 0;
        padding-left: 0;
        margin: 1em 0;
    }
}

.carousel-content-publication {
    display: block;
    font-size: 1.8rem;
    color: #ccc;
    margin-top: 15px;
}

.carousel-content-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    padding: 10px;
    width: 33%;
    background: #4c8d1f;
    border: none;
    color: #fff;
    text-align: center;
}

.messaging-module {
    display: block;
    background-color: #0078c9;
    color: #fff;
    /*margin: 43px 0;*/
}

@media screen and (max-width: 437px) {
    .messaging-module {
        /*margin: 82px 0;*/
    }
}

.messaging-module .copy {
    max-width: 60%;
    display: inline-block;
    padding: 2%;
    font-family: "Lato Light", sans-serif;
    color: #fff;
    font-weight: 500;
    /*Dionne added this color tho the font, it was causing conflict with the H2 tags*/
}

    .messaging-module .copy.textwhite {
        margin-top: 30px
    }

@media screen and (max-width: 1240px) {
    .messaging-module .copy.textwhite {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

.topical-list {
    padding-top: 8px;
}

    .topical-list > li {
        line-height: 2.5rem;
        font-size: 1.8rem;
    }

.comment-btn {
    margin-top: -7px;
}

#blog-header_date {
    display: block;
}

#blog-header-author-block {
    margin-top: 20px;
}

    #blog-header-author-block img {
        height: 90px;
        width: 90px;
        border: none;
        margin-right: 15px;
    }

    #blog-header-author-block > #author-info {
        display: inline-block;
        margin: 10px 0 0 0;
        vertical-align: top;
    }

.author-info {
    margin: 0;
    font-size: 3rem;
}

.author-bio {
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: "Lato Light";
}

.author-social {
    font-size: 2rem;
}

#author-photo {
    display: inline-block;
}

#author-info {
    display: inline-block;
}

    #author-info p:first-child {
        font-weight: 700;
        margin-bottom: 0;
    }

#blog-header_date p {
    font-size: initial;
    margin: 0 0 15px;
}

.bHeadImg {
    display: block;
}

    .bHeadImg img {
        height: 250px;
    }

        .bHeadImg img.img-cover {
            width: 100%;
            object-fit: cover;
        }

.blog-tag-cloud {
    display: block;
    color: #000;
    font-size: 1.6rem;
    background-color: #e4e4e4;
    padding: 15px 15px 0 15px;
    margin-top: 15px;
}

    .blog-tag-cloud > .cloud-row {
        display: block;
        padding-bottom: 15px;
        padding-left: 15px;
    }

.cloud-row > .row-label {
    font-weight: 700;
    font-size: 1.6rem;
    margin-right: 15px;
}

.blog-social-bar {
    padding: 0 15px;
}

    .blog-social-bar a {
        color: #fff !important;
        text-decoration: none;
    }

    .blog-social-bar > .social__bar {
        float: right;
        width: 18rem;
    }

    .blog-social-bar > .btn-primary {
        float: left;
        vertical-align: bottom;
        margin: 10px 0;
    }

.featured-related,
.related__content {
    margin-top: 30px;
}

    .featured-related img,
    .related-tile img {
        width: 100%;
        height: auto;
    }

.featured-related-title {
    font-size: 2rem;
}

.related-tile {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

@media all and (min-width: 768px) {
    .blog-contributors > .container-fluid {
        margin: 0 4%;
    }
}

.blog-contrib-listing {
    margin-left: 15px;
    padding-bottom: 30px;
}

    .blog-contrib-listing img {
        display: inline-block;
    }

.blog-post-summary {
    margin-bottom: 10px;
    font-size: 2rem;
}

.blog-contrib-img {
    width: 180px;
}

.blog-contrib-mobile-para {
    margin-top: 10px;
}

.blog-contrib-listing > .btn-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-contributors .card {
    margin-right: 2em;
}

.blog-author-tile {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.blog-contributors .card {
    min-height: 357px !important;
}

.blog-authors__slider {
    padding-left: 1%;
}

    .blog-authors__slider .slick-next {
        right: -50px;
    }

    .blog-authors__slider .slick-prev {
        left: -50px;
    }

    .blog-authors__slider .carousel-indicators {
        position: relative;
        margin: 20px auto;
        left: 0;
        bottom: 5px;
    }

@media all and (max-width: 600px) {
    .blog-authors__slider .carousel-indicators {
        margin: 20px auto;
        bottom: 5px;
    }
}

.blog-authors__slider .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0);
    border: thin solid #000;
}

    .blog-authors__slider .carousel-indicators li button,
    .fh-carousel .carousel-indicators li button {
        display: none;
    }

.blog-authors__slider .carousel-indicators .slick-active {
    background-color: #000;
}

.blog-authors__slider .card .card-img-top {
    width: 100%;
    max-height: unset;
}

.blog-author_slider .card .card-body {
    height: 4rem;
}

.blog-authors__slider .overlay .social {
    min-width: 115px;
    padding-left: 0;
    padding-right: 0;
}

.blog-contributors .card.slick-slide {
    padding: 0;
}

.blog-author-tile img {
    border: thin solid #000 !important;
}

.blog-content__page {
    font-size: initial;
    margin-top: 60px;
}

.blog-content {
    padding: 0 15px;
    background-color: #fff;
}

.blog-content__title {
    color: #0e6ba5;
    margin-top: 20px;
}

.comment-form__form,
.subscribe-form__form {
    padding: 0 15px;
}

ul.blog-content__comments__list {
    list-style-type: none;
    font-size: initial;
    padding: 30px;
    background-color: #e4e4e4;
}

.blog-comment__divider {
    padding: 0 10px;
    color: #0e6ba5;
    font-size: 1rem;
}

.blog__topic {
    padding: 30px 0 0 0;
}

.is-closed {
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.subscribe-form.is-closed,
.subscribe-form.is-open {
    transition: all 0.5s ease-in-out;
}

.subscribe-form__inside {
    background-color: #e4e4e4;
    padding: 10px 0;
    margin-left: 15px;
}

.subscribe-form__headline {
    margin-left: 10px;
}

.subscribe-form__subheadline {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    background: #0078c9;
}

.subscribe-form__form {
    display: block;
    float: left;
    width: 100%;
    padding: 30px;
}

.subscribe-form__field {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.subscribe-form__input {
    float: left;
    -webkit-transition: color 1s;
    transition: color 1s;
    color: #95989a;
    border: thin solid #8d9aa2;
    border-radius: 0;
    outline: 0;
}

.subscribe-form__terms {
    font-size: 1.2rem;
    display: block;
    float: left;
    width: 100%;
    color: #95989a;
}

.subscribe-form__submit {
    padding-top: 10px;
    padding-bottom: 0;
    text-align: left;
}

.subscribe-form__first-name {
    width: 46%;
}

.subscribe-form__last-name {
    float: right;
    width: 46%;
}

.subscribe-form__terms {
    text-align: right;
}

.subscribe-form__submit {
    padding-top: 35px;
    text-align: right;
}

.subscribe-form__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: 0 0;
}

    .subscribe-form__close-btn:focus {
        outline: 0;
    }

.partner-container {
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: #ccc thin dotted;
}

.partner-logo {
    display: block;
    margin-right: 25px;
    float: left;
}

    .partner-logo img {
        width: 90px;
        height: auto;
    }

.partner-name {
    display: block;
    font-weight: 700;
    float: left;
}

.partner-subtext {
    font-size: 1.5rem;
    line-height: 1.5em;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.partner-info {
    font-size: 1.5rem;
    line-height: 1.5em;
    display: block;
}

.partner-container h3 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.clr-row {
    clear: both;
    height: 25px;
    display: block;
}

.v-align {
    padding: 10% 0;
}

#footer_logo path {
    fill: #ccc;
}

#footer_logo:hover path {
    fill: #fff;
}

.cls-1 {
    fill: #0077c8;
}

.cls-2 {
    fill: #fff;
}

.cls-3 {
    fill: #ccc;
}

.resourceCenter h1 {
    border-bottom: thin solid #000;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.btn-search {
    background-color: #0077c8;
    color: #fff;
    border: thin solid #ccc;
}

    .btn-search:hover {
        background-color: #003057;
        color: #fff;
    }

.advancedSearch {
    font-size: 24px;
    display: block;
    border-bottom: thin solid #000;
}

    .advancedSearch a {
        text-decoration: none;
        color: #000;
    }

.panel-advancedSearch {
    border-radius: 0;
    border: thin solid #666;
}

    .panel-advancedSearch .nav > li {
        font-size: 1.5rem;
    }

        .panel-advancedSearch .nav > li > a {
            line-height: 1.3em;
        }

.filter-sublist > li > input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 3px;
}

.list_heading {
    font-size: 24px;
    display: block;
    border-bottom: thin solid #000;
    margin-bottom: 30px;
}

    .list_heading .list_filter a {
        font-size: 1.4rem;
    }

    .list_heading .filter-region a:hover {
        color: #fff;
    }

.list_filter .dropdown-menu {
    background-color: #fff;
    opacity: 1;
    z-index: 3;
}

@media all and (max-width: 768px) {
    .list_filter .dropdown-menu,
    .list_heading .list_filter {
        width: 100%;
    }
}

.list_filter .dropdown-menu a:hover {
    color: #0077c8;
}

.filter-region .dropdown-menu a:hover {
    color: #fff;
}

.resourceCenter {
    padding-bottom: 120px;
    padding-top: 30px;
}

.events__container {
    padding-bottom: 120px;
    padding-top: 70px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 0;
    text-align: center;
    vertical-align: bottom;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            font-size: 1.8rem;
            line-height: 1.42857143;
            color: #777;
            text-decoration: none;
            background-color: transparent;
            border: transparent;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            color: #000;
            background-color: #ccc;
            border-color: transparent;
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 2;
        color: #000;
        cursor: default;
        font-weight: 700;
        background-color: transparent;
        border-color: transparent;
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .PagedList-ellipses,
.pagination .PagedList-skipToFirst,
.pagination .PagedList-skipToLast,
.pagination .PagedList-skipToNext,
.pagination .PagedList-skipToPrevious {
    font-size: 1.8rem;
    line-height: 1.42857143;
}

.bottom-border {
    border-bottom: thin solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .event-tile img {
        height: auto;
        width: 100%;
    }

    .messaging-tiles.top-content svg {
        height: 160px;
        width: 160px;
    }
}

.tc_svg {
    height: 160px;
    width: 160px;
    margin: 0 auto;
}

.industryTab_desc ul li {
    font-size: 1.2em;
}

.app-tabs.initiative .app-tabs__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    position: static;
    z-index: 10;
}

.app-tabs.initiative .card.app-tabs__tab {
    margin-right: 0;
    margin-bottom: 20px;
}

    .app-tabs.initiative .card.app-tabs__tab a {
        color: #000;
    }

.app-tabs.initiative .card .card-block,
.app-tabs.initiative .card img,
.app-tabs.initiative .card svg {
    background-color: transparent;
}

.app-tabs.initiative .card.active,
.app-tabs.initiative .card:active,
.app-tabs.initiative .card:hover {
    background-color: #cce6f8;
}

.app-tabs.initiative .card:active {
    filter: grayscale(0);
}

.app-tabs.initiative .card {
    position: relative;
}

    .app-tabs.initiative .card.active:hover {
        margin-top: 0;
        transition: 0s;
    }

    .app-tabs.initiative .card::before {
        content: "";
        position: absolute;
        height: 30px;
        width: 100%;
        background-color: transparent;
        bottom: -30px;
        left: 0;
        opacity: 0;
    }

    .app-tabs.initiative .card.active::before,
    .app-tabs.initiative .card:active::before {
        background-color: #cce6f8;
        opacity: 1;
    }

.app-tabs.initiative .card-title {
    min-height: auto !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 7px 0px 0px 0px;
}

.app-tabs.initiative .card-text {
    padding-top: 0;
}

}

@media all and (max-width: 1023px) {
    .app-tabs.initiative.wide .container-fluid {
        margin: 0;
        padding: 0;
    }

    .app-tabs.initiative .card-deck {
        width: 100%;
        flex-direction: column;
    }

    .app-tabs.initiative .card {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 1 1 100%;
        padding: 0;
        margin: 0;
    }

    .app-tabs.initiative .accordion-head {
        display: flex;
    }
}

.accordion-head {
    margin-bottom: 2px;
}

@media all and (max-width: 992px) {
    .accordion-head button {
        flex-direction: row;
        width: 100%;
        font-family: "Lato Light";
        height: auto;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: thin solid #ddd;
        padding: 0;
        color: #000;
        background-color: #fff;
        cursor: pointer;
    }

        .accordion-head button:active,
        .accordion-head button:hover {
            text-decoration: none;
            border-top: 0;
            border-right: 0;
            border-left: 0;
            border-bottom: thin solid #ddd;
            color: #000;
            background-color: #ddd;
        }

        .accordion-head button > .card {
            align-items: center;
            padding: 0;
            border: 0;
            height: auto;
            min-height: auto;
            display: flex;
            flex-direction: column !important;
        }

            .accordion-head button > .card img {
                display: block;
                margin: 0 auto 10px;
                max-width: 100%;
            }

            .accordion-head button > .card h2 {
                text-align: center;
                width: 100%;
            }

            .accordion-head button > .card .card-title {
                font-size: 1.4em;
                padding: 0.8em;
                margin-bottom: 0;
                white-space: normal;
            }

        .accordion-head button[aria-expanded="true"] .card-footer:before {
            content: "-";
        }

        .accordion-head button[aria-expanded="false"] .card-footer:after {
            content: "+";
        }

        .accordion-head button > .card .card-block {
            text-align: left;
            padding: 0;
            margin: 0;
            background-color: transparent;
        }

        .accordion-head button > .card .card-footer {
            font-size: 3.6em;
            font-family: "Lato Light";
            background-color: transparent;
            border-top: 0;
            font-weight: 400;
        }

    .app-tabs__accordion .industryTab_desc ul {
        list-style-type: disc;
    }
}

.industryTab_desc ul li {
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .app-tabs.initiative .card img.svg {
        width: 100px;
        height: auto;
    }
}

@media all and (min-width: 1024px) {
    .industryTab_desc ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
    }

        .industryTab_desc ul li {
            padding: 1% 2%;
            display: table-cell;
            text-align: center;
            width: 48%;
            margin: 0;
            vertical-align: top;
        }

            .industryTab_desc ul li:only-child {
                width: 66%;
                display: inline-block;
            }

    .app-tabs.initiative .card {
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        max-width: 30%;
    }

        .app-tabs.initiative .card img.svg {
            width: 40%;
            height: auto;
        }

    .app-tabs.initiative .card-deck .card,
    .app-tabs.initiative.vertical-div .card-deck .card {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .app-tabs.initiative .app-tabs__tabs {
        width: auto;
    }

        .app-tabs.initiative .app-tabs__tabs figure {
            height: auto;
            border: 0 !important;
        }

    .app-tabs.initiative .card-footer {
        display: none;
    }
}

@media all and (min-width: 1380px) {
    .app-tabs.initiative .card {
        -webkit-flex: 0 1 22%;
        -ms-flex: 0 1 22%;
        flex: 0 1 22%;
        max-width: 22%;
    }
}

.initiativeFeature button.app-tab-close {
    border: 0;
    background: 0 0;
    font-size: 1.2em;
    color: #666;
}

.initiativeFeature {
    padding-top: 10px;
}

.card.expanding_tiles__card[data-hide="true"].in {
    animation: slide-down 0.6s ease-in-out;
    -webkit-animation: slide-down 0.6s ease-in-out;
    -moz-animation: slide-down 0.6s ease-in-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.expanding_tiles button.expandCards[aria-expanded="false"]:before {
    content: "View More";
}

.expanding_tiles button.expandCards[aria-expanded="true"]:after {
    content: "View Less";
}

button.expandCards {
    margin-right: 1%;
    width: 125px;
}

@media all and (max-width: 600px) {
    button.expandCards {
        display: none;
    }
}

.gallery_wrapper ul.nav.nav-tabs,
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.partners.gallery_wrapper ul.nav.nav-tabs,
ul.partners-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}

.tab_content {
    display: none;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 600px) {
    .tabs {
        display: none;
    }

    .tab_content {
        padding: 20px 0;
    }

    .tab_drawer_heading {
        margin: 0;
        display: block;
        cursor: pointer;
    }
}

#content-fixed-top-nav {
    transition: all 500 ease-in-out;
    background-color: #003057;
}

.home > #content-fixed-top-nav {
    background-color: transparent;
}

@media all and (max-width: 998px) {
    .nav.navbar-nav {
        background-color: transparent !important;
    }

    .home > #content-fixed-top-nav {
        background-color: #003057;
    }
}

nav .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    flex-flow: column;
    width: 100%;
}

.h-logo {
    width: 180px;
}

@media all and (max-width: 998px) {
    .h-logo {
        width: 180px;
    }

    .menu1 {
        display: none;
    }
}

div.tagline {
    font-size: 0.74em;
    font-family: "Merriweather Light";
    color: #fff;
    margin-left: 1em !important;
    padding: 1em;
    align-self: center;
    border-left: thin solid #fff;
}

@media all and (max-width: 991.98px) {
    div.tagline {
        display: none;
    }
}

.navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

@media all and (max-width: 991.98px) {
    #menuToggle {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.navbar-toggler {
    background-color: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
}

    .navbar-toggler:hover {
        cursor: pointer;
    }

    .navbar-toggler.active .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.active .icon-bar:first-of-type {
        display: block;
        opacity: 1;
        transform: translateY(11px) rotate(45deg);
    }

    .navbar-toggler.active .icon-bar:last-of-type {
        display: block;
        opacity: 1;
        transform: translateY(-11px) rotate(-45deg);
    }

    .navbar-toggler .icon-bar {
        background-color: #fff;
        border-radius: 2px;
        height: 5px;
        opacity: 1;
        width: 30px;
        transition: all 0.3s ease-in-out;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 6px;
        }

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    align-items: stretch;
}

.nav .dropdown-menu.big-dropdown-menu {
    left: auto;
}

nav .menu1 .dropdown-menu.big-dropdown-menu {
    right: 0;
}

.dropdown.big-dropdown.active.open {
    position: relative;
}

ul.dropdown-menu.big-dropdown-menu {
    left: 0;
    margin-right: auto;
}

nav ul.menu1 ul.dropdown-menu.big-dropdown-menu {
    margin-top: -5em;
}

nav .nav > li > a {
    padding: 0 0 3px 0;
    position: relative;
    display: block;
    margin: 10px 15px;
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .top-row img,
    .top-row svg {
        max-height: 60px;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fullscreen,
.fullscreen-hero,
.home ~ div > .messaging-tiles,
nav {
    font-size: calc(10px + (26 - 10) * ((100vmin - 300px) / (1280 - 300)));
    line-height: calc(1.5 + (2 - 1.2) * ((100vmin - 300px) / (1600 - 300)));
}

@media (max-width: 992px), (orientation: portrait) {
    .fullscreen-hero {
        font-size: calc(12px + (32 - 12) * ((100vmin - 300px) / (1920 - 300)));
        line-height: calc(1.5 + (2 - 1.2) * ((100vmin - 300px) / (1920 - 300)));
    }
}

.fullscreen {
    height: 90vh;
}

.fullscreen-hero {
    height: 100vh;
}

@media all and (max-width: 992px) {
    .fullscreen {
        height: auto;
    }
}

.video-hero .video-container {
    border: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -20;
}

.hero-home video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero-home video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto !important;
        display: table-cell;
        vertical-align: middle;
        min-height: 100%;
        min-width: 100%;
    }

    .hero-home .video-container {
        display: table;
    }
}

html.no-object-fit .hero-home .compat-object-fit {
    background-size: cover;
    background-position: center center;
}

html.no-object-fit .hero-home video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    min-width: 100%;
}

html.no-object-fit .hero-home .video-container {
    display: table;
    background-color: #000;
}

@media all and (max-width: 992px) {
    html.no-object-fit .hero-home video {
        height: 100%;
        width: auto;
        min-width: 0;
        overflow: hidden;
    }

    html.no-object-fit .hero-home .video-container {
        overflow: hidden;
    }
}

html.ieedge .hero-home .compat-object-fit {
    background-size: cover;
    background-position: center center;
}

html.ieedge .hero-home video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    min-width: 100%;
}

html.ieedge .hero-home .video-container {
    display: table;
    background-color: #000;
}

@media all and (max-width: 992px) {
    html.ieedge .hero-home video {
        height: 100%;
        width: auto;
        min-width: 0;
        overflow: hidden;
    }

    html.ieedge .hero-home .video-container {
        overflow: hidden;
    }
}

.bg-overlay {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.fh__container {
    margin-top: 100px;
    margin-left: -15px;
    padding-top: 6%;
    height: 90%;
}

@media (max-width: 992px), (orientation: portrait) {
    .fh__container {
        padding-top: 0;
    }
}

@media (max-width: 992px), (orientation: landscape) {
    .fh__container {
        margin-top: calc(55px + (100 - 55) * ((100vmin - 300px) / (992 - 300)));
    }
}

.carousel-content > div,
.fh__container > div.fh-carousel {
    position: relative;
    height: 100%;
}

.fh__container .fh-main {
    justify-content: space-bewteeen;
}

.hero-home .fh-carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: space-between;
}

@media all and (max-width: 991.98px) {
    .fh-v-spinner {
        display: none !important;
    }
}

@media all and (orientation: portrait) {
    .fh-v-spinner {
        display: none !important;
    }
}

@media all and (min-width: 992px) and (orientation: landscape) {
    .hero-home .fh-carousel {
        width: 66.66%;
    }

    .fh-v-spinner {
        width: 33.33%;
    }
}

.hero-home .fh-carousel {
    color: #fff;
}

.fh-carousel .fh-main {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    justify-content: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-home .carousel-content h1 {
    font-size: 2em;
    color: #fff;
}

.hero-home .carousel-content {
    font-size: 1.4em;
}

    .hero-home .carousel-content ul {
        font-size: 0.75em;
    }

    .hero-home .carousel-content .bigger {
        font-size: 1.8em;
    }

@media (max-width: 992px) and (orientation: landscape) {
    .hero-home .carousel-content .bigger {
        font-size: 1.4em;
    }
}

.hero-home .carousel-content .smaller {
    font-size: 1em;
}

.hero-home .carousel-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero-home .carousel-content img.banner {
        max-height: 15vh;
    }

html.no-object-fit .hero-home .carousel-content img.banner {
    max-height: 40%;
}

.fh-carousel ul {
    position: relative;
    bottom: 5px;
    margin: auto;
    width: 100%;
}

.ind-text {
    font-size: calc(14px + (22 - 14) * ((100vh - 600px) / (900 - 600)));
}

    .ind-text.smaller {
        font-size: calc(10px + (18 - 10) * ((100vh - 600px) / (900 - 600)));
    }

.hero-home .fh-v-spinner li a {
    color: #fff;
}

.fh-carousel .carousel-indicators {
    justify-self: flex-end;
    position: absolute;
    margin: 0 auto;
    left: 0;
    bottom: 10%;
}

    .fh-carousel .carousel-indicators li,
    .quotes .carousel-indicators li {
        color: #fff;
        background-color: #fff;
        width: 1em;
        height: 1em;
        border-radius: 1em;
    }

@media all and (max-width: 1024px) {
    .fh-carousel .carousel-indicators li,
    .quotes .carousel-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 15px;
    }
}

.fh-carousel .carousel-indicators li,
.quotes .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0);
    border: thin solid #fff;
}

.fh-carousel .carousel-indicators .slick-active,
.quotes .carousel-indicators .slick-active {
    background-color: #fff;
}

.carousel-indicators button {
    display: none;
}

.carousel-content {
    padding: 2em 3em 2em 4em;
    transform: translateX(-100%);
    overflow: hidden;
    height: 80%;
    -webkit-transition: transform 0.5s ease-in;
    -moz-transition: transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

html.no-object-fit .carousel-content {
    padding: 2em 3em 1em 4em;
}

@media (max-width: 992px), (orientation: landscape) {
    .navbar {
        min-height: calc(50px + (80 - 50) * ((100vmin - 300px) / (992 - 300)));
    }
}

.carousel-content img {
    display: block;
    text-align: center;
    max-width: 100%;
}

@media all and (max-width: 992px) {
    .carousel-content {
        padding: 1em;
    }

        .carousel-content img {
            width: 600px;
            height: auto;
        }
}

@media all and (max-width: 1200px) {
    .carousel-content {
        padding: 1.5em;
    }
}

@media all and (max-width: 576px) {
    .carousel-content img {
        width: 360px;
        height: auto;
    }
}

.carousel-content.open {
    transform: translateX(0);
}

@media all and (min-width: 1024px) {
    .carousel-content a.btn {
        margin: 1em 0;
    }
}

.hero-home .container-fluid {
    z-index: 20;
    height: 100%;
}

@media (max-width: 992px), (orientation: portrait) {
    .hero-home .container-fluid {
        padding: 0;
    }
}

@media all and (max-width: 1920px) {
    .container-fluid.constrain {
        margin: 0;
        padding: 0;
    }
}

@media all and (min-width: 1921px) {
    .container-fluid.constrain {
        width: 1640px;
    }
}

.hero-spacer {
    margin-right: auto;
    margin-left: auto;
}

.bg-transparent {
    background-color: transparent !important;
}

.btn-transp:hover {
    opacity: 1;
    background-color: #000;
}

.btn-xl {
    font-size: 1.2em;
    width: auto;
    font-weight: 400;
    font-family: Lato !important;
}

.carousel-content .btn-xl {
    font-size: 1em;
}

.btn-transp,
.btn-transp:focus {
    background-color: transparent;
    color: #fff;
    border: thin solid #fff;
    padding: 0.6em 1em;
}

    .btn-transp:hover {
        background-color: #000;
        color: #fff;
        border: thin solid #fff;
    }

.btn-transp-b {
    background-color: transparent;
    color: #000;
    border: thin solid #000;
}

    .btn-transp-b:hover {
        background-color: #fff;
        color: #000;
    }

.fh-main {
    padding: 3%;
    height: 100%;
}

@media (max-width: 992px), (orientation: portrait) {
    .fh-main {
        padding: 0;
    }
}

.list {
    position: relative;
    z-index: 10;
}

.list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fh-sub .fade-in,
.list .img-row .fade-in {
    opacity: 1;
}

.fh-sub a,
.fh-sub h2,
.list .img-row img {
    opacity: 0;
}

.solution-fade {
    transition: opacity 0.5s ease 0s;
}

.btn.solution-fade {
    transition: opacity 0.5s ease 0s, 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;
}

.fullscreen.list {
    background: linear-gradient(to right, #fff 60%, #ffc425 60%);
    background: -ms-linear-gradient(to right, #fff 60%, #ffc425 60%);
    background: -webkit-linear-gradient(to right, #fff 60%, #ffc425 60%);
}

.list .fh-main,
.list .fh-sub {
    width: 100%;
}

.list .img-row {
    display: none;
}

.slideActive {
    color: #0078c9;
}

@media all and (min-width: 992px) {
    .list__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list .fh-main {
        width: 66.667%;
        height: 100%;
        padding-left: 6%;
        padding-top: 3%;
    }

    .fh__container .fh-v-spinner,
    .list .fh-sub {
        width: 33.333%;
        height: 100%;
    }

    .list .fh-sub {
        border-left: thin solid #707070;
    }

    .list > div {
        position: relative;
        height: 100%;
    }

    .list .img-row {
        position: absolute;
        display: flex;
        bottom: 0;
        right: 0;
        z-index: 50;
        width: 100%;
        background-color: transparent;
    }

        .list .img-row img {
            width: 100%;
        }
}

.fullscreen .list__container,
.fullscreen.list > div > div {
    height: 100%;
}

.list .img-row {
    max-height: 45%;
}

.list .fh-main {
    background-color: #fff;
}

    .list .fh-main h1 {
        font-weight: 700;
        margin-bottom: 3%;
        font-size: 2.1em;
    }

    .list .fh-main ul {
        font-size: 1.2em;
    }

        .list .fh-main ul li {
            transition: all 0.5s ease 0s;
        }

            .list .fh-main ul li:hover {
                color: #0078c9;
                cursor: pointer;
            }

.list .fh-sub {
    padding: 5% 3%;
    background-color: #ffc425;
    height: 100%;
}

    .list .fh-sub h2 {
        font-size: 1.4em;
    }

@media all and (max-width: 992px) {
    .list .fh-main,
    .list .fh-sub {
        height: auto;
    }

        .list .fh-main h1 {
            font-size: 1.6em;
        }

        .list .fh-main ul,
        .list .fh-sub h2 {
            font-size: 1.2em;
        }
}

.quotes {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

    .quotes .fh-main {
        padding: 0;
    }

    .quotes h1 {
        color: #fff;
        font-weight: 600;
        font-size: 2em;
    }

        .quotes h1 span {
            font-family: "Lato Light";
            font-weight: 300;
        }

.fh-main.quote__container > div {
    position: relative;
    height: 100%;
}

.quotes .quote__content {
    padding: 1em 3em 2em 3em;
    background-color: rgba(0, 120, 201, 0.87);
    height: 100%;
}

.quote-content_container {
    height: 100%;
}

.quotes img {
    width: 180px;
    height: 180px;
    justify-self: center;
    align-self: center;
}

.quotes svg {
    width: 180px;
    justify-self: center;
    align-self: center;
}

.quotes .quote__content .btn {
    margin-bottom: 2em;
}

.quotes .fh-sub {
    padding: 5% 3%;
    background-color: transparent;
    height: 100%;
}

.quotes .blockquote {
    width: 90%;
    border-left: 0;
    font-size: 1.2em;
}

@media all and (max-width: 1024px) {
    .quotes .blockquote {
        width: 100%;
    }
}

@media all and (min-width: 1921px) {
    .quotes .blockquote {
        width: 75%;
    }
}

.quotes .blockquote,
.quotes .blockquote-footer {
    font-family: "Merriweather Light";
    font-style: italic;
    color: #fff;
}

    .quotes .blockquote,
    .quotes .blockquote-footer,
    .quotes .blockquote ~ a,
    .quotes svg {
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
    }

        .quotes .blockquote.in,
        .quotes .blockquote.in .blockquote-footer,
        .quotes .blockquote.in ~ a,
        .quotes div.in svg,
        .quotes svg.in {
            opacity: 1;
        }

.quotes .blockquote-footer {
    text-align: right;
    font-size: 65%;
    width: 60%;
    align-self: flex-end;
    margin-top: 0.75em;
}

    .quotes .blockquote-footer::before {
        content: "";
    }

.quotes ul {
    position: absolute;
    bottom: 2em;
    margin: auto;
    width: 100%;
}

.pageDown {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    right: 0;
    height: 75px;
}

.h-66 {
    height: 66.66% !important;
}

.w-66 {
    width: 66.66% !important;
}

.h-33 {
    height: 33.33% !important;
}

.w-33 {
    width: 33.33% !important;
}

.mh-66 {
    max-height: 66.66% !important;
}

.mw-66 {
    max-width: 66.66% !important;
}

.mh-33 {
    max-height: 33.33% !important;
}

.mw-33 {
    max-width: 33.33% !important;
}

.vh-100 {
    height: 100vh;
}

.vh-90 {
    height: 90vh;
}

.vh-80 {
    height: 80vh;
}

.vh-75 {
    height: 75vh;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media all and (min-width: 1200px) {
    .slide-left {
        -webkit-animation: slide-left 1s cubic-bezier(0.645, 0.045, 0.355, 1) both;
        animation: slide-left 1s cubic-bezier(0.645, 0.045, 0.355, 1) both;
    }

    .slide-right {
        -webkit-animation: slide-right 1s cubic-bezier(0.645, 0.045, 0.355, 1) both;
        animation: slide-right 1s cubic-bezier(0.645, 0.045, 0.355, 1) both;
    }
}

@-moz-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-moz-keyframes distract {
    10%, 5% {
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    0%, 15% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes distract {
    10%, 5% {
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    0%, 15% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes distract {
    10%, 5% {
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    0%, 15% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.arrow-d {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    color: #fff;
}

    .arrow-d:hover {
        cursor: pointer;
    }

.fullscreen .arrow-d i,
.fullscreen .arrow-d:active i,
.fullscreen .arrow-d:hover i {
    color: #fff !important;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

.distractotron-jr {
    -moz-animation: distract 6s infinite;
    -webkit-animation: distract 6s infinite;
    animation: distract 6s infinite;
}

#distractotron svg:hover path,
.hero-home svg:hover path {
    fill: transparent;
}

@-webkit-keyframes shrink {
    0% {
        color: #fff;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #fff;
    }
}

@keyframes shrink {
    0% {
        color: #fff;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #fff;
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #fff;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #fff;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        color: #fff;
        border: 0;
        padding: 0.5em;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #fff;
        border: thin solid #fff;
    }
}

#vertical_carousel .animate {
    opacity: 1;
}

.v-item .animate,
.v-item .animate:active,
.v-item .animate:hover {
    color: #fff !important;
}

#vertical_carousel .animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    color: #fff;
    vertical-align: middle;
}

.animate--shrink {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: shrink;
    animation-name: shrink;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    color: #fff;
}

.fh-v-spinner__content {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    height: 80%;
}

    .fh-v-spinner__content .list {
        position: relative;
        overflow: hidden;
        display: inherit;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

#vertical_carousel .list:focus {
    outline: 0;
}

#vertical_carousel .list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-vertical .v-item::selection,
.slick-vertical .v-item:active,
.slick-vertical .v-item:focus {
    outline: 0 !important;
    box-shadow: none;
}

#vertical_carousel .track {
    position: relative;
    left: 0;
    top: 0;
}

#vertical_carousel .current > a {
    box-sizing: border-box;
    display: block;
}

#vertical_carousel .no-js .v-item:nth-child(4) > a {
    padding: 1em;
}

.v-item {
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: calc(10px + (22 - 10) * ((100vh - 600px) / (1080 - 600)));
    padding-bottom: calc(10px + (22 - 10) * ((100vh - 600px) / (1080 - 600)));
    display: block;
    height: auto;
    border: 0;
    outline: 0;
}

    .v-item a {
        display: block;
        font-weight: 700;
        color: #fff;
        width: 80%;
        text-decoration: none;
    }

    .v-item img {
        display: block;
    }

#vertical_carousel .current {
    position: relative;
}

#vertical_carousel button {
    background-color: transparent;
    border: 0;
    margin-left: -20%;
    align-self: center;
    z-index: 15;
}

    #vertical_carousel button.a-up {
        transform: rotate(0.5turn);
    }

html.no-object-fit button.a-up {
    margin-top: -0.65em;
}

@media (max-height: 600px) {
    html.no-object-fit button.a-up {
        margin-top: -1em;
    }
}

#vertical_carousel button svg {
    width: 2em;
}

.animated-button {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

.button-icon {
    position: absolute;
    left: -2em;
    height: 2em;
    width: 2em;
    align-self: center;
}

    .button-icon img,
    .button-icon svg {
        max-height: 1.5em;
        max-width: 1.5em;
        display: block;
    }

.v-item .animated-button.slide i {
    align-self: center;
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}

#vertical_carousel .current > a {
    display: inline-block;
}

    #vertical_carousel .current > a:not(.disabled) div.ind-text {
        -webkit-transform: translateX(2em);
        transform: translateX(2em);
        -webkit-filter: blur(0);
        filter: blur(0);
        transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    #vertical_carousel .current > a:not(.disabled) i {
        transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
        transition-delay: 0.1s;
    }

#vertical_carousel .vertical-cursor {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    color: #fff;
    border: thin solid #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
}

    #vertical_carousel .vertical-cursor i {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        margin: auto;
        height: calc(14px + (26 - 14) * ((100vmin - 300px) / (1600 - 300)));
    }

.slide-gradient {
    background-image: linear-gradient(to right, #5f3c6c 33%, #00a9ce 33%, #00a9ce 66%, #78be20 66%);
    height: 1.3em;
    width: 100%;
    transform: translateX(-100%);
    overflow: hidden;
    -webkit-transition: transform 0.5s ease-in;
    -moz-transition: transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

    .slide-gradient.open {
        transform: translateX(0);
    }

.elqOptInBanner {
    z-index: 8001;
}

.seo-content {
    float: left;
    width: 100%;
}

.container-seo {
    width: 100%;
    margin: auto;
}

.seo-section p {
    font-size: 18px;
}

.right-column-seo {
    float: right;
    width: 100%;
    margin: auto -4%;
}

.container.seo-section {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 1640px;
}

#comment-form {
    padding-top: 80px;
}

.btn.GTM-Related-Content {
    padding: 10px 20px 10px 20px;
    font-size: 20px !important;
}

.featured-related .featured-related-title {
    margin-top: 10px;
    margin-bottom: 0;
}

.related-tile .font--bold {
    margin-top: 10px;
    margin-bottom: 0;
}

.content_tiles svg.card-img-top,
.event-tile .svg.card-img-top {
    max-height: 160px;
}

.ac-container article {
    z-index: 1 !important;
}

.ac-container label {
    z-index: 2 !important;
}


.blog-blog-content .blog-content__title {
    font-family: inherit;
}

.wide content_tiles centered center-text vertical-div {
    background-color: #fff;
}


.app-tabs.initiative .card.product-suit_tab {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 390px;
}

.newtab.card.product-suit_tab {
    filter: grayscale(1);
}

.card.product-suit_tab.active {
    filter: none;
}

.newtab .card.product-suit_tab {
    position: relative;
    height: fit-content;
    width: 400px;
    display: inline;
    transition: margin-top 2s;
    margin-right: 1% !important;
}



@keyframes compacted {
    from {
        margin-left: 0%;
    }

    to {
        margin-left: 200%;
    }
}

.compacted .card:nth-child(1) {
    animation: fadeOutRight1 0.5s ease-out;
}

.compacted .card:nth-child(2) {
    animation: fadeOutRight2 0.5s ease-out;
}

.compacted .card:nth-child(3) {
    animation: fadeOutRight3 0.5s ease-out;
}

.compacted .card:nth-child(4) {
    animation: fadeOutRight4 0.5s ease-out;
}

.leftslide .card:nth-child(1) {
    animation: fadeInRight1 0.5s ease-out;
}

.leftslide .card:nth-child(2) {
    animation: fadeInRight2 0.6s ease-out;
}

.leftslide .card:nth-child(3) {
    animation: fadeInRight3 0.7s ease-out;
}

.leftslide .card:nth-child(4) {
    animation: fadeInRight4 0.8s ease-out;
}

.newtab .card.product-suit_tab:hover {
    margin-top: -30px;
}

.newtab .card .card-img-top {
    border-left: 19px solid #FFC425;
    width: 390px;
    overflow: auto;
    max-height: 100%;
}

.newtab .card .product-suite-tab-button {
    background: #FFC425;
    position: absolute;
    top: 70%;
    left: 55%;
    text-align: center;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

@media only screen and (max-width: 1500px) and (min-width:800px ) {
    .newtab .card .product-suite-tab-button {
        font-size: 12px;
        padding: 5px 25px;
    }
}

@media only screen and (min-width:1501px ) {
    .newtab .card .product-suite-tab-button {
        font-size: 14px;
        padding: 8px 30px;
    }
}


@media only screen and (max-width: 1229px) and (min-width:1000px ) {
    .newtab .card .card-title {
        font-size: 1.4em;
    }
}

@media only screen and (min-width:1230px ) {
    .newtab .card .card-title {
        font-size: 1.7em;
    }
}


.newtab .card.active .product-suite-tab-button {
    display: none;
}


.newtab .card .card-title {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 8%;
    text-align: left;
    font-weight: bolder;
    width: 85%;
    font: normal normal bold 28px Lato;
}

.new-tab-mobile .card .card-title {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    flex-shrink: 0;
    max-height: 205px;
    color: #fff;
    position: absolute;
    top: 15%;
    left: 8%;
    text-align: left;
    width: 85%;
    font: normal normal bold 20px Lato;
}

.newtab .card {
    filter: grayscale(1);
}

    .newtab .card.active {
        filter: none;
    }



/*=========COLLAPSIBLE==================*/


.newtab.card-deck {
    width: 100%;
}

    .newtab.card-deck .card {
        border: 2px solid green;
    }


@keyframes fadeInRight1 {
    from {
        opacity: 0;
        transform: translateX(-400px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        transform: translateX(-800px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight3 {
    from {
        opacity: 0;
        transform: translateX(-1200px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight4 {
    from {
        opacity: 0;
        transform: translateX(-1600px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOutRight1 {
    from {
        opacity: 1;
        transform: translateX(0px);
    }

    to {
        opacity: 0;
        transform: translateX(1600px);
    }
}

@keyframes fadeOutRight2 {
    from {
        opacity: 1;
        transform: translateX(0px);
    }

    to {
        opacity: 0;
        transform: translateX(1200px);
    }
}

@keyframes fadeOutRight3 {
    from {
        opacity: 1;
        transform: translateX(0px);
    }

    to {
        opacity: 0;
        transform: translateX(800px);
    }
}

@keyframes fadeOutRight4 {
    from {
        opacity: 1;
        transform: translateX(0px);
    }

    to {
        opacity: 0;
        transform: translateX(400px);
    }
}

.aspenMission {
    background: #fff;
    padding: 3rem 0 6rem
}

@media only screen and (max-width: 999px) {
    .new-tab-mobile .card .card-title {
        top: 5%;
        left: 5%;
        font: normal normal bold 2.2rem Lato;
        padding: 0px 10px;
    }

    .newtab .card .card-title {
        font-size: 1.2em;
    }
}


@media screen and (min-width: 1000px) {
    .aspenMission {
        padding: 6rem 0 12rem;
    }
}



.aspenMission__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}



@media screen and (min-width: 576px) {
    .aspenMission__container {
        padding-left: 36px;
        padding-right: 36px;
    }

    .blog .related_list .aspenMission__container {
        padding-left: 18px;
        padding-right: 18px;
    }
}



.aspenMission__wrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}



.aspenMission__title {
    color: #000;
    font-size: 3rem;
    font-weight: 500;
    margin: 0 0 2rem;
    text-align: center;
    text-transform: none
}



@media screen and (min-width: 576px) {
    .aspenMission__title {
        font-size: calc(4vw + 1rem);
        margin: 0 0 3rem
    }
}



@media screen and (min-width: 1200px) {
    .aspenMission__title {
        font-size: 6rem;
        margin: 0 0 4rem
    }
}



.aspenMission__text {
    color: #000;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 3rem;
    max-width: 960px;
    text-align: center
}



@media screen and (min-width: 576px) {
    .aspenMission__text {
        font-size: calc(2vw + 1rem);
        margin: 0 0 4.5rem
    }
}



@media screen and (min-width: 1200px) {
    .aspenMission__text {
        font-size: 3.8rem;
        margin: 0 0 6rem
    }
}



.aspenMission__grid {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr;
    grid-template-areas: "ONE" "TWO" "THREE";
    width: 100%
}



@media screen and (min-width: 576px) {
    .aspenMission__grid {
        grid-template-columns: repeat(4,1fr);
        grid-template-areas: "ONE ONE TWO TWO" ". THREE THREE ."
    }
}



@media screen and (min-width: 1000px) {
    .aspenMission__grid {
        grid-template-columns: repeat(3,1fr);
        grid-template-areas: "ONE TWO THREE";
    }
}



.-ie11Fallbacks .aspenMission__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}



@media screen and (min-width: 1000px) {
    .-ie11Fallbacks .aspenMission__grid {
        flex-wrap: nowrap
    }
}



.-ie11Fallbacks .aspenMission__grid > * {
    flex: 0 1 48%;
    margin-bottom: 15px
}



@media screen and (min-width: 1000px) {
    .-ie11Fallbacks .aspenMission__grid > * {
        flex: 1 1 auto;
        margin-bottom: 0
    }
}



.-ie11Fallbacks .aspenMission__grid > * + * {
    margin-left: 2.4rem
}



.aspenMission__card {
    position: relative;
    width: 100%
}



    .aspenMission__card:before {
        content: "";
        display: inline-block;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 1px
    }



    .aspenMission__card:after {
        background: #0078c9;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 10px
    }



    .aspenMission__card:first-child {
        grid-area: ONE
    }



    .aspenMission__card:nth-child(2) {
        grid-area: TWO
    }



    .aspenMission__card:nth-child(3) {
        grid-area: THREE
    }



    .aspenMission__card:hover .aspenMission__cardButton {
        background: #ffc425;
        color: #003057;
        text-shadow: 3px 0 6px rgba(0,120,201,0)
    }



.aspenMission__cardContent {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 4rem 1.8rem 1.8rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}



.aspenMission__cardTitle {
    flex: 1 1 auto;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 3px 0 6px rgba(0,0,0,.8)
}



@media screen and (min-width: 576px) {
    .aspenMission__cardTitle {
        font-size: calc(3vw + 1.25rem)
    }
}



@media screen and (min-width: 1000px) {
    .aspenMission__cardTitle {
        font-size: 3.6rem
    }
}



.aspenMission__cardLink, .aspenMission__cardLink:focus, .aspenMission__cardLink:hover {
    color: #fff
}



    .aspenMission__cardLink:after {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }



.aspenMission__cardButton {
    align-self: flex-end;
    border: 2px solid #ffc425;
    color: #ffc425;
    font-size: 2.5rem;
    font-weight: 500;
    padding: 1.2rem 2.4rem;
    text-shadow: 3px 0 6px rgba(0,0,0,.9);
    transition: all .3s ease-in-out
}



.aspenMission__cardMedia {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}



.aspenMission__card.-blue .aspenMission__cardScreen {
    background: #0078c9;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0
}



.-ie11Fallbacks .aspenMission__card.-blue .aspenMission__cardScreen {
    opacity: .5
}



.aspenMission__cardImg {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%;
    width: 100%
}


@media screen and (max-width: 991px) {
    .content_tiles .industryTab_desc ul {
        padding: 0;
        list-style-type: none;
        padding-left: 0;
    }

        .content_tiles .industryTab_desc ul li div {
            text-align: left !important;
        }

    #accordion .product-suite-tab-button {
        background: #C5C5C5;
        position: absolute;
        top: 70%;
        left: 25px;
        text-align: center;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        font-size: 14px;
        padding: 8px 30px;
    }

    #accordion .btn-link {
        border-left: 19px solid #C5C5C5;
        position: relative;
        padding: 0;
    }

    #accordion .card-footer {
        padding: 0;
    }

    #accordion button[aria-expanded="true"] {
        border-left-color: #FFC425;
    }

        #accordion button[aria-expanded="true"] .product-suite-tab-button {
            background: #FFC425;
        }
}

/* .fixed-bg-np-nf{
    visibility: hidden;
    display: block !important;
    height: 0;
}

.fixed-bg-np-nf[style="display: block;"] {
    visibility: visible;
    display: block !important;
    height: 100%;
} */

.fixed-bg-np-nf[style="display: none;"] .leftslide .card:nth-child(1) {
    transform: translateX(400%);
}

.fixed-bg-np-nf[style="display: none;"] .leftslide .card:nth-child(2) {
    transform: translateX(300%);
}

.fixed-bg-np-nf[style="display: none;"] .leftslide .card:nth-child(3) {
    transform: translateX(200%);
}

.fixed-bg-np-nf[style="display: none;"] .leftslide .card:nth-child(4) {
    transform: translateX(100%);
}

/* Making heroes sticky */

@media (max-width:1000px) {
    .affix {
        top: 65px !important;
    }
}

.affix {
    position: fixed;
    top: 142px;
    right: 0;
    left: 0;
    z-index: 2;
}


/* Making heroes sticky */


/* recaptcha error */
#recaptcha-error {
    width: max-content;
    color: red;
    display: none;
}

#resource-recaptcha-error {
    width: max-content;
    color: red;
}

.recaptcha-error-show, show-me-as-a-block {
    display: block !important;
}
/* recaptcha error */

/* This class hides an element */
.hide-me-important {
    display: none !important;
}

/* Setting width 100vw for blog-list-module */

.blog-list-module {
    width: 100vw;
}

/* New standardized pinned buttons styles START */



.headerPlaceholder {
    top: 0;
    width: 100%;
    border-top: 3px solid #0078c9;
    padding: 18px 0 6px;
    z-index: 4;
    box-shadow: 0 3px 5px transparent;
    transition: padding-top .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1);
    background-color: #e7f1f8;
    height: 40px;
    position: fixed;
}

@media screen and (min-width: 1000px) {
    .headerPlaceholder {
        top: 0;
        width: 100%;
        border-top: 3px solid #0078c9;
        padding: 27px 0 19px;
        z-index: 4;
        box-shadow: 0 3px 5px transparent;
        transition: padding-top .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1);
        background-color: #e7f1f8;
        height: 93px;
        position: fixed;
    }
}

.heroPlaceholder {
    background-image: url('https://www.aspentech.com/-/media/aspentech/shared-content/products-applications-hero-backgrounds/aspen-mtell_hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
}

.bodyPlaceholder {
    width: 100%;
    height: 1200px;
}

.pinnedButton-button {
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.4pt;
    background: #ffc425;
    color: #000000;
    text-decoration: none;
    height: 43px;
    line-height: 43px;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    white-space: nowrap
}

    .pinnedButton-button.alignCenter {
        text-align: center;
    }

.pinnedButton-buttonPad {
    padding: 0 16px;
}

.pinnedButton-button:hover {
    background: #ffad15;
    color: #000;
}

.pinnedButton-outerWrap {
    position: fixed;
    top: 67px;
    right: 0;
    z-index: 999;
}

    .pinnedButton-outerWrap ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .pinnedButton-outerWrap ul li {
            text-align: left;
            position: relative;
        }

            .pinnedButton-outerWrap ul li.bdrTop {
                border-top: 3px solid #ffffff;
            }

.pinnedButton-toggle {
    width: 28px;
    background: #fae199;
    border-left: 3px solid #ffffff;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.pinnedButton-arrowWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pinnedButton-arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}


.pinnedButton-toggle .pinnedButton-up {
    transition: transform 0.2s ease-in-out;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

    .pinnedButton-toggle .pinnedButton-up.toggle {
        transition: transform 0.2s ease-in-out;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

.showHide {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    background: none;
    width: 100%;
    z-index: 9999;
}

    .showHide.isOpen {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

.pinnedButton-toggle.initDone:hover .pinnedButton-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.pinnedButton-fixed {
    position: fixed;
    top: 67px;
}

/*@media screen and (min-width: 1700px) {
    .pinnedButton-outerWrap {
        position: absolute;
        top: 550px;*/
/*right: 50px;*/
/*}

    .pinnedButton-fixed {
        position: fixed;
        top: 142px;
    }
}*/

/*@media screen and (max-width: 1200px) {
    .pinnedButton-outerWrap {
        position: absolute;
        top: 550px;
    }

    .pinnedButton-fixed {
        position: fixed;
        top: 142px;
    }
}*/

#pinnedButtons {
    position: relative;
}

.pinnedButton-outerWrap {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
}

.pinnedButton-fixed {
    position: fixed;
    top: 142px;
}
/*#pinnedButtons + .cust_ul_list > .aspenMission__container > .box {
        padding-top: 0px;*/ /*removing padding top when there are pinned buttons and screen is 1700px max*/
/*}*/


@media screen and (max-width: 1000px) {
    .pinnedButton-outerWrap {
        position: absolute;
        top: 0px;
        right: 0px;
        float: right;
    }

    .pinnedButton-fixed {
        position: fixed;
        top: 67px;
    }
}

.z-index-99999 {
    z-index: 99999;
}
/*@media screen and (max-width: 370px) {
    .pinnedButton-outerWrap {
        position: relative;
        top: 0px;
        right: 0px;
        float: right;
    }

    .pinnedButton-fixed {
        position: fixed;
        top: 67px;
    }
}

@media screen and (max-width: 327px) {
    .pinnedButton-outerWrap {
        position: relative;
        top: 0px;
        right: 0px;
        float: right;
    }

    .pinnedButton-fixed {
        position: fixed;
        top: 67px;
    }
}*/



/* New standardized pinned buttons styles END */

/* New Video Buttom START */
.watch-video-btn {
    background-color: #000000; /* Black background */
    color: #fff;
    border: none;
    margin-top: 15px;
    padding: 15px 29px 15px 40px;
    font-size: 26px;
    font-family: inherit;
    border-radius: 0; /* No rounding for a flat look */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 33px; /* Space between text and arrow */
    position: relative; /* For the blue bar positioning */
}

@media screen and (max-width: 326px) {
    .watch-video-btn {
        padding: 12px 31px 12px 36px;
        font-size: 23px !important;
    }
}

@media screen and (max-width: 1198px) {
    .watch-video-btn {
        font-size: 24px;
    }
}

.watch-video-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px; /* Width of the blue bar */
    background-color: #0078c9; /* Blue color for the bar */
}

@keyframes slide {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(34px);
        opacity: 0;
    }

    51% {
        transform: translateX(-34px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.arrow-svg {
    margin: 0px 0px -5px 0px;
    position: relative;
}

.watch-video-btn:hover {
    /*background-color: #333333;*/ /* Darker black for hover effect */
}

@media screen and (min-width: 768px) {
    .watch-video-btn:hover .arrow-svg {
        animation: slide 2s ease-in-out infinite;
    }
}

/* New Video Buttom END */

/* Adding utility classes to remove inline styles from views START */
.float-left {
    float: left;
}

.max-width-540 {
    max-width: 540px;
}

.off-white-bg {
    background: #DDDDDD;
}

.color-black-important {
    color: black !important;
}
/* Adding utility classes to remove inline styles from views END */


/* Embedded Forms Styles 2025 - START */


@media only screen and (max-width: 990px) {
    .container-form {
        max-width: none !important;
    }
}

/*==============================================*/
/* placeholder thankyou, case study etc content */
/*==============================================*/
.ebform_csThankYouButton.ebForm_hideOnMobile {
    display: none;
}

.ebform_csContentWrap h1 {
    color: #0078c9;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
}

@media only screen and (min-width: 1400px) {
    .ebform_csContentWrap h1 {
        min-height: 304px;
    }
}

@media only screen and (min-width: 1700px) {
    .ebform_csContentWrap h1 {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 1399px) {
    .ebform_csContentWrap h1 {
        margin-bottom: 26px;
    }
}

.ebform_csThankyouWrap h1 {
    color: #0078c9;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 26px;
}

.ebform_csContentWrap h2,
.ebform_csThankyouWrap h2 {
    font-size: 25px;
    color: #000000;
    text-transform: none;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 23px;
}

.ebform_csContentWrap img {
    width: 100%;
    margin-bottom: 27px;
}

.ebform_csContentWrap p,
.ebform_csContentWrap li {
    font-size: 24px;
}

.ebform_csThankyouWrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    margin: 0 17px;
}

.ebform_csThankYouImage {
    width: 100%;
}

    .ebform_csThankYouImage img {
        margin-bottom: 34px;
        width: 100%;
        height: auto;
    }

    .ebform_csThankYouImage.caseStudy img {
        margin-bottom: 51px;
    }

.ebform_csContentWrap.ebform_webinarRegister img {
    margin-bottom: 38px;
    width: 100%;
}

.ebform_csContentWrap.ebform_webinarRegister h1 {
    margin-bottom: 14px;
    line-height: 1.15;
}

.ebform_csContentWrap.ebform_webinarRegister h2 {
    margin-bottom: 27px;
}

.ebform_csThankYouContent {
    width: 100%;
}

    .ebform_csThankYouContent.caseStudy {
        margin-top: 29px;
    }

@media screen and (max-width: 993px) {
    .ebform_csThankYouContent.caseStudy, div.ebform_csThankYouContent.caseStudy > h2, div.ebform_csThankYouContent.caseStudy > h1 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

.ebform_csThankYouButton {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

    .ebform_csThankYouButton .ebform_submitButton {
        width: 100%;
    }

.ebform_flexBreak {
    flex-basis: 100%;
    height: 0;
}

.ebform_twoColWrap {
    position: relative;
    background: #ffffff;
    display: flex;
    /*flex-direction: column-reverse;*/
    flex-wrap: wrap;
}

.ebform_colLeft {
    width: 100%;
}

.ebform_colLeftAbsolute {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.ebform_csContentWhiteBG {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 43px;
    padding-top: 35px;
    background: #ffffff;
}

.ebform_csContentBlueBG {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 45px;
    padding-top: 43px;
    background: #f6fafd;
}

.ebform_padWrap {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
}

.ebform_colRightHide {
    visibility: hidden;
}

.ebform_hideOnMobile {
    display: none;
}

@media screen and (min-width: 993px) {
    .ebform_csThankYouButton.ebForm_showOnMobile {
        display: none;
    }

    .ebform_csThankYouButton.ebForm_hideOnMobile {
        display: inline-block;
    }




    .ebform_csThankyouWrap {
        background: #f6fafd;
        display: flex;
        flex-wrap: wrap;
        padding: 75px 75px 55px 75px;
        border: 1px solid #95989a;
        border-bottom: 50px solid rgb(0, 120, 201, 0.5);
        margin-bottom: 80px;
    }

    .ebform_csThankYouImage {
        width: 35%;
        margin-bottom: 34px;
    }

    .ebform_csThankYouContent {
        width: 65%;
        padding: 0 40px 0 40px;
    }

        .ebform_csThankYouContent.caseStudy {
            margin-top: 0;
        }

    .ebform_csThankyouWrap h1 {
        font-size: 95px;
        margin-top: -18px;
        max-width: 600px;
    }

    .ebform_csThankYouContent.caseStudy h1 {
        font-size: 95px;
        max-width: 600px;
    }

    .ebform_csThankYouButton {
        justify-content: flex-start;
    }

    .ebform_twoColWrap {
        display: flex;
        flex-direction: row;
    }

    .ebform_colLeft,
    .ebform_colLeftAbsolute {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        position: relative;
    }

    .ebform_colRight {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        background: #ffffff;
    }

    .ebform_showOnMobile {
        display: none;
    }

    .ebform_hideOnMobile {
        display: inline-block;
    }

    .ebform_colRightHide {
        visibility: visible;
    }

    .ebform_desktopFlex {
        display: flex;
    }

    .ebform_desktopFlexImg {
        width: 35%;
        margin-right: 3%;
    }

    .ebform_desktopFlexCopy {
        width: 62%;
    }

    .ebform_csContentBlueBG {
        display: none;
    }
}

/*============================================*/
/*    class added to fade on click            */
/*============================================*/
.ebform_fade {
    /*opacity: 40%;*/
}

/*============================================*/
/*            top copy wrap                   */
/*============================================*/
.ebform_formOuterWrap {
    width: 100%;
    padding: 0 26px;
    background: #f6fafd;
}

.ebform_formInnerWrap {
    width: 100%;
    padding-bottom: 30px;
}

.ebform_formCopy {
    padding-top: 26px;
    padding-bottom: 26px;
}

    .ebform_formCopy h2 {
        font-size: 22px;
        color: #003057;
        text-transform: none;
        font-weight: 500;
        margin: 0 0 11px;
    }

/*============================================*/
/*           form + field styles              */
/*============================================*/
.ebform {
    padding: 36px 0;
}

.ebform_formWrap {
    display: flex;
    flex-wrap: wrap;
}

.ebform_input-container {
    position: relative;
    height: 55px;
    border: 1pt solid #95989a;
    border-radius: 0;
    overflow: hidden;
    transition: border-color 0.3s;
    margin-bottom: 21px;
    background: #ffffff;
}

    .ebform_input-container:focus-within {
        border-color: #003057;
    }

    /* border color - error, no input */
    .ebform_input-container.ebform_noinput {
        border-color: #fa0808;
    }

    .ebform_input-container.thirdWidth,
    .ebform_input-container.fiftyWidth,
    .ebform_input-container.twoThirdWidth,
    .ebform_input-container.fullWidth,
    .ebform_input-container.twoColWidth,
    .ebform_input-container.threeColWidth,
    .ebform_input-container.fourColWidth,
    .ebform_input-container.fiveColWidth,
    .ebform_input-container.sevenColWidth,
    .ebform_input-container.eightColWidth {
        width: 100%;
    }




.ebform_form-label {
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 14px;
    font-size: 26px;
    color: #95989a;
    pointer-events: none;
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
    font-weight: 400;
    width: 90%;
    line-height: 32px;
}

.ebform_input-container.ebform_tall .ebform_form-label {
    top: 23px;
}

.ebform_input-container input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 21px;
    color: #95989a;
    padding: 25px 0 6px 14px;
    outline: none;
    background: transparent;
    border: 0;
}

/*============================================*/
/*          text area/editable div            */
/*============================================*/
.ebform_input-container.ebform_textareaWrap {
    background: #5b7f95;
    min-height: 140px;
    height: auto;
    border: 0;
    margin-top: 0px;
    margin-bottom: 19px;
}

    .ebform_input-container.ebform_textareaWrap label {
        color: #ffffff;
    }

    .ebform_input-container.ebform_textareaWrap textArea {
        display: none;
    }

        .ebform_input-container.ebform_textareaWrap textarea:focus {
            outline: none;
            border: none;
        }

    .ebform_input-container.ebform_textareaWrap .textAreaDiv {
        color: #ffffff;
        background: transparent;
        border: 0;
        margin-top: 10px;
        min-height: 80%;
        /*Luis Edit adding 14px to the right*/
        padding: 22px 14px 3px 14px;
        width: 100%;
        font-size: 24px;
    }

        .ebform_input-container.ebform_textareaWrap .textAreaDiv:focus {
            outline: none;
            border: none;
        }

/*============================================*/
/*          select/custom arrows              */
/*============================================*/
.ebform-selectWrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

    /* Remove default styles of the select */
    .ebform-selectWrap select {
        position: absolute;
        bottom: 0px;
        left: 4px;
        width: 100%;
        height: 100%;
        font-size: 21px;
        color: #95989a;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: transparent;
        padding: 10px 40px 10px 10px;
        width: 100%;
        cursor: pointer;
        outline: none;
    }

/* start select wrap arrow  */
.ebform-arrowWrap {
    width: 20px;
    height: 20px;
    align-self: center;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ebform-arrow {
    border: solid #95989a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
}

    .ebform-arrow.ebform-up {
        transition: transform 0.2s ease-in-out;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

        .ebform-arrow.ebform-up.toggle {
            transition: transform 0.2s ease-in-out;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }

/*============================================*/
/*     focus - shrink & move label            */
/*============================================*/
.ebform_input-container:focus-within .ebform_form-label,
.ebform_input-container:has(input:not(:placeholder-shown)) label {
    font-size: 16px;
    top: 0;
}

.ebform_input-container.ebform_tall:focus-within .ebform_form-label,
.ebform_input-container.ebform_tall:has(input:not(:placeholder-shown)) label {
    top: 2px;
}

.ebform_input-container.ebform_textareaWrap:focus-within .ebform_form-label {
    font-size: 16px;
    top: 0;
}

.ebform_input-container.ebform_textareaWrap.ebform_hascontent
.ebform_form-label {
    font-size: 16px;
    top: 0;
}

/* hide label when field is select */
.ebform_input-container:has(select) label {
    display: none;
}

/*============================================*/
/*         Checkboxes                         */
/*============================================*/

.ebform_checkbox-container {
    margin-top: 0px;
}

    .ebform_checkbox-container h3, .ebform_expert-checkbox-container h3 {
        font-size: 20px;
        color: #95989a;
        pointer-events: none;
        font-weight: 400;
        margin-left: 19px;
        display: block;
        padding-top: 15px;
    }

.ebform_checkboxOuterWrap {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.ebform_checkboxInnerWrap {
    width: auto;
    display: flex;
    margin-left: 40px;
    align-items: center
}

.square-box {
    min-width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid black;
    margin-top: -2px;
    margin-left: 10px;
}

.square-box-red {
    min-width: 25px;
    height: 25x;
    display: inline-block;
    border: 3px solid red;
    margin-top: -2px;
    margin-left: 10px;
}

.square-box-black {
    background-color: black;
}

.square-checkbox {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid black;
    margin-top: -2px;
    margin-left: 15px;
}

.square-checkbox-red {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 3px solid red;
    margin-top: -2px;
    margin-left: 10px;
}

span.ebform_checkboxInnerWrap {
    float: right;
}

.ebform_checkboxInnerWrap > input {
    width: 32px;
    height: 32px;
    border: 1px solid #707070;
    margin: 0 26px 0 10px;
}

.ebform_checkboxInnerWrap > label {
    font-size: 20px;
    color: #95989a;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

    .ebform_checkboxInnerWrap > label > img,
    .ebform_csContentWrap.ebform_webinarRegister
    .ebform_checkboxInnerWrap > label > img {
        display: inline-block;
        padding: 0px;
        height: 30px;
        width: 30px;
        border: 1pt solid #707070;
        background: #ffffff;
        margin-top: -2px;
        margin-left: 6px;
        margin-bottom: 0;
    }

    .ebform_checkboxInnerWrap > label > input {
        visibility: hidden;
    }

        .ebform_checkboxInnerWrap > label > input:checked + img {
            background: #000;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 25px 25px;
        }

.ebform_expert-checkbox-container-InnerWrap {
    display: flex;
    align-items: center;
}

    .ebform_expert-checkbox-container-InnerWrap > .talk-to-expert-checkbox {
        display: none;
    }

/*============================================*/
/*         Captcha and Submit                 */
/*============================================*/
.ebform_submit-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.mobile-view-btn {
    margin-bottom: 41px;
    display: none;
}

@media (max-width: 993px) {
    .mobile-view-btn {
        display: flex;
    }
}


.ebform_submit-container-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ebform_captcha {
    width: 100%;
    max-width: 315px;
}

    .ebform_captcha.centerSubmitButton {
        width: 0px;
    }

.ebform_submitWrap {
    margin-top: 26px;
    width: 100%;
    text-align: center;
    /*margin-left: 10px;*/
}

.ebform_submitButton {
    display: inline-block;
    width: 90%;
    background: #0078c9;
    border: 1pt solid #0078c9;
    color: #ffffff;
    padding: 12px 0 13px 0;
    line-height: 1;
    font-size: 22px;
    max-width: 365px;
    margin: 0 auto;
    transition: background-color 0.6s ease; /* Transition duration and easing function */
}

    .ebform_submitButton.submitting {
        display: inline-block;
        width: 90%;
        background: #d5dfe4;
        border: 1pt solid #003057;
        color: #003057;
        padding: 12px 0 13px 0;
        line-height: 1;
        font-size: 22px;
        max-width: 365px;
        margin: 0 auto;
        transition: background-color 0.6s ease; /* Transition duration and easing function */
    }

    .ebform_submitButton.click-here {
        font-size: 24px;
        margin-top: 25px;
    }

    .ebform_submitButton:hover {
        background: #ffffff;
        color: #0078c9;
    }

    .ebform_submitButton.submitting:hover {
        background: #d5dfe4;
        color: #003057;
    }





@media screen and (min-width: 900px) {
    .ebform_form-label {
        font-size: 21px;
    }
}

@media screen and (min-width: 1000px) {
    .ebform_formOuterWrap {
        border-left: 4px solid #127ac6;
    }
}

@media screen and (min-width: 1400px) {
    /*@container outerWrap (min-width: 700px){*/
    /*.ebform_formCopy {
        padding-top: 13px;*/
    /*Luis Edit*/
    /*padding-bottom: 0px;
    }*/

    .ebform_formCopy h2 {
        margin: 0 0 10px;
    }

    .ebform_input-container.ebform_textareaWrap {
        margin-top: 7px;
        min-height: 88px;
    }

    /* margin/spacing of form fields */
    .ebform_input-container-left {
        margin-right: 5px;
    }

    .ebform_input-container-right {
        margin-left: 5px;
    }

    .ebform_input-container-center {
        margin: 0 5px;
    }







    /* 1/3 width - 44px larger than 1/3 - 6px margin +44px width = 38px */

    .ebform_input-container.thirdWidth {
        width: calc((100% / 3) + 38px);
    }

    .ebform_input-container.fiftyWidth {
        width: calc(50% - 6px);
    }

    /* 2/3 width - 44px smaller than 2/3 - 6px margin -44px width = -50px */
    .ebform_input-container.twoThirdWidth {
        width: calc(((100% / 3) * 2) - 50px);
    }

    .ebform_input-container.fullWidth {
        width: 100%;
    }


    .ebform_input-container.twoColWidth {
        width: calc((2 / 12 * 100%) - 10px);
    }

    .ebform_input-container.threeColWidth {
        width: calc((3 / 12 * 100%) - 10px);
    }

    .ebform_input-container.fourColWidth {
        width: calc((4 / 12 * 100%) - 5px);
    }

    .ebform_input-container.fiveColWidth {
        width: calc((5 / 12 * 100%) - 5px);
    }

    .ebform_input-container.sevenColWidth {
        width: calc((7 / 12 * 100%) - 5px);
    }

    .ebform_input-container.eightColWidth {
        width: calc((8 / 12 * 100%) - 5px);
    }





    .ebform_checkbox-container {
        margin-top: 11px;
    }

        .ebform_checkbox-container h3 {
            margin-left: 14px;
        }

    .ebform_expert-checkbox-container {
        margin-top: 15px;
    }

        .ebform_expert-checkbox-container h3 {
            margin-left: 14px;
        }

        .ebform_expert-checkbox-container h3 {
            margin-left: 14px;
        }

    .ebform_checkboxInnerWrap {
        margin-left: 68px;
    }

    .ebform_submit-container-inner {
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
    }

    .ebform_captcha {
        width: 315px;
        max-width: none;
        margin-right: 2%;
    }

    .ebform_submitWrap {
        margin-top: 0px;
        margin-bottom: 35px;
        /*width: 40%;*/
    }

        .ebform_submitWrap input, .ebform_formInnerWrap span {
            /*width: 100%;*/
            /*max-width: 252px;*/
            cursor: pointer;
        }

    .ebform_csContentWrap img {
        width: 40%;
        max-width: 396px;
        float: left;
        margin: 0 20px 0px 0;
    }
}

.ebform_newsletter {
    width: 100%;
}

.ebform_newsletter-checkbox {
    font-size: 20px !important;
}

.ebform_newsletter-checkbox-Wrap {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 68px;
}

.ebform_receive-email-label {
    padding-right: 10px;
}


.tkmain {
    border: black 1px solid;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
    background-color: #f6fafd;
    padding: 0;
}

.tksizing {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
}

.tktext {
    padding-left: 20px;
    padding-right: 200px;
}

@media (max-width: 992px) {
    .tktext {
        padding-right: 20px;
    }
}

.tktitle {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 50px;
    color: #0078c9;
}

@media (max-width: 576px) {
    .tktitle {
        font-size: 30px;
    }
}

.tkprgh {
    /*font-weight: 700;*/
    font-size: 24px;
}

.tkdate {
    font-weight: 600;
}

.tkbold {
    font-weight: 900;
}

.tkbutton {
    background-color: #0078c9;
    border-radius: 0px !important;
    width: 200px;
    font-size: 18px;
    transition: background-color 0.5s ease, color 0.5s ease;
}

    .tkbutton:hover {
        background-color: white;
        color: #0078c9;
    }

.tkfooter {
    background-color: #80bce4;
    height: 30px;
}

/* Embedded Forms Styles 2025 - END */
/*for chrome and edge autofill issues - START*/
input:-webkit-autofill {
    transition: background-color 0s 9999s;
    -webkit-text-fill-color: #95989a;
}
/*for chrome and edge autofill issues - END*/

/*for firefox autofill issues just in case - START*/
input:autofill {
    color: #95989a;
}
/*for firefox autofill issues just in case - END*/

.ebform, .ebform_csThankyouWrap {
    transition: opacity 1s;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

.spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-backdrop.fade.show {
    opacity: 0.5;
}

.gdpr-header {
    font-size: 22px;
    color: #003057;
    text-transform: none;
    font-weight: 500;
    margin: 0 0 11px;
}

.gdpr-description {
}


#top-form-element {
    scroll-margin-top: 45px;
}
