/*
Theme Name: LTO Academie
Theme URI: https://ltoacademie.nl
Description: Wordpress thema voor LTO Academie
Author: Comceptum - Michael Doorneweerd
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: ltoacademie
*/

 @import url("https://use.typekit.net/ikh1ffz.css");


:root  {
    --base: 15px;
    --massive: calc(var(--base) * 14);
    --extrahuge: calc(var(--base) * 10);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
	--largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: max(30px, calc(var(--base) * 2.5));
    --smallmedium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(7.5px, calc(var(--base) * 0.75));


    --massive-negative: calc(var(--base) * -18);
    --extrahuge-negative: calc(var(--base) * -12);
    --huge-negative: calc(var(--base) * -8);
    --extralarge-negative: calc(var(--base) * -6);
    --large-negative: calc(var(--base) * -4);
    --mediumlarge-negative: calc(var(--base) * -3);
    --medium-negative: min(-30px, calc(var(--base) * -2.5));
    --smallmedium-negative: min(-22.5px, calc(var(--base) * -2));
    --small-negative: min(-15px, calc(var(--base) * -1.5));
    --extrasmall-negative: min(-10px, calc(var(--base) * -1));
    --tiny-negative: min(-7.5px, calc(var(--base) * -0.75));
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--extrasmall);
    margin-top: 0;
    font-weight: 400;
    line-height: 1.375;
    position: relative;
    text-wrap: balance;
    font-family: "century-old-style-std", serif;
    color: #04A17C;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
.h1 {
    font-size: 38px;
    color: #005340
}

.h2,
h2 {
    font-size: 28px;
    color: #005340
}

.h3,
h3 {
    font-size: 24px;

}

.h4,
h4 {
    font-size: 24px;
    color: #EB573D;
    margin-bottom: 5px;
}

.h5,
h5 {
   font-size: 20px;
     color: #EB573D;
     margin-bottom: 5px;
}

.h6,
h6 {
    font-size: 14px;
    color: #EB573D !important;
      font-family: "Lato", sans-serif;
    margin-bottom: 5px;
    font-weight: 600;
    
}

body {
    font-size: 15px;
    font-weight: 400;
      font-family: "Lato", sans-serif;
    overflow-x: hidden;
    line-height: 1.75;
    color: #001913;
    margin: 0;

  
}

p {
    margin-top: 0;
    margin-bottom: var(--small);
}

a {
    color: currentColor;
    text-decoration: none;

    text-decoration-line: underline;
    text-decoration-thickness: 1.125px;
    text-underline-offset: 2.5px;
}


ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
    margin-bottom: var(--small);
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label, 
legend {
     font-size: 14px !important;
    color: #04A17C;
      font-family: "Lato", sans-serif;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #005340;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.125;
    width: 100%;
    position: relative;
    color: #000000;
    background: #ffffff;
    padding: 15px 17.5px !important;
    border: 0;
    font-weight: 400;
    border: 0;
    border-radius: 4px;
}

textarea {
  resize: none;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, #04A17C 50%), linear-gradient(135deg, #04A17C 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 100% 0;
    background-size: 5px 5px, 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}


input[type=search]::-webkit-search-cancel-button {
    display: none
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

::-webkit-input-placeholder {
    color: rgb(0 83 64 / 25%);
}

::-moz-placeholder {
     color: rgb(0 83 64 / 25%);
}

:-ms-input-placeholder {
    color: rgb(0 83 64 / 25%);
}

::-moz-selection {
        background: #005340;
    color: #ffffff;
}

::selection {
       background: #005340;
    color: #ffffff;
}

::-moz-selection {
        background: #005340;
    color: #ffffff;
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}
b,
strong {
    font-weight: 600;
}

small, .small {
    font-size: 14px;
    color: #EB573D;
      font-family: "Lato", sans-serif;
    margin-bottom: 2.5px;
    font-weight: 600;
    display: inline-block;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}



@media (min-width: 992px) {

    .row.huge-gutters {
        margin-right:  calc(var(--huge) * -1);
        margin-left: calc(var(--huge) * -1);
    }

    .row.huge-gutters [class*="col-"] {
        padding-right: var(--huge);
        padding-left: var(--huge);
    }


    .row.extralarge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--smallmedium) * -1);
        margin-left: calc(var(--smallmedium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--smallmedium);
        padding-left: var(--smallmedium);
    }

    .row.small-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

    .row.small-gutters [class*="col-"] {
        padding-right: var(--small);
        padding-left: var(--small);
    }
}


