/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    PPC Landing Page Template Styles
///////////////////////////////////////////////////////////////////////////////// */

/*
** General Styles
*/
.page-template-page-ppc-landing-template.admin-bar .site-header {
    top: 0;
}

.page-template-page-ppc-landing-template .site-container {
    margin-top: 46px !important;
    margin-bottom: 68px;
}

@media (min-width: 600px) {
    .page-template-page-ppc-landing-template .site-container {
        margin-bottom: 0px;
    }
}

@media (min-width: 783px) {
    .page-template-page-ppc-landing-template .site-container {
        margin-top: 60px !important;
    }
}

@media (min-width: 960px) {
    .page-template-page-ppc-landing-template .site-container {
        margin-top: 0 !important;
    }
}

.page-template-page-ppc-landing-template .site-inner {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.page-template-page-ppc-landing-template .site-footer {
    border-top: none;
    margin-top: 0 !important;
}

.ppc__bg--white {
    background-color: #fff;
}

.ppc__bg--light_blue {
    background-color: #F8FBFF;
}

.ppc__bg--dark_blue {
    background-color: #1D428A;
    color: #fff;
}

.ppc__bg--gray {
    background-color: #EEEEEE;
}

.ppc__bg--white + .ppc__bg--white:not(.ppc__top-padding-exclusion),
.ppc__bg--light_blue + .ppc__bg--light_blue:not(.ppc__top-padding-exclusion),
.ppc__bg--dark_blue + .ppc__bg--dark_blue:not(.ppc__top-padding-exclusion),
.ppc__bg--gray + .ppc__bg--gray:not(.ppc__top-padding-exclusion) {
    padding-top: 0;
}

@media (max-width: 1024.999px) {
    .ppc__bg--white + .ppc__bg--white,
    .ppc__bg--light_blue + .ppc__bg--light_blue,
    .ppc__bg--dark_blue + .ppc__bg--dark_blue,
    .ppc__bg--gray + .ppc__bg--gray {
        padding-top: 0;
    }
}

.ppc__sect-padding--sm {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ppc__sect-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ppc__sect-padding--lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .ppc__sect-padding--sm {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .ppc__sect-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .ppc__sect-padding--lg {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (min-width: 1025px) {
    .ppc__sect-padding--sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .ppc__sect-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .ppc__sect-padding--lg {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.page-template-page-ppc-landing-template h2,
.page-template-page-ppc-landing-template h3,
.page-template-page-ppc-landing-template h4,
.page-template-page-ppc-landing-template h5,
.page-template-page-ppc-landing-template h6 {
    color: #1D428A;
}

.page-template-page-ppc-landing-template .ppc__bg--dark_blue h2,
.page-template-page-ppc-landing-template .ppc__bg--dark_blue h3,
.page-template-page-ppc-landing-template .ppc__bg--dark_blue h4,
.page-template-page-ppc-landing-template .ppc__bg--dark_blue h5,
.page-template-page-ppc-landing-template .ppc__bg--dark_blue h6 {
    color: #fff;
    line-height: 1.3;
}

.page-template-page-ppc-landing-template h2 {
    font-size: 30px;
}

.page-template-page-ppc-landing-template h3 {
    font-size: 28px;
}

.page-template-page-ppc-landing-template h4 {
    font-size: 26px;
}

.page-template-page-ppc-landing-template h5 {
    font-size: 24px;
}

.page-template-page-ppc-landing-template h6 {
    font-size: 22px;
}

@media (min-width: 768px) {
    .page-template-page-ppc-landing-template h2 {
        font-size: 38px;
    }

    .page-template-page-ppc-landing-template h3 {
        font-size: 34px;
    }

    .page-template-page-ppc-landing-template h4 {
        font-size: 30px;
    }

    .page-template-page-ppc-landing-template h5 {
        font-size: 26px;
    }

    .page-template-page-ppc-landing-template h6 {
        font-size: 22px;
    }
}

@media (min-width: 1025px) {
    .page-template-page-ppc-landing-template h2 {
        font-size: 45px;
    }

    .page-template-page-ppc-landing-template h3 {
        font-size: 40px;
    }

    .page-template-page-ppc-landing-template h4 {
        font-size: 35px;
    }

    .page-template-page-ppc-landing-template h5 {
        font-size: 30px;
    }

    .page-template-page-ppc-landing-template h6 {
        font-size: 25px;
    }
}

.page-template-page-ppc-landing-template p:last-child,
.page-template-page-ppc-landing-template a:last-child,
.page-template-page-ppc-landing-template ul:last-child {
    margin-bottom: 0;
}

.ppc-btn {
    padding: 15px 31px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.ppc-btn-primary {
    color: #fff;
    background-color: #1D428A;
}

.ppc__bg--dark_blue .ppc-btn-primary {
    color: #16260F;
    background-color: #78D74A;
}

.ppc-btn-primary:hover {
    color: #fff;
    background-color: #345ba8;
}

.ppc__bg--dark_blue .ppc-btn-primary:hover {
    color: #16260F;
    background-color: #4fab21;
}

.ppc-btn-txt {
    font-family: 'Montserrat';
    font-weight: 800;
    text-decoration: none;
    color: #1D428A;
    transition: all 400ms ease;
}

.ppc__bg--dark_blue .ppc-btn-txt {
    color: #fff;
}

.ppc-btn-txt:hover {
    color: #345ba8;;
}

.ppc__bg--dark_blue .ppc-btn-txt:hover {
    color: #82d9ff;
}

.ppc-btn-txt::after {
    display: inline-block;
    content: "\276F";
    margin-left: 5px;
    color: #1D428A;
    transition: all 400ms ease;
}

.ppc__bg--dark_blue .ppc-btn-txt::after {
    color: #fff;
}

.ppc-btn-txt:hover::after {
    transform: translateX(8px);
    color: #345ba8;
}

.ppc__bg--dark_blue .ppc-btn-txt:hover::after {
    color: #82d9ff;
}

/* Slick Sliders - General Styling */
.ppc-carousel__btn::before {
    display: none !important;
}

.ppc-carousel__btn {
    position: absolute;
    z-index: 1;
    top: calc(50% - 27.5px);
    left: -11px;
    background-color: #fff;
    border-radius: 500px;
    box-shadow: 0 4px 15px rgba(0,10,29,0.08);
    width: 55px;
    height: 55px;
    padding: 0;
    transition: all 400ms ease;
}

.ppc-carousel__btn--next {
    left: unset;
    right: -11px;
}

@media (min-width: 600px) {
    .ppc-carousel__btn {
        top: calc(50% - 27.5px);
        left: -71px;
        width: 55px;
        height: 55px;
    }
    
    .ppc-carousel__btn--next {
        left: unset;
        right: -71px;
    }
}

.ppc-carousel__btn:hover,
.ppc-carousel__btn:focus {
    background-color: #1D428A;
    color: #fff;
}

.ppc-carousel__btn-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ppc-carousel__btn-icon::before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 25px;
    font-weight: 100;
    line-height: 1;
    margin-right: 5px;
    color: #1D428A;
    transition: all 400ms ease;
}

.ppc-carousel__btn:hover .ppc-carousel__btn-icon::before,
.ppc-carousel__btn:focus .ppc-carousel__btn-icon::before {
    color: #fff;
}

.ppc-carousel__btn--next .ppc-carousel__btn-icon::before {
    margin-right: 0;
    margin-left: 5px;
}



/*
** Hero Section
*/
.ppc-hero {
    position: relative;
    color: #fff;
}

.ppc-hero__bg-img-grp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}

.ppc-hero__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppc-hero__bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1D428A, rgba(0,130,192,0.65));
    z-index: -1;
}

.ppc-hero__txt-grp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
    height: 100%;
    text-align: center;
    padding-bottom: 25px;
}

.ppc-hero__heading {
    padding-bottom: 0;
    font-size: 35px;
    line-height: 1.15;
}

.ppc-hero__sub-heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ppc-hero__heading {
        font-size: 45px;
    }
    
    .ppc-hero__sub-heading {
        font-size: 22px;
    }
}

@media (min-width: 1025px) {
    .ppc-hero__txt-grp {
        row-gap: 25px;
        text-align: left;
        padding-bottom: 0;
    }

    .ppc-hero__heading {
        font-size: 65px;
    }
    
    .ppc-hero__sub-heading {
        font-size: 25px;
    }
}

.ppc-hero__form-grp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ppc-hero__form-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 28px;
    max-width: 533px;
    margin: 0 auto;
    color: #333;
}

