/* BASE
================================================== */

body {
    color: #011e41;
    background: #fff;
}

body,
input,
button,
textarea {
    font-family: 'Open Sans', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

p,
ul,
ol,
table,
figure {
    margin-bottom: 1.5rem;
}

a,
input,
textarea,
button {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s;
}

a {
    text-decoration: none;
    color: #f5333f;
}

a:hover {
    color: #c5222d;
}

*,
*:focus {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

figure img {
    width: 100%;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.color-red {
    color: #f5333f;
}

/* LAYOUT
================================================== */

/*
	Header
*/

.header {
    position: sticky;
    display: flex;
    align-items: center;
    z-index: 1010;
    top: 0;
    right: 0;
    left: 0;
    height: 4rem;
    background: #fff;
    transition: all 0.3s;
}

.header__logo {
    display: block;
    height: 1.5rem;
}

.header__logo img,
.header__logo svg {
    width: auto;
    height: 100%;
}

.header__search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #011e41;
}

.header .dropdown {
    margin-left: 1.25rem;
}

.header--sticky {
    box-shadow: 0 .25rem .375rem rgba(12, 0, 46, .06);
}

.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1.25rem;
    height: 1rem;
    margin-left: 1.5rem;
    transition: all 0.3s;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}

/*
	Footer
*/

.footer {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    text-align: center;
    color: #fff;
    background: #011e41;
}

.footer__logo {
    display: flex;
    justify-content: center;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: rgba(255 255 255 / 80%);
}

.footer ul {
    padding: 0;
    list-style-type: none;
}

.footer li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.footer__logo a {
    display: block;
    height: 1.5rem;
}

.footer__logo a img {
    display: block;
    height: 100%;
    width: auto;
}

/*
    Sidebar
*/

.sidebar__title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border: 1px solid #011e41;
    color: #011e41;
    background: transparent;
    border-radius: 0.75rem;
}

.sidebar__title i {
    transition: transform 0.3s;
}

.sidebar__title[aria-expanded='true'] i {
    transform: rotate(180deg);
}

.sidebar__subtitle {
    font-size: 1.125rem;
}

.sidebar__box {
    font-size: 0.875rem;
}

/*
    Offcanvas
*/

.offcanvas {
    max-width: 80%;
    font-size: 1rem;
    background: #fff;
}

.offcanvas ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.offcanvas ul a {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.25rem 0;
    font-weight: 600;
    color: #011e41;
}

.offcanvas ul a i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.75rem;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    cursor: pointer;
    transform: rotate(-90deg);
}

.offcanvas ul a i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg) translate(1px, -6px);
    transform-origin: center center 0;
}

.offcanvas ul ul {
    margin-left: 1.5rem;
    font-size: 0.875rem;
}

.offcanvas-body > ul ul {
    display: none;
}

.offcanvas-body > ul li.active > ul {
    display: block;
}

.offcanvas ul li.active > a > i {
    transform: rotate(0);
}

.offcanvas-body > ul > li > a {
    text-transform: uppercase;
}

/* SECTIONS
================================================== */

.section {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

/*
    Headline
*/

.headline {
    position: relative;
    padding-top: 1rem;
    font-size: 0.875rem;
    color: #fff;
}

.headline:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: linear-gradient(to bottom, rgba(1, 30, 65, 0.8) 0%, rgba(1, 30, 65, 0) 100%);
}

.headline a {
    color: #fff;
}

.headline a:hover {
    text-decoration: underline;
}

.headline .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

/*
    Hero
*/

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 16rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-position: center center;
    background-size: cover;
}

.hero:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(1, 30, 65, 1) 0%, rgba(1, 30, 65, 0) 100%);
}

.hero > * {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero .sticky-icons {
    position: absolute;
}

/* MODULES
================================================== */

/*
    Media Box
*/

.media-box,
.media-box:hover {
    color: #011e41;
}

.media-box {
    display: flex;
    overflow: hidden;
    height: 100%;
    border-radius: 0.75rem;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 .5rem rgba(0 0 0 / 20%);
    transition: all 0.3s;
}

.media-box figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1.25rem;
    background: #f3f3f3;
}

