.home-hero {
    min-height: 677px;
    display: flex;
    max-width: 100vw;
    overflow: hidden;
}
.hero-left {
    width: 570px;
    float: right;
    padding-top: 5em;
    padding-right: 7em;
}
.hero-right,
#hero-1,
.home-hero-column {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    position: relative;
}
.home-hero-column {
    width: 50%;
    background-color: #0077c8;
}
.button-row,
.content-button-row {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
    margin: 1em 0;
    text-align: left;
    float: left;
    min-width: 100%;
}
.hero-text {
    position: absolute;
    bottom: 7em;
    left: 50%;
    transform: translateX(-50%);
}
.hero-box {
    max-width: 420px;
    width: 420px;
    border-radius: 1em;
    padding: 10px 30px 20px;
}
.hero-box > p{
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color:#0D161C;
    font-weight: 600;
}
.slider-buttons {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    grid-template-columns: repeat(4, 1fr);
    max-width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}
.slider-btn {
    width: 10px;
    height: 10px;
    max-width: 10px;
    max-height: 10px;
    min-width: 10px;
    min-height: 10px;
    border: none;
    border-radius: 50%;
    background-color: white;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.slider-btn:hover {
    background-color: #FFB81C;
}
.hero-right {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    transition: left 0.5s;
}
.hero-right.active {
    left: 0;
}

.hero-right:first-child {
    left: 0;
}


.cards-control {
    min-height: 4em;
    /*height: 4em;*/
}

.badges {
    min-height: 350px;
    padding: 80px 0;
}

.badges-container {
    display: flex;
    gap: 70px;
    justify-content: space-evenly;
    align-items: center;
}

.badges-images {
    display: flex;
    gap: 1em;
    min-width: 50%;
}

.badge-image {
    width: 177px;
    height: 177px;
}

ul.award-badges-header {
    display: flex;
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
}

.award-badges-header li:not(:last-child) {
    margin-right: 16px;
}

.award-badges-header li img {
    max-width: 120px;
    width: 100%;
    height: auto;
}

.image-text,
.text-image {
    display: flex;
    justify-content: space-between;
    gap: 120px;
    align-items: center;
}

.image-text {
    flex-direction: row-reverse;
}

.column-image-text {
    width: 50%;
}

.image-text-image,
.featured-main-image {
    width: 550px;
    height: 390px;
    object-fit: cover;
    border-radius: 1em;
}

.testimonials {
    padding: 85px 0;
    overflow: hidden;
    max-width: 100vw;
    width: 100vw;
    position: relative;
}

.testimonials-container {
    display: flex;
    gap: 2em;
    transition: transform 2s ease;
}

.testimonial-title-heading{
    max-width: 75%;
    margin-top: 0em;
}


.testimonial-box {
    min-width: 740px;
    min-height: 270px;
    border-radius: 1em;
    overflow: hidden;
    display: flex;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.testimonial-source {
    max-width: 180px;
    min-width: 180px;
    text-align: center;
}

.testimonial-headshot {
    background-color:#BEF1D8;
    border-radius: 100%;
    height: 85px;
    width: 85px;
}

.source-logo {
    max-height: 30px;
    width: auto;
}

.image-layout {
    border-radius: 1em;
    min-width: 543px;
    max-width: 543px;
    width: 543px;
    max-height: 400px;
    min-height: 400px;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 2em;
}

.content-list-row {
    display: flex;
    gap: 1em;
    justify-content: flex-start;
    gap: 20px;
}

.content-list-row>ul {
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-list-row>ul>li {
    position: relative;
    padding-left: 30px;
    padding-top: 0em;
    padding-bottom: 1em;
    font-family: 'Barlow', sans-serif;
    font-size: 1em;
    color: #0D161C;
    font-weight: 600;
    line-height: 24px;
}

.content-list-row>ul>li span,
.content-list-row>ul>li a,
.content-list-row>ul>li p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #0D161C;
    font-weight: 600;
    line-height: 24px;
}

.content-list-row>ul>li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin-top: 4.5px;
}

.card-container-3,
.card-container-2{
    padding: 35px;
}

article ul {
    margin-left: 0;
    margin-top: 34px;
    margin-bottom: 34px;
    padding-left: 30px;
}

article ul:last-child {
    margin-bottom: 0;
}

article ul li {
    margin-bottom: 12px;
}

article ul li:last-child {
    margin-bottom: 0;
}


div.card>img.overlay-color,
div.card>a img.overlay-color{
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 1em;
}

.card-body-text{
    padding-right: 3em;
}
.content-pad-r {
    padding-right: 1em;
}

div.card>img.overlay-color,
div.card>a img.overlay-color {
    max-height: 180px;
height: 180px;
max-width: unset;
}

div.card>svg {
    bottom: 20px;
    left: 20px;
    opacity: 94%;
    max-height: 51px;
}

.card-container-3,
.card-container-2 {
    border-radius: 1em;
}

.card-container-4 {
    min-width: 265px;
    max-width: 265px;
    width: 265px;
    padding: 1.4em;
    border-radius: 1em;
    min-height: 350px;
}

.card-container-3 {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
    flex: 1;
}

/* Make cards wider on use case listing page. */
.page-template-page-listings-use-case .use-cases-results .card-container-3 {
    min-width: 360px;
    max-width: 360px;
    width: 360px;
}

.card-container-2 {
    min-width: 550px;
    width: 550px;
}
.cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    row-gap: 50px;
    flex-wrap: wrap;
}