.row.normal-gutters {
    margin-right:  calc(var(--extrasmall) * -1);
    margin-left: calc(var(--extrasmall) * -1);
}

.row.normal-gutters [class*="col-"] {
    padding-right: var(--extrasmall);
    padding-left: var(--extrasmall);
}


.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 68.75px 15px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    color: #ffffff;
    z-index: 1;
    border-radius: 4px;
    background: #EB573D;
    color: #F2FAF9;
    overflow: hidden;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 48.75px;
    bottom: 0;
      background: #9D3826;
      -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 0;
    z-index: -1
}

.btn:hover:before,
.btn.active:before {
   width: 100%;
}

.btn:after {
   content: '';
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    height: 48.75px;
    width: 48.75px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #9D3826;
    background-image: url(images/arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.btn:not(.btn--simple, .btn--cart):hover:after {
    background-position: 60% 50%;
}


.btn.btn--secondary {
     background: #04A17C;
}

.btn.btn--secondary:before,
.btn.btn--secondary:after {
    background-color: #005340
}

.btn.btn--outline {
    background: transparent;
    color: #EB573D;
    box-shadow: 0 0 0 1px #EB573D inset;
}

.btn.btn--outline:hover,
.btn.btn--outline.active {
    color: #ffffff;
}
.btn.btn--outline:before,
.btn.btn--outline:after {
    background-color: #EB573D
}




/* Header */

header {
    position: relative;
    z-index: 99;
    padding: 0 0 var(--extrasmall) 0; 
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	background:#ffffff;
}


header nav.navigation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--smallmedium);
    
}

header nav.navigation .navigation__brand {
    width: 100%;
    max-width: 105px;
    position: relative;
    margin: 0;
/*     z-index: 1; */
    margin-right: auto;
    line-height: 0;
}

header nav.navigation .navigation__menu {
  
}


header nav.navigation ul.navigation__submenu {
    display: flex;
    flex-wrap: wrap;
    gap: var(--medium);
    margin-bottom: 0;
    line-height: 1;
    background: #005340;
    color: #8ED6C5;
    width: 100%;
    padding: 10px 0;
    margin-bottom: var(--extrasmall);
    font-size: 14px;
}

header nav.navigation ul.navigation__submenu:before {
    content: '';
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: var(--extrasmall);
    background: #005340;
    pointer-events: none;
    z-index: -1;
}

header nav.navigation ul.navigation__submenu li:first-child {
    margin-right: auto;
}

/*header nav.navigation ul.navigation__submenu li:nth-child(2) {
    margin-left: auto;
}*/

header nav.navigation ul.navigation__submenu li a {
    display: block;
    text-decoration-color: transparent;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;   
    position: relative;
}

header nav.navigation ul.navigation__submenu li a u {
    text-underline-offset: 2px;   
}

header nav.navigation ul.navigation__submenu li.current-menu-item:not(:has(u)) a,
header nav.navigation ul.navigation__submenu li:not(:has(u)) a:hover {
    text-decoration-color: currentColor;
}

header nav.navigation ul.navigation__mainmenu {
    display: flex;
    flex-wrap: wrap;
    gap: var(--medium);
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
    color: #005340
}

header nav.navigation ul.navigation__mainmenu li {
    position: relative;
}

header nav.navigation ul.navigation__mainmenu li a {
    font-weight: bold;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration-color: transparent;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;   
}

header nav.navigation ul.navigation__mainmenu li.menu-item-has-children > a:after {
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

header nav.navigation ul.navigation__mainmenu li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header nav.navigation ul.navigation__mainmenu li.current-menu-item a,
header nav.navigation ul.navigation__mainmenu li a:hover {
    text-decoration-color: currentColor;
}

header nav.navigation ul.navigation__mainmenu li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-bottom: 0;
    background: #ffffff;
    padding: var(--small) var(--small);
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    line-height: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    z-index: 1;
    text-align: left;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 12.5px;
      font-size: 14px;
}

header nav.navigation ul.navigation__mainmenu li > ul li a {
    padding: 0;
    font-weight: normal;
}

header nav.navigation ul.navigation__mainmenu li.menu-item-has-children.open > ul {
      opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
}


header nav.navigation .navigation-toggler {
   display: none;
       color: #EB573D !important;
}

header nav.navigation .navigation-toggler:before {
    content: unset;
}

header nav.navigation .navigation-toggler:after {
    background-image: url(images/menu.svg);
    background-position: 50% 50% !important;
}

