/* Color palette */
:root {
    --sandy-50: #fef9ec;
    --sandy-100: #faeecb;
    --sandy-200: #f5db96;
    --sandy-300: #efc15a;
    --sandy-400: #ebab34;
    --sandy-500: #e48b1c;
    --sandy-600: #ca6915;
    --sandy-700: #a84a15;
    --sandy-800: #883a18;
    --sandy-900: #703017;
    --sandy-950: #401708;

    --calico-50: #fbf9f1;
    --calico-100: #f6f1de;
    --calico-200: #ece0bc;
    --calico-300: #ddc587;
    --calico-400: #d2ad65;
    --calico-500: #c99846;
    --calico-600: #bb823b;
    --calico-700: #9b6733;
    --calico-800: #7d522f;
    --calico-900: #654529;
    --calico-950: #362214;


    --casal-50: #f3faf8;
    --casal-100: #d7f0ea;
    --casal-200: #aee1d5;
    --casal-300: #7ecabc;
    --casal-400: #53ae9f;
    --casal-500: #3a9286;
    --casal-600: #2c756d;
    --casal-700: #265d57;
    --casal-800: #234c49;
    --casal-900: #21403d;
    --casal-950: #0e2524;


    --dull-yellow: #e7c261;
    --cloudy-blue: #d4dee4;

    --cloudy-blue-50: #f6f8f9;
    --cloudy-blue-100: #ebf0f3;
    --cloudy-blue-200: #d4dee4;
    --cloudy-blue-300: #adc1cc;
    --cloudy-blue-400: #81a0af;
    --cloudy-blue-500: #618496;
    --cloudy-blue-600: #4d6b7c;
    --cloudy-blue-700: #3f5765;
    --cloudy-blue-800: #374a55;
    --cloudy-blue-900: #313f49;
    --cloudy-blue-950: #212a30;


    --cloudy-blue-two: #becdd4;
    --warm-grey: #777777;
    --brownish-grey: #606060;
    --ice-blue: #f5fbff;

    --ice-blue-50: #f5fbff;
    --ice-blue-100: #e0f2fe;
    --ice-blue-200: #bae6fd;
    --ice-blue-300: #7dd3fc;
    --ice-blue-400: #38bdf8;
    --ice-blue-500: #0ea5e9;
    --ice-blue-600: #0284c7;
    --ice-blue-700: #0369a1;
    --ice-blue-800: #075985;
    --ice-blue-900: #0c4a6e;
    --ice-blue-950: #082f49;


    --blush: #e9997e;

    --blush-50: #fdf6f3;
    --blush-100: #fbebe5;
    --blush-200: #f8dad0;
    --blush-300: #f3bfae;
    --blush-400: #e9997e;
    --blush-500: #dc7957;
    --blush-600: #c85e3a;
    --blush-700: #a84c2d;
    --blush-800: #8b4229;
    --blush-900: #743b28;
    --blush-950: #3f1c10;

    --dull-teal: #5a9ea1;

    --dull-teal-50: #f4f9f9;
    --dull-teal-100: #d9eeed;
    --dull-teal-200: #b4dbdb;
    --dull-teal-300: #86c1c2;
    --dull-teal-400: #5a9ea1;
    --dull-teal-500: #438589;
    --dull-teal-600: #34686d;
    --dull-teal-700: #2c5559;
    --dull-teal-800: #274448;
    --dull-teal-900: #243b3d;
    --dull-teal-950: #102123;

    --tealish: #5B798C;

    --tealish-50: #f3f6f8;
    --tealish-100: #e1e8ec;
    --tealish-200: #c7d3da;
    --tealish-300: #a0b5c0;
    --tealish-400: #718e9f;
    --tealish-500: #5b798c;
    --tealish-600: #4a6070;
    --tealish-700: #40505e;
    --tealish-800: #3a4650;
    --tealish-900: #343c45;
    --tealish-950: #1f262d;


}


html,
body {
    height: 100%;
    width: 100%;
    margin: 0;

    font-family: "Montserrat", sans-serif, arial !important;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #4b4b4b;
}

p {
    font-family: "Montserrat", sans-serif, arial !important;
    letter-spacing: normal;
    font-weight: 500 !important;
}


input, textarea, button {
    font-family: "Open Sans", sans-serif, arial;
}

