﻿@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    box-sizing: border-box; 
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Ubuntu, sans-serif;
}

h1 {
    font-weight: bold;
    font-size: 4.15rem;
    color: #005D9F;
}

h2, .h2 {
    font-weight: bold;
    font-size: 3.5rem;
    color: #005D9F;
}

h3 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #005D9F;
}

h4 {
    font-size: 1.75rem;
    color: #005D9F;
}

h5 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #005D9F;
}

p {
    font-size: 1.3rem;
    color: #002036;
}

ul {
    padding: 0px;
}

li {
    padding-left: 16px;
    line-height: 1.8em;
}

label {
    font-weight: bold;
    color: #005D9F;
}

form .field-validation-error {
    color: red;
}

.product-grid__item:hover body.theme-color-medicinfo .product-grid__item__name,
.product-grid__item:hover body.theme-color-medicinfo .product-grid__item__price,
body.theme-color-medicinfo .bg-main-color,
body.theme-color-medicinfo .button--border--solid,
body.theme-color-medicinfo .mobile-nav,
body.theme-color-medicinfo .product-grid__item:hover .product-grid__item__name,
body.theme-color-medicinfo .product-grid__item:hover .product-grid__item__price,
body.theme-color-medicinfo .section--themed {
    background-color: #EBEEED;
    color: #000
}

.hamburger.lines:hover.active body.theme-color-medicinfo span:after,
.hamburger.lines:hover.active body.theme-color-medicinfo span:before,
.hamburger body.theme-color-medicinfo span,
.hamburger body.theme-color-medicinfo span:after,
.hamburger body.theme-color-medicinfo span:before,
body.theme-color-medicinfo .bg-secondary-color,
body.theme-color-medicinfo .hamburger.lines:hover.active span:after,
body.theme-color-medicinfo .hamburger.lines:hover.active span:before,
body.theme-color-medicinfo .hamburger span,
body.theme-color-medicinfo .hamburger span:after,
body.theme-color-medicinfo .hamburger span:before,
body.theme-color-medicinfo .nav-link--home__text:after {
    background-color: #000;
    color: #999999
}

.blogposts-centered body.theme-color-medicinfo .blogpost-title,
body.theme-color-medicinfo .blogposts-centered .blogpost-title,
body.theme-color-medicinfo .button--border,
body.theme-color-medicinfo .font-main-color,
body.theme-color-medicinfo .nav-link,
body.theme-color-medicinfo .section__hero-content,
footer body.theme-color-medicinfo a {
    color: #005D9F;
}

body.theme-color-medicinfo footer a {
    color: #fff;
}

article body.theme-color-medicinfo a,
article body.theme-color-medicinfo a:visited,
body.theme-color-medicinfo .employee-grid__item__email,
body.theme-color-medicinfo .font-link-color,
body.theme-color-medicinfo article a,
body.theme-color-medicinfo article a:visited {
    color: #e3a413
}

body.theme-color-medicinfo--active.nav-link:visited,
body.theme-color-medicinfo .border-main-color,
body.theme-color-medicinfo .button--border,
body.theme-color-medicinfo .nav-link--active,
body.theme-color-medicinfo .nav-link:hover {
    border-color: #000
}

.header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    z-index: 4;
}

.header--fixed {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: #fff;
    transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    left: 0;
    position: fixed
}

    .header--fixed .nav-bar {
        transform: translate(0%, 0%)
    }

    .header--fixed .nav-link {
        color: #000 !important
    }

        .header--fixed .nav-link--active, .header--fixed .nav-link:hover {
            border-bottom-color: #000 !important
        }

    .header--fixed .hamburger span, .header--fixed .hamburger span:after, .header--fixed .hamburger span:before {
        background-color: #000 !important
    }

.logo-image {
    max-width: 300px;
    min-width: 220px;
    margin-left: 20px;
    display: block
}

.section {
    margin-bottom: 2rem !important;
}

.section--3-4-height {
    min-height: 75vh
}