.ppc-hero__form-heading {
    color: #1D428A;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.ppc-hero__form-description {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.nobullet .gfield::marker {
    display: none !important;
    unicode-bidi: unset !important;
    color: #fff;
    font-variant-numeric: unset !important;
    position: absolute;
    content: "";
}

.page-template-page-ppc-landing-template .ppc-hero__form-container h3, .ppc-hero__form-container p {
    text-align: left !important;
}

.page-template-page-ppc-landing-template .ppc-hero__form-container .button {
    width: 474px;
    margin-bottom: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .page-template-page-ppc-landing-template .ppc-hero__form-container .button {
        width: auto;
    }
}



/*
** Half N Half - General Styles for all Half N Half Type Sections
*/
@media (min-width: 1025px) {
    .ppc-half-sects__img-position--left {
        flex-direction: row-reverse !important;
    }
}

.ppc-half-sects__angle-shapes.white path,
.ppc-half-sects__angle-shapes--mobile.white path {
    fill: #fff;
}

.ppc-half-sects__angle-shapes.light_blue path,
.ppc-half-sects__angle-shapes--mobile.light_blue path {
    fill: #F8FBFF;
}

.ppc-half-sects__angle-shapes.dark_blue path,
.ppc-half-sects__angle-shapes--mobile.dark_blue path {
    fill: #1D428A;
}

.ppc-half-sects__angle-shapes.gray path,
.ppc-half-sects__angle-shapes--mobile.gray path {
    fill: #EEEEEE;
}

.ppc-half-sects__angle-shapes--mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.ppc-half-sects__angle-shapes {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: auto;
    z-index: 2;
    display: none;
}

@media (min-width: 1025px) {
    .ppc-half-sects__angle-shapes {
        display: block;
    }

    .ppc-half-sects__img-position--left .ppc-half-sects__angle-shapes {
        left: auto;
        right: -1px;
        transform: scaleX(-1);
    }

    .ppc-half-sects__angle-shapes--mobile {
        display: none;
    }
}



/*
** Half N Half - Icons Cards - Cropped Image
*/
.ppc-half-icon__flex-grp {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1025px) {
    .ppc-half-icon__flex-grp {
        flex-direction: row;
    }
}

.ppc-half-icon__content-half,
.ppc-half-icon__img-half {
    flex: 1 1 50%;
}

