@font-face {
	font-family: 'Zaius';
	src: url('/Zaius.woff2') format('woff2'), url('/Zaius.woff') format('woff');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('/Gilroy-Regular.woff2') format('woff2'), url('/Gilroy-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('/Gilroy-Semibold.woff2') format('woff2'), url('/Gilroy-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('/Gilroy-Black.woff2') format('woff2'), url('/Gilroy-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
    font-display: swap;
}

html,
body,
p,
a,
ul,
li {
    font-family: 'Gilroy', sans-serif !important;
}

thead a {
    color: #64CCC9;
}

a {
    transition: all 0.2s ease !important;
}

/* Typography */
h1, h2 {
    font-family: 'Zaius', sans-serif !important;
    color: #000000 !important;
    text-transform: uppercase !important;
}

h3, h4, h5, h6 {
    font-family: 'Gilroy', sans-serif !important;
    color: #000000 !important;
}

.heading-xl, .heading-xxl, h1 {
    font-size: 75px !important;
    line-height: 1 !important;
}

.heading-lg, h2 {
    font-size: 56px !important;
    line-height: 1.2 !important;
}

.heading-md, h3 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.heading-sm, h4 {
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.heading-xs, h5, h6 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

@media (max-width: 1200px) {
    .heading-xl, .heading-xxl, h1 {
        font-size: 67.5px !important;
    }

    .heading-lg, h2 {
        font-size: 44.8px !important;
    }

    .heading-md, h3 {
        font-size: 28px !important;
    }
}

@media (max-width: 992px) {
    .heading-xl, .heading-xxl, h1 {
        font-size: 52.5px !important;
    }

    .heading-lg, h2 {
        font-size: 39.2px !important;
    }

    .heading-md, h3 {
        font-size: 28px !important;
    }
}

@media (max-width: 768px) {
    .heading-xl, .heading-xxl, h1 {
        font-size: 37.5px !important;
    }

    .heading-lg, h2 {
        font-size: 33.6px !important;
    }

    .heading-md, h3 {
        font-size: 32px !important;
    }

    .heading-sm, h4 {
        font-size: 25.6px !important;
    }

    .heading-xs, h5, h6 {
        font-size: 21.6px !important;
    }
}

/* Nav */
.navbar {
    min-height: 54px !important;
}

.navbar-brand img {
    height: 30px;
    width: auto;
}

.navbar-toggle {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: 'Gilroy', sans-serif !important;
    font-weight: 900 !important;
    font-size: 22px !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:focus {
    background-color: #ff671f !important
}

.navbar-nav li {
    margin: 0 !important
}

.navbar-inverse .navbar-nav li a {
    color: #000000 !important;
    margin: 0 !important
}

.navbar-inverse .navbar-nav > li a:focus,
.navbar-inverse .navbar-nav > li a:hover {
    background-color: #ff671f !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ff671f !important;
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > li.dropdown > a:focus {
    color: #fff !important;
    background-color: #ff671f !important;
}

.navbar-inverse .navbar-nav > .open > a {
    color: #fff !important;
    background-color: #ff671f !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #ffffff !important
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000000 !important;
    white-space: normal !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffffff !important;
}

.dropdown-menu .divider {
    margin: 5px 0 !important;
}

.dropdown-menu > li > a {
    padding: 5px 10px !important;
    font-size: 18px !important;
}

/* Navbar search */
#navbar .dropdown-search {
    margin: 8px 0 0 !important;
    background-color: transparent !important;
}

#navbar .dropdown-search .input-group {
    display: flex;
    align-items: center;
}

#navbar .dropdown-search .input-group-btn {
    width: auto !important;
}

@media(min-width:1200px) {
    #top {
        display: flex !important;
    }

    .navbar .navbar-brand {
        float: none !important;
        height: auto !important;
        padding: 32px 8px !important;
    }

    .navbar .navbar-brand img {
        height: 60px;
    }

    .navbar > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar > .container::before,
    .navbar > .container::after {
        content: none !important;
    }

    .navbar > .container > .navbar-header {
        float: none !important
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0 !important;
    }

    .navbar-right .dropdown-menu {
        right: -100px !important;
        left: 3px !important;
    }
}

/* Form elements */
input.form-control {
    border-color: rgba(#000, 0.1) !important;
}

.form-control {
    padding: 8px 16px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    height: auto !important;
}

.form-control:focus {
    border-color: #ff671f !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px rgb(#ff671f / 60%);
}

.btn {
    transition: all 0.25s ease !important;
    font-weight: 600 !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0% 100%);
}

.btn-info,
.btn-default {
    color: #ffffff !important;
    background-color: #64ccc9 !important;
    border-color: #64ccc9 !important;
}

.btn-info:hover,
.btn-default:hover {
    color: #ffffff !important;
    background-color: #50b9b6 !important;
    border-color: #50b9b6 !important;
}

.btn-info:active,
.btn-default:active {
    color: #ffffff !important;
    background-color: #50b9b6 !important;
    border-color: #50b9b6 !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #ff671f !important;
    border-color: #ff671f !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #ff671f !important;
    border-color: #ff671f !important;
}

.btn-primary:active, 
.btn-primary.active {
    color: #ffffff !important;
    background-color: #ff671f !important;
    border-color: #ff671f !important;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
    color: #ffffff !important;
    background-color: #ff671f !important;
    border-color: #ff671f !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff !important;
    background-color: #ff671f !important;
    border-color: #ff671f !important;
}
  

/* Breadcrumbs */
ul.breadcrumb {
    background-color: #000000;
    padding: 16px;
    font-size: 18px !important;
}

ul.breadcrumb > li + li::before {
    content: "|" !important;
    padding: 0 15px !important;
    color: #ffffff !important
}

ul.breadcrumb li a {
    padding: 2px 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    color: #fff !important;
}

ul.breadcrumb li.active {
    color: #ff671f !important;
}

ul.breadcrumb li a:hover {
    color: #ff671f !important;
}

/* Section colors */
.sectionPrimaryColor {
    background-color: #ff671f !important;
}

/* Top */
#top {
    display: none;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 50px;
    padding: 0 25px;
    position: relative;
    z-index: 100;
}