.cards .formal-air-top {
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
.card-photo-3 .photo-card {
    margin-bottom: 5px;
}
}

.page-template-page-listings-use-case .use-cases-results .cards {
    justify-content: space-between;
    row-gap: 20px;
}
.page-template-page-listings-use-case .use-cases-results .cards .card-container-3 {
    background: #fff;
}

.page-template-page-listings-use-case .use-cases-results .cards .card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-template-page-listings-use-case .use-cases-results .cards .card-content .cards-control {
    line-height: 24px;
}

.page-template-page-listings-use-case .use-cases-results .cards .card-content .case-study-tags {
    gap: 8px;
    padding-top: 18px;
}

.page-template-page-listings-use-case .use-cases-results .cards .card-content .card-link {
    margin-top: auto;
}

.page-template-page-listings-use-case .use-cases-results .cards .card-content .card-link a {
    font-size: 14px;
}

.page-template-page-listings-use-case .use-cases-results .cards .card-content .card-link a .svg-link {
    padding-left: 0;
}

.by2 {flex-wrap: wrap;
gap: 40px;
row-gap: 40px;}
.by3 {}
.by4 {}
.cta-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1em;
}

.card {
    height: 180px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50px center;
    border-radius: 1em;
    position: relative;
}

.featured-container,
.cta-container {
    display: flex;
    gap: 35px;
    justify-content: space-between;
}

.featured-main,
.featured-loop-article {
    /*
    padding: 35px;
    border: 1px solid #EBEBEB;
    border-radius: 1em;
    */
}

.featured-main {
    width: 47%;
}

.cta-content {
    width: 75%;
}

section.featured .featured-container {
    max-width: 1060px;
    margin: 0 auto;
    padding-top: 30px;
}

section.featured .featured-main .article-title {
    font-size: 28px;
    line-height: 124%;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    section.featured .featured-main .article-title {
        font-size: 32px;
    }
}

.featured-main-image {
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
    width: 480px;
    height: 376px;
    margin-bottom: 4px;
}
a.featured-title-link{
    font-size: 1.5em;
        line-height: 34px;
        font-weight: 600;
        color: #0D161C!important;
        text-decoration: none;
        text-transform: none;
}
.featured-title-link:hover {
    text-decoration: underline;
}

.article-content {
    width: 100%;
}

.article-title {
    padding-top: 0;
}

.featured-loop {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
}