header nav.navigation .navigation-toggler.active:after {
    background-image: url(images/close.svg);
}

header nav.navigation .navigation-toggler span {
    display: block;
    width: 22px;
    height: 2.25px;
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #000000;
}



header nav.navigation .navigation-toggler span + span {
    margin-top: 4px;
}

header nav.navigation .navigation-toggler span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navigation .navigation-toggler span:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6.5px;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navigation .navigation-toggler.open span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6.5px;
}


/* Header */

section.header {
    position: relative;
    padding: var(--massive) 0;
    margin: 0 2.5%;
}

section.header.header--small {
    padding: var(--extrahuge) 0 var(--huge) 0;
}

section.header:has(+ section.icons) {
    padding-bottom: calc(var(--massive) + var(--extralarge))
}


section.header.header--small:has(+ section.icons) {
    padding-bottom: calc(var(--extralarge) + var(--extralarge))
}


section.header .header-content {
    background: #005340;
    color: #ffffff;
    border-radius: 8px;
    z-index: 2;
    position: relative;
    max-width: 576px;
    margin-left: auto;
    padding: var(--medium);
}

section.header .header-content :is(h1, h2, h3, h4) {
    color: #8ED6C5
}


section.header .header-content *:last-child {
    margin-bottom: 0
}


section.header .header-content .header-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--small);
}


section.header .header-image {
        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: hidden;
    
}


section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}



/* Subeader */

section.subheader {
    position: relative;
    background: #005340;
    color: #ffffff;
    border-radius: 8px;
     margin: 0 2.5%;
     overflow: hidden;
}

section.subheader .subheader-content {
    padding: var(--huge) 0;
}

section.subheader:has(+ section.icons) .subheader-content {
    padding-bottom: calc(var(--huge) + var(--extralarge))
}

section.subheader .subheader-content :is(h1, h2, h3, .h1, .h2, .h3) {
     color: #8ED6C5;
}

section.subheader .subheader-content .subheader-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--small);
}

section.subheader .subheader-content :is(small, .small) {
    color: #8ED6C5;
    margin-bottom: 7.5px;
}

section.subheader .subheader-content *:last-child {
    margin-bottom: 0;
}

section.subheader .subheader-image {
    position: relative;
    width: 50vw;
    padding-bottom: 66.666%;
    height: 100%;
}

section.subheader .subheader-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* Icons */

section.icons {
    margin: var(--extralarge) 0;
}

section.header + section.icons,
section.subheader + section.icons {
    margin-top: var(--extralarge-negative)
}

section.icons .icon {
    height: calc(100% - var(--smallmedium));
    margin-bottom: var(--smallmedium);
    display: block;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F2FAF9;
    padding: var(--medium);
    border-radius: 8px;
    gap: var(--smallmedium);
}

section.icons .icon .icon-image {
    background: #04A17C;
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
    border-radius: 4px;
}

section.icons .icon .icon-image img {
       position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 7.5px;
}

section.icons .icon .icon-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section.icons .icon .icon-content *:last-child {
    margin-bottom: 0
}

section.icons .icon .icon-footer {
    margin-top: auto;
    line-height: 0;
}



/* Blocks */

section.blocks {
    margin: var(--extralarge) 0;
    overflow: hidden;
}


section.blocks.blocks--background {
    padding: var(--extralarge) 0;
    background: #005340;
}

section.blocks .blocks-header {
    margin-bottom: var(--smallmedium);
}

section.blocks.blocks--background .blocks-header  :is(h1, h2, h3, .h1, .h2, .h3) {
    color: #04A17C;
}

section.blocks .blocks-header *:last-child {
    margin-bottom: 0
}

section.blocks .blocks-arrows {
    display: flex;
    flex-wrap: nowrap;
    gap: 7.5px;
    line-height: 0;
}

section.blocks .blocks-slider[data-style="2"] .slick-list {
    overflow: visible;
}

section.blocks .block {
    height: 100%;
    display: block;
    position: relative;
    border-radius: 8px;
    background-color: #04A17C;
    overflow: hidden;
        color: #F2FAF9;
}

section.blocks .blocks-slider .block :is(.row, [class*="col-"]) {
    height: 100%;
}

section.blocks.blocks--background .block {
     background-color: #F2FAF9;
     color: #001913;
}

section.blocks .block .block-image {
   padding-bottom: 66.666%;
   height: 100%;
   position: relative;
   display: block;
}