.media-box figure img {
    display: block;
    width: 100%;
    height: 13.125rem;
    object-fit: contain;
}

.media-box__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 1.25rem;
}

.media-box__title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 700;
    transition: color 0.3s;
}

.media-box time {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    background-color: #e5e8ec;
    border-radius: 0.375rem;
}

.media-box__description {
    font-size: 0.875rem;
    color: #7a7a7a;
}

.media-box__description > *:last-child {
    margin-bottom: 0;
}

.media-box__footer {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    font-size: 0.875rem;
}

.media-box__footer .badge {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.media-box__footer .btn {
    margin-left: auto;
}

.media-box:hover {
    box-shadow: 0 0 1rem rgba(0 0 0 / 10%);
}

.media-box:hover .media-box__title {
    color: #f5333f;
}

.media-box:hover span.btn-outline-secondary {
    border-color: #011e41;
    color: #fff;
    background: #011e41;
}

.media-box__description {
    display: none;
}

/*
    Feature Box
*/

.feature-box {
    color: #011e41;
}

.feature-box {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 3rem;
    color: #011e41;
    background-color: #fff;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-box > * {
    position: relative;
    z-index: 2;
}

.feature-box > *:last-child {
    margin-bottom: 0;
}

.feature-box__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 1.5rem;
    width: 9rem;
    height: 9rem;
    transform: translate(0, -50%);
    object-fit: contain;
    opacity: 0.1;
}

.feature-box p {
    max-width: 12rem;
    margin-left: auto;
    margin-right: auto;
}

.feature-box.blue-box {
    color: #fff;
}

.feature-box.blue-box {
    color: #fff;
    background-color: #011e41;
}

.feature-box:hover {
    color: #fff;
    background-color: #f5333f;
}

.feature-box.training-box p {
    max-width: 100%;
}

.feature-box.training-box {
    min-height: 180px;
}

.feature-box.regions-box p {
    max-width: 100%;
}

.feature-box.regions-box {
    min-height: 150px;
}

.feature-box.regions-box h3.section-title {
    font-size: 1.5rem;
}

/*
    Figure Box
*/

.figure-box,
.figure-box:hover {
    color: #011e41;
    background: #fff;
}

.figure-box {
    display: flex;
    overflow: hidden;
    border-radius: 0.75rem;
    flex-direction: column;
    box-shadow: 0 0 1rem rgba(0 0 0 / 10%);
    transition: all 0.3s;
}

.figure-box figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.figure-box figure:after {
    display: block;
    content: '';
    padding-bottom: 50%;
}

.figure-box figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.figure-box__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    padding: 1rem;
    text-align: center;
}

.figure-box__title {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.figure-box:hover {
    color: #f5333f;
    box-shadow: 0 0 0.5rem rgba(0 0 0 / 20%);
}

.figure-box:hover figure img {
    transform: scale(1.1);
}

/*
    Box Document
*/

.box-document {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    color: #011e41;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0 0 0 / 10%);
    border-radius: 0.75rem;
}

.box-document__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15rem;
    font-size: 4rem;
    color: #fff;
    background: #e5e5e5;
    overflow: hidden;
}

.box-document__icon i {
    color: #999999;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 192px;
}

.box-document__icon i.landscape {
    width: 80%;
    max-width: 206px;
    height: 144px;
}

.box-document__icon i::before {
    transition: all 0.3s;
    transform: scale(1.15);
}
/* .box-document__icon i:last-child {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(40%, -75%) scale(1.5);
    opacity: 0.1;
} */

.box-document:hover .box-document__icon i::before {
    transform: scale(1.2);
    color: #f5333f;
}

.box-document .icon-downloadable {
    position: absolute;
    left: 1.5rem;
    top: 14rem;
    z-index: 10;
    background-color: #011e41;
    color: white;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.box-document__content {
    padding: 1.5rem;
}

.box-document__title {
    font-size: 1.125rem;
    margin: 0;
    font-weight: 700;
}

.box-document:hover {
    color: #f5333f;
}


/*
    Language Box
*/

.language-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    text-align: center;
    font-size: 0.875rem;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0 1rem rgba(0 0 0 / 10%);
}

