@charset "UTF-8";
/*!
Theme Name: LMI
Theme URI: https://lmi.ca
Author: Oshkosh Corporation
Author URI: https://oshkoshcorp.com
Description: Description
Version: 1.0.0
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "fontello";
  src: url("./fonts/fontello.woff2?38020103") format("woff2"), url("./fonts/fontello.woff?38020103") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NimbusSan-Reg";
  src: url("fonts/2D7C40_1_0.eot");
  src: url("fonts/2D7C40_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/2D7C40_1_0.woff2") format("woff2"), url("fonts/2D7C40_1_0.woff") format("woff"), url("fonts/2D7C40_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "NimbusSan-Bol";
  src: url("fonts/2D7C40_9_0.eot");
  src: url("fonts/2D7C40_9_0.eot?#iefix") format("embedded-opentype"), url("fonts/2D7C40_9_0.woff2") format("woff2"), url("fonts/2D7C40_9_0.woff") format("woff"), url("fonts/2D7C40_9_0.ttf") format("truetype");
}
@font-face {
  font-family: "NimbusSan-Bla";
  src: url("fonts/2D7C40_A_0.eot");
  src: url("fonts/2D7C40_A_0.eot?#iefix") format("embedded-opentype"), url("fonts/2D7C40_A_0.woff2") format("woff2"), url("fonts/2D7C40_A_0.woff") format("woff"), url("fonts/2D7C40_A_0.ttf") format("truetype");
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "NimbusSan-Reg", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

p {
  margin-bottom: 1em;
}


.has-text-color strong {
    color: #00659e;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #6c6e70;
  cursor: help;
}

mark,
ins {
  background: #6c6e70;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  color: #00659e;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #6c6e70;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial Black", sans-serif;
  letter-spacing: 1px;
}

._h1,
h1 {
  font-size: 35px;
  color: #00659e;
  margin: 10px 0;
}

._h2, h2 {
  font-family: "NimbusSan-Bol", sans-serif;
  font-size: 35px;
}
@media (max-width: 600px) {
  ._h2, h2 {
    font-size: 28px;
  }
}

._h3, h3 {
  font-size: 30px;
  color: #00659e;
}
@media (max-width: 600px) {
  ._h3, h3 {
    font-size: 22px;
  }
}

._h4, h4 {
  font-family: "NimbusSan-Bol", sans-serif;
  font-size: 22px;
  color: #444;
}
@media (max-width: 600px) {
  ._h4, h4 {
    font-size: 18px;
  }
}

._h5, h5 {
  font-size: 14px;
}

._h6, h6 {
  font-family: "NimbusSan-Bol", sans-serif;
  font-size: 14px;
}

._intro {
  font-size: 22px;
  line-height: 30px;
}

._lg {
  font-size: 18px;
  line-height: 22px;
}

._sm, .nf-error-msg, small {
  font-size: 13px;
  line-height: 16px;
}

._legal {
  font-size: 11px;
  line-height: 13px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  background: #00659e;
  color: white;
  font-weight: bold;
}
.btn:after {
  content: "";
  font-family: "fontello";
  padding-left: 7px;
}

ul {
  padding: 0 0 0 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #333;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

.inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.bg {
  background-size: cover;
  background-position: center;
}

.resp-container {
  padding-top: 35vw;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.popup-video {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 65vw;
}
@media (max-width: 600px) {
  .popup-video {
    width: 90vw;
  }
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #474747;
  background: white;
  font-size: 75%;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:active, button:hover, button:focus,
input[type=button]:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:focus {
  border-color: #6c6e70;
}
._dark button,
._dark input[type=button],
._dark input[type=reset],
._dark input[type=submit] {
  border-color: #e6e6e7;
  background: transparent;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: 1px solid #6c6e70;
  padding: 10px;
  line-height: 1;
}

input[type=checkbox] {
  margin: 0 5px;
}

input:focus, input:active, select:focus, select:active {
  outline: none;
}

select {
  border: 1px solid #6c6e70;
  background: transparent;
  padding: 15px 37px 13px 20px;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyODQuOTI5IiBoZWlnaHQ9IjI4NC45MjkiPjxwYXRoIGQ9Ik0yODIuMDgyIDc2LjUxMWwtMTQuMjc0LTE0LjI3M2MtMS45MDItMS45MDYtNC4wOTMtMi44NTYtNi41Ny0yLjg1Ni0yLjQ3MSAwLTQuNjYxLjk1LTYuNTYzIDIuODU2TDE0Mi40NjYgMTc0LjQ0MSAzMC4yNjIgNjIuMjQxYy0xLjkwMy0xLjkwNi00LjA5My0yLjg1Ni02LjU2Ny0yLjg1Ni0yLjQ3NSAwLTQuNjY1Ljk1LTYuNTY3IDIuODU2TDIuODU2IDc2LjUxNUMuOTUgNzguNDE3IDAgODAuNjA3IDAgODMuMDgyYzAgMi40NzMuOTUzIDQuNjYzIDIuODU2IDYuNTY1bDEzMy4wNDMgMTMzLjA0NmMxLjkwMiAxLjkwMyA0LjA5MyAyLjg1NCA2LjU2NyAyLjg1NHM0LjY2MS0uOTUxIDYuNTYyLTIuODU0TDI4Mi4wODIgODkuNjQ3YzEuOTAyLTEuOTAzIDIuODQ3LTQuMDkzIDIuODQ3LTYuNTY1IDAtMi40NzUtLjk0NS00LjY2NS0yLjg0Ny02LjU3MXoiLz48L3N2Zz4=");
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  select {
    background-image: none;
    padding: 15px 20px 13px 20px;
  }
}
textarea {
  width: 100%;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.nf-error-msg {
  font-style: italic;
  color: #bd0000 !important;
}

.header {
  background-color: #fff;
  padding-top: 15px;
}
.header__contact {
  color: #6c6e70;
}
.header__email-link {
  color: #6c6e70;
  font-size: 22px;
}
.header__search-input {
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 11px;
  padding: 4px 6px;
  width: 100%;
}
.header__search-input::placeholder {
  color: #e6e6e7;
}
.header_top_text {
   font-family: "Arial Black", sans-serif;
   font-size: 16px;
   margin: 0;
}
.headerphone {
    font-size: 30px;
}

.main-nav {
  color: #fff;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.main-nav ul {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 0;
}
@media (max-width: 1024px) {
  .main-nav ul {
    font-size: 12px;
    padding: 0;
  }
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 14px 10px 14px;
  margin: 8px 0;
  letter-spacing: 1px;
}
.main-nav a:hover {
  color: #00437a;
  text-decoration: none;
}
.main-nav .current_page_item > a {
  color: black;
  text-decoration: none;
}
.main-nav li ul {
  width: auto;
  position: absolute;
  left: 15px;
  top: 29px;
  display: none;
  z-index: 500;
  background-color: #c7c8ca;
  white-space: nowrap;
  padding: 0;

}
.main-nav li ul:before {
  content: "";
  display: block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -7px;
  left: 9px;
}
.main-nav li ul:hover {
  display: block;
}
.main-nav li a:hover + ul {
  display: block;
}
.main-nav li li {
  display: block;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 14px;
}
.main-nav li li:last-child {
  border: 0;
}
.main-nav li li a {
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  padding: 2px 16px;
  margin: 0;
}
.main-nav li li a:hover {
  background-color: #00437a;
  color: #fff;
}
.sub-menu a {
    color: #333;
}


.collapsible_menu {
    display: none;
}
.collapsible_menu-text{
    display: none;
}
.collapsible_menu-icon {
    display: none;
}
@media (max-width: 768px) {
h3 {
    font-size: 40px;
}
h4 {
    font-size: 25px;
}
 
  .main-nav {
    display: none;
  }
  .main-nav li {
    display: block;
  }
  .main-nav ul {
    font-size: 14px;
    padding: 0;

  }
  .main-nav a {
    padding: 3px 0;
  }
  .main-nav li ul {
    display: block;
    position: static;
  }
  .main-nav li ul:before {
    display: none;
  }
  .main-nav .sub-menu {
    background-color: #6c6e70;
    padding-left: 10px;
  }
  .main-nav .sub-menu a {
    color: white;
    padding-left: 5px;
  }
  .main-nav .current_page_item > a {
    background-color: #00659e;
    padding: 0;
  }
  .main-nav .current_page_parent > a {
    background-color: #444;
  }

  .logo-img {
    max-width: 150px;
    height: auto;
  }
  .header__search-input {
    max-width: 180px;
    height: auto;
  }
  .header__logo {
    margin-bottom: 10px;
  }
  .header__search {
    max-width: 180px;
    position: absolute;
    right: 15px;
    top: 40px;
  }
  .header__contact {
    margin: 0 0 15px 0;
    border-top: 1px solid black;
  }
  .header_top_text {
    margin-top: 10px;
  }
  .headerphone {
    margin-bottom: 2px;
    line-height: 1.0;
  }

  
  .categories-section {
     flex-wrap: wrap;
  }
  .categories-section .background-dark-grey {
    display: inline-block;
    width: 100% !important;
   /* display: none; */
  }

  .wp-block-table td {
    font-size: 14px;
    padding: 3px 5px;
  }

  .collapsible_menu {
      display: block;
      width: 100%;
      height: 50px;
      background-color: #6c6e70;
  }
  .collapsible_menu-text{
    display: block;
    font-size: 30px;
    font-family: "Arial Black",sans-serif;
    position: absolute;
    left: 15px;
    padding: 15px 0 0 0;
    color: white;
  }
  .collapsible_menu-icon {
    display: block;
    font-size: 40px;
    color: white;
    position: absolute;
    right: 15px;
    padding: 15px 0 0 0;
  }


}

