html {
    font-size: 10px;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    padding: 0;
}

h1,
.h1 {
    font-size: 5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

h2 {
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 200 !important;
    line-height: 1.16em;
    color: #1C355E;
}

h3 {
    font-size: 3.1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 200 !important;
    color: #1C355E;
}

h4 {
    font-size: 2.5rem;
    font-weight: 200 !important;
    font-family: 'Poppins', sans-serif;
}

.bg-white h1, 
.bg-offwhite h1,
.bg-white h2, 
.bg-offwhite h2, {
    color: #1C355E !important;
    font-weight: 200;
}

.bg-blue h1,
.bg-blue h2 {
    color: #fff !important;
    font-weight: 200;
}
.bg-blue h4,
.bg-blue .mktoHtmlText {
    color: #fff !important;  
} 

p,
.module-accordion .card p {
    font-size: 1.86rem;
    font-family: 'Poppins', sans-serif;
}

p a,
.module-accordion .card p a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

p a:hover,
.module-accordion .card p a:hover {
    color: #2E7E83;
}

.parent-pageid-1077 .link-1 {
    border-bottom: 2px solid #2F8C93;
}

.pageid-658 .link-1,
.parent-pageid-658 .link-1 {
    border-bottom: 2px solid #2F8C93;
}

.page-id-678 .nav-item-2,
.parent-pageid-678 .nav-item-2 {
    border-bottom: 2px solid #2F8C93;
}

.page-id-1022 .nav-item-3,
.parent-pageid-1022 .nav-item-3 {
    border-bottom: 2px solid #2F8C93;
}

.page-id-832 .nav-item-4,
.parent-pageid-832 .nav-item-4 {
    border-bottom: 2px solid #2F8C93;
}

.page-id-2261 .nav-item-5,
.page-id-687 .nav-item-5,
.parent-pageid-687 .nav-item-5 {
    border-bottom: 2px solid #2F8C93;
}

.page-id-998 .nav-item-6,
.parent-pageid-998 .nav-item-6 {
    border-bottom: 2px solid #2F8C93;
}

.module ul,
.module li {
    font-size: 1.86rem;
    font-family: 'Poppins', sans-serif;
}

.module ul a,
.module li a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}

.module ul a:hover,
.module li a:hover {
    color: #2E7E83;
}

.module ul {
    margin: 2rem 0rem;
}

a {
    cursor: pointer;
}

.display-1 {
    font-weight: 800;
    font-size: 7.4em;
}

.display-2 {
    font-weight: 800;
    font-size: 6.3em;
}

.btn,
form .gform_button,
.gform_wrapper form .gform_button {
    border-radius: 3rem;
    font-size: 2.2em;
    padding: 1.5rem 4rem;
    border: none;
    transition-duration: .25s;
    font-weight: 600;
    cursor: pointer;
}

.btn:hover,
form .gform_button:hover {
    cursor: pointer;
}

.footer-container .btn {
    padding-left: 0;
    padding-right: 0;
}

.btn-primary,
form .gform_button,
.gform_wrapper form .gform_button {
    background: #F4C55C;
    color: #000000;
    font-size: 1.59rem;
}

.btn-primary:hover,
form .gform_button:hover {
    background-color: #fff !important;
    box-shadow: inset 0 0 0 4px #F4C55C;
    color: #000;
}

.btn-yellow,
.bg-blue .btn,
.module-alert-banner .btn,
.module-pull-quote .btn,
.module-statistic .btn,
.bg-blue form .gform_button,
form .bg-blue .gform_button,
.module-alert-banner form .gform_button,
form .module-alert-banner .gform_button,
.module-pull-quote form .gform_button,
form .module-pull-quote .gform_button,
.module-statistic form .gform_button,
form .module-statistic .gform_button {
    background: #F4C55C;
    color: #000;
    font-size: 1.59rem;
}

.btn-yellow:hover,
.bg-blue .btn:hover,
.module-alert-banner .btn:hover,
.module-pull-quote .btn:hover,
.module-statistic .btn:hover,
.bg-blue form .gform_button:hover,
form .bg-blue .gform_button:hover,
.module-alert-banner form .gform_button:hover,
form .module-alert-banner .gform_button:hover,
.module-pull-quote form .gform_button:hover,
form .module-pull-quote .gform_button:hover,
.module-statistic form .gform_button:hover,
form .module-statistic .gform_button:hover {
    background-color: #fff !important;
    box-shadow: inset 0 0 0 4px #F4C55C;
    color: #000;
}


.table {
    display: table;
}

.table>* {
    display: table-row;
}

