/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.02
*/

/* heebo-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/heebo-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('assets/fonts/heebo-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/heebo-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/heebo-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ url('assets/fonts/heebo-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('assets/fonts/heebo-v21-latin-regular.svg#Heebo') format('svg'); /* Legacy iOS */
}

body {
    font-family: Heebo, sans-serif;
}

.grid-2-big-right {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 50px;
}

.cuco-loading-spinner {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 99999;
    overflow: hidden;
    overscroll-behavior: contain;
}

body.animationShowing {
    height: 100vh;
    overflow-y: hidden;
}

.cuco-loading-spinner.finished {
    display: none !important;
}

.cuco-loading-spinner .lottie-wrapper {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cuco-loading-spinner .lottie-wrapper .loading-anim {
    background: yellow;
}

.cuco-loading-spinner .lottie-wrapper .loading-anim svg {
    width: 800px;
    height: 800px;
}

.wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
    min-height: 0 !important;
}

/* Cookie Banner*/
.cmplz-cookiebanner ul li {
    list-style: none;
}

/* Single Regulation Page*/
.single-regulations .hentry, .single-regulations .nectar-social.fixed {
    display: none;
}

.single-regulations .regulation-menu ul {
    margin: 0;
}

.single-regulations .regulation-menu li {
    list-style: none;
    margin-bottom: 20px;
}

.single-regulations .regulation-menu a.active {
    font-weight: 600;
}

.single-regulations .faq {
    margin-top: 70px;
}

.accordion h3 {
    margin: 0;
    padding: 0;
}

.accordion h3 .accordion-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color: #083465;
}

.accordion-trigger {
    background: none;
    color: rgba(0, 0, 0, .65);
    display: block;
    margin: 0;
    padding: 10px 50px 10px 15px;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.accordion-trigger:hover {
    color: #083465;
}

.accordion-trigger:hover i, .accordion-trigger[aria-expanded="true"] i {
    border-color: #083465;
}

.accordion-trigger:hover i:before, .accordion-trigger:hover i:after, .accordion-trigger[aria-expanded="true"] i:before {
    background-color: #083465;
}

.accordion-trigger:focus-visible {
    outline: 4px solid transparent;
}

.accordion > *:first-child .accordion-trigger,
.accordion > *:first-child {
    border-radius: 5px 5px 0 0;
}

.accordion > *:last-child .accordion-trigger,
.accordion > *:last-child {
    border-radius: 0 0 5px 5px;
}

button {
    border-style: none;
}

.accordion button {
    background-color: #ECECEC;
}

.accordion button[aria-expanded=true] {
    background-color: #083465;
}

.accordion button[aria-expanded=true] .accordion-title {
    color: white;
}

.accordion button[aria-expanded=true] i:before, .accordion button[aria-expanded=true] i:after {
    background-color: white;
}

.accordion button::-moz-focus-inner {
    border: 0;
}

.accordion-title {
    display: block;
    cursor: pointer;
    border: transparent 2px solid;
    border-radius: 5px;
    padding: 0.25em;
    outline: none;
}

.accordion-trigger:focus-visible .accordion-title {
    border-color: black;
}

.accordion-icon {
    pointer-events: none;
    position: absolute;
    right: 2em;
}

.accordion-icon i {
    width: 30px;
    height: 30px;
    background-color: transparent;
}

.accordion-icon i:before {
    content: " ";
    top: 16px;
    left: 2px;
    width: 24px;
    height: 3px;
    position: absolute;
    background-color: #083465;
    transition: background-color 0.15s ease;
}

.accordion-icon i:after {
    content: " ";
    top: 6px;
    left: 12px;
    width: 3px;
    height: 24px;
    position: absolute;
    background-color: #083465;
    transition: transform 0.45s cubic-bezier(.3, .4, .2, 1), background-color 0.15s ease;
}

.accordion-trigger[aria-expanded="true"] i:after {
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.accordion-trigger:focus-visible {
    border-color: black;
}

.accordion-panel {
    margin: 0;
    padding: 2em 1.5em;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
    display: none;
}