.language-box figure {
    margin: 0;
    padding: 1.25rem;
}

.language-box figure img {
    display: block;
    width: 100%;
    height: 13.125rem;
    object-fit: contain;
}

.language-box__language {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    background: #eee;
}

.language-box__language img {
    display: block;
    height: 1.5rem;
    border: 2px solid #fff;
    margin-right: 0.5rem;
}

.language-box__content {
    padding: 1.25rem;
}

/*
    Post Box
*/

.post-box,
a.post-box:hover {
    color: #011e41;
}

.post-box {
    display: block;
    font-size: 1rem;
}

.post-box figure {
    position: relative;
    overflow: hidden;
    border: 0.25rem solid #fff;
    box-shadow: 0 0 1rem rgba(0 0 0 / 10%);
}

.post-box figure:after {
    display: block;
    content: '';
    padding-bottom: 90%;
}

.post-box figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.post-box__title {
    font-size: 1.5rem;
    color: #f5333f;
}

a.post-box:hover figure img {
    transform: scale(1.1);
}

a.post-box:hover span.btn-outline-secondary {
    border-color: #011e41;
    color: #fff;
    background: #011e41;
}

/*
    Panel
*/

.panel {
    padding: 1.875rem;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0 0 0 / 10%);
    border-radius: 0.75rem;
}

/*
    Accordion
*/

.accordion-item {
    border: 0;
    margin-bottom: 1px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #fff;
    background: #011e41;
}

.accordion-button {
    font-size: 1.125rem;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0 0 0 / 10%);
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' stroke-width='1' stroke='%23fff' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0.75rem;
}

.accordion__tab {
    margin: calc(-1rem + 1px) -1.25rem 1rem;
    padding: 1rem 1.25rem;
    background: #e5e8ec;
    border-radius: 0.75rem;
}

/*
    Tab
*/

.nav-link,
.nav-link:hover {
    color: #011e41;
}

.nav-link {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    border: 1px solid #011e41;
}

.nav-pills {
    gap: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #011e41;
}

.thematical-tab {
    background: none;
}
.thematical-tab button {
    font-size: 1.3rem;
}

/*
    Result Header
*/

.result-header {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    border-bottom: 2px solid #f2f2f2;
}

.result-header p {
    margin: 0;
}

/*
    Modals
*/

.modal-backdrop.show {
    opacity: 0.7;
}

.modal--search .modal-content {
    border: 0;
    background-color: transparent;
}

.modal--search .form-control {
    padding: 1rem 0;
    font-size: 1.5rem;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 0;
}

.modal--search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.modal--search .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.modal--search .form-control:focus {
    box-shadow: none;
}

.modal--search .inline-form .btn {
    color: #fff;
}

/* COMPONENTS
================================================== */

/*
	Buttons
*/

.btn {
    padding: 0.875rem 2rem;
    border-width: 1px;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: none;
    border-radius: 0.75rem;
}

.btn:focus,
.btn:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(0 0 0 / 10%);
}

.btn-sm {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
}

.btn-primary,
.btn-primary:focus {
    border-color: #f5333f;
    color: #fff;
    background-color: #f5333f;
}

.btn-primary:hover,
.btn-primary:first-child:active,
.btn-primary:hover:active,
.btn-primary:focus:active {
    border-color: #c5222d;
    color: #fff;
    background-color: #c5222d;
}

.btn-secondary,
.btn-secondary:focus {
    border-color: #011e41;
    color: #fff;
    background-color: #011e41;
}

.btn-secondary:hover,
.btn-secondary:first-child:active,
.btn-secondary:hover:active,
.btn-secondary:focus:active {
    border-color: #09356b;
    color: #fff;
    background-color: #09356b;
}

.btn--outline-white,
.btn--outline-white:focus {
    border-color: #fff;
    color: #fff;
}