#top .top-logo {
    display: none;
}

#top .nav {
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
}

#top .nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top .nav ul > li {
    position: relative;
}

#top .nav ul > li::before {
    background-color: #e7e7e7;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-7deg);
    width: 1px;
}

#top .nav ul > li a {
    color: #bfbfbf;
    font-weight: 600;
    text-decoration: none;
    line-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
}

#top .nav ul > li a:hover,
#top .nav ul > li.active > a {
    color: #000;
}

#top .nav ul > li.active::before {
    background-color: #ff671f;
    bottom: 15px;
    left: -1px;
    top: 15px;
    width: 3px;
}


/* Footer */
footer {
    background-color: #000000;
    color: #ffffff;
    padding: 64px 0 32px !important;
}

footer p,
footer h1,
footer h2,
footer h3 {
    color: #ffffff !important;
}

footer p {
    font-size: 16px !important;
}

footer a {
    color: #ffffff !important; 
}

footer a:hover {
    color: #ff671f !important; 
}

footer .list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px !important;
}

footer .list li {
    padding: 6px 0 !important;
    font-size: 16px !important;
}

footer .list li a{
    padding: 0 !important;
    margin: 0 !important;
}

footer .footer-bottom {
    padding: 32px 0 !important;
    background-color: #000000 !important; 
    color: #ffffff !important; 
    min-height: auto !important;
    border-top: 1px solid rgba(255,255,255, 0.33);
}

.frenchAccessibilityLink {
    display: none;
}

/* Skip to content button */
.skip-to-content a {
    top: -100px !important;
    background-color: #ff671f !important;
}

.skip-to-content a:focus {
    top: 0px !important;
}

/* Alert */
.alert-warning {
    background-color: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
}

.panel {
    border: none !important;
}

.crmEntityFormView {
    border: none !important;
}

.entitylist {
    border: none !important;
}

.text-primary {
    color: #64CCC9 !important;
}

.sticky-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.wrapper-body,
#content_form {
    margin-top: 153px;
}

.wrapper-body {
    min-height: auto !important;
}

@media (max-width: 1200px) {
    .wrapper-body,
    #content_form {
        margin-top: 34px;
    }
}

