@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

:root {
    --color-rivalry-red: #ec374f;
    --color-victory-blue: #00FFFF;
    --color-legacy-navy: #122C4C;

    --color-opacity-white-10: hsla(0, 0%, 100%, 0.1);

    --p-color-neutral-100: #f8f9fa;
    --p-color-neutral-200: #e9ecef;
    --p-color-neutral-300: #dee2e6;
    --p-color-neutral-400: #ced4da;
    --p-color-neutral-500: #adb5bd;
    --p-color-neutral-600: #6c757d;
    --p-color-neutral-700: #495057;
    --p-color-neutral-800: #343a40;
    --p-color-neutral-900: #212529;
    --p-color-neutral-black: #000;
    --p-color-neutral-white: #fff;
    --p-color-system-success-ondark: #26d95f;
    --p-color-system-warning-ondark: #ffb400;
    --p-color-system-error-ondark: #ff3a49;
    --p-color-system-success-onlight: #007d3e;
    --p-color-system-warning-onlight: #0065cb;
    --p-color-system-error-onlight: #cc071e;
    --p-color-system-link-visited: #8a3ffc;
    --p-color-primary-1: #0ff;
    --p-color-primary-2: #ec1b36;
    --p-color-primary-3: #122c4c;
    --p-color-secondary-1: #122c4c;
    --p-color-secondary-2: #00437c;
    --p-color-secondary-3: #f4f4f4;
    --p-color-secondary-4: #ec1b36;
    --p-color-secondary-5: #47b3e4;
    --p-color-tints-primary-1-200: #aff;
    --p-color-tints-primary-1-300: #80ffff;
    --p-color-tints-primary-1-400: #5ff;
    --p-color-tints-primary-2-200: #f9b3bc;
    --p-color-tints-primary-2-300: #f68d9b;
    --p-color-tints-primary-2-400: #f26779;
    --p-color-tints-secondary-1-200: #b0b9c3;
    --p-color-tints-secondary-1-300: #8996a6;
    --p-color-tints-secondary-1-400: #617288;
    --p-color-tints-secondary-2-200: #639bcb;
    --p-color-tints-secondary-2-300: #427eb0;
    --p-color-tints-secondary-2-400: #216096;
    --p-color-shades-primary-1-600: #00d5d5;
    --p-color-shades-primary-1-700: #0aa;
    --p-color-shades-primary-1-800: teal;
    --p-color-shades-primary-2-600: #c5172d;
    --p-color-shades-primary-2-700: #9d1224;
    --p-color-shades-primary-2-800: #760e1b;

    --p-gradient-brand-1: linear-gradient(45deg, var(--p-color-secondary-4) 0%, var(--p-color-secondary-5) 50%, var(--p-color-primary-1) 100%);
    --p-gradient-brand-2: linear-gradient(199deg, var(--p-color-primary-1), #4bb7cf 62.5%, #ec1b67);
}

@font-face {
    font-family: 'Larken';
    src: url('/assets/Larken-Bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('/assets/Neue-Plak-Bold.61cbbdd1.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Neue Plak Extended';
    src: url('/assets/Neue-Plak-Extended-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('/assets/Neue-Plak-Regular.78f99299.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('/assets/Neue-Plak-SemiBold.adeb7cbc.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('/assets/Neue-Plak-Text-Italic.e3beff1c.ttf') format('truetype');
    font-style: italic;
}


@font-face {
    font-family: 'Open Sans';
    src: url('/assets/OpenSans-VariableFont.8f605fdd.ttf') format('truetype');
}

/** Containers **/
.content-container {
    padding: 58px 0 30px 0;
}

.block-container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.article-container {
    padding-top: 80px;
    padding-bottom: 96px;
}

.block-container .row {
    position: relative;
    z-index: 1;
}

.news-container:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 30%;
    background: var(--p-gradient-brand-1);
    opacity: .2;
    z-index: -1;
}

/** Generic Styles **/
html, body {
    font-family: 'Neue Plak';
    font-size: 16px;
    color: black;
}

p {
    margin-bottom: 24px;
}

/* Typography */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Larken', serif;
    font-weight: 700;
}

h1, .heading-1 {
    font-size: 72px;
    margin-bottom: 32px;
}

.heading-extended-1 {
    font-size: 72px;
    margin-bottom: 32px;
    font-family: 'Neue Plak Extended';
    font-weight: 600;
}

h2, .heading-2 {
    font-size: 48px;
    margin-bottom: 28px;
}

.heading-extended-2 {
    font-size: 48px;
    margin-bottom: 28px;
    font-family: 'Neue Plak Extended';
    font-weight: 600;
}

h3, .heading-3 {
    font-size: 36px;
    margin-bottom: 24px;
}

.heading-extended-3 {
    font-size: 36px;
    margin-bottom: 24px;
    font-family: 'Neue Plak Extended';
    font-weight: 600;
}

h4, .heading-4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.heading-extended-4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Neue Plak Extended';
    font-weight: 600;
}


/** Buttons **/
.btn {
    font-family: 'Neue Plak';
    font-weight: 600;
    border: 0;
    border-radius: 0;
}

.btn-lg {
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
}

.buttonfordeleteimage {
    padding: 6px 12px !important;
    font-size: 16px !important;
    height: auto !important;
}

.btn.btn-default,.btn.btn-default:hover,.btn.btn-default:focus,
.btn.btn-primary,.btn.btn-primary:hover,.btn.btn-primary:focus {
    background-color: var(--color-legacy-navy);
    color: white !important;
}

.btn.buttonfordeleteimage,.btn.buttonfordeleteimage:hover,.btn.buttonfordeleteimage:focus,
.btn.btn-danger,.btn.btn-danger:hover,.btn.btn-danger:focus {
    background-color: var(--color-rivalry-red);
    color: white !important;
}

.btn.btn-light,.btn.btn-light:hover,.btn.btn-light:focus {
    background-color: white;
    color: #212529 !important;
}

.btn.btn-light:not(.no-hover):hover {
    background-color: var(--color-legacy-navy);
    color: white !important;
}

.btn.btn-grayscale {
    background-color: white;
    color: #212529 !important;
}

.btn.btn-grayscale:hover {
    background-color: #e9ecef;
    color: #212529 !important;
}

.btn.btn-victory,
.btn.btn-victory:focus,
.btn.btn-victory:hover {
    background-color: var(--color-victory-blue);
    color: black;
}

.dropdown-item:active {
    background-color: var(--color-legacy-navy);
}

/** Header **/
#primary-header-bar {
    padding-top: 20px;
    padding-bottom: 20px;
}