.btn--outline-white:hover,
.btn--outline-white:first-child:active,
.btn--outline-white:hover:active,
.btn--outline-white:focus:active {
    border-color: #fff;
    color: #011e41;
    background-color: #fff;
}

.btn-outline-secondary,
.btn-outline-secondary:focus {
    border-color: #011e41;
    color: #011e41;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:first-child:active,
.btn-outline-secondary:hover:active,
.btn-outline-secondary:focus:active {
    border-color: #011e41;
    color: #fff;
    background-color: #011e41;
}

.btn-check + .btn {
    border-color: #cfcfcf;
    color: #fff;
    background-color: #cfcfcf;
}

.btn-check + .btn:hover {
    border-color: #aaa;
    color: #fff;
    background-color: #aaa;
}

/*
	Form Components
*/

.label {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.form-control,
.form-select {
    padding: 1.0625rem 1.5rem;
    font-size: 0.875rem;
    border-radius: 0.75rem;
}

.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
    border-color: #cfcfcf;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(0 0 0 / 10%);
}

.form-check {
    padding-left: 2.5em;
    font-size: 0.875rem;
}

.form-check a {
    text-decoration: underline;
    color: inherit;
}

.form-check a:hover {
    text-decoration: none;
}

.form-check .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-left: -2.5em;
    margin-top: 0;
    border-width: 1px;
    border-color: #adadad;
    background-color: #fff;
}

.form-check .form-check-input[type='checkbox'] {
    border-radius: 0.25rem;
}

.form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0 0 0 / 10%);
}

.form-check .form-check-input:checked {
    border-color: #011e41;
    background-color: #011e41;
}

.form-check-label {
    display: flex;
}

.form-check-label span {
    display: inline-block;
    margin-left: auto;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    color: #8d8d8d;
    background: #ececec;
    border-radius: 1rem;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 0.25rem;
    text-align: left;
    font-size: 0.875rem;
}

.bg--primary .wpcf7-not-valid-tip {
    color: #fff;
}

/*
    CF7 checkbox
*/

.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
}

.wpcf7-checkbox label {
    display: flex;
}

.wpcf7-checkbox input {
    width: 1.5em;
    height: 1.5em;
    margin: 0 0.875rem 0 0;
    border: 1px solid #adadad;
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-checkbox input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0 0 0 / 10%);
}

.wpcf7-checkbox input:checked {
    border-color: #011e41;
    background: #011e41
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
        center center no-repeat;
    background-size: contain;
}

.wpcf7-list-item {
    margin: 0 0 1rem;
}

/*
    Inline Form
*/

.inline-form {
    position: relative;
}

.inline-form .btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0.5rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    font-size: 1.125rem;
    transform: translate(0, -50%);
}

.inline-form .btn:hover,
.inline-form .btn:focus {
    color: #f5333f;
    background: transparent;
}
/*
    Dropdown
*/

.dropdown-toggle {
    padding: 0.25rem 0.75rem;
    border: 1px solid #d2d2d2;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #011e41;
    background: transparent;
    border-radius: 0.5rem;
}

.dropdown-menu {
    border-color: #d2d2d2;
}

.dropdown-item {
    font-weight: 600;
    color: #011e41;
}

/*
    Titles
*/

.page-title,
.entry h1 {
    font-size: 2rem;
}

body.home h1.page-title {
    margin-bottom: 1rem;
}

.section-title,
.entry h2 {
    font-size: 2rem;
}

.article-title,
.entry h3 {
    font-size: 1.75rem;
}

.block-title,
.entry h4 {
    font-size: 1.5rem;
}

.text-title,
.entry h5 {
    font-size: 1rem;
    font-weight: 700;
}

.entry h6 {
    font-size: 0.875rem;
}

/*
    Link
*/

