@charset "UTF-8";
/*
 Theme Name: Hamrén Media Theme 
 Description: Hamrén Media Theme
 Author: Hamrén Media
 Version: 2.0
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  -webkit-font-smoothing: antialiased;
}
body a {
  text-decoration: none;
}
h1 {
  font-family: "IBM Plex Sans", "arial", sans-serif;
  font-size: 32px;
  line-height: 0.9em;
  font-weight: bold;
  color: #002A57;
}
@media (min-width: 500px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 1054px) {
  h1 {
    font-size: 46px;
  }
}
h2 {
  font-family: "IBM Plex Sans", "arial", sans-serif;
  font-size: 23px;
  margin-top: 40px;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #002A57;
}
@media (min-width: 500px) {
  h2 {
    font-size: 25px;
  }
}
@media (min-width: 1054px) {
  h2 {
    font-size: 35px;
    line-height: 1.2em;
  }
}
h3 {
  font-family: "IBM Plex Sans", "arial", sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #002A57;
}
@media (min-width: 500px) {
  h3 {
    font-size: 23px;
  }
}
@media (min-width: 1054px) {
  h3 {
    font-size: 26px;
  }
}
h3.post-title {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 500px) {
  h3.post-title {
    font-size: 23px;
  }
}
@media (min-width: 1054px) {
  h3.post-title {
    font-size: 30px;
  }
}
h3 em {
  font-weight: normal;
  color: #9A7E46;
  font-style: normal;
}
h4 {
  font-family: "IBM Plex Sans", "arial", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #002A57;
}
@media (min-width: 500px) {
  h4 {
    font-size: 18px;
  }
}
p, li, .elementor-widget-container ul li:not(.blocks-gallery-item) {
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #002A57;
}
@media (min-width: 1054px) {
  p, li, .elementor-widget-container ul li:not(.blocks-gallery-item) {
    font-size: 17px;
  }
}
p:first-of-type {
  margin-top: 0;
}
p a:not(.button), li a:not(.button), .elementor-widget-container ul li:not(.blocks-gallery-item) a:not(.button) {
  text-decoration: underline;
  color: inherit;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
p a:not(.button):hover, li a:not(.button):hover, .elementor-widget-container ul li:not(.blocks-gallery-item) a:not(.button):hover {
  color: #015DA5;
}
p.wp-block-hw-ingress-box  {
  font-family: "IBM Plex Sans", arial, sans-serif;
  white-space: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0;
}
@media (min-width: 1054px) {
  p.wp-block-hw-ingress-box  {
    font-size: 20px;
  }
}
.wp-block-quote {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 825px) {
  .wp-block-quote {
    padding-top: 80px;
  }
}
.wp-block-quote p, .wp-block-quote li, .wp-block-quote .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .wp-block-quote li:not(.blocks-gallery-item) {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 825px) {
  .wp-block-quote p, .wp-block-quote li, .wp-block-quote .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .wp-block-quote li:not(.blocks-gallery-item) {
    font-size: 25px;
  }
}
.wp-block-quote cite {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #002A57;
  font-family: "IBM Plex Sans", arial, sans-serif;
}
@media (min-width: 825px) {
  .wp-block-quote cite {
    font-size: 18px;
  }
}
.wp-block-quote:before {
  content: "”";
  font-family: serif;
  font-size: 100px;
  color: #9A7E46;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 825px) {
  .wp-block-quote:before {
    font-size: 150px;
  }
}
.no-margin.elementor-widget-heading {
  margin-bottom: 20px;
}
.elementor-widget-container ul {
  padding-left: 25px;
}
.elementor-widget-container ul li:not(.blocks-gallery-item) {
  list-style: none;
}
.elementor-widget-container ul li:not(.blocks-gallery-item):before {
  content: "";
  background-image: url(/wp-content/uploads/2021/02/IFK_star_gold.svg);
  width: 10px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
  margin-left: -20px;
}
.wp-block-hw-ingress-box {
  white-space: normal !important;
}
@media (min-width: 500px) {
  .grid-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.grid-item-wrapper .grid-item {
  margin-bottom: 20px;
  display: flex;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.col-1.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc((100% / 1 ) - ( (20px * ( 1 - 1) ) / 1 ));
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(1n + 1) {
    margin-right: 0;
  }
}
.col-2.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc((100% / 2 ) - ( (20px * ( 2 - 1) ) / 2 ));
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
.col-3.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc((100% / 3 ) - ( (20px * ( 3 - 1) ) / 3 ));
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.col-4.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc((100% / 4 ) - ( (20px * ( 4 - 1) ) / 4 ));
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.col-5.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc((100% / 5 ) - ( (20px * ( 5 - 1) ) / 5 ));
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}
.col-6.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc((100% / 6 ) - ( (20px * ( 6 - 1) ) / 6 ));
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(6n + 6) {
    margin-right: 0;
  }
}
.col-7.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc((100% / 7 ) - ( (20px * ( 7 - 1) ) / 7 ));
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(7n + 7) {
    margin-right: 0;
  }
}
.col-8.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc((100% / 8 ) - ( (20px * ( 8 - 1) ) / 8 ));
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(8n + 8) {
    margin-right: 0;
  }
}
.col-9.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc((100% / 9 ) - ( (20px * ( 9 - 1) ) / 9 ));
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(9n + 9) {
    margin-right: 0;
  }
}
.grid-item-wrapper .grid-item.post, .grid-item-wrapper .grid-item.medarbetare {
  position: relative;
  border-radius: 5px;
  background-color: #002A57;
}
.grid-item-wrapper .grid-item.post .post-image, .grid-item-wrapper .grid-item.medarbetare .post-image {
  height: 100%;
  width: 100%;
}
.grid-item-wrapper .grid-item.post .post-image img, .grid-item-wrapper .grid-item.medarbetare .post-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.grid-item-wrapper .grid-item.post .inner, .grid-item-wrapper .grid-item.medarbetare .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.grid-item-wrapper .grid-item.post .inner h3, .grid-item-wrapper .grid-item.post .inner p, .grid-item-wrapper .grid-item.post .inner li, .grid-item-wrapper .grid-item.post .inner .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .grid-item-wrapper .grid-item.post .inner li:not(.blocks-gallery-item), .grid-item-wrapper .grid-item.medarbetare .inner h3, .grid-item-wrapper .grid-item.medarbetare .inner p, .grid-item-wrapper .grid-item.medarbetare .inner li, .grid-item-wrapper .grid-item.medarbetare .inner .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .grid-item-wrapper .grid-item.medarbetare .inner li:not(.blocks-gallery-item) {
  color: #ffffff;
}
.grid-item-wrapper .grid-item.post {
  height: 300px;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.post {
    height: 400px;
  }
}
.grid-item-wrapper .grid-item.post .inner {
  background-color: rgba(0, 25, 51, 0.4);
  backdrop-filter: blur(8px);
  padding: 30px 20px;
}
.grid-item-wrapper .grid-item.post .inner h3 {
  margin-top: 0;
}
.grid-item-wrapper .grid-item.post .inner .post-metadata-text {
  display: flex;
  align-items: center;
}
.grid-item-wrapper .grid-item.post .inner .post-metadata-text p  {
  margin-bottom: 0;
  margin-left: 10px;
}
.grid-item-wrapper .grid-item.post:hover {
  background-color: #776136;
  margin-top: -10px;
}
.grid-item-wrapper .grid-item.medarbetare {
  height: 400px;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.medarbetare {
    height: 500px;
  }
}
.grid-item-wrapper .grid-item.medarbetare .inner {
  background: linear-gradient(0deg, #001933, rgba(0, 25, 51, 0));
  padding: 20px;
}
.grid-item-wrapper .grid-item.medarbetare .inner h3 {
  margin-bottom: 5px;
}
.grid-item-wrapper .grid-item.medarbetare .inner p, .grid-item-wrapper .grid-item.medarbetare .inner li, .grid-item-wrapper .grid-item.medarbetare .inner .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .grid-item-wrapper .grid-item.medarbetare .inner li:not(.blocks-gallery-item) {
  margin-bottom: 0;
  margin-top: 0;
}
.grid-item-wrapper .grid-item.medarbetare .inner p.bold {
  font-weight: bold;
}
.grid-item-wrapper .grid-item.medarbetare .inner p a:hover, .grid-item-wrapper .grid-item.medarbetare .inner li a:hover, .grid-item-wrapper .grid-item.medarbetare .inner .elementor-widget-container ul li:not(.blocks-gallery-item) a:hover, .elementor-widget-container ul .grid-item-wrapper .grid-item.medarbetare .inner li:not(.blocks-gallery-item) a:hover {
  color: #9A7E46;
}
.grid-item-wrapper .grid-item.medarbetare .inner .icon-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.grid-item-wrapper .grid-item.medarbetare .inner .icon-list div {
  margin-right: 6px;
  width: 20px;
  display: flex;
  justify-content: center;
}
.grid-item-wrapper .grid-item.training {
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.training {
    flex-direction: row;
    margin-bottom: 80px;
    margin-top: 50px;
  }
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.training .inner {
    width: calc(((100% / 3) * 2) - 40px);
    margin-right: 40px;
  }
}
.grid-item-wrapper .grid-item.training .inner h2 {
  margin-top: 0;
}
.grid-item-wrapper .grid-item.training .inner .lower {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.training .inner .lower {
    flex-direction: row;
  }
}
.grid-item-wrapper .grid-item.training .inner .lower .length {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-wrap: nowrap;
  margin: 20px 0 20px 0;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.training .inner .lower .length {
    margin: 20px 0 20px 20px;
  }
}
.grid-item-wrapper .grid-item.training .inner .lower .length img {
  margin-right: 10px;
}
.grid-item-wrapper .grid-item.training .inner .lower .length p, .grid-item-wrapper .grid-item.training .inner .lower .length li, .grid-item-wrapper .grid-item.training .inner .lower .length .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .grid-item-wrapper .grid-item.training .inner .lower .length li:not(.blocks-gallery-item) {
  margin-bottom: 0;
}
.grid-item-wrapper .grid-item.training .inner .lower .no-passlangd {
  margin-bottom: 20px;
}
.grid-item-wrapper .grid-item.training .post-image {
  width: 100%;
  height: 270px;
  border-radius: 5px;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.training .post-image {
    width: calc(100% / 3);
  }
}
.grid-item-wrapper .grid-item.training .post-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(232, 232, 232, 0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(232, 232, 232, 0.5);
  -moz-box-shadow: 0px 2px 5px rgba(232, 232, 232, 0.5);
}
.grid-item-wrapper .grid-item.page {
  position: relative;
  height: 150px;
  background-color: #002A57;
  border-radius: 5px;
}
@media (min-width: 825px) {
  .grid-item-wrapper .grid-item.page {
    height: 200px;
  }
}
.grid-item-wrapper .grid-item.page .post-image {
  height: 100%;
}
.grid-item-wrapper .grid-item.page .post-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.grid-item-wrapper .grid-item.page .inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 20px 20px;
  background: linear-gradient(0deg, rgba(0, 25, 51, 0.8), rgba(0, 25, 51, 0));
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-item-wrapper .grid-item.page .inner h3 {
  color: #ffffff;
  margin: 0;
}
.grid-item-wrapper .grid-item.page.last {
  background-color: #015DA5;
  display: none;
}
.grid-item-wrapper .grid-item.page.last .inner {
  background: transparent;
}
.home .grid-item-wrapper .grid-item.page.last {
  display: block;
}
.grid-item-wrapper .grid-item.page:hover {
  background-color: #776136;
  margin-top: -10px;
}
.post .inner .post-metadata-text p, .post .inner .post-metadata-text li, .post .inner .post-metadata-text .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .post .inner .post-metadata-text li:not(.blocks-gallery-item) {
  margin: 0 !important;
  margin-left: 10px !important;
}
.hwcc_cookie_bar {
  max-width: 100vw;
  background: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #F2F2F2;
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar {
    display: flex;
  }
}
.hwcc_cookie_bar.read-more {
  display: block !important;
  opacity: 1;
}
.hwcc_cookie_bar.read-more:after {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.hwcc_cookie_bar.active {
  opacity: 1;
}
.hwcc_cookie_bar .cookie-bar-inner {
  display: flex;
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 13px;
  color: black;
  -webkit-font-smoothing: antialiased;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: nowrap;
    font-size: 14px;
    width: 100%;
  }
}
.hwcc_cookie_bar .cookie-bar-inner .sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.hwcc_cookie_bar .cookie-bar-inner .cookie-head {
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner .cookie-head {
    margin-right: 15px;
    margin-bottom: 0;
    max-width: 700px;
    margin-right: auto;
  }
}
.hwcc_cookie_bar .cookie-bar-inner a {
  color: #002A57;
  font-weight: bold;
  text-decoration: underline;
}
.hwcc_cookie_bar .cookie-bar-inner button {
  border: 0;
  background: transparent;
  font-size: 13px;
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-weight: normal;
  display: flex;
  padding: 15px 20px;
  margin-left: auto;
  font-size: 16px;
  border-radius: 25px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner button {
    cursor: pointer;
    margin-left: 15px;
  }
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies {
  background: #002A57;
  color: #ffffff;
  border-radius: 25px;
  flex-shrink: 0;
  font-size: 16px;
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings {
  flex-shrink: 0;
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings:after {
  content: "";
  line-height: 17px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}
.hwcc_cookie_bar .cookie-bar-inner button:hover {
  background: #776136;
  color: #ffffff;
}
.hwcc_cookie_bar .read-more-cookies {
  display: none;
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  justify-content: space-between;
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #fff;
  min-height: 300px;
  z-index: 2000000;
  position: fixed;
  color: #000;
  flex-direction: column;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies {
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -150px;
    flex-direction: row;
  }
}
.hwcc_cookie_bar .read-more-cookies.visible {
  display: flex;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies .tab-nav {
    min-width: 150px;
    flex-shrink: 0;
  }
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button, .hwcc_cookie_bar .read-more-cookies .tab-nav button {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: left;
  background: #F2F2F2;
  border: 0;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  font-family: "IBM Plex Sans", arial, sans-serif;
  color: #002A57;
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button.active, .hwcc_cookie_bar .read-more-cookies .tab-nav button.active {
  background: #fff;
}
.hwcc_cookie_bar .read-more-cookies .tab-target {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab {
  display: none;
  padding: 20px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab.active {
  display: block;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] {
  margin-left: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled {
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled + label {
  opacity: 0.6;
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info {
  max-height: 200px;
  overflow: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-family: "IBM Plex Sans", arial, sans-serif;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table tr td {
  padding: 5px 0;
  border-bottom: 1px solid lightgray;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table th {
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid lightgray;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper {
  text-align: right;
  padding: 20px;
  margin-top: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button {
  border: 0;
  width: 100%;
  padding: 15px 20px;
  cursor: pointer;
  margin-top: 10px;
  background: #002A57;
  border-radius: 25px;
  flex-shrink: 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button:hover {
  background: #776136;
  color: #ffffff;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option {
  background: #F2F2F2;
  color: #002A57;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option:before {
  display: none;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option:hover {
  background: #776136;
  color: #ffffff;
}
.cookie-consent label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "IBM Plex Sans", arial, sans-serif;
}
.cookie-consent label input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  background: gray;
  cursor: pointer;
}
.cookie-consent label input[type="checkbox"]:checked {
  background: gray;
}
.cookie-consent label input[type="checkbox"]:checked:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 13px;
  font-weight: bold;
}
.cookie-consent .cookie_settings {
  border: 0;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  background: #015DA5;
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: bold;
  color: white;
  border-radius: 50px;
  padding: 15px 20px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.cookie-consent .cookie_settings:hover {
  background-color: #9A7E46;
}
.cookie-consent .cookie_settings:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.cookie-bar-active-blocker {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100000000;
  -webkit-font-smoothing: antialiased;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.cookie-bar-active-blocker.active {
  opacity: 1;
}
.iconblock {
  background-color: #002A57;
  border-radius: 5px;
  height: 250px;
  position: relative;
  display: flex;
  margin: 50px 0;
}
@media (min-width: 825px) {
  .iconblock {
    height: 400px;
  }
}
.iconblock .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #001933;
  opacity: 0.5;
}
.iconblock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px !important;
}
.iconblock .icon-block-inner {
  position: absolute;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 825px) {
  .iconblock .icon-block-inner {
    padding: 50px;
  }
}
.iconblock .icon-block-inner h2, .iconblock .icon-block-inner p, .iconblock .icon-block-inner li, .iconblock .icon-block-inner .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .iconblock .icon-block-inner li:not(.blocks-gallery-item) {
  color: #ffffff;
}
.iconblock .icon-block-inner h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 825px) {
  .iconblock .icon-block-inner h2 {
    font-size: 80px;
  }
}
.iconblock .icon-block-inner .wp-block-button {
  margin-top: 20px;
}
.elementor-widget-call-to-action .elementor-cta__content p, .elementor-widget-call-to-action .elementor-cta__content li, .elementor-widget-call-to-action .elementor-cta__content .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .elementor-widget-call-to-action .elementor-cta__content li:not(.blocks-gallery-item) {
  color: white !important;
}
.icon-list {
  margin-bottom: 10px !important;
}
.icon-list .grid-item-inner {
  display: flex;
  align-items: center;
}
.icon-list .grid-item-inner img {
  width: 18px;
  max-height: 18px;
  margin-right: 6px;
}
.icon-list .grid-item-inner p, .icon-list .grid-item-inner li, .icon-list .grid-item-inner .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .icon-list .grid-item-inner li:not(.blocks-gallery-item) {
  margin-bottom: 0;
  margin-top: 0;
}
.elementor-widget-button .elementor-button {
  background-color: #015DA5;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.elementor-widget-button .elementor-button:hover {
  background-color: #9A7E46;
  color: #ffffff;
}
.elementor-widget-button .elementor-button .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.elementor-widget-button .elementor-button:visited {
  background-color: #015DA5;
}
.elementor-widget-button .elementor-button:visited:hover {
  background-color: #9A7E46;
  color: #ffffff;
}
.hero .elementor-widget-button .elementor-button {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
  border: 1px solid #ffffff;
}
.hero .elementor-widget-button .elementor-button:hover {
  background-color: #ffffff;
  color: #776136;
}
.hero .elementor-widget-button .elementor-button .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.hero .elementor-widget-button .elementor-button:visited {
  background-color: transparent;
}
.hero .elementor-widget-button .elementor-button:visited:hover {
  background-color: #ffffff;
  color: #776136;
}
.elementor-widget-button.elementor-button-info .elementor-button {
  background-color: #002A57;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.elementor-widget-button.elementor-button-info .elementor-button:hover {
  background-color: #776136;
  color: #ffffff;
}
.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.elementor-widget-button.elementor-button-info .elementor-button:visited {
  background-color: #002A57;
}
.elementor-widget-button.elementor-button-info .elementor-button:visited:hover {
  background-color: #776136;
  color: #ffffff;
}
.elementor-widget-button.elementor-button-success .elementor-button {
  background-color: #002A57;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
  border: 1px solid #ffffff;
}
.elementor-widget-button.elementor-button-success .elementor-button:hover {
  background-color: #ffffff;
  color: #776136;
}
.elementor-widget-button.elementor-button-success .elementor-button .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.elementor-widget-button.elementor-button-success .elementor-button:visited {
  background-color: #002A57;
}
.elementor-widget-button.elementor-button-success .elementor-button:visited:hover {
  background-color: #ffffff;
  color: #776136;
}
.elementor-widget-button.elementor-button-danger .elementor-button {
  background-color: #ffffff;
  color: #002A57;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.elementor-widget-button.elementor-button-danger .elementor-button:hover {
  background-color: #776136;
  color: #ffffff;
}
.elementor-widget-button.elementor-button-danger .elementor-button .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.elementor-widget-button.elementor-button-danger .elementor-button:visited {
  background-color: #ffffff;
}
.elementor-widget-button.elementor-button-danger .elementor-button:visited:hover {
  background-color: #776136;
  color: #ffffff;
}
.elementor-field-type-submit .elementor-button {
  background-color: #015DA5;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.elementor-field-type-submit .elementor-button:hover {
  background-color: #9A7E46;
  color: #ffffff;
}
.elementor-field-type-submit .elementor-button .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.elementor-field-type-submit .elementor-button:visited {
  background-color: #015DA5;
}
.elementor-field-type-submit .elementor-button:visited:hover {
  background-color: #9A7E46;
  color: #ffffff;
}
.wp-block-button .wp-block-button__link {
  background-color: #015DA5;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #9A7E46;
  color: #ffffff;
}
.wp-block-button .wp-block-button__link .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.wp-block-button .wp-block-button__link:visited {
  background-color: #015DA5;
}
.wp-block-button .wp-block-button__link:visited:hover {
  background-color: #9A7E46;
  color: #ffffff;
}
.iconblock .wp-block-button .wp-block-button__link {
  background-color: #ffffff;
  color: #002A57;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.iconblock .wp-block-button .wp-block-button__link:hover {
  background-color: #776136;
  color: #ffffff;
}
.iconblock .wp-block-button .wp-block-button__link .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.iconblock .wp-block-button .wp-block-button__link:visited {
  background-color: #ffffff;
}
.iconblock .wp-block-button .wp-block-button__link:visited:hover {
  background-color: #776136;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #002A57;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #776136;
  color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.wp-block-button.is-style-outline .wp-block-button__link:visited {
  background-color: #002A57;
}
.wp-block-button.is-style-outline .wp-block-button__link:visited:hover {
  background-color: #776136;
  color: #ffffff;
}
.wp-block-button.simple .wp-block-button__link {
  background-color: transparent;
  color: #002A57;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
}
.wp-block-button.simple .wp-block-button__link:hover {
  background-color: transparent;
  color: #776136;
}
.wp-block-button.simple .wp-block-button__link .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.wp-block-button.simple .wp-block-button__link:visited {
  background-color: transparent;
}
.wp-block-button.simple .wp-block-button__link:visited:hover {
  background-color: transparent;
  color: #776136;
}
.wp-block-button.simple .wp-block-button__link:after {
  content: url("/wp-content/uploads/2021/02/arrow.svg");
  margin-left: 15px;
}
#linkbutton {
  margin-bottom: 20px;
}
.alignright {
  display: flex;
  justify-content: flex-end;
}
.page-id-797 .elementor-widget-button {
  margin-bottom: 10px !important;
}
.searchandfilter {
  margin-bottom: 50px;
}
.searchandfilter ul {
  padding-left: 0;
}
.searchandfilter ul li:before {
  content: none !important;
}
.searchandfilter ul li h4 {
  margin-right: 20px;
}
.searchandfilter ul li label {
  width: 100%;
}
.searchandfilter ul li label input {
  width: 100%;
  height: 50px;
  background-color: #002A57;
  color: white;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
}
@media (min-width: 1054px) {
  .searchandfilter ul li label input {
    font-size: 17px;
  }
}
.searchandfilter ul li label input::placeholder {
  color: white;
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 15px;
}
@media (min-width: 1054px) {
  .searchandfilter ul li label input::placeholder {
    font-size: 17px;
  }
}
.searchandfilter ul li:before {
  content: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  background-color: #002A57;
  color: white;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border: none;
  font-weight: normal;
  margin: 5px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-pagenavi span.current, .wp-pagenavi a.current {
  background-color: #9A7E46;
  font-weight: normal;
}
.wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  background-color: transparent;
}
.wp-pagenavi span.previouspostslink, .wp-pagenavi a.previouspostslink {
  transform: rotate(180deg);
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #9A7E46;
}
.navigation {
  display: flex;
  flex-wrap: wrap;
}
.navigation a {
  background-color: #015DA5;
  margin: 10px 10px 10px 0;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.navigation a:hover {
  background-color: #9A7E46;
}
.navigation a p, .navigation a li, .navigation a .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .navigation a li:not(.blocks-gallery-item) {
  color: white;
  padding: 5px 20px;
  margin-bottom: 0;
}
.wp-block-table {
  font-family: "IBM Plex Sans", arial, sans-serif;
  color: #002A57;
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table table thead tr th {
  background-color: #e5e5e5;
  padding: 10px;
  border: 2px solid #ffffff;
  text-align: left;
}
.wp-block-table table tbody tr td {
  background-color: #F2F2F2;
  padding: 10px;
  border: 2px solid #ffffff;
}
.blocks-gallery-item {
  align-self: center !important;
}
.elementor-widget-share-buttons {
  margin-bottom: 50px;
}
.elementor-widget-share-buttons .elementor-grid {
  grid-row-gap: 10px;
}
.elementor-widget-share-buttons .elementor-grid .elementor-share-btn {
  height: auto;
}
.elementor-widget-share-buttons .elementor-grid .elementor-share-btn.elementor-share-btn_facebook i:before {
  content: url("/wp-content/uploads/2021/02/facebook-circle.svg");
}
.elementor-widget-share-buttons .elementor-grid .elementor-share-btn.elementor-share-btn_email i:before {
  content: url("/wp-content/uploads/2021/02/envelope.svg");
}
.elementor-widget-share-buttons .elementor-share-btn__icon {
  background-color: transparent !important;
  color: #002A57 !important;
  width: auto;
}
.elementor-widget-share-buttons .elementor-share-btn__text {
  padding-left: 5px;
}
.elementor-widget-share-buttons .elementor-share-btn__text span {
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-weight: normal;
  color: #002A57;
}
.elementor-form label, .elementor-form input, .elementor-form textarea {
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #002A57;
}
@media (min-width: 1054px) {
  .elementor-form label, .elementor-form input, .elementor-form textarea {
    font-size: 17px;
  }
}
.elementor-form .elementor-field-group .elementor-field-textual {
  background-color: #F2F2F2 !important;
  color: #002A57;
  border: none;
}
.elementor-form .elementor-field-group .elementor-select-wrapper select {
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #002A57;
}
@media (min-width: 1054px) {
  .elementor-form .elementor-field-group .elementor-select-wrapper select {
    font-size: 17px;
  }
}
.elementor-form .elementor-field-group .elementor-button {
  margin-top: 1em;
  cursor: pointer;
  flex-basis: 30%;
  border-radius: 100px;
  font-size: 18px;
}
.elementor-form .elementor-field-group .elementor-button .elementor-button-icon {
  display: none;
}
.header {
  z-index: 10000;
  position: fixed;
  height: 65px;
  width: 100%;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  background-color: #001933;
}
@media (min-width: 825px) {
  .header {
    height: 100px;
    z-index: 10000;
    top: 0;
    overflow: visible;
  }
}
.home .header {
  background-color: rgba(0, 25, 51, 0.95);
}
.header.fixed {
  z-index: 10000;
  width: 100%;
  background-color: rgba(0, 25, 51, 0.95);
}
.header .row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1240px;
  padding: 20px 30px;
  align-items: center;
}
@media (min-width: 500px) and (max-width: 1100px) {
  .header .row {
    padding: 20px;
  }
}
@media (min-width: 1100px) {
  .header .row {
    align-items: center;
    padding: 10px;
  }
}
.header .row .custom-logo-link img {
  width: 130px;
}
@media (min-width: 1100px) {
  .header .row .custom-logo-link img {
    width: 200px;
  }
}
.header .row .menu-huvudmeny-container {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  background-color: rgba(0, 25, 51, 0.95);
  z-index: 100;
  overflow: scroll;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container {
    position: static;
    padding: 0;
    right: 0;
    height: auto;
    align-items: center;
    width: 100%;
    margin: 0;
    background-color: transparent;
    margin-left: auto;
    justify-content: flex-end;
    overflow: visible;
  }
}
.header .row .menu-huvudmeny-container .menu-item-69 {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
  border-bottom: none;
  border: 1px solid #ffffff;
  height: 45px;
  margin: 35px 25px 10px;
}
.header .row .menu-huvudmeny-container .menu-item-69:hover {
  background-color: #ffffff;
  color: #776136;
}
.header .row .menu-huvudmeny-container .menu-item-69 .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.header .row .menu-huvudmeny-container .menu-item-69:visited {
  background-color: transparent;
}
.header .row .menu-huvudmeny-container .menu-item-69:visited:hover {
  background-color: #ffffff;
  color: #776136;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container .menu-item-69 {
    margin: 0 10px 10px;
  }
}
.header .row .menu-huvudmeny-container .menu-item-69 a {
  padding: 7px 24px;
  border: none;
  margin: 0 auto;
}
.header .row .menu-huvudmeny-container .menu-item-69 a:hover {
  border: none;
  color: #9A7E46;
}
.header .row .menu-huvudmeny-container .menu-item-76 {
  background-color: #002A57;
  color: #ffffff;
  cursor: pointer;
  flex-basis: auto;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  font-family: "IBM Plex Sans", arial, sans-serif;
  border-radius: 100px;
  font-size: 18px;
  border: none;
  height: 45px;
}
.header .row .menu-huvudmeny-container .menu-item-76:hover {
  background-color: #776136;
  color: #ffffff;
}
.header .row .menu-huvudmeny-container .menu-item-76 .elementor-button-icon {
  order: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.header .row .menu-huvudmeny-container .menu-item-76:visited {
  background-color: #002A57;
}
.header .row .menu-huvudmeny-container .menu-item-76:visited:hover {
  background-color: #776136;
  color: #ffffff;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container .menu-item-76 {
    margin: 0 10px 10px;
  }
}
.header .row .menu-huvudmeny-container .menu-item-76 a {
  padding: 7px 24px;
  border: none;
  margin: 0 auto;
}
.header .row .menu-huvudmeny-container .menu-item-76 a:hover {
  border: none;
}
.header .row .menu-huvudmeny-container > ul {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: auto;
    align-items: center;
  }
}
.header .row .menu-huvudmeny-container > ul > li {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 25px 10px;
  justify-content: space-between;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li {
    margin-left: 20px;
    text-align: left;
    overflow: hidden;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    justify-content: flex-start;
  }
}
.header .row .menu-huvudmeny-container > ul > li.current-menu-item > a {
  color: #ffffff;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li.current-menu-item > a {
    color: #ffffff;
  }
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li.menu-item-has-children {
    padding: 40px 0;
  }
  .header .row .menu-huvudmeny-container > ul > li.menu-item-has-children > a:after {
    content: url("/wp-content/uploads/2021/02/open-closed.svg");
    margin-left: 10px;
  }
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li:hover, .header .row .menu-huvudmeny-container > ul > li:focus-within {
    overflow: visible;
  }
  .header .row .menu-huvudmeny-container > ul > li:hover .sub-menu, .header .row .menu-huvudmeny-container > ul > li:focus-within .sub-menu {
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover {
    overflow: visible;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu {
    opacity: 1;
    -moz-opacity: 1;
    /* Firefox and Mozilla browsers */
    -webkit-opacity: 1;
    /* WebKit browser e.g. Safari */
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu .menu-item-has-children:hover {
    overflow: visible;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    -moz-opacity: 1;
    /* Firefox and Mozilla browsers */
    -webkit-opacity: 1;
    /* WebKit browser e.g. Safari */
  }
}
.header .row .menu-huvudmeny-container > ul > li a {
  display: block;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 0;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Sans", "arial", sans-serif;
  border: 0;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li a {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li a {
    display: inline-flex;
    font-weight: normal;
    height: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
    padding: 0;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .header .row .menu-huvudmeny-container > ul > li a:hover {
    border-color: #ffffff;
  }
}
@media (min-width: 1100px) {
  .fixed.header .row .menu-huvudmeny-container > ul > li a {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .fixed.header .row .menu-huvudmeny-container > ul > li a:hover {
    color: #9A7E46;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu {
  display: none;
  width: 100%;
  order: 100;
  background-color: transparent;
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu {
    background-color: rgba(0, 25, 51, 0.95);
    z-index: 1000;
    -moz-opacity: 0;
    /* Firefox and Mozilla browsers */
    -webkit-opacity: 0;
    /* WebKit browser e.g. Safari */
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    padding-left: calc((100% - 1240px) / 2);
    padding-right: calc((100% - 1240px) / 2);
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu li {
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu li {
    width: 30%;
    margin: 10px;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu li:after {
  content: url("/wp-content/uploads/2021/02/right-white.svg");
  margin-left: 15px;
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu li a {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0 15px;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu li a {
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
  }
  .header .row .menu-huvudmeny-container > ul > li .sub-menu li a:hover {
    border-color: transparent;
    color: #9A7E46;
  }
}
.header .row .menu-huvudmeny-container > ul > li .expand {
  width: 7%;
  height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
@media (min-width: 1100px) {
  .header .row .menu-huvudmeny-container > ul > li .expand {
    display: none;
  }
}
.header .row .menu-huvudmeny-container > ul > li .expand:before {
  content: url("/wp-content/uploads/2021/02/open-closed.svg");
}
.header .row .menu-huvudmeny-container > ul > li .expand.open:before {
  content: url("/wp-content/uploads/2021/02/open-white.svg");
}
.header .row .menu-huvudmeny-container.opened {
  right: 0;
}
.header .top-menu {
  background: #002A57;
  padding: 10px;
}
.header .top-menu .row {
  padding: 0;
  display: flex;
}
@media (min-width: 500px) {
  .header .top-menu .row {
    width: 100%;
    background: #002A57;
    justify-content: flex-end;
  }
}
.header .top-menu .row .menu-box {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 500px) {
  .header .top-menu .row .menu-box {
    padding-left: 20px;
  }
}
.header .menu-toggle {
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
@media (min-width: 500px) {
  .header .menu-toggle {
    right: 25px;
    top: 31px;
  }
}
.header .menu-toggle:after {
  content: url("/wp-content/uploads/2021/02/menu-white.svg");
}
@media (min-width: 1100px) {
  .header .menu-toggle {
    display: none;
  }
}
.header .menu-toggle.opened:after {
  content: url("/wp-content/uploads/2021/02/close-white.svg");
}
@media (min-width: 825px) {
  .hero {
    margin-top: 50px;
  }
}
.hero .elementor-image, .hero .elementor-widget-image {
  height: 30vh;
}
@media (min-width: 825px) {
  .hero .elementor-image, .hero .elementor-widget-image {
    height: 500px;
  }
}
@media (min-width: 1500px) {
  .hero .elementor-image, .hero .elementor-widget-image {
    height: 700px;
  }
}
.hero .elementor-image img, .hero .elementor-image .elementor-widget-container, .hero .elementor-widget-image img, .hero .elementor-widget-image .elementor-widget-container {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero.home {
  padding: 100px 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 825px) {
  .hero.home {
    padding: 200px 0;
    margin-top: -120px;
  }
}
.hero.home .elementor-image {
  height: 80vh;
}
.hero.home .elementor-widget-shortcode {
  margin-bottom: 10px;
}
.hero.home h1, .hero.home p, .hero.home li, .hero.home .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .hero.home li:not(.blocks-gallery-item) {
  text-align: center;
  color: #ffffff;
  max-width: calc((1240px / 12) * 8);
  margin-left: auto;
  margin-right: auto;
}
.hero.home h1 {
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 100px;
}
@media (min-width: 825px) {
  .hero.home h1 {
    font-size: 100px;
  }
}
.hero.home .wp-block-hw-ingress-box {
  margin-bottom: 0;
  max-width: 600px;
}
.hero .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.footer {
  background-color: #001933;
  padding: 30px 0 0 0;
  color: #ffffff;
  margin-top: 50px;
}
.footer h4 {
  font-family: "IBM Plex Sans", "arial", sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  color: #ffffff;
}
.footer p, .footer li, .footer .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .footer li:not(.blocks-gallery-item), .footer a {
  font-family: "IBM Plex Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
  text-decoration: none !important;
}
.footer p:first-of-type, .footer a:first-of-type {
  margin-top: 0;
}
@media (min-width: 825px) {
  .footer {
    padding: 80px 0 0 0;
  }
}
.footer .elementor-widget:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 825px) {
  .footer .elementor-widget:not(:last-child) {
    margin-bottom: 30px;
  }
}
.footer-bottom {
  background-color: #001933;
  padding: 20px;
  margin-top: -2px;
}
@media (min-width: 825px) {
  .footer-bottom {
    padding: 0 0 40px 0;
  }
}
.footer-bottom a, .footer-bottom p, .footer-bottom li, .footer-bottom .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .footer-bottom li:not(.blocks-gallery-item) {
  color: #ffffff;
  text-decoration: none !important;
  font-size: 18px;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
}
body * {
  box-sizing: border-box;
}
.margin {
  margin-top: 50px;
}
@media (max-width: 825px) {
  .margin {
    padding: 0 30px;
  }
}
@media (max-width: 825px) {
  .singles-posts, .news-mobile {
    padding: 0 30px;
  }
}
. #main .row {
  max-width: 1240px;
}
.elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > * {
  max-width: calc((1240px / 12) * 8);
  margin-right: auto;
  margin-left: auto;
}
.elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.wp-block-image, .elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.wp-block-gallery {
  max-width: calc((1240px / 12) * 10);
}
.elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.grid-item-wrapper, .elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.search-filter-results {
  max-width: 1240px;
}
.elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.grid-item-wrapper.icon-list-wrapper, .elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.grid-item-wrapper.post-type-training, .elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.search-filter-results.icon-list-wrapper, .elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.search-filter-results.post-type-training {
  max-width: calc((1240px / 12) * 8);
}
.elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container > *.fullwidth {
  max-width: 100%;
  margin: 50px auto;
  border: 5px solid #F2F2F2;
}
.elementor-location-single .elementor-widget-breadcrumbs {
  max-width: calc((1240px / 12) * 8);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.home .elementor-location-single h2, .home .elementor-location-single h3, .home .elementor-location-single p, .home .elementor-location-single li, .home .elementor-location-single .elementor-widget-container ul li:not(.blocks-gallery-item), .elementor-widget-container ul .home .elementor-location-single li:not(.blocks-gallery-item) {
  max-width: calc((1240px / 12) * 8);
}
.elementor-location-single .elementor-heading-title, .elementor-location-single .elementor-post-info.elementor-icon-list-items, .elementor-location-single .narrow {
  max-width: calc((1240px / 12) * 8);
  margin-right: auto;
  margin-left: auto;
}
.elementor-location-single .elementor-widget-post-info {
  margin-bottom: 20px !important;
}
.elementor-location-single .elementor-widget-post-info .elementor-post-info {
  margin: auto !important;
}
.elementor-location-single .elementor-widget-post-info .elementor-icon-list-item {
  margin-left: 0 !important;
}
.elementor-location-single .elementor-widget-post-info .elementor-icon-list-item:before {
  content: none;
}
.elementor-location-single .wp-block-image {
  margin: 50px auto;
}
.elementor-location-single .wp-block-image img {
  border-radius: 5px;
}