.ppc-half-icon__content-half {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .ppc-half-icon__content-half {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1025px) {
    .ppc-half-icon__content-half {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 0;
    }

    .ppc-half-sects__img-position--left .ppc-half-icon__content-half {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 1365px) {
    .ppc-half-icon__content-half {
        padding-left: 0;
        padding-right: 0;
    }
}

.ppc-half-icon__content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 35px;
}

@media (min-width: 1025px) {
    .ppc-half-icon__content-container {
        margin-right: 75px;
        margin-left: auto;
        max-width: 581px;
    }

    .ppc-half-sects__img-position--left .ppc-half-icon__content-container {
        margin-right: auto;
        margin-left: 75px;
    }
}

.ppc-half-icon__icon-card-grp {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .ppc-half-icon__icon-card-grp {
        max-width: 500px;
    }
}

@media (min-width: 1025px) {
    .ppc-half-icon__icon-card-grp {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .ppc-half-icon__icon-card-grp {
        width: 70%;
    }
}

.ppc-half-icon__icon-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.ppc-half-icon__icon-card-img-container {
    background-color: #F5FCFF;
    width: 75px;
    height: 75px;
    border-radius: 500px;
    position: relative;
    padding: 13px;
}

.ppc-half-icon__icon-card-img {
    position: absolute;
    object-fit: contain;
    height: calc(100% - 26px);
    width: calc(100% - 26px);
}

.ppc-half-icon__icon-card-txt {
    font-size: 20px;
    line-height: 1.3;
}

.ppc__bg--dark_blue .ppc-half-icon__icon-card-txt {
    color: #333;
}

.ppc-half-icon__icon-card-txt b,
.ppc__bg--dark_blue .ppc-half-icon__icon-card-txt b {
    color: #1D428A;
}

.ppc-half-icon__img-half {
    position: relative;
    overflow: hidden;
}

.ppc-half-icon__img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 235px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .ppc-half-icon__img {
        min-height: 350px;
    }
}

@media (min-width: 1025px) {
    .ppc-half-icon__img {
        position: absolute;
        min-height: unset;
    }
}



/*
** Half N Half - NonCropped Image
*/
.ppc-half-noncrop .row {
    row-gap: 32px;
}

.ppc-half-noncrop__content-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 25px;
    padding-left: 43px;
}

.ppc-half-sects__img-position--right .ppc-half-noncrop__content-half {
    padding-left: 0;
    padding-right: 43px;
}

.ppc-half-noncrop__img-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc-half-noncrop__img-container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
    border-radius: 10px;
    padding: 10px;
}

.ppc-half-noncrop__img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}



/*
** Half N Half - Multiple Images
*/
.ppc-half-multi {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ppc-half-multi__bg-img-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    height: 100%;
    z-index: -1;
    display: none;
}

@media (min-width: 1025px) {
    .ppc-half-multi__bg-img-container {
        display: block;
    }
}

.ppc-half-multi__bg-img-container.ppc-half-multi__bg-img-container--left {
    right: unset;
    left: 0;
}

.ppc-half-multi__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.ppc-half-multi__bg-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1D428A;
    opacity: 0.85;
    z-index: 2;
}

.ppc__bg--dark_blue .ppc-half-multi__bg-img-overlay {
    background-color: #ddf3ff;
}

.ppc-half-multi__bg-img-shapes {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: 3;
    transform: scaleX(-1);
}

.ppc-half-multi__bg-img-container--left .ppc-half-multi__bg-img-shapes {
    transform: unset;
    left: unset;
    right: 0;
}

.ppc__bg--white .ppc-half-multi__bg-img-shapes path {
    fill: #fff;
}

.ppc__bg--light_blue .ppc-half-multi__bg-img-shapes path {
    fill: #F8FBFF;
}

.ppc__bg--dark_blue .ppc-half-multi__bg-img-shapes path {
    fill: #1D428A;
}

.ppc__bg--gray .ppc-half-multi__bg-img-shapes path {
    fill: #EEEEEE;
}

.ppc-half-multi .row {
    row-gap: 32px;
}

.ppc-half-multi__content-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 25px;
}

@media (min-width: 1025px) {
    .ppc-half-multi__content-half {
        padding-right: 75px;
    }
    
    .ppc-half-sects__img-position--left .ppc-half-multi__content-half {
        padding-right: 0;
        padding-left: 75px;
    }
}

.ppc-half-multi__img-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc-half-multi__img-grp {
    width: 100%;
    position: relative;
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
}

.ppc-half-multi__img-container {
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
    border-radius: 10px;
    padding: 10px;
}

.ppc-half-multi__img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.ppc-half-multi__img-container--main {
    max-width: 85%;
}

@media (min-width: 768px) {
    .ppc-half-multi__img-container--main {
        max-width: 528px;
    }
}

.ppc-half-sects__img-position--left .ppc-half-multi__img-container--main {
    float: right;
}

.ppc-half-multi__img-container--small {
    max-width: 65%;
    float: right;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .ppc-half-multi__img-container--small {
        max-width: 304px;
        margin-top: -150px;
    }
}

.ppc-half-sects__img-position--left .ppc-half-multi__img-container--small {
    float: left;
}



/*
** Half N Half - Text Card with Icon Badge
*/
.ppc-half-txt-card {
    position: relative;
    z-index: 1;
}

.ppc-half-txt-card__bg-img-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    display: none;
}

@media (min-width: 1025px) {
    .ppc-half-txt-card__bg-img-container {
        display: block;
    }
}

.ppc-half-txt-card__bg-img-container.ppc-half-txt-card__bg-img-container--left {
    right: unset;
    left: 0;
}

.ppc-half-txt-card__bg-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1D428A;
}

.ppc__bg--dark_blue .ppc-half-txt-card__bg-img-overlay {
    background-color: #F8FBFF;
}

.ppc-half-txt-card__bg-img-shapes {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    width: auto;
    transform: scalex(-1);
}

.ppc-half-txt-card__bg-img-container--left .ppc-half-txt-card__bg-img-shapes {
    transform: unset;
    left: unset;
    right: -1px;
}