#primary-header-bar .header-logo {
    display: block;
    height: 150px;
}

#primary-header-bar .header-logo img {
    height: 100%;
    width: auto !important;
    object-fit: contain;
    object-position: left;
    display: block;
}

#primary-header-bar .btn-openNavigation {
    width: 48px;
    height: 48px;
    padding: 2px;
    box-shadow: inset 1px 0 0 0 #e9ecef;
}

#primary-nav > .nav-container > .btn-closeNavigation {
    display: none;
}

/* Responsive Display */
@media (max-width: 1399px) {

    #primary-header-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #primary-header-bar .header-logo {
        height: 52px;
    }

}

/** Footer **/

footer .copyright-text {
    font-size: 12px;
    color: #fff;
    padding: 8px 0;
    line-height: 20px;
    display: block;
    margin-bottom: 40px;
    border-top: 1px solid #adb5db;
}

/** Navigation **/

#primary-nav {
    position: relative;
}

#primary-nav > .nav-container > .btn-closeNavigation {
    display: none;
}

#primary-nav > .nav-container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-nav > .nav-container > ul::before {
    content: "";
    position: absolute;
    background: var(--color-victory-blue);
    inset: 0 0 0 -50vw;
    z-index: -1;
}

#primary-nav > .nav-container > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#primary-nav > .nav-container > ul > li:hover > a {
    color: var(--color-victory-blue);
    background-color: var(--color-legacy-navy);
}

#primary-nav > .nav-container > ul > li:hover > .nav-flyout {
    display: block;
}

#primary-nav > .nav-container > ul > li  > a {
    display: block;
    line-height: 64px;
    color: black;
    font-family: 'Neue Plak';
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
    margin: 0;
    text-decoration: none !important;
}

#primary-nav > .nav-container > ul > li > .nav-flyout {
    display: none;

    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    padding: 40px 60px;

    z-index: 999;

    background: var(--color-legacy-navy);
    color: white;
}

#primary-nav > .nav-container > ul > li > .nav-flyout ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-nav > .nav-container > ul > li > .nav-flyout ul > li {
    border-bottom: 1px solid #415670;
    margin-bottom: 8px;
}

#primary-nav > .nav-container > ul > li > .nav-flyout ul > li:hover {
    border-bottom: 1px solid #343a40;
}

#primary-nav > .nav-container > ul > li > .nav-flyout ul > li a {
    display: block;
    padding: 10px 0;
    color: white !important;
    font-family: 'Neue Plak';
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
}

#primary-quick-links > ul {
    list-style: none;
}

#primary-quick-links > ul > li {
    display: inline-block;
}