.section-content {
    background-color: #fff;
    max-width: 650px;
}
.paper-plane {
    height: 30px;
    width: 30px;
    fill: rgb(0, 93, 159);
    margin-left: 10px;
    transition: .2s;
}
.section-content-transparant {
    background-color: rgba(255, 255, 255, 0.75);
    max-width: 650px;
}

.section-content-small {
    background-color: #fff;
    max-width: 570px;
}

.container {
    max-width: 1399px;
}

    .container p.smallsized {
        font-size: 1rem;
    }

    .container .grid-section ul {
        list-style-type: none;
    }

    .bg-lightgray {
        background-color: #E7ECF2;
    }

.bg-lightblue {
    background-color: #D9EFFF;
}

.bg-footer {
    background-color: #005D9F;
    background-image: linear-gradient(#005D9F, #107DCB);
}

.text-yellow {
    color: #F7A600;
}

.text-dark {
    color: #002036;
}

.bigText {
    font-size: 8rem;
    color: #005D9F50;
}

.overlay-lightgray {
    fill: #E7ECF2;
}

.overlay-lightblue {
    fill: #D9EFFF;
}

.background-image-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    border-radius: 5px;
    height: 600px;
}

.bg-image-block {
    position: relative;
}

.bg-image-block .bg-image {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 50%;
}

.bg-image img {
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: 100%;
}

.bg-image-overlay, .bg-image-overlay svg {
    position: absolute;
    left: 0;
    height: 100%;
}