.ppc__bg--white .ppc-half-txt-card__bg-img-shapes path {
    fill: #fff;
}

.ppc__bg--light_blue .ppc-half-txt-card__bg-img-shapes path {
    fill: #F8FBFF;
}

.ppc__bg--dark_blue .ppc-half-txt-card__bg-img-shapes path {
    fill: #1D428A;
}

.ppc__bg--gray .ppc-half-txt-card__bg-img-shapes path {
    fill: #EEEEEE;
}

.ppc-half-txt-card .row {
    row-gap: 32px;
}

.ppc-half-txt-card__content-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 25px;
}

.ppc-half-txt-card__card-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc-half-txt-card__card-border {
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
    border-radius: 10px;
    padding: 10px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (min-width: 768px) {
    .ppc-half-txt-card__card-border {
        max-width: 416px;
    }
}

.ppc-half-txt-card__card-icon-container {
    position: absolute;
    top: -28px;
    right: -28px;
    width: 85px;
    height: 85px;
}

@media (min-width: 768px) {
    .ppc-half-txt-card__card-icon-container {
        width: 103px;
        height: 103px;
    }
}

.ppc-half-txt-card__card-icon-bg {
    width: 100%;
    height: 100%;
}

.ppc-half-txt-card__card-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
}

@media (min-width: 768px) {
    .ppc-half-txt-card__card-icon {
        padding: 25px;
    }
}

.ppc-half-txt-card__card-main {
    background-color: #EDF9FF;
    padding: 25px 35px;
    border-radius: 5px;
}

.ppc-half-txt-card__card-heading {
    font-family: 'Montserrat';
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
    color: #1D428A;
}

.ppc-half-txt-card__card-txt-grp {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.ppc-half-txt-card__card-description {
    color: #333;
}



/*
** Image Button Cards
*/
.ppc-img-cards .container {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}

.ppc-img-cards__txt-grp {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.ppc-img-cards__heading-grp {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.ppc-img-cards__heading,
.ppc-img-cards__sub-heading {
    padding-bottom: 0 !important;
}

h3.ppc-img-cards__sub-heading {
    font-size: 28px;
}

.ppc-img-cards__card-grp {
    row-gap: 15px;
    justify-content: center;
}

@media (min-width: 768px) {
    .ppc-img-cards__card-grp {
        row-gap: 32px;
    }
}

.ppc-img-cards__card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
    height: 100%;
}

.ppc-img-cards__card-img-container {
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.ppc-img-cards__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppc-img-cards__card-txt-grp {
    padding: 35px;
    color: #333;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.ppc-img-cards__card-heading {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 22px;
    line-height: 1.3;
    color: #1D428A;
}


.ppc-img-cards__card-has-btn {
    margin-bottom: 40px;
}

.ppc-img-cards__card-btn-grp {
    position: absolute;
    width: 100%;
    padding: 0 35px;
    bottom: 35px;
}

.ppc-img-cards__card-btn {
    position: relative;
}

.ppc-img-cards__card-btn-grp .ppc-btn-txt {
    color: #1D428A;
}

.ppc-img-cards__card-btn-grp .ppc-btn-txt:hover {
    color: #345ba8;;
}

.ppc-img-cards__card-btn-grp .ppc-btn-txt::after {
    color: #1D428A;
}

.ppc-img-cards__card-btn-grp .ppc-btn-txt:hover::after {
    color: #345ba8;
}

.ppc-img-cards__cta-btn {
    text-align: center;
}



/*
** Mini Full Width Banner
*/
.ppc-mini-banner__content-grp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .ppc-mini-banner__content-grp {
        flex-direction: row;
        text-align: left;
    }
}

h2.ppc-mini-banner__heading {
    text-wrap: pretty;
    flex: 1 1 auto;
    font-size: 28px;
    padding-bottom: 0;
}

.ppc-mini-banner__cta-btn {
    flex: 0 0 auto;
}

@media (min-width: 1024px) {
    h2.ppc-mini-banner__heading {
        font-size: 40px;
    }
}



/*
** Mini Banner with Image
*/
.ppc-img-banner {
    position: relative;
    z-index: 1;
}

.ppc-img-banner__top-bg-color,
.ppc-img-banner__bottom-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.ppc-img-banner__bottom-bg-color {
    top: unset;
    bottom: 0;
}

.ppc-img-banner__banner-container {
    position: relative;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
    z-index: 1;
}

@media (min-width: 768px) {
    .ppc-img-banner__banner-container {
        padding: 35px 75px;
    }
}

.ppc-img-banner__banner-bg-grp {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 25%;
    z-index: -1;
    display: none;
}

@media (min-width: 768px) {
    .ppc-img-banner__banner-bg-grp {
        display: block;
    }
}

@media (min-width: 1200px) {
    .ppc-img-banner__banner-bg-grp {
        height: 100%;
        width: 30%;
    }
}

.ppc-img-banner__banner-bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1D428A;
    z-index: 1;
}

.ppc-img-banner__banner-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 150%;
    z-index: 2;
}

@media (min-width: 1200px) {
    .ppc-img-banner__banner-bg-shapes {
        height: 100%;
    }
}

.ppc-img-banner__banner-content-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    column-gap: 35px;
    row-gap: 20px;
    text-align: center;
}

@media (min-width: 1200px) {
    .ppc-img-banner__banner-content-flex {
        flex-direction: row;
        text-align: left;
    }
}

.ppc-img-banner__banner-img-container {
    flex: 0 0 auto;
    width: 125px;
    height: 125px;
    position: relative;
}