.table>*>* {
    display: table-cell;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

@media (min-width: 640px) {

    .table-lg {
        display: table;
    }

    .table-lg>* {
        display: table-row;
    }

    .table-lg>*>* {
        display: table-cell;
    }

}

@media (max-width: 640px) {

    .table-sm {
        display: table;
    }

    .table-sm>* {
        display: table-row;
    }

    .table-sm>*>* {
        display: table-cell;
    }

}


.text-cta {
    color: #2E7E83;
    cursor: pointer;
    text-decoration: underline;
    padding-right: 2rem;
    margin-right: 2rem;
    font-size: 1.8rem;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.text-cta:after {
    content: '>';
    position: absolute;
    background-repeat: no-repeat;
    height: 30px;
    right: 0px;
    font-size: 2.4rem;
    top: -3px;
}

.postid-5634 .text-cta:after {
    content: '>';
    position: absolute;
    background-repeat: no-repeat;
    height: 30px;
    right: 0px;
    font-size: 2.4rem;
    top: 0px;
}

.text-cta:hover {
    color: #000;
    cursor: pointer;
}

.postid-5635 .module-card .text-cta:after {

    top: 1px;
}

.text-cta-box {
    display: inline-block;
}

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

.text-link:hover {
    font-weight: 500;
}

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

.search-results .content-area h1 {
    font-size: 4.2rem;
}

.search-results .content-area h4 {
    font-size: 2.13rem;
}

.search-results .content-area a {
    color: #2E7E83;
}

.search-results .content-area .result-item {
    margin: 1rem 0rem 2rem;
}

.flex {
    display: flex !important;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex.align-center {
    align-items: center;
}

.flex.justify-between {
    justify-content: space-between;
}

.flex.justify-around {
    justify-content: space-around;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Blog page */
.editors-pick {
    margin-top: 40px;
    cursor: pointer;
}

.editors-pick h4 {
    font-size: 19px;
    margin-bottom: 10px;
}

.editors-pick h3 {
    padding-top: 10px;
    padding-bottom: 15px;
}
}

.editors-pick h3:after {
    padding: 0px 10px;
    border-radius: 50%;
    background-color: #2E7E83;
    content: ">";
    font-size: 35px;
    color: #fff;
    position: relative;
    margin-left: 30px;
    top: -35px;
    float: right;

}

.editors-pick img {
    width: 100%;
}

.editors-pick a {
    text-decoration: none;
    color: #000;
}

.editors-pick .featured-overlay-ribbon {
    background-color: #2E7E83;
    color: #fff;
    position: relative;
    top: -70px;
    display: inline-block;
}

.editors-pick .featured-overlay-ribbon p {
    margin-left: 10px;
    padding-top: 8px;
    padding-right: 15px;
}

.blog-overlay-ribbon {
    background-color: #2E7E83;
    color: #fff;
    position: relative;
    top: -41px;
    display: inline-block;
}

.blog-overlay-ribbon p {
    margin-left: 10px;
    padding-top: 8px;
    padding-right: 15px;
}

.module.spacing-Default.blog_form {
    padding: 0px !important;
}

.blog_form_wrapper {
    display: flex;
    max-width: 1030px;
}

.blog_form_wrapper.gform_wrapper h3 {
    text-align: left;
    margin-top: 57px;
    text-align: left;
    font-size: 18px;
    min-width: 350px;
}

.blog_form_wrapper .mktoFieldDescriptor {
    margin-left: 10px;
    margin-right: 10px;
}

.blog_form_wrapper form.mktoForm .mktoFormRow {
    z-index: 50;
    position: relative;
}

.blog_form_wrapper form.mktoForm .mktoButtonRow {
    padding-top: 0px;
    position: absolute;
    text-align: right;
    top: 51px;
    left: 129px;
}

.blog_form_wrapper form.mktoForm input::-webkit-input-placeholder {
    font-size: 17px;
}

.blog_form_wrapper form.mktoForm {}

.blog_form_wrapper .mktoHtmlText {
    position: relative;
    left: -350px;
    top: 95px;
}

.module-form.blog_form .privacy-notice {
    font-size: 1.29rem;
    text-align: right;
    margin-right: 31px;
    top: -20px;
    position: relative;
}

@media (max-width: 1200px) {
    .blog_form_wrapper form.mktoForm .mktoButtonRow {
        padding-top: 20px;
        position: relative;
        text-align: center;
        top: unset;
        left: unset;
        margin-left: 10px;
    }

}

@media (max-width: 640px) {
    .blog_form_wrapper {
        display: block;
    }

    .blog_form_wrapper.gform_wrapper h3 {
        text-align: center;
    }

    .module-form.blog_form .privacy-notice {
        font-size: 1.29rem;
        text-align: center;
        padding-left: 10px;
        position: relative;
        right: -20px;
    }

    .blog_form_wrapper .mktoHtmlText {
        position: relative;
        left: unset;
        top: unset;
    }
}

.blog_form_wrapper form.mktoForm .mktoButtonRow button {
    background: #F4C55C;
    color: #fff;
    font-size: 1.59rem;
    padding: 1.5rem 4rem;
    content: 'Sign up';
}

.trending-posts-wrapper {}

.trending-posts {
    background-color: #F4F4F4;
    padding: 20px;
}

.trending-posts .trending-posts-card {
    background-color: #fff;
    margin-top: 30px;
    display: flex;
}

.trending-posts .trending-posts-card p {
    font-size: 14px;
}

.trending-posts .trending-posts-card img {
    width: 120px !important;
    margin-right: 20px;
}

.trending-posts .trending-copy {
    padding-top: 10px;
    padding-right: 5px;
}

.trending-posts .trending-posts-card p.trending-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.trending-posts .trending-posts-card p.trending-category {
    font-size: 12px;
}

.trending-posts a {
    text-decoration: none;
    color: #000;
}

/* Competitor table */

.comp-table table {
    border-collapse: separate;
    width: 100%;
    display: block;
    overflow: auto;
    table-layout: fixed;
    border-spacing: 0;
}

.comp-table td,
.comp-table th {
    text-align: left;
    padding: 8px;
    position: relative;
    z-index: 10;
}

.comp-table td {
    border-left: 1px solid #eee;
    text-align: center;
}

.comp-table th {
    border-right: 1px solid #eee;
    font-weight: 300;
    position: relative;
    height: 160px;
}

.comp-table th div {
    position: relative;
    transform: rotate(-90deg);
    top: 40px;

}

.comp-table th strong {
    font-weight: 600;
}

.comp-table img {
    width: 20px;
}

.comp-table tr {
    height: 70px;
}

.comp-table tr:nth-child(even) td {
    background-color: #eee;
}

.comp-table tr:nth-child(odd) td {
    background-color: #fff;
}

.comp-table td {
    width: 50px;

    border-right: 1px solid #eee;
}

.comp-table td:nth-child(1) {
    border-left: 0px solid #eee;
    width: 130px;
    color: #2E7E83;
    position: sticky;
    left: 0;
    z-index: 100;
    text-align: left;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.comp-table td:nth-child(2) {
    position: sticky;
    left: 107px;
    z-index: 100;
}

.comp-table th:nth-child(2) {
    position: sticky;
    left: 107px;
    z-index: 100;

}

.privacy-notice-wrapper {
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

/* Marketo form */
.mktoLabel {
    display: none;
}

form.mktoForm {
    margin: 0 auto;
    width: auto !important;
    margin: 50px 0 25px 0;
}

form.mktoForm .mktoFormRow {
    display: flex;
    justify-content: space-between;
}

form.mktoForm .mktoFormCol {
    width: 50%;
}

form.mktoForm .mktoFieldWrap,
form.mktoForm .mktoField {
    width: 100% !important;
    line-height: normal !important;
}

form.mktoForm .mktoGutter,
form.mktoForm .mktoOffset {
    height: 1px;
}

form.mktoForm .mktoFormRow .mktoFormCol:first-child {
    padding-right: 1vw;
}

.module-form form.mktoForm .mktoFormRow .mktoFormCol:first-child {
    padding-right: 0;
}


form.mktoForm .mktoFormRow .mktoFormCol:last-child {
    padding-left: 1vw;
}

form.mktoForm .mktoButtonRow {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

form.mktoForm .mktoButtonWrap {
    margin: 0 !important;
    padding: 0;
}

form.mktoForm .mktoButton {
    background: #F4C55C;
    color: #000;
    border: none;
    border-radius: 3rem;
    font-size: 2.13rem;
    padding: 1rem 3rem;
    font-weight: 600;
    transition: all 400ms;
}

form.mktoForm .mktoButton:hover {
    background-color: #fff !important;
    box-shadow: inset 0 0 0 4px #F4C55C;
    color: #000;
}

.privacy-notice.link {
    text-align: center;
}

/* for demo page form */
.hero-form form.mktoForm {
    margin: 40px 0 25px 0;
}

.hero-form form.mktoForm input,
.hero-form form.mktoForm select {
    font-size: 1.59rem !important;
}

.hero-form form.mktoForm #Country {
    width: calc(200% + 2vw) !important;
}

.hero-form form.mktoForm .mktoButton {
    background: #F4C55C;
    color: #000;
    border: none;
    font-size: 1.59rem;
    padding: 1.5rem 4rem;
}

.hero-form form.mktoForm .mktoButton:hover {
    color: #fff;
}

/* for form on blog page */
.page-template-template-blog form.mktoForm .mktoButton,
.blog form.mktoForm .mktoButton {
    background: #F4C55C;
    border: none;
    font-size: 1.59rem;
    padding: 1.5rem 4rem;
}

.privacy-notice.link a {
    color: #fff;
}

.px-child-20>* {
    padding-left: 20px;
    padding-right: 20px;
}

.px-child-30>* {
    padding-left: 30px;
    padding-right: 30px;
}

.px-child-20>* {
    padding-left: 20px;
    padding-right: 20px;
}

.px-child-inner>*:first-child {
    padding-left: 0px;
}

.px-child-inner>*:last-child {
    padding-right: 0px;
}

@media (max-width: 768px) {

    .px-child-sm-0>* {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .px-child-sm-10>* {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-child-sm-2vw>* {
        padding-left: 2vw !important;
        padding-right: 2vw !important;
    }

    .px-child-sm-4vw>* {
        padding-left: 4vw !important;
        padding-right: 4vw !important;
    }

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

@media screen and (max-width: 640px) {
    form.mktoForm .mktoFormRow {
        flex-direction: column;
    }

    form.mktoForm .mktoFormCol,
    form.mktoForm .mktoButton {
        width: 100%;
    }

    .hero-form form.mktoForm #Country {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 10px;
    }

    body {
        padding: 0;
    }

    h1,
    .h1 {
        font-size: 6.3em;
    }

    h2 {
        font-size: 5.3em;
    }

    h3 {
        font-size: 3.1em;
    }

    p,
    .module-accordion .card p {
        font-size: 1.8em;
    }

    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 3.2em !important;
    }

    h2 {
        font-size: 3.2em;
    }

    h3 {
        font-size: 3.1em;
    }

    p,
    .module-accordion .card p {
        font-size: 1.8em;
    }

    .row {
        margin: auto;
    }

    .text-cta-box {
        display: block;
    }
}

.no-style,
.ot-sdk-show-settings {
    background: none;
    border: none !important;
    padding: 0px !important;
    outline: none;
    font-size: inherit !important;
    color: #000 !important;
    display: inline-block;
}

.no-style:hover,
.ot-sdk-show-settings:hover {
    color: #2E7E83 !important;
    background-color: transparent !important;
}

/*@import './transitions.scss';
@import './style.scss';
@import './views.scss';
@import './components.scss';
@import './vendors/tiny-slider.scss';*/
.module {
    padding: 11rem 0;
}

.bg-white {
    background: #fff;
    color: #000;
}

.bg-white .text-cta {
    color: #2E7E83;
}

.bg-white .text-cta:after {
    content: '>';
    position: absolute;
    background-image: unset;
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: -8%;
}

.bg-offwhite {
    background: #f2f2f2;
    color: #000;
}

.bg-offwhite .text-cta {
    color: #2E7E83;
}

.bg-offwhite .text-cta:after {
    content: '>';
    position: absolute;
    background-image: unset;
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: -15%;
}

.bg-yellow {
    background: #1C355E;
    color: #000;
}

.bg-yellow .text-cta {
    color: #000;
}

.bg-yellow .text-cta:after {
    content: '';
    position: absolute;
    background-image: url(../svg/black-arrow.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: 25%;
}

.bg-lt-yellow {
    background: #FCD1A0;
    color: #000;
}

.bg-lt-yellow .text-cta {
    color: #000;
}

.bg-lt-yellow .text-cta:after {
    content: '';
    position: absolute;
    background-image: url(../svg/black-arrow.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: 25%;
}

.bg-purple {
    background: #95659D;
    color: #fff;
}

.bg-purple .text-cta {
    color: #fff;
}

.bg-purple .text-cta:after {
    content: '';
    position: absolute;
    background-image: url(../svg/white-arrow.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: 25%;
}

.bg-lt-purple {
    background: #C9ACCE;
    color: #000;
}

.bg-lt-purple .text-cta {
    color: #000;
}

.bg-lt-purple .text-cta:after {
    content: '';
    position: absolute;
    background-image: url(../svg/black-arrow.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: 25%;
}

.bg-blue,
.module-alert-banner {
    background: #1C355E;
    color: #fff;
}

.bg-blue .btn,
.module-alert-banner .btn,
.module-statistic .btn,
.bg-blue form .gform_button,
form .bg-blue .gform_button,
.module-alert-banner form .gform_button,
form .module-alert-banner .gform_button,
.module-pull-quote form .gform_button,
form .module-pull-quote .gform_button,
.module-statistic form .gform_button,
form .module-statistic .gform_button {
    font-weight: 600;
}

.bg-blue .text-cta,
.module-alert-banner .text-cta,
.module-statistic .text-cta {
    color: #fff;
}

.bg-blue .text-cta:after,
.module-alert-banner .text-cta:after,
.module-statistic .text-cta:after {
    content: '';
    position: absolute;
    background-image: url(../svg/white-arrow.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: 25%;
}

.bg-lt-blue {
    background: #f2f2f2;
}

.bg-lt-blue .text-link {
    color: #000;
}

.bg-lt-blue .text-cta {
    color: #000;
}

.bg-lt-blue .text-cta:after {
    content: '';
    position: absolute;
    background-image: url(../svg/black-arrow.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 30px;
    right: 0px;
    top: 25%;
}

.col-md-five {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-five {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .lg-hide {
        display: none !important;
    }
}

.module.spacing-Default {
    padding: 7rem 0 !important;
}

.module.spacing-0x-0x {
    padding: 1px 0px 1px;
}

.module.spacing-0x-2x {
    padding: 1px 0px 70px;
}

.module.spacing-1x-0x {
    padding: 35px 0px 1px;
}

.module.spacing-1x-1x {
    padding: 35px 0px 35px;
}

.module.spacing-1x-2x {
    padding: 35px 0px 70px;
}

.module.spacing-1x-3x {
    padding: 35px 0px 105px;
}

.module.spacing-1x-4x {
    padding: 35px 0px 140px;
}

.module.spacing-2x-0x {
    padding: 70px 0px 1px;
}

.module.spacing-2x-1x {
    padding: 70px 0px 35px;
}

.module.spacing-2x-2x {
    padding: 70px 0px 70px;
}

.module.spacing-3x-3x {
    padding: 105px 0px 105px;
}

.module.spacing-2x-1x {
    padding: 70px 0px 35px;
}

.module.spacing-3x-1x {
    padding: 105px 0px 35px;
}

.module.spacing-4x-0x {
    padding: 140px 0px 0px;
}

.module.spacing-4x-1x {
    padding: 140px 0px 35px;
}

@media (max-width: 768px) {
    .module {
        padding: 7rem 0;
    }
}

/* Pages */
.newsroom h4 {
    font-size: 2.13rem;
}

.newsroom .listing {
    padding-left: 0px;
}

.newsroom form {
    margin: 1rem 0rem 3rem;
}

.newsroom .pagination {
    padding-left: 0rem;
    font-size: 1.86rem;
    color: #2E7E83;
}

.newsroom .pagination a {
    font-size: 1.86rem;
    color: #2E7E83;
    display: inline-block;
    padding: 0 .5rem;
}

.newsroom .pagination .current {
    color: #EC1D31;
}

.newsroom .pagination h2 {
    display: none;
}

.module.spacing-Default.newsroom-archive {
    padding-bottom: 0px !important;
}

.newsroom-archive .archive-news .btn-group {
    display: block;
}

@media (max-width: 768px) {
    .newsroom-archive .archive-news .btn-group {
        display: inline-flex;
    }
}

.news-archive .module-logos .logos {
    align-items: center;
}

.news-archive .btn-group .btn.btn-secondary {
    border-radius: 0;
    color: #AAA;
    font-weight: 400;
    background-color: #F4F4F4;
    margin: 5px;
    height: 46px;
    line-height: 18px;
}

.news-archive .btn-group .btn.btn-secondary:active {
    background-color: #2E7E83;
    color: fff;
}

.news-archive .btn-group .btn.btn-secondary.active {
    background-color: #2E7E83;
    color: #fff;
}

.news-archive .btn-group .btn.btn-secondary {
    border-radius: 0;
}

.news-archive .module-tabbed-content .nav-item {
    width: auto;
}


.news-archive .module-tabbed-content {
    background-color: #F4F4F4;
}

.news-archive .nav-tabs .nav-link.active {
    color: #fff;
    left: 10px;
}

.news-archive .nav-tabs .nav-link.active span {
    position: absolute;
    content: "";
    background-image: url(../svg/dropdown.svg);
    height: 12px;
    width: 12px;
    margin-left: 6px;
    font-weight: 300;
    top: 28px;
    background-size: 12px 12px;
}

.news-archive .archive-news {
    padding-top: 60px;
}

@media (max-width: 1160px) {
    .news-archive .module-tabbed-content .nav-item .nav-link {
        font-size: 1.44rem;
    }

    .news-archive .nav-tabs .nav-link.active:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .news-archive .module-tabbed-content .nav-item {
        width: 50%;
    }

    .news-archive form .btn-group {
        flex-direction: column;
        width: 100%;
    }

    .news-archive .event-card-img img {
        width: 100%;
    }

    .news-archive .module-event-selector .event-card-body {
        text-align: center;
        padding-left: 0px;
    }
}

.news-archive .module.module-tabbed-content ul a,
.news-archive .module.module-tabbed-content li a {
    color: #2E7E83;
    padding-left: 30px;
    padding-right: 30px;
}

.news-archive .module.module-tabbed-content.spacing-0x-0x {
    padding: 0px 0px 0px;
}

.news-archive .module-tabbed-content .nav {
    margin: 0px;
    justify-content: center;
}

.news-archive .module-tabbed-content .container {
    max-width: 1360px;
}

.news-archive .module-logos.newsroom-overview .logos .logo img {
    max-width: 300px;
}

.news-archive .module-grid.newsroom-research .container {
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.news-archive .newsroom {
    display: none;
}

.news-archive .module-checklist-md.mobile {}

.news-archive .module.newsroom-research .text-cta-box {
    margin-bottom: 20px;
}

.news-archive .module.newsroom-analyst .text-cta-box {
    margin-bottom: 20px;
}

.tab-mobile-nav {
    display: none;
}

@media (max-width: 768px) {
    .news-archive .tab-mobile-nav {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .news-archive .nav.nav-tabs {
        display: none;
    }
}

.single .single-blog .post-image {
    margin-bottom: 5rem;
}

.single .single-blog .recent-post {}

.single .module .recent-post p {
    margin-bottom: 2px;
}

.single .single-blog .recent-post .card {
    margin-top: 2rem;
    background-color: #F4F4F4;
}

.single .single-blog .recent-post h4 {
    color: #000;
    text-decoration: none;
    font-weight: 500 !important;
    font-size: 2.13rem !important;
}

.single .single-blog .recent-post a {
    color: #000;
    text-decoration: none;
}

.single .single-blog .recent-post a.text-cta {

    color: #2E7E83;
}

.single .single-blog .module-form {
    padding: 3rem 2rem !important;
}

.single .single-blog .module-form h3 {
    font-size: 2.13rem;
    margin-bottom: 0px;
    padding-top: 0px !important;
}

.single .single-blog .module-form form.mktoForm {
    margin-top: 2rem;
}

.single .single-blog .single-blog-sidebar h3 {
   /* border-bottom: 3px solid #2E7E83;*/
    font-size: 2.13rem;
    /*padding: 3rem 0rem 1rem 0rem;*/
}

.single .single-blog .single-blog-sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.single .single-blog .single-blog-sidebar ul li {
    margin: 0px;
    padding: 0px;
}

.single .single-blog .single-blog-sidebar ul li a {
    text-decoration: none;
}

.single .single-blog .single-blog-sidebar .gform_wrapper {
    display: none;
}

.single.single-news p {
    margin-bottom: 3rem !important;
}

.single a.back-btn {
    font-size: 1.59rem;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: bold;
}

.single h1 {
    font-size: 4rem;
    margin-bottom: 3rem;
}

.single h2 {
    font-size: 4rem;
    margin: 1rem 0;
}

.single .module a {
    color: #2E7E83;
}

.single .module.module-text-image a {
    /*color: inherit; */
}

.single .module .btn-primary,
.single .module form .gform_button,
form .single .module .gform_button {
    color: #000;
}

.single .module img {
    max-width: 100%;
    height: auto;
}

.single .module p,
.single .module ol,
.single .module ul {
    font-size: 1.59rem;
    line-height: 3.18rem;
    margin-bottom: 3rem;
}

.single .module ol li,
.single .module ul li {
    font-size: 1.59rem !important;
    line-height: 3.18rem;
}

.single .single-blog .sign-up {
    display: none;
}

@media (max-width: 768px) {
    .single .single-blog .sign-up {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 60px;
        left: 0px;
        font-weight: bold;
        padding: 1.7rem 3rem;
        font-size: 1.4rem;
        z-index: 100;
    }

    .single .single-blog .sign-up:after {
        content: '';
        position: absolute;
        background-position: center;
        background-image: url(../svg/black-arrow.svg);
        background-repeat: no-repeat;
        width: 80px;
        height: 30px;
        right: 0px;
        top: 1.1rem;
    }
}

.single .single-blog .back-to-top-btn {
    text-align: center;
    position: fixed;
    width: 780px;
    bottom: 0;
    height: 60px;
    z-index: 1;
    opacity: 0;
    transition: 1s opacity;
}

.single .single-blog .back-to-top-btn.show {
    opacity: 1;
}

.single .single-blog .back-to-top-btn .btn,
.single .single-blog .back-to-top-btn form .gform_button,
form .single .single-blog .back-to-top-btn .gform_button {
    font-size: 1.2rem;
    padding-top: 25px;
    position: relative;
}

.single .single-blog .back-to-top-btn .btn:after,
.single .single-blog .back-to-top-btn form .gform_button:after,
form .single .single-blog .back-to-top-btn .gform_button:after {
    content: '';
    position: absolute;
    background-position: center;
    background-image: url(../svg/white-arrow.svg);
    background-repeat: no-repeat;
    width: 148px;
    left: 0px;
    height: 30px;
    right: 0px;
    top: .3rem;
    transform: rotate(-90deg);
}

@media (max-width: 768px) {
    .single .single-blog .back-to-top-btn {
        width: 100%;
        left: 0;
        bottom: 90px;
    }
}

.about {

    margin-top: 2rem;
}

.single .bio2 {
    background-color: #F4F4F4;
    padding: 1rem 0rem 1rem 0rem;
    margin-top: 3rem;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1.59rem;
}

.single .social-icons {
    padding-bottom: 20px;
}

.single .bio2.bio-author {
    margin-bottom: 4rem;
}

.single .bio2.bio-share {
    text-align: center;
}

@media (max-width: 768px) {
    .single .bio2.bio-share {
        padding: 1rem 1rem;
        margin-bottom: 2rem;
    }
}

.single .bio2 h3 {
    margin: 3rem 0 1rem;
}

.single .bio2 .col-md-6 {
    display: flex;
}

.single .bio2 .flex-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single .bio2 .author-img {
    min-width: 62px;
    height: 62px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.single .bio2 .author .author-tag {
    font-weight: 800;
}

.single .bio2 .category-tag {
    flex-wrap: wrap;
}

.single .bio2 .category-tag span {
    background-color: #eee;
    border-radius: 2rem;
    padding: 3px;
    margin: .5rem;
    display: inline-block;
    margin-right: 1rem;
    padding: .5rem 2rem;
    font-size: 1.4rem;
}

.single .bio2 .social-icons .addthis_floating_style span {
    display: flex;
    justify-content: center;
    line-height: 59px !important;
    font-size: 32px;
    padding: 10px;
    border-radius: 50%;
    height: 42px !important;
    width: 42px !important;
    margin: 1rem;
}

.single .bio2 .social-icons .addthis_floating_style span svg {
    height: 22px !important;
    width: 22px !important;
}

@media (max-width: 768px) {
    .single .bio2 .author {
        margin-bottom: 1rem;
    }

    .single .bio2 .module {
        padding: 7rem 0;
    }

    .single .bio2 .category-tag {
        flex-wrap: wrap;
    }

    .single .bio2 .category-tag span {
        font-size: 1.2rem;
    }
}

.content_author {
    padding: 1rem 3rem 1rem 3rem;
    padding: 3rem;
    font-size: 1.39rem;
}

.content_author .bio-body {
    padding-bottom: 40px;
    max-width: 700px;
    margin: 0px auto;
    font-weight: 600;
    line-height: 2;
}

.content_author .bio-body2 {
    margin-top: 50px;
}

.content_author h2 {
    font-weight: 700;
}

.content_author .share-link a {
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
}

.content_author .author-image img {
    border-radius: 50%;
}

.content_author h3 {
    margin: 3rem 0 1rem;
}

.content_author .screen-reader-text {
    display: none;
}

.content_author .flex-middle {
    display: flex;
    align-items: center;
}

.content_author .author-img {
    min-width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.content_author .category-tag {
    flex-wrap: wrap;
}

.content_author .category-tag span {
    background-color: #eee;
    padding: 3px;
    margin: .5rem;
    display: inline-block;
    margin-right: 1rem;
    padding: .5rem 1rem;
}

.content_author .image-box {
    margin: 0px auto;
}

.content_author .share-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.content_author .social-icons .addthis_floating_style span {
    display: flex;
    justify-content: center;
    line-height: 59px !important;
    font-size: 32px;
    padding: 10px;
    border-radius: 50%;
    height: 42px !important;
    width: 42px !important;
    margin-right: 2rem;
}

.content_author .social-icons .addthis_floating_style span svg {
    height: 22px !important;
    width: 22px !important;
}

@media (max-width: 768px) {
    .content_author .col-md-6 .image-box {
        padding-top: 50px;
        width: 100%;
    }

    .content_author .about {
        width: 100%;
    }

    .content_author .flex {
        flex-direction: column;
    }
}

.single .bio {
    background-color: #F4F4F4;
    padding: 1rem 3rem 1rem 3rem;
    margin-top: 3rem;
    font-size: 1.59rem;
}

.single .bio h3 {
    margin: 3rem 0 1rem;
}

.single .bio .flex-middle {
    display: flex;
    align-items: center;
}

.single .bio .author-img {
    min-width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.single .bio .category-tag {
    flex-wrap: wrap;
}

.single .bio .category-tag span {
    background-color: #eee;
    padding: 3px;
    margin: .5rem;
    display: inline-block;
    margin-right: 1rem;
    padding: .5rem 1rem;
}

.single .bio .social-icons .addthis_floating_style span {
    display: flex;
    justify-content: center;
    line-height: 59px !important;
    font-size: 32px;
    padding: 10px;
    border-radius: 50%;
    height: 42px !important;
    width: 42px !important;
    margin-right: 2rem;
}

.single .bio .social-icons .addthis_floating_style span svg {
    height: 22px !important;
    width: 22px !important;
}

.single .download-img img {
    max-width: 100%;
}

.single .download-link {
    font-size: 2.39rem;
}

.single .wistia-video {
    margin-bottom: 5rem !important;
}

.single .customers .col-md-12 {
    margin: 3rem 0 0;
}

.single .customers .logo-image-box {
    background-color: #2E7E83;
    display: inline-block;
}

.single .customers .btn-box {
    display: inline-block;
    margin-bottom: 5rem;
}

.single .customers h3 {
    margin: 2rem 0;
    color: #2E7E83;
}

.single .customers h1 {
    font-weight: 700;
    line-height: 1.16em;
}

.single .quote-section {
    border-left: 6px solid #2E7E83;
    padding-left: 30px;
    max-width: 800px;
}

.single .quote-section p {
    font-size: 2.39rem;
}

.single .quote-section .author {
    font-size: 1.59rem;
}

.single .at-a-glance {
    display: inline-block;
    float: right;
    width: 41%;
    margin: 0 0 2rem 6rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-basis: 50%;
    background: #F4F4F4;
    padding: 2.5rem;
}

.single .at-a-glance p {
    font-size: 1.59rem !important;
    margin-bottom: 0px;
}

.single .at-a-glance ul {
    padding-left: 2rem;
}

.single .at-a-glance ul li {
    font-size: 1.59rem !important;
}

.single .at-a-glance div {
    flex-basis: 50%;
    padding: 1rem;
}

.single .bar-section {
    padding: 6rem 0;
    display: flex;
    justify-content: center;
}

.single .bar-section p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    max-width: 350px;
    text-align: center;
    padding: 0 20px;
    font-size: 2.6rem;
    margin-bottom: 0;
    font-weight: 600;
}

.single .bar-section p.long {
    max-width: 80rem;
}

@media (max-width: 992px) {
    .single .at-a-glance {
        display: inline-block;
        float: right;
        width: 100%;
        margin: 0 0 2rem 6rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        flex-basis: 50%;
        background: #F4F4F4;
        padding: 2.5rem;
    }

    .single .at-a-glance p {
        font-size: 1.59rem !important;
    }

    .single .at-a-glance ul li {
        font-size: 1.59rem !important;
    }

    .single .at-a-glance div {
        flex-basis: 100%;
        padding: 1rem;
    }
}

.page .pagination,
.search .pagination,
.blog .pagination {
    padding-left: 0rem;
    font-size: 1.86rem;
    color: #2E7E83;
    margin-top: 3rem;
}

.page .pagination a,
.search .pagination a,
.blog .pagination a {
    font-size: 1.86rem;
    color: #2E7E83;
    display: inline-block;
    padding: 0 .5rem;
}

.page .pagination .current,
.search .pagination .current,
.blog .pagination .current {
    color: #EC1D31;
    padding: 0 .5rem;
}

.page .pagination h2,
.search .pagination h2,
.blog .pagination h2 {
    display: none;
}

.page .blog-link-wrap,
.search .blog-link-wrap,
.blog .blog-link-wrap {
    color: unset;
    text-decoration: none;
}


.search h4 a {
    color: #000;
}

.awards .award {
    display: none;
    text-align: center;
    text-transform: capitalize;
}

.awards .award a {
    color: #2E7E83;
    text-decoration: none;
}

.awards .award a:hover {
    text-decoration: underline;
}

.awards .award .card {
    box-shadow: none;
}

.awards .award.year-2021 {
    display: block;
}

.awards .years {
    text-align: center;
    font-size: 2.13rem;
    margin-bottom: 6rem;
}

.awards .years div {
    display: inline-block;
    padding: 1rem 1rem;
    cursor: pointer;
}

.awards .years div.active {
    text-decoration: underline;
}

.events .award {
    display: none;
    text-align: center;
    text-transform: capitalize;
}

.events .award a {
    color: #2E7E83;
    text-decoration: none;
}

.events .award a:hover {
    text-decoration: underline;
}

.events .award .card {
    box-shadow: none;
}

.events .award.year-2020 {
    display: block;
}

.events .events-bar {
    text-align: center;
    font-size: 2.13rem;
    margin-bottom: 6rem;
}

.events .events-bar div {
    display: inline-block;
    padding: 1rem 1rem;
    cursor: pointer;
}

.events .events-bar div.active {
    text-decoration: underline;
}

.events .event {
    margin-bottom: 3rem;
}

.events .event.type-webinar {
    display: block;
}

.events .event img {
    width: 100%;
}

.events .featured-event {
    margin-bottom: 6rem;
}

.events .featured-event img {
    max-width: 100%;
}

.events .event-date,
.events .event-time {
    font-size: 1.3rem;
}

.events .no-events {
    display: none;
    width: 100%;
}

.events .no-events h4 {
    text-align: center;
}

.card:after {
  position: absolute; 
  content: ""; 
/*  background: IMAGE TBD; */
  z-index: -1; 
  left: 3%; 
  top: -3%; 
  width: 100%;  
  height: 106%;
}
.module-accordion .card-header {
    border: none;
    border-radius: 0px;
    position: relative;
    background: #f2f2f2; 
    border-bottom: 0.2rem solid #ffffff; 
}

.module-accordion .card-header .btn,
.module-accordion .card-header form .gform_button,
form .module-accordion .card-header .gform_button {
    font-weight: 400;
    font-family: 'Poppins';
    color: #63666A;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 120px;
    color: #000;
}

.module-accordion .card-header .btn div,
.module-accordion .card-header form .gform_button div,
form .module-accordion .card-header .gform_button div {
    display: block;
    width: 80%;
    white-space: normal;
}

.module-accordion .card-header .btn:after,
.module-accordion .card-header form .gform_button:after,
form .module-accordion .card-header .gform_button:after {
    content: '';
    position: absolute;
    right: 40px;
    height: 44px;
    width: 44px;
    top: 40%;
    background: url(../svg/arrow.svg);
    background-repeat: no-repeat;
}

.module-accordion .card-header .btn[aria-expanded="true"]:after,
.module-accordion .card-header form .gform_button[aria-expanded="true"]:after,
form .module-accordion .card-header .gform_button[aria-expanded="true"]:after {
    top: -5%;
    right: 60px;
    transform: rotate(180deg);
}

.module-accordion .card-header .btn:hover,
.module-accordion .card-header form .gform_button:hover,
form .module-accordion .card-header .gform_button:hover {
    text-decoration: none !important;
}

.module-accordion .card {
    border-radius: 0px;
    border: none;
    background-color: #fff;
}

.module-accordion .card .card-body {
    padding: 5.25rem;
}

.module-accordion .card .card-body a {
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.module-accordion .card .card-body .text-cta {
    color: #2E7E83;
    padding-right: 5rem;
    font-size: 1.8rem;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.module-accordion .card .card-body .text-cta:after {
    content: '';
    position: absolute;
    background-image: url(../svg/red-arrow.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 0px;
    top: .6rem;
}

@media (max-width: 768px) {

    .module-accordion .card-header .btn,
    .module-accordion .card-header form .gform_button,
    form .module-accordion .card-header .gform_button {
        font-weight: 600;
        font-family: 'Poppins';
        color: #63666A;
        text-decoration: none !important;
        width: 100%;
        text-align: left;
        position: relative;
        padding-right: 120px;
        color: #000;
        font-size: 1.6em;
    }

    .module-accordion .card-header .btn:after,
    .module-accordion .card-header form .gform_button:after,
    form .module-accordion .card-header .gform_button:after {
        content: '';
        position: absolute;
        right: 0px;
        height: 44px;
        width: 44px;
        top: 40%;
        background: url(../svg/arrow.svg);
        background-repeat: no-repeat;
    }

    .module-accordion .card-header .btn[aria-expanded="true"]:after,
    .module-accordion .card-header form .gform_button[aria-expanded="true"]:after,
    form .module-accordion .card-header .gform_button[aria-expanded="true"]:after {
        top: -15%;
        right: 20px;
        transform: rotate(180deg);
    }
}

.module-alert-banner {
    padding: 4rem 0;
}

.module-alert-banner .alert-text {
    padding: 0 10rem;
    text-align: center;
    position: relative;
    font-weight: 600;
}

.module-alert-banner .alert-text p {
    margin-bottom: 0;
    font-size: 2.4em;
}

.module-alert-banner .alert-text a {
    color: #fff;
    text-decoration: underline;
    display: b;
}

.module-alert-banner .alert-text .alert-close {
    position: absolute;
    top: .3rem;
    right: 0rem;
    cursor: pointer;
}

.home .module-alert-banner {
    margin-top: -10px;
}

.home .module-alert-banner .alert-close {
    margin-top: -4px;
}

@media (max-width: 1180px) {

    .home .module-alert-banner .alert-close {
        margin-top: 0px;
    }

    .home .module-alert-banner .container {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
}

@media (max-width: 992px) {

    .home .module-alert-banner {
        margin-top: 13px;
    }

    .module-alert-banner .alert-text p {
        margin-bottom: 0;
        font-size: 2.1em;
    }
}

@media (max-width: 768px) {
    .module-alert-banner .alert-text {
        padding: 0 6rem;
    }

    .module-alert-banner .alert-text p {
        margin-bottom: 0;
        font-size: 1.86em;
    }
}

.module-pop-up {
    padding: 0px;
    text-align: center;
}

.module-pop-up .modal-alert {
    display: none;
}

.module-pop-up h3 {
    font-size: 2.39rem;
    text-align: center;
    font-weight: 600;
}

.module-pop-up p,
.module-pop-up .module-accordion .card p,
.module-accordion .card .module-pop-up p {
    text-align: center;
    font-size: 2.13rem;
    margin-bottom: 4rem;
}

.module-pop-up .modal-dialog {
    max-width: 600px;
}

.module-pop-up .modal-header {
    border: none;
}

.module-pop-up .close {
    opacity: 1;
}

.module-pop-up .btn,
.module-pop-up form .gform_button,
form .module-pop-up .gform_button {
    margin-bottom: .5rem;
}

.module-pop-up .modal-content {
    padding: 2.4rem;
}

@media (max-width: 768px) {

    .module-pop-up p,
    .module-pop-up .module-accordion .card p,
    .module-accordion .card .module-pop-up p {
        text-align: center;
        font-size: 1.86rem;
        margin-bottom: 4rem;
    }
}

.module-card-carousel img {
    width: 100%;
    height: auto;

}

.module-card-carousel .card {
    height: 100%;
    border: none;
    -webkit-box-shadow: 0 2px 27px -5px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 2px 27px -5px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 27px -5px rgb(0 0 0 / 16%);
    text-align: left;
}

.module-card-carousel .card a {
    color: #000;
}

.module-card-carousel h2 {
    font-weight: 700;
    margin-top: 3rem;
}

.module-card-carousel h2 span {
    color: #2E7E83;
}

.module-card-carousel .card {
    min-height: 400px;
    margin-bottom: 5rem;
}

.module-card-carousel .card h4 {
    text-transform: none;
    text-align: left;
}

.module-card-carousel .card .text-cta-box {
    display: block;
    text-align: left;
}

.module-card-carousel .card p {
    text-align: left;
    margin-top: 1rem;
}

.module-card-carousel .card .aspect-ratio-box-inside img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: unset;
}

.module-card-carousel .btn,
.module-card-carousel form .gform_button,
form .module-card-carousel .gform_button,
.module-card-carousel p,
.module-card-carousel .module-accordion .card p,
.module-accordion .card .module-card-carousel p {
    margin-top: 3.2rem;
    margin-bottom: 0px;
}

.module-rotator .slick-arrow,
.module-card-carousel .slick-arrow {
    position: relative;
    bottom: unset;
    top: unset;
    right: unset;
    left: unset;
    width: 4rem;
    height: 4rem;
}

.module-rotator .slick-prev,
.module-card-carousel .slick-prev {
    z-index: 10;
}

.module-rotator .slick-prev:before,
.module-card-carousel .slick-prev:before {
    content: '';
    background-image: url(../svg/slider-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
}

.module-rotator .slick-next,
.module-card-carousel .slick-next {
    z-index: 100;
    left: 14rem;
}

.module-rotator .slick-next:before,
.module-card-carousel .slick-next:before {
    content: '';
    background-image: url(../svg/slider-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
}

.module-rotator .slick-dots,
.module-card-carousel .slick-dots {
    left: 6.5rem;
    position: absolute;
    bottom: -3.5rem;
    top: unset;
    width: auto;
    list-style: none;
    margin: 0;
}

.module-rotator .slick-dots li,
.module-card-carousel .slick-dots li {
    width: 1rem;
}

.module-rotator .slick-dots li:hover button::before,
.module-card-carousel .slick-dots li:hover button::before {
    background-color: #2E7E83;
}

.module-rotator .slick-dots li button::before,
.module-card-carousel .slick-dots li button::before {
    content: '';
    background-color: #63666A;
    border-radius: 1rem;
    height: 1rem;
    width: 1rem;
    opacity: 1;
}

.module-rotator .slick-dots .slick-active,
.module-card-carousel .slick-dots .slick-active {
    width: 1rem;
}

.module-rotator .slick-dots .slick-active button::before,
.module-card-carousel .slick-dots .slick-active button::before {
    content: '';
    background-color: #2E7E83;
    border-radius: 1rem;
    height: 1rem;
    width: 1rem;
    opacity: 1;
}

.module-rotator .count-r-2 .slick-dots,
.module-card-carousel .count-r-2 .slick-dots {
    left: 7.75rem;
}

.module-rotator .count-r-2 .slick-next,
.module-card-carousel .count-r-2 .slick-next {
    left: 12rem;
}

.module-rotator .count-r-3 .slick-dots,
.module-card-carousel .count-r-3 .slick-dots {
    left: 7rem;
}

.module-rotator .count-r-3 .slick-next,
.module-card-carousel .count-r-3 .slick-next {
    left: 12.5rem;
}

.module-rotator .count-r-4 .slick-dots,
.module-card-carousel .count-r-4 .slick-dots {
    left: 6.5rem;
}

.module-rotator .count-r-4 .slick-next,
.module-card-carousel .count-r-4 .slick-next {
    left: 14rem;
}

.module-rotator .count-r-5 .slick-dots,
.module-card-carousel .count-r-5 .slick-dots {
    left: 6.5rem;
}

.module-rotator .count-r-5 .slick-next,
.module-card-carousel .count-r-5 .slick-next {
    left: 16rem;
}

.module-rotator .slick-prev,
.module-card-carousel .slick-prev {
    z-index: 10;
}

.module-rotator .slick-prev:before,
.module-card-carousel .slick-prev:before {
    content: '';
    background-image: url(../svg/slider-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
}

.module-rotator .slick-next,
.module-card-carousel .slick-next {
    left: -25px;
}

.module-rotator .slick-next:before,
.module-card-carousel .slick-next:before {
    content: '';
    background-image: url(../svg/slider-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    position: absolute;
}

.module-rotator .slick-dots,
.module-card-carousel .slick-dots {
    left: unset;
    right: unset;
    bottom: unset;
    position: relative;
    bottom: unset;
    top: unset;
    width: auto;
    list-style: none;
}

.module-rotator .count-r-2 .slick-dots,
.module-card-carousel .count-r-2 .slick-dots {
    left: calc(50% - 1.75rem);
}

.module-rotator .count-r-2 .slick-next,
.module-card-carousel .count-r-2 .slick-next {
    left: calc(50% + 2rem);
}

.module-rotator .count-r-2 .slick-prev,
.module-card-carousel .count-r-2 .slick-prev {
    left: calc(50% - 6rem);
}

.module-rotator .count-r-3 .slick-dots,
.module-card-carousel .count-r-3 .slick-dots {
    left: calc(50% - 3rem);
}

.module-rotator .count-r-3 .slick-next,
.module-card-carousel .count-r-3 .slick-next {
    left: calc(50% + 3.5rem);
}

.module-rotator .count-r-4 .slick-dots,
.module-card-carousel .count-r-4 .slick-dots {
    left: calc(50% - 4rem);
}

.module-rotator .count-r-4 .slick-next,
.module-card-carousel .count-r-4 .slick-next {
    left: calc(50% + 4rem);
}

.module-rotator .count-r-5 .slick-dots,
.module-card-carousel .count-r-5 .slick-dots {
    left: calc(50% - 4.5rem);
}

.module-rotator .count-r-5 .slick-next,
.module-card-carousel .count-r-5 .slick-next {
    left: calc(50% + 4.5rem);
}

.rotator-prev {
    content: '';
    background-image: url(../svg/slider-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;

}

.rotator-next {
    content: '';
    background-image: url(../svg/slider-next.svg);
    background-repeat: no-repeat;
    background-size: contain;

}

.module-card-carousel .text-cta {
    position: relative !important;
    margin: 0;
    bottom: -4rem !important;
    color: #2E7E83;
}

.module-card-carousel .card-cta {
    position: absolute;
    width: calc(100% - 2.4rem);
    bottom: 0;
    margin: 0;
}

.slider-nav-holder {
    justify-content: space-around;
    align-items: center;

    padding-left: calc(40% - 1.75rem);
    padding-right: calc(40% - 1.75rem);
}

@media (max-width: 768px) {

    .slider-nav-holder {

        padding-left: calc(20% - 1.75rem);
        padding-right: calc(20% - 1.75rem);
    }

    .module-card-carousel img {
        max-width: 100%;
        width: 100%;
    }

    .module-card-carousel h2 {
        font-weight: 700;
        margin-top: 3rem;
    }

    .module-card-carousel h2 span {
        color: #2E7E83;
    }

    .module-card-carousel .card {
        box-shadow: none;
    }

    .module-card-carousel .btn,
    .module-card-carousel form .gform_button,
    form .module-card-carousel .gform_button,
    .module-card-carousel p,
    .module-card-carousel .module-accordion .card p,
    .module-accordion .card .module-card-carousel p {
        margin-top: 3.2rem;
        margin-bottom: 0px;
    }

    .module-rotator .slick-arrow,
    .module-card-carousel .slick-arrow {
        position: relative;
        bottom: 6rem;

        bottom: unset;
        left: unset;
        top: unset;
        right: unset;
    }

    .module-rotator .slick-prev,
    .module-card-carousel .slick-prev {

        z-index: 100;
    }

    .module-rotator .slick-prev:before,
    .module-card-carousel .slick-prev:before {
        content: '';
        background-image: url(../svg/slider-prev.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 4rem;
        height: 4rem;
        position: absolute;
    }

    .module-rotator .slick-next,
    .module-card-carousel .slick-next {
        right: 25px;
        z-index: 100;
    }

    .module-rotator .slick-next:before,
    .module-card-carousel .slick-next:before {
        content: '';
        background-image: url(../svg/slider-next.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 4rem;
        height: 4rem;
        position: absolute;
    }

    .module-rotator .slick-dots,
    .module-card-carousel .slick-dots {
        margin: auto;
        position: relative;
        bottom: unset;
        left: unset;
        top: unset;
        right: unset;
        width: auto;
        list-style: none;
    }

    .module-rotator .slick-dots li,
    .module-card-carousel .slick-dots li {
        width: 1rem;
    }

    .module-rotator .slick-dots li:hover button::before,
    .module-card-carousel .slick-dots li:hover button::before {
        background-color: #2E7E83;
    }

    .module-rotator .slick-dots li button::before,
    .module-card-carousel .slick-dots li button::before {
        content: '';
        background-color: #63666A;
        border-radius: 1rem;
        height: 1rem;
        width: 1rem;
        opacity: 1;
    }

    .module-rotator .slick-dots .slick-active,
    .module-card-carousel .slick-dots .slick-active {
        width: 1rem;
    }

    .module-rotator .slick-dots .slick-active button::before,
    .module-card-carousel .slick-dots .slick-active button::before {
        content: '';
        background-color: #2E7E83;
        border-radius: 1rem;
        height: 1rem;
        width: 1rem;
        opacity: 1;
    }

    .module-card-carousel .text-cta {
        position: relative;
        margin: 0;
        bottom: unset;
    }

    .module-card-carousel .card-cta {
        position: absolute;
        width: calc(100% - 2.4rem);
        bottom: 0;
        margin: 0;
    }
}

.module-card h5 {
    font-size: 1.59rem;
}

.module-card h4 {
    font-size: 2.13rem;
}

.module-card .card-body a h4.card-heading {
    color: #000;
    text-decoration: none;
}

.module-card .card-body a:hover {
    text-decoration: none;
}

.module-card p,
.module-card .module-accordion .card p,
.module-accordion .card .module-card p {
    font-size: 1.59rem;
}

.module-card .text-cta {
    position: absolute;
    bottom: 2.4rem;
}

.module-card .card {
    height: 100%;
    border: none;
    -webkit-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 27px -5px rgba(0, 0, 0, 0.16);
}

.module-card .card .card-body {

    /*top: -40px;*/
    position: relative;
    padding: 2.4rem;
    padding-bottom: 6.8rem;
}

.module-card .card .card-body .TextRun .NormalTextRun {
    color: #000;
}

.module-card .card .card-body p {
    color: #000;
}


.module-card .col-md-6,
.module-card .col-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.module-card .card-img-top-box {
    height: 0;
    overflow: hidden;
    padding-top: 52.46332%;
    background: white;
    position: relative;
}

.module-card .aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-card .aspect-ratio-box-inside img {
    max-width: 90%;
    max-height: 90%;
}

@media (max-width: 992px) {
    .module-card .card {
        margin-bottom: 3rem;
        height: auto;
    }
}

.module-checklist-md {
    display: none;

    padding-bottom: 80px;
    padding-top: 40px;
    position: relative;
}

.module-checklist-md video,
.module-checklist-md img {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

.module-checklist-md p,
.module-checklist-md .checklist-rotate p {
    padding-left: 50px;
    padding-right: 50px;
}

.module-checklist-md h3 {
    margin: 0px auto;
    text-align: center;
}

@media (max-width: 768px) {
    .module-checklist.module-checklist-lg {
        display: none;
    }

    .module-checklist-md {
        display: block;
    }
}

.module-checklist .btn-primary {
    background: #F4C55C;
}

.module-checklist .image-text {
    text-align: center;
}

.module-checklist .copy {
    margin: 1rem 0 1.5rem;
}

.module-checklist .check-item {}

.module-checklist .check-item p {
    margin-top: .5rem;
}

.module-checklist .check-item .col-10 {
    padding-left: 0;
}

.module-checklist .check-item .check {
    padding: 0;
}

.module-checklist .col-md-6 {
    padding: 11rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.module-checklist .check {
    justify-content: center;
    align-items: center;
    display: flex;
}

.module-checklist.bg-white p a,
.module-checklist.bg-offwhite p a {
    font-weight: 600;
    color: #2E7E83;
}

.module-checklist.bg-white p a:hover,
.module-checklist.bg-offwhite p a:hover {
    color: #000;
}

.module-checklist .checklist-image {
    display: none;
}

.module-checklist .checklist-item {
    cursor: pointer;
    align-items: center;
}

.module-checklist .carat-left {
    font-weight: bold;
    font-size: 24px;
    position: relative;
    width: 0;
    height: 0;
    --height: 98px;
    vertical-align: middle;

}

.module-checklist .carat-right {
    font-weight: bold;
    font-size: 24px;
    position: relative;
    width: 0;
    height: 0;
    --height: 98px;
    vertical-align: middle;

}

.module-checklist .checklist-item.active {
    font-weight: bold;
    padding: 0px;

}

.module-checklist .checklist-item .text-left {
    display: flex;
    align-items: center;

    min-height: 98px;
}

.module-checklist .checklist-item.active .text-left {
    background-color: #f2f2f2;
    font-weight: bold;
    height: 100%
}

.module-checklist .checklist-item.active .check {
    background-color: #f2f2f2;
    height: 100%
}

.module-checklist .checklist-item.active .carat-left {
    --height: 98px;
    border-top: calc(var(--height) * 0.5) solid transparent;
    border-bottom: calc(var(--height) * 0.5) solid transparent;
    border-right: calc(var(--height) * 0.5) solid #f2f2f2;
}

.module-checklist .checklist-item.active .carat-right {
    --height: 98px;
    border-top: calc(var(--height) * 0.5) solid transparent;
    border-bottom: calc(var(--height) * 0.5) solid transparent;
    border-left: calc(var(--height) * 0.5) solid #f2f2f2;
}

.module-checklist .checklist-icon {
    height: 56px;
    width: 56px;
}

.module-checklist .checklist-image {
    text-align: center;
}

.module-checklist .checklist-image img {
    max-width: 100%;
    height: 400px;
}

.module-checklist .checklist-image.active {
    display: block;
}

.module-checklist .checklist-item.active .carat:after {}

.module-text-image.image-bleed.module-checklist .col-md-6,
.module-text-image.image-transparent.module-checklist .col-md-6 {
    padding: 0px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .module-checklist .row.checklist-item {
        margin: 0px;
    }

    .module-text-image.image-bleed.module-checklist .col-md-6,
    .module-text-image.image-transparent.module-checklist .col-md-6 {
        padding: 0px !important;
    }
}

@media (max-width: 1015px) {

    .module-text-image.image-bleed.module-checklist .col-md-6,
    .module-text-image.image-transparent.module-checklist .col-md-6 {
        width: 50%
    }
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 4.5rem 0;
}

.footer-container .footer-logo {
    display: none;
}

.footer-container .footer-logo img {
    width: 12.4rem;
}

.footer-container .footer-item {
    display: inline-block;
}

.footer-container .footer-item .nav-item {
    display: inline-block;
}

.footer-container .footer-item.nav {
    margin-bottom: 4.5rem;
}

.footer-container .footer-item.nav .nav-link {
    color: #000;
    font-size: 1.59rem;
    font-weight: 600;
    padding-left: 0rem;
    padding-right: 2rem;
}

.footer-container .footer-item.nav .nav-link:hover {
    color: #2E7E83;
}

.footer-container .footer-item.nav .dropdown-toggle::after {
    display: none;
}

.footer-container .footer-item.nav .dropdown-menu {
    border: 0.3rem solid #F4F4F4;
    padding: 3rem 8rem 3rem 4rem;
}

.footer-container .footer-item.nav .dropdown-menu a {
    font-size: 1.59rem;
    font-weight: 600;
}

.footer-container .footer-item.nav .dropdown-menu a:hover {
    background: #fff;
    color: #2E7E83;
}

.footer-container .copyright img {
    width: 12.4rem;
}

.footer-container .buttons {
    margin-top: -6rem;
}

.footer-container .buttons .btn,
.footer-container .buttons form .gform_button,
form .footer-container .buttons .gform_button {
    width: 22rem;
    margin-bottom: 1rem;
}

.footer-container .footer-text p {
    font-size: 1.59rem;
    margin: 3rem 0rem;
    padding-right: 4rem;
}

.footer-container .footer-text a {
    color: #000;
    text-decoration: none;
}

.footer-container .footer-text a:hover {
    color: #2E7E83;
}

.footer-container .footer-text .footer-cookies {
    font-size: 1.3rem;
}

.footer-container .footer-text .footer-cookies a {
    outline: none;
}

.footer-container .social-links a {
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.86rem;
}

.footer-container .social-links img {
    padding-right: 1.5rem;
}

.footer-container .social-links img:hover {
    opacity: .75;
}

@media (max-width: 992px) {
    .footer-container {
        padding: 4.5rem 3rem;
    }

    .footer-container .buttons {
        margin-top: 0rem;
    }
}

@media (max-width: 768px) {
    .footer-container {
        text-align: center !important;
    }

    .footer-container .nav {
        display: none;
    }

    .footer-container .copyright {
        order: 3;
    }

    .footer-container .copyright img {
        display: none;
    }

    .footer-container .copyright p {
        padding: 0px;
    }

    .footer-container .social-links {
        order: 2;
        padding: 2rem 0 0;
    }

    .footer-container .social-links p {
        padding: 0px;
        margin-bottom: 0;
    }

    .footer-container .social-links img {
        padding: 0 1rem;
    }

    .footer-container .buttons {
        margin-top: 0rem;
        order: 1;
        text-align: center !important;
    }

    .footer-container .buttons .footer-logo {
        display: block;
        margin-bottom: 4rem;
    }

    .footer-container .buttons .btn,
    .footer-container .buttons form .gform_button,
    form .footer-container .buttons .gform_button {
        display: block;
        margin: 1rem auto;
    }
}

.module-form-hero.spacing-Default {
    padding-top: 0px !important;
}

.module-form-hero .hero-bar {
    padding: 5rem 0;
}

.module-form-hero .hero-bar h3 {
    text-align: left;
    margin: 0px;
    font-size: 4.2rem;
}

.module-form-hero .hero-content {
    padding: 3rem 0;
}

.module-form-hero .hero-content .btn,
.module-form-hero .hero-content form .gform_button,
form .module-form-hero .hero-content .gform_button {
    margin-top: 2rem;
}

.module-form-hero .hero-content .hero-form {
    padding: 6rem 3rem;
    margin-top: -17.5rem;
}

.module-form-hero .hero-content .hero-form h4 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
}

.module-form-hero .hero-content .hero-form .link a {
    color: #fff;
}

.module-form-hero h3 {
    font-size: 2.6rem;
    font-weight: 600;
    max-width: 60rem;
    margin: auto;
    text-align: center;
    margin-bottom: 3rem;
}

.module-form-hero .privacy-notice {
    text-decoration: underline;
    font-size: 1.59rem;
}

.module-form-hero.bg-yellow .privacy-notice {
    color: #000;
}

.module-form-hero.bg-yellow .privacy-notice:hover {
    color: #2E7E83;
}

.module-form-hero.bg-blue .privacy-notice,
.module-form-hero.module-alert-banner .privacy-notice,
.module-form-hero.module-pull-quote .privacy-notice,
.module-form-hero.module-statistic .privacy-notice {
    color: #fff;
}

.module-form-hero.bg-blue .privacy-notice:hover,
.module-form-hero.module-alert-banner .privacy-notice:hover,
.module-form-hero.module-pull-quote .privacy-notice:hover,
.module-form-hero.module-statistic .privacy-notice:hover {
    color: #F4C55C;
}

@media (max-width: 992px) and (max-width: 768px) {
    .module-form-hero.spacing-Default {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .module-form-hero .hero-bar {
        padding: 5rem 0;
    }

    .module-form-hero .hero-bar h3 {
        text-align: center;
        margin: 0px;
        font-size: 3.19rem;
    }

    .module-form-hero .hero-content {
        padding: 3rem 0;
        text-align: center;
    }

    .module-form-hero .hero-content .btn,
    .module-form-hero .hero-content form .gform_button,
    form .module-form-hero .hero-content .gform_button {
        margin-top: 2rem;
    }

    .module-form-hero .hero-content .hero-form {
        padding: 5rem 2rem;
        margin: 3rem -1.5rem;
    }

    .module-form-hero .hero-content .hero-form h4 {
        text-align: center;
        font-size: 2.6rem;
        font-weight: 600;
    }

    .module-form-hero .hero-content .hero-form .link {
        color: #fff;
    }
}

.module-form h3 {
    font-size: 4.2rem;
    font-weight: 300 !important;
    max-width: 90rem;
    margin: auto;
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}

.module-form .privacy-notice {
    text-decoration: underline;
    font-size: 1.59rem;
}

.module-form.bg-yellow .privacy-notice {
    color: #000;
}

.module-form.bg-yellow .privacy-notice:hover {
    color: #2E7E83;
}

.module-form.bg-blue .privacy-notice,
.module-form.module-alert-banner .privacy-notice,
.module-form.module-pull-quote .privacy-notice,
.module-form.module-statistic .privacy-notice {
    color: #fff;
}

.module-form.bg-blue .privacy-notice:hover,
.module-form.module-alert-banner .privacy-notice:hover,
.module-form.module-pull-quote .privacy-notice:hover,
.module-form.module-statistic .privacy-notice:hover {
    color: #F4C55C;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

form {
    background-color: transparent !important;
    border: none !important;
}

form .gfield_label {
    display: none !important;
}

form li {
    margin: 0px !important;
}

form input,
form select {
    font-size: 2.00rem !important;
    padding: 1rem 3rem !important;
    border-radius: 3rem;
    color: #000;
    height: auto !important;
    border: 1px solid #ced4da !important;
}

form input:focus,
form select:focus {
    outline: none;
    border: none;
}

form input:checked~.checkmark:after {
    display: block;
}

form .col {
    padding: 0 .5rem;
}

form select {
    background: url(../svg/nav-black-arrow.svg) no-repeat right #ddd !important;
    -webkit-appearance: none !important;
    background-position: calc(100% - 2rem) center !important;
    background-color: #fff !important;
}

form select:after {
    content: ' ';
    position: absolute;
    background-image: url(../svg/nav-black-arrow.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 30px;
    right: 3rem !important;
    left: unset;
    top: 2rem;
}

form .form-check {
    display: block;
    position: relative;
    margin-top: 1rem;
}

form .form-check label {
    margin-left: 3rem;
    margin-top: .2rem;
    font-size: 1.59rem;
}

form .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 2;
}

form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: .2rem solid #fff;
}

form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form .container input:checked~.checkmark {
    background-color: transparent;
}

form .btn,
form .gform_button,
.gform_wrapper form .gform_button {
    display: inline-block;
    margin: auto;
    margin-top: 5rem;
}

form .text-link {
    color: #fff;
    display: inline-block;
    margin-top: 2rem;
    font-size: 1.59rem;
    text-decoration: underline;
}

form .gform_button {
    border: none !important;
}

form .gform_footer {
    text-align: center;
}

.gform_wrapper h3 {
    font-weight: 300;
}

.gform_wrapper form {
    background-color: transparent !important;
    border: none !important;
}

.gform_wrapper form .gfield_label {
    display: none !important;
}

.gform_wrapper form li {
    margin: 0px !important;
}

.gform_wrapper form input,
.gform_wrapper form select,
.gform_wrapper form textarea {
    font-size: 2.13rem !important;
    padding: 1rem 3rem !important;
    border-radius: 3rem;
    color: #000;
    height: auto !important;
    border: 1px solid #ced4da !important;
}

.gform_wrapper form input:focus,
.gform_wrapper form select:focus,
.gform_wrapper form textarea:focus {
    outline: none;
    border: none;
}

.gform_wrapper form textarea {
    height: 20rem !important;
}

.gform_wrapper form input:checked~.checkmark:after {
    display: block;
}

.gform_wrapper form .col {
    padding: 0 .5rem;
}

.gform_wrapper form select {
    background: url(../svg/nav-black-arrow.svg) no-repeat right #ddd !important;
    -webkit-appearance: none !important;
    background-position: calc(100% - 2rem) center !important;
    background-color: #fff !important;
}

.gform_wrapper form select:after {
    content: ' ';
    position: absolute;
    background-image: url(../svg/nav-black-arrow.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 30px;
    right: 3rem !important;
    left: unset;
    top: 2rem;
}

.gform_wrapper form .form-check {
    display: block;
    position: relative;
    margin-top: 1rem;
}

.gform_wrapper form .form-check label {
    margin-left: 3rem;
    margin-top: .2rem;
    font-size: 1.59rem;
}

.gform_wrapper form .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 2;
}

.gform_wrapper form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: .2rem solid #fff;
}

.gform_wrapper form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gform_wrapper form .container input:checked~.checkmark {
    background-color: transparent;
}

.gform_wrapper form .btn,
.gform_wrapper form .gform_button {
    display: inline-block;
    margin: auto;
    margin-top: 5rem;
}

.gform_wrapper form .text-link {
    color: #fff;
    display: inline-block;
    margin-top: 2rem;
    font-size: 1.59rem;
    text-decoration: underline;
}

.gform_wrapper form .gform_button {
    border: none !important;
}

.gform_wrapper form .gform_footer {
    text-align: center;
}

@media (max-width: 768px) {
    form .col {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
    }

    form .form-control {
        font-size: 1.59rem;
    }
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: none !important;
}

.gform_wrapper div.validation_error {
    border: none !important;
    font-size: 1.86rem !important;
}

body img.gform_ajax_spinner {
    display: none !important;
}

@media only screen and (min-width: 641px) {

    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: 50% !important;
        padding-right: 16px !important;
        padding-top: 0px !important;
    }
}

.module-full-width-cta {
    text-align: center;
}

.module-full-width-cta h2,
.module-full-width-cta .h2 {
    font-size: 4.2rem;
    font-weight: 200;
    color: #1C355E;
}

.module-full-width-cta p,
.module-full-width-cta .module-accordion .card p,
.module-accordion .card .module-full-width-cta p {
    max-width: 70rem;
    margin: auto;
    margin-top: 3.2rem;
}

.module-full-width-cta .row {
    padding: 0rem 10rem;
}

.module-full-width-cta .btn-primary,
.module-full-width-cta form .gform_button,
form .module-full-width-cta .gform_button {
    margin-top: 3rem;
}

.module-full-width-cta .text-cta-box.button {
    display: block;
}

.module-full-width-cta .text-cta {
    margin-top: 1rem;
}

.module-full-width-cta .text-cta-box {
    padding: 0 1.5rem;
}

.module-full-width-cta.bg-blue a,
.module-full-width-cta.module-alert-banner a,
.module-full-width-cta.module-pull-quote a,
.module-full-width-cta.module-statistic a {
    color: #fff;
}

.module-full-width-cta.bg-blue a:hover,
.module-full-width-cta.module-alert-banner a:hover,
.module-full-width-cta.module-pull-quote a:hover,
.module-full-width-cta.module-statistic a:hover {
    color: #fff;
}

.module-full-width-cta.bg-white p a,
.module-full-width-cta.bg-offwhite p a {
    color: #2E7E83;
}

.module-full-width-cta.bg-white p a:hover,
.module-full-width-cta.bg-offwhite p a:hover {
    color: #000;
}

@media (max-width: 992px) {
    .module-full-width-cta {
        text-align: center;
    }

    .module-full-width-cta .row {
        padding: 0rem 0rem;
    }
}

.module-grid img {
    display: block;
    max-height: 100%;
    margin: auto;
    margin-bottom: 1rem;
}

.module-grid .grid-image {
    height: 12rem;
    margin-bottom: 1rem;
}

.module-grid .image-height-100 {
    height: 10rem;
}

.module-grid .image-height-150 {
    height: 15rem;
}

.module-grid .image-height-200 {
    height: 20rem;
}

.module-grid .image-height-250 {
    height: 25rem;
}

.module-grid .image-height-300 {
    height: 30rem;
}

.module-grid h2,
.module-grid .h2 {
    max-width: 100rem;
    text-align: center;
    margin: auto;
    font-size: 4.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.16em;
}

.module-grid h4 {
    font-size: 2.13rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.module-grid p,
.module-grid .module-accordion .card p,
.module-accordion .card .module-grid p {
    font-size: 2.13rem;
}

.module-grid .copy {
    max-width: 80rem;
    text-align: center;
    margin: auto;
    font-size: 2.13rem;
    margin-bottom: 3rem;
}

.module-grid .copy p {
    font-size: 2.13rem;
    font-weight: 500;
    margin-top: 1rem;
}

.module-grid .grid-card {
    font-size: 1.86rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.module-grid .grid-card p {
    font-size: 1.86rem;
    font-weight: 300;
}

.module-grid .grid-card .text-cta-box {
    margin-top: auto;
}

.module-grid .text-cta {
    margin-right: 0rem;
    padding-right: 2rem;
}

.module-grid .text-cta:after {
    width: 1rem;
}

@media (max-width: 992px) {

    .flex-md-col {
        flex-direction: column;
    }

    .module-grid img {
        display: block;
        max-width: 90%;
        margin: auto;
        margin-bottom: 1rem;
    }

    .module-grid .grid-image {
        height: 12rem;
        margin-bottom: 2rem;
    }

    .module-grid .image-height-100 {
        height: 10rem;
    }

    .module-grid .image-height-100 img {
        max-height: 10rem;
    }

    .module-grid .image-height-150 {
        height: 15rem;
    }

    .module-grid .image-height-150 img {
        max-height: 15rem;
    }

    .module-grid .image-height-200 {
        height: 20rem;
    }

    .module-grid .image-height-200 img {
        max-height: 20rem;
    }

    .module-grid .image-height-250 {
        height: 25rem;
    }

    .module-grid .image-height-250 img {
        max-height: 25rem;
    }

    .module-grid .image-height-300 {
        height: 30rem;
    }

    .module-grid .image-height-300 img {
        max-height: 30rem;
    }

    .module-grid h2,
    .module-grid .h2 {
        max-width: 100rem;
        text-align: center;
        margin: auto;
    }

    .module-grid h4 {
        font-size: 2.13rem;
        font-weight: 500;
    }

    .module-grid p,
    .module-grid .module-accordion .card p,
    .module-accordion .card .module-grid p {
        font-size: 1.86rem;
    }

    .module-grid .copy {
        max-width: 80rem;
        text-align: center;
        margin: auto;
        font-size: 1.86rem;
        margin-bottom: 3rem;
    }

    .module-grid .copy p {
        font-size: 2.13rem;
        font-weight: 500;
        margin-top: 1rem;
    }

    .module-grid .grid-card {
        font-size: 1.86rem;
        margin-bottom: 3rem;
    }

    .module-grid .grid-card p {
        font-size: 1.86rem;
        font-weight: 300;
    }
}

@media (max-width: 768px) {

    .module-grid h2,
    .module-grid .h2 {
        max-width: 100rem;
        text-align: center;
        margin: auto;
        font-size: 3.19rem;
        margin-bottom: 1rem;
    }

    .module-grid h4 {
        font-size: 2.13rem;
        font-weight: 500;
    }

    .module-grid .copy p {
        font-size: 1.86rem;
    }
}

header {
    background: #fff;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    z-index: 10;
    top: 0;
    z-index: 1000;
}

.header-container .brand-logo img {
    width: 12.4rem;
}

.header-container .search-form {
    display: none;
}

.header-container .search-form label {
    display: none;
}

.header-container .search .search-close-icon {
    display: none;
}

.header-container .header-item {
    display: inline-block;
}

.header-container .header-item .nav-item {
    display: inline-block;
    margin-right: 1rem;
}

.header-container .header-item .nav-item:hover:after {
    content: '';
    position: absolute;
    background-image: url(../svg/nav-blue-arrow-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% - 1rem);
    height: 30px;
    background-size: 1.5rem;
    bottom: -2rem;
    width: 100%;
}

.header-container .header-item .nav-item.nav-item-2 .nav-level-2 {
    cursor: default;
}

.header-container .header-item .nav-item.nav-item-2 .nav-level-2:hover {
    color: #000;
}

.header-container .header-item .nav-item.nav-item-4 .nav-level-2:first-child {
    cursor: default;
}

.header-container .header-item .nav-item.nav-item-4 .nav-level-2:first-child:hover {
    color: #000;
}

.header-container .header-item .nav-item.nav-item-4 .link-10 {
    font-weight: 400 !important;
    font-size: 1.4rem !important;
}

.header-container .header-item .nav-item.nav-item-1 .dropdown-menu {
    left: unset !important;
}

.header-container .header-item .nav-item.nav-item-1 .dropdown-menu .nav-drop-box {
    flex-basis: 50%;
    width: 50%;
}

.header-container .header-item .nav-item .link-11 {
    font-weight: 400 !important;
    font-size: 1.4rem !important;
}

.header-container .header-item .nav {
    margin-left: 6rem;
}

.header-container .header-item .nav .nav-link {
    color: #000;
    font-size: 1.59rem;
    font-weight: 600;
    cursor: pointer;
}

.header-container .header-item .nav .nav-link:hover {
    color: #2E7E83;
}

.header-container .header-item .nav .dropdown-toggle::after {
    display: none;
}

.header-container .header-item .nav .dropdown-menu {
    top: 5rem;
    border: 0.3rem solid #F4F4F4;
    padding: 3.2rem 8rem 3.2rem 3.2rem;
}

.header-container .header-item .nav .dropdown-menu a {
    font-size: 1.59rem;
    font-weight: 600;
}

.header-container .header-item .nav .dropdown-menu a:hover {
    background: #fff;
    color: #2E7E83;
}

.header-container .header-item .nav .dropdown-menu.item-count-3,
.header-container .header-item .nav .dropdown-menu.item-count-4,
.header-container .header-item .nav .dropdown-menu.item-count-6 {
    left: -19rem;
}

.header-container .header-item .nav .dropdown-menu.item-count-3 .nav-drop-box,
.header-container .header-item .nav .dropdown-menu.item-count-4 .nav-drop-box,
.header-container .header-item .nav .dropdown-menu.item-count-6 .nav-drop-box {
    padding-right: 8rem;
}

.header-container .header-item .nav .dropdown-menu.item-count-2 {
    left: -35rem;
}

.header-container .header-item .nav .dropdown-menu.item-count-2 .nav-drop-box {
    padding-right: 8rem;
}

.header-container .header-item .nav .nav-item.nav-item-4 .dropdown-divider {
    display: none;
}

.header-container .header-item .nav .nav-item.nav-item-4 .nav-drop-box {
    flex-basis: 50%;
    width: 50%;
}

.header-container .header-item .nav .nav-item.nav-item-4 .nav-level-2:last-child .nav-level-2 {
    display: none;
}

.header-container .header-item .nav .nav-item.nav-item-3 .dropdown-menu {
    left: unset;
}

.header-container .header-item .nav .nav-item.nav-item-3 .dropdown-menu .nav-drop-box {
    padding-right: 0px;
}

.header-container .header-item .nav .nav-item.nav-item-6 .dropdown-divider {
    display: none;
}

.header-container .header-item .nav .nav-item.nav-item-6 .nav-drop-box {
    flex-basis: 50%;
    width: 50%;
}

.header-container .header-item .nav .nav-item.nav-item-6 .nav-level-2:last-child .nav-level-2 {
    display: none;
}

.header-container .header-item .nav .nav-item.nav-item-6 .nav-level-2:last-child .nav-level-3 {
    font-weight: 400;
    font-size: 1.4rem;
}

.header-container .header-item.demo {}

.header-container .header-item.demo .btn,
.header-container .header-item.demo form .gform_button,
form .header-container .header-item.demo .gform_button {
    padding: .5rem 2rem;
    font-size: 1.4rem;
}

.header-container .header-item.demo .btn {
    background: #F4C55C;
    color: #000;
    font-size: 1.59rem;
    padding: 1.5rem 4rem;
}

.header-container .header-item.demo .btn:hover {
    color: #000;
}

.header-container .header-item.demo .call {
    font-weight: bold;
    padding-bottom: .7rem;
    margin-top: -2.5rem;
}

.header-container .header-item.demo .call a {
    color: #2E7E83;
    font-weight: 500;
}

.header-container .header-item .nav .dropdown-menu {
    flex-direction: row;
    flex-basis: 100%;
}

.header-container .header-item .nav .dropdown-menu .nav-drop-box {
    padding-right: 3rem;
    flex-basis: 33%;
    width: 33%;
    flex-wrap: wrap;
}

.header-container .header-item .nav .dropdown-menu a {
    display: block;
}

.header-container .header-item .nav .dropdown-menu .nav-level-2 {
    font-weight: 600;
    font-size: 1.59rem;
    padding-left: 1.5rem;
}

.header-container .nav-item-6 .dropdown-item.nav-level-2.link-3 {
    display: none;
}

.header-container .header-item .nav .dropdown-menu .nav-level-3 {
    font-weight: 400;
    font-size: 1.4rem;
}

.header-container .header-item .nav .dropdown.nav-item-5 .dropdown-menu,
.header-container .header-item .nav .dropdown.nav-item-3 .dropdown-menu {
    flex-wrap: wrap;
}

.header-container .header-item .nav .dropdown.nav-item-5 .dropdown-menu .nav-drop-box,
.header-container .header-item .nav .dropdown.nav-item-3 .dropdown-menu .nav-drop-box {
    flex-basis: 100%;
    width: 100%;
}

.header-container .header-item .nav .dropdown.nav-item-5 .dropdown-menu .nav-level-2,
.header-container .header-item .nav .dropdown.nav-item-3 .dropdown-menu .nav-level-2 {
    font-weight: 400;
    font-size: 1.4rem;
}

.header-container .header-item .nav .dropdown-divider {
    border: none;
    padding: .5rem 0 0 0;
}

.header-container .dropdown:hover .dropdown-menu,
.header-container .btn-group:hover .dropdown-menu {
    display: block;
}

.header-container .dropdown-menu {
    margin-top: 0;
}

.header-container .dropdown-toggle {
    margin-bottom: 2px;
}

.header-container .navbar .dropdown-toggle,
.header-container .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
}

.header-container .nav-item:hover .dropdown-menu {
    display: flex;
}

.header-container .mobile-menu {
    display: none;
    margin-left: 2rem;
}

.header-container .header-item .nav .nav-item-1 .dropdown-menu.item-count-2 {
    left: unset !important;
}

.header-container .header-item .nav a[href="/partners/uk-advanced/"] {
    display: none;
}

.lang-uk .header-container .header-item .nav a[href="/partners/uk-advanced/"] {
    display: block;
}

.mobile-call {
    display: none;
}

@media (min-width: 1180px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 992px) {

    /* nothing here  */

}

@media (max-width: 1210px) {
    header .container {
        max-width: 1140px;
        left: 0;
    }

    .header-container .header-item .nav {
        margin-left: 1rem;
    }
}

@media (max-width: 1180px) {
    .navbar-expand-lg .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-expand-lg .navbar-collapse.collapse.show {
        display: flex !important;
    }

    .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item.open .dropdown-menu {
        display: block !important;
    }

    .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item.open:after {
        transform: rotate(180deg) !important;
        top: -.1rem !important;
        right: 3.5rem !important;
        width: 3rem !important;
        height: 30px !important;
        background-size: 2rem;
    }

    .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item:after {
        width: 3rem !important;
        height: 30px !important;
        right: 3rem !important;
        left: unset !important;
        top: 2rem !important;
        transform: none !important;
        content: '';
        position: absolute;
        background-image: url(../svg/nav-black-arrow.svg);
        background-repeat: no-repeat;
        background-size: 2rem;
    }

    .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item .dropdown-menu {
        display: none !important;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: .25rem;
    }

    .header-container {
        padding: 1.5rem 1.5rem;
        max-width: 100%;
        position: relative;
    }

    .header-container .brand-logo img {
        width: unset;
        height: 3rem;
    }

    .header-container .navbar.navbar-expand-lg {
        width: calc(100% + 6rem);
        margin: 0 -3rem;
        padding: 1rem 0;
        margin-top: 20px;
    }

    .header-container .navbar.navbar-expand-lg .nav {
        margin-left: 0rem;
        flex-basis: 100%;
        max-width: 100%;
    }

    .header-container .navbar.navbar-expand-lg .nav li {
        width: 100%;
    }

    .header-container .navbar.navbar-expand-lg .nav li .nav-link {
        padding: 2rem 3rem;
        display: inline-block;
    }

    .header-container .navbar.navbar-expand-lg .nav li a {
        width: auto;
        display: inline-block;
    }

    .header-container .navbar.navbar-expand-lg .nav li:hover .dropdown-menu {
        display: block;
        left: 0;
    }

    .header-container .navbar.navbar-expand-lg .nav li .dropdown-menu {
        background-color: #F4F4F4;
        padding: 2rem 3rem;
        width: 100%;
    }

    .header-container .navbar.navbar-expand-lg .nav li .dropdown-menu .nav-drop-box {
        border-bottom: 0.2rem solid #C7C7C7;
        width: 100%;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .header-container .navbar.navbar-expand-lg .nav li .dropdown-menu .nav-drop-box:last-child {
        border: none !important;
    }

    .header-container .navbar.navbar-expand-lg .nav li .dropdown-menu a:hover {
        background: none;
    }

    .header-container .navbar.navbar-expand-lg .nav li .dropdown-menu .nav-level-2,
    .header-container .navbar.navbar-expand-lg .nav li .dropdown-menu .nav-level-3 {
        padding-left: 0rem;
        display: block;
    }

    .header-container .mobile-menu {
        display: block;
        position: absolute;
        right: 1.5rem;
        top: 2rem;
    }

    .header-container .mobile-menu button {
        outline: none;
    }

    .header-container .mobile-menu .close-icon {
        margin-top: -.4rem;
    }

    .header-container .mobile-menu .collapsed .close-icon {
        display: none;
    }

    .header-container .mobile-menu .collapsed .open-icon {
        display: block;
    }

    .header-container .mobile-menu .open-icon {
        display: none;
    }

    .header-container .search {
        display: block;
        position: absolute;
        right: 8rem;
        top: 2rem;
    }

    header {
        overflow: hidden;
        height: auto;
    }

    header .outer-container {}

    header .header-container {
        padding: 1.5rem 1.5rem .8rem;
    }

    header .header-container .demo {
        opacity: 0;
        transition: opacity .6s;
        margin-left: 0 !important;
        top: 1.5rem;
        position: absolute;
        z-index: 8;
    }

    header .header-container .demo a {
        font-size: 1.2rem;
        padding: 1.1rem 2rem;
    }

    header .header-container .brand-logo {
        z-index: 9;
    }

    header .header-container.scrolling .demo {
        display: block;
        z-index: 10;
        opacity: 1;
    }

    header .header-container.scrolling .demo .call {
        display: none;
    }

    header .header-container.scrolling .brand-logo img {
        opacity: 0;
        transition: opacity .6s;
    }

    header .navbar-expand-lg .navbar-collapse.collapse.show {
        display: flex !important;
    }

    header .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item.open .dropdown-menu {
        display: block !important;
    }

    header .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item.open:after {
        transform: rotate(180deg) !important;
        top: -.1rem !important;
        right: 4rem !important;
        width: 3rem !important;
        height: 30px !important;
        background-size: 2rem;
        background-position: unset;
    }

    header .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item:after {
        width: 3rem !important;
        height: 30px !important;
        right: 3rem !important;
        left: unset !important;
        top: 2rem !important;
        bottom: unset !important;
        transform: none !important;
        content: '';
        position: absolute;
        background-image: url(../svg/nav-black-arrow.svg);
        background-repeat: no-repeat;
        background-size: 2rem;
        background-position: unset;
    }

    header .navbar-expand-lg .navbar-collapse.collapse.show .nav.navbar-nav .nav-item .dropdown-menu {
        display: none !important;
    }

    header.open {
        height: 100%;
    }
}

.module-icon-text h2 {
    font-size: 4.2rem;
    max-width: 80rem;
    font-weight: 600;
    text-align: center;
    margin: auto;
}

.module-icon-text .col-3 {
    text-align: right;
    align-self: center;
}

.module-icon-text .sub-copy {
    max-width: 80rem;
    text-align: center;
    margin: 3rem auto 5rem;
}

.module-icon-text .sub-copy p {
    font-size: 2.13rem;
}

.module-icon-text img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.module-icon-text h4 {
    font-size: 2.39rem;
}

.module-icon-text .col-md-6 {
    margin-bottom: 2rem;
    padding: 0 4rem;
}

.module-icon-text a {
    font-weight: 600;
    color: #2E7E83;
}

.module-icon-text a:hover {
    color: #000;
}

@media (max-width: 992px) {
    .module-icon-text h2 {
        font-size: 3.19rem;
        max-width: 80rem;
        font-weight: 600;
        text-align: center;
        margin: auto;
    }

    .module-icon-text .sub-copy {
        max-width: 80rem;
        text-align: center;
        margin: 3rem auto 5rem;
    }

    .module-icon-text .sub-copy p {
        font-size: 2.13rem;
    }

    .module-icon-text img {
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .module-icon-text h4 {
        font-size: 2.39rem;
    }

    .module-icon-text .col-6 {
        margin-bottom: 8rem;
        padding: 0 4rem;
    }

    .module-icon-text a {
        font-weight: 600;
    }
}

.module-full-width-image {
    padding: 0px;
}

.module-full-width-image img {
    width: 100%;
    max-width: 100%;
}

.module-full-width-image .video--ambient {
    max-width: 100%;
}

.module-content-width-image {
    padding: 0px;
}

.module-content-width-image img {
    width: 100%;
    max-width: 100%;
}

.module-content-width-image .video--ambient {
    max-width: 100%;
}

@media (max-width: 768px) {
    .module-full-width-image {
        padding: 0px;
    }

    .module-content-width-image {
        padding: 0px;
    }

    .module-content-width-image img {
        width: 100%;
        max-width: 100%;
    }
}


.module-prev-next {
    padding: 0px;
}

.module-prev-next .col-md-12,
.module-prev-next .col-md-6 {
    padding: 4rem 11rem;
}

.module-prev-next h5 {
    font-size: 2.39rem;
}

.module-prev-next h4 {
    font-size: 3.19rem;
}

.module-prev-next .arrow {
    background: url(../svg/arrow-next.svg);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    background-position: center;
    width: 6rem;
    cursor: pointer;
}

.module-prev-next .arrow.next {
    right: 11rem;
    top: 0px;
}

.module-prev-next .arrow.prev {
    left: 11rem;
    top: 0px;
    background: url(../svg/arrow-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.module-prev-next a.previous {
    padding-left: 22rem;
    color: #000;
}

.module-prev-next a.previous:hover {
    color: #2E7E83;
}

.module-prev-next a.next-page {
    padding-right: 22rem;
    color: #fff;
}

@media (max-width: 992px) {
    .module-prev-next {
        padding: 0px;
    }

    .module-prev-next .col-md-12,
    .module-prev-next .col-md-6 {
        padding: 4rem 11rem;
    }

    .module-prev-next h5 {
        font-size: 2.6rem;
    }

    .module-prev-next h4 {
        font-size: 3.19rem;
    }

    .module-prev-next .arrow {
        background: url(../svg/arrow-next.svg);
        background-repeat: no-repeat;
        height: 100%;
        position: absolute;
        background-position: center;
        width: 6rem;
        cursor: pointer;
    }

    .module-prev-next .arrow.next {
        right: 3rem;
        top: 0px;
    }

    .module-prev-next .arrow.prev {
        left: 3rem;
        top: 0px;
        background: url(../svg/arrow-prev.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .module-prev-next .previous {
        padding-left: 11rem;
    }

    .module-prev-next .next-page {
        padding-right: 11rem;
    }
}

@media (max-width: 768px) {
    .module-prev-next {
        padding: 0px;
    }

    .module-prev-next .col-md-12,
    .module-prev-next .col-md-6 {
        padding: 4rem 11rem;
    }

    .module-prev-next h5 {
        font-size: 1.86rem;
    }

    .module-prev-next h4 {
        font-size: 2.13rem;
    }

    .module-prev-next .arrow {
        background: url(../svg/arrow-next.svg);
        background-repeat: no-repeat;
        height: 100%;
        position: absolute;
        background-position: center;
        width: 6rem;
        cursor: pointer;
        background-size: 30%;
    }

    .module-prev-next .arrow.next {
        right: 3rem;
        top: 0px;
    }

    .module-prev-next .arrow.prev {
        left: 3rem;
        top: 0px;
        background: url(../svg/arrow-prev.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30%;
    }

    .module-prev-next .previous {
        padding-left: 11rem;
    }

    .module-prev-next .next-page {
        padding-right: 11rem;
    }
}

.module-product-links h2 {
    font-weight: 600;
}

.module-product-links .copy {
    max-width: 70rem;
    margin: 2rem auto;
}

.module-product-links .product-link {
    display: inline-block;
    padding: 1rem 3rem 1rem 1rem;
}

.module-product-links .product-link a {
    font-size: 1.86rem;
    font-weight: 600;
    position: relative;
    padding-left: 0px;
}

.module-product-links .text-cta-box {
    padding-right: 3rem;
}

.module-product-links.bg-white .product-link {
    display: inline-block;
    padding: 1rem 3rem 1rem 1rem;
}

.module-product-links.bg-white .product-link a {
    font-size: 1.86rem;
    font-weight: 600;
    position: relative;
    padding-left: 0px;
}

@media (max-width: 768px) {
    .module-product-links h2 {
        font-size: 3.19rem;
    }

    .module-product-links .product-link {
        display: inline-block;
        padding: 1rem 1rem;
        width: 100%;
        vertical-align: top;
    }

    .module-product-links .product-link .link {
        padding: 0;
    }

    .module-product-links .product-link a.text-cta {
        margin: 0;
        font-size: 1.86rem;
    }
}

.module-pull-quote .col-md-8,
.module-pull-quote .col-md-4 {
    display: flex;
    align-items: center;
}

.module-pull-quote img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.module-pull-quote .pull-quote2 {
    padding: 0 8rem;
    position: relative;
    max-width: 900px;
    margin: auto;
}

.module-pull-quote .pull-quote2 p.quote2 {
    font-size: 2.39rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 1rem;
}

.module-pull-quote .pull-quote2 p.quote-credit {
    font-size: 2.13rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 0rem;
}

.module-pull-quote .pull-quote2 p.quote-credit-title {
    font-size: 1.86rem;
}

.module-pull-quote .pull-quote2 p {
    margin-bottom: 0px;
}

.module-pull-quote .pull-quote2 .text-cta {
    color: #fff;
    margin-top: 2rem;
    font-weight: 500;
}

.module-pull-quote.bg-offwhite .pull-quote2 .text-cta {
    color: #000;
    margin-top: 2rem;
    font-weight: 500;
}

.module-pull-quote .pull-quote2 .text-cta:after {
    content: '';
    position: absolute;
    background: url(../svg/white-arrow.svg);
    background-repeat: no-repeat;
    top: 25%;
}

.module-pull-quote.bg-offwhite .pull-quote2 .text-cta:after {
    content: '>';
    position: absolute;
    background: unset;
    background-repeat: no-repeat;
    top: -10%;
}

.module-pull-quote .pull-quote2:before {
    content: '';
    position: absolute;
    background: url(../svg/q2uote-open.svg);
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    left: 0px;
    top: -1.5rem;
}

.module-pull-quote .pull-quote2:after {
    content: '';
    position: absolute;
    background: url(../svg/q2uote-close.svg);
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    top: -9rem;
    right: -3rem;
}

.module-pull-quote.bg-lt-blue {
    color: #000;
}

.module-pull-quote.bg-lt-blue .pull-quote2:before {
    content: '';
    position: absolute;
    background: url(../svg/q2uote-open-blue.svg);
    background-repeat: no-repeat;
}

.module-pull-quote.bg-lt-blue .pull-quote2:after {
    content: '';
    position: absolute;
    background: url(../svg/q2uote-close-blue.svg);
    background-repeat: no-repeat;
}

.module-pull-quote.bg-lt-blue .text-cta {
    color: #000;
}

.module-pull-quote.bg-lt-blue .text-cta:after {
    content: '';
    position: absolute;
    background: url(../svg/black-arrow.svg);
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .module-pull-quote {
        overflow: hidden;
    }

    .module-pull-quote .pull-quote2 {
        padding: 0 8rem;
        position: relative;
        max-width: 900px;
        margin: auto;
    }

    .module-pull-quote .pull-quote2 p.quote2 {
        font-size: 2.6rem;
        font-weight: 600;
        font-style: italic;
        margin-bottom: 1rem;
    }

    .module-pull-quote .pull-quote2 p.quote-credit {
        font-size: 2.6rem;
        font-weight: 600;
        margin-bottom: 0rem;
    }

    .module-pull-quote .pull-quote2 p.quote-credit-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .module-pull-quote .col-md-8 {
        order: 1;
        padding: 0rem;
    }

    .module-pull-quote .col-md-4 {
        order: 2;
        margin-top: 3rem;
        height: 45rem;
    }

    .module-pull-quote .pull-quote2 {
        padding: 0 7rem;
        position: relative;
        max-width: 900px;
        margin: auto;
    }

    .module-pull-quote .pull-quote2 p.quote2 {
        font-size: 2.13rem;
        font-weight: 600;
        font-style: italic;
        margin-bottom: 1rem;
    }

    .module-pull-quote .pull-quote2 p.quote-credit {
        font-size: 1.86rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .module-pull-quote .pull-quote2 p.quote-credit-title {
        font-size: 1.59rem;
    }
}


.module-statistic {
    text-align: center;
}

.module-statistic h2 {
    font-weight: 600;
    max-width: 80rem;
    margin: auto;
}

.module-statistic .stat-box {
    margin: 3rem 0rem;
    padding: 0 3rem;
}

.module-statistic .stat {
    font-size: 7.4rem;
    font-weight: 800;
}

.module-statistic .stat img {
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
}

.module-statistic h4 {
    font-size: 1.86rem;
    font-weight: 600;
}

.module-statistic .copy {
    margin-top: 3rem;
}

@media (max-width: 768px) {

    .module-statistic .stat-box {
        width: 90%;
        margin: 3rem 5% 0;
        padding: 0 3rem 4rem;
        border-bottom: 1px solid #BAD6D9;
    }

    .module-statistic .stat-box:nth-child(3) {
        border-bottom: 0px solid #BAD6D9;
    }

}

@media (max-width: 992px) {
    .module-statistic .stat {
        font-size: 6.4rem;
    }

    .module-statistic h4 {
        font-size: 2.2rem;
    }
}

.module-tabbed-content .nav {
    border: none !important;
    margin-bottom: 3rem;
}

.module-tabbed-content .nav-item {
    width: 100%;
    text-align: center;
    border: none !important;
    border-radius: 0;
}

.module-tabbed-content .tab-count-2 .nav-item {
    width: 50%;
}

.module-tabbed-content .tab-count-3 .nav-item {
    width: 33%;
}

.module-tabbed-content .tab-count-4 .nav-item {
    width: 25%;
}

.module-tabbed-content .nav-link {
    font-weight: 600;
    font-size: 1.86rem;
    padding: 2rem;
    background-color: #F4F4F4;
    text-decoration: none;
    border-radius: 0;
    border: none;
    height: 100%;
}

.module-tabbed-content .nav-link.active {
    background-color: #2E7E83;
    color: #fff;
}

.module-tabbed-content .nav-link:hover {
    background-color: #C7C7C7;
    color: #000;
}

.module-tabbed-content .col-md-6 img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.module-tabbed-content .col-md-6 .copy {
    margin-top: 3rem;
}

.module-tabbed-content .col-md-12 img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .module-tabbed-content .tab-count-4 .nav-item {
        width: 50%;
    }

    .module-checklist .copy {
        margin: 0px auto;
    }
}

.module-text-image.module-checklist-md {
    padding-top: 40px;
    padding-bottom: 40px;
}

.module-text-image {
    padding: 4rem 0rem;
    position: relative;
    overflow: hidden;
}

.module-text-image img {
    width: 100%;
}

.module-text-image .image-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: cover;
}

.module-text-image .col-md-6 {
    padding: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.module-text-image .background-color-box {
    position: absolute;
    position: absolute;
    height: 100%;
    width: 50vw;
    left: 0;
    top: 0;
}

.module-text-image .background-color-box.left {
    z-index: 1;
}

.module-text-image .background-color-box.right {
    left: unset;
    right: 0;
}

.module-text-image.bg-blue .background-color-box,
.module-text-image.bg-blue .left,
.module-text-image.bg-blue .right {
    background-color: #1C355E !important;
}
.module-text-image.bg-blue .left p,
.module-text-image.bg-blue .right p {
    color: #fff;
} 

.module-text-image h1,
.module-text-image h2,
.module-text-image h3 {
    font-size: 4rem;
    font-weight: 200;
}

.module-text-image.bg-blue h1,
.module-text-image.bg-blue h2,
.module-text-image.bg-blue h3,
.module-text-image .bg-blue h1,
.module-text-image .bg-blue h2,
.module-text-image .bg-blue h3 {
    color: #fff;
}

.module-text-image .btn,
.module-text-image form .gform_button,
form .module-text-image .gform_button,
.module-text-image p,
.module-text-image .module-accordion .card p,
.module-accordion .card .module-text-image p {
    margin-top: 2rem;
}

.module-text-image.image-transparent .image-box {
    . display: flex;
    justify-content: center;
    align-items: center;
    padding: 8rem 4rem;
}

.module-text-image.image-transparent .image-box img {
    max-width: 100%;
}

.module-text-image.image-transparent .col-md-6 {
    padding: 4rem;
}

.module-text-image.image-transparent .col-md-6.right {
    z-index: 0;
}

.module-text-image.image-transparent .col-md-6.left {
    padding: 8rem 8rem 8rem 4rem;
    z-index: 1;
}

.module-text-image.image-bleed .image-container.col-md-6 {
    position: absolute;
    height: 100%;
    width: 50vw;
    right: 0;
    top: 0;
}

.module-text-image.image-bleed .text-col.col-md-6.right {
    margin-left: 35vw;
    width: 50vw;
    right: 0;
    top: 0;
}

@media (max-width: 1750px) {
    .module-text-image.image-bleed .text-col.col-md-6.right {
        margin-left: 40vw;
        padding-left: 20px;
    }
}

.module-text-image.image-bleed .image-container.col-md-6.left {
    right: unset;
    left: 0;
}

.module-text-image.image-bleed.left .col-md-6.right {
    z-index: 1;
}

.module-text-image.image-bleed.left .col-md-6.left {
    z-index: 0;
}

.module-text-image.image-bleed.left .background-color-box.left {
    z-index: 0;
}

.module-text-image.image-bleed.left .background-color-box.right {
    right: 1;
}

.module-text-image.image-bleed.right .col-md-6.right {
    z-index: 0;
}

.module-text-image.image-bleed.right .col-md-6.left {
    z-index: 1;
}

.module-text-image.image-bleed.right .background-color-box.left {
    z-index: 1;
}

.module-text-image.image-bleed.right .background-color-box.right {
    z-index: 0;
}

.module-text-image .text-cta {
    display: inline-block;
    margin-bottom: 1rem;
}

.module-text-image .text-cta-box {
    display: block;
}

@media (max-width: 992px) {
    .module-text-image {
        padding: 0px;
    }

    .module-text-image .col-md-6 {
        padding: 6rem;
    }

    .module-text-image h1,
    .module-text-image h3 {
        font-size: 3.19rem;
    }

    .module-text-image p,
    .module-text-image .module-accordion .card p,
    .module-accordion .card .module-text-image p {
        font-size: 1.86rem;
    }
}

@media (max-width: 768px) {
    .module-text-image {
        padding: 0px;
        text-align: center;
    }

    .module-text-image h1,
    .module-text-image h3 {
        padding-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .module-text-image .col-md-6 {
        padding: 6rem 3rem !important;
    }

    .module-text-image .image-container {
        padding: 0px;
        padding-top: 52.46332% !important;
    }

    .module-text-image .col-md-6 {
        position: relative !important;
        width: 100% !important;
    }

    .module-text-image .background-color-box {
        display: none;
    }

    .module-text-image.image-transparent .image-box {
        padding: 4rem 4rem 0rem;
    }
}

.module-loop-video {
    padding: 15rem 0;
    position: relative;
    overflow: hidden;
}

.module-loop-video video {
    position: absolute;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    left: -9999px;
    right: -9999px;
    left: 0;
    top: 0px;
    opacity: .5;
}

.module-loop-video.style-Light {
    background-color: #fff;
}

.module-loop-video.style-Dark {
    background-color: #000 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .module-loop-video {
        padding: 10rem 0;
        position: relative;
        overflow: hidden;
    }

    .module-loop-video video {
        position: absolute;
        width: auto;
        min-width: 100%;
        height: 100%;
        left: -9999px;
        right: -9999px;
        left: 0;
        top: 0px;
    }
}

.module-text table {
    font-size: 1.86rem;
}

.module-text table td {
    padding: 1rem;
}

.module-text p,
.module-text .module-accordion .card p,
.module-accordion .card .module-text p {
    line-height: 2em;
}

.module-text a {
    color: #2E7E83;
}

.module-video-inline {
    padding: 5rem 0;
}

.module-video-inline .iframe-container {
    overflow: hidden;

    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}

.module-video-inline .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.module-video-inline h2 {
    text-align: center;
    font-weight: 600;
}

.module-video-inline .copy {
    margin: 3rem;
}

.module-video-takeover .modal {
    background: rgba(0, 0, 0, 0.5);
}

.module-video-takeover .modal.show .modal-dialog {
    width: 90vw;
    max-width: unset;
}

.module-video-takeover .modal-content {
    background: transparent;
    border: none;
}

.module-video-takeover .modal-content .modal-header {
    border: none;
}

.module-video-takeover .iframe-container {
    overflow: hidden;

    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}

.module-video-takeover .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.module-video-takeover .close {
    outline: none;
    cursor: pointer;
}

.module-video-takeover .hide {
    display: none;
}

@media (max-width: 992px) {
    .module-video-inline {
        padding: 4rem 0;
    }
}


.adminbar-input {
    border: none !important;
}


.call {
    text-align: right;
    white-space: nowrap;
}

#lang-switcher-switcher-mobile {
    width: 65px;
    margin: 0 auto;
}

@media (max-width: 1180px) {
    #lang-switcher-switcher-desktop {
        display: none;
    }

    header .header-container .demo a {
        padding: 0px;
    }

    .header-container {
        flex-wrap: wrap;
    }
}


.header-container {
    background-color: transparent;
}


@media (min-width: 1181px) {
    .header-container .header-item {
        /* nothing here */
    }

    .header-container .header-item .nav {
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        padding-left: 35px;
    }

    .header-container .header-item .nav .nav-link {
        white-space: nowrap;
    }

    .header-container .header-item.demo .call {
        position: absolute;
        right: 25px;
        margin-top: -30px;
    }

    .lang-us .header-container .header-item.demo .call {
        right: 22.5vw;
    }
}


.module-text-image .col-md-6.video {
    padding: 0px;
}

@media (max-width: 768px) {

    .module-text-image .col-md-6.video {
        padding: 0px !important;
    }
}

.post-type-archive-news .card-body.press-release .subject-text {
    display: none;
}

.page-template-template-customers .card-image a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.page-template-template-customers .card-image img {
    width: 60%;
    height: auto;
}

.hidden {
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

@media (min-width: 2068px) {

    .page-id-975 .module-text-image.image-bleed {

        padding: 10vw 0;

    }
}


.iti__flag {
    background-image: url("../png/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../png/flags%402x.png");
    }
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 20px;
}

.iti__flag-box {
    width: 30px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 4px;
}

.iti--separate-dial-code .iti__selected-flag {
    padding: 0 6px 0 16px;
    margin-left: -19px;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}


/* career sites page fix */
.page-id-975 .module-text-image.image-bleed .image-container.col-md-6.left {
    position: relative;
    padding: 0px;
}

.page-id-975 .module-text-image.image-bleed .image-container.col-md-6.left video.media {
    transform: scale(1.2);
}

.page-id-975 .module-text-image.image-bleed .text-col.col-md-6.right {
    margin-left: 0px;
}

.page-id-975 .module-text-image.image-bleed .image-container.col-md-6 {
    height: auto;
    width: auto;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.module-card .cta-accent {
    display: none;
}


.iti__flag {
    background-image: url("../png/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../png/flags%402x.png");
    }
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 20px;
}

.mktoForm input#Phone {
    text-indent: 40px;
}

.iti__flag-box {
    width: 30px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-right: 4px;
}

.iti--separate-dial-code .iti__selected-flag {
    padding: 0 6px 0 16px;
    margin-left: -19px;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}


/* Inspire page */
.page-id-10608 h1,
.page-id-10608 h1 {
    color: #2E7E83;
}

.page-id-10608 #hero-section {

    background-image: url(../jpg/hero-bg.jpg);
    height: 42vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
}

.page-id-10608 #hero-section .heading-text {
    margin-left: -8vw;
    margin-top: 9%;
}

.page-id-10608 #hero-section .heading-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 7vw !important;
    margin-bottom: 0px;
    margin-top: -7px;
}

.page-id-10608 #hero-section .heading-text .logo {
    margin-left: 0.4vw;
}

.page-id-10608 #hero-section .heading-text .logo img {
    width: 13vw;
}

.page-id-10608 #hero-section .heading-text .subheading {
    display: flex;
    align-items: center;
    margin-right: -8vw;
}

.page-id-10608 #hero-section .heading-text .subheading h2 {
    color: #2E7E83;
    margin-left: auto;
    margin-right: 1.5vw;
    font-size: 3.5vw;
}

.page-id-10608 #hero-section .heading-text .subheading h2 .light-weight {
    font-weight: 400;
    color: #2E7E83;
}

.page-id-10608 #hero-section .heading-text .subheading img {
    height: 3vw;
}

.page-id-10608 #hero-section .event-date {
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
    white-space: nowrap;

}


.page-id-10608 #join-us-section h2 {
    font-weight: bold;
    color: #2E7E83;
}

.page-id-10608 #join-us-section p {
    margin-top: 15px;
    font-weight: 300;
    color: #575757;
    font-size: 2rem;
}

.page-id-10608 #join-us-section .text-cta-box {
    background-color: #2E7E83;
    border-radius: 3rem;
    margin-top: 30px;
    padding: 1.5rem 4rem;
    cursor: pointer;
    transition: all 300ms;
}

.page-id-10608 #join-us-section .text-cta-box:hover {
    background-color: #F4C55C;
}

.page-id-10608 #join-us-section .text-cta-box:hover a {
    color: #222;
}

.page-id-10608 #join-us-section .text-cta-box a {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.page-id-10608 #join-us-section .text-cta-box a:hover {
    text-decoration: none;
}

.page-id-10608 #join-us-section .text-cta::after {
    display: none;
}


.page-id-10608 .module-video-inline {
    padding: 0px;
}


.page-id-10608 #moving-forward-section {
    position: relative;
    padding-bottom: 100px !important;
    border-bottom: 1px solid #f0f0f0;
}

.page-id-10608 #moving-forward-section .container {

    max-width: 940px;
}

.page-id-10608 #moving-forward-section h2 {

    font-weight: bold;
    color: #2E7E83;
    margin-bottom: 70px;
}

.page-id-10608 #moving-forward-section .grid-card {
    position: relative;
    z-index: 100;
}

.page-id-10608 #moving-forward-section .grid-card p {
    color: #737373;
}

.page-id-10608 #moving-forward-section .fegh5hrdsf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.page-id-10608 #rewind-section {

    background-image: url(../jpg/rewind-bg.jpg);
    height: 37vw;
    position: relative;
}

.page-id-10608 #rewind-section .rewind-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    text-align: center;
    z-index: 100;
}

.page-id-10608 #rewind-section .rewind-text h2 {
    color: #717171;
    font-size: 7vw;
    margin-bottom: 0px;
}

.page-id-10608 #rewind-section .rewind-text h3 {
    color: #2E7E83;
    font-size: 3.5vw;
    font-weight: bold;
}

.page-id-10608 #rewind-section .rewind-text p {
    color: #2E7E83;
    font-weight: bold;
    font-size: 2vw;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
}

.page-id-10608 #rewind-section .rewind-girl,
.page-id-10608 #rewind-section .accent-left,
.page-id-10608 #rewind-section .accent-right {
    position: absolute;
}

.page-id-10608 #rewind-section .rewind-girl {
    z-index: 1;
    bottom: 0;
    height: 55vw;
}

.page-id-10608 #rewind-section .accent-right {
    right: 0;
    top: 50%;
    height: 35vw;
    z-index: 2;
}

.page-id-10608 #rewind-section .accent-left {
    bottom: -40%;
    height: 35vw;
    z-index: 4;
}


.page-id-10608 #community-winners-secttion h2 {
    color: #2E7E83;
    font-size: 3rem;
}