.link {
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.link.c--inherit:hover {
    color: inherit;
}

.link--secondary {
    text-decoration: none;
    color: #011e41;
}

/*
    Breadcrumb
*/

.breadcrumb-item + .breadcrumb-item::before {
    content: '|';
}

.breadcrumb-item span {
    font-style: italic;
}

/*
    Badge
*/

.badge {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
}

/*
    Time
*/

.time {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    background-color: #e5e8ec;
    border-radius: 0.375rem;
}

/*
    Sticky Icons
*/

.sticky-icons {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 100;
    top: 50%;
    right: 0;
    padding: 0;
    list-style-type: none;
    transform: translate(0, -50%);
}

.sticky-icons li {
    margin-bottom: 1px;
}

.sticky-icons a {
    display: block;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    color: #999;
    background: #222;
}

.sticky-icons li:hover a {
    color: #fff;
}

.sticky-icon-button {
    position: relative;
}

.sticky-button-primary {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
}

.sticky-button-secondary {
    position: absolute;
    right: 1.9rem;
    transform: translateX(300px);
    overflow: hidden;
    height: 2rem;
    width: max-content;
    padding: 0 1rem;
    transition: all 0.3s;
    background-color: #222;
    display: flex;
    align-items: center;
}

.sticky-button-secondary-content {
    font-size: 75%;
    color: #fff;
}

.sticky-icon-button:hover .sticky-button-secondary {
    transform: translateX(0);
}

/*
    WP Pagination
*/

.pagination {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 1rem;
    gap: 0.25rem;
}

.pagination .nav-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
}

.pagination .nav-links ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination .nav-links a.page-numbers,
.pagination .nav-links span.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 2.75rem;
    margin: 0 0.25rem 0.5rem;
    padding: 0 0.5rem;
    border: 1px solid transparent;
    text-align: center;
    color: #011e41;
    border-radius: 0.75rem;
}

.pagination .nav-links a.page-numbers:hover {
    border-color: #cfcfcf;
}

.pagination .nav-links .page-numbers.current {
    border-color: #011e41;
}

/*
    Lists
*/

.list-border {
    padding: 0;
    font-size: 0.875rem;
    list-style-type: none;
}

.list-border li {
    padding: 0.5rem 0;
    border-top: 2px solid #ebebeb;
}

.list-border .btn-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.list-border .btn-outline-secondary:not(:hover) {
    background-color: #f5f6fb;
}

/* Two-column block */

/* .two-column-block .row {
  display: flex;
  align-items: stretch;
}

.two-column-block .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.two-column-block .col-md-6 a.btn {
    width: max-content;
}

.two-column-block .col-md-6:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-column-block .col-md-6:last-child a,
.two-column-block .col-md-6:last-child figure {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.two-column-block .col-md-6:last-child img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  width: initial;
} */


.img-size-75 {
    width: 75%;
    min-width: 238px;
    margin: auto;
}

.img-size-50 {
    width: 50%;
    min-width: 238px;
    margin: auto;
}

.img-size-25 {
    width: 25%;
    min-width: 120px;
    margin: auto;
}


/*
    Alerts
*/

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.75rem;
}

/* GLOBALS
================================================== */

.bg--primary {
    background-color: #f5333f;
}

.bg--secondary {
    background-color: #011e41;
}

.bg--gray {
    background-color: #f3f3f3;
}

.c--primary {
    color: #f5333f;
}

.c--inherit {
    color: inherit;
}

.maw--200 {
    max-width: 12.5rem;
}

.miw--120 {
    min-width: 7.5rem;
}

.text--sm {
    font-size: .875rem;
}

.text--64 {
    font-size: 4rem;
}

.text--secondary {
    font-size: 0.875rem;
    color: #7a7a7a;
}

.text-white a {
    color: #fff;
    text-decoration: underline;
}

.text-white a:hover {
    text-decoration: none;
}

/* RESPONSIVE
================================================== */

/*
	XS
*/

@media screen and (max-width: 575px) {
}

/*
	SM and down
*/

@media screen and (max-width: 767px) {
    .img-size-75, .img-size-50, .img-size-25 {
        margin: 2rem auto 0 auto;
    }
}

/*
	MD and down
*/

@media screen and (max-width: 991px) {
}

/*
	LG and down
*/

@media screen and (max-width: 1199px) {
}

/*
	MD and up
*/