/* LOGIN FORM STYLING */
.localAccount {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

@media(min-width:1200px) {
    .localAccount {
        max-width: 800px;
        margin: 0 auto;
    }

    .panel .list-group {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    .crmEntityFormView fieldset legend {
        padding: 0 28px !important;
    }
}

.localAccount label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    transition: all .25s ease-out;
    color: #ff671f;
}

.localAccount input {
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid rgba(0, 0, 0, .1);
    caret-color: #ff671f;
    border-radius: 0;
    color: #000;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    line-height: 53px;
    max-width: none;
    padding: 0;
    transition: all .25s ease-out;
    width: 100%;
    outline: none;
}

.localAccount input:focus {
    border-color: #ff671f !important;
}

.localAccount input::placeholder {
    font-size: 0;
    opacity: 0;
}

.localAccount .divider h2 {
    font-size: 16px !important;
    font-family: 'Zaius', sans-serif !important;;
    font-weight: 400 !important;;
    text-transform: none !important;
}


.localAccount button[type="submit"]:not(.btn) {
    transition: all 0.25s ease !important;
    font-weight: 600 !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%);
    color: #ffffff !important;
    background-color: #ff671f !important;
    border-color: #ff671f !important;
    margin-right: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    height: 55px !important;
    font-weight: 800 !important;
    font-size: 20px !important;
}


.localAccount button[type="submit"]:not(.btn):hover {
    color: #ffffff !important;
    background-color: #ec3b08 !important;
    border-color: #ec3b08 !important;
    transform: scale(1.025) !important;
}

.localAccount button[type="submit"]:not(.btn):active {
    color: #ffffff !important;
    background-color: #ff671f !important;
    border-color: #ff671f !important;
}

.localAccount a {
    color: #ff671f !important;
}

.localAccount a:hover {
    color: #ec3b08 !important;
}

.pagination {
    margin-bottom: 20px !important;
}

.pagination > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination > .active > a {
    background-color: #64CCC9 !important;
}

.pagination > .active > a:hover {
    background-color: #ec3b08 !important;
}

.pagination > .active > a:focus,
.pagination > .active > a:focus-within,
.pagination > .active > a:focus-visible
{
    background-color: #ec3b08 !important;
    outline-color: #ec3b08 !important;
}

.panel .panel-heading span.fa {
    display: none;
}

.panel .list-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    background-color: #ffffff;
    margin-top: 30px;
}

.panel .list-group .list-group-item {
    position: relative;
    padding: 20px;
    border: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.panel .list-group .list-group-item a {
    color: black;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
}

.panel .list-group .list-group-item .list-group-item-text {
    margin-right: 40px;
}

.panel .list-group .list-group-item::before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transition: all .25s ease-out;
    z-index: 16;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border: 50px solid #ec3b08;
    height: 0;
    width: 0;
}

.panel .list-group .list-group-item::after {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transition: all .25s ease-out;
    z-index: 16;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 60px;
    padding-right: 60px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi43LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQyMi42IDI3OC42TDQ0NS4zIDI1NmwtMjIuNi0yMi42LTE0NC0xNDRMMjU2IDY2LjcgMjEwLjggMTEybDIyLjYgMjIuNkwzMjIuOCAyMjQgMzIgMjI0IDAgMjI0bDAgNjQgMzIgMCAyOTAuNyAwLTg5LjQgODkuNEwyMTAuOCA0MDAgMjU2IDQ0NS4zbDIyLjYtMjIuNiAxNDQtMTQ0eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px; /* ensures it scales correctly */
  filter: invert(1)
}

.progress-bar {
    background-color: #64CCC9;
}

input[type="checkbox"] {
    accent-color: #64CCC9;
}

.toolbar-actions {
    display: flex !important;
    margin: -5px !important;
    flex-wrap: wrap !important;
}

.toolbar-actions .input-group {
    margin: 5px !important;
}

.toolbar-actions .input-group a {
    margin: 0 !important;
}

.crmEntityFormView .validation-summary h2 {
    font-size: 1.2em !important;
}

.bootstrap-datetimepicker-widget tr th button {
    color: #ec3b08 !important;
}

.bootstrap-datetimepicker-widget tr th button:active:focus {
    background-color: transparent !important;
    border: none !important;
}

.modal-title {
    font-size: 21px !important;
}

.modal-title .fa {
    display: none !important
}