.page-id-10608 #register {
    position: relative;
    z-index: 3;
}

.page-id-10608 #register .container {
    position: relative;
}

.page-id-10608 #register h3 {
    max-width: 100%;
}

.page-id-10608 #register h3 .form-heading {
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
}

.page-id-10608 #register h3 .form-subheading {
    color: #777;
    font-size: 2rem;
    font-weight: 300 !important;
    margin-top: 10px;
}

.page-id-10608 #register .left-accent,
.page-id-10608 #register .right-accent {
    position: absolute;
    z-index: 1;
}

.page-id-10608 #register .left-accent {
    left: 0;
    bottom: -64px;
}

.page-id-10608 #register .right-accent {
    right: 0;
    bottom: 0;
}

.page-id-10608 #register .container {
    padding-left: 2vw;
    padding-right: 2vw;
}


.page-id-10608 #community-winners-secttion p {

    margin-top: 15px;
    margin-bottom: 60px;
    font-weight: 300;
    color: #575757;
    font-size: 2rem;
}


.page-id-10608 .module-form {
    background-color: #F4C55C !important;
}


.page-id-10608 #community-winners-secttion .grid-image {
    margin-bottom: 0px;
}

.page-id-10608 #community-winners-secttion .grid-card p {
    font-size: 1.5rem;
    margin: 0px;
}