.featured-loop-article {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.featured-loop-image {
    width: 230px;
    max-height: 170px;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
}

.featured-loop-image-a {
    width: 230px;
    max-height: 170px;
}

@media only screen and (max-width: 550px) {
    .featured-loop-image-a {
        width: 100%;
    }
}

@media only screen and (min-width: 551px) {
    .featured-loop-image-a {
        max-height: 170px;
    }

    .featured-loop-image-a .featured-loop-image {
        min-height: 170px;
    }
}

.featured-loop-image-a .featured-loop-image {
    max-width: none;
}

.featured-loop-article>.article-content>.tags {
    margin-top: 0;
    margin-bottom: 18px;
}

.featured-loop-article>.article-content>.article-title {
    padding-top: 0;
    font-size: 20px;
    line-height: 130%;
}

.article-content>div.air {
    padding-bottom: 0;
}

.cta-background {
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 10% 60%;
}

.cta-container {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cta-buttons {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-photo-2 {
    min-width: 550px;
    max-width: 550px;
    width: 550px;
    position: relative;
}

.card-photo-3 {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
    position: relative;
   
}
.card-photo-4 {
    min-width: 253px;
    max-width: 253px;
    width: 253px;
    position: relative;
}
.card-photo-by2 {
    min-width: 550px;
    max-width: 550px;
    width: 550px;
}

.card-photo-by3 {
    min-width: 350px;
    width: 350px;
    max-width: 350px;

}

.card-photo-by4 {
    min-width: 253px;
    max-width: 253px;
    width: 253px;
}
.overlay-blog {
    position: absolute;
    z-index: 2;
    left: 0;
}
.card-photo-3 > .card-content > p{
    min-height: 100px;
}


.photo-card{
max-height: 250px;
width:350px;
height: 250px;
max-width: 350px;
object-fit: cover;
object-position: center center;
}
.photo-card-by2 {
    max-height: 250px;
    width: 350px;
    height: 250px;
    max-width: 350px;
    object-fit: cover;
    object-position: center center;
}
.photo-card-by3 {
    max-height: 250px;
    width: 350px;
    height: 250px;
    max-width: 350px;
    object-fit: cover;
    object-position: center center;
}
.photo-card-by4 {
    max-height: 198px;
    width: 253px;
    height: 198px;
    max-width: 253px;
    object-fit: cover;
    object-position: center center;
}
.photo-card.fill {
    max-height: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.card-content.center-text h4,
.card-content.center-text p {
    text-align: center !important;
}
.testimonials-controlers{
display: flex;
gap:5px;
position: absolute;
right: 0;
bottom: 0;
}
.testimonials-titles{position: relative;}

.card-ip-4 {
    min-width: 260px;
    max-width: 260px;
    width: 260px;
    padding: 0;
    margin: 0;
}
.card-ip-3 {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
    padding: 0;
    margin: 0;
}

.card-ip-2 {
    min-width: 550px;
    max-width: 550px;
    width: 550px;
    padding: 0;
    margin: 0;
}
.hero-header-center-container{
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 571px;
    height: 571px;
    padding-top: 89px;
}
.hero-header-container{
    display: flex;
    gap:34px;
    align-items: center;
}
.hero-header-container-column{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
}
.hero-header-center-image{
    object-fit: cover;
    width: 100%;
    height: 390px;
    border-radius: 1em;
    margin-top: -9em;
    object-position: center center;

}
.header-right-container{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 549px;
    padding-top: 85px;
    padding-bottom: 70px;
}

.single-event .header-right-container {
    padding-bottom: 0;
    min-height: 542px;
}

.header-right-image{
    width: 550px;
    height: 390px;
    object-fit: cover;
    object-position: center center;
    border-radius: 1em;
}
.header-right-image-float{
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    border-radius: 0em;
    top: 0;
    right: 0;
    z-index: 10;
}
.image-four{

    display: flex;
    flex-direction: row;
    max-width: 700px;
    gap:24px;
    right: 0;
    top:0;
z-index: 10;
}
.header-right-image-1, .header-right-image-4 {
    border-radius: 1em;
    width: 312px;
    height: 208px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 24px;
}
.header-right-image-2, .header-right-image-3 {
    border-radius: 1em;
    width: 312px;
    height: 312px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 24px;
}

.header-next-background {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 70px;
    max-height: 550px;
    min-height: 550px;
    height: 550px;    
}
.header-next-content{
display: flex;
justify-content: space-between;
margin-top: -550px;
}
.header-next-text{
    margin-top: 130px;
    max-width: 37%;
}
.header-next-images{
    display: flex;
        gap: 20px;
    justify-content: flex-end;
    margin-top: 80px;
}
.header-right-image-1, .header-right-image-4{
    width: 312px;
    height: 208px;
    min-width: 312px;
    min-height: 208px;
}
.header-right-image-2,
.header-right-image-3 {
    width: 312px;
    height: 312px;
    min-width: 312px;
    min-height: 312px;
}


.header-next-slider {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 70px;
    max-height: 550px;
    min-height: 550px;
    height: 550px;
}

.badge-slider {
    width: 124px;
    height: 120px;
    max-width: 124px;
    max-height: 120px;
    min-width: 124px;
    min-height: 120px;
    margin: 20px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    background-color: white;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.badges-slider {
    display: flex;
    gap: 0px;
    justify-content: center;
    min-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}

.badge-slider-inner {
    display: flex;
    gap: 0px;
    justify-content: center;
    /*
    transition: transform 0.5s ease-in-out;*/
}

.badge-slider-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.badge-slider-btn {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}

.badge-slider-btn:hover {
    background-color: #FFB81C;
}


.badges-slider {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    animation: marquee 10s linear infinite;
}


.badges-slider {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}

.badge-slider {
    animation: badgeSlider 5s linear infinite;
}

@keyframes badgeSlider {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.cta-button-first {justify-content: flex-end;}
.card-pad {padding: 2em;}
.cards-alt-text{font-size: 18px;font-family: 'Poppins', sans-serif;line-height: 26px;padding: 0;margin: 0;}




/* accordions */
.accordions {
    padding-top: 30px;
    padding-bottom: 30px;
}

.accordion {
    padding: 15px 34px 15px 44px;
margin-top: 30px;
margin-bottom: 30px;
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    gap:1em;
}

.accordion-line {

    padding-top: 2em;
    border-bottom: 1px solid #EBEBEB;
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2em;
    grid-template-columns: 2fr 2fr max-content;
        min-width: 100%;
}

.accordion-line:last-child {
    border-bottom: none;

}

.accordion-content {
    transition: height 0s ease-in-out;

}

.accordion-title>.controler-up {
    cursor: pointer;
    width: 42px;
    height: 42px;
    max-width: 42px;
    max-height: 42px;
    min-width: 42px;
    min-height: 42px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-title>.controler-up:hover {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

}
.accordion-title>.controler-up {
    display: none;
}


/* events */

.events-featured {}
.events-featured .featured-container {}
.events-featured .featured-container p.tags {
    margin: 0;
}
.events-featured .featured-container h3 {
    margin: 16px 0 49px 0;
}
.events-featured .featured-container .events-meta {
    margin-bottom: 13px;
}
.events-featured-image{
    max-width: 550px;
    width: 550px;
    aspect-ratio: 7 / 5;
    object-fit: cover;
    object-position: center center;
}
.events-meta {
    display: flex;
    justify-content: flex-start;
    gap:30px;
    align-items: center;
}
.events-meta .events-date {
    color: #232d33;
}
.events-meta .events-place,
.events-meta .events-online {
    color: #232d33;
}
.events-container {
    object-fit: cover;
    width: 100%;
    margin-top: -9em !important;
    object-position: center center;
    background-color: white;
    display: flex;
    padding: 60px;
    justify-content: flex-start;
    align-items: center;
    gap: 53px;
}
.events-loop-image {
    max-width: 386px;
    width: 386px;
    aspect-ratio: 7 / 5;
    object-fit: cover;
    object-position: center center;
}
.event-loop{
    padding: 30px;
    gap:40px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.people-image {
    border-radius: 50%;
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.featured-speakers {
    border-top: solid 1px #dae1e6;
    padding-top: 28px;
    margin-top: 96px;
}

.featured-speakers-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 52px;
    margin-top: 26px;
}

.people-loop {
    width: 50%;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 0px;
    align-items: center;
}

.people-loop h5 {
    font-size: 24px;
    font-weight: 600;
}

.people-loop p {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    margin-top: 4px;
    color: #425d6e;
}

.form-container {
    position: relative;
    padding: 50px;
    min-width: 100%;
    margin-top: -8em;
    min-height: 100%;
}

.toggle-events-area {
    border: 1px solid #EBEBEB;
    padding: 6px;
    border-radius: 29px;
    max-width: max-content;
}

.toggleswitch {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 9px 27px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
    border-radius: 32px;
}

input[type="radio"].toggle {
    display: none;
}
input[type="radio"].toggle + label {
    cursor: pointer;
    min-width: 60px;
    color: #000;
    font-weight: 500;
}
input[type="radio"].toggle + label:hover {
    background: none;
    color: #0077c6;
}
input[type="radio"].toggle + label:after {
    background: #0077c6;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 90%;
    z-index: -1;
    border-radius: 32px;
}
input[type="radio"].toggle.toggle-left + label {
    border-right: 0;
}
input[type="radio"].toggle.toggle-left + label:after {
    left: 100%;
}
input[type="radio"].toggle.toggle-right + label {
    margin-left: -5px;
}
input[type="radio"].toggle.toggle-right + label:after {
    left: -100%;
}
input[type="radio"].toggle:checked + label {
    cursor: default;
    color: #fff;
    transition: color 200ms;
    background: #0077c6;
    border-radius: 32px;
    font-weight: 600;
}
input[type="radio"].toggle:checked + label:after {
    left: 0;
}


.events-loop-controlers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30%
}







/* use case */

.use-cases-controllers {
    display: grid;
    justify-content: space-between;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 20px;
}

.use-case-header-center-container {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 571px;
    height: 571px;
    padding-top: 89px;
}
.case-study-library-header {
    justify-content: flex-start;
    align-items: flex-start;
}
.case-study-library-header h4 {
min-width: 100%;
width: 100%;
padding-top: 50px;
}
.case-study-tags{
    display: flex;
    gap:11px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap:11px;
    padding-top: 20px;
}
.use-case-container {
        width: 100%;
    margin-top: -9em!important;
    background-color: white;
    display: flex;
    padding: 60px;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}


.case-study-tags .tags {
    max-width: max-content;
    width: max-content;
    min-width: max-content;
    margin: 0;
}

.use-case-page-header {
    background-color: transparent;
    /*background-image: linear-gradient(180deg, rgba(110, 180, 225, 0.2) 0%, rgba(252, 252, 252, 0.2) 100%);*/
    /*background-position: 0% 0%;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: padding-box;*/
    min-height: 400px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.use-case-page-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #6eb4e1 -7%, #fcfcfc 43%);
    z-index: -1;
    opacity: 0.1;
}

.use-case-page-header-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:100px;
    padding-bottom: 100px;
}

.use-case-page-header-left {
    max-width: 504px;
}

.use-case-page-header-left h2 {
    margin: 15px 0 28px;
}

.use-case-page-header-description * {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    text-transform: none;
}

.use-case-page-image {
    width: 534px;
    height: 381px;
    object-fit: cover;
    object-position: center center;
    margin-top: -23px;
}
.risk-area{
    background-color: rgba(241, 245, 247, 1);
}
.risk-area-header{
border-radius: 1em 1em 0 0;
padding: 1rem 2rem 0.75rem;
width: 757px;
max-width: 757px;
margin: 0 auto;
margin-top:3em;
}

.risk-area-header > svg {
    max-width: 47px;
    max-height: 47px;
}

.risk-area-body {
    border-radius: 0 0 1em 1em;
    padding: 20px 2em 0;
    width: 757px;
    max-width: 757px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.risk-area-body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25%;
    z-index: -1;
    background: #f1f5f7;
    border-radius: 0 0 1em 1em;
}

.risk-area-body h4 {
    font-size: 1.375rem;
}

.risk-area-body p.tags {
    background-color: #ffddda !important;
}

.risk-zone{
    border: 1px solid #DAE1E6;
}

.risk-zone.risk-zone-top {
    padding: 0.875rem 2rem 1.5rem;
    margin: 18px auto;
}

.risk-patient-data {
    display: grid;
    grid-template-columns: 1.3fr 1.2fr 1.1fr 1.5fr;
    align-items: center;
}
.risk-patient-data p {
    font-size: 1.063rem;
    font-weight: 600;
}
.risk-patient-data-headers p {
    font-size: 1rem;
    margin: 0 0 0.1875rem;

}

.risk-zone.risk-zone-bottom {
    padding: 0 0 22px;
}

.risk-data{
    display: grid;
    grid-template-columns: 0.91fr 2.5fr 0.7fr;
    align-items: center;
    padding: 0 32px;
}
.risk-data.risk-data-headers {}
.risk-data.risk-data-headers p {
    margin: 26px 0 6px;
    font-weight: 600;
}

.risk-data.risk-data-values {
    border-top: solid 1px #f1f5f7;
}

.risk-data.risk-data-values p {
    margin: 9px 0;
    font-weight: 600;
}

.risk-data.risk-data-values p.tags {
    font-size: 14px;
    padding: 1px 16px;
    letter-spacing: 0;
}

.use-case-list-box{
    padding: 40px;
    min-width: 534px;
    width: 534px;
}

.use-case-list-box>ul>li {
    position: relative;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #0D161C;
    font-weight: 600;
    line-height: 24px;
}

.use-case-list-box>ul>li span,
.use-case-list-box>ul>li a,
.use-case-list-box>ul>li p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: #0D161C;
    font-weight: 600;
    line-height: 22px;
}

.use-case-list-box>ul>li:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2em;
    transform: translateY(-50%);
}

.use-case-list-box>ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.other-use-cases{
    margin-top: 4em;
    border-top: solid #EBEBEB 1px;
padding-top: 3em;
}
.risk-data .tags{
    font-size: 1em;
}
.risk-patient{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.688rem;
    margin-bottom: 9px;
}
.risk-patient .tags {
    font-size: 18px;
    padding: 1px 15px 2px;
}

.risk-patient-photo{
    width: 62px;
    height: 62px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.risk-section {
    background-position: top -60px center;
    background-repeat: no-repeat;
    background-size: 75%;
    margin-top: 65px !important;
    margin-bottom: 84px !important;
}

.risk-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 200px;
}

.risk-card{
    padding: 30px;
    align-items: center;
    border: solid 1px #dae1e6;
}

.risk-info-icon,
.risk-card-content,
.risk-favorite-icon {display: inline-block;position: relative;}
.risk-card-content {float: left;padding-right: .2em;}
.risk-favorite-icon{float: right;}
.risk-info-icon{
    position: relative;
    right: -5px;
    top: -5px;
}

.risk-info-icon::after {
    position: absolute;
        top: 0;
        left: 0;
        max-width: 200px;
        min-width: 200px;
        padding: 1em;
        border-radius: 5px;
        background-color: white;
        color: #425D6E;
        font-size: 1em;
        font-family: 'Barlow', sans-serif;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease;
        white-space: pre-wrap;
        z-index: 99;
}

.risk-info-icon:hover::after {
    visibility: visible;
    opacity: 1;
}

/* blog */
#blogresults {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
.controlls-blog{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
        max-width: 850px;
        margin: 0 auto;
}
.controlls-news {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 850px;
    margin: 0 auto;
}
.controlls-blog-col{
max-width: 376px;
width: 376px;

}
.controls-news{
position: relative;
    display: flex;
    justify-content: space-between;
    gap:1em;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 280px;
    max-width: 280px;
    min-width: 280px;
}
#category_select {
    width: 100%;
    border: 1px solid #E0E0E0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
background: #fff url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.046' height='7.197' viewBox='0 0 13.046 7.197'%3E%3Cpath id='Path_2016' data-name='Path 2016' d='M13.474-9.484,7.578-3.6a.554.554,0,0,1-.795,0L.821-9.484a.705.705,0,0,1-.044-.924.557.557,0,0,1,.839-.049l5.532,5.5,5.533-5.5a.557.557,0,0,1,.838.049A.705.705,0,0,1,13.474-9.484Z' transform='translate(-0.625 10.625)' fill=' %23809fb8'/%3E%3C/svg%3E%0A) no-repeat 90% 50%; border: 1px solid #E0E0E0 !important;    color: #425D6E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 1rem;
        line-height: 1.5;
        border-radius: 5px;
        padding: 0.75em;
}
.button-search-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    
}

.select-wrapper:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23809FB8" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-size: cover;
    position: absolute;
    right: 25px;
    top: 17px;
    pointer-events: none;
}



#valor {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
    border: 1px solid #E0E0E0;
    color: #425D6E;
    padding-right: 50px;
}




