﻿@import url("https://use.typekit.net/dmp4qgy.css");
body {
    color: rgb(0, 0, 0);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.ouhsc_v2 li {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
}

strong {
    font-weight: 700;
}

:root {
    --primary-color: #841617;
    --primary-color-focus: #521718;
    --secondary-color: #bcdceb;
    --secondary-color-focus: #8ecae6;
    --tertiary-color: #4e0002;
    --tertiary-color-focus: #820004;
    --dark-color: #323232;
    --dark-color-focus: #555555;
    --light-color: #f0f0f0;
    --light-color-focus: #dadada;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-tertiary {
    background-color: var(--tertiary-color) !important;
}

.bg-dark {
    background-color: var(--dark-color) !important;
}

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

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-tertiary {
    color: var(--tertiary-color) !important;
}

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

.text-light {
    color: var(--light-color) !important;
}

a, a:link, a:visited, a:active {
    /* font-weight: 900; */
    /* text-decoration: underline; */
    /* color: rgb(132, 22, 23); */

}

a:hover {
    text-decoration: none;
}

a:focus-visible {
    outline: 3px solid rgb(132, 22, 23);
    outline-offset: 0.125rem;
    border-radius: 0.125rem;
    z-index: 10000;
}

.btn {
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-wrap: wrap !important;
    font-family: arboria, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 900 !important;
}

.btn:focus, .btn:active {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 3px !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--primary-color-focus) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-outline-primary {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: var(--primary-color) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-secondary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: rgb(0, 0, 0) !important;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: var(--secondary-color-focus) !important;
    color: rgb(0, 0, 0) !important;
}

.btn-outline-secondary {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background-color: var(--secondary-color) !important;
    color: rgb(0, 0, 0) !important;
}

.btn-tertiary {
    background-color: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-tertiary:hover, .btn-tertiary:focus {
    background-color: var(--tertiary-color-focus) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-outline-tertiary {
    border-color: var(--tertiary-color) !important;
    color: var(--tertiary-color) !important;
}

.btn-outline-tertiary:hover, .btn-outline-tertiary:focus {
    background-color: var(--tertiary-color) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-dark {
    background-color: var(--dark-color) !important;
    border-color: var(--dark-color) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-dark:hover, .btn-dark:focus {
    background-color: var(--dark-color-focus) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-outline-dark {
    border-color: var(--dark-color) !important;
    color: var(--dark-color) !important;
}

.btn-outline-dark:hover, .btn-outline-dark:focus {
    background-color: var(--dark-color) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-light {
    background-color: var(--light-color) !important;
    border-color: var(--light-color) !important;
    color: rgb(0, 0, 0) !important;
}

.btn-light:hover, .btn-light:focus {
    background-color: var(--light-color-focus) !important;
    color: rgb(0, 0, 0) !important;
}

.btn-outline-light {
    border-color: var(--light-color) !important;
    color: var(--light-color) !important;
}

.btn-outline-light:hover, .btn-outline-light:focus {
    background-color: var(--light-color) !important;
    color: rgb(0, 0, 0) !important;
}

footer a:link:not(.btn), footer a:visited:not(.btn), footer a:active:not(.btn), footer a:focus:not(.btn) {
    color: rgb(210, 210, 210);
    text-decoration: none;
    line-height: 20px;
}

.ui-accordion {
    margin-bottom: 2rem !important;
    font-size: 0.875rem !important;
}

.ui-accordion h3.ui-accordion-header {
    background: none;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(213, 213, 213);
    border-image: none;
    border-radius: 0px;
    transition: 0.2s;
    margin-top: 1rem !important;
}

.ui-accordion h3.ui-accordion-header::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.5rem;
    right: 1rem;
    bottom: 0.5rem;
    transition: 0.2s;
}

.ui-accordion h3.ui-accordion-header:hover a, .ui-accordion h3.ui-accordion-header:hover, .ui-accordion h3.ui-accordion-header-active, .ui-accordion h3.ui-accordion-header-active a {
    color: rgb(132, 22, 23) !important;
}

.ui-accordion h3.ui-accordion-header-active, .ui-accordion h3.ui-accordion-header-active a {
    border-bottom: 1px solid rgb(213, 213, 213);
}

.ui-accordion h3.ui-accordion-header-active::after {
    transform: rotate(180deg);
}

#content_wrapper .ui-accordion h3.ui-accordion-header a {
    font-weight: 500;
    padding-right: 2.5rem;
    padding-left: 1rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 1rem !important;
}

.ui-accordion .ui-accordion-header-icon {
    display: none !important;
}

.ui-accordion .ui-state-active .ui-accordion-header-icon {
    transform: rotate(180deg) scale(1.5);
}

.ui-accordion .ui-accordion-header-active {
    margin-bottom: 1rem !important;
}

.ui-accordion .ui-accordion-content {
    border: 0px !important;
}

.ui-accordion .ui-accordion-content a {
    color: rgb(132, 22, 23) !important;
}

.ui-accordion h3.ui-accordion-header {
    background-color: rgb(240, 240, 240);
    border-radius: 0.75rem;
    margin: 0px;
    padding: 0px;
    border: 0px !important;
}

#content_wrapper .ui-accordion h3.ui-accordion-header a {
    color: rgb(0, 0, 0);
    padding: 1rem !important;
    font-weight: 900 !important;
    border: 0px !important;
}

.ui-accordion h3.ui-accordion-header::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.5rem;
    right: 1rem;
    bottom: 0.75rem;
    transition: 0.2s;
}

.ui-accordion h3.ui-accordion-header-active::after {
    transform: rotate(180deg);
}

.alert-info {
    color: rgb(27, 68, 85);
    background-color: rgb(188, 220, 235);
    border-color: rgb(163, 195, 209);
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 8px 1rem !important;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important;
}

.shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.176) 0px 1rem 3rem !important;
}

H1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: clamp(2.2rem, 1.2rem + 2.2vw, 2.5rem);
    padding: 0px 0px 20px;
    font-family: Arboria, sans-serif !important;
}