.page-id-10608 footer {
    border-top: 1px solid #e1e1e1;
}


.page-id-10608 .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.page-id-10608 .mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
    width: 21px !important;
}

.page-id-10608 .mktoForm .mktoLabel {
    min-height: 25px;
}

.page-id-10608 .mktoForm .mktoFieldWrap.iNSPIREiCIMSProductsandServices,
.page-id-10608 .mktoForm .mktoFieldWrap.additionalTermsConditions {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 7px;
}

.page-id-10608 .mktoForm .mktoFieldWrap.eventSwag,
.page-id-10608 .mktoForm .mktoFieldWrap.iNSPIREiCIMSProductsandServices {
    padding-top: 10px;
}

.page-id-10608 .mktoForm .mktoFieldWrap.eventSwag .mktoLabel {
    padding-top: 2px;
}

.page-id-10608 .mktoForm .mktoFieldWrap.additionalTermsConditions {
    padding-top: 15px;
}

.page-id-10608 #sponsor-headline h2 {
    color: #2E7E83;
    font-size: 3rem;
}

.page-id-10608 #grid1 h4,
.page-id-10608 #grid2 h4,
.page-id-10608 #grid3 h4,
.page-id-10608 #grid4 h4 {
    font-weight: 300;
    font-size: 1.8rem;
}

