/* Changes for PCB-3943*/
.content-card-carousel-header-part .content-card-carousel-title {
    font-size: 44px;
    line-height: 52.8px;
}
.small-content-card-title {
    font-size: 24px;
    line-height: 26.4px;
}

/* Media queries for different screen sizes */
@media (max-width: 1199px) {
    .small-content-card-title {
        font-size: 20px;
        line-height: 23px;
    }
    .content-card-carousel-header-part .content-card-carousel-title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .small-content-card-title {
        font-size: 18px;
        line-height: 20.7px;
    }
    .content-card-carousel-header-part .content-card-carousel-title {
        font-size: 32px;
        line-height: 38.4px;
    }
}
/* PCB:3769 Start */
.three-card-feature-type-b.new-design-class .palette-tertiary.light-blue {
    color: #00DCFF;
}
.three-card-feature-type-b.new-design-class .palette-tertiary.light-blue path {
    stroke: #00DCFF;
}
.three-card-feature-type-b.new-design-class .palette-tertiary.web-middle-blue {
    color: #0274C0;
}
.three-card-feature-type-b.new-design-class .palette-tertiary.web-middle-blue path {
    stroke: #0274C0;
}
.three-card-feature-type-b.new-design-class .palette-tertiary.web-black {
    color: #191B1D;
}
.three-card-feature-type-b.new-design-class .palette-tertiary.web-black path {
    stroke: #191B1D;
}
.three-card-feature-type-b.new-design-class .palette-tertiary.white {
    color: #FFFFFF;
}
.three-card-feature-type-b.new-design-class .palette-tertiary.white path {
    stroke: #FFFFFF;
}
/* PCB:3769 End */
/* PCB-3736 start */
.ajax-spinner--fullscreen {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path class="spinner_Pcrv" fill="%2300A766" d="M2,12A10.94,10.94,0,0,1,5,4.65c-.21-.19-.42-.36-.62-.55h0A11,11,0,0,0,12,23c.34,0,.67,0,1-.05C6,23,2,17.74,2,12Z"/></svg>') !important;
}
/* PCB-3736 end */
/* Start PCB-3845 */
.tabbed-staggered-content .stag-d-card .stag-d-image {
    overflow: hidden;
}
.tabbed-staggered-cards-animate .tabbed-staggered-content .stag-d-card .stag-d-image img {
    transform: scale(1.1);
    transition: 0.8s all ease;
}
.tabbed-staggered-cards-animate .tabbed-staggered-content .stag-d-card.revealed .stag-d-image img {
    transform: scale(1);
}
/* End PCB-3845 */
/* 3801 Start */
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-web-black:hover{
    color: #00DCFF;
}
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-dark-teal:hover{
    color: #00DCFF;
}
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-white:hover{
    color: #0274C0;
}
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-paper-gray:hover{
    color: #0274C0;
}
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-paper-gray:hover .acco-arrow-icon path {
    stroke: #0274C0;
}
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-web-black:hover .acco-arrow-icon path{
    stroke: #00DCFF;
}
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-dark-teal:hover .acco-arrow-icon path{
    stroke: #00DCFF;
}
.two-column-accordion .two-column-accordion-item .two-column-accordion-item-title .two-column-acc-title.palette-white:hover .acco-arrow-icon path{
    stroke: #0274C0;
}
/* 3801 End */

/* Start PCB-3988*/
.three-card-feature-type-b.new-design-class .heading {
    font-size: 44px !important;
}
.card-feature.new-design-class .card__heading {
    font-size: 24px !important;
}

/* Media queries for different screen sizes */
@media (max-width: 1199px) {
    .card-feature.new-design-class .card__heading {
        font-size: 20px !important;
    }
    .three-card-feature-type-b.new-design-class .heading {
        font-size: 40px !important;
    }
}

@media (max-width: 767px) {
    .card-feature.new-design-class .card__heading {
        font-size: 18px !important;
    }
    .three-card-feature-type-b.new-design-class .heading {
        font-size: 32px !important;
    }
}
/* End PCB-3988*/
/* PCB-4141 Start */
.geofield-google-map .gmap-search-popup {
    font-weight: 400;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 16.25rem;
    margin: 0.5rem;
}

.geofield-google-map .gmap-media {
    display: flex;
    min-height: 0.0625rem;
}
.geofield-google-map .gmap-search-popup .gmap-image {
    display: block;
    width: 40%;
}
.geofield-google-map a {
    color: #187770;
}
.geofield-google-map .gmap-search-popup .gmap-image img {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%';
    height: 100%;
    width: 100%;
}

.geofield-google-map .gmap-search-popup .gmap-content {
    border: 0;
    padding: 0 0 0 0.625rem;
    width: 60%;
}
.gmap-search-popup .gmap-title {
    font-size: 0.6875rem;
}

