/*This file is temporary until we get familiar with how to edit existing SCSS files and using webpack*/


/* @import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap"); */


/*This CSS needs to be replaced with SCSS content inline with existing theme development techniques*/

p:empty {
    margin: 0;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-title .title a {
    color: #ffffff;
}

.svg-wrapper {
    position: relative;
}

.chr-body-wrapper {
    overflow-x: initial;
}

.quiz-wrapper .op-interactive iframe {
    border-radius: 1rem;
}

.quiz-wrapper .op-interactive iframe section.landing_screen.landing_screen_center {
    min-height: 749px !important;
}

.category-links .search-form-widget {
    margin-left: 0;
}

.single-post .post-content .wysiwyg-wrapper ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -.015rem;
}

.chr-header-search {
    padding-right: 0;
    padding-left: 0;
    width: 440px;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
}

.chr-header-search input {
    border-radius: 8px;
    background: #e9edf4;
    border: none;
}

.chr-header-search input::-moz-placeholder,
.chr-header-search input::-webkit-input-placeholder,
.chr-header-search input::placeholder {
    color: transparent !important;
}

.chr-header-search .submit {
    color: #fff;
    background: #474c55 url("../png/search-2.png") no-repeat 50%;
    height: 66px;
    margin-left: -71px;
    display: inline-block;
    padding: 0 35px;
    border-radius: 0px 8px 8px 0;
}

.contact-pg-map-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
    min-height: 300px;
    background-image: url("../png/australia-light-gray-map-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.page-id-165 .bottom-content {
    margin-bottom: -20px;
}

.single-post .page-content .result-summary {
    background-color: #0054a4;
    color: #fff;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.single-post .result-summary .header {
    padding: 1.125rem 1.5rem;
    border-bottom: 0.0625rem dashed hsla(0, 0%, 100%, 0.4);
}

.single-post .result-summary .header p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: normal;
}

.single-post .content {
    padding: 1.25rem 1.5rem;
}

.single-post .result-summary ul {
    list-style: none;
    margin: 0;
}

.post-details-side-wrapper.sticky-on {
    position: sticky;
    top: 100px;
}

article.cell.large-17 .result-summary-main {
    padding: 0;
}

.result-summary-main {
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
}

.single-post .result-summary ul li {
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -0.0125rem;
}

.single-post .result-summary ul li svg {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.45rem;
    background-color: #fff;
    border-radius: 50%;
}

