:root {
    --body-text-color: #14171A;
    --dodger-blue: #2874A6;
    --intel-blue: #007BBB;
    --light-blue: #DFF3FF;
    --cornflower: #B2D8FF;
    --chartreuse: #E6F772;
    --nav-link-blue: #0077CC/*#0CA3E7*/;
    --peach: #FFAF7B;
    --dark-purple: #302b63;
    --olive: #B3B382;
    --dark-slate: #2C3E50;
    --tender-yellow: #E5E5BE;
    --ff-sans-serif: 'Work Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent text resizing in landscape */
    text-size-adjust: 100%;
}

.tender-yellow,
.text-color-tender-yellow {
    color: var(--tender-yellow);
}

.text-color-chartreuse {
    color: var(--chartreuse);
}

.bg-pale-green {
    background-color: #E4F7E8;
}

.bg-light-purple {
    background-color: #EAE7FF;
}

.bg-light-blue {
    background-color: var(--light-blue);
}

.bg-dodger-blue {
    background-color: var(--dodger-blue);
}

.bg-dark-slate {
    /*background-color: var(--dark-slate);*/
    background-color: #F6F6F6;
}

.bg-light-blue {
    background-color: #F0F8FF;
}

.bg-dark-grey {
    background-color: #2A3B4C;
}

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

.bg-tender-yellow {
    background-color: var(--tender-yellow);
}


.text-color-peach {
    color: var(--peach);
}

.text-color-white {
    color: #fff;
}

.black-text {
    color: #303030;
}

.dark-grey-text {
    color: #4D5A69;
}



.text-color-dark-purple {
    color: var(--dark-purple);
}