.controlls-news-col {
    max-width: 376px;
    width: 376px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.controlls-blog-but {
    max-width: 100px;
    width: 100px;
    text-align: center;
}
.controlls-news-but {
    max-width: max-content;
    width: max-content;
    text-align: center;
}
.controlls-blog-col-search-icon{
        color: #809FB8;
        position: absolute;
        right:25px;
        top: 17px;
}
.controlls-news-col-search-icon {
    color: #809FB8;
    position: absolute;
    right: 25px;
    top: 17px;
}
.controlls-new-col-select-icon {
    color: #809FB8;
    position: absolute;
    right: 25px;
    top: 17px;
    z-index: 0;
}
.control-listing-box{
    position: relative;
  

}

.more-blogs-controllers {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 3fr 3fr 1.3fr;
    align-items: center;
    gap: 20px;
    max-width: 850px;
    margin: 0 auto;
}
.blog-header-container {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 571px;
    height: 571px;
    padding-top: 89px;
}
.blog-featured-meta{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:1.5em;
}

@media screen and (min-width: 1025px) {
    .blogsuscribe {
        padding-top: 4px;
    }

    .blog-edit-col {
        transform: translateY(-49px);
    }
}

.share-blog {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:1em;
}
.share-link > .share-image {
    max-height: 1em;
    height: 1em;
}
.blog-meta-data{
   color:#809FB8;
   font-size: 14px;
font-family: 'Barlow', sans-serif;

}
.blog-content{
        max-width: 820px;
        width: 820px;
}






/*security and compliance*/

.security-compliance{
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(110, 180, 225, 0.2) 0%, rgba(252, 252, 252, 0.2) 10%);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: padding-box;
    min-height: 400px;
    padding-top: 100px;
}