.geofield-google-map .gmap-media .gmap-title {
    font-weight: 700;
    color: #187770;
    letter-spacing: 1.25px;
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
}
.geofield-google-map .gmap-search-popup .gmap-info-wrapper, .geofield-google-map .gmap-search-popup .gmap-info-space {
    margin-left: 0;
}
.geofield-google-map .gmap-search-popup, .geofield-google-map .gmap-search-popup .gmap-link {
    margin-bottom: 0.3125rem;
}

.geofield-google-map .gmap-media .prl-btn {
    margin-top: 0.625rem;
    color: #187770;
    font-size: 0.6875rem;
}

.geofield-google-map .gmap-media .gmap-type {
    font-weight: 600;
    color: #5f5f5f;
}

.geofield-google-map .gmap-search svg {
    stroke: #187770;
}
/* PCB-4141 End */

/* 3957 Start*/
.webform-redesign .groundbreakers__button--secondary--button.middle-blue {
    color: #0274C0 !important;
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: flex-start;
}
.webform-redesign.palette-white .signup-modal-popup-webform-container .groundbreakers__button--secondary--button:focus-visible, .webform-redesign.palette-paper-gray .signup-modal-popup-webform-container .groundbreakers__button--secondary--button:focus-visible {
    outline: 3px solid #025B97;
    outline-offset: 3px;
}
.webform-redesign .groundbreakers__button--secondary--button.blue {
    color: #00DCFF !important;
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: flex-start;
}
.webform-redesign.palette-dark-teal .signup-modal-popup-webform-container .groundbreakers__button--secondary--button:focus-visible, .webform-redesign.palette-web-black .signup-modal-popup-webform-container .groundbreakers__button--secondary--button:focus-visible {
    outline: 3px solid #9BEBFC;
    outline-offset: 3px;
}
.webform-redesign .groundbreakers__button--secondary--button.white {
    color: #fff !important;
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: flex-start;
}
.webform-redesign .groundbreakers__button--secondary--button.black {
    color: #191B1D !important;
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: flex-start;
}
.webform-redesign .groundbreakers__button--tertiary--button {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.5px;
    margin-left: 40px;
    width: 100%;
}
.webform-redesign .groundbreakers__button--tertiary--button.middle-blue, .webform-redesign .groundbreakers__button--tertiary--button.middle-blue path {
    color: #0274C0;
    display: flex;
    align-items: center;
    margin-left: 40px;
    stroke: #0274C0;
}
.webform-redesign .groundbreakers__button--tertiary--button.blue, .webform-redesign .groundbreakers__button--tertiary--button.blue path {
    color: #00DCFF;
    stroke: #00DCFF;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.webform-redesign .groundbreakers__button--tertiary--button.black, .webform-redesign .groundbreakers__button--tertiary--button.black path {
    color: #191B1D;
    stroke: #191B1D;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.webform-redesign .groundbreakers__button--tertiary--button.white, .webform-redesign .groundbreakers__button--tertiary--button.white path {
    color: #fff;
    stroke: #fff;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.webform-redesign .groundbreakers__button--tertiary--button:hover svg {
    opacity: 1;
    left: 16px;
}
.webform-redesign .groundbreakers__button--tertiary--button svg {
    opacity: 0;
    position: relative;
    left: 0;
    transition: left 300ms ease-in,opacity 300ms ease-in;
}
/* Media queries for different screen sizes */
@media (max-width: 1199px) {
    .webform-redesign .groundbreakers__button--tertiary--button.black, .webform-redesign .groundbreakers__button--tertiary--button.white, .webform-redesign .groundbreakers__button--tertiary--button.black, .webform-redesign .groundbreakers__button--tertiary--button.blue, .webform-redesign .groundbreakers__button--tertiary--button.middle-blue {
        margin-left: 16px;
    }
}
@media (max-width: 767px) {
    .webform-redesign .groundbreakers__button--secondary--button {
        width: 100%;
    }
    .webform-redesign .groundbreakers__button--tertiary--button.black, .webform-redesign .groundbreakers__button--tertiary--button.white, .webform-redesign .groundbreakers__button--tertiary--button.black, .webform-redesign .groundbreakers__button--tertiary--button.blue, .webform-redesign .groundbreakers__button--tertiary--button.middle-blue {
        margin-top: 16px;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        margin-left: 0px;
    }
    .webform-redesign .groundbreakers-button {
        flex-direction: column;
        align-items: center;
    }

}
/* 3957 End*/