section.blocks .block .block-image img {
       position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.blocks .block .block-content {
    padding: var(--largehuge);

    position: relative;
    margin-top: auto;
    margin-bottom: auto
}

section.blocks .block .block-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #F2FAF9;
}

section.blocks.blocks--background .block .block-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #04A17C;
}

section.blocks .block .block-content *:last-child {
    margin-bottom: 0
}

section.blocks .block .block-content .block-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--small);
}


/* Cards */

section.cards {
    margin: var(--extralarge) 0;
    overflow: hidden;
}

section.cards.cards--background {
    padding: var(--extralarge) 0;
    background: #005340;
}

section.cards .cards-header {
    position: relative;
    margin-bottom: var(--medium)
}

section.cards.cards--background .cards-header :is(h1, h2, h3, .h1, .h2, .h3) {
    color: #8ED6C5;
    margin-bottom: 0
}

section.cards .cards-header *:last-child {
    margin-bottom: 0
}


section.cards .cards-filters {
    position: relative;
    margin-bottom: var(--medium);
}

section.cards .cards-filters ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
    margin-bottom: 0
}

section.cards .cards-filters ul li {

}

section.cards .cards-filters ul li label {
  color: #EB573D;
    background-color: #FFF8F6;
    border-radius: 4px;
    line-height: 1.25;
    padding: 7.5px 12.5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0
}

section.cards .cards-filters ul li label:has(input:checked),
section.cards .cards-filters ul li label:hover {
    background-color: #EB573D;
    color: #F2FAF9;
}

section.cards .cards-arrows {
    display: flex;
    flex-wrap: nowrap;
    gap: 7.5px;
    line-height: 0;
}

section.cards .cards-sidebar {
    position: relative;
    background: #ffffff;
    height: 100%;
    z-index: 1;
}

section.cards .cards-sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    right: var(--medium-negative);
    bottom: 0;
    width: 50vw;
    background: #ffffff;
    z-index: -1;
    pointer-events: none;
}

section.cards .cards-sidebar :is(h1, h2, h3, .h1, .h2, .h3) {
    color: #04A17C;
}

section.cards .cards-slider .slick-list {
    overflow: visible;
}


section.cards .card {
    height: calc(100% - var(--smallmedium));
    margin-bottom: var(--smallmedium);
    display: block;
    position: relative;
    background: #F2FAF9;
    border-radius: 8px;
    overflow: hidden;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.cards .card.card--vertical {
     height: calc(100% - var(--medium));
    margin-bottom: var(--medium);
}

section.cards .card:hover {
/*     -webkit-transform: translateY(-7.5px);
    transform: translateY(-7.5px); */
}

section.cards .card .card-image {
   padding-bottom: 66.666%;
   position: relative;
   display: block;
   overflow: hidden;
}

section.cards .card.card--horizontal .card-image {
    height: 100%  
}

section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform-origin: center bottom
}

section.cards .card:hover .card-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

section.cards .card .card-image .card-image__label {
    position: absolute;
    top: var(--small);
    right: var(--small);
    color: #F2FAF9;
    background-color: #EB573D;
    border-radius: 4px;
    line-height: 1.25;
    padding: 7.5px 12.5px;
    font-weight: 600;
    font-size: 14px;
}

section.cards .card .card-image .card-image__content {
    position: absolute;
/*     bottom: var(--smallmedium);
    left: var(--smallmedium);
    right: var(--smallmedium); */
	bottom: 0;
    left: 0;
    right: 0;
	padding: var(--smallmedium);
}


section.cards .card .card-image .card-image__content:before {
	content: '';
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	pointer-events: none;
}

section.cards .card .card-image .card-image__content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #F2FAF9;
    margin-bottom: 0
}



section.cards .card .card-image .card-image__date {
    background: #EB573D;
    color: #ffffff;
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 4px;
position: absolute;
    right: var(--small);
    top: var(--small);
    z-index: 1
}

section.cards .card .card-image .card-image__date span:nth-child(1) {
    font-family: "century-old-style-std", serif;
    font-size: 36px;
}

section.cards .card .card-image .card-image__date span:nth-child(2) {
    
}