/* individual resource */
.form-container-normal {
    padding: 32px 50px 50px;
    min-width: 100%;
    min-height: 100%;
}
.right-resource{
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

/* Gravity Forms Styling */

/* Display first and last name fields on their own row. */
.ginput_complex.ginput_container--name {
    flex-direction: column !important;
    align-items: start;
}
.ginput_complex.ginput_container--name span.name_first {
    padding-right: 0 !important;
    width: 100%;
    margin-bottom: 16px;
}
.ginput_complex.ginput_container--name span.name_last {
    padding-left: 0 !important;
    width: 100%;
}

/* Subscribe Form Styling */
.cl-subscribe-form .gform_fields {
    position: relative;
}
.cl-subscribe-form .subscribe-email-field {
    grid-column: span 12 !important;
    position: relative;
}
.cl-subscribe-form .subscribe-email-field .validation_message {
    position: absolute;
}
.cl-subscribe-form .subscribe-email-field input {
    padding: 15px 18px !important;
    font-size: 16px !important;
    border: solid 1px #EBEBEB !important;
}
.cl-subscribe-form #field_submit {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    flex-direction: column !important;
    justify-content: center !important;
}
.cl-subscribe-form #field_submit img {
    position: absolute;
    left: -20px;
}
.cl-subscribe-form #field_submit input {
    background-color: #0077c6;
    color: #fff;
    border-radius: 50px;
    outline: none;
    border: none;
    padding: 9px 16px 8px;
    font-size: 14px;
    font-weight: 500;
}