.btn-secondary {
    /* background-color: var(--sandy); */
}

/* Text styles */


.doping-article-headline {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    text-align: left;
    color: var(--dull-teal);
}

.doping-related-articles-headline {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    text-align: left;
    color: var(--dull-teal);
    border-bottom: 1px dotted var(--dull-teal);
}

h5 {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 1em;

    text-align: left;
    color: var(--dull-teal);

}

.panel-heading {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 1em;

    text-align: left;
    color: var(--dull-teal);

}

.panel-body {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #202020;
}

.panel-heading, .panel-body, .panel-footer {
    background-color: antiquewhite;
}

.doping-related-articles-item {
    font-family: Mulish, sans-serif, arial;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2em;
    text-align: left;
    color: #202020;
}

.article-illustration {
    /* border: 1px solid #202020; */
}

.doping-dateline {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    text-align: left;
    color: #4b4b4b;
}

.lead {
    font-family: "Open Sans", sans-serif, arial-black;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 2.0rem !important;
    text-align: left;
    /* color: #4b4b4b; */
}

.article-body {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #202020;
}


.card {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;

    text-align: left;
    color: #4b4b4b;

}

.card-block {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;

    text-align: left;
    background-color: white;
}

#filterlist {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;

    text-align: left;
    color: #4b4b4b;
}

.Text-Style-5 {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;

    text-align: left;
    color: #4b4b4b;
}

.navbar-text {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: right;
    color: #364447;
    text-transform: uppercase;
}



#header {
    z-index: 2;
}


.btn-login-frontpage {
    border: solid 1px #cea741;
}

ul.navbar-text > li.btn-login-frontpage > a:hover {
    background-color: #cea741;
}

.btn-login-about {
    border: solid 1px #aeaeae;
}

ul.navbar-text > li.btn-login-about > a:hover {
    background-color: #dce1e5;
}


section#header, section#top-cover {
    background-color: var(--sandy-100);
}

section#top-cover {
    padding-bottom: 120px;
}


.sub-text {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #4b4b4b;
    padding-top: 60px;

}

.target-text-paragraph {
    padding-bottom: 60px;

    font-family: "Open Sans", sans-serif, arial;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #4b4b4b;
}

#order_demonstration, #target-data-text {
    padding-top: 60px;
}

.carousel-control.left, .carousel-control.right {
    background-color: var(--cloudy-blue);
    background-image: none;
}

#div-pitch {
    padding-top: 400pt;
}

#dopinglist_main_header {
    /* width: 100%; */
}

#main_cover_image {
    float: right;
}

#main-pitch-text-area {
    float: left;
    clear: right;
    width: 40%;
    padding-top: 200pt;
    position: absolute;
}

#icon-data-sorting, #icon-cross-reference, #icon-time-saver {
    vertical-align: central;
}

.pitch-icons {
    margin: 0 auto;
    object-fit: contain;
}

.text-icon {
    opacity: 0.65;
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 2px;
    text-align: center;
    color: var(--warm-grey);
}

#target_data_spot_trends {
    background-color: white;
}

.doping-sub-headlines {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem;
    color: #364447;
    text-transform: uppercase;
}

section#target_data_spot_trends {
    padding-top: 100px;
    padding-bottom: 100px;

    width: 100%;
}


.vcenter {
    padding-top: 200px;
    display: inline-block;
    vertical-align: middle;
}

#target-data-text {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #4b4b4b;
}

section#testimonials {
    background-color: var(--cloudy-blue);
}

.carousel .item {
    height: 550px;
}

.testimonial-carousel {
    background-color: var(--cloudy-blue);
}

.testimonial-carousel-container {
    padding: 20px;
    border-radius: 16px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    height: 400px;
    position: relative;
}


.news-headline {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem;
    color: #364447;
    text-transform: uppercase;
}

.news-intro {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #4b4b4b;
}

.pricing-rectangle {
    height: 530px;
    width: 406px;
    background-color: var(--cloudy-blue-two);
    border: solid 1px #969696;
    float: left;
    clear: both;
}

.pricing-panel {
    background-color: var(--cloudy-blue-two);
    border: solid 1px #969696;

}

.pricing-panel-heading, .pricing-panel-body, .pricing-panel-footer {
    background-color: #eeeeee;
}