.page-id-10608 #grid1 .grid-card {
    max-width: 20%;
}

@media (max-width: 768px) {

    .page-id-10608 #hero-section {
        height: 60vw;
    }

    .page-id-10608 #hero-section .heading-text {
        margin-top: 14%;
    }

    .page-id-10608 #hero-section .heading-text .logo img {
        width: 18vw;
    }

    .page-id-10608 #hero-section .heading-text h1 {
        font-size: 9vw !important;
    }

    .page-id-10608 #hero-section .heading-text .subheading h2 {
        font-size: 4.5vw;
    }

    .page-id-10608 #hero-section .event-date {
        margin-top: 3%;
        font-size: 4vw;
    }

    .page-id-10608 #join-us-section {
        padding-top: 50px;
    }

    .page-id-10608 .mktoForm .mktoFormRow {
        width: 100%;
        padding: 0 7px;
    }

    .page-id-10608 .mktoForm .mktoLabel {
        min-height: auto;
    }
}

@media (max-width: 420px) {

    .page-id-10608 #hero-section {
        background-image: url(../jpg/reg-page-header-mobile.jpg);
        height: 90vw;
    }

    .page-id-10608 #hero-section .heading-text {
        margin-top: 24%;
    }

    .page-id-10608 #hero-section .heading-text .logo img {
        width: 23vw;
    }

    .page-id-10608 #hero-section .heading-text h1 {
        font-size: 12vw !important;
    }

    .page-id-10608 #hero-section .heading-text .subheading h2 {
        font-size: 6vw;
    }

    .page-id-10608 #hero-section .event-date {
        margin-top: 11%;
        font-size: 6vw;
    }

    .page-id-10608 .mktoForm,
    .page-id-10608 .mktoForm .mktoFormRow {
        padding: 0px;
    }

    .page-id-975 .module-text-image.image-bleed {

        padding: 10vw 0;
    }
}