section.cards .card .card-content {
    padding: var(--smallmedium);
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section.cards .card.card--horizontal .card-content {
    padding: var(--mediumlarge) var(--mediumlarge) var(--smallmedium) var(--mediumlarge);
}

section.cards .card .card-content :is(h1, h2, h3, .h1, .h2, .h3) {
    color: #04A17C;
}

section.cards .card .card-content:has(.card-content__arrow) {
    padding-right: calc((var(--small) * 2) + 37.5px);
}

section.cards .card .card-content a {
    text-decoration: none;
}

section.cards .card .card-content p {
/*      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
    line-clamp: 4; 
   -webkit-box-orient: vertical; */
}

section.cards .card .card-content p:nth-last-of-type(1) {
    margin-bottom: 0
}

section.cards .card .card-content .card-content__arrow {
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    height: 37.5px;
    width: 37.5px;
    background-color: #EB573D;
    background-image: url(images/arrow.svg);
    background-size: 12.5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 4px;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: var(--small);
    top: calc(var(--smallmedium) + 5px);
}

section.cards .card .card-content .card-content__arrow:hover {
    background-position: 60% 50%;
}



section.cards .card .card-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny) var(--small);
    margin-top: var(--tiny);
    margin-bottom: 0;
}

section.cards .card .card-content ul li {
    display: flex;
    align-items: center;
    gap: 7.5px;
}

section.cards .card .card-content ul li[data-icon]:before {
    display: inline-block;
    width: 17.5px;
    line-height: 0;
}

section.cards .card .card-content ul li[data-icon="clock"]:before {
    content: url(images/clock.svg);
}

section.cards .card .card-content ul li[data-icon="marker"]:before {
    content: url(images/marker.svg);
}

section.cards .card .card-footer {
    padding: 0 var(--smallmedium) var(--medium) var(--smallmedium);
    margin-top: auto;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--small);
}

section.cards .card.card--horizontal .card-footer {
    padding: 0 var(--mediumlarge) var(--mediumlarge) var(--mediumlarge);
}

section.cards .list {

}

section.cards .list .list-header {
    color: #8ED6C5;
    margin-bottom: var(--smallmedium);
}

section.cards .list .list-header :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #8ED6C5;
    margin-bottom: 0
}


section.cards .list .list-item {
    padding: var(--extrasmall) var(--large) var(--extrasmall) 0;
    border-bottom: 1px solid #8ED6C4;
    color: #ffffff;
/*     font-size: 18px; */
    font-weight: 500;
    position: relative;
    text-wrap: balance;
    display: block;
    text-decoration: none;
    line-height: 1.5
}

section.cards .list .list-item:after {
    content: url(images/arrow-secondary.svg);
    width: 15px;
    position: absolute;
    top: var(--smallmedium);
    right: var(--small);
    line-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .list .list-item:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

section.cards .list .list-item span {
    color: #8ED6C5;
    font-weight: 600;
}

section.cards .list .list-item span:after {
    content: url(images/arrow-secondary.svg);
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0 5px 0 10px;
}



/* Partners */

section.partners {
    margin: var(--extralarge) 0;
}

section.partners .partners-header {
    position: relative;
    margin-bottom: var(--large);
    text-align: center;
}

section.partners .partners-header * {
    margin-bottom: 0
}

/*section.partners .partner {
      aspect-ratio: 16 / 9;
    position: relative;
    display: block;
    max-height: 75px;
    margin-left: auto;
    margin-right: auto;
}

section.partners .partner img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}*/

section.partners .partner img {
        position: relative;
    display: block;
    max-height: 75px;
    width: 100%;
}

/* Form */

section.form {
    padding: var(--extralarge) 0;
    background: #005340;
    margin: var(--extralarge) 0;
	overflow: hidden
}

section.form .form-header {
    position: relative;
    margin-bottom: var(--medium);
}

section.form .form-header :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #8ED6C5;
}

section.form .form-header *:last-child {
    margin-bottom: 0
}

section.form .form-content {
    background: #F2FAF9;
    border-radius: 8px;
    padding: var(--mediumlarge);
        position: relative;
    z-index: 1;
}


section.form .form-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
        color: #EB573D;
}

section.form .form-sidebar {
    background: #04A17C;
    color: #F2FAF9;
    border-radius: 8px;
    padding: var(--mediumlarge) var(--large) var(--mediumlarge) var(--mediumlarge);
    border-radius: 0 8px 8px 0;
    position: relative;
    margin-top: var(--mediumlarge);
}

section.form .form-sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: var(--huge);
    background: #04A17C;
    pointer-events: none;
    border-radius: 8px 0 0  8px ;
}

section.form .form-sidebar .form-sidebar__image {
    aspect-ratio: 1 / 1;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 210px;
    margin-top: calc(var(--mediumlarge-negative) * 2);
    border-radius: 50%;
    margin-bottom: var(--medium)
}




section.form .form-sidebar .form-sidebar__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.form .form-sidebar :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #F2FAF9;
}