.bg-image-overlay {
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: auto 100%;
    background-position: 0 20%;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .inverse {
        transform: scaleX(-1);
        margin: 0 -1px 0 0;
        left: 1px;
    }

.bg-image-left {
    left: 0px;
}

.bg-image-left-text {
    margin-left: 3rem!important;
}

.bg-image-right {
    right: 0px;
}

.bg-image-right-1 {
    border-top-left-radius: 600px;
    border-bottom-left-radius: 800px;
    margin-right: 0px;
    height: 600px;
    width: 100%;
}

.mt-overlay {
    margin-top: -200px;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.card {
    width: 16rem;
    margin-left: 10px;
    margin-right: 10px;
}

.card-icon {
    width: 9rem;
}

.cta-description {
    font-size: 1.5rem;
    color: #005D9F;
}

.nav-link, .nav-link:visited {
    text-decoration: none;
    margin: 10px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.btn {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 8px 25px 8px 25px;
}

.btn-orange {
    background-color: #F7A600;
    color: #fff;
}

    .btn-orange:hover {
        background-color: #005D9F;
        color: #fff;
    }

.btn-grey {
    background-color: #CCDFED;
    color: #005D9F;
}

    .btn-grey:hover {
        background-color: #005D9F;
        color: #fff;
    }

.btn-blue {
    background-color: #005D9F;
    color: #fff;
}

    .btn-blue:hover {
        background-color: #CCDFED;
        color: #005D9F;
    }

.btn-white {
    background-color: #fff;
    color: #005D9F;
}

.btn-white:hover {
    background-color: #005D9F;
    color: #fff;
}
.btn-white:hover .paper-plane{
    fill: #FFF;
}
.medium-box {
    height: 180px;
}

.mobile-nav {
    width: 100%;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    height: 0;
}

.mobile-nav--open {
    opacity: 1;
    height: 100vh;
}

.mobile-nav .nav-link {
    transition: transform .6s cubic-bezier(.23,1,.32,1);
    transform: translateY(999px);
    opacity: 0;
    font-size: 18px;
    margin: 15px
}

    .mobile-nav .nav-link:nth-child(1) {
        transition-delay: 60ms
    }

    .mobile-nav .nav-link:nth-child(2) {
        transition-delay: 80ms
    }

    .mobile-nav .nav-link:nth-child(3) {
        transition-delay: .1s
    }

    .mobile-nav .nav-link:nth-child(4) {
        transition-delay: .12s
    }

    .mobile-nav .nav-link:nth-child(5) {
        transition-delay: .14s
    }

    .mobile-nav .nav-link:nth-child(6) {
        transition-delay: .16s
    }

    .mobile-nav .nav-link:nth-child(7) {
        transition-delay: .18s
    }

    .mobile-nav .nav-link:nth-child(8) {
        transition-delay: .2s
    }

    .mobile-nav .nav-link:nth-child(9) {
        transition-delay: .22s
    }

    .mobile-nav .nav-link:nth-child(10) {
        transition-delay: .24s
    }

    .mobile-nav .nav-link:nth-child(11) {
        transition-delay: .26s
    }

.mobile-nav--open .nav-link {
    transform: translate(0);
    opacity: 1
}

.mobile-nav-handler {
    margin-left: auto;
    margin-right: 10px
}

.hamburger {
    position: relative;
    cursor: pointer;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .hamburger span, .hamburger span:after, .hamburger span:before {
        display: block;
        transition-property: all;
        transition-duration: .1s
    }

    .hamburger span {
        margin: 0 auto;
        position: relative
    }

        .hamburger span:after, .hamburger span:before {
            position: absolute;
            content: ''
        }

    .hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
        width: 20px;
        height: 2px
    }

        .hamburger.lines span:before {
            transform: translateY(-5px)
        }

        .hamburger.lines span:after {
            transform: translateY(5px)
        }

    .hamburger.lines:hover span:before {
        transform: translateY(-7px)
    }

    .hamburger.lines:hover span:after {
        transform: translateY(7px)
    }

    .hamburger.lines:hover.active span:before {
        transform: rotate(45deg)
    }

    .hamburger.lines:hover.active span:after {
        transform: rotate(-45deg)
    }

    .hamburger.lines.active span {
        background-color: transparent !important
    }

        .hamburger.lines.active span:after, .hamburger.lines.active span:before {
            transform: translateY(0)
        }

        .hamburger.lines.active span:before {
            transform: rotate(45deg)
        }

        .hamburger.lines.active span:after {
            transform: rotate(-45deg)
        }

.employee-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.employee-grid__item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.employee-grid__item__image {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 15px;
}

.employee-grid__item__email {
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block
}

.employee-grid__item__contact-item {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}

    .employee-grid__item__contact-item:hover {
        color: #000
    }

.form-control {
    border: 0px;
    font-size: 1.2rem;
}

.form-check-input {
    border: solid 2px #005D9F;
    padding-right: 25px !important;
    margin-right: 1rem;
}

.form-label {
    position: absolute;
    top: 0.6em;
    text-transform: uppercase;
    padding: 0 1em;
    color: #8096a3;
    font-weight: normal;
}

.label-group {
    position: relative;
}

input:focus ~ label,
input.hascontent ~ label {
    top: -1.3em;
    padding: 0 .3em;
    font-size: 12px;
    transition: .2s ease-in-out;
}

#scroll-to-top {
    display: none;
    position: fixed;
    right: 2.5vh;
    bottom: 2.5vh;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    background-origin: padding-box;
    transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    transform: rotate(68deg);
    box-shadow: 0px 3px 6px #114F7B27;
    color: #005d9f;
    border-radius: 50% 50% 50% 37.5%;
    z-index: 100;
}

.visible {
    z-index: 10;
    opacity: 1 !important;
    pointer-events: all;
    cursor: pointer;
}

#scroll-to-top:hover, #scroll-to-top:focus {
    background: #6cafde 0% 0% no-repeat padding-box;
    color: white;
}

.rotate {
    transform: rotate(-68deg);
    font-size: 1.25em;
}

@media (min-width:992px) {
    .mobile-nav-handler {
        display: none
    }
}

@media (max-width:992px) {
    html {
        font-size: 10px;
    }
    
    .header .nav-bar {
        display: none
    }

    .nav-bar {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .mobile-nav-handler {
        display: flex;
    }

    .bg-image {
        position: relative !important;
        width: 100%!important;
    }

    .bg-image-overlay {
        display: none;
    }

    .text-footer {
        text-align: center !important;
        margin-bottom: 0.5rem;
    }

    .bg-image-left-text {
        margin-left: 0rem !important;
    }
}