.panel-box {
    border: 0;
    display: flex;
    flex-flow: column;
    height: 100%;

}


.stripe-button-el {

}


h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif, arial-black;
}

.stripe-button-el, .stripe-button-el span {
    min-width: 100%;
    height: auto;

    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem;
    text-align: center;
    color: #ffffff;
}

#btn-compare-plans {
    background-color: var(--dull-yellow);
    width: 50%;
    border: 0;
    height: 3rem;
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem;
    text-align: center;
    color: #ffffff;
}

.userandsearch {
    height: auto;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif, arial;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #4b4b4b;
}

h1#usesheadline {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 42px;
    color: var(--warm-grey);
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.25rem;
}

section#companies_using_addb {
    text-align: center;
}

.modal-title {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 24pt;
    font-weight: bolder;
}

table {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 14pt;
}

ul.footer-headlines > li > a {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 18px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem !important;
    color: #eeeeee !important;
    text-transform: uppercase;

}

#myFooter, .footer-social {
    background-color: var(--brownish-grey);
    margin-top: 50px;
    color: #eeeeee !important;
}

.footer-headline, .footer-text, .footer-news-intro {
    color: #eeeeee !important;
}

.footer-news-intro {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    text-align: left;
}

a.social-icons {
    font-size: 12pt !important;
}

.btn-dopinglist-success {
    background-color: var(--dull-yellow);
    width: 100%;
    font-family: "Open Sans", sans-serif, arial;
    font-size: 14pt;
    font-weight: bolder;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

.row-spacer {
    padding-top: 10px;
    padding-bottom: 20px;
}

.modal-headline {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem;
    text-align: left;
    color: #b5a26e;
    text-transform: uppercase;
}

.modal-paragraph-text {
    font-family: "Open Sans", sans-serif, arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #4b4b4b;
}

.back-to-top {
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff9000;

}

.back-to-top i {
    font-size: 60px;
}

#about-header, #index-header {
    background-color: var(--dull-teal-50);
}

#about-cover {
    margin-top: -20px;
    /* background-color: var(--ice-blue-50); */
    /* background-color: var(--ice-blue); */
    background-image: linear-gradient(var(--ice-blue), white);


}

section#article {
    background-color: var(--sandy-50);
}

section#index {
    background-color: var(--sandy-50);
}

#about-article-body {
    margin-top: -200px;
}

.about-headline {
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem;
    text-align: left;
    color: var(--blush-400);
}




section > div > h4 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif, arial-black;
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.25rem;
    text-align: left;
    color: #5b9fa2;
}

div.recent-articles {
    border-radius: 16px;
    background-color: #ffffff;
    border: solid 2px #e3e3e3;
    margin-top: 25px;
    opacity: 0.65;
    font-family: "Open Sans", sans-serif, arial;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.1rem;
    text-align: left;
}

div.recent-articles > a, div.recent-articles > a:hover {
    color: #4b4b4b;
    text-decoration: none;
}

#about-illustration {
    margin-top: 50px;
}

.amount_price {
    color: #999;
    font-size: 18px;
}


/* For iPhone 12, iPhone 12 Pro, iPhone 13, iPhone 13 Pro, and iPhone 14 */
@media (max-width: 767px) {
    #button_order_demonstration {
        background-color: var(--dull-yellow);
        width: 100%;
        height: 3.2rem;
        border: 0;
    }

    #button_order_demonstration_text {
        font-family: "Montserrat", sans-serif, arial-black;
        font-size: large;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.15rem;
        text-align: center;
        color: #333;
    }

    #middlescreenshot {
        display: none;
    }

    #topscreenshot {
        display: none;
    }

    #backscreenshot {
        display: none;
    }

    .testimonial-carousel-text {

        font-family: "Open Sans", sans-serif, arial;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.1rem;
        text-align: left;
        color: #4b4b4b;
    }

    .testimonial-carousel-text-signature {
        font-family: "Open Sans", sans-serif, arial;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.1rem;
        text-align: right;
        color: #4b4b4b;
        top: 300px;
        position: absolute;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}