.ppc-img-banner__banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppc-img-banner__banner-txt-grp {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

h2.ppc-img-banner__banner-heading {
    padding-bottom: 0;
    font-size: 28px;
    line-height: 1.3;
}

.ppc-img-banner__banner-cta-btn.ppc-btn-primary {
    flex: 0 0 auto;
    color: #16260F;
    background-color: #78D74A;
}

.ppc-img-banner__banner-cta-btn:hover.ppc-btn-primary {
    color: #16260F;
    background-color: #4fab21;
}



/*
** Circle Image Callouts
*/
.ppc-circle-callouts__content-flex {
    row-gap: 25px;
}

@media (min-width: 768px) {
    .ppc-circle-callouts__content-flex {
        row-gap: 32px;
    }
}

@media (min-width: 1200px) {
    .ppc-circle-callouts__callout-position--left {
        flex-direction: row-reverse;
    }
}

.ppc-circle-callouts__content-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 25px;
}

@media (min-width: 1200px) {
    .ppc-circle-callouts__content-half {
        padding-right: 43px;
    }

    .ppc-circle-callouts__callout-position--left .ppc-circle-callouts__content-half {
        padding-right: 0;
        padding-left: 43px;
    }
}

.ppc-circle-callouts__txt-container {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.ppc-circle-callouts__heading {
    padding-bottom: 0;
}

.ppc-circle-callouts__callouts-half {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc-circle-callouts__callouts-container {
    background-color: #EDF9FF;
    border-radius: 10px;
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 26px;
    row-gap: 20px;
}

.ppc__bg--light_blue .ppc-circle-callouts__callouts-container {
    background-color: #1D428A;
    color: #fff;
}

.ppc__bg--dark_blue .ppc-circle-callouts__callouts-container {
    color: #333;
}

.ppc__bg--gray .ppc-circle-callouts__callouts-container {
    background-color: #fff;
}

@media (min-width: 768px) {
    .ppc-circle-callouts__callouts-container {
        flex-direction: row;
    }
}

.ppc-circle-callouts__callout {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

@media (min-width: 768px) {
    .ppc-circle-callouts__callout {
        width: calc(50% - 13px);
    }
}

.ppc-circle-callouts__callout-img-border {
    flex: 0 0 auto;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #A4D1E8;
    border-radius: 500px;
    padding: 5px;
    overflow: hidden;
}

.ppc-circle-callouts__callout-img-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    overflow: hidden;
}

.ppc-circle-callouts__callout-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppc-circle-callouts__callout-label {
    flex: 1 1 auto;
    font-size: 20px;
    line-height: 1.3;
    text-wrap: pretty;
}



/*
** Image Callouts with Descriptions
*/
.ppc-desc-callouts__row-flex {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media (min-width: 1025px) {
    .ppc-desc-callouts__row-flex {
        row-gap: 35px;
    }
}

.ppc-desc-callouts__txt-grp {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
}

.ppc-desc-callouts__heading {
    padding-bottom: 0;
}

.ppc-desc-callouts__callouts-flex {
    row-gap: 15px;
    justify-content: center;
}

@media (min-width: 1025px) {
    .ppc-desc-callouts__callouts-flex {
        row-gap: 32px;
    }
}

.ppc-desc-callouts__callout {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

@media (min-width: 600px) {
    .ppc-desc-callouts__callout {
        flex-direction: row;
        align-items: flex-start;
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

.ppc-desc-callouts__callout-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 125px);
    background-color: #EDF9FF;
    border-radius: 10px;
    z-index: -1;
}

.ppc__bg--gray .ppc-desc-callouts__callout-bg {
    background-color: #f8f8f8;
}

@media (min-width: 600px) {
    .ppc-desc-callouts__callout-bg {
        top: 0;
        bottom: unset;
        width: calc(100% - 75px);
        height: 100%;
    }
}

.ppc-desc-callouts__callout-img-border {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    flex: 0 0 auto;
    width: 150px;
    height: 100%;
    height: 150px;
    padding: 10px;
    margin-right: 0;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
}

@media (min-width: 600px) {
    .ppc-desc-callouts__callout-img-border {
        height: 100%;
        min-height: 150px;
        margin-right: 25px;
    }
}


.ppc-desc-callouts__callout-img-container {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ppc-desc-callouts__callout-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppc-desc-callouts__callout-checkmark-border {
    position: absolute;
    right: -13px;
    bottom: -13px;
    width: 40px;
    height: 40px;
    padding: 3px;
    background-color: #fff;
    border-radius: 500px;
    box-shadow: 0 3px 10px rgba(0,10,29,0.15);
}

.ppc-desc-callouts__callout-txt-grp {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    text-align: center;
}

@media (min-width: 600px) {
    .ppc-desc-callouts__callout-txt-grp {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 25px;
        text-align: left;
        height: 100%;
    }
}

h3.ppc-desc-callouts__img-callout-heading {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 0;
}

.ppc__bg--dark_blue h3.ppc-desc-callouts__img-callout-heading {
    color: #1D428A;
}

.ppc__bg--dark_blue .ppc-desc-callouts__img-callout-paragraph-txt {
    color: #333;
}

.ppc-desc-callouts__cta-btn-grp {
    text-align: center;
}



/*
** Accordion Section
*/
.container.ppc-accordion__row-flex {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media (min-width: 1025px) {
    .container.ppc-accordion__row-flex {
        row-gap: 35px;
    }
}

.ppc-accordion__txt-grp {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
}

.ppc-accordion__heading {
    padding-bottom: 0;
}

.ppc-accordion__accordions-flex,
.ppc-accordion__accordion-button {
    margin-top: 0;
}

.ppc-accordion__accordions-flex {
    row-gap: 15px;
}

@media (min-width: 768px) {
    .ppc-accordion__accordions-flex {
        row-gap: 20px;
    }
}

.ppc-accordion__accordion {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
}

.ppc-accordion__accordion-button,
.is-expaned .ppc-accordion__accordion-button,
.ppc-accordion__accordion-content,
.is-expaned .ppc-accordion__accordion-content {
    border-radius: 0;
}

.ppc-accordion__accordion-button {
    background-color: #fff;
    color: #1D428A;
    padding: 10px 55px 10px 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    text-wrap: pretty;
    transition: all 400ms ease;
}

@media (min-width: 768px) {
    .ppc-accordion__accordion-button {
        padding: 20px 91px 20px 35px;
        font-size: 22px;
    }
}

.ppc__bg--light_blue .ppc-accordion__accordion-button,
.ppc__bg--white .ppc-accordion__accordion-button {
    background-color: #1D428A;
    color: #fff;
}

.ppc-accordion__accordion-button:hover,
.ppc-accordion__accordion-button:focus,
.ppc__bg--light_blue .ppc-accordion__accordion-button:hover,
.ppc__bg--white .ppc-accordion__accordion-button:focus {
    background-color: #d0efff;
    color: #1D428A;
}

.ppc-accordion__accordion .ppc-accordion__accordion-button::after {
    border-color: #1D428A;
    top: calc(50% - 10px);
    transition: all 400ms ease;
}

.ppc__bg--light_blue .ppc-accordion__accordion .ppc-accordion__accordion-button::after,
.ppc__bg--white .ppc-accordion__accordion .ppc-accordion__accordion-button::after {
    border-color: #fff;
}

.ppc__bg--light_blue .ppc-accordion__accordion .ppc-accordion__accordion-button:hover::after,
.ppc__bg--light_blue .ppc-accordion__accordion .ppc-accordion__accordion-button:focus::after,
.ppc__bg--white .ppc-accordion__accordion .ppc-accordion__accordion-button:hover::after,
.ppc__bg--white .ppc-accordion__accordion .ppc-accordion__accordion-button:focus::after {
    border-color: #1D428A;
}

.is-expanded.ppc-accordion__accordion .ppc-accordion__accordion-button::after {
    top: calc(50% - 5px);
}

.ppc-accordion__accordion-content {
    background-color: #EDF9FF;
    color: #333;
    padding: 20px;
    margin-top: 0;
}

@media (min-width: 768px) {
    .ppc-accordion__accordion-content {
        padding: 35px;
    }
}

.ppc__bg--light_blue .ppc-accordion__accordion-content {
    background-color: #fff;
}

.ppc-accordion__cta-btn-grp {
    text-align: center;
}



/*
** Location Section
*/
.ppc-locations__container-flex {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.row.ppc-locations__top-row-flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.ppc-locations__img-bg {
    background-color: #EDF9FF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: 100%;
}

.ppc-locations__img-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 175px;
}

@media (min-width: 768px) {
    .ppc-locations__img-container {
        min-height: unset;
    }
}

.ppc-locations__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ppc-locations__content-grp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 350px;
}

@media (min-width: 768px) {
    .ppc-locations__content-grp {
        padding: 50px;
    }
}

.ppc-locations__content-txt-grp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 16px;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .ppc-locations__content-txt-grp {
        max-width: unset;
        margin-left: 0;
        margin-right: 0;
    }
}

.ppc-locations__content-heading {
    padding-bottom: 0;
}

.ppc-locations__location-details-grp {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.ppc-locations__details-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.ppc-locations__details-item-icon-container {
    position: relative;
    width: 25px;
    height: 25px;
}

.ppc-locations__details-item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a.ppc-locations__details-item {
    text-decoration: none;
}

a.ppc-locations__details-item .ppc-locations__details-item-txt {
    text-decoration: none;
    color: #333;
    background: linear-gradient(to bottom, #0078B1 0%, #0078B1 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 4px 2px;
    transition: all 400ms ease;
}

a.ppc-locations__details-item:hover .ppc-locations__details-item-txt {
    background-size: 4px 26px;
    color: #fff;
}

.ppc-locations__cta-btn {
    margin-top: 9px;
}

.ppc-locations__areas-row {
    position: relative;
    overflow: hidden;
    background-color: #EEEEEE;
    border-radius: 10px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

@media (min-width: 768px) {
    .ppc-locations__areas-row {
        padding: 35px 65px;
        row-gap: 35px;
    }
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--collapsed {
    max-height: 360px;
    transition: all 400ms ease;
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--expanded {
    max-height: unset;
    padding-bottom: 97px;
}

@media (max-width: 1024.99px) {
    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--collapsed {
        max-height: 360px;
        transition: all 400ms ease;
    }

    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--expanded {
        max-height: unset;
        padding-bottom: 97px;
    }
}

@media (max-width: 767.99px) {
    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--collapsed {
        max-height: 360px;
        transition: all 400ms ease;
    }

    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--expanded {
        max-height: unset;
        padding-bottom: 97px;
    }
}

.ppc-locations__areas-txt-grp {
    max-width: 864px;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

h3.ppc-locations__areas-heading {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    h3.ppc-locations__areas-heading {
        font-size: 28px;
    }
}

.ppc-locations__areas-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ppc-locations__areas-list-item {
    list-style: none;
}

.ppc-locations__areas-list-item-grp {
    padding: 3px 8px;
    background-color: #fff;
    border-radius: 500px;
    box-shadow: 0 2px 10px rgba(0,10,29,0.08);
    text-decoration: none;
}

.ppc-locations__areas-list-item-grp,
.ppc-locations__areas-list-item-txt {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #1D428A;
    display: inline-block;
    transition: all 400ms ease;
}

@media (min-width: 768px) {
    .ppc-locations__areas-list-item-grp {
        padding: 5px 15px;
    }

    .ppc-locations__areas-list-item-grp,
    .ppc-locations__areas-list-item-txt {
        font-size: 18px;
    }
}

a.ppc-locations__areas-list-item-grp:hover {
    background-color: #1D428A;
    color: #fff;
}

a.ppc-locations__areas-list-item-grp:hover::after {
    color: #fff;
}

a.ppc-locations__areas-list-item-grp:hover .ppc-locations__areas-list-item-txt {
    color: #fff;
}

.ppc-locations__areas-more-btn-grp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 137px;
    text-align: center;
    background: linear-gradient(0deg, #eeeeee, #eeeeee 50%, transparent);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ppc-locations__areas-row--no-devices .ppc-locations__areas-more-btn-grp {
    display: none;
}

@media (min-width: 768px) {
    .ppc-locations__areas-row--mobile .ppc-locations__areas-more-btn-grp {
        display: none;
    }
}

@media (min-width: 1025px) {
    .ppc-locations__areas-row--tablet-mobile .ppc-locations__areas-more-btn-grp {
        display: none;
    }
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-grp {
    height: auto;
    background: none;
}

@media (max-width: 1024.99px) {
    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-grp {
        height: auto;
        background: none;
    }
}

@media (max-width: 767.99px) {
    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-grp {
        height: auto;
        background: none;
    }
}

.ppc-locations__areas-more-btn {
    margin-bottom: 25px;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn {
    flex-direction: column-reverse;
}

@media (min-width: 1024.99px) {
    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn {
        flex-direction: column-reverse;
    }
}

@media (min-width: 767.99px) {
    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn {
        flex-direction: column-reverse;
    }
}

.ppc-locations__areas-more-btn:hover,
.ppc-locations__areas-more-btn:focus {
    background-color: transparent;
    border: none;
    outline: none;
}

.ppc-locations__areas-more-btn-txt {
    font-size: 18px;
    line-height: 1.3;
    color: #1D428A;
    transition: all 400ms ease;
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-txt--show,
.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--collapsed .ppc-locations__areas-more-btn-txt--hide {
    display: none;
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-txt--hide,
.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--collapsed .ppc-locations__areas-more-btn-txt--show {
    display: block;
}

@media (max-width: 1024.99px) {
    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-txt--show,
    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--collapsed .ppc-locations__areas-more-btn-txt--hide {
        display: none;
    }

    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-txt--hide,
    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--collapsed .ppc-locations__areas-more-btn-txt--show {
        display: block;
    }
}

@media (max-width: 767.99px) {
    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-txt--show,
    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--collapsed .ppc-locations__areas-more-btn-txt--hide {
        display: none;
    }

    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-txt--hide,
    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--collapsed .ppc-locations__areas-more-btn-txt--show {
        display: block;
    }
}

.ppc-locations__areas-more-btn-icon {
    transition: all 400ms ease;
}

.ppc-locations__areas-more-btn-icon::after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 25px;
    font-weight: 100;
    line-height: 0px;
    color: #0078B1;
    transition: all 4s ease;
}

.ppc-locations__areas-more-btn:hover .ppc-locations__areas-more-btn-icon {
    transform: translateY(5px);
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-icon {
    transform: rotateZ(180deg);
}

.ppc-locations__areas-row--all-devices.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn:hover .ppc-locations__areas-more-btn-icon {
    transform: translateY(-5px) rotateZ(180deg);
}

@media (max-width: 1024.99px) {
    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-icon {
        transform: rotateZ(180deg);
    }

    .ppc-locations__areas-row--tablet-mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn:hover .ppc-locations__areas-more-btn-icon {
        transform: translateY(-5px) rotateZ(180deg);
    }
}

@media (max-width: 767.99px) {
    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn-icon {
        transform: rotateZ(180deg);
    }

    .ppc-locations__areas-row--mobile.js--ppc-locations__areas-row--expanded .ppc-locations__areas-more-btn:hover .ppc-locations__areas-more-btn-icon {
        transform: translateY(-5px) rotateZ(180deg);
    }
}



/*
** Short Text and Image Callouts on Full Width Image
*/
.ppc-trust-stats {
    position: relative;
    z-index: 1;
}

.ppc-trust-stats__bg-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.ppc-trust-stats__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppc-trust-stats__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1D428A;
    opacity: 0.85;
}

.ppc-trust-stats__bg-overlay--dark_blue {
    background-color: #091C40;
}

.ppc-trust-stats__container-flex {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.ppc-trust-stats__stats-row-flex {
    justify-content: center;
    row-gap: 15px;
}

@media (min-width: 768px) {
    .ppc-trust-stats__stats-row-flex {
        row-gap: 35px;
    }
}

.ppc-trust-stats__text-callout {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ppc-trust-stats__text-large,
.ppc-trust-stats__text-small {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 45px;
    line-height: 1.3;
}

.ppc-trust-stats__text-small {
    font-size: 18px;
}

@media (min-width: 768px) {
    .ppc-trust-stats__text-callout {
        row-gap: 10px;
    }

    .ppc-trust-stats__text-large {
        font-size: 65px;
    }

    .ppc-trust-stats__text-small {
        font-size: 28px;
    }

}

.ppc-trust-stats__logos-row {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,10,29,0.15);
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    column-gap: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.ppc-trust-stats__logo-divider {
    width: 1px;
    height: 65px;
    max-height: 65px;
    background-color: #A4D1E8;
    display: none;
}

@media (min-width: 992px) {
    .ppc-trust-stats__logos-row {
        padding: 25px 50px;
        row-gap: 25px;
        column-gap: 30px;
    }

    .ppc-trust-stats__logo-divider {
        display: block;
    }
}

.ppc-trust-stats__logo-img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 150px;
    max-height: 90px;
}



/*
** Full Width Image and Color Overlay
*/
.ppc-fullwidth-img-bg {
    position: relative;
    z-index: 1;
}

.ppc-fullwidth-img-bg__bg-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ppc-fullwidth-img-bg__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppc-fullwidth-img-bg__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1D428A;
    opacity: 0.85;
}

.ppc-fullwidth-img-bg__bg-overlay--dark_blue {
    background-color: #091C40;
}

.ppc-fullwidth-img-bg__txt-grp {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}

h2.ppc-fullwidth-img-bg__heading {
    color: #fff;
    padding-bottom: 0;
}

.ppc-fullwidth-img-bg__cta-button {
    margin-top: 9px;
    color: #16260F;
    background-color: #78D74A;
}

.ppc-fullwidth-img-bg__cta-button:hover {
    color: #16260F;
    background-color: #4fab21;
}



/*
** Testimonial Carousel
*/
.ppc-testimonials__container-flex {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.ppc-testimonials__txt-grp {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

h2.ppc-testimonials__heading {
    padding-bottom: 0;
}

.ppc-testimonials__testimonial {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0,10,29,0.15);
    padding: 35px;
    position: relative;
    height: 100%;
}

.ppc-testimonials__testimonial-top-grp {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    text-align: center;
}

.ppc-testimonials__testimonial-top-grp--bttm-margin {
    margin-bottom: 62px;
}

.ppc-testimonials__star-rating {
    position: relative;
}

.ppc-testimonials__star-rating-mask {
    height: 100%;
    position: absolute;
    top: 10px;
    left: 25px;
    overflow: hidden;
}

.ppc-testimonials__star-rating-mask .ppc-testimonials__star-mask path {
    fill: #00AFD7;
}

.ppc__bg--dark_blue .ppc-testimonials__testimonial-description {
    color: #333;
}

.ppc-testimonials__testimonial-name {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: #1D428A;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
}

.ppc-testimonials__testimonial-name::before {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    border-radius: 500px;
    background-color: #00AFD7;
    margin-bottom: 15px;
}

.ppc-testimonials__testimonials-row {
    margin-left: 25px;
    margin-right: 25px;
}

@media (min-width: 600px) {
    .ppc-testimonials__testimonials-row {
        margin-left: 112px;
        margin-right: 112px;
    }
}

.ppc-testimonials__testimonials-carousel {
    margin-left: -16px;
    margin-right: -16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.ppc-testimonials__testimonials-carousel.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.ppc-testimonials__testimonials-carousel .slick-track {
    display: flex;
}

.ppc-testimonials__testimonials-carousel .slick-track .slick-slide {
    height: inherit;
    padding: 25px 16px;
}

.ppc-testimonials__cta-btn-grp {
    text-align: center;
}

.ppc-testimonials__google-reviews-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 0;
}

.ppc-testimonials__google-reviews-icon img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.ppc-testimonials__star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

/*
** Image Carousel - Before & After Option
*/
.ppc-before-after__container-flex {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.ppc-before-after__txt-grp {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

h2.ppc-before-after__heading {
    padding-bottom: 0;
}

.ppc-before-after__carousel-container {
    position: relative;
    z-index: 1;
}

.ppc-before-after__image-border {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0,10,29,0.15);
    padding: 10px;
}

.ppc-before-after__image-container {
    position: relative;
    width: 100%;
    height: 275px;
    border-radius: 5px;
    overflow: hidden;
}

@media (min-width: 600px) {
    .ppc-before-after__image-container {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .ppc-before-after__image-container {
        height: 480px;
    }
}

.ppc-before-after__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: bottom;
}

.ppc-before-after__img-type--double {
    display: flex;
}

.ppc-before-after__image-flex-item {
    position: relative;
    width: 50%;
    border-right: 5px solid #fff;
}

.ppc-before-after__image-flex-item:nth-child(2) {
    border-right: none;
    border-left: 5px solid #fff;
}

.ppc-before-after__image-caption-grp {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 95px 15px 10px;
    background: linear-gradient(5deg, #1D428A, #1D428A 10%, transparent 69%);
    width: 100%;
}

.ppc-before-after__image-caption {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

@media (min-width: 768px) {
    .ppc-before-after__image-caption-grp {
        padding: 175px 25px 15px;
    }

    .ppc-before-after__image-caption {
        font-size: 20px;
    }
}

.ppc-before-after__images-carousel {
    margin-left: -16px;
    margin-right: -16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.ppc-before-after__images-carousel.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.ppc-before-after__images-carousel .slick-track {
    display: flex;
}

.ppc-before-after__images-carousel .slick-track .slick-slide {
    height: inherit;
    padding: 25px 16px;
}

.ppc-before-after__images-carousel .ppc-carousel__btn {
    left: 5px;
}

.ppc-before-after__images-carousel .ppc-carousel__btn--next {
    left: unset;
    right: 5px;
}

@media (min-width: 1025px) {
    .ppc-before-after__images-carousel .ppc-carousel__btn {
        left: -71px;
    }

    .ppc-before-after__images-carousel .ppc-carousel__btn--next {
        left: unset;
        right: -71px;
    }
}

.ppc-before-after__cta-btn-grp {
    text-align: center;
}

.desktop-cta {
	display: none;
}

@media (min-width: 768px) {
    .desktop-cta {
		display: inline-block;
	}
	.mobile-cta {
		display: none;
	}
}