H2 {
    font-size: clamp(1.4rem, 1rem + 2vw, 1.5rem);
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 0px 5px;
    font-family: Arboria, sans-serif !important;
}

H3 {
    font-family: Arboria, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 0px 5px;
}

H4 {
    font-family: Arboria, sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 0px 5px;
}

H5, DT {
}

H6 {
}

h1.hero {
    text-shadow: rgba(0, 0, 0, 0.32) 1px 1px 5px;
    font-size: 9rem !important;
}

@media screen and (max-width: 1200px) {
    h1.hero {
        font-size: 8rem !important;
    }
}

@media screen and (max-width: 992px) {
    h1.hero {
        font-size: 7rem !important;
    }
}

@media screen and (max-width: 768px) {
    h1.hero {
        font-size: 6rem !important;
    }
}

h2.highlight {
    font-size: 2.55rem !important;
}

h3.highlight {
    font-size: 2.75rem !important;
}

@media screen and (max-width: 1200px) {
    h3.highlight {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 992px) {
    h3.highlight {
        font-size: 2.25rem !important;
    }
}

@media screen and (max-width: 768px) {
    h3.highlight {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 576px) {
    h3.highlight {
        font-size: 1.75rem !important;
    }
}

h3.highlight.mongoose {
    font-family: mongoose, sans-serif !important;
    font-size: 5rem !important;
}

@media screen and (max-width: 1200px) {
    h3.highlight.mongoose {
        font-size: 4.5rem !important;
    }
}

@media screen and (max-width: 992px) {
    h3.highlight.mongoose {
        font-size: 4rem !important;
    }
}

@media screen and (max-width: 768px) {
    h3.highlight.mongoose {
        font-size: 3.5rem !important;
    }
}

@media screen and (max-width: 576px) {
    h3.highlight.mongoose {
        font-size: 3rem !important;
    }
}

p.highlight {
    font-weight: 400;
    font-size: 1.2rem;
}

span.highlight {
    font-weight: 600;
    font-size: 1.5rem;
}

.highlight-full {
    aspect-ratio: 2 / 1;
}

@media screen and (max-width: 1200px) {
    .highlight-full {
        aspect-ratio: 3 / 2;
    }
}

@media screen and (max-width: 992px) {
    .highlight-full {
        aspect-ratio: 1 / 1;
    }
}

hr.branded {
    border-color: rgb(132, 22, 23);
    padding-bottom: 0.5rem;
    position: relative;
}

hr.branded::before, hr.branded::after {
    content: "";
    display: block;
    position: absolute;
}

hr.branded::before {
    top: 0px;
    left: 0px;
    height: 0.5rem;
    width: 7rem;
    background-color: rgb(132, 22, 23);
}

hr.branded::after {
    width: 0px;
    height: 0px;
    left: 7rem;
    bottom: 0px;
    border-bottom: 0.5rem solid transparent;
    border-left: 1rem solid rgb(132, 22, 23);
}

a.header-crumb {
    font-family: arboria, sans-serif;
    position: relative;
    z-index: 10;
    margin: -0.5rem;
    padding: 0.5rem;
    border-radius: 0.75rem;
    border: 1px solid transparent;
    transition: border 0.2s ease-in;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none !important;
    font-weight: 900 !important;
}

a.header-crumb:active, a.header-crumb:hover {
    border-color: rgb(255, 255, 255);
}

.crimson-title {
    background-color: rgb(132, 22, 23);
    box-shadow: rgba(0, 0, 0, 0.21) 0px 5px 5px inset;
    padding: 3rem 0px;
    color: rgb(255, 255, 255) !important;
}

.crimson-title h1 {
    margin: 0.5rem 0px 0px;
    padding: 0px;
}

html a.card {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.32) 0px 10px 15px;
    transition: 0.2s ease-out;
    overflow: hidden;
    color: rgb(255, 255, 255);
    border: 0px;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    padding: 3rem;
    max-width: 100%;
    text-decoration: none !important;
    font-family: arboria, sans-serif !important;
    font-weight: 900 !important;
    display: inline-flex !important;
}

html a.card:hover, html a.card:focus {
    box-shadow: rgba(0, 0, 0, 0.32) 0px 10px 10px;
    transform: translateY(-0.125rem);
}

html a.card:active {
    box-shadow: rgba(0, 0, 0, 0.32) 0px 10px 10px;
    transform: translateY(0.125rem);
}

html a.card > * {
    position: relative;
    z-index: 1;
    transition: 0.3s ease-out;
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255) !important;
}