.single-post .result-summary ul li svg g {
    fill: #0054a4 !important;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}


/* hemant css start */

.header-logo {
    width: 96px;
}


/* hemant css end */

@media only screen and (max-width: 1024px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
    .post-details-side-wrapper.sticky-on {
        position: relative;
        top: auto;
    }
    .result-summary-main {
        padding: 0 !important;
    }
    .post-type-post .post-table-of-contents {
        padding: 0 0 25px 0 !important;
    }
}

@media (min-width: 768px) {
    .contact-pg-map-wrapper {
        max-width: 600px;
        min-height: 700px;
        margin: -50px auto 0;
    }
    .page-id-165 .bottom-content {
        margin-bottom: -70px;
    }
    .list-columns {
        columns: 2;
        column-gap: 1rem;
    }
}

.contact-pg-map-wrapper .pin-wrapper {
    position: absolute;
    left: auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.contact-pg-map-wrapper .pin-wrapper .pin-hover-content-wrapper {
    position: absolute;
    width: 200px;
    bottom: 100%;
    right: auto;
    left: -79px;
}

.contact-pg-map-wrapper .pin-wrapper .pin-hover-content-wrapper {
    display: none;
    visibility: hidden;
}

.contact-pg-map-wrapper .pin-wrapper:hover .pin-hover-content-wrapper {
    display: block;
    visibility: visible;
    color: #ffffff;
    z-index: 999;
    font-size: 1.75rem;
}

.contact-pg-map-wrapper .pin-wrapper:hover .pin-hover-content-wrapper:hover::after {
    content: 'Learn More \27A4';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
    line-height: 182px;
    font-size: 1.25rem;
}

.contact-pg-map-wrapper .map-pin-one {
    bottom: 75px;
    right: 50px;
}

.contact-pg-map-wrapper .map-pin-two {
    top: 140px;
    right: 20px;
}

.contact-pg-map-wrapper .map-pin-three {
    bottom: 120px;
    left: 25px;
}

.contact-pg-map-wrapper .map-pin-four {
    right: 30px;
    top: 50px;
}

@media (min-width: 360px) {
    .contact-pg-map-wrapper .map-pin-one {
        bottom: 75px;
        right: 62px;
    }
    .contact-pg-map-wrapper .map-pin-two {
        top: 130px;
        right: 30px;
    }
    .contact-pg-map-wrapper .map-pin-three {
        bottom: 120px;
        left: 40px;
    }
    .contact-pg-map-wrapper .map-pin-four {
        right: 40px;
        top: 45px;
    }
}

@media (min-width: 768px) {
    .contact-pg-map-wrapper .map-pin-one {
        bottom: 190px;
        right: 120px;
    }
    .contact-pg-map-wrapper .map-pin-two {
        top: 390px;
        right: 65px;
    }
    .contact-pg-map-wrapper .map-pin-three {
        bottom: 270px;
        left: 60px;
    }
    .contact-pg-map-wrapper .map-pin-four {
        right: 20px;
        top: 270px;
    }
}

.contact-pg-map-wrapper .pin-hover-content-wrapper {
    padding: 10px;
    background: #0054a4;
    border-radius: 20px;
    text-align: center;
}

.contact-pg-map-wrapper .pin-hover-content-wrapper img {
    border-radius: 14px;
}

.contact-pg-map-wrapper .pin-hover-content-wrapper p {
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 0;
}

.post-container.recommended-section .recommended-pdf .tease-img-wrap .tease-img-link,
.post-container.recommended-section .recommended-post .tease-img-wrap .tease-img-link {
    padding-bottom: 0;
}

.post-container.recommended-section .recommended-post .tease-img-wrap .tease-img-link img {
    min-height: 224px;
    object-fit: cover;
}

.post-container.recommended-section .recommended-pdf .tease-img-wrap img {
    max-width: 100%;
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}

.post-container.recommended-section .recommended-pdf .tease-img-wrap {
    position: relative;
}

.post-container.recommended-section .recommended-pdf .tease-img-wrap .item-link {
    width: 48px;
    height: 48px;
    padding: 0.96875rem;
    position: absolute;
    background-color: #0054a4;
    border-radius: 50%;
    right: -14px;
    bottom: -30px;
    padding: 16px;
}

.post-container.recommended-section .recommended-pdf .tease-img-wrap .item-link svg {
    width: 18px;
    height: 18px;
}

.post-container.recommended-section .recommended-pdf .tease-img-wrap .item-link svg g,
.post-container.recommended-section .recommended-pdf .tease-img-wrap .item-link svg polygon {
    fill: #fff;
}

#homeTakeQuiz {
    height: 100vh;
    max-height: 626px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../jpg/logistic-management-2.jpg');
    background-size: cover;
    background-attachment: unset;
    background-position: center center;
    padding: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

#homeTakeQuiz>* {
    text-align: center;
    z-index: 1;
}

#homeTakeQuiz .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#homeTakeQuiz .main_heading_text {
    width: 100%;
    line-height: 1.2;
    margin: 0 0 20px;
    float: left;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 52px;
    font-size: calc(42px + (52 - 42) * ((100vw - 380px) / (1600 - 380)));
}

#homeTakeQuiz .sub_heading_text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    opacity: 0.7;
    color: rgb(255, 255, 255);
    font-family: Raleway;
}

#homeTakeQuiz .button_part {
    clear: both;
}

#homeTakeQuiz .button_part .outgrow-l {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 84, 164);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    min-height: 60px;
    min-width: 145px;
    padding: 0.85em 30px;
    white-space: normal;
    color: #000000;
    display: block;
    max-width: 180px;
    margin: 1rem auto;
}


/** POST ACTIONS WIDGET ************************************** */

.gform_footer .g-recaptcha-text {
    display: none;
}

