﻿@font-face {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-display: swap;
}

@font-face {
    font-family: akzidenz-grotesk, sans-serif;
    font-display: auto;
}

* {
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: #00add7;
    color: #fff;
}

::-moz-selection {
    background: #00add7;
    color: #fff;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-display: swap;
    font-size: 16px;
}

    body.normal,
    body.normal .btn-link {
        font-size: 16px;
    }

        body.normal #navbar .btn svg {
            height: 16px;
            width: 16px;
        }

    body.large,
    body.large .btn-link {
        font-size: 18px;
    }

        body.large #navbar .btn svg {
            height: 22px;
            width: 22px;
        }

    body.extra-large,
    body.extra-large .btn-link {
        font-size: 20px;
    }

        body.extra-large #navbar .btn svg {
            height: 24px;
            width: 24px;
        }

.berthold-regular {
    font-family: akzidenz-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.berthold-bold {
    font-family: akzidenz-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    text-transform: uppercase;
    font-family: akzidenz-grotesk, sans-serif;
    font-weight: 700;
}

h2 {
    text-transform: uppercase;
    font-family: akzidenz-grotesk, sans-serif;
    font-weight: 700;
    color: #005792;
}

h3 {
    color: #00add7;
    font-family: akzidenz-grotesk, sans-serif;
    font-weight: 400;
}

h4,
h5 {
    font-family: akzidenz-grotesk, sans-serif;
    font-weight: 700;
}

h6 {
    font-family: akzidenz-grotesk, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #838383;
}

li.underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

label.error {
    color: #e34e35;
}

label {
    font-weight: 600;
}

.white-space-normal {
    white-space: normal !important;
}

.no-wrap-text {
    white-space: nowrap !important;
}

.citation {
    word-wrap: break-word;
}

.translucent {
    opacity: 0.7;
}

.ui-widget {
    font-family: akzidenz-grotesk, sans-serif !important;
    font-weight: 400;
}


/*#region Font Sizes and Weight*/
.large-statement-text {
    font-size: 3em;
}

.bold-font {
    font-weight: 700;
}
/*#endregion*/


/*#region Text Colors*/
.black {
    color: #333 !important;
}

.blue {
    color: #005792 !important;
    /*rgb(0, 87, 146)*/
}

.light-blue {
    color: #00add7 !important;
    /*rgb(0, 173, 215)	*/
}

.light-green {
    color: #bcd331 !important;
    /*rgb(188, 211, 49)*/
}

.orange {
    color: #f2ae00 !important;
}

.white {
    color: #ffffff !important;
}

.green {
    color: #55a51c !important;
    /*rgb(85, 165, 28)*/
}

.red,
.text-danger {
    color: #dc3545 !important;
}

.dark-grey {
    color: #838383 !important;
}

.yellow {
    color: #ffc107 !important;
}
/*#endregion*/


/*#region Bulleted Lists*/
ul.green-bullet-points,
ul.blue-bullet-points,
ul.light-blue-bullet-points,
ul.light-green-bullet-points,
ul.light-green-check-bullets,
ul.light-blue-check-bullets,
ul.light-blue-arrow-bullets{
    list-style: none;
    margin: 0px;
    padding-left: 20px !important;
}

ul.light-blue-arrow-bullets
{
    padding-left: 1.3rem !important;
}

    ul.green-bullet-points li:before {
        content: "\2022";
        color: #55a51c;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    ul.blue-bullet-points li:before {
        content: "\2022";
        color: #005792;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    ul.light-blue-bullet-points li:before {
        content: "\2022";
        color: #00add7;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    ul.light-green-bullet-points li:before {
        content: "\2022";
        color: #bcd331;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    ul.light-green-check-bullets li {
        margin-bottom: 15px;
        margin-left: 10px;
    }

        ul.light-green-check-bullets li:last-child {
            margin-bottom: 0px;
        }

        ul.light-green-check-bullets li:before {
            content: "\f058";
            color: #bcd331;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            margin-right: 10px;
            display: inline-block;
            width: 1em;
            margin-left: -26px;
        }

    ul.light-blue-check-bullets li {
        margin-bottom: 15px;
        margin-left: 10px;
    }

        ul.light-blue-check-bullets li:last-child {
            margin-bottom: 0px;
        }

        ul.light-blue-check-bullets li:before {
            content: "\f058";
            color: #00add7;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            margin-right: 10px;
            display: inline-block;
            width: 1em;
            margin-left: -26px;
        }



    ul.light-blue-arrow-bullets li {
        margin-bottom: 15px;
        margin-left: 10px;
    }

        ul.light-blue-arrow-bullets li:last-child {
            margin-bottom: 0px;
        }

        ul.light-blue-arrow-bullets li:before {
            content: "\f061";
            color: #00add7;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            margin-right: 10px;
            display: inline-block;
            width: 1em;
            margin-left: -26px;
        }
/*#endregion*/


/*#region Background Colors*/
.auto-background:nth-child(even) {
    background-color: #f3f3f3;
}

.auto-background:nth-child(odd) {
    background-color: #ffffff;
}

.blue-background {
    background-color: #005792 !important;
}

    .blue-background h1,
    .blue-background h2,
    .blue-background h3 {
        color: #fff;
    }

.light-blue-background {
    background-color: #00add7 !important;
}

.light-green-background {
    background-color: #bcd331 !important;
}

.orange-background {
    background-color: #f2ae00 !important;
}

.green-background {
    background-color: #55a51c !important;
}

.white-background {
    background-color: #fff !important;
}

.black-background {
    background-color: #000;
}

.grey-background {
    background-color: #f3f3f3;
}

.dark-grey-background {
    background-color: #dcdcdc;
}

.red-background {
    background-color: #dc3545 !important;
}

.yellow-background {
    background-color: #ffc107;
}

.translucent-light-blue-background {
    background-color: rgba(0, 173, 215, 0.15) !important;
}

.translucent-light-green-background {
    background-color: rgba(193, 216, 47, 0.15) !important;
}

.translucent-green-background {
    background-color: rgba(85, 165, 28, 0.15) !important;
}

.translucent-red-background {
    background-color: rgba(244, 67, 54, 0.15) !important;
}

.translucent-blue-background {
    background-color: rgba(0, 87, 146, 0.15) !important;
}

.translucent-orange-background {
    background-color: rgba(242, 174, 0, 0.15) !important;
}

.translucent-white-background {
    background-color: rgba(255, 255, 255, 0.25) !important;
}
/*#endregion*/


/*#region Mobile*/
@media (max-width:767px) {
    .large-statement-text {
        font-size: 1.75rem;
    }

    .light-blue-on-mobile {
        color: #00add7 !important;
    }

    .blue-on-mobile {
        color: #005792 !important;
    }

    .default-on-mobile {
        color: inherit !important;
    }

    h5 {
        font-size: 1rem;
    }
}

@media (max-width:320px) {
    h1,
    .hero-header h1,
    h2 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 16px !important;
    }
}
/*#endregion*/