html a.card:hover > *, html a.card:focus > * {
    transform: translateY(-0.1875rem);
}

html a.card::after {
    font-family: FontAwesome;
    content: "";
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding-top: 0.25rem;
    transition: 0.5s;
}

html a.card::before {
    content: "";
    position: absolute;
    background: rgb(132, 22, 23);
    width: 1.8rem;
    height: 1.8rem;
    bottom: 0.5rem;
    right: 0.5rem;
    border-radius: 50%;
    transform: scale(0) translateX(50%) translateY(50%);
    animation: 0.5s forwards card-external-out;
}

html a.card:hover::before, html a.card:focus::before {
    animation: 0.5s forwards card-external;
}

html a.card.external::after {
    content: "";
}

html a.card.pdf::after {
    content: "";
}

html a.card.email::after {
    content: "";
}

html a.card.phone::after {
    content: "";
}

html a.card.down::after {
    content: "";
}

html a.card.dark::before {
    background: rgb(78, 0, 2);
}

html a.card.light {
    background: rgb(250, 250, 250);
    color: rgb(0, 0, 0);
}

html a.card.light > * {
    color: rgb(0, 0, 0) !important;
}

html a.card.light::before {
    background: rgb(188, 220, 235);
}

html a.card.light::after {
    color: rgb(0, 0, 0);
}