/* Start PCB-4226*/
.cta-bt-d-stag-container .stag-d-section-body{
    line-height: 140%;
    margin-top: 16px;
}
.cta-bt-d-stag-container .stag-d-section-alignment.center{
    text-align: center;
}
.cta-bt-d-stag-container .stag-d-section-alignment.left{
    text-align: left;
}
.cta-bt-d-stag-wrapper.animation-toggle .cta-bt-d-stag-inner .stag-d-section-body {
    opacity:0;
    transform: translateY(40vh);
    transition: opacity 600ms ease-out, transform 1000ms ease-out, visibility 2000ms ease-out;
    animation-delay: 600ms;
}
.cta-bt-d-stag-wrapper.animation-toggle .cta-bt-d-stag-inner .stag-d-section-body.animate-top {
    transform: translateY(0vh);
}
/* Media queries for different screen sizes */
@media (max-width: 1199px) {
    .cta-bt-d-stag-wrapper.animation-toggle .cta-bt-d-stag-inner .stag-d-section-body {
        opacity:1;
        transform: translateY(0vh);
    }
    .cta-bt-d-stag-container .stag-d-section-alignment.center{
        text-align: center;
    }
    .cta-bt-d-stag-container .stag-d-section-alignment.left{
        text-align: left;
    }
    .cta-bt-d-stag-container .stag-d-section-body{
        line-height: 130%;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .cta-bt-d-stag-container .stag-d-section-alignment.center{
        text-align: center;
    }
    .cta-bt-d-stag-container .stag-d-section-alignment.left{
        text-align: left;
    }
    .cta-bt-d-stag-container .stag-d-section-body{
        line-height: 140%;
        font-size: 16px;
    }
}
/* End PCB-4226*/

/* Start PCB-4202 */

/* Quote Banner */
.quote-banner-inner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: content-box;
    padding: 0px 20px;
    max-width: 1180px;
}

/* Content Section */
.quote-subcontent {
    position: relative;
    margin-bottom: 54px;
    margin-top: 54px;
    text-align: left;
    max-width: 70%;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.quote-banner-dark,
.quote-banner-light {
    padding: 32px 0px 20px;
}

.quote-banner-dark,
.quote-banner-dark .quote-subcontent {
    background: #191B1D;
}

.quote-banner-light,
.quote-banner-light .quote-subcontent {
    background: white;
}

.quote-banner-dark .quote-icon svg path {
    fill: #00C2B2;
}

.quote-banner-light .quote-icon svg path {
    fill: #003840;
}

.quote-banner-light .quote-text {
    color: #003840;
}

.quote-banner-dark .quote-text,
.quote-banner-dark .quote-author {
    color: #fff;
}

.quote-banner-dark .quote-author {
    fill: #00C2B2;
}

.quote-banner-light .quote-author {
    color: var(--Black, #191B1D);
}

.quote-icon {
    margin-top: 46px;
}

/* SVG Icon */
.quote-icon svg {
    width: 84px;
    height: auto;
}

/* Quote Text */
.quote-text {
    display: flex;
    padding: 46px 46px 46px 0;
    flex-direction: column;
    align-items: flex-start;
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
}

.quote-text p {
    width: 100%;
    height: auto;
}

/* Author Details */
.quote-author {
    margin-top: 24px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* Image Section */
.quote-image {
    transform: scale(1.9);
    background-position: 76%;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
    max-width: 100%;
}

.quote-image-qc {
    z-index: 0;
    top: 0px;
    min-height: 458px;
    position: absolute;
    right: 0px;
}
.quote-image-qc article {
  height: 100%;
}
.quote-image-qc img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.quote-image-qc .field--name-field-image {
    height: 100%;
}

@media (min-width: 1200px) {
    .quote-image-qc {
        height: calc(100% + 108px);
        width: 50%;
    }
}

/* Media Queries for Different Screen Sizes */
@media (max-width: 1199px) {
    .quote-banner-inner,
    .quote-banner-dark,
    .quote-banner-light {
        padding: 0px;
    }

    .quote-image-qc img {
        width: 100%;
        height: 930px;
    }

    .prl-container.quote-banner-light,
    .prl-container.quote-banner-dark {
        padding-left: 0;
        padding-right: 0;
    }

    .quote-image-qc {
        position: relative;
    }

    .quote-text {
        padding: 0;
        font-size: 24px;
    }

    .quote-image img {
        height: 932px;
        margin-left: 0;
    }

    .quote-subcontent {
        flex-direction: column;
        position: absolute;
        font-size: 24px;
        padding: 40px;
        gap: 26px;
        bottom: 0;
        margin: 0;
    }

    .quote-icon {
        margin-top: 0;
    }

    .quote-icon svg {
        width: 78px;
    }
}

@media (max-width: 767px) {
    .quote-image-qc img {
        width: 100%;
        height: 469px;
    }

    .quote-image-qc {
        position: absolute;
        top: 0px;
    }

    .prl-container.quote-banner-light,
    .prl-container.quote-banner-dark {
        padding-left: 0;
        padding-right: 0;
    }

    .quote-text {
        padding: 0;
        font-size: 20px;
    }

    .quote-subcontent {
        margin-top: 319px;
        font-size: 20px;
        padding: 32px 16px;
        gap: 29px;
        max-width: calc(100% - 31px);
        position: relative;
    }

    .quote-icon {
        margin-top: 0;
    }
    .quote-icon svg {
        width: 65px;
    }
}

/* End PCB-4202 */