@media screen and (min-width: 768px) {
    .footer {
        text-align: left;
    }

    .footer__logo {
        justify-content: flex-start;
    }
}

/*
	LG and up
*/

@media screen and (min-width: 992px) {
    .sidebar {
        display: block !important;
        height: auto !important;
    }

    button:not(:disabled).sidebar__title {
        padding: 0;
        border: 0;
        cursor: default;
        border-radius: 0;
    }

    .border-lg-right {
        border-right: 2px solid #e5e8ec;
    }

    .media-box--horizontal {
        flex-direction: row;
    }

    .media-box--horizontal figure {
        flex: 0 0 auto;
        width: 15rem;
        height: 100%;
    }

    .media-box--horizontal .media-box__content {
        flex-direction: row;
        width: 100%;
        height: auto;
    }

    .media-box--horizontal .media-box__body {
        width: 100%;
    }

    .media-box--horizontal .media-box__description {
        display: block;
    }

    .media-box--horizontal .media-box__footer {
        flex-direction: column;
        flex: 0 0 auto;
        width: 9.375rem;
        height: 100%;
        align-items: flex-start;
        margin-top: 0;
        margin-left: 1rem;
        padding: 0 0 0 1.25rem;
        border-top: 0;
        border-left: 1px solid #eee;
    }

    .media-box--horizontal .media-box__footer .btn {
        width: 100%;
        margin: auto 0 0 0;
    }

    .bg--press-release {
        position: relative;
    }

    .bg--press-release:after {
        position: absolute;
        content: '';
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../img/icons/press-release.svg') right center no-repeat;
        background-size: auto 26rem;
        opacity: 0.1;
    }

    .bg--press-release > * {
        position: relative;
        z-index: 2;
    }

    .modal--search .form-control {
        font-size: 2rem;
    }

    .modal--search .inline-form .btn {
        font-size: 1.5rem;
    }
}

/*
    XL and up
*/