.post-actions {
    background-color: #0054a4;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem;
    padding: 1.25rem;
    flex-direction: column;
    row-gap: 1rem;
}

.post-actions .social-btns {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
    flex-wrap: wrap;
    justify-content: center;
}

.page-content .post-actions .social-btns a {
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
    padding: 0px;
    line-height: 2.5rem;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-actions .social-btns span {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.075rem;
    font-weight: 500;
    text-transform: uppercase;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 0.75rem;
}

.post-actions .social-btns svg {
    width: 0.78125rem;
    height: 0.78125rem;
}

.post-actions .social-btns svg path {
    fill: #0054a4;
}

@media print,
screen and (min-width: 48em) {
    .post-actions .social-btns {
        justify-content: space-between;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }
    .post-actions .social-btns span {
        flex: 0 0 auto;
        text-align: left;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
    .post-actions {
        padding: 1rem 1.5rem;
        margin-top: 0.75rem;
        border-radius: 0.75rem;
        flex-direction: row;
    }
}

@media screen and (min-width: 100em) {
    .post-actions {
        padding: 1.5rem 2rem;
        margin-top: 2.5rem;
        border-radius: 1rem;
    }
}

.post-newsletter-wrap {
    padding: 1rem;
    gap: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post-newsletter-wrap .gform_wrapper {
    width: 100%;
}

.post-newsletter-wrap .bas-items {
    width: 100%;
}

.post-newsletter-wrap .gform_wrapper form {
    display: flex;
    flex-direction: column;
    position: relative;
}

.post-newsletter-wrap .gform_wrapper form .gfield {
    margin: 0;
}

.post-newsletter-wrap .gform_wrapper form .gform_fields input {
    border: none;
    outline: none;
    border-radius: 1rem;
    font-size: 16px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    box-shadow: none;
    min-height: 52px;
}

.post-newsletter-wrap .gform_wrapper form [type='submit'] {
    border-radius: 2rem;
    background-color: #00A2DE;
    text-transform: none;
    font-size: 16px;
    padding: .5rem 1rem;
    height: 3.25rem;
    margin-top: 1px;
    margin-bottom: 0;
}

.post-newsletter-wrap .gform_submission_error {
    font-size: 1rem;
}

.post-newsletter-wrap .gfield_description {
    color: #ffffff;
    position: absolute;
    top: -20px;
    z-index: 3;
}

.post-newsletter-wrap .gform_confirmation_wrapper {
    margin: 0;
    border-radius: 2rem;
    background-color: #00A2DE;
    border-color: #00A2DE;
    font-size: 16px;
    padding: 1rem;
    color: #FFFFFF;
    text-align: center;
}

.post-newsletter-wrap .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

@media (min-width: 40em) {
    .post-newsletter-wrap .gform_wrapper form {
        flex-direction: row;
    }
    .post-newsletter-wrap .gform_wrapper form input {
        border-radius: 1rem 0 0 1rem;
    }
    .post-newsletter-wrap .gform_wrapper form [type='submit'] {
        margin-left: -3rem;
        width: 300px;
    }
}

@media (min-width: 48em) {
    .post-newsletter-wrap .gform_wrapper {
        width: initial;
    }
    .post-newsletter-wrap .bas-items {
        width: initial;
    }
    .post-newsletter-wrap {
        flex-wrap: nowrap;
        padding-right: 2rem;
        flex-direction: column;
    }
    .single-post .post-actions {
        flex-direction: column;
    }
    .single-post .post-newsletter-wrap {
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .single-post .post-actions .social-btns {
        flex-wrap: nowrap;
    }
}

@media (min-width: 64em) {
    .post-newsletter-wrap {
        flex-direction: row;
    }
    .list-columns-three {
        columns: 3;
    }
}

@media (min-width: 77.5em) {
    .post-newsletter-wrap .gform_wrapper form [type="submit"] {
        width: auto;
    }
    .post-newsletter-wrap .social-btns {
        flex-wrap: nowrap;
    }
    .post-newsletter-wrap .social-btns>span {
        display: none;
    }
    body .gform_wrapper .gform_fields .gfield,
    body .gform_wrapper.gravity-theme .gform_fields .gfield {
        margin-bottom: 0;
    }
}

@media (min-width: 100em) {
    .post-newsletter-wrap .social-btns>span {
        display: inline;
    }
}

@media (min-width: 104.125em) {
    .post-newsletter-wrap .gform_wrapper form [type="submit"] {
        width: 300px;
    }
}


/** POST PAGE ************************************** */


/** Module Column Card ------------------- */

.module--column-card {
    padding: 0;
}

.module--column-card .column-card-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column;
}

.module--column-card .column-card {
    text-align: center;
    padding-bottom: 2em;
}

.module--column-card .column-card-thumbnail-link {
    display: inline-block;
    padding-bottom: 2.5rem;
}

.module--column-card .column-card-thumbnail-link img {
    min-height: 320px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 48em) {
    .single-post .module--column-card .column-card-container,
    .module--column-card .column-card-container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .module--column-card .column-card-col-3,
    .module--column-card .column-card-col-2,
    .module--column-card .column-card-col-1_5,
    .module--column-card .column-card-col-1_2,
    .module--column-card .column-card-col-1 {
        width: calc( 50% - .5rem);
    }
}

@media (min-width: 77.5em) {
    .module--column-card .column-card-col-3 {
        width: calc( 50% - .5rem);
    }
    .module--column-card .column-card-col-2 {
        width: calc( 33.33% - 1rem);
    }
    .module--column-card .column-card-col-1_5 {
        width: calc( 25% - 1rem);
    }
    .module--column-card .column-card-col-1_2 {
        width: calc( 20% - 1rem);
    }
    .module--column-card .column-card-col-1 {
        width: calc( 16.666% - 1rem);
    }
    .module--column-card .column-card-col-1_2 .chr-button,
    .module--column-card .column-card-col-1 .chr-button {
        width: 100%;
        min-width: unset;
        padding: 1em;
        font-size: .75em;
    }
    .category-list-menu-wrapper {
        padding-left: 1rem;
    }
}

.module.module--content-with-profile-thumbnails .chr-label {
    margin-bottom: 0.5rem;
}

.module.module--content-with-profile-thumbnails .chr-description * {
    margin-bottom: 0;
    line-height: 1.5;
}

.module.module--content-with-profile-thumbnails .chr-description *:last-of-type {
    margin-bottom: 0;
}


/**
 ** MAX QUERIES
*/

@media (max-width: 77.4988em) {
    .chr-header-search {
        width: 100%;
    }
}


/**
 ** MIN QUERIES
*/


/* Accordian */

.module--accordion .accordion .accordion-title .chr-title * {
    font-weight: 700;
    font-family: DM Sans, helvetica, roboto, arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: -.05rem;
    transition: color .3s ease;
    color: #474c55;
    min-height: 2.875rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}

.module--accordion .accordion .accordion-title:hover .chr-title * {
    color: #fff;
}

.module--accordion .accordion .is-active .accordion-title .chr-title * {
    color: white;
}


/* Content with Icon card */

.module--content-with-icon-card .chr-title a,
.module--content-with-icon-card .chr-title a:hover {
    color: #ffffff;
}

.wysiwyg-wrapper--center,
.mce-content-body--center {
    max-width: 72rem;
}


/* 
@media (min-width: 1440px) {
  .test-full-width-oneside-left{
    position: relative;
    width: 50vw!important;
    left: 100%;
    margin-left: -85vw!important;
    text-align: left;
    z-index: 2;
}
  .test-full-width-oneside-right{
      position: relative;
      width: 50vw!important;
      left: auto;
      right: 0%;
      margin-right: -25vw;
      z-index: 2;
  }
} */

@use "sass:math";
.module--text-media .container-text-media {
    margin: auto;
    position: relative
}

.module-gtn-text-media .image-full-wrapper .image-wrapper {
    border-radius: .5rem;
    position: relative;
    /* padding-bottom: 100%; */
    overflow: hidden;
    /* margin-top: 2rem */
}

@media print,
screen and (min-width: 48em) {
    .module-gtn-text-media .image-full-wrapper .image-wrapper {
        border-radius: .75rem;
        margin-top: 3.75rem
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module-gtn-text-media .image-full-wrapper {
        border-radius: 1rem;
        margin-top: 0
    }
}

.module-gtn-text-media .image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.module-gtn-text-media .chr-video-poster {
    width: 100%;
    position: static
}

@media print,
screen and (min-width: 77.5em) {
    .module-gtn-text-media .media-left .content {
        order: 1
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module-gtn-text-media .content {
        padding-right: 8.33333%
    }
}

.module-gtn-text-media .align-auto .content {
    display: flex;
    align-items: center
}

.module-gtn-text-media.full-width .image-full-wrapper .image-wrapper {
    width: calc(100% + 1.25rem);
}

@media print,
screen and (min-width: 48em) {
    .module-gtn-text-media.full-width .image-full-wrapper .image-wrapper {
        width: calc(100% + 2rem);
    }
    .module-thm-container>.eb-parent-wrapper>.eb-row-root-container>.eb-row-wrapper,
    .module-gtn-text-media>.eb-parent-wrapper>.eb-row-root-container>.eb-row-wrapper {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module-gtn-text-media.full-width .image-full-wrapper .image-wrapper {
        width: calc(100% + 5rem);
    }
}

@media print,
screen and (min-width: 77.5em) {
    .module-gtn-text-media.full-width .media-left.image-full-wrapper .image-wrapper {
        margin-left: -5rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

.module-gtn-text-media .eb-column-inner p {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -0.0125rem;
}

@media print,
screen and (min-width: 77.5em) {
    .module-gtn-text-media.full-width .media-right.image-full-wrapper .image-wrapper {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .module-thm-container>.eb-parent-wrapper>.eb-row-root-container>.eb-row-wrapper,
    .module-gtn-text-media>.eb-parent-wrapper>.eb-row-root-container>.eb-row-wrapper {
        padding-right: 5rem;
        padding-left: 5rem;
        max-width: 120rem;
    }
    .eb-row-wrapper .eb-row-inner>.media-img-right {
        padding-right: 8.33333%;
        margin-left: 8.33333%;
    }
    .module-gtn-text-media .eb-column-inner p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: -0.015rem;
    }
    .module-gtn-text-media>.eb-parent-wrapper>.eb-row-root-container>.eb-row-wrapper .eb-row-inner>.img-right-full {
        width: 41.66667%;
    }
}

@media print,
screen and (min-width: 48em) {
    .module-gtn-text-media .eb-advance-heading-wrapper .eb-ah-title {
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.0675rem;
        margin-bottom: 1.25rem;
    }
    .module-gtn-text-media .eb-advance-heading-wrapper .eb-ah-subtitle {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: -0.1rem;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 100em) {
    .module-gtn-text-media .eb-advance-heading-wrapper .eb-ah-title {
        font-size: 1.125rem;
        line-height: 1.375rem;
        letter-spacing: 0.075rem;
        margin-bottom: 1.5rem;
    }
    .module-gtn-text-media .eb-advance-heading-wrapper .eb-ah-subtitle {
        font-size: 3rem;
        line-height: 3.5rem;
        letter-spacing: -0.1125rem;
        margin-bottom: 2.5rem;
    }
}


/*banner slider blocks*/

.module.module--banner-slider {
    position: relative;
}

.banner-slider-static-hero {
    position: relative;
    height: 100%;
    align-items: center;
}

@media print,
screen and (min-width: 77.5em) {
    .banner-slider-static-hero {
        position: absolute;
        top: 0px;
    }
}


/*service card blocks*/

.module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h1,
.module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h2,
.module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h3,
.module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h4,
.module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h5,
.module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h6 {
    font-family: "DM Sans", helvetica, roboto, arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.03rem;
    font-weight: 700;
}

@media print,
screen and (min-width: 48em) {
    .module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h1,
    .module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h2,
    .module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h3,
    .module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h4,
    .module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h5,
    .module--content-with-service-card .item-list-wrapper .wysiwyg-wrapper h6 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        letter-spacing: -0.05rem;
        margin-bottom: 0.75rem;
    }
}

.has-navy-color {
    color: #0054a4;
}

.has-blue-color {
    color: #009fda;
}

.has-dark-grey-color {
    color: #474c55;
}

.has-light-grey-color {
    color: #f0f5f9;
}

.module.module--content-with-service-card .content-with-service-card-container-service-cards .list-item__upper .wysiwyg-wrapper a {
    color: #ffffff;
}

.has-navy-background-color {
    background-color: #0054a4;
}

.has-navy-background-color:hover {
    background-color: #009fda;
}


/* embedded youtube videos */

.single-case-study figure.wp-block-embed {
    margin-bottom: 1rem;
}

#recommended_for_you_block_6524e5de10fee {
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumbs-container {
    padding-top: 1.25rem;
    padding-bottom: .75rem;
}

.breadcrumbs {
    margin: 0;
}

.grid-margin-x>.large-5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}

@media print,
screen and (min-width: 77.5em) {
    .grid-margin-x>.large-5 {
        width: calc(20.83333% - 1.25rem);
    }
}

#content_with_icon_thumbnails_block_64cba23ccdd3c svg rect,
#content_with_icon_thumbnails_block_64cb9ba58a7e6 svg rect {
    fill: #0054a4;
}

#content_with_icon_thumbnails_block_64cb9ba58a7e6 svg path,
#content_with_icon_thumbnails_block_64cb9ba58a7e6 svg circle,
#content_with_icon_thumbnails_block_64cb9ba58a7e6 svg line {
    stroke: #0054a4 !important;
}

#content_with_icon_thumbnails_block_64cb9ba58a7e6 svg path,
#content_with_icon_thumbnails_block_64cb9ba58a7e6 svg circle,
#content_with_icon_thumbnails_block_64cb9ba58a7e6 svg line {
    stroke: #0054a4 !important;
}


/* workaround to view the footer widget */

.footer-widgets .widget_block .wp-block-columns.has-background:hover {
    background-color: #0054a4;
}

.wp-block-social-links .wp-social-link a {
    padding: .5em;
}

.form__request-a-quote {
    padding-left: 100px;
    padding-right: 100px;
}

#tease-7804 .tease-logo-wrap {
    width: 6rem;
}

.single-case-study .breadcrumbs {
    margin-bottom: 1rem;
}

.post-type-post .post-table-of-contents {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.table-of-contents__wrapper {
    padding: 20px;
    background-color: #f0f5f9;
    border-radius: 1rem;
}

.table-of-contents__title {
    color: #0054a4;
    font-weight: 700;
}


/* table of contents */

html {
    scroll-behavior: smooth;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    scroll-margin-top: 5rem;
    font-weight: 700;
}

#table-of-contents__nav .submenu {
    display: none;
}

#table-of-contents__nav .submenu.observed {
    display: block;
}

#table-of-contents__nav .submenu a {
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#table-of-contents__nav a {
    color: #474c55;
    font-weight: 400;
}

#table-of-contents__nav a.active {
    font-weight: 700;
}

#table-of-contents__nav ul li {
    list-style-type: none;
    position: relative;
    /* so that pseudoelements are positioned relatively to their "li"s*/
    /* use padding-bottom instead of margin-bottom.*/
    margin-bottom: 0;
    /* This overrides previously specified margin-bottom */
}

#table-of-contents__nav ul li:before {
    /* lines */
    content: "";
    position: absolute;
    left: -16px;
    /* adjust manually */
    border-left: 1px solid #009fda;
    height: 100%;
    width: 2px;
}

#table-of-contents__nav ul li:first-child:before,
#table-of-contents__nav ul li ul li:first-child:before {
    /* first li's line */
    top: 6px;
    /* moves the line down so that it disappears under the bullet. Adjust manually */
}

#table-of-contents__nav ul li:last-child:before,
#table-of-contents__nav ul li ul li:last-child:before {
    /* last li's line */
    height: 8px;
    /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}


/* case studies customers logo*/

.tease-logo {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5rem;
    width: auto;
    text-align: center;
}

.tease-logo img {
    height: 100%;
    object-fit: contain;
    border-radius: .5rem;
}

@media screen and (min-width: 100em) {
    .tease-logo {
        height: 6rem;
    }
}