section.form .form-sidebar :is(small, .small) {
    color: #005340;
}

section.form .form-sidebar *:last-child {
    margin-bottom: 0;
}

/* Calendar */

.calendar {
    background: #F2FAF9;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.calendar .calendar-header {
    background: #005340;
    color: #ffffff;
    padding: var(--small) var(--medium) ;
} 

.calendar .calendar-header :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #F2FAF9;
}

.calendar .calendar-header *:last-child {
    margin-bottom: 0;
}

.calendar .calendar-item {
    padding: var(--smallmedium) var(--medium);
    border-bottom: 1px solid #8ED6C4;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--smallmedium);
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
} 

.calendar .calendar-item:hover {
    background: #04A17C;
        color: #F2FAF9;
}

.calendar .calendar-item:last-child {
    border-bottom: 0;
}

.calendar .calendar-item *:last-child {
    margin-bottom: 0;
}

.calendar .calendar-item .calendar-item__date {
    background: #EB573D;
    color: #ffffff;
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}

.calendar .calendar-item .calendar-item__date span:nth-child(1) {
    font-family: "century-old-style-std", serif;
    font-size: 36px;
}

.calendar .calendar-item .calendar-item__date span:nth-child(2) {
    
}

.calendar .calendar-item .calendar-item__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.calendar .calendar-item .calendar-item__content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #005340;
}

.calendar .calendar-item:hover :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #F2FAF9;
}

.calendar .calendar-item .calendar-item__content ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny) var(--small);
    margin-bottom: 0;
}

.calendar .calendar-item .calendar-item__content ul li {
    display: flex;
    align-items: center;
    gap: 7.5px;
}

.calendar .calendar-item .calendar-item__content ul li[data-icon]:before {
    display: inline-block;
    width: 17.5px;
    line-height: 0;
}

.calendar .calendar-item .calendar-item__content ul li[data-icon="clock"]:before {
    content: url(images/clock.svg);
}

.calendar .calendar-item .calendar-item__content ul li[data-icon="marker"]:before {
    content: url(images/marker.svg);
}

/* Article */

article.article {
    margin: var(--extralarge) 0;
    position: relative;
	
}

article.article.article--background {
    padding: var(--extralarge) 0;
    background: rgba(65, 128, 194, 0.10);
}

article.article.article--reverse .row {
    flex-direction: row-reverse;
}

article.article .article-content {
    position: relative;
    z-index: 2
}

article.article .article-content .article-content__buttons {
    margin-top: var(--smallmedium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--small);
}


article.article .article-content ul li {
    position: relative;
    padding-left: 15px;
}

article.article .article-content ul li:before {
        content: '•';
    position: absolute;
    left: 0;
}

article.article .article-content img {
	max-width: 100%;
}

article.article .article-content *:last-child {
    margin-bottom: 0
}

article.article .article-info {
    padding: var(--medium);
    border-radius: 8px;
    background: #005340;
    color: #ffffff;
    margin-top: calc(var(--massive-negative));
}

article.article .article-info :is(h1, h2, h3, .h1, .h2, .h3) {
    color: #8ED6C5;
     margin-bottom: var(--small);
} 

article.article .article-info .article-info__list {
    margin-bottom: 0
}

article.article .article-info .article-info__list li{
    margin-bottom: var(--small);
}

article.article .article-info .article-info__list li:last-child {
    margin-bottom: 0;
}

article.article .article-info .article-info__list li span {
    display: block;
}

article.article .article-info .btn {
	    width: 100%;
    margin-top: var(--small);
}

article.article .article-image {
    position: relative;
    display: block;
   padding-bottom: 66.666%;
   height: 100%;
   border-radius: 8px;
   overflow: hidden;
}

article.article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



:is(.slick-prev, .slick-next) {
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    height: 48.75px;
    width: 48.75px;
    background-color: #EB573D;
    background-image: url(images/arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 4px;
    font-size: 0;
    cursor: pointer;
    padding: 0;
}

:is(.slick-prev, .slick-next):hover {
    background-position: 60% 50%;
}

:is(.slick-prev, .slick-next).slick-disabled {
    background-color: #9D3826;
    pointer-events: none;
}

.slick-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}



/* Filter */