@media screen and (min-width: 1200px) {
    body {
        font-size: 1.125rem;
    }

    .header {
        height: 6.25rem;
    }

    .highlighted-menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .highlighted-menu a {
        display: flex;
        align-items: center;
        height: 6.25rem;
        margin-left: 1.25rem;
        padding: 0 2rem;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1rem;
        color: #fff;
        background-color: #f5333f;
    }

    .highlighted-menu a:hover {
        color: #fff;
        background-color: #011e41;
    }

    .header__search-btn {
        width: 3.25rem;
        height: 3.25rem;
        background-color: #efefef;
        border-radius: 100%;
    }

    .header__search-btn:hover {
        color: #fff;
        background-color: #f5333f;
    }

    .main-menu {
        display: flex;
        align-items: center;
        font-size: 1rem;
    }

    .main-menu ul {
        margin-bottom: 0;
        padding: 0;
        list-style-type: none;
    }

    .main-menu li {
        position: relative;
    }

    .main-menu li a {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 1rem;
        font-weight: 600;
        white-space: nowrap;
        color: #011e41;
    }

    .main-menu > ul {
        display: flex;
        align-items: center;
    }

    .main-menu > ul > li > a {
        height: 6.25rem;
        text-transform: uppercase;
    }

    .main-menu ul > li:hover > a,
    .main-menu ul > li.current-menu-ancestor > a,
    .main-menu ul > li.current-menu-item > a {
        color: #f5333f;
    }

    .main-menu ul ul {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        top: 100%;
        left: -0.5rem;
        min-width: 15rem;
        padding-bottom: 1rem;
        text-align: left;
        background: #fff;
        opacity: 0;
        border-radius: 0 0 0.75rem 0.75rem;
        transition: all 0.3s;
        box-shadow: 0 1rem 1rem rgba(0 0 0 / 10%);
    }

    .main-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    .main-menu ul ul li a {
        padding: 0.5rem 1.5rem;
    }

    .main-menu ul ul ul {
        top: -1rem;
        left: 100%;
        padding-top: 1rem;
        border-radius: 0.75rem;
    }

    .footer {
        padding-top: 5rem;
        padding-bottom: 3.5rem;
    }

    .section {
        padding-top: 6.25rem;
        padding-bottom: 4.75rem;
    }
	
	.section.subscribe-section {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .hero {
        min-height: 30rem;
    }

    .hero .page-title {
        font-size: 3.5rem;
    }

    .panel {
        padding: 3.5rem;
    }

    .figure-box__content {
        min-height: 6rem;
    }

    .figure-box__title {
        font-size: 1.5rem;
    }

    .media-box--horizontal .media-box__title {
        font-size: 1.5rem;
    }

    .accordion-button {
        padding: 1.5rem 2rem;
        font-size: 1.5rem;
    }

    .accordion-body {
        padding: 2rem;
    }

    .accordion__tab {
        padding: 1.25rem 2rem;
        margin: 0 -2rem 2rem;
    }

    .accordion__tab:first-child {
        margin-top: calc(-2rem + 1px);
    }

    .page-title,
    .entry h1 {
        font-size: 2.5rem;
    }

    .section-title,
    .entry h2 {
        font-size: 2.1rem;
    }

    .article-title,
    .entry h3 {
        font-size: 2.1rem;
    }

    .sticky-icons a {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }

    .sticky-button-secondary {
        right: 2.9rem;
        height: 3rem;
    }

    .btn-lg {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .text--lg {
        font-size: 1.25rem;
    }

    .text--xl {
        font-size: 1.5rem;
    }

    .bg--drop {
        background: url('../img/drop.png') right center no-repeat;
    }

    .bg--document {
        position: relative;
    }

    .bg--document:after {
        position: absolute;
        content: '';
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../img/icons/documents.svg') right center no-repeat;
        background-size: auto 22rem;
        opacity: 0.05;
    }

    .bg--document > * {
        position: relative;
        z-index: 2;
    }

    .bg--email {
        background: url('../img/bg-email.png') center center no-repeat;
        background-size: contain;
    }
}

/*
	XXL and up
*/

@media screen and (min-width: 1400px) {
    .header__btn,
    .header .dropdown {
        margin-left: 2.5rem;
    }

    .header__search-btn {
        margin-left: 1.5rem;
    }

    .main-menu > ul > li:not(:first-child) {
        margin-left: 1rem;
    }
}

/*
	XXXL and up
*/

@media screen and (min-width: 1560px) {
    .container {
        max-width: 1460px;
    }

    .hero {
        min-height: 43.75rem;
    }
}

/*
    RTL
*/

[dir='rtl'] .list-unstyled,
[dir='rtl'] .nav {
    padding-right: 0;
}

[dir='rtl'] .text-start,
[dir='rtl'] .text-md-start {
    text-align: right !important;
}

[dir='rtl'] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

[dir='rtl'] .me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

[dir='rtl'] .me-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
}

[dir='rtl'] .dropdown-menu {
    text-align: right;
}

[dir='rtl'] .dropdown-toggle::after {
    margin-left: 0;
    margin-right: .255em;
}

[dir='rtl'] .inline-form .btn {
    right: auto;
    left: 0.5rem;
}

[dir='rtl'] .wpcf7-checkbox input {
    margin-right: 0;
    margin-left: 0.875rem;
}

[dir='rtl'] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

[dir='rtl'] .language-box__language img {
    margin-right: 0;
    margin-left: 0.5rem;
}

[dir='rtl'] .fa-angle-left {
    --fa: '\f105';
}

[dir='rtl'] .fa-angle-double-right,
[dir='rtl'] .fa-angles-right {
    --fa: '\f100';
}

[dir='rtl'] .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
    [dir='rtl'] .media-box--horizontal .media-box__footer {
        margin-left: 0;
        margin-right: 1rem;
        padding: 0 1.25rem 0 0;
        border-left: 0;
        border-right: 1px solid #eee;
    }

    [dir='rtl'] .bg--press-release:after {
        background-position: left center;
    }

    [dir='rtl'] .border-lg-right {
        border-right: 0;
        border-left: 2px solid #e5e8ec;
    }
}