#primary-quick-links > ul > li {
    padding: 8px 12px;
    font-family: 'Neue Plak';
    font-size: 16px;
    color: black;
}

#primary-quick-links > ul > li a {
    font-weight: 600;
    text-decoration: none !important;
}

/* Responsive Display */
@media (max-width: 1399px) {

    #primary-nav {
        position: fixed;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        z-index: 99999;
    }

    #primary-nav .nav-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: top;
        height: 100%;

        padding-top: 75px;

        overflow: auto;
    }
    
    #primary-nav .nav-container .menu-icon {
        color: var(--color-victory-blue);
        float: right;
        width: 24px;
        height: 24px;
        top: 10px;
        position: relative;
    }   
    
    #primary-nav > .nav-container > .btn-closeNavigation {
        display: block;
        position: absolute;
        top: 8px;
        right: 0;
        width: 50px;
        height: 50px;
        padding: 2px;
    }

    #primary-nav .nav-container ul {
        width: 100%;
        padding: 0 40px;
    }

    #primary-nav > .nav-container > ul::before {
        background: var(--color-legacy-navy);
    }

    #primary-nav > .nav-container > ul > li {
        display: block;
    }

    #primary-nav > .nav-container > ul > li:hover > a {
        color: white;
        background-color: transparent;
    }

    #primary-nav > .nav-container > ul > li > a {
        color: white;
        font-size: 14px;
        font-family: 'Neue Plak Extended';
        font-weight: 600;
        padding: 0;
        line-height: 46px;
    }

    #primary-nav > .nav-container > ul > li {
        border-bottom: 1px solid #415670;
        margin-bottom: 8px;
    }

    #primary-nav > .nav-container > ul > li:hover {
        border-bottom: 1px solid #343a40;
    }

    #primary-nav > .nav-container > ul > li:hover > .nav-flyout {
        display: none;
    }

    #primary-nav > .nav-container > ul > li > .nav-flyout {
        display: none;

        position: static;
        width: 100%;
        padding: 0;

        z-index: 999;

        background: var(--color-legacy-navy);
        color: white;
    }

    #primary-nav > .nav-container > ul > li > .nav-flyout .container {
        max-width: 100%;
        margin: 0 0 30px 20px;
    }

    #primary-nav > .nav-container > ul > li > .nav-flyout.open {
        display: block !important;
    }

    #primary-nav > .nav-container > ul > li > .nav-flyout ul > li:last-child {
        border-bottom: 0;
    }

    #primary-nav > .nav-container > ul > li > .nav-flyout ul > li > a {
        color: white;
        font-size: 14px;
        font-family: 'Neue Plak Extended';
        font-weight: 600;
        padding: 0;
        line-height: 46px;
    }

    #primary-nav > .nav-container > ul > li > .nav-flyout h4 {
        display: none;
    }
}