.filters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    width: 90%;
    max-width: 450px;
    background: #ffffff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: var(--smallmedium);
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    top: 0;
    bottom: 0;
}
/*
.filters::-webkit-scrollbar {
    width: 22.5px;
    height: 5px;
}

.filters::-webkit-scrollbar-track {
    background: rgb(0 83 64 / 10%);
    margin: var(--smallmedium) 0;
    border-right: 15px solid #ffffff
}

.filters::-webkit-scrollbar-thumb {
    background: #005340;
    background-clip: padding-box;
    border-right: 15px solid #ffffff
}
*/

.filters.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.filters .filter-close {
    line-height: 1;
    position: absolute;
    right: var(--smallmedium);
    top: var(--smallmedium);
    font-size: 22px;
    text-decoration: none;
        color: #005340;
}

.filters .filter {
    border-bottom: 1px solid #005340;
    max-width: 330px;
    margin-bottom: var(--small);
    padding-bottom: var(--small);
}

.filters .filter:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;

}
.filters .filter b {
    margin-bottom: 0;
    display: block;
    color: #EB573D;
    margin-bottom: 5px;
}

.filters .filter ul {
    margin-bottom: 0;
    line-height: 1.875;
}

.filters .filter ul li {
    
}

.filters .filter ul li label {
    display: flex;
    padding-left: 25px;
    position: relative;
    font-weight: inherit;
    cursor: pointer;
    margin-bottom: 0

}

.filters .filter ul li label:before {
   content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #191A51;
    border-radius: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center
}

.filters .filter ul li label:has(input:checked):before {
    background-color: #005340;
    border-color: #005340;
}

.filters .filter ul li label input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.filters .filter ul li label span {
    margin-left: auto;
    color: #EB573D;
    font-weight: 600;
    font-size: 14px;
}


.filters-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #005340;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.filters-background.open {
    visibility: visible;
    opacity: 0.5;
}

/* Loading */


body.loading {
    overflow-y: hidden;
    overflow-x: hidden;
}

body.loading:before {
    content: '';
    background: #005340;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:11;
    position: fixed;
    opacity: 0.5;
}