.current_page_item,
.current_page_parent,
.current-page-ancestor,
.current-menu-item {
  /*background-color: grey;*/
  /*border: 3px solid #676767;
  border-radius: 27px;*/
  padding: 5px 0;
}

.section-title,
.section-title a {
  font-weight: bold !important;
  border-bottom: 0 !important;
  margin-left: -6px;
  pointer-events: none;
}

.footer {
  background-color: #e6e6e7;
  padding: 2em;
  color: #6c6e70;
  font-size: 13px;
}
.footer__header {
  font-family: "NimbusSan-Bol", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: #00659e;
}
.footer__widget-area {
  margin-bottom: 2em;
}
.footer__widget-area ul {
  list-style-type: none;
  padding: 0;
}
.footer__widget-area li {
  margin-bottom: 1em;
}

.sidebar {
  padding: 16px;
  color: #fff;
}
.sidebar__header, .sidebar h3 {
  font-size: 17px;
  margin-top: 20px;
  color: white;
}
.sidebar__ul {
  list-style-type: none;
  font-size: 14px;
  padding: 0;
}
.sidebar__ul li {
  border-bottom: 1px solid #6c6e70;
  padding: 0.2em;
}
.sidebar a {
  color: #fff;
}
.sidebar a:hover {
  color: #00659e;
  text-decoration: none;
}
.sidebar .current_page_item > a {
  color: #00659e;
  text-decoration: none;
}
.sidebar .sidebar-widget > div {
  border-bottom: 1px solid #6c6e70;
  padding-bottom: 16px;
}
.sidebar .widget_media_image img {
  border: 2px solid #cfcfcf;
}
.sidebar .widget_recent_entries ul {
  padding: 0;
  list-style-type: none;
}
.sidebar .widget_recent_entries ul .post-date {
  font-size: 0.75em;
  color: #aaa;
  display: block;
  margin-bottom: 0.5em;
}