.form-notice {
    font-size: 12px;
    line-height: 16px;
    color: #425D6E;
    padding-right: 50px;
    margin-bottom: -10px;
}

.form-container > h6,
.form-container-normal > h6 {
    margin-top: 9px;
}


.employee-testimonial{

}
.employee-testimonial-container{
    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:90px;
    max-width: 70%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.employee-testimonial-column{
position: relative;
text-align: center;
}
.employee-testimonial-column:last-child{
    text-align: left;
}
.employee-testimonial-circle {
    position: absolute;
    top:-16px;
    right: -10px;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
}
.employee-testimonial-image {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    object-fit: cover;
    object-position: center center;
}
.employee-testimonial-name {
    font-size: 0.75rem;
        line-height: 0.75rem;
        font-weight: 700;
        color: #555D62;
        font-family: 'Poppins', sans-serif;
        padding: 0;
        padding-bottom: 0;
        margin-bottom: 0;
}
.employee-testimonial-position {
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin-top: 0;
    padding-top: 0;
}
.employee-testimonial-text{
    margin-top: 0;
    padding-top: 0;
    font-size: 0.75rem;
        line-height: 1.2rem;
        font-family: 'Poppins', sans-serif;
}
.employee-testimonial-title{
    margin-bottom: 0;
    padding-bottom: 16px;
    margin-top: 0;
    padding-top: 0;
    
}
.text-component{
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-component-container{
    padding: 64px;
}
.text-component-text{

    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
}

input.gform_button.button {
padding: 15px 20px;
    border-radius: 15px;
    font-size: 16px;
    max-width: max-content;
    min-width: max-content;
    width: max-content;
    white-space: nowrap;
    border: none;
    background-color: #FFB81C;
        color: #000000;
        text-transform: none;
        cursor: pointer;
}
input.gform_button.button:hover {
    color: #000000 !important;
        background-color: #ffe3a4 !important;
        text-decoration: none;
}

div.header-right-container.wide.bg-blue > .hero-header-container.normal > .hero-header-container-column>p{
    color: white;
}
div.header-right-container.wide.bg-blue>.hero-header-container.normal>.hero-header-container-column>h2 {
    color: white;
}

.form-positioner{
    margin-top: -115%!important;
}






/* changes requested */
section.title>h2.center {
    padding-left: 7rem;
    padding-right: 7rem;
}

.resource-cards-control{
    padding-bottom: 0;
    margin-bottom: 0;
}
.resource-cards-title{
    /*min-height: 60px;*/
}
.card-container-4-title {
    font-size: 1.125rem;
    padding-right: 50px;
    line-height:1.625rem!important;
}
.card-container-4-text {
padding-bottom: 0;
margin-bottom: 0;
}
.page-header-subtitles * {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.job-listings-title{
    font-weight: 600;
}
.job-listings-location{
    font-weight: 500;
}


.persons-text {
    max-width: 840px;
}

.testimonial-source>img {
    object-fit: cover;
    object-position: center center;
}

.companies-as-persons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
gap: 50px;
}

.company-as-person {
max-width: 13%;
}

.company-alternative-logo {
max-height: 58px;
height: 58px;
object-fit: contain;
}
.hero-header-container .hero-header-container-column-first{
    padding-right: 100px;
}
.hero-header-container .hero-header-container-column-alone {
width: 93%;
max-width: 93%;
min-width: 93%;
padding-right:10px;
}
.hero-header-container .page-header-subtitles-alone{
    padding-right: 60px;
}
.testimonial-body{
    margin-top: 0;
    padding-top: 12px;
}
.testimonial-name{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #232D33;
    margin: 0;
    padding: 0;
    padding-top: 14px;
}
.testimonial-position {
    margin: 0;
    padding: 0;
    margin-top: -5px;
    padding-bottom: 8px;
}
.badges-specials{
    width: 25%;
        min-width: 25%;
        max-width: 30%;
}
div.gfield--type-html.cl-form-disclaimer > p,
div.gfield--type-html.gfield_html_formatted > p {
    font-size: 12px;
    line-height: 16px;
}
#field_8_3 {
    display: none;
}
.usecase-template-header-subtitles{
    font-family: 'Poppins', sans-serif;
        font-weight: 500;
}

.leader-titles{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #0D161C;
    padding-top: 25px;
    text-transform: none;
    text-decoration: none;
}
.leader-texts{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color:#555D62;
    padding-top: .1rem;
    text-transform: none;
    text-decoration: none;
}

.cl-leader-card:hover {
    text-decoration: none !important;
}

.blogsuscribe{
max-width: 359px;
    max-height: 58px;

}

.resource-summary{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.event-general-two-columns{
    grid-template-columns: 1fr!important;
}

.events-form-container{
    margin-top: 0!important;
}

.page-header-with-form form>div>div>div>h5{
    padding-bottom: 10px;
}

section.security-compliance li {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 500;
    color: #555D62;
    padding: 0;
}
.blog-content li {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 500;
    color: #555D62;
    padding: 0;
}

#input_12_9

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
    padding: 16px 10px !important;
    max-height: 40px;
}

.gform_wrapper input[type="tel"] {
    padding: 10px 10px !important;

}

.gform_wrapper .ginput_container_textarea>textarea {
    padding: 10px 10px !important;

}
.gform_wrapper .ginput_container_textarea>textarea::placeholder{
color: #425D6E;
    opacity: 0.5;
}

.gform_wrapper input[type="text"]::placeholder,
.gform_wrapper input[type="email"]::placeholder {
    color: #425D6E;
    opacity: 0.5;
}

.gform_wrapper input[type="tel"]::placeholder {
    color: #425D6E;
    opacity: 0.5;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    max-height: 100px;
    height: 100px;
        border: 1px solid #E0E0E0!important;
}

.readmorelink {
    position: absolute;
    bottom: 0;
}

.readmorelinkspace {
    padding-bottom: 40px!important;
}

#pagination .page-numbers{
    padding: 10px 10px;
    font-size: 18px;
}
#pagination .current{
    font-weight: bold;
    background-color: #E5F1F9;
        border-radius: 5px;
        color: #0077C6;
}
#pagination{
    padding-top: 50px!important;
}