/* INSPIRE THANK YOU */

.page-id-10784 #hero-section {

    background-image: url(../jpg/ty-hero-bg-2.jpg);
    height: 43vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.page-id-10784 #hero-section h1 {
    font-weight: bold;
    font-size: 3.5vw;
}

.page-id-10784 #hero-section h1,
.page-id-10784 #hero-section p {
    color: #fff;
    text-align: center;
}

.page-id-10784 #hero-section .heading-text {
    max-width: 600px;
}

.page-id-10784 #hero-section .heading-text p {
    margin-top: 3vw;
    font-size: 1.8vw;
    padding: 0 1.5vw;
}

.page-id-10784 #hero-section .cta {
    padding-top: 2vw;
    text-align: center;
}

.page-id-10784 #hero-section .cta a.btn {
    background-color: #F4C55C;
    font-size: 2rem;
}

.page-id-10784 #hero-section .accent-right,
.page-id-10784 #hero-section .accent-left {
    position: absolute;
}

.page-id-10784 #hero-section .accent-right {
    top: 378px;
    right: 0;
}

.page-id-10784 #hero-section .accent-left {
    left: 0;
    top: 562px;
    z-index: 4;
}

.page-id-10784 #speak-to-rep {
    background-color: #F4C55C !important;
}

.page-id-10784 #speak-to-rep .row {
    padding: 0px;
}