@media screen and (min-width: 900px) and (max-width: 1024px) {

    #button_order_demonstration {
        background-color: var(--dull-yellow);
        width: 75%;
        height: 3.2em;
        border: 0;
    }

    #button_order_demonstration_text {
        font-family: "Montserrat", sans-serif, arial-black;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.25rem;
        text-align: center;
        color: #ffffff;
    }

    #middlescreenshot {
        position: relative;
        top: -420px;


    }

    #topscreenshot {
        position: relative;
        top: -730px;
    }

    #backscreenshot {
        position: relative;
        top: 0;

    }

    #antidopingdb-logo {
        max-width: 200%;
        max-height: 200%;
    }


    .testimonial-carousel-text {

        font-family: "Open Sans", sans-serif, arial;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.1rem;
        text-align: left;
        color: #4b4b4b;
    }

    .testimonial-carousel-text-signature {
        font-family: "Open Sans", sans-serif, arial;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.1rem;
        text-align: right;
        color: #4b4b4b;
        top: 300px;
        position: absolute;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

}


@media screen and (orientation: portrait) and (min-width: 1024px) {

    #button_order_demonstration {
        background-color: var(--dull-yellow);
        width: 75%;
        height: 3.2em;
        border: 0;
    }

    #button_order_demonstration_text {
        font-family: "Montserrat", sans-serif, arial-black;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.25rem;
        text-align: center;
        color: #ffffff;
    }

    #middlescreenshot {
        position: relative;
        top: -420px;


    }

    #topscreenshot {
        position: relative;
        top: -730px;
    }

    #backscreenshot {
        position: relative;
        top: 0;

    }

    .testimonial-carousel-text {

        font-family: "Open Sans", sans-serif, arial;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.1rem;
        text-align: left;
        color: #4b4b4b;
    }

    .testimonial-carousel-text-signature {
        font-family: "Open Sans", sans-serif, arial;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.1rem;
        text-align: right;
        color: #4b4b4b;
        top: 300px;
        position: absolute;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .module-price {
        font-size: x-large;
        font-weight: bolder;
    }

}

@media screen and (orientation: landscape) and (min-width: 1024px) {

    #antidopingdb-logo {
        max-width: 200%;
        max-height: 200%;
    }


    #button_order_demonstration {
        background-color: var(--dull-yellow);
        width: 75%;
        height: 3.2em;
        border: 0;
    }

    #button_order_demonstration_text {
        font-family: "Open Sans", sans-serif, arial-black;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.25rem;
        text-align: center;
        color: #ffffff;
    }


    #middlescreenshot {
        position: relative;
        top: -420px;


    }

    #topscreenshot {
        position: relative;
        top: -730px;
    }

    #backscreenshot {
        position: relative;
        top: 0;
        float: right;

    }


    .module-price {
        font-size: x-large;
        font-weight: bolder;
    }

}


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

    #antidopingdb-logo {
        max-width: 200%;
        max-height: 200%;
    }


    #button_order_demonstration {
        background-color: var(--dull-yellow);
        width: 75%;
        height: 3.2rem;
        border: 0;
    }

    #button_order_demonstration_text {
        font-family: "Open Sans", sans-serif, arial-black;
        font-size: x-large;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.25rem;
        text-align: center;
        color: #333;
    }


    #middlescreenshot {
        position: relative;
        top: -420px;
        float: right;

    }

    #topscreenshot {
        position: relative;
        top: -730px;
        float: right

    }

    #backscreenshot {
        position: relative;
        border: 1px solid pink;
        top: 0;
    }



    .module-price {
        font-size: x-large;
        font-weight: bolder;
    }
}


/*Steph's extra css
*/

.bg-sandy {
    background-color: var(--sandy-100);
}

.bg-sandy-50 {
    background-color: var(--sandy-50);
}

.teal {
    color: #496463 !important;
}

.blush {
    color: #e9997e !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.warm-gray {
    color: #777777 !important;
}

.cloudy-blue {
    background-color: var(--cloudy-blue-200) !important;
}

.ice-blue {
    background-color: var(--ice-blue-50) !important;
}

.testimonials .slides li {
    background-color: #fff;
    padding: 50px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

div.recent-articles {
    border-radius: 16px;
    background-color: #ffffff;
    border: solid 2px #e3e3e3;
    margin-top: 35px;
    opacity: 0.65;
    /*  font-family: "Open Sans", sans-serif, arial;*/
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.1rem;
    text-align: left;
    padding: 25px;
}