.main {
  background-color: #fff;
  padding: 2em;
}

.blog__index .date {
  font-size: 0.8em;
  font-weight: bold;
  color: #6c6e70;
}
.blog__article {
  margin-bottom: 0.75em;
  overflow: hidden;
}
.blog__article p {
  margin-bottom: 0.5em;
}
.blog__article-title, .news__article-title, .blog__article-title a, .news__article-title a {
  font-family: "NimbusSan-Reg", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #6c6e70;
  margin-bottom: 0;
}
.blog__article-thumbnail {
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}

.pagination {
  display: flex;
  justify-content: center;
}

.page-numbers {
  margin: 0 0.75em;
}

.read-more {
  color: #00659e;
  display: block;
  margin-bottom: 2em;
  text-decoration: underline;
}
.read-more:hover {
  color: #6c6e70;
}

.carousel {
  height: auto;
  overflow: hidden;
}
.carousel__image {
  width: 100%;
  height: auto;
  max-height: 465px;
  object-fit: cover;
}
.carousel__nav-prev, .carousel__nav-next {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40%;
}
.carousel__nav-prev {
  left: 2em;
}
.carousel__nav-next {
  right: 2em;
}
.carousel__nav-dots {
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.carousel__nav-dots li {
  display: inline-block;
  margin: 0 0.5%;
}
.carousel__nav-dots li.slick-active button{
  background-color: #00659e !important;
}
.carousel__nav-dots button {
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 0;
  margin-bottom: 8px;
  background-color: #6c6e70;
}
.carousel__nav-dots button:hover {
  background-color: #00659e;
}

.banner {
  width: 100%;
  overflow: hidden;
}
.banner__image {
  width: 100%;
  height: auto;
}

.categories-section {
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/ /* category width issue*/
  padding: 2.5em;
}

.category {
  padding: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .category {
    width: 45%;
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  .category {
    width: 100%;
  }
}

.category__background {
  width: 10%;
  float: left;
  height: 100%;
  background-color: #f00;
  background: url("../img/graybox.jpg");
  background-size: contain;
}
.category__header {
  font-size: 20px;
  color: #fff;
  margin: 0.125em 0;
}
.category__image {
  width: 90%;
  max-height: 86px;
  object-fit: cover;
  margin: 0;
  float: right;
}
@media (max-width: 1024px) {
  .category__image {
    max-height: 120px;
  }
}
.category__link {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-right: 1em;
  letter-spacing: 1px;
}

.main {
  padding: 0 2.5em;
}

.quick-links {
  display: flex;
  justify-content: space-between;
  border: solid #00659e;
  border-width: 1px 0;
  padding: 1.25em 0;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .quick-links {
    display: block;
    text-align: center;
  }
}
.quick-links__text {
  font-size: 22px;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 600px) {
  .quick-links__text:nth-child(2) {
    margin: 1em 0;
  }
}
.quick-links__icon {
  height: 40px;
  margin-right: 0.5em;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .quick-links__icon {
    margin: 0 auto;
    display: block;
  }
}

.news {
  padding-right: 2.5em;
}
@media (max-width: 1024px) {
  .news {
    padding-left: 2.5em;
    margin-bottom: 2.5em;
  }
}
.news__section-title {
  font-size: 22px;
}
.news__article-title {
  margin: 1em 0 0.5em 0;
}
.news__article-title a {
  color: #000;
}
.news__homepage {
  font-size: 12px;
}
.news__date {
  font-weight: bold;
  color: #6c6e70;
}
.news__read-more {
  font-weight: bold;
  margin-left: 0.5em;
}

.videos {
  color: #fff;
  padding: 1em 2em;
}
.videos__section-title {
  font-size: 23px;
  color: white;
}
.videos__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.videos__item {
  width: 20%;
}
@media (max-width: 1024px) {
  .videos__item {
    width: 45%;
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  .videos__item {
    width: 100%;
  }
}
.videos__title {
  font-family: "NimbusSan-Reg", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.videos__iframe {
  width: 100%;
  height: 56.1797752809%;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

@media (min-width: 1025px) {
  .tabletShow {
    display: none;
  }
}

@media (max-width: 1024px) {
  .tabletHide {
    display: none;
  }
}

@media (min-width: 601px) {
  .mobileShow {
    display: none;
  }
}

@media (max-width: 600px) {
  .mobileHide {
    display: none;
  }
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

._hide {
  display: none;
}

.jplist-hidden {
  display: none !important;
}

@media (min-width: 601px) {
  div:not(#overview):target {
    padding-top: 125px;
    margin-top: -125px;
  }
}
@media (max-width: 600px) {
  ._dropdown {
    overflow: hidden;
    position: relative;
    padding: 0;
    border-radius: 10px;
    z-index: 9;
    display: block;
  }
  ._dropdown::after {
    content: "";
    font-family: "fontello";
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    color: #000;
  }
  ._dropdown.open::after {
    content: "";
  }
  ._dropdown.open a, ._dropdown.open .mobileHide {
    position: relative;
    display: block;
  }
  ._dropdown li {
    display: block;
  }
  ._dropdown li._active a {
    border: 0;
    z-index: 1;
    position: relative;
  }
  ._dropdown a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 15px 10px;
    background: white;
    color: #e6e6e7;
  }
}

.background-grey {
  background-color: #6c6e70;
}

.background-dark-grey {
  background-color: #474747;
}

.background-white {
  background-color: #fff;
}


/* Cookie Banner */

#cn-notice-text {
    float: left !important;;
}
#cn-notice-buttons {
    margin-top: 1.5em !important;
    float: right;
    margin-right: 6em;
}
.cookiemessage {
    text-align: left;
    line-height: 1;
    margin-left: 3em;
}
@media (max-width: 600px) {
    #cn-notice-buttons {
        margin: 0 0 1.5em 0;
        float: none;
    }

    .cookiemessage {
        text-align: left;
        line-height: 1;
        margin-left: 1em;
        margin-bottom: 2em;
    }
}
#cn-accept-cookie {
    background-color: #00659e !important;
    right: 0 !important;
    border: 1px solid #00659e !important;
    margin-right: 1em !important;
    padding: 10px !important;
    color: white !important;
    font-weight: bold !important;
}
#cn-refuse-cookie {
    background-color: white !important;
    font-weight: bold !important;
}
.cn-close-icon {
    display: none;
}



/* Breadcrumbs */
.yoast-breadcrumbs-style {
  font-size: 10pt; 
  color: black; 
  margin: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*#breadcrumbs a {display: inline; border: none; padding: 0; text-transform: none;}*/

.wp-block-file .wp-block-file__button {
    color: white !important;
    background-color: #00659e;
}

[class^="wp-block-"] {
  margin-bottom: 30px;
}
[class^="wp-image-"] {
  margin-bottom: 30px;
}

.wp-block-media-text {
    line-height: 2.5em;
}

.wp-block-button__link {
  background-color: #00659e;
}
.wp-block-button {
  color: white;
}
.wp-block-button:hover {
  color: black;
}
.is-style-outline>.wp-block-button__link:not(.has-text-color) {
  color: #00659e;
}
.is-style-outline>.wp-block-button__link:not(.has-text-color):hover {
  color: black;
}

.wp-block-group .wp-block-group__inner-container figure {
    display: inline-block;
}

p.has-text-color a {
    color: #00659e;
}