.text-gradient-blue-to-tender-yellow {
    background: linear-gradient(147deg, #70e1f5, #ffd194) border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    font-size: 29px;
    font-family: Work Sans;
}

.gradient-blue-to-tender-yellow {
    background-image: linear-gradient(to bottom, #2874A6, #5DADE2, #B2DFDB, #E5E5BE);
}

.gradient-purple-to-yellow {
    background: linear-gradient(to bottom, #382384, #5d26c1, #a17fe0, #F0C27B);
}

.gradient-white {
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}

.gradient-green-to-yellow {
    background-image: linear-gradient(to bottom, #a1ffce, #faffd1);

}


.gradient-purple-peach-radial {
    /*background-image: radial-gradient(ellipse at center bottom, #E1EEC3, #E1EEC3, #FFAF7B, #D76D77, #3A1C71);*/
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}

.text-gradient-blue {
    background: linear-gradient(147deg, #000046, #1cb5e0);
    background: -webkit-linear-gradient(147deg, #000046, #1cb5e0);
    background: -moz-linear-gradient(147deg, #000046, #1cb5e0);
    background: -o-linear-gradient(147deg, #000046, #1cb5e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
}

.text-gradient-chartreuse {
    background: linear-gradient(147deg, #E6F772, #E6F772);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
}

.text-gradient-blue-to-teal {
    background: linear-gradient(to right, #000046, #1cb5e0) border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    font-family: Work Sans;
    font-size: 29px;

}

.text-gradient-dark-purple {
    background: linear-gradient(147deg, #0F0C29, #302B63, #24243E) border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
}

.text-gradient-dark-slate {
    background: linear-gradient(147deg, #303030, #303030) border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    font-size: 29px;
    font-family: Work Sans;
}

.main-body-content-header {
    /*background: linear-gradient(147deg, #0077CC, #0077CC) border-box;*/
    background-image: linear-gradient(to right, #2A3B4C, #2A3B4C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100% 100%;
    font-family: Work Sans;
    font-size: 52px;
    letter-spacing: 0px;
    margin-top: 35px;
}

.bright-blue-header {
    background-image: linear-gradient(to right, #19D9FF, #19D9FF);
}




.our-vision-header {
    margin-bottom: 1.6rem;
}


.text-gradient-white {
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-dark-slate {
    color: #303030;
    font-size: 16px;
}

.text-color-grey-slate {
    color: #4D5A69;
    font-size: 16px;
}

.text-color-dark-grey-slate {
    color: #2A3B4C;
    font-size: 16px;
}


.values-text {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-top: 1.0rem;
    color: #4D5A69;
}

.content p, .content ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #2A3B4C;
}

.call-to-action {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #4D5A69;
    font-size: 16px;
    line-height: 1.6;
}

.call-to-action a {
    color: #0077CC;
    font-weight: 600;
}

.sidebar a {
    display: block;
    padding: 10px;
    margin-bottom: 0px;
    background-color: #ffffff;
    color: #2A3B4C;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.sidebar a:hover {
    background-color: #F0F7F9;
    color: #2A3B4C;
}



/*
 .text-color-dark-slate {
        font-size: 16px;
    }

    .text-color-grey-slate {
        font-size: 16px;
    }

    .values-text {
        font-size: 16px;
    }

    .contact-method p {
        font-size: 16px;
    }

    .section .body-text, .job-listing p, .resume-statement {
        font-size: 16px;
    }

    .ready-to-dive-statement {
        font-size: 16px;
    }

    .journal-entry-body, .journal-entry-body span {
        font-size: 16px;
    }

    .content p {
        font-size: 16px;
    }

    .main-body-content-header {
        font-size: 32px;
    }

 */



.btn.hover-blue:hover {
    background-color: #0065ff;
}

.form-group {
    position: relative;
    margin-bottom: 0.625rem;
}

.founder-full-name {
    font-size: 20px;
    font-weight: 600;
    font-family: Work Sans;
    color: #19D9FF/*#2a3b4c*/ /*#FF6B6B*/;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0px;
}

.sub-header, .job-profession-title, .content h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: Work Sans;
    color: #2a3b4c /*#FF6B6B*/;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0px;
}

.our-values-content-header {
    font-size: 20px;
    font-weight: 600;
    font-family: Work Sans;
    color: #2a3b4c /*#FF6B6B*/;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0px;
}

.contact-method p {
    font-size: 16px;
    color: #2A3B4C;
}

.section .body-text, .job-listing p, .resume-statement {
    font-size: 16px;
    color: #2A3B4C;
}

.ready-to-dive-statement {
    font-size: 16px;
}

.journal-entry-title {
    margin-bottom: 0px;
    border: none;
    width: 100%;
    opacity: 1.0;
    letter-spacing: 1px;
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    background: linear-gradient(147deg, #2C3E50, #2C3E50) border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    font-size: 29px;
    font-family: Work Sans;
    font-weight: 700;

}


.journal-entry-author {
    margin-top: 7px;
    margin-bottom: 0px;
    color: #14171A;
    opacity: 1.0;
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;

}

.journal-entry-author span {
    color: #2A3B4C;
    font-family: Work Sans;
    opacity: 1.0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.journal-entry-author span.journal-date {
    color: #2A3B4C;
    font-family: Work Sans;
    opacity: 1.0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.journal-entry-body {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Work Sans;
    width: 100%;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 16px;
    color: #4D5A69;
    opacity: 1.0;
    line-height: 22px;
    word-wrap: break-word;
}

.journal-entry-body span {
    font-size: 16px;
}

.founder-name-header {
    font-size: 1rem;
    font-weight: bold;
    font-family: Work Sans;
    letter-spacing: 0.5px;
    color: #FF6B6B;
    margin-bottom: 0.5rem !important;
}

.col .our-values-container {
    width: 33.3%;
}

.vision-statement-container {
    width: calc(70% - 30px);
    margin: 40px auto 0px;
}


.col.our-values-section {
    display: flex;
    justify-content: space-evenly;
}


@keyframes color-change {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }

}

@-webkit-keyframes color-change {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }

}

@-moz-keyframes color-change {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}

@-o-keyframes color-change {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}

@keyframes color-change {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }

}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes turn {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes path {
    100% {
        stroke-dashoffset: 0;
    }
}

/**
 * Mobile Menu
 */
/* keyframes for custom navbar-toggle main-menu */
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.navbar-toggle__custom {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    margin: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 26px;
    transition: 400ms;
    transform: rotate(0deg);
    opacity: 1;
}

.navbar-toggle__hamburger,
.navbar-toggle__hamburger::before,
.navbar-toggle__hamburger::after {
    position: absolute;
    height: 1px;
    background-color: #FFFFFF;
    display: block;
    margin: auto;
    transition: 400ms;
}

.navbar-toggle__hamburger {
    width: 36px;
}

.navbar-toggle__hamburger::before,
.navbar-toggle__hamburger::after {
    width: 36px;
}

.navbar-toggle__hamburger::before,
.navbar-toggle__hamburger::after {
    display: block;
    content: "";
    backface-visibility: hidden;
}

.navbar-toggle__hamburger::before {
    transform: rotate(0deg) translateY(10px);
}

.navbar-toggle__hamburger::after {
    transform: rotate(0deg) translateY(-10px);
}

.navbar-toggle__custom.active .navbar-toggle__hamburger {
    background-color: transparent;
}

.navbar-toggle__custom.active .navbar-toggle__hamburger::before {
    transform: rotate(45deg) translateY(0px);
}

.navbar-toggle__custom.active .navbar-toggle__hamburger::after {
    transform: rotate(-45deg) translateY(0px);
}

.main-menu__is-open .main-header .main-menu {
    -webkit-animation: slideInLeft 0.5s;
    animation: slideInLeft 0.5s;
    left: 0;
}

body.main-menu__is-open {
    overflow-y: hidden !important;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
    background-color: #FFFFFF;
    color: var(--body-text-color);
    font-size: 1rem;
    font-family: var(--ff-sans-serif);
    font-weight: 400;
    line-height: 1.3;
    margin: 0px;
    padding: 0px;
}

a {
    color: var(--nav-link-blue);
    text-decoration: none;
    transition: 0.3s;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

h1,
.h1 {
    font-size: 1.8125rem;
    margin-bottom: 1.125rem;
}

h2,
.h2 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
}

h3,
.h3 {
    font-size: 1.375rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

p,
ol,
ul {
    margin-bottom: 1rem;
}



.logo-content img {
    top: -17px;
    left: 0px;
    width: 200px;
    height: auto;
}


.form-control:hover,
.form-control:focus {
    border: 1px solid #000000;
}

.form-control-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

::placeholder {
    color: #344955;
}

.form-control-icon {
    width: 26px;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.btn {
    border-radius: 50rem;
}



.btn-primary.btn-lg {
    border-radius: 50rem;
}

.dropdown-item {
    word-break: break-word;
    white-space: normal;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgb(157 172 177 / 10%);
;
    color: var(--nav-link-blue);
}

.dropdown-menu {
    box-shadow: 0 0 1rem rgb(0 0 0 / 8%);
}

#tile1BCounter1 {
    font-size: 1.625rem;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 1;
    text-align: center;
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;

}

.profile-pic {
    display: inline-block;
    width: 50px;
    height: auto;
    border-radius: 50%;
    border: 1px solid #14171A;
}

#navContainer {
    width: 100%;
    box-shadow: none;
    z-index: 20;
}

.nav-container .btn {
    font-size: 1.0625rem;
    font-weight: 500;
    min-width: 115px;
}

.nav-container-wrapper {
    padding: 1rem;
}

.main-header .nav-list {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-end;
    border: none;
}

.main-header .nav-list > li:not(:last-child) {
    margin-right: 2.5rem; /* Set the gap between items */
}

.main-header .nav-list .nav-link {
    color: rgb(25, 217, 255)/*#0CA3E7*/;
    position: relative;
    font-family: Work Sans;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
}

.main-header .nav-list .nav-blue-link {
    color: #1F57C3;
    position: relative;
}


.black-text {
    font-family: Work Sans;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 16px;
    color: #14171A;
}

.founder-name {
    font-size: 1rem;
    font-weight: bold;
    font-family: Work Sans;
    letter-spacing: 0.5px;
    color: #14171A;
}

.founder-profession {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: Work Sans;
    color: #FFFFFF/*#686868*/;
}

.founder-linkedin-profile {
    margin-top: 10px;
}



.main-header .nav-list .nav-list-item.active .nav-link {
    font-weight: 500;
}

.main-header .nav-container-wrapper {
    padding: 0.75rem 1rem;
    max-width: 1860px;
    margin: 0 auto;
}

/*width: 12.5rem;*/
/*.main-header .logo-content img {

    position: absolute;
    top: 1px;
    left: -38px;
    width: 30px;
    height: auto;
}*/

/*
.main-header .logo-content img {

    position: absolute;
    top: -33px;
    left: -10px;
    width: 186px;
    height: auto;
}*/


/*This code is the nav links and controls the underline */
.main-header .nav-list .nav-link:not(.btn)::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(transparent 0%, transparent 90%, #19D9FF 80%, #19D9FF 90%);
    background-repeat: no-repeat;
    background-size: 0% 95%;
    background-position-x: left;
    transition: background-size 0.25s ease;
}

.main-header .nav-list .nav-link:not(.btn):hover::after {
    background-size: 100% 95%;
    background-position-x: left;
}

.main-header .nav-list .nav-list-item.active .nav-link:not(.btn)::after {
    background-size: 100% 95%;
    background-position-x: left;
    opacity: 0.6;
}

.logo-text {
    letter-spacing: 1px;
    font-family: Work Sans;
    font-size: 1.75rem;
    color: #0077CC;
    font-weight: 600;
}

/* main-header dropdown */
.main-header .nav-list .dropdown-menu {
    min-width: 15rem;
    max-width: 18rem;
}

.main-header .nav-list .dropdown.show .nav-link::after {
    background-size: 100% 95%;
    background-position-x: left;
    opacity: 1;
}

.main-header .nav-list .dropdown.show .nav-link {
    font-weight: 500;
}

.container-image-box {
    padding-top: 2rem;
}

.testimonial-content-outer-wrapper.bg-olive {
    color: #fff;
    min-height: 200px;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.testimonial-content-wrapper {
    min-height: 200px;
}

.testimonial-content {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.list-socials .social-icon {
    width: 100%;
    height: auto;
}

.list-socials-icons a {
    line-height: 0;
}

.list-socials-icons>li {
    width: 1.25rem;
}

.profile-content .profile-pic {
    width: 10rem;
}

.list-profiles {
    row-gap: 1rem;
}

.list-profiles .name {
    font-size: 1.25rem;
}

.list-profiles .job-title {
    color: #686868;
}

:target {
    scroll-margin: 4em 0 0 0;
}

.sidebar aside {
    background-color: #fff;
    border: 1px solid #F9F9F9;
    border-radius: 15px;
    padding: 0.75rem 1rem;
}

.sidebar .aside-faq a {
    display: flex;
    position: relative;
}

.sidebar .aside-faq a:hover {
    padding-left: 0;
}

.sidebar .aside-faq a::before {
    /*content: '>';*/
    font-weight: 300;
    display: block;
    position: absolute;
    left: -1rem;
    transition: 0.3s;
    opacity: 0;
}

.sidebar .aside-faq a:hover::before {
    left: 0;
    opacity: 1;
}

.aside-faq.theme-cornflower {
    background-color: var(--cornflower);
    border: none;
}

.aside-faq.theme-cornflower a {
    font-weight: 500;
    color: #007BBB/*#FFD700/*#14171A*/;
}

.aside-faq.theme-cornflower a:hover {
    font-weight: 600;
    color: #007BBB/*#FFD700/*#14171A*/;
}


.sidebar .aside-journal a {
    display: flex;
    position: relative;
}

.sidebar .aside-journal a:hover {
    padding-left: 0;
}

.sidebar .aside-journal a::before {
    font-weight: 300;
    display: block;
    position: absolute;
    left: -1rem;
    transition: 0.3s;
    opacity: 0;
}

.sidebar .aside-journal a:hover::before {
    left: 0;
    opacity: 1;
}

.aside-journal.theme-cornflower {
    background-color: #D9CCE3;
    border: none;
}

.aside-journal.theme-cornflower a {
    font-weight: 500;
    color: #8B5D7E/*#FFD700/*#14171A*/;
}

.aside-journal.theme-cornflower a:hover {
    font-weight: 600;
    color: #8B5D7E/*#FFD700/*#14171A*/;
}


.aside-policy.theme-cornflower {
    background-color: #AEDDC2;
    border: none;
}

.aside-policy.theme-cornflower a {
    font-weight: 500;
    color: #396362/*#FFD700/*#14171A*/;
}

.aside-policy.theme-cornflower a:hover {
    font-weight: 600;
    color: #396362/*#FFD700/*#14171A*/;
}

.aside-faq.theme-cornflower a {
    color: var(--intel-blue);
}

.aside-faq.theme-cornflower a:hover {
    color: #065c89;
}

.main-footer {
    font-size: 0.875rem;
    margin-top: auto;
}

.footer-copyright {
    color: #686868;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.copyright-statement {
    font-size: 17px;
}

/* Mobile Menu Button */

.mobile-menu-container {
    display: none;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 10px;
}

.mobile-menu-btn img {
    width: 16px;
    height: auto;
}

.mobile-menu-btn:hover {
    color: #007bff;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: absolute;
    top: 80px;
    right:20px;
    width: 200px;
    background: #FFFFFF;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 999;
    border-radius: 4px;
    margin-top: 10px;
}

.mobile-menu::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 10px;
    margin-left: -5px;
    border-width: 20px;
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #344955;
}

.mobile-menu.active {
    display: block;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-item {
    border-bottom: 0.7px solid #AAB8C2;
}

.mobile-nav-item:last-child {
    border-bottom: none;
}

.mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: #2A3B4C;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.mobile-nav-link:hover {
    font-weight: bold;
    background-color: #EAF2F8;
}

.mobile-nav-item.active .mobile-nav-link {
    color: #007bff;
    font-weight: bold;
}

@media screen and (max-width: 1380px) {
    .copyright-statement {
        font-size: 15px;
    }

}


@media screen and (max-width: 1180px) {
    .copyright-statement {
        font-size: 13px;
    }
}


@media screen and (max-width: 930px) {
    .copyright-statement {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    .copyright-statement {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    .copyright-statement {
        font-size: 12px;
    }
}



.footer-copyright a {
    color: #686868;
}

.main-wrapper {
    min-height: 100vh;
}

.light-theme,
.light-theme .footer-copyright,
.light-theme .footer-copyright a {
    color: #fff;
}

.js__basic-slideshow {
    position: relative;
}

.js__basic-slideshow>.item {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    /*top: 50%;
    transform: translateY(-50%);
    */
    width: 100%;
}

/*
.page-contact {
    background: linear-gradient(to bottom, #382384, #5d26c1, #a17fe0, #F0C27B);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
*/
.page-about {
    /*background-color: var(--dark-slate);*/
    background-color: #FFFFFF;
}

.page-about .main-footer {
    /*background-color: var(--dark-slate);*/
    background-color: #F6F6F6;
    color: #fff;
}

.page-about .footer-copyright,
.page-about .footer-copyright a {
    color: #fff;
}

body.bg-light-blue .main-header {
    background-color: var(--intel-blue);
}

body.bg-light-purple .main-header {
    background-color: #8B5D7E;
}

body.bg-pale-green .main-header {
    background-color: #396362;
}

body.overlay-header .main-header {
    z-index: 1;
    background-color: #0B2B45;
    box-shadow: 0px 4px 4px 0px #00000021;
}

body.overlay-header main>section:first-child {
    padding-top: calc(2rem + 60px);
    margin-top: calc(-1 * (2rem + 60px));
}

body.sticky-header-on {
    padding-top: 60px;
}

body.sticky-header-on .main-header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
}

@media (max-width: 1700px) {
    .main-body-content-header {
        font-size: 40px;
    }

    .our-values-content-header {
        font-size: 22px;
    }

    .founder-full-name, .job-profession-title {
        font-size: 18px;
    }

    .sub-header {
        font-size: 22px;
    }

    .content h3 {
        font-size: 24px;
    }

    .text-color-dark-slate {
        font-size: 18px;
    }

    .text-color-grey-slate {
        font-size: 18px;
    }

    .text-color-dark-grey-slate {
        font-size: 18px;
    }

    .values-text {
        font-size: 18px;
    }

    .contact-method p {
        font-size: 18px;
    }

    .section .body-text, .job-listing p, .resume-statement {
        font-size: 18px;
    }

    .ready-to-dive-statement {
        font-size: 18px;
    }

    .journal-entry-body, .journal-entry-body span {
        font-size: 18px;
    }

    .content p, .content ul li{
        font-size: 18px;
    }

    .call-to-action {
        font-size: 18px;
    }

    .sidebar a {
        font-size: 18px;
    }

}


@media (max-width: 1450px) {

    .main-body-content-header {
        font-size: 32px;
    }

    .logo-content img {
        top: -17px;
        left: 0px;
        width: 200px;
        height: auto;
    }

    .main-header .nav-container-wrapper {
        padding: 3.0rem 2.6rem 3.0rem;
        max-width: 100%;
    }

    .main-body-content-header {
        font-size: 32px;
    }

    .main-header .nav-list .nav-link {
        font-size: 18px;
    }

    .founder-full-name, .sub-header, .job-profession-title {
        font-size: 18px;
    }

    .content h3 {
        font-size: 22px;
    }
}


@media (max-width: 1380px) {

    .main-body-content-header {
        font-size: 32px;
    }


    .text-color-dark-slate {
        font-size: 16px;
    }

    .text-color-grey-slate {
        font-size: 16px;
    }

    .text-color-dark-grey-slate {
        font-size: 16px;
    }

    .values-text {
        font-size: 16px;
    }

    .contact-method p {
        font-size: 16px;
    }

    .section .body-text, .job-listing p, .resume-statement {
        font-size: 16px;
    }

    .ready-to-dive-statement {
        font-size: 16px;
    }

    .journal-entry-body, .journal-entry-body span {
        font-size: 16px;
    }

    .content p, .content ul li {
        font-size: 16px;
    }

    .call-to-action {
        font-size: 16px;
    }

    .sidebar a {
        font-size: 16px;
    }
}


@media (max-width: 1180px) {

    .main-body-content-header {
        font-size: 32px;
    }

    .our-values-content-header {
        font-size: 22px;
    }

    .founder-full-name, .sub-header, .job-profession-title {
        font-size: 20px;
    }

    .content h3 {
        font-size: 22px;
    }


    .logo-content img {
        top: -17px;
        left: 0px;
        width: 200px;
        height: auto;
    }

    .main-body-content-header {
        font-size: 32px;
    }

    .logo-content img {
        top: -17px;
        left: 0px;
        width: 170px;
        height: auto;
    }

    .main-header .nav-container-wrapper {
        padding: 31px 1.86rem 31px;
        max-width: 100%;
    }
}



@media (max-width: 1024px) {

    .main-body-content-header {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .page-faq .sidebar-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-policy .sidebar-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 1099 */
@media (max-width: 1120px) {


    .our-vision-header {
        margin-bottom: 1.6rem;
    }

    .main-header .main-menu {
        background-color: #171717;
        background: linear-gradient(to bottom, #382384, #5d26c1);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: flex;
        flex-direction: column;
        padding: 80px 20px 30px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 1000;
        width: 400px;
        overflow: hidden;
        height: 100%;
        transition: 0.7s;
    }

    .mobile-menu-container {
        display: block;
    }

    .mobile-menu-btn {
        display: block;
    }

    .main-header .main-menu .nav-list {
        width: 320px;
    }

    .main-header .nav-list>.nav-list-item {
        margin-bottom: 0.75rem;
    }

    .main-header::after {
        content: "";
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: -1;
        visibility: hidden;
        display: block;
        background-color: rgb(0 0 0 / 50%);
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.5s;
    }

    .main-menu__is-open .main-header::after {
        opacity: 1;
        z-index: 991;
        visibility: visible;
        transition: 0.5s;
    }

    .main-menu__is-open .main-header .navbar-toggle__custom {
        position: relative;
        z-index: 1002;
    }

    .main-menu__is-open .main-header .logo-content {
        z-index: 9998;
    }

    .main-header .nav-list {
        padding-right: 15px;
        overflow: auto;
    }

    /* main-header dropdown */
    .nav-list .dropdown-menu {
        position: relative;
    }

    .main-header .nav-list .dropdown-menu {
        max-height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .main-header .nav-list .dropdown-item {
        padding: 0.25rem 0.375rem;
    }

    .main-header .nav-list .dropdown-menu.show {
        display: block;
        top: 0.75rem;
        transition: max-height 1.5s;
    }

    .main-header .nav-list .dropdown-menu.is-visible {
        max-height: 100vh;
        margin: 0.125rem 0 0;
        padding: 0.125rem 0;
        transition: max-height 1.5s;
    }

    .main-header .nav-list .dropdown-menu.show.is-visible {
        top: 0.5rem;
    }

    .main-header .nav-list .dropdown-menu.is-hidden {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        top: 0;
        transition: max-height 1.5s;
    }

    .main-header .nav-list .dropdown-menu {
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .main-header .nav-list .dropdown-item {
        color: #fff;
    }

    .feature-image-nurse-and-doctor-over-a-city,
    .feature-image-medical-app-hospital-staff {
        width: 80%;
    }

    .section-tile-1b {
        padding-bottom: 10vh;
    }

    .col .our-values-container {
        width: 100%;
    }

    .col.our-values-section {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 950px) {

    .main-body-content-header {
        font-size: 40px;
    }

    .vision-statement-container {
        max-width: 680px;
        width: 100%;
        margin: 80px auto 0px;
    }


}


@media (max-width: 750px) {

    .main-header .nav-container-wrapper {
        padding: 31px 1.25rem 31px;
        max-width: 100%;
    }

}


@media (max-width: 650px) {
    .logo-content img {
        top: -17px;
        left: 0px;
        width: 200px;
        height: auto;
    }

    .main-header .nav-container-wrapper {
        padding: 2.0rem 1.9rem 2.0rem;
        max-width: 100%;
    }

    .main-body-content-header {
        font-size: 35px;
        margin-top: 140px;
    }

    .vision-statement-container {
        margin: 0px auto 0px;
    }


}

@media (max-width: 540px) {

    .text-color-dark-slate {
        font-size: 18px;
    }

    .text-color-grey-slate {
        font-size: 18px;
    }

    .text-color-dark-grey-slate {
        font-size: 18px;
    }

    .values-text {
        font-size: 18px;
    }

    .contact-method p {
        font-size: 18px;
    }

    .section .body-text, .job-listing p, .resume-statement {
        font-size: 18px;
    }

    .ready-to-dive-statement {
        font-size: 18px;
    }

    .journal-entry-body, .journal-entry-body span {
        font-size: 18px;
    }

    .content p, .content ul li {
        font-size: 18px;
    }

    .call-to-action {
        font-size: 18px;
    }

    .sidebar a {
        font-size: 18px;
    }


    .main-body-content-header {
        font-size: 30px;
    }

    .our-values-content-header {
        font-size: 22px;
    }

    .founder-full-name, .sub-header, .job-profession-title {
        font-size: 20px;
    }

    .content h3 {
        font-size: 20px;
    }

    .main-header .nav-container-wrapper {
        padding: 24.5px 1.25rem 24.5px;
        max-width: 100%;
    }

    .logo-content img {
        top: -17px;
        left: 0px;
        width: 120px;
        height: auto;
    }
}

@media (max-width: 460px) {
    .main-header .main-menu {
        width: 82%;
    }

    .main-header .main-menu .nav-list {
        width: 100%;
    }

    .logo-content img {
        top: -17px;
        left: 0px;
        width: 120px;
        height: auto;
    }


    /* .main-header .logo-content a {
         margin-left: -10px;
     }

     .main-header .logo-content a .logo-text {
         font-size: 1.50rem;
     }*/

}

/* 460 */

@media (max-width: 440px) {

    .text-color-dark-slate {
        font-size: 14px;
    }

    .text-color-grey-slate {
        font-size: 14px;
    }

    .text-color-dark-grey-slate {
        font-size: 16px;
    }

    .values-text {
        font-size: 14px;
    }

    .contact-method p {
        font-size: 14px;
    }

    .section .body-text, .job-listing p, .resume-statement {
        font-size: 14px;
    }

    .ready-to-dive-statement {
        font-size: 14px;
    }

    .journal-entry-body, .journal-entry-body span {
        font-size: 14px;
    }

    .content p, .content ul li {
        font-size: 14px;
    }

    .call-to-action {
        font-size: 14px;
    }

    .sidebar a {
        font-size: 14px;
    }

    .main-body-content-header {
        font-size: 24px;
    }

    .our-values-content-header {
        font-size: 20px;
    }

    .founder-full-name, .sub-header, .job-profession-title {
        font-size: 18px;
    }

    .content h3 {
        font-size: 18px;
    }
}










/* 575 */


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .form-signup {
        max-width: 500px;
    }
}

/* 576 */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .lead {
        font-size: 1.25rem;
    }

    .testimonial-content {
        font-size: 1.25rem;
    }

    .list-profiles {
        gap: 1.5rem;
    }


    .list-profiles>li {
        flex: 0 0 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .list-profiles .name {
        font-size: 1.25rem;
    }

    .sidebar aside {
        padding: 1.25rem 1.5rem;
    }
}



/* 768 */
@media (min-width: 992px) {

    .container {
        max-width: 96%;
    }

    .main-header .nav-list {
        column-gap: 0rem;
        flex-direction: row;
        width: 100%;
    }

    /* main-header dropdown */
    .main-header .nav-list .dropdown-menu {
        position: absolute;
    }

    .main-header .nav-list .dropdown-menu.show {
        display: block;
        top: 2.25rem;
        opacity: 0;
        transition: 0.5s;
    }

    .main-header .nav-list .dropdown-menu.is-visible {
        opacity: 1;
        transition: 0.5s;
    }

    .main-header .nav-list .dropdown-menu.show.is-visible {
        top: 1.75rem;
    }

    .main-header .nav-list .dropdown-menu.is-hidden {
        top: 0;
        opacity: 0;
        transition: 0.5s;
    }

    .testimonial-content {
        font-size: 1.375rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        position: absolute;
        width: 96%;
        height: auto;
        right: 2%;
        z-index: 1;
    }

    .profile-content .profile-pic {
        width: 9rem;
    }

    .list-profiles {
        gap: 2rem;
    }

    .list-profiles>li {
        flex: 0 0 calc(33.3333% - 1.5rem);
        max-width: calc(33.3333% - 1.5rem);
        padding-left: 2rem;
        padding-right: 2rem;
    }

    body.sticky-header-on .sidebar-lg-sticky aside {
        top: calc(60px + 0.875rem);
    }
}

/* 992 */

@media (min-width: 1200px) {

    .container {
        max-width: 1440px;
    }

    .main-header .nav-container-wrapper {
        padding: 2.9rem 2.5rem 2.9rem;
    }


    .logo-content img {
        position: absolute;
        top: -17px;
        left: 0px;
        width: 200px;
        height: auto;
    }


    .main-header .nav-list {
        flex-direction: row;
        justify-content: flex-end;
    }

    .main-header .nav-list > li:not(:last-child) {
        margin-right: 2.5rem; /* Set the gap between items */
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-tile-1b {
        padding-bottom: 120px;
    }

    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        width: 90%;
        top: -9rem;
        right: 5%;
    }

    .testimonial-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .container-image-box {
        padding-top: 4rem;
    }

    .list-socials-icons>li {
        width: 1.25rem;
    }

    .list-profiles .name {
        font-size: 1.25rem;
    }

    .list-profiles>li {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    body.overlay-header main>section:first-child {
        padding-top: calc(2rem + 72px);
        margin-top: calc(-1 * (2rem + 72px));
    }

    body.sticky-header-on {
        padding-top: 72px;
    }

    body.sticky-header-on .sidebar-lg-sticky aside {
        top: calc(72px + 0.875rem);
    }
}

/* 1200 */
@media (min-width: 1300px) {
    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        right: 6%;
    }
}

/* 1300 */
@media (min-width: 1400px) {
    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        top: -11rem;
        right: 5%;
    }
}

/* 1400 */
@media (min-width: 1500px) {}

/* 1500 */
@media (min-width: 1600px) {

    /* body {
         font-size: 1.2rem;
     }*/

    .main-header .nav-list {
        column-gap: 0rem;
    }

    .main-header .nav-list .dropdown-menu.show {
        top: 2.75rem;
    }

    .main-header .nav-list .dropdown-menu.show.is-visible {
        top: 2.125rem;
    }

    .profile-pic {
        width: 5rem;
    }

    .testimonial-content {
        font-size: 1.75rem;
    }

    h1,
    .h1 {
        font-size: 29px;
    }

    h2,
    .h2 {
        font-size: 2.125rem;
    }

    h3,
    .h3 {
        font-size: 1.875rem;
    }

    h4,
    .h4 {
        font-size: 1.5rem;
    }

    h5,
    .h5 {
        font-size: 1.25rem;
    }

    .lead {
        font-size: 1.375rem;
    }

    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .section-tile-1b {
        padding-bottom: 180px;
    }

    .testimonial-content-outer-wrapper.bg-olive {
        min-height: 360px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .testimonial-content-wrapper {
        min-height: 300px;
    }

    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        width: 98%;
        top: -9rem;
        right: -3%;
    }

    .list-socials-icons>li {
        width: 1.5rem;
    }

    .profile-content .profile-pic {
        width: 12rem;
    }

    .list-profiles .name {
        font-size: 1.375rem;
    }

    /*.values-text {
        font-size: 1.2rem;
    }*/
}

/* 1600 */
@media (min-width: 1700px) {
    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        width: 100%;
    }

    .text-color-dark-slate {
        font-size: 22px;
    }

    .text-color-grey-slate {
        font-size: 22px;
    }

    .text-color-dark-grey-slate {
        font-size: 22px;
    }

    .values-text {
        font-size: 22px;
    }

    .contact-method p {
        font-size: 22px;
    }

    .section .body-text, .job-listing p, .resume-statement {
        font-size: 22px;
    }

    .ready-to-dive-statement {
        font-size: 22px;
    }

    .journal-entry-body, .journal-entry-body span {
        font-size: 22px;
        line-height: 26px;
    }

    .content p, .content ul li {
        font-size: 22px;
    }

    .sidebar a {
        font-size: 22px;
    }

    .our-values-content-header {
        font-size: 26px;
    }

    .founder-full-name, .sub-header, .job-profession-title {
        font-size: 24px;
    }

    .content h3 {
        font-size: 26px;
    }

    .journal-entry-author span.journal-date {
        font-size: 20px;
    }
}

/* 1700 */
@media (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }

    .form-signup {
        max-width: 600px;
    }

    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        width: 800px;
        top: -11.5rem;
        right: 0;
    }
}



/* 1800 */
/*@media (min-width: 1921px) {
    .nav-container-wrapper {
        padding: 2rem;
    }

    #navContainer {
        max-width: 1980px;
        margin-left: auto;
        margin-right: auto;
    }

    .logo-content img {
        width: 12.5rem;
    }

    .main-header .logo-content img {
        width: 12.5rem;
    }

    .main-header .nav-container-wrapper {
        padding: 1.5rem 2.5rem;
    }

    .main-header .nav-list {
        column-gap: 3rem;
    }

    .main-header .nav-list .dropdown-menu.show {
        top: 4.125rem;
    }

    .main-header .nav-list .dropdown-menu.show.is-visible {
        top: 3.5rem;
    }

    .main-header .nav-list .dropdown-menu {
        border-radius: 1rem;
        min-width: 27rem;
        max-width: 35rem;
        padding: 0.75rem;
    }

    .main-header .nav-list .dropdown-item {
        font-size: 98%;
        padding: 0.25rem 1.25rem;
    }

    .nav-container .btn {
        font-size: 1.75rem;
        min-width: 10rem;
    }

    .container {
        max-width: 1980px;
    }

    body {
        font-size: 2rem;
    }

    h1,
    .h1 {
        font-size: 3.25rem;
        margin-bottom: 2rem;
    }

    h2,
    .h2 {
        font-size: 2.875rem;
        margin-bottom: 1.625rem;
    }

    h3,
    .h3 {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
    }

    h4,
    .h4 {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }

    h5,
    .h5 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    p,
    ol,
    ul {
        margin-bottom: 1.3125rem;
    }

    .lead {
        font-size: 2rem;
    }

    .container-image-box {
        padding-top: 6rem;
    }

    .form-signup {
        max-width: 80%;
    }

    .form-signup form {
        margin-top: 1.5rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-signup .form-group-button {
        margin-top: 2rem !important;
    }

    .form-control-icon {
        left: 1.25rem;
        width: 2.125rem;
    }

    .form-control-icon+.form-control {
        padding-left: 4rem;
    }

    .btn-primary .text {
        font-size: 2rem;
    }

    .testimonial-content {
        font-size: 2.5rem;
    }

    .testimonial-content-outer-wrapper.bg-olive {
        min-height: 360px;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        width: 100%;
        right: 0%;
    }

    .list-socials-icons.col-gap-20 {
        column-gap: 2.5rem;
    }

    .list-socials-icons.mt-5 {
        margin-top: 3rem !important;
    }

    .list-socials-icons>li {
        width: 2.5rem;
    }

    .list-profiles {
        max-width: 80%;
    }

    .main-footer {
        font-size: 1.5rem;
    }

    .sidebar aside {
        padding: 1.75rem 2.25rem;
    }

    .sidebar-lg-sticky aside {
        top: 1.5rem;
    }

    .sidebar .aside-faq a:hover {
        padding-left: 2.25rem;
    }

    .sidebar .aside-faq>ul>li {
        margin-bottom: 1.25rem !important;
    }

    .page-faq .sidebar-col {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .page-faq .content-col {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    body.overlay-header main>section:first-child {
        padding-top: calc(6rem + 104px);
        margin-top: calc(-1 * (6rem + 104px));
    }

    body.sticky-header-on {
        padding-top: 104px;
    }

    body.sticky-header-on .sidebar-lg-sticky aside {
        top: calc(104px + 1.5rem);
    }
} */

/* 1921 */
/*@media (min-width: 2000px) {
    .nav-container-wrapper {
        padding: 2rem 3rem;
    }

    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        top: -15.5rem;
    }
}*/

/* 2000 */

/*@media (min-width: 2500px) {
    .nav-container-wrapper {
        padding: 3rem;
    }

    #navContainer,
    .main-header .nav-container {
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }

    .logo-content img {
        width: 12.5rem;
    }

    .main-header .nav-list {
        column-gap: 4rem;
    }

    .nav-container .btn {
        font-size: 2.5rem;
        min-width: 14rem;
    }

    .main-header .logo-content img {
        width: 12.5rem;
    }

    .main-header .nav-container-wrapper {
        padding: 3.5rem 3rem;
    }

    .main-header .nav-list .dropdown-menu.show {
        top: 5.125rem;
    }

    .main-header .nav-list .dropdown-menu.show.is-visible {
        top: 4.5rem;
    }

    .main-header .nav-list .dropdown-menu {
        border-radius: 1rem;
        min-width: 32rem;
        max-width: 45rem;
    }

    .main-header .nav-list .dropdown-item {
        font-size: 95%;
    }

    .container {
        max-width: 2400px;
    }

    body {
        font-size: 2.5rem;
    }

    h1,
    .h1 {
        font-size: 4rem;
        margin-bottom: 2.5rem;
    }

    h2,
    .h2 {
        font-size: 3.375rem;
        margin-bottom: 2.25rem;
    }

    h3,
    .h3 {
        font-size: 2.875rem;
        margin-bottom: 2rem;
    }

    h4,
    .h4 {
        font-size: 2.625rem;
        margin-bottom: 2rem;
    }

    h5,
    .h5 {
        font-size: 2.375rem;
        margin-bottom: 2rem;
    }

    .lead {
        font-size: 2.5rem;
    }

    p,
    ol,
    ul {
        margin-bottom: 2rem;
    }

    .container-image-box {
        padding-top: 8rem;
    }

    .btn-lg {
        padding: 1.25rem 2rem;
    }

    .form-signup {
        max-width: 90%;
    }

    .form-signup form {
        margin-top: 2.5rem;
    }

    .form-group {
        margin-bottom: 2rem;
    }

    .form-signup .form-group-button {
        margin-top: 3rem !important;
    }

    .form-control-lg {
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
    }

    .form-control-icon {
        left: 2rem;
        width: 3rem;
    }

    .form-control-icon+.form-control {
        padding-left: 6rem;
    }

    .btn-primary .text {
        font-size: 2.5rem;
    }

    .testimonial-content {
        font-size: 3rem;
    }

    .testimonial-content>:last-child {
        margin-top: 2rem !important;
    }

    .testimonial-content-outer-wrapper.bg-olive {
        min-height: 360px;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .testimonial-content-outer-wrapper .medical-app-hospital-staff-wrapper {
        top: -24.5rem;
    }

    .list-profiles {
        gap: 2rem 4rem;
        max-width: 70%;
    }

    .list-profiles>li {
        flex: 0 0 calc(33.3333% - 3rem);
        max-width: calc(33.3333% - 3rem);
    }

    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .sidebar-lg-sticky aside {
        position: sticky;
        top: 2rem;
    }

    .main-footer {
        font-size: 2rem;
    }

    body.overlay-header main>section:first-child {
        padding-top: calc(9rem + 200px);
        margin-top: calc(-1 * (9rem + 200px));
    }

    body.sticky-header-on {
        padding-top: 192px;
    }

    body.sticky-header-on .sidebar-lg-sticky aside {
        top: calc(192px + 2rem);
    }
}*/