.html-component {
    margin: 0em auto;
        max-width: 1140px;
        width: 1140px;
}
.content-use-case-title-side-padding{
        padding-left: 7rem;
            padding-right: 7rem;
}


.listings-description{
font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
        line-height: 1.625rem;
}
.columns-height-head{
    min-height: 135px;
}


.cardmobile {
    display: flex;
    padding-top: 115px;
    padding-left: 15px;
}

/*MATT ADDITIONS*/
body.modified-style {
    margin: 0;
    border-bottom: none;
}

.modified-style .site-header nav,
.modified-style .site-header .mobile-menu {
    display: none !important;
}

.modified-style div.header-container>div {
    display: block !important;
}

.modified-style footer .footer-row-wide {
    padding-top: 40px;
}

.modified-style footer .footer-row-wide,
.modified-style footer hr {
    display: none;
}

.modified-style a.has-orange-background-color {
    color: #FFF;
    transition: all .1s ease-in-out;
}

.modified-style .hero-header-container .hero-header-container-column-first {
    padding-right: 20px;
}

.modified-style .hero-header-container .hero-header-container-column-first .page-header-subtitles {
    max-width: 670px;
}

.modified-style .cta.blue-bg a.has-orange-background-color:hover {
    background-color: #FFF !important;
}

.modified-style .half-half.above p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1025px) {
    .modified-style .hero-header-container .hero-header-container-column-first .page-header-subtitles {
        max-width: 470px;
    }
}

@media screen and (max-width: 550px) {
    .modified-style .card-content>h4 {
       font-size: 150% !important;
    }
}

@media screen and (max-width: 767px) {
    .modified-style .card-section .photo-card {
        height: auto;
        max-height: none;
    }
}

@media screen and (max-width: 1024px) {
    .modified-style .header-right-image-float {
        position: relative;
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        bottom: auto;
        top: auto;
        right: auto;
        object-fill: unset;
        object-position: unset;
    }

    .modified-style .header-right-container {
        padding-bottom: 0;
    }
}

p a {
    text-transform: none;
}

.cl-leader-card {
    font-family: 'Barlow', sans-serif;
}