@keyframes card-external {
    0% {
        transform: scale(2.5);
    }

    16% {
        transform: scale(2.5);
    }

    20% {
        transform: scale(2.6);
    }

    100% {
        transform: scale(90);
    }
}

@keyframes card-external-out {
    0% {
        transform: scale(90);
    }

    60% {
        transform: scale(2.5);
    }

    75% {
        transform: scale(3);
    }

    100% {
        transform: scale(2.5);
    }
}

a.back-to-top {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    transition: background 0.2s, border-color 0.2s;
    text-decoration: none !important;
    font-weight: 900 !important;
}

a.back-to-top:hover {
    border-color: rgb(132, 22, 23);
}

a.back-to-top:active {
    background-color: rgb(132, 22, 23);
    color: rgb(255, 255, 255) !important;
}

.eds_news_students_hsc {
    color: rgb(0, 0, 0);
}

.edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger {
    margin-top: 1rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(0, 0, 0);
    background-color: var(--dark-color);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    cursor: pointer;
}

.edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger:hover {
    background-color: var(--dark-color-focus);
}

.edNews_loadMoreTriggerWrapper .loadingOverlay {
    display: none;
}

ul.btn-group, ul.btn-group ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

ul.btn-group li {
    margin-left: 0px;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.category_menu ul.btn-group li.active a {
    opacity: 0.65;
    pointer-events: none;
}

.edncf_location, .edncf_audience {
    display: none;
}

.edncf_CheckBoxListName {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}

.edncf_CheckBox {
    display: flex;
    margin: 0.25rem 0px;
    background-color: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 2rem;
    align-items: center;
}

.edncf_CheckBox input {
    margin-left: 1rem;
}

.edncf_CheckBox label {
    display: inline;
    padding: 0.5rem 0.25rem 0.25rem 0.5rem;
    flex-grow: 1;
    font-size: 0.75rem;
}

.edncf_submitContainer a {
    display: block;
    background: rgb(132, 22, 23);
    padding: 0.5rem;
    border-radius: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.875rem;
    color: rgb(255, 255, 255) !important;
}

.search_input.button_outside, .search_input.button_outside > div {
    display: flex;
    align-items: center;
    width: 100%;
}

.search_input.button_outside input {
    flex-grow: 1;
    height: 35px;
    border-radius: 2rem 0px 0px 2rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(240, 240, 240) transparent rgb(240, 240, 240) rgb(240, 240, 240);
    border-image: none;
    background-color: rgb(245, 245, 245);
    padding: 0px 1rem;
}

.search_input.button_outside a {
    background-color: rgb(132, 22, 23);
    padding: 0px 0.75rem;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 0px 2rem 2rem 0px;
    color: rgb(255, 255, 255) !important;
}

.EDN_search.theme_230_students_hsc {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(240, 240, 240);
}

.EDN_search.theme_230_students_hsc ul {
    list-style: none;
}

.EDN_search.theme_230_students_hsc ul li {
    display: block;
    margin: 0.25rem;
    width: 100%;
}

.EDN_search.theme_230_students_hsc ul li span, .EDN_search.theme_230_students_hsc ul li span a {
    display: block;
    width: 100%;
}

.edn_searchInfoResults {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-left: 1rem;
}

.edn_searchInfoResults span {
    font-weight: 900;
}

ul.dropdown-menu ul {
    list-style: none;
}

ul.dropdown-menu li {
    margin-left: 0px;
}

.font-freight, .font-freight p, .font-freight li, .font-freight span {
    font-family: freight-text-pro, serif;
}

.font-arboria, .font-arboria p, .font-arboria li, .font-arboria span {
    font-family: arboria, sans-serif;
}

.font-mongoose, .font-mongoose p, .font-mongoose li, .font-mongoose span {
    font-family: mongoose, sans-serif;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.user_dashboard.edn_userDashboard {
    width: 1300px;
    max-width: 100%;
    position: relative;
    margin: 2rem auto 2.5rem !important;
}

.admin_action.edit {
    display: inline-block;
    position: relative;
    top: 0.5rem;
    left: calc(50% - 5rem);
    margin: 0px auto 1rem;
    text-align: center;
    background-color: rgb(188, 220, 235);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    color: rgb(0, 0, 0);
    font-family: arboria, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    width: 10rem !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
}

.admin_action.edit:hover, .admin_action.edit:focus {
    background-color: rgb(153, 202, 225);
}

.admin_action.edit:active {
    background-color: rgb(110, 179, 212);
    outline: 2px solid rgba(85, 85, 85, 0.53);
}

.edNews_loadMoreTriggerWrapper {
    text-align: center;
}

.one-lead p, p.one-lead {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: freight-text-pro;
    line-height: 1.5em;
}

.bcs-results h2 a, .bcs-results h3 a {
    font-family: freight-text-pro;
    text-transform: none;
    font-weight: 700 !important;
    font-size: 1.75rem !important;
}

.bcs-results h3 a {
    font-size: 1.25rem !important;
}

#dnn_Full_Screen_Bottom_Pane {
    margin: 0px;
    padding: 0px;
}

#dnn_Full_ScreenA_Pane {
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 768px) {
    .highlight-full {
        aspect-ratio: 2 / 3;
    }
}