.page-id-10784 #speak-to-rep h2 {
    font-weight: bold;
    color: #fff;
}

.page-id-10784 #speak-to-rep .text-cta-box {
    background-color: #2E7E83;
    border-radius: 3rem;
    margin-top: 30px;
    padding: 1.5rem 4rem;
    cursor: pointer;
    transition: all 300ms;
}

.page-id-10784 #speak-to-rep .text-cta-box a {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.page-id-10784 #speak-to-rep .text-cta-box a:hover {
    text-decoration: none;
}

.page-id-10784 #speak-to-rep .text-cta::after {
    display: none;
}

.page-id-10784 #keynotes-heading {
    position: relative;
    z-index: 3;
    padding: 80px 0 55px 0;
}

.page-id-10784 #keynotes-heading h2 {
    font-size: 3.5rem;
    color: #2E7E83;
}

.page-id-10784 #keynotes-section {
    position: relative;
    z-index: 3;
}

.page-id-10784 #keynotes-section .card-body {
    background-color: #fcd1a0;
    overflow: hidden;
    min-height: 390px;
}

.page-id-10784 #keynotes-section .card-heading {
    color: #626262;
    font-weight: bold;
    font-size: 2rem;
}

.page-id-10784 #keynotes-section p {
    color: #2E7E83;
}

.page-id-10784 #keynotes-section .text-cta {
    color: #fff;
    z-index: 10;
    bottom: 1.5rem;
}

.page-id-10784 #keynotes-section .text-cta:after {
    background-image: url(../svg/white-arrow.svg);
}

.page-id-10784 #keynotes-section .cta-accent {
    position: absolute;
    background-color: #F4C55C;
    bottom: 0;
    left: 0;
    height: 393px;
    width: 391px;
    z-index: 9;
    border-radius: 1000px;
    left: -142px;
    bottom: -303px;
}

.page-id-10784 #keynotes-section.module-card .cta-accent {
    display: block;
}

.page-id-10784 #dig-in-headling .container {
    border-top: 1px solid #e1e1e1;
    padding-top: 90px;
}

.page-id-10784 #dig-in-headling h2 {
    font-weight: bold;
    color: #222;
}

.page-id-10784 footer {
    border-top: 1px solid #e1e1e1;
}

@media (min-width: 1400px) {
    .page-id-10784 #hero-section .heading-text {
        max-width: 49vw;
    }

    .page-id-10784 #hero-section .accent-right {
        top: 38vw;
    }

    .page-id-10784 #hero-section .accent-left {
        top: 49vw;
    }
}

@media (max-width: 992px) {

    .page-id-10784 #keynotes-section .card {
        height: 100%;
    }
}

@media (max-width: 768px) {

    .page-id-10784 #hero-section {
        height: 60vw;
    }

    .page-id-10784 #hero-section .heading-text {
        max-width: 450px;
    }

    .page-id-10784 #hero-section .heading-text p {
        font-size: 2.5vw;
    }

    .page-id-10784 #speak-to-rep .text-cta-box {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-id-10784 #hero-section .accent-left {
        z-index: 1;
    }

}

@media (max-width: 420px) {

    .page-id-10784 #hero-section {
        background-image: url(../jpg/ty-page-header-mobile.jpg);
        height: 90vw;
    }

    .page-id-10784 #hero-section .heading-text {
        max-width: 100%;
        padding: 4vw;
    }

    .page-id-10784 #hero-section .heading-text h1 {
        font-size: 2.5em !important
    }

    .page-id-10784 #hero-section .heading-text p {
        font-size: 4vw;
    }

}

@media (max-width: 300px) {
    .page-id-10784 #hero-section {

        height: 110vw;

    }

}


/* Class of 2021 */
.page-id-11066 h1 {
    font-weight: bold !important;
}

.page-id-11066 #hero-section .container {

    height: 40vw;
    max-height: 550px;
    display: flex;
}

.page-id-11066 #hero-section .container>div {
    width: 50%;
}

.page-id-11066 #hero-section .content {
    padding-top: 10vw;
}

.page-id-11066 #hero-section h1 {
    font-size: 4.2vw;
}

.page-id-11066 #hero-section h1 span {
    color: #2E7E83;
}

.page-id-11066 #hero-section p {
    font-size: 2.5em;
    padding-top: 20px;
}

.page-id-11066 #hero-section .image {
    position: relative;
    height: 100%;
}

.page-id-11066 #hero-section .image img {
    position: absolute;
    height: 43vw;
    bottom: 0;
}


.page-id-11066 #hear-from-icims {
    background-color: #2E7E83;
    padding: 60px 0;
}

.page-id-11066 #hear-from-icims h2 {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 6vw;
    color: #fff;
    text-align: center;
    max-width: 100rem;
    margin: auto;
}

.page-id-11066 #hear-from-icims .container>div {
    display: flex;
    margin-top: 40px;
}

.page-id-11066 #hear-from-icims>div .wistia-video {
    width: 50%;
    padding: 0 15px;
}

.page-id-11066 #hear-from-icims>div .wistia-video .wistia_embed {
    width: 100%;
    height: 25vw;
}


.page-id-11066 #get-report {
    background-color: #F4C55C !important;
}

.page-id-11066 #get-report h2 {
    color: #fff;
}

.page-id-11066 #cta-section {
    background-color: #F4C55C;
    padding-bottom: 60px;
}

.page-id-11066 #cta-section .container {
    display: flex;
    align-items: center;
}

.page-id-11066 #cta-section .left img {
    max-height: 500px;
}

.page-id-11066 #cta-section .right {
    padding-left: 6vw;
}

.page-id-11066 #cta-section .right p {
    color: #fff;
    font-size: 2.5rem;
}

.page-id-11066 #cta-section .right .btn {
    margin-top: 25px;
    font-size: 2.2rem;
}


@media (max-width: 1000px) {
    .page-id-11066 #hero-section .container {
        padding: 0 3vw;
    }

    .page-id-11066 #hero-section .content {
        padding-top: 4vw;
    }
}

@media (max-width: 768px) {

    .page-id-11066 #hero-section h1 {
        font-size: 9.2vw !important;
    }

    .page-id-11066 #hero-section p {
        font-size: 3.2vw;
    }

    .page-id-11066 #hero-section .container {
        height: 120vw;
        padding: 0 4vw;
    }

    .page-id-11066 #hero-section .content {
        padding-top: 0px;
        width: 100% !important;
    }

    .page-id-11066 #hero-section .content br {
        display: none;
    }

    .page-id-11066 #hero-section .image img {
        height: 102vw;
        left: -98%;
        z-index: -1;
    }


    .page-id-11066 #hear-from-icims {
        padding: 0 3vw;
    }

    .page-id-11066 #hear-from-icims .container>div {
        flex-direction: column;
    }

    .page-id-11066 #hear-from-icims>div .wistia-video {
        width: 100%;
        padding: 10px 0;
    }

    .page-id-11066 #hear-from-icims>div .wistia-video .wistia_embed {
        max-width: 400px;
        margin: 0 auto;
        height: 40vw;
    }


    .page-id-11066 #cta-section .container {

        flex-direction: column;
    }

    .page-id-11066 #cta-section .right {
        padding: 0 2vw;
        text-align: center;
    }

    .page-id-11066 #cta-section .left img {
        width: 100%;
    }

}


/* Notifications */
.notifications-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.notification {
    width: 100%;
    color: #fff;
    overflow: hidden;
    transition: all 300ms;
    display: none;
}

.notification .accent {
    position: absolute;
}

.notification.collapsed .accent {
    height: 350px;
    width: 350px;
    border-radius: 350px;
    top: -147px;
    left: -180px;
    transition: all 150ms;
}

.notification.expanded .accent {
    height: 500px;
    width: 500px;
    border-radius: 500px;
    top: -350px;
    left: -300px;
    transition: all ease-out 600ms;
}

.notification .container {
    position: relative;
    z-index: 2;
}

.notification .container a {
    color: #fff; 
    text-decoration: underline;
}

.notification.context-positive {
    border-bottom: 0.5px solid #C18ECA;
}

.notification.context-negative {
    border-bottom: 0.5px solid #F06C79;
}

.notification.context-positive,
.notifications-container .mobile-down-arrow.context-positive>div {
    background-color: #A52376;
}

.notification.context-positive .accent {
    background-color: #772359;
}

.notification.context-negative,
.notifications-container .mobile-down-arrow.context-negative>div {
    background-color: #EC1D31;
}

.notification.context-negative .accent {
    background-color: #C32525;
}

.notification .collapsed-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification .collapsed-container .content-container {
    display: flex;
    align-items: baseline;
    flex: 1;
}

.notification .collapsed-container .control-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 75px;
}

.notification .collapsed-container .control-icons>div {
    display: flex;
    align-items: center;
}

.notifications-container .mobile-down-arrow svg,
.notification .collapsed-container .control-icons svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition-property: transform;
    transition-duration: 300ms;
}

.notifications-container .mobile-down-arrow {
    display: none;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.notifications-container .mobile-down-arrow>div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    top: -20px;
    display: flex;
    align-items: center;
}

.notifications-container .mobile-down-arrow>div svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.notification p {
    margin: 0px;
    padding: 0px;
}

.notification .collapsed-container .heading {
    font-size: 1.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.notification .collapsed-container .banner-copy {
    padding-left: 0.75rem;
    font-size: 1.8rem;
    font-weight: 300;
    padding-left: 10px;
}

.notification .collapsed-container .mobile-banner-copy {
    display: none;
    text-transform: none;
    font-weight: 300;
}

.notification .expanded-container {
    transition: opacity 300ms;
}

.notification.collapsed .expanded-container {
    height: 0;
}

.notification.expanded .expanded-container {
    height: auto;
    padding-bottom: 35px;
}

.notification .expanded-container .expanded-copy {
    transition: opacity 500ms;
}

.notification.collapsed .expanded-container .expanded-copy {
    opacity: 0;
}

.notification.expanded .expanded-container .expanded-copy {
    opacity: 1;
}

.notification .expanded-container .expanded-copy p {
    font-weight: 300;
}

@media (max-width: 1180px) {
    .notification .desktop-down-arrow {
        display: none !important;
    }

    .notifications-container .mobile-down-arrow {
        display: flex;
        height: 0;
    }
}

@media (max-width: 1000px) {
    .notification .collapsed-container {
        padding: 0 2.5vw;
    }

    .notification.expanded .expanded-container {
        padding: 0px 2.5vw 35px 2.5vw;
    }
}

@media (max-width: 640px) {
    .notification .collapsed-container {
        padding: 40px 4vw;
    }

    .notification.expanded .expanded-container {
        padding: 0px 4vw 35px 4vw;
    }

    .notification .expanded-container .expanded-copy p {
        font-size: 1.7rem;
    }

    .notification .collapsed-container .heading {
        flex: 1;
        white-space: normal;
    }

    .notification .collapsed-container .banner-copy {
        display: none;
    }

    .notification .collapsed-container .mobile-banner-copy {
        display: block;
    }

    .notification .collapsed-container .control-icons {
        width: auto;
    }
}


/* Inspire Executive Summit Page */
.page-id-11584 h1,
.page-id-11584 h1 {
    color: #2E7E83;
}

.page-id-11584 #hero-section {

    background-image: url(../jpg/ty-hero-bg-no-people.jpg);
    height: 42vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
}

.page-id-11584 #hero-section .heading-text {
    margin-left: -8vw;
    margin-top: 9%;
}

.page-id-11584 #hero-section .heading-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 7vw !important;
    margin-bottom: 0px;
    margin-top: -7px;
}

.page-id-11584 #hero-section .heading-text .logo {
    margin-left: 0.4vw;
}

.page-id-11584 #hero-section .heading-text .logo img {
    width: 13vw;
}

.page-id-11584 #hero-section .heading-text .subheading {
    display: flex;
    align-items: center;
    margin-right: -8vw;
}

.page-id-11584 #hero-section .heading-text .subheading h2 {
    color: #225e62;
    margin-left: auto;
    margin-right: 1.5vw;
    font-size: 3.5vw;
}

.page-id-11584 #hero-section .heading-text .subheading h2 .light-weight {
    font-weight: 400;
    color: #225e62;
}

.page-id-11584 #hero-section .heading-text .subheading img {
    height: 3vw;
}

.page-id-11584 #hero-section .event-date {
    color: #fff;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
    white-space: nowrap;
    background-color: #F4C55C;
    padding: 10px 30px;
}


.page-id-11584 #join-us-section h2 {
    font-weight: bold;
    color: #2E7E83;
}

.page-id-11584 #join-us-section p {
    margin-top: 15px;
    font-weight: 300;
    color: #575757;
    font-size: 2rem;
}

.page-id-11584 #join-us-section .text-cta-box {
    background-color: #F4C55C;
    border-radius: 3rem;
    margin-top: 30px;
    padding: 1.5rem 4rem;
    cursor: pointer;
    transition: all 300ms;
}

.page-id-11584 #join-us-section .text-cta-box:hover {
    background-color: #2F8C93;
}

.page-id-11584 #join-us-section .text-cta-box:hover a {
    color: #fff;
}

.page-id-11584 #join-us-section .text-cta-box a {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.page-id-11584 #join-us-section .text-cta-box a:hover {
    text-decoration: none;
}

.page-id-11584 #join-us-section .text-cta::after {
    display: none;
}


.page-id-11584 #moving-forward-section {
    position: relative;
}

.page-id-11584 #moving-forward-section .container {

    max-width: 940px;
}

.page-id-11584 #moving-forward-section h2 {
    font-weight: bold;
    margin-bottom: 70px;
}

.page-id-11584 #moving-forward-section .grid-card {
    position: relative;
    z-index: 100;
}

.page-id-11584 #moving-forward-section .grid-card p {
    color: #737373;
}

.page-id-11584 #moving-forward-section .fegh5hrdsf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.page-id-11584 #agenda-heading p {
    font-weight: 300;
    font-size: 22px;
    color: #737373;
}


.page-id-11584 #circles {
    position: relative;
}

.page-id-11584 #circles img {
    position: absolute;
}

.page-id-11584 #circles .dark-circle-left {
    left: 0;
    top: -300px;
}

.page-id-11584 #circles .white-circle-right {
    right: 0;
    top: -700px;
}

.page-id-11584 #circles .light-rings-left {
    left: 0;
    top: 800px;
}


.page-id-11584 #register {
    position: relative;
    z-index: 3;
}

.page-id-11584 #register .container {
    position: relative;
}

.page-id-11584 #register h3 {
    max-width: 100%;
}

.page-id-11584 #register h3 .form-heading {
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
}

.page-id-11584 #register h3 .form-subheading {
    color: #777;
    font-size: 2rem;
    font-weight: 300 !important;
    margin-top: 10px;
}

.page-id-11584 #register .left-accent,
.page-id-11584 #register .right-accent {
    position: absolute;
    z-index: 1;
}

.page-id-11584 #register .left-accent {
    left: 0;
    bottom: -64px;
}

.page-id-11584 #register .right-accent {
    right: 0;
    bottom: 0;
}

.page-id-11584 #register .container {
    padding-left: 2vw;
    padding-right: 2vw;
}


.page-id-11584 .module-form {
    background-color: #F4C55C !important;
}


.page-id-11584 .mktoForm {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.page-id-11584 .mktoFormCol {
    width: 100% !important;
}

.page-id-11584 .mktoLabel {
    display: block;
    width: 100% !important;
    padding-left: 1vw;
    padding-bottom: 5px;
}

.page-id-11584 .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.page-id-11584 .mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
    width: 21px !important;
}

.page-id-11584 .mktoForm .mktoFormRow {
    width: 50%;
    padding: 0 7px;
}

.page-id-11584 .mktoForm .mktoFormRow.row-additionalTermsConditions {
    width: 100%;
}

.page-id-11584 .mktoForm .mktoLabel {
    min-height: 25px;
}

.page-id-11584 .mktoForm .mktoFieldWrap.iNSPIREiCIMSProductsandServices,
.page-id-11584 .mktoForm .mktoFieldWrap.additionalTermsConditions {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 7px;
}

