/*!
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/

/* custom */

body, body strong {
    color: black !important;
	font-family: "Source Sans 3", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.5 !important;
}

h1.post__title {
	display: none;
}

a:hover {
    color: black !important;
}

nav div.top_menu a {
	font-family: "Source Sans 3", sans-serif;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
footer .footer__copyright {
	padding: 20px 0;
	text-align: center;
}

footer nav.footer__navigation ul {
    text-align: center;
    background-color: #e5e5e5;
    border: 1px solid #cdcdcd;
    padding: 7px;
    clear: both;
}
footer nav.footer__navigation ul li {
    display: inline-block;
    padding: 0 10px;
}
footer nav.footer__navigation ul li a {
    font-family: Source Sans 3;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1em;
    display: inline-block;
}
footer nav.footer__navigation ul li a img {
    width: 20px !important;
    height: 16px !important;
    display: inline-block;
}
footer nav.footer__navigation ul li.current-lang {
    background-color: #eeeeee;
}
.intro.col {
    margin-bottom: 40px;
}
.intro .text {
    background-color: #f8f8f8;
    border-color: #f0f0f0;
    color: #666;
    padding: 10px;
    border-radius: 5px;
}

.intro h2 {
    font-size: 25px;
    color: #0a0000;
    text-align: left;
    font-family: Merriweather Sans;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}
.intro h2 img {
      display: inline-block;

}
.intro h2 img,
.intro .notice svg {
    width: auto; 
    height: 30px; 
}
.intro h3 {
    font-family: "Source Sans 3", sans-serif;
    color: #222;
    font-size: 1.2em;
}

.intro .notice {
    background-color: #eaf5e2;
    color: #3e562b;
    border-radius: 5px;
    border: 1px solid #c2e1a9;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    padding: 1em;
    position: relative;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
.intro .notice svg {
    height: 50px; 
   fill: #3e562b;
}
.intro .notice p {
    float: left;
    display: block;
    padding-left: 20px;
}


/**
 * Typography
 */
/**
 * Client fonts
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Breakpoints
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Elements visibility
 */
@import "assets/fonts/fontawesome/css/all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/**
 * Breakpoints
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

.visible-on-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}
.visible-on-tablet {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}
/**
 * Default variables and helper mixins
 */
/**
 * Breakpoints
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}
.visible-on-tablet {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 80px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row {
  margin-left: -80px;
  margin-right: -80px;
  display: flex;
  flex-wrap: wrap;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--nowrap {
  flex-wrap: no-wrap;
}

.col {
  margin-bottom: 10px;
}
.row--gutterless .col {
  margin-bottom: 0;
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--lg-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--lg-1 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(8.3333333333% - 80px);
    width: calc(8.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(8.3333333333% - 80px);
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--lg-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--lg-2 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(16.6666666667% - 80px);
    width: calc(16.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(16.6666666667% - 80px);
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--lg-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--lg-3 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(25% - 80px);
    width: calc(25% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(25% - 80px);
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--lg-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--lg-4 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(33.3333333333% - 80px);
    width: calc(33.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(33.3333333333% - 80px);
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--lg-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--lg-5 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(41.6666666667% - 80px);
    width: calc(41.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(41.6666666667% - 80px);
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--lg-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--lg-6 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(50% - 80px);
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(50% - 80px);
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--lg-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--lg-7 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(58.3333333333% - 80px);
    width: calc(58.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(58.3333333333% - 80px);
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--lg-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--lg-8 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(66.6666666667% - 80px);
    width: calc(66.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(66.6666666667% - 80px);
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--lg-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--lg-9 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(75% - 80px);
    width: calc(75% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(75% - 80px);
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--lg-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--lg-10 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(83.3333333333% - 80px);
    width: calc(83.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(83.3333333333% - 80px);
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--lg-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--lg-11 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(91.6666666667% - 80px);
    width: calc(91.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(91.6666666667% - 80px);
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--lg-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--lg-12 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(100% - 80px);
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(100% - 80px);
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--lg-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--md-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--md-1 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(8.3333333333% - 80px);
    width: calc(8.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(8.3333333333% - 80px);
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--md-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--md-2 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(16.6666666667% - 80px);
    width: calc(16.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(16.6666666667% - 80px);
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--md-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--md-3 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(25% - 80px);
    width: calc(25% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(25% - 80px);
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--md-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--md-4 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(33.3333333333% - 80px);
    width: calc(33.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(33.3333333333% - 80px);
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--md-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--md-5 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(41.6666666667% - 80px);
    width: calc(41.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(41.6666666667% - 80px);
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--md-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--md-6 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(50% - 80px);
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(50% - 80px);
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--md-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--md-7 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(58.3333333333% - 80px);
    width: calc(58.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(58.3333333333% - 80px);
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--md-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--md-8 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(66.6666666667% - 80px);
    width: calc(66.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(66.6666666667% - 80px);
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--md-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--md-9 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(75% - 80px);
    width: calc(75% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(75% - 80px);
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--md-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--md-10 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(83.3333333333% - 80px);
    width: calc(83.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(83.3333333333% - 80px);
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--md-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--md-11 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(91.6666666667% - 80px);
    width: calc(91.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(91.6666666667% - 80px);
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--md-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--md-12 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(100% - 80px);
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(100% - 80px);
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--md-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--sm-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--sm-1 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(8.3333333333% - 80px);
    width: calc(8.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(8.3333333333% - 80px);
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--sm-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--sm-2 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(16.6666666667% - 80px);
    width: calc(16.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(16.6666666667% - 80px);
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--sm-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--sm-3 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(25% - 80px);
    width: calc(25% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(25% - 80px);
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--sm-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--sm-4 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(33.3333333333% - 80px);
    width: calc(33.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(33.3333333333% - 80px);
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--sm-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--sm-5 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(41.6666666667% - 80px);
    width: calc(41.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(41.6666666667% - 80px);
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--sm-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--sm-6 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(50% - 80px);
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(50% - 80px);
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--sm-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--sm-7 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(58.3333333333% - 80px);
    width: calc(58.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(58.3333333333% - 80px);
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--sm-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--sm-8 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(66.6666666667% - 80px);
    width: calc(66.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(66.6666666667% - 80px);
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--sm-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--sm-9 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(75% - 80px);
    width: calc(75% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(75% - 80px);
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--sm-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--sm-10 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(83.3333333333% - 80px);
    width: calc(83.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(83.3333333333% - 80px);
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--sm-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--sm-11 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(91.6666666667% - 80px);
    width: calc(91.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(91.6666666667% - 80px);
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--sm-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--sm-12 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(100% - 80px);
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(100% - 80px);
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--sm-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--xs-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--xs-1 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(8.3333333333% - 80px);
    width: calc(8.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(8.3333333333% - 80px);
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--xs-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--xs-2 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(16.6666666667% - 80px);
    width: calc(16.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(16.6666666667% - 80px);
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--xs-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--xs-3 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(25% - 80px);
    width: calc(25% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(25% - 80px);
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--xs-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--xs-4 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(33.3333333333% - 80px);
    width: calc(33.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(33.3333333333% - 80px);
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--xs-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--xs-5 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(41.6666666667% - 80px);
    width: calc(41.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(41.6666666667% - 80px);
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--xs-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--xs-6 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(50% - 80px);
    width: calc(50% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(50% - 80px);
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--xs-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--xs-7 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(58.3333333333% - 80px);
    width: calc(58.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(58.3333333333% - 80px);
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--xs-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--xs-8 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(66.6666666667% - 80px);
    width: calc(66.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(66.6666666667% - 80px);
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--xs-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--xs-9 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(75% - 80px);
    width: calc(75% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(75% - 80px);
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--xs-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--xs-10 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(83.3333333333% - 80px);
    width: calc(83.3333333333% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(83.3333333333% - 80px);
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--xs-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--xs-11 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(91.6666666667% - 80px);
    width: calc(91.6666666667% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(91.6666666667% - 80px);
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--xs-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--xs-12 {
    /* 2. Apply positive margin and calc() */
    flex-basis: calc(100% - 80px);
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    /* Legacy styles */
    max-width: calc(100% - 80px);
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--xs-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
/* Universal Box-Sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Resetting Margins and Paddings */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* Base Font and Line-Height */
body {
  line-height: 1.5;
}

/* Remove List Styles */
ul, ol {
  list-style: none;
}

/* Remove Text Decoration from Links */
a {
  text-decoration: none;
  color: inherit; /* Or your preferred link color */
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block; /* Removes extra space below images */
}

/* Centers an element (image or block) */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Floats an element to the left with margin to the right */
.alignleft {
  float: left;
  margin-right: 1em;
}

/* Floats an element to the right with margin to the left */
.alignright {
  float: right;
  margin-left: 1em;
}

/* Ensures content following floats clears correctly */
.clear {
  clear: both;
  display: block;
}

blockquote {
  margin: 1.5em 40px; /* Default browser margin */
  padding: 0.5em 1em;
  font-style: italic;
  /* Theme-specific styles often add borders or backgrounds */
  border-left: 4px solid #ccc;
}

code, pre {
  font-family: monospace;
}

pre {
  overflow-x: auto; /* Adds a horizontal scrollbar only if needed */
  white-space: pre; /* Ensures white space and line breaks are preserved (default for pre) */
  word-wrap: normal; /* Prevents long words from wrapping to a new line */
}

address, cite {
  font-style: italic;
}

/* Specific class for the core quote block in newer themes */
.wp-block-quote {
  /* Often centered with specific padding/border in modern themes */
  border-left: 0.25em solid currentColor;
  padding-left: 1em;
}

h1 {
  font-size: 2.5rem; /* Example: 40px on desktop */
  line-height: 1.2;
  margin-bottom: 1em;
}

h2 {
  font-size: 2rem; /* Example: 32px on desktop */
  line-height: 1.3;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.8rem; /* Example: 32px on desktop */
  line-height: 1.3;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1.6rem; /* Example: 32px on desktop */
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.4rem; /* Example: 32px on desktop */
  line-height: 1.3;
  margin-bottom: 0.4em;
}

h6 {
  font-size: 1.2rem; /* Example: 32px on desktop */
  line-height: 1.3;
  margin-bottom: 0.3em;
}

/* Specific resets for Tables */
table {
  border-collapse: collapse; /* Removes space between borders */
  border-spacing: 0;
}

caption, th, td {
  text-align: left; /* Resets default center alignment for TH */
  font-weight: normal; /* Resets default bold for TH */
  vertical-align: middle;
}

dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Specific directives for list behavior */
ol, ul {
  list-style: none; /* This removes the default bullets (ul) and numbers (ol) */
}

* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

/**
 * Breakpoints
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}
.visible-on-tablet {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}
.visible-lg {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

.align-text-right {
  text-align: right;
}

.align-text-center {
  text-align: center;
}

/**
* Aligments
*/
.items-center {
  align-items: center;
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Spacing
 */
.py-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-xl {
  padding-top: 96px;
}

.pb-xl {
  padding-bottom: 96px;
}

.px-xl {
  padding-left: 96px;
  padding-right: 96px;
}

.pl-xl {
  padding-left: 96px;
}

.pr-xl {
  padding-right: 96px;
}

.my-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-xl {
  margin-top: 96px;
}

.mb-xl {
  margin-bottom: 96px;
}

.mx-xl {
  margin-left: 96px;
  margin-right: 96px;
}

.ml-xl {
  margin-left: 96px;
}

.mr-xl {
  margin-right: 96px;
}

.py-lg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-lg {
  padding-top: 72px;
}

.pb-lg {
  padding-bottom: 72px;
}

.px-lg {
  padding-left: 72px;
  padding-right: 72px;
}

.pl-lg {
  padding-left: 72px;
}

.pr-lg {
  padding-right: 72px;
}

.my-lg {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-lg {
  margin-top: 72px;
}

.mb-lg {
  margin-bottom: 72px;
}

.mx-lg {
  margin-left: 72px;
  margin-right: 72px;
}

.ml-lg {
  margin-left: 72px;
}

.mr-lg {
  margin-right: 72px;
}

.py-md {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-md {
  padding-top: 48px;
}

.pb-md {
  padding-bottom: 48px;
}

.px-md {
  padding-left: 48px;
  padding-right: 48px;
}

.pl-md {
  padding-left: 48px;
}

.pr-md {
  padding-right: 48px;
}

.my-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-md {
  margin-top: 48px;
}

.mb-md {
  margin-bottom: 48px;
}

.mx-md {
  margin-left: 48px;
  margin-right: 48px;
}

.ml-md {
  margin-left: 48px;
}

.mr-md {
  margin-right: 48px;
}

.py-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 24px;
}

.px-sm {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-sm {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.my-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-sm {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 24px;
}

.mx-sm {
  margin-left: 24px;
  margin-right: 24px;
}

.ml-sm {
  margin-left: 24px;
}

.mr-sm {
  margin-right: 24px;
}

.py-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-xs {
  padding-top: 12px;
}

.pb-xs {
  padding-bottom: 12px;
}

.px-xs {
  padding-left: 12px;
  padding-right: 12px;
}

.pl-xs {
  padding-left: 12px;
}

.pr-xs {
  padding-right: 12px;
}

.my-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-xs {
  margin-top: 12px;
}

.mb-xs {
  margin-bottom: 12px;
}

.mx-xs {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-xs {
  margin-left: 12px;
}

.mr-xs {
  margin-right: 12px;
}

.py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-none {
  margin-top: 0;
}

.mb-none {
  margin-bottom: 0;
}

.mx-none {
  margin-left: 0;
  margin-right: 0;
}

.ml-none {
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

/**
 * Fonts
 */
.font-base {
  font-family: "JetBrains Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "Merriweather", "Georgia", "Times New Roman", Times, serif;
}

/**
 * Font Sizes
 */
.text-2xl {
  font-size: 32px;
  font-size: 2rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lg {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-md {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Colors
 */
.text-base {
  color: #444;
}

.bg-base {
  background-color: #444;
}

.text-background {
  color: #fff;
}

.bg-background {
  background-color: #fff;
}

.text-accent_main {
  color: #829CA3;
}

.bg-accent_main {
  background-color: #829CA3;
}

.text-accent_pale {
  color: #C8D6D9;
}

.bg-accent_pale {
  background-color: #C8D6D9;
}

.text-brand {
  color: #444;
}

.bg-brand {
  background-color: #444;
}

.text-success {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-warning {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

body {
  color: #444;
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  text-size-adjust: none;
  font-size: 16px;
  font-size: 1rem;
}
body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 24px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #444;
}

/**
 * Breakpoints
 */
.grid {
  display: grid;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
/**
 * plain css imports of fontawesome, use only as needed
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  border-radius: 0;
  color: #444;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6px 12px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 24px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 12px;
}

ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Merriweather", "Georgia", "Times New Roman", Times, serif;
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

/**
 * Breakpoints
 */
.header {
  padding: 24px 0;
  margin-bottom: 48px;
  border-bottom: 1px solid #829CA3;
}
@media screen and (max-width: 1024px) {
  .header .header__navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
  }
  .header .header__navigation nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .header .header__navigation nav ul li {
    display: block;
  }
  .header .header__navigation nav ul li > ul.children {
    position: relative;
  }
}

.footer {
  margin-top: 48px;
  border-top: 1px solid #829CA3;
}

.btn {
  background-color: #444;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  width: auto;
  transition: all 0.5s;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #444;
  border-color: #444;
}
.btn.is-disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fff;
  color: #444;
  border: 1px solid #444;
}
.btn--inverse:hover {
  background-color: #444;
  color: #fff;
  border-color: transparent;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 6px;
}

.btn--link {
  background-color: transparent;
  color: #444;
}

/**
 * Breakpoints
 */
/**
 * Hamburger menu
 */
.nav-burger {
  float: right;
  transition: all 250ms ease-in-out;
  position: relative;
  z-index: 9999;
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #444;
  display: none;
  margin: 8px auto;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1024px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/**
 * Navs
 */
.nav {
  list-style: none;
  margin: 0;
  font-weight: bold;
}
.nav a {
  padding: 0.5em 0em;
  line-height: 1em;
}
.nav a:hover {
  color: #829CA3;
}
.nav ul > li {
  display: inline-block;
  position: relative;
  margin-right: 24px;
}
.nav ul > li:last-child {
  margin-right: 0;
}
.nav ul > li > a {
  display: block;
}
.nav ul > li.page_item_has_children {
  padding-right: 16px;
}
.nav ul > li.page_item_has_children:after {
  content: "\f0d7"; /* Unicode for a down-arrow (fa-chevron-down) */
  font-family: "Font Awesome 6 Pro"; /* Ensure correct font family is specified */
  font-weight: 900; /* Use 900 for solid icons, 400 for regular/brands */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* Add transition effects for menu open/close if needed */
  transition: transform 0.3s ease;
  color: #829CA3;
}
.nav ul > li.page_item_has_children:hover:after {
  transform: translateY(-50%) rotate(180deg);
}
.nav ul > li ul.children {
  border: 1px solid #829CA3;
  display: none;
  position: absolute; /* Positions the submenu relative to its parent li */
  min-width: 180px;
  width: auto;
  z-index: 1;
  margin-left: 0;
  background-color: #fff;
}
.nav ul > li ul.children li {
  margin-right: 0;
  display: block;
}
.nav ul > li ul.children li a {
  padding: 0.5em 0.3em;
}
.nav ul > li ul.children li.page_item_has_children:after {
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  /* Add transition effects for menu open/close if needed */
  transition: transform 0.3s ease;
}
.nav ul > li ul.children li.page_item_has_children:hover:after {
  transform: translateY(-50%) rotate(-270deg);
}
.nav ul > li ul.children {
  top: 100%; /* Position right below the main link */
  left: 0;
}
.nav ul > li ul ul.children {
  top: -1px; /* Align top edge with the parent submenu item */
  right: 0;
  left: 100%;
}
.nav ul > li.page_item_has_children:hover > ul.children {
  display: block;
}

@media screen and (max-width: 1024px) {
  .nav--header ul {
    list-style: none;
  }
}

@media screen and (min-width: 1024px) {
  .header__navigation {
    display: block !important;
  }
}
.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 24px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

header[role=page__title] {
  text-align: center;
  padding: 2em;
  border-bottom: 1px solid #829CA3;
  margin-bottom: 2em;
}

.blog article {
  background-color: #C8D6D9;
  height: 100%;
  padding: 1em;
}

/*# sourceMappingURL=style.css.map */