body.loading:after {
    content: '';
    width: 60px;
    height: 60px;
    border-width: 7.5px;
    border-style: solid;
    border-color: #EB573D;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 12;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}


/* Breadcrumbs */

.breadcrumbs {
    color: #8ED6C5;
    display: flex
;
    flex-wrap: wrap;
    gap: var(--tiny);
    align-items: center;
    margin-top: var(--large-negative);
    margin-bottom: var(--large);
}

.breadcrumbs .breadcrumbs-seperator {
    margin: 0 5px;
}

.breadcrumbs .breadcrumbs-seperator:before {
    content: url(images/arrow-secondary.svg);
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}



/* Footer*/

footer {
    position: relative;
    background: #005340;
    
    z-index: 1
}

footer .footer-branding {
    position: relative;
    padding: var(--extralarge) 0;
    height: 100%;
}

footer .footer-branding:after {
       content: '';
    position: absolute;
    top: 0;
    right: var(--extralarge-negative);
    bottom: 0;
    width: 50vw;
    background: #F2FAF9;
    z-index: -1;
    pointer-events: none;
}

footer .footer-branding .footer-branding__logo {
    line-height: 0;
    padding-bottom: var(--small);
    margin-top: var(--smallmedium-negative);
    max-width: 210px;
}

footer .footer-branding .footer-branding__social {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0
}

footer .footer-branding .footer-branding__social li {

}

footer .footer-branding .footer-branding__social li a {
    background-color: #005340;
    display: block;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-branding .footer-branding__social li a[data-icon]:before {
    width: 15px;
    line-height: 0;
}


footer .footer-branding .footer-branding__social li a[data-icon="facebook"]:before {
    content: url(images/facebook.svg);
}

footer .footer-branding .footer-branding__social li a[data-icon="twitter"]:before {
    content: url(images/twitter.svg);
}

footer .footer-branding .footer-branding__social li a[data-icon="instagram"]:before {
    content: url(images/instagram.svg);
}

footer .footer-branding .footer-branding__social li a[data-icon="linkedin"]:before {
    content: url(images/linkedin.svg);
}

footer .footer-branding .footer-branding__social li a[data-icon="youtube"]:before {
    content: url(images/youtube.svg);
}

footer .footer-contact {
    color: #ffffff;
    padding: var(--extralarge) 0;
}

footer .footer-contact :is(h1, h2, h3, h4, .h1, .h2, .h3, .h4) {
    color: #8ED6C5;
    margin-bottom: var(--smallmedium)
}

footer .footer-contact .footer-contact__info {
    margin-bottom: var(--smallmedium)
}

footer .footer-contact .footer-contact__info li {

}

footer .footer-contact .footer-contact__info li a {
    text-decoration: none;
}


footer .footer-contact .footer-contact__menu {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: var(--medium);
    column-gap: var(--medium);
}

footer .footer-contact .footer-contact__menu li a {
    text-decoration: none;
}

footer .footer-contact .footer-contact__menu li a:before {
    content: url(images/arrow-secondary.svg);
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer-contact .footer-contact__menu li a:hover:before {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

footer .footer-contact .footer-contact__menu li.current-menu-item a {
    color: #EB573D;
}

footer .footer-copyright {
    position: relative;
    color: #ffffff;
    padding: var(--small) 0;
}

footer .footer-copyright:before {
    content: '';
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background: #04A17C;
    pointer-events: none;
    z-index: -1;

}

footer .footer-copyright .footer-copyright__menu {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
    margin-bottom: 0
}

footer .footer-copyright .footer-copyright__menu li:not(:last-child):after {
    content: '';
    border-right: 1.5px solid #EB573D;
     padding-right: var(--extrasmall);
     top: 2.5px;
}

footer .footer-copyright .footer-copyright__menu li a {
    text-decoration: none;
}

/* Slick slider */

/* Responsive */

@media (max-width: 1600px) {
    
}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }
   
}

@media (max-width: 1200px) {

    :root  {
        --base: 10px;
    }
    
}

@media (max-width: 992px) {

    :root  {
        --base: 7.5px;
    }



    h1,
    .h1 {
        font-size: 24px;
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    .h3,
    h3 {
        font-size: 20px;

    }

    .h4,
    h4 {
        font-size: 20px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 14px;
        
    }

    body {
        font-size: 14px;
    }

	
	header nav.navigation .navigation__brand {
		max-width: 75px;
	}


    header nav.navigation ul.navigation__submenu {
            justify-content: space-around;
    }

    header nav.navigation ul.navigation__submenu li:first-child {
        display: none;
    }
    

    header nav.navigation {
        gap: var(--small);
    }
   

    header nav.navigation .navigation-toggler {
        display: block;
    }

    header nav.navigation .navigation-brand {
        max-width: 150px;
        margin-right: auto
    }

    header nav.navigation .navigation__menu:not(.navigation__menu--top) {
              position: fixed;
        overflow-x: scroll;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        padding: var(--large) var(--small);
        z-index: -2;
         padding-top: calc(var(--headerheight) + var(--medium));
         top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        bottom: 0;
        font-size: 16px
    }

    header nav.navigation .navigation__menu.open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    header nav.navigation ul.navigation__mainmenu li:not(:last-child):after {
               content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(var(--medium-negative) / 2);
        border-bottom: 1px solid #005340;
        opacity: 0.5
    }

    header nav.navigation ul.navigation__mainmenu{
       flex-direction: column;
       /* align-items: center;
        text-align: center;*/
    }

    section.header {
        margin: 0;
    }
	
	section.header .header-image {
		border-radius: 0;
	}

    section.subheader {
         margin: 0;
		border-radius: 0;
    }

    section.subheader .subheader-image {
        width: auto;
        margin-left: var(--small-negative);
        margin-right: var(--small-negative);
    }

    section.subheader .subheader-content {
        padding: var(--extralarge) 0;
    }

    section.subheader:has(+ section.icons) .subheader-content {
        padding-bottom: calc(var(--extralarge) + var(--extralarge));
    }

    article [class*='col']:not(:last-child) {
        margin-bottom: var(--large)
    }

    article.article .article-info {
        margin-top: 0
    }

    section.blocks .blocks-slider .block :is(.row, [class*="col-"]) {
        height: auto;
    }

    section.cards .list {
        margin-top: var(--medium)
    }

    section.cards .cards-header .btn {
        margin-top: var(--small)
    }

    section.cards .cards-sidebar {
        margin-bottom: var(--large)
    }
    section.cards .cards-sidebar:before {
        content: unset;
    }

    section.form .form-sidebar {
            margin-top: calc(var(--mediumlarge) + var(--large));
    }
	
	section.blocks .block .block-content {
		padding: var(--large);
	}

    .calendar .calendar-header {
        padding: var(--small) var(--smallmedium);
    }

    .calendar .calendar-item {
        padding: var(--smallmedium) var(--smallmedium);
    }

    footer .footer-branding:after {
       right: var(--small-negative);
        left: var(--small-negative);
        width: auto;
    }

    footer .footer-branding .footer-branding__logo {
        margin-top: 0
    }
}   


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  } 