.page-id-11584 .mktoForm .mktoFieldWrap.eventSwag,
.page-id-11584 .mktoForm .mktoFieldWrap.iNSPIREiCIMSProductsandServices {
    padding-top: 10px;
}

.page-id-11584 .mktoForm .mktoFieldWrap.eventSwag .mktoLabel {
    padding-top: 2px;
}

.page-id-11584 .mktoForm .mktoFieldWrap.additionalTermsConditions {
    padding-top: 15px;
}


@media (max-width: 992px) {

    .page-id-11584 #circles img {
        display: none;
    }

}

@media (max-width: 768px) {

    .flex-sm {
        display: flex;
    }

    .flex-sm-col {
        flex-direction: column;
    }

    .flex-sm-col-rev {
        flex-direction: column-reverse;
    }

    .page-id-11584 #hero-section {
        height: 60vw;
    }

    .page-id-11584 #hero-section .heading-text {
        margin-top: 14%;
    }

    .page-id-11584 #hero-section .heading-text .logo img {
        width: 18vw;
    }

    .page-id-11584 #hero-section .heading-text h1 {
        font-size: 9vw !important;
    }

    .page-id-11584 #hero-section .heading-text .subheading h2 {
        font-size: 4.5vw;
    }

    .page-id-11584 #hero-section .event-date {
        margin-top: 3%;
        font-size: 4vw;
    }

    .page-id-11584 #join-us-section {
        padding-top: 50px;
    }

    .page-id-11584 .mktoForm .mktoFormRow {
        width: 100%;
        padding: 0 7px;
    }

    .page-id-11584 .mktoForm .mktoLabel {
        min-height: auto;
    }
}

@media (max-width: 420px) {

    .page-id-11584 #hero-section {
        height: 90vw;
    }

    .page-id-11584 #hero-section .heading-text {
        margin-top: 24%;
    }

    .page-id-11584 #hero-section .heading-text .logo img {
        width: 23vw;
    }

    .page-id-11584 #hero-section .heading-text h1 {
        font-size: 12vw !important;
    }

    .page-id-11584 #hero-section .heading-text .subheading h2 {
        font-size: 6vw;
    }

    .page-id-11584 #hero-section .event-date {
        margin-top: 11%;
        font-size: 6vw;
    }

    .page-id-11584 .mktoForm,
    .page-id-11584 .mktoForm .mktoFormRow {
        padding: 0px;
    }

    .page-id-975 .module-text-image.image-bleed {

        padding: 10vw 0;
    }
}


/* Agenda cards module */
.module-inspire-agenda {
    padding: 0;
    margin-bottom: 100px;
}

.module-inspire-agenda .agenda-card-wrapper {
    background-color: #E4F3F4;
    border-radius: 20px;
    width: 75%;
    margin: 0 auto;
    padding: 70px 40px 50px 40px;
    text-align: center;
    position: relative;
}

.module-inspire-agenda .agenda-card-wrapper .agenda-card__heading {
    background-color: #F4C55C;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8em;
    width: 60%;
    min-width: 300px;
    margin: 0 auto;
    border-radius: 40px;
    font-weight: 600;
    padding: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -95px;
}

.module-inspire-agenda .agenda-card-wrapper a {
    font-weight: bold;
    color: #2E7E83;
}

.module-inspire-agenda .agenda-card-wrapper a:hover {
    color: #2E7E83;
    text-decoration: underline;
}

.module-inspire-agenda .agenda-card-wrapper .agenda-card__body>div {
    padding: 20px 0;
}

.module-inspire-agenda .agenda-card-wrapper .agenda-card__body>div:first-child {
    padding-top: 0px;
}

.module-inspire-agenda .agenda-card-wrapper .agenda-card__body>div:last-child {
    padding-bottom: 0px;
}

.module-inspire-agenda .agenda-card-wrapper .agenda-card__body h5 {
    font-size: 2.2em;
}

.module-inspire-agenda .agenda-card-wrapper .agenda-card__body p {
    font-weight: 600;
    font-size: 1.6em;
    color: #828282;
    width: 70%;
    margin: 0 auto;
}

.module-inspire-agenda .agenda-card-wrapper .agenda-card__body hr {
    border-top: none;
    border-bottom: 3px dotted #bdbdbd;
    margin: 0 auto;
    width: 50%;
}

@media (max-width: 420px) {
    .module-inspire-agenda .agenda-card-wrapper .agenda-card__heading {
        min-width: 100%;
    }

    .module-inspire-agenda .agenda-card-wrapper {
        width: 90%;
    }

    .module-inspire-agenda .agenda-card-wrapper .agenda-card__body p {
        width: 100%;
    }
}


/* Executive Summit TY page  */

.parent-pageid-10608 .flex-container {
    display: flex;
}

.parent-pageid-10608 #hero-section-top {
    background-image: url(../jpg/ty-hero-bg-no-people.jpg);
    position: relative;
    padding: 50px 0;
}

.parent-pageid-10608 #hero-section-top .heading-text {
    text-align: center;
}

.parent-pageid-10608 #hero-section-top .heading-text h1 {
    color: #fff;
    font-weight: 800;
    font-size: 4.5rem;
}

.parent-pageid-10608 #hero-section-top .heading-text .subheading {
    font-size: 2.2em;
    color: #fff;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}

.parent-pageid-10608 #hero-section-top .next-steps {
    background-color: rgba(0, 81, 87, 0.6);
    width: 70%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 50px 30px;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 300;
    text-align: center;
}

.parent-pageid-10608 #hero-section-top .next-steps h3 {
    font-weight: 800;
    font-size: 2.5rem;
}

.parent-pageid-10608 #hero-section-top .next-steps .flex-container {
    padding: 60px 0px 50px 0px;
    justify-content: space-between;
}

.parent-pageid-10608 #hero-section-top .next-steps .flex-container>div {
    width: 30%;
}

.parent-pageid-10608 #hero-section-top .next-steps .number-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F4C55C;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 800;
    margin-bottom: 10px;
}

.parent-pageid-10608 #join-us-section h2 {
    font-weight: bold;
    color: #2E7E83;
}

.parent-pageid-10608 #join-us-section p {
    margin-top: 15px;
    font-weight: 300;
    color: #575757;
    font-size: 2rem;
}

.parent-pageid-10608 #join-us-section .text-cta-box {
    background-color: #2E7E83;
    border-radius: 3rem;
    margin-top: 30px;
    padding: 1.5rem 4rem;
    cursor: pointer;
    transition: all 300ms;
}

.parent-pageid-10608 #join-us-section .text-cta-box:hover {
    background-color: #F4C55C;
}

.parent-pageid-10608 #join-us-section .text-cta-box:hover a {
    color: #222;
}

.parent-pageid-10608 #join-us-section .text-cta-box a {
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.parent-pageid-10608 #join-us-section .text-cta-box a:hover {
    text-decoration: none;
}

.parent-pageid-10608 #join-us-section .text-cta::after {
    display: none;
}

.parent-pageid-10608 #circles {
    position: relative;
}

.parent-pageid-10608 #circles img {
    position: absolute;
    z-index: 999;
}

.parent-pageid-10608 #circles img.light-circle-left {
    left: 0;
    top: -650px;
    opacity: 0.3;
}

.parent-pageid-10608 #circles img.light-accent-right {
    right: 0;
    transform: scaleX(-1);
    top: -400px;
}

@media (max-width: 992px) {

    .parent-pageid-10608 #hero-section-top .next-steps {
        width: 90%;
        font-size: 2.5vw;
    }

}

@media (max-width: 768px) {

    .parent-pageid-10608 #hero-section {
        height: 60vw;
    }

    .parent-pageid-10608 #hero-section .heading-text {
        margin-top: 14%;
    }

    .parent-pageid-10608 #hero-section .heading-text .logo img {
        width: 18vw;
    }

    .parent-pageid-10608 #hero-section .heading-text h1 {
        font-size: 9vw !important;
    }

    .parent-pageid-10608 #hero-section .heading-text .subheading h2 {
        font-size: 4.5vw;
    }

    .parent-pageid-10608 #hero-section .event-date {
        margin-top: 3%;
        font-size: 4vw;
    }

    .parent-pageid-10608 #join-us-section {
        padding-top: 50px;
    }

    .parent-pageid-10608 #hero-section-top .next-steps {
        width: 95%;
        font-size: 3vw;
    }

}

@media (max-width: 420px) {

    .parent-pageid-10608 #hero-section-top .next-steps {
        font-size: 2rem;
    }

    .parent-pageid-10608 #hero-section-top .next-steps .flex-container {
        flex-direction: column;
        padding: 25px 0;
    }


    .parent-pageid-10608 #hero-section-top .next-steps .flex-container>div {
        width: 100%;
        padding-bottom: 40px;
    }

    .parent-pageid-10608 #hero-section {
        background-image: url(../jpg/reg-page-header-mobile.jpg);
        height: 90vw;
    }

    .parent-pageid-10608 #hero-section .heading-text {
        margin-top: 24%;
    }

    .parent-pageid-10608 #hero-section .heading-text .logo img {
        width: 23vw;
    }

    .parent-pageid-10608 #hero-section .heading-text h1 {
        font-size: 12vw !important;
    }

    .parent-pageid-10608 #hero-section .heading-text .subheading h2 {
        font-size: 6vw;
    }

    .parent-pageid-10608 #hero-section .event-date {
        margin-top: 11%;
        font-size: 6vw;
    }

}

.parent-pageid-10608 h1 {
    color: #2E7E83;
}

.parent-pageid-10608 #hero-section {

    background-image: url(../jpg/hero-bg.jpg);
    height: 42vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
}

.parent-pageid-10608 #hero-section .heading-text {
    margin-left: -8vw;
    margin-top: 9%;
}

.parent-pageid-10608 #hero-section .heading-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 7vw !important;
    margin-bottom: 0px;
    margin-top: -7px;
}

.parent-pageid-10608 #hero-section .heading-text .logo {
    margin-left: 0.4vw;
}

.parent-pageid-10608 #hero-section .heading-text .logo img {
    width: 13vw;
}

.parent-pageid-10608 #hero-section .heading-text .subheading {
    display: flex;
    align-items: center;
    margin-right: -8vw;
}

.parent-pageid-10608 #hero-section .heading-text .subheading h2 {
    color: #2E7E83;
    margin-left: auto;
    margin-right: 1.5vw;
    font-size: 3.5vw;
}

.parent-pageid-10608 #hero-section .heading-text .subheading h2 .light-weight {
    font-weight: 400;
    color: #2E7E83;
}

.parent-pageid-10608 #hero-section .heading-text .subheading img {
    height: 3vw;
}

.parent-pageid-10608 #hero-section .event-date {
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
    white-space: nowrap;

}

.parent-pageid-10608 #moving-forward-section {
    position: relative;
    padding-bottom: 166px !important;
    border-bottom: 1px solid #f0f0f0;
}

.parent-pageid-10608 #moving-forward-section .container {

    max-width: 940px;
}

.parent-pageid-10608 #moving-forward-section h2 {

    font-weight: bold;
    color: #2E7E83;
    margin-bottom: 70px;
}

.parent-pageid-10608 #moving-forward-section .grid-card {
    position: relative;
    z-index: 100;
}

.parent-pageid-10608 #moving-forward-section .grid-card p {
    color: #737373;
}

.parent-pageid-10608 #moving-forward-section .fegh5hrdsf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.parent-pageid-10608 .video-cta {
    padding: 40px 0px 80px 0px;
    text-align: center;
    position: relative;
}

.parent-pageid-10608 .video-cta span {
    color: #2E7E83;
    font-size: 2.5rem;
    font-weight: 300;
    cursor: pointer;
}


#agenda-heading.module-full-width-cta {
    background-color: #F4C55C !important;
    color: #fff;
}


.sm-show {
    display: none !important;
}

.sm-show--flex {
    display: none !important;
}

.sm-show--inline {
    display: none !important;
}

.sm-hide {
    display: block !important;
}

.sm-hide--flex {
    display: flex !important;
}

.sm-hide--inline {
    display: inline !important;
}

@media (max-width: 640px) {
    .sm-show {
        display: block !important;
    }

    .sm-show--flex {
        display: flex !important;
    }

    .sm-show--inline {
        display: inline !important;
    }

    .sm-hide {
        display: none !important;
    }

    .sm-hide--flex {
        display: none !important;
    }

    .sm-hide--inline {
        display: none !important;
    }
}

.toggle-option.disabled {
    pointer-events: none;
}

.toggle-option.disabled a {
    color: #aeaeae;
}

.header-container,
.float-margin,
.nav-container {
    height: 95px;
}

.admin-bar .float-margin {
    height: 128px;
}

.admin-bar header {
    margin-top: 33px;
}

.call-sales-lg {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 3px;
    font-weight: 600;
}

.call-sales-lg a {
    color: #2E7E83;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 1180px) {

    .header-container,
    .float-margin,
    .nav-container {
        height: 65px;
    }

    .admin-bar header {
        margin-top: 0px;
    }

    .admin-bar .float-margin {
        height: 65px;
    }

    #wpadminbar {
        display: none;
    }

    .call-sales-lg {
        display: none;
    }
}

.single-blog-sidebar .ad-unit {
    padding-top: 40px;
    margin-bottom:30px;
}

.header-container .header-item.search {
    margin-left: auto;
    padding-right: 25px;
}

.header-container .search-icon,
.header-container .search-close-icon {
    cursor: pointer;
}

.header-container .search-close-icon {
    margin-left: 20px;
}

.header-container .search-icon-go {
    position: absolute;
    right: 60px;
    top: 14px;
    cursor: pointer;
}

.header-container.search-active .nav-container,
.header-container.search-active .lang-switcher,
.header-container.search-active .search-icon {
    display: none;
}

.header-container.search-active .search-form {
    display: flex;
    position: relative;
}

.header-container.search-active .search-close-icon {
    display: block;
}

.header-container .search-form #searchsubmit {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
    left: 9999px;
}

@media (max-width: 1180px) {
    .header-container .header-item.demo {
        display: none;
    }

    .header-container.search-active .header-item.search {
        padding: 0px;
        right: 0;
        top: 68px;
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .header-container.search-active,
    .header-container.search-active .nav-container {
        height: 130px;
    }

    .header-container.search-active .brand-logo {
        margin-top: -73px;
    }

    .header-container .header-item.search {
        padding-right: 0px;
    }

    .header-container .header-item.search input#s {
        width: 100%;
    }
}
.module-video-inline.video-float_left .container, 
.module-video-inline.video-float_right .container { 
    align-items: center;
}
.archive.author .author-bio-container{
    background:url('../png/author-img-bg.png');
    width: 310px;
    padding: 10px 10px 10px 0px;
    background-position: right;
    max-width:100%;
}
.archive.author .author-bio-container img{
    max-width:100%;
    width:300px;
    height:auto;
}
.archive.author .bg-blue h3{
    color:#fff;
    font-size:52px;
    font-weight:300;
}
.archive.author p.author-info{
    margin:15px 0px 30px 0px;
    color:#56B6BD;
    font-weight:700;
    font-size:25px;
}
.archive.author p.author-info a{
    padding-left:10px;
}
.archive.author a.read-more-author{
    text-decoration:none;
}
.archive.author .module-card .card{
    background: url(../png/recent-article-bg.png);
    box-shadow: 0px 0px;
    padding: 10px 10px 10px 0px;
    background-size: cover;
}
.archive.author .module-card .card .card-body{
    background:#fff;
    position:relative;
    padding-bottom:90px;
}
.archive.author .module-card .card .card-body a.btn{
    text-decoration:none;
    position:absolute;
    bottom:25px;
}
.archive.author .row.articles-row h3{
    font-weight:300;
    text-align:center;
    margin-bottom:40px;
}
.archive.author .pagination-container{
    text-align:center;
 
}
.archive.author .pagination-container a.btn{
    margin-top:40px;
    padding-left: 70px;
    padding-right: 70px;
}
@media only screen and (max-width: 600px) {
    .archive.author .author-bio-container {
        margin: 0px auto;
        margin-bottom: 20px;
    }
}

.single .single-blog .row.author-row{
    justify-content: space-between; 
    margin-bottom:20px;
        padding-left: 15px;
    padding-right: 15px;
}
.single .single-blog .row.author-row .author-col{
    width: 32%;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
.single .single-blog .social-icons .addthis_toolbox .custom_images a{
    margin-bottom:15px;
    display:block;
}
.single .single-blog-sidebar h3.mobile{
    display:none;
}
@media screen and (max-width: 768px) {
    .single .single-blog .row.author-row .author-col{
        width: 100%;
    margin: 0;
    text-align: left !important;
    padding: 0px 40px;
    display:block;
    }
    .single .single-blog .row.author-row .author-col .date{
        padding:15px 0px 15px 0px;
    }
    .single .single-blog .row.author-row .author-col .time{
        padding:15px 0px 15px 0px;
    }
    .single .single-blog .row.author-row .author-col .date img,
    .single .single-blog .row.author-row .author-col .time img{
        width:23px !important;
        height:auto;
    }
    .single .bio2 .author-img{
        width:23px;
        min-width:23px;
        margin-right:5px;
        height:auto;
    }
    .single .single-blog .social-icons .addthis_toolbox .custom_images{
        display:flex;
        justify-content: space-between;
    }
    .single .single-blog .social-icons .addthis_toolbox .custom_images a{
        width: 23%;
    align-items: center;
    display: flex;
    justify-content: center;
    }
    .single .single-blog .social-icons .addthis_toolbox .custom_images a img{
    width:48px; 
    height:auto;
    }
    .single .bio2 .flex-middle{
        justify-content:left;
        margin-bottom:0;
    }
    .single .module-form.single-blog-form{
        display:none;
    }
    .single .single-blog-sidebar h3.desktop{
        display:none;
    }
    .single .single-blog-sidebar h3.mobile{
        display:block;
        cursor:pointer;
    }
    .single .single-blog-sidebar ul{
        display:none;
    }
}
.single .single-blog .post-image{
    margin-bottom:20px;
}

.single .single-blog .single-blog-sidebar > h3{
    border-bottom:1px solid #000;
    padding-bottom:7px;
    margin-bottom:15px;
    border-bottom-width:thin;
}

.single .single-blog-author-info h3{
font-size:52px !important;
color:#fff;
}
.single .single-blog-author-info h4{
    color: #92D5D8 !important;
    font-size:30px !important;
}
.single .single-blog-author-info a{
    color:#fff;
    text-decoration:none;
}
.single #articles.module-card .card,
.single-blog-author-info .author-bio-container img{
    background: url(../png/recent-article-bg.png);
    box-shadow: 0px 0px;
    padding: 10px 10px 10px 0px;
    background-size: cover;
}
.single #articles.module-card .card .card-body {
    background: #fff;
    position: relative;
    padding-bottom: 90px;
}
.single #articles.module-card .card .card-body a.btn {
    text-decoration: none;
    position: absolute;
    color:#000;
    text-decoration:none;
    bottom: 25px;
}
.archive.author .author-bio-container{
    margin: 0px auto;
    margin-bottom: 20px;
}

.cap-sentance:first-letter{
  text-transform: capitalize
}