/** Colors **/

    /** Hyperlinks **/
    a, a:focus {
        color: var(--color-rivalry-red);
        text-decoration: none !important;
    }

    a:hover {
        color: #ff2e4a;
        text-decoration: none !important;
    }

    /** Backgrounds **/
    .bg-gradient-brand {
        background: var(--p-gradient-brand-1);
    }
    .bg-gradient-brand-2 {
        background: var(--p-gradient-brand-2);
    }
    .bg-pattern-brand::before {
        top: calc(50% - 886px);
        left: 800px;
        width: 1772px;
        height: 1772px;
        background-image: url('/assets/images/efc-brand-pattern.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        content: "";
        position: absolute;
        z-index: 0;
    }
    .bg-navy {
        background: var(--color-legacy-navy);
    }

    .bg-opacity-white-10 {
        background-color: var(--color-opacity-white-10);
    }

    /** Texts **/
    .text-primary,
    .text-navy {
        color: var(--color-legacy-navy) !important;
    }
    
    .text-rivalry-red {
        color: var(--color-rivalry-red) !important;
    }
    
    .text-victory-blue {
        color: var(--color-victory-blue) !important;
    }
    .text-white {
        color: white !important;
    }
    .notification-icon {
        color: var(--p-color-primary-1);
    }

/** Pagination **/
ul.pagination {

}

ul.pagination > .page-item {
    font-family: 'Neue Plak';
    font-weight: 700;
    font-size: 16px;
    min-width: 40px;
}

ul.pagination > .page-item:first-child {
    margin-right: 24px;
}

ul.pagination > .page-item:last-child {
    margin-left: 24px;
}

ul.pagination > .page-item.active {
    border-bottom: 2px solid var(--color-rivalry-red);
}

ul.pagination > .page-item.active > .page-link,
ul.pagination > .page-item.active > .page-link:hover,
ul.pagination > .page-item.active > .page-link:focus {
    background-color: transparent !important;
}

ul.pagination > .page-item.inactive > .page-link {
    color: #CCC !important;
}

ul.pagination > .page-item > .page-link {
    border: 0 !important;
    padding: 4px 0 8px 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    color: black !important;
    text-decoration: none !important;
    outline: none !important;
}

ul.pagination > .page-item > .page-link:hover,
ul.pagination > .page-item > .page-link:focus {
    background-color: transparent !important;
}

/** Icons **/
span.efc-ico {
    width: 24px;
    height: 24px;
    display: inline-block;
}

span.efc-ico-sm {
    width: 20px;
    height: 20px;
}

/** Forms Related **/
.entity-form .tab {
    margin-bottom: 0;
}

.entity-form .tab-title {
    display: none;
}

.entity-form fieldset {
    margin-bottom: 30px;
}

.entity-form .section-title h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.crmquickform-cell {
    border-right: 0 !important;
}

.entity-form .section .cell {
    padding: 10px 15px;
}

.entity-form .section .cell .field-label {
    font-weight: 600;
    margin-bottom: 5px;
}

.entity-form .section .cell .form-control {
    border-color: #ced4da;
    border-radius: 0;
    padding: 8px 14px;
}

.crmEntityFormView .actions {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.entity-form .section .cell .control .input-group .btn {
    font-size: 16px !important;
}

.entity-form .section .cell .control .msos-container {
    border-color: #ced4da !important;
    border-radius: 0;
    padding: 5px 0 !important;
}

input[type="checkbox"] {
    accent-color: var(--color-legacy-navy);
}


/** Cards **/
.article-card {

}

.article-card:hover {
    box-shadow: 0 0 0 4px var(--p-color-primary-1);
}

.article-card-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.article-card-container .article-publish-date {
    text-align: right;
    color: var(--p-color-neutral-600);
}

.article-card-container .article-highlight-image {
    aspect-ratio: 3/4;
    overflow: hidden;
}

.article-card-container .article-highlight-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.article-card-container .article-card-body h5 {
    margin-top: 10px;
    color: black;
    font-family: 'Neue Plak Extended';
    font-weight: 600;
    font-size: 24px;
}

.event-card .event-date {
    background-color: var(--color-legacy-navy);
    width: 90px;
    height: 90px;
}

/* Override CKEditor styles */
@media (min-width: 1200px) {
    article .article-content {
        padding: 0 185px;
    }
}

.ck-content * {
  font-family: "Neue Plak" !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #343a40;
}
.ck-content * p {
  margin-bottom: 20px !important;
}
.ck-content * li {
  margin-bottom: 10px !important;
}
.ck-content a {
    color: var(--color-rivalry-red) !important;
    text-decoration: none !important;
}
.ck-content a:hover {
    color: #ff2e4a !important;
    text-decoration: none !important;
}
.ck-content * li > p {
  display: inline !important;
  margin-bottom: 0 !important;
}

/** Bootstrap Overrides **/
.list-group-item.active {
    background-color: var(--color-legacy-navy);
    border-color: var(--color-legacy-navy);
}
.list-group-item-success {
    background-color: var(--p-color-secondary-3);
}

.alert {
    border-radius: 0 !important;
}

.alert .btn-close {
    border-radius: 0;
}

.carousel-indicators {
    position: static;
    margin: 0;
    justify-content: end;
}

.carousel-indicators [data-bs-target] {
    width: 36px;
    height: 36px;
    background-color: var(--p-color-primary-3);
    text-indent: initial;
    color: var(--p-color-neutral-white);
    line-height: 0;
    opacity: 1;
}

.carousel-indicators .active {
    opacity: .5;
}

.carousel-inner {
    padding: 4px;
}

.alert-success {
    background-color: var(--p-color-system-success-ondark) !important;
    border-color: var(--p-color-system-success-ondark) !important;
}

.alert-warning {
    background-color: var(--p-color-system-warning-ondark) !important;
    border-color: var(--p-color-system-warning-ondark) !important;
}

.alert-danger {
    background-color: var(--p-color-system-error-ondark) !important;
    border-color: var(--p-color-system-error-ondark) !important;
}

.accordion-button {
    color: black !important;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: var(--bs-accordion-btn-icon) !important;
}


/** CRM Control Overrides **/
.view-toolbar .toolbar-actions .input-group .query {
    line-height: 18px;
}

/** Custom Page CSS **/
.signinpage {
    margin-top: 80px;
    margin-bottom: 100px;
}

.signinpage .nav {
    display: none;
}