.card-content h4 a,
.featured-container .article-title a,
.events-container h3 a,
.event-loop h4 a,
.use-cases-results .cards h5 a {
    color: #0D161C;
    text-transform: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide .testimonial-box {
    min-width: 0;
    min-height: 0;
    height: 100%;
    gap: 0;
    justify-content: flex-start !important;
}

.testimonials .slick-track {
    display: flex;
}

.testimonials .slick-slide {
    height: inherit;
    margin: 0 2em;
    max-width: 740px;
}

.testimonials-container {
    padding: 0 !important;
}

.testimonial-source {
    padding-bottom: 20px;
}

.testimonial-source img {
    margin-left: auto;
    margin-right: auto;
}

.featured-cl-slider {
    margin-top: -9em !important;
}

@media screen and (max-width: 1140px) {
    .featured-cl-slider {
        margin-top: -5em !important;
    }
}

@media screen and (max-width: 850px) {
    .featured-cl-slider {
        margin-top: -50px !important;
    }
}

.featured-cl-slide .cl-container {
    margin-top: 0 !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 0;
    max-width: max-content;
    margin: auto auto;
}

.slick-dots li {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #EBEBEB;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: #FFB81C;
}

.slick-dots li button {
    display: none;
}

.testimonials .slick-list {
    overflow: visible;
}

.events-featured-container-top {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.events-featured-container-top .slick-slide {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.use-case-page-header-container .mobileonly {
    position: relative;
    margin-bottom: 24px;
}

.use-case-page-header-container .desktoponly {
   display: none; 
}

.add-button-padding {
    position: relative;
    padding: 18px 0 20px !important;
}

.page-id-7110 .app-download-button-wrap .web-app {
    min-width: 177px;
}

.page-id-7110 .site-header .regular-button {
    display: none;
}

body.single-career_listings .gform_title {
    margin-top: 60px !important;
}

body.single-career_listings h2 {
    margin-top: 60px;
    margin-bottom: 25px;
}

body.single-career_listings h2:first-child {
    margin-top: 0;
}

body.single-career_listings h3 {
    margin-top: 50px;
    margin-bottom: 25px;
}

body.single-career_listings h3:first-child {
    margin-top: 0;
}

body.single-career_listings h4 {
    margin-top: 40px;
}

body.single-career_listings h4:first-child {
    margin-top: 0;
}

body.single-career_listings article ul {
    margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
    .use-case-page-header-container .mobileonly {
        display: none;
    }

    .use-case-page-header-container .desktoponly {
       display: block; 
    }
}

@media only screen and (max-width: 1200px) {
    .use-case-page-header-container.normal {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 551px) {
    .testimonial-source {
        padding-bottom: 0;
    } 

    .slick-slide .testimonial-box {
        gap: 20px;
    }
}

@media screen and (min-width: 840px) {
    .testimonials .slick-slide {
        margin: 0 0 0 2em;
    }

    .testimonials .slick-track {
        margin-left: 2em;
    }
}

@media screen and (min-width: 1201px) {
    .testimonials .slick-track {
        margin-left: 0;
    }

    .header-container {
        padding: 0 !important;
    }
}

body.page-id-742 .card-photo-3 > .card-content > p {
    padding-bottom: 20px;
}

/*HOME NEW*/
.large-intro-hero .btn {
  position: relative;
  display: inline-block;
  padding: 17px 15px;
  border-radius: 7px;
  background: #306C75;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.large-intro-hero .btn:hover {
  background: #7ABDBA;
  color: #001F24;
}
.large-intro-hero .btn:active, .large-intro-hero .btn:focus {
  background: #0B4E57;
  color: #E3FFFD;
}
@media screen and (min-width: 768px) {
  .large-intro-hero .btn.wider {
    padding: 17px 35px;
  }
}
.large-intro-hero .btn.white {
  color: #306C75;
  background: #FFF;
}

.large-intro-hero .btn-img img {
  height: 44px;
  width: auto;
}

@media screen and (min-width: 400px) {
  .large-intro-hero .btn-img img {
    height: 50px;
  }
}

.large-intro-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.large-intro-hero:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #24bdbd 1%, #badacb 25%, #e6e9d5, 60%, #fee5c2 70%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.large-intro-hero .inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 210px;
  padding-top: 10px;
  text-align: center;
  z-index: 4;
}
.large-intro-hero .inner .inner-logo {
  max-width: 250px;
  margin: 0 auto 8px;
}
.large-intro-hero .inner p {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  color: #306C75;
  font-size: 18px !important;
  line-height: 132%;
}
/*
.large-intro-hero .inner-inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.large-intro-hero .inner-inner.animate-in {
  max-height: 258px;
  opacity: 1;
}
*/
/*
.large-intro-hero:before {
  content: "";
  position: absolute;
  display: block;
  width: 120%;
  padding-top: 100%;
  border-radius: 50%;
  background: #FFF;
  top: 78%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 4px 1px #FFF;
  z-index: 2;
}
*/
.large-intro-hero .bottom-part {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100px);
  width: 320px;
  z-index: 3;
}

.large-intro-hero .button-line {
  position: relative;
  text-align: center;
  padding-top: 15px;
}
.large-intro-hero .button-line a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.large-intro-hero .button-line .btn,
.large-intro-hero .button-line .btn-img {
  margin: 0 5px 12px;
}
.large-intro-hero .button-line.normal {
  padding-top: 28px;
}
.large-intro-hero .button-line .web-app {
  min-width: 150px;
  padding: 14px 15px;
}

.large-intro-hero .mag-center {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.large-intro-hero.type2 .mag-center {
    max-width: 1260px;
}

@media screen and (min-width: 354px) {
  .large-intro-hero .button-line {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .large-intro-hero .button-line .web-app {
    min-width: 295px;
  }
}
@media screen and (min-width: 400px) {
  .large-intro-hero .btn-img img {
    height: 50px;
  }
  .large-intro-hero .button-line .web-app {
    min-width: 240px;
    padding: 13px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .large-intro-hero .inner {
    max-width: 600px;
  }
  .large-intro-hero .inner .inner-logo {
    max-width: 340px;
    margin: 0 auto 7px;
  }
  .large-intro-hero:before {
    top: 85%;
  }
}
@media only screen and (min-width: 840px) {
  .large-intro-hero:before {
    width: 136%;
    top: 70%;
  }
  .large-intro-hero .inner-inner {
    opacity: 1;
    max-height: none;
  }
}
@media only screen and (min-width: 1025px) {
    .large-intro-hero .inner {
        padding-bottom: 183px;
    }

    .large-intro-hero .bottom-part {
        transform: translate(-50%, 130px);
    }
}