@media (max-width: 479px) {
    img {
        height: inherit !important;
    }
}

footer {
    margin-top: 0px !important;
}

#main-nav #main-menu a {
    /* color: rgb(255, 255, 255); */
    /* text-decoration: none; */
}

#main-nav #main-menu.sm-ouhsc a {
    /* font-weight: 400 !important; */
}

#main-nav #main-menu.sm-ouhsc > a {
    font-weight: 700 !important;
}

#main-nav #main-menu li ul a {
    /* color: rgb(0, 0, 0); */
    /* text-decoration: none; */
}

#main-nav #main-menu li ul a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.calendar_table {
    width: 100%;
}

.calendar_table .month_selection td {
    font-family: Arboria, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background: rgb(132, 22, 23);
    color: rgb(255, 255, 255);
    padding: 0.5rem;
}

.calendar_table .month_selection td a {
    color: rgb(255, 255, 255) !important;
}

.calendar_table td.day a {
    display: block;
    padding: 0.25rem;
    color: rgb(0, 0, 0);
    font-weight: 400 !important;
}

.calendar_table td.day a:hover {
    background-color: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
}

.calendar_table td.other_month {
    background-color: rgb(222, 222, 222);
}

.calendar_table td.other_month a:hover {
    background-color: rgb(222, 222, 222);
    color: rgb(0, 0, 0);
}

td.day.selected a {
    background: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
}

td.today {
    position: relative;
}

td.today a::after {
    content: "";
    border: 1px dotted rgb(132, 22, 23);
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.card {
    -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border: 0px;
}

.sb-accordion .collapse {
    display: none !important;
}

.sb-accordion .collapse.show {
    display: block !important;
}

.text_impact p {
    font-size: 20px;
    font-weight: 700;
}

.text_impact h2, h2.text_impact, .text_impact h3, h3.text_impact, .text_impact h4, h4.text_impact {
    line-height: clamp(4rem, 6vw, 6rem);
    font-size: clamp(4.5rem, 6.5vw, 7rem);
    font-family: mongoose !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.text_crimson, .text_crimson h2, h2.text_crimson, .text_crimson h3, h3.text_crimson, .text_crimson h4, h4.text_crimson {
    color: rgb(132, 22, 23);
}
.dropdown-item {
    color: #16181b !important;
    text-decoration: none !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: #841617 !important;
    color: #fff !important
}