@charset "UTF-8";
/* ############################################################################ PARTIALS ############################################################################ */
/* SETTINGS */
/* ############################################################################ SETTINGS ############################################################################ */
/* -------------------------- COLOR -------------------------- */
/* -------------------------- FONT -------------------------- */
@import url("https://use.typekit.net/wfu2slb.css");
/* WEIGHT */
/* SIZE */
/* LINE HEIGHT */
/* COLOR */
/* -------------------------- PADDING & MARGINS -------------------------- */
/* PADDING */
/* MARGIN */
/* MIXINS */
/* ############################################################################ MIXINS ############################################################################ */
/* BOOTRAP */
/* ############################################################################ BOOTSTRAP CORE ############################################################################ */
/* -------------------------- AUTOFILL -------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0px 1000px rgb(79, 85, 88) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* -------------------------- CAROUSEL -------------------------- */
.carousel ol.carousel-indicators {
  position: relative;
  margin-bottom: 0;
}
.carousel ol.carousel-indicators > li {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 1px solid rgb(79, 85, 88);
  opacity: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.carousel ol.carousel-indicators > li.active {
  background-color: rgb(79, 85, 88);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.carousel .carousel-inner {
  margin-bottom: 5rem;
}

/* -------------------------- VIDEO -------------------------- */
.videos {
  overflow: hidden;
}
.videos .videos-main {
  height: 60rem;
  margin-bottom: 5rem;
}
.videos .videos-main .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.videos .videos-main .video-item:nth-child(0) {
  left: calc(100% * (0 - 1));
}
.videos .videos-main .video-item:nth-child(1) {
  left: calc(100% * (1 - 1));
}
.videos .videos-main .video-item:nth-child(2) {
  left: calc(100% * (2 - 1));
}
.videos .videos-main .video-item:nth-child(3) {
  left: calc(100% * (3 - 1));
}
.videos .videos-main .video-item:nth-child(4) {
  left: calc(100% * (4 - 1));
}
.videos .videos-main .video-item:nth-child(5) {
  left: calc(100% * (5 - 1));
}
.videos .videos-main .video-item:nth-child(6) {
  left: calc(100% * (6 - 1));
}
.videos .videos-main .video-item:nth-child(7) {
  left: calc(100% * (7 - 1));
}
.videos .videos-main .video-item:nth-child(8) {
  left: calc(100% * (8 - 1));
}
.videos .videos-main .video-item:nth-child(9) {
  left: calc(100% * (9 - 1));
}
.videos .videos-main .video-item:nth-child(10) {
  left: calc(100% * (10 - 1));
}
.videos .videos-main .video-item.active {
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.videos .videos-main .video-item > .overlay {
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.videos .videos-main .video-item > .overlay > .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 85, 88, 0.6);
}
.videos .videos-main .video-item > .overlay > .background {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.videos .videos-main .video-item > .overlay h2.title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5rem;
  font-family: "oswald", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding-left: 15%;
  padding-right: calc(15rem + 15%);
}
.videos .videos-main .video-item > .overlay .icon {
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/play.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem;
  width: 10rem;
}
.videos .videos-main .video-item > .overlay.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.videos .videos-main .video-item > .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.videos .videos-main .video-item > .video > iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .videos .videos-main {
    height: 45rem;
  }
}
@media (max-width: 767.98px) {
  .videos .videos-main {
    height: 30rem;
    margin-bottom: 3rem;
  }
  .videos .videos-main .video-item > .overlay h2.title {
    font-size: 2.2rem;
    line-height: 3.8rem;
    padding-left: 10%;
    padding-right: calc(9rem + 10%);
  }
  .videos .videos-main .video-item > .overlay .icon {
    right: 10%;
    height: 6rem;
    width: 6rem;
  }
}
@media (max-width: 575.98px) {
  .videos .videos-main {
    height: 20rem;
  }
  .videos .videos-main .video-item > .overlay h2.title {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-left: 10%;
    padding-right: calc(6rem + 10%);
  }
  .videos .videos-main .video-item > .overlay .icon {
    right: 10%;
    height: 4rem;
    width: 4rem;
  }
}
.videos .indicators > ul.indicators-list {
  margin: 0;
  list-style: none;
}
.videos .indicators > ul.indicators-list > li.indicator-item {
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid rgb(79, 85, 88);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.videos .indicators > ul.indicators-list > li.indicator-item.active {
  background-color: rgb(79, 85, 88);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

/* WORDPRESS */
/* ############################################################################ WORDPRESS CORE ############################################################################ */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0 !important;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* BACKGROUND */
/* ####################################################################### BACKGROUND ############################################################################ */
.bg.color-white {
  background-color: rgb(255, 255, 255);
}
.bg.color-lightgrey {
  background-color: rgb(241, 241, 241);
}
.bg.color-grey {
  background-color: rgb(220, 220, 220);
}
.bg.color-dark {
  background-color: rgb(79, 85, 88);
  color: rgb(255, 255, 255);
}
.bg.color-dark h1,
.bg.color-dark h2,
.bg.color-dark h3,
.bg.color-dark h4,
.bg.color-dark p {
  color: rgb(255, 255, 255);
}
.bg.color-dark a {
  color: rgb(255, 255, 255);
}
.bg.color-pink {
  background-color: rgb(238, 44, 108);
  color: rgb(255, 255, 255);
}
.bg.color-pink h1,
.bg.color-pink h2,
.bg.color-pink h3,
.bg.color-pink h4,
.bg.color-pink p {
  color: rgb(255, 255, 255);
}
.bg.color-pink a {
  color: rgb(255, 255, 255);
}
.bg.color-turquoise {
  background-color: rgb(91, 196, 191);
  color: rgb(255, 255, 255);
}
.bg.color-turquoise h1,
.bg.color-turquoise h2,
.bg.color-turquoise h3,
.bg.color-turquoise h4,
.bg.color-turquoise p {
  color: rgb(255, 255, 255);
}
.bg.color-turquoise a {
  color: rgb(255, 255, 255);
}
.bg.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg.image.negative-font-color {
  color: rgb(255, 255, 255);
}
.bg.image.negative-font-color h1,
.bg.image.negative-font-color h2,
.bg.image.negative-font-color h3,
.bg.image.negative-font-color h4,
.bg.image.negative-font-color p {
  color: rgb(255, 255, 255);
}
.bg.image.negative-font-color a {
  color: rgb(255, 255, 255);
}

/* PADDING */
/* ####################################################################### PADDINGS ############################################################################ */
.padding-small {
  padding: 2rem;
}

.padding-top-small {
  padding-top: 2rem;
}

.padding-bottom-small {
  padding-bottom: 2rem;
}

.padding-left-small {
  padding-left: 2rem;
}

.padding-right-small {
  padding-right: 2rem;
}

.padding-x-small {
  padding-right: 2rem;
  padding-left: 2rem;
}

.padding-y-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-medium {
  padding: 5rem;
}

.padding-top-medium {
  padding-top: 5rem;
}

.padding-bottom-medium {
  padding-bottom: 5rem;
}

.padding-left-medium {
  padding-left: 5rem;
}

.padding-right-medium {
  padding-right: 5rem;
}

.padding-x-medium {
  padding-right: 5rem;
  padding-left: 5rem;
}

.padding-y-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-large {
  padding: 7rem;
}

.padding-top-large {
  padding-top: 7rem;
}

.padding-bottom-large {
  padding-bottom: 7rem;
}

.padding-left-large {
  padding-left: 7rem;
}

.padding-right-large {
  padding-right: 7rem;
}

.padding-x-large {
  padding-right: 7rem;
  padding-left: 7rem;
}

.padding-y-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-2x-large {
  padding: 10rem;
}

.padding-top-2x-large {
  padding-top: 10rem;
}

.padding-bottom-2x-large {
  padding-bottom: 10rem;
}

.padding-left-2x-large {
  padding-left: 10rem;
}

.padding-right-2x-large {
  padding-right: 10rem;
}

.padding-x-2x-large {
  padding-right: 10rem;
  padding-left: 10rem;
}

.padding-y-2x-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-none {
  padding: 0;
}

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

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

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

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

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

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

/* PADDING */
/* ####################################################################### LINK BUTTON ############################################################################ */
a.button,
button,
input[type=submit] {
  display: inline-block;
  color: rgb(255, 255, 255);
  margin: 2rem 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 1.5rem 2rem;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
a.button.grey,
button.grey,
input[type=submit].grey {
  background-color: rgb(79, 85, 88);
  border: 1px solid rgb(79, 85, 88);
}
a.button.pink,
button.pink,
input[type=submit].pink {
  background-color: rgb(238, 44, 108);
  border: 1px solid rgb(238, 44, 108);
}
a.button.turquoise,
button.turquoise,
input[type=submit].turquoise {
  background-color: rgb(91, 196, 191);
  border: 1px solid rgb(91, 196, 191);
}
a.button:hover,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
a.button:hover.grey,
button:hover.grey,
input[type=submit]:hover.grey {
  background-color: transparent;
  color: rgb(79, 85, 88);
}
a.button:hover.pink,
button:hover.pink,
input[type=submit]:hover.pink {
  background-color: transparent;
  color: rgb(238, 44, 108);
}
a.button:hover.turquoise,
button:hover.turquoise,
input[type=submit]:hover.turquoise {
  background-color: transparent;
  color: rgb(91, 196, 191);
}

header .header-content.color-dark a.button {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
header .header-content.color-dark a.button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(79, 85, 88);
}
header .header-content.color-pink a.button {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
header .header-content.color-pink a.button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(238, 44, 108);
}
header .header-content.color-turquoise a.button {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
header .header-content.color-turquoise a.button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(91, 196, 191);
}

/* ####################################################################### TABLES ############################################################################ */
table > tbody > tr > td {
  border: 1px solid rgb(220, 220, 220);
  padding: 1.2rem 2rem;
}
table > tbody > tr:first-child {
  font-weight: 500;
}
table > tbody > tr:first-child > td {
  border-bottom: 2px solid rgb(220, 220, 220);
}

/* ######################## FILM IFRAMES ####################### */
.page-id-4494 iframe {
  height: 400px;
}

/* ######################## FLOWFLOW MOBILE ################## */
@media (max-width: 991px) {
  .ff-item {
    width: 100% !important;
    margin-bottom: 5rem;
  }
}
/* ###################### TABLE BTN ##################### */
@media (max-width: 991px) {
  #order input[type=submit], #order input[type=submit][disabled] #order input[type=submit]:visited {
    float: left !important;
  }
}
/* NAV */
/* ####################################################################### NAV ############################################################################ */
nav.site-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav.site-navigation .logo {
  position: fixed;
  padding: 1rem;
  z-index: 50;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav.site-navigation .logo > a {
  display: block;
}
nav.site-navigation .logo > a > img {
  height: 12.5rem;
}
@media (max-width: 575.98px) {
  nav.site-navigation .logo > a > img {
    height: 10rem;
  }
}
nav.site-navigation .logo.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
nav.site-navigation .hamburger {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgb(238, 44, 108);
  padding: 1.5rem;
  margin: 3rem;
  cursor: pointer;
  z-index: 50;
}
nav.site-navigation .hamburger.dark {
  background-color: rgb(79, 85, 88);
}
nav.site-navigation .hamburger > .bar {
  height: 1px;
  width: 3.4rem;
  background-color: rgb(255, 255, 255);
}
nav.site-navigation .hamburger > .bar:nth-child(2) {
  margin: 9px 0;
}
@media (max-width: 575.98px) {
  nav.site-navigation .hamburger {
    margin: 1.5rem;
  }
}

section.navigation {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(79, 85, 88);
  padding: 10rem;
  z-index: 1100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.navigation > .container {
  height: 100% !important;
}
section.navigation > .container > .row {
  height: 100% !important;
  overflow: hidden;
}
section.navigation > .container > .row .main-menu-wrapper {
  position: relative;
  height: 100%;
}
section.navigation > .container > .row .main-menu-wrapper .main-menu-inner-wrapper {
  height: 100%;
  overflow-y: scroll; /* Add the ability to scroll */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
section.navigation > .container > .row .main-menu-wrapper .main-menu-inner-wrapper::-webkit-scrollbar {
  display: none;
}
section.navigation > .container > .row .main-menu-wrapper .main-menu-inner-wrapper > ul {
  position: relative;
}
section.navigation > .container > .row .main-menu-wrapper .overlay {
  width: 100%;
  height: 7rem;
  background-color: red;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background: rgb(79, 85, 88);
  background: -moz-linear-gradient(180deg, rgba(79, 85, 88, 0) 0%, rgba(79, 85, 88, 0.5) 30%, rgba(79, 85, 88, 0.8) 80%, rgba(79, 85, 88, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgba(79, 85, 88, 0) 0%, rgba(79, 85, 88, 0.5) 30%, rgba(79, 85, 88, 0.8) 80%, rgba(79, 85, 88, 0.9) 100%);
  background: linear-gradient(180deg, rgba(79, 85, 88, 0) 0%, rgba(79, 85, 88, 0.5) 30%, rgba(79, 85, 88, 0.8) 80%, rgba(79, 85, 88, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f5558",endColorstr="#4f5558",GradientType=1);
}
@media (max-width: 991.98px) {
  section.navigation > .container > .row .main-menu-wrapper .overlay {
    display: none;
  }
}
section.navigation > .container > .row .main-menu-wrapper:hover .overlay {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
section.navigation.active {
  display: block;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section.navigation .cross {
  position: absolute;
  right: 0;
  top: 0;
  margin: 3rem;
  padding: 2.5rem 1.5rem;
  cursor: pointer;
}
section.navigation .cross > .bar {
  height: 1px;
  width: 3.4rem;
  background-color: rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.navigation .cross > .bar:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 575.98px) {
  section.navigation .cross {
    margin: 1.5rem;
  }
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper {
  /* -------------------------- All MENU LEVELS -------------------------- */
  /* -------------------------- MENU LEVEL 1 -------------------------- */
  /* =========================================== FIRST MAIN MENU =========================================== */
  /* =========================================== SECOND MAIN MENU =========================================== */
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper ul,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper ul {
  list-style: none;
  margin: 0;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper ul li a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper ul li a {
  display: inline-block;
  color: rgb(255, 255, 255);
  border-left: 6px solid transparent;
  padding-left: 5rem;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper ul li a:hover,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper ul li a:hover {
  text-decoration: none;
  border-left: 6px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper > ul,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper > ul {
  border-left: 1px solid rgb(125, 133, 138);
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 100%;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper > ul > li,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper > ul > li {
  margin-bottom: 5rem;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper > ul > li:last-child,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper > ul > li:last-child {
  margin-bottom: 0;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper > ul > li > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper > ul > li > a {
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 1rem 0 1rem 5rem;
  margin-bottom: 2rem;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first {
  /* -------------------------- MENU LEVEL 1 -------------------------- */
  /* -------------------------- MENU LEVEL 2 -------------------------- */
  /* -------------------------- MENU LEVEL 3 or more -------------------------- */
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li.current-menu-item > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li.current-menu-item > a {
  border-left: 6px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li > a {
  font-size: 2.8rem;
  line-height: 4.8rem;
  font-weight: 700;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li.menu-item-has-children > .plus,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li.menu-item-has-children > .plus {
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 4rem;
  background-image: url("../images/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li.menu-item-has-children.active > .plus,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li.menu-item-has-children.active > .plus {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li.current-menu-item > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li.current-menu-item > a {
  border-left: 6px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul {
  display: none;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul li a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul li a {
  line-height: 3.8rem;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul li.current-menu-item > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul li.current-menu-item > a {
  border-left: 6px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul:after,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li ul:after {
  content: "";
  display: block;
  width: 20rem;
  margin: 2rem 0 2rem 5rem;
  border-bottom: 1px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second {
  /* -------------------------- MENU LEVEL 1 -------------------------- */
  /* -------------------------- MENU LEVEL 2 -------------------------- */
  /* -------------------------- MENU LEVEL 3 or more -------------------------- */
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li.current-menu-item > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li.current-menu-item > a {
  border-left: 6px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu {
  position: relative;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a {
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: 700;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li.menu-item-has-children > .plus,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li.menu-item-has-children > .plus {
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
  margin-left: 4rem;
  background-image: url("../images/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li.menu-item-has-children.active > .plus,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li.menu-item-has-children.active > .plus {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li.current-menu-item > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li.current-menu-item > a {
  border-left: 6px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul {
  display: none;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul li a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul li a {
  line-height: 3.8rem;
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul li.current-menu-item > a,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul li.current-menu-item > a {
  border-left: 6px solid rgb(125, 133, 138);
}
section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul:after,
section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li ul:after {
  content: "";
  display: block;
  width: 20rem;
  margin: 2rem 0 2rem 5rem;
  border-bottom: 1px solid rgb(125, 133, 138);
}
section.navigation .mobile-menu {
  height: 100%;
  overflow-y: scroll;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile {
  border-left: 1px solid rgb(125, 133, 138);
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper {
  margin-left: -1px;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper ul li a {
  padding-left: 4rem;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper > ul {
  padding: 0;
  border-left: none;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper > ul > li {
  margin-bottom: 3rem;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper > ul > li > a {
  font-size: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper.first {
  padding-top: 3rem;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li > a {
  font-size: 1.8rem;
  line-height: 3.8rem;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper.second {
  padding-bottom: 3rem;
}
section.navigation .mobile-menu .main-menu-wrapper-mobile .main-menu-inner-wrapper.second > ul > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.navigation .main-menu-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  section.navigation .main-menu-wrapper-mobile {
    display: none;
  }
}
@media (max-width: 575.98px) {
  section.navigation {
    padding: 8rem 3rem 5rem 3rem;
  }
}

/* FOOTER */
/* ####################################################################### FOOTER ############################################################################ */
footer h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
footer p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
footer .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
footer .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap > input {
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  padding: 0.8rem 1.6rem;
  color: rgb(255, 255, 255);
}
footer .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap > input::-webkit-input-placeholder {
  /* Edge */
  color: rgb(255, 255, 255);
}
footer .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(255, 255, 255);
}
footer .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap > input::placeholder {
  color: rgb(255, 255, 255);
}
footer .wpcf7 form.wpcf7-form .wpcf7-submit {
  width: 100%;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  color: rgb(79, 85, 88);
  text-transform: uppercase;
  font-weight: 500;
}
footer .wpcf7 form.wpcf7-form .ajax-loader {
  display: none;
}
footer .social-links {
  text-align: right;
}
footer .social-links a.social {
  display: inline-flex;
  margin-left: 0.5rem;
}
footer .social-links a.social:hover {
  text-decoration: none;
}
footer .quicklinks {
  text-align: left;
  margin-bottom: 2.5rem;
  display: block;
  width: 25rem;
  margin-left: calc(100% - 24rem);
}
footer .quicklinks li {
  margin-left: 1.2em;
}
footer .footer-column-one form p:last-of-type,
footer .footer-column-two form p:last-of-type,
footer .footer-column-three form p:last-of-type,
footer .footer-column-four form p:last-of-type {
  margin-bottom: 0;
}
footer #mc_embed_signup_scroll input[type=text]:focus-visible {
  outline: none;
}
footer #mc_embed_signup_scroll input[type=email]:focus-visible {
  outline: none;
}
footer #mc_embed_signup_scroll .submit-button {
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  footer .footer-column-one {
    order: 2;
  }
  footer .footer-column-two {
    order: 3;
  }
  footer .footer-column-three {
    order: 4;
  }
  footer .footer-column-three p:last-of-type {
    margin-bottom: 0;
  }
  footer .footer-column-four {
    order: 1;
    text-align: left;
  }
  footer .footer-column-one,
  footer .footer-column-two,
  footer .footer-column-four {
    margin-bottom: 3rem;
  }
}

/* HEADER */
/* ####################################################################### HEADER ############################################################################ */
header.large > .background-image, header.small > .background-image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header.large .bg , header.small .bg  {
  background-size: cover;
}
header.large .header-overlay, header.small .header-overlay {
  position: absolute;
  width: 100%;
  height: 20%;
  opacity: 0.8;
  z-index: 10;
  display: none;
  background: rgb(79, 85, 88);
  background: -moz-linear-gradient(0deg, rgba(79, 85, 88, 0) 0%, rgba(79, 85, 88, 0.5) 30%, rgba(79, 85, 88, 0.8) 80%, rgba(79, 85, 88, 0.9) 100%);
  background: -webkit-linear-gradient(0deg, rgba(79, 85, 88, 0) 0%, rgba(79, 85, 88, 0.5) 30%, rgba(79, 85, 88, 0.8) 80%, rgba(79, 85, 88, 0.9) 100%);
  background: linear-gradient(0deg, rgba(79, 85, 88, 0) 0%, rgba(79, 85, 88, 0.5) 30%, rgba(79, 85, 88, 0.8) 80%, rgba(79, 85, 88, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f5558",endColorstr="#4f5558",GradientType=1);
}
@media (max-width: 991.98px) {
  header.large .header-overlay, header.small .header-overlay {
    display: block;
  }
}
header.large {
  height: 100% !important;
}
header.large > .header-underlay {
  position: absolute;
  bottom: 0;
  background-color: rgb(241, 241, 241);
  height: 30%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  header.large > .header-underlay {
    display: none;
  }
}
header.large > .background-image {
  margin: 5rem;
  position: absolute;
  height: calc(100% - 5rem * 2);
  width: calc(100% - 5rem * 2);
}
@media (max-width: 991.98px) {
  header.large > .background-image {
    height: auto;
    margin: 0;
  }
}
header.large .header-background-image {
  display: none;
}
@media (max-width: 991.98px) {
  header.large .header-background-image {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40rem;
  }
}
header.large .header-content {
  position: absolute;
  right: 50%;
  bottom: 0;
  padding-right: 0;
  width: 35%;
  margin-right: -17.5%;
  padding: 40px;
}
@media (max-width: 991px) {
  header.large .header-content {
    right: 0;
  }
}
header.large .header-content h1 {
  text-align: center;
  margin-bottom: 0;
}
header.large .header-content a.button {
  margin: 0;
}
@media (max-width: 991.98px) {
  header.large .header-content {
    position: relative;
    padding: 5rem 3rem;
  }
}
@media (max-width: 767.98px) {
  header.large .header-content {
    padding: 3rem;
  }
}
header.large a.newsletter {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  height: 5.2rem;
  width: 5.2rem;
  display: inline-flex;
  align-items: center;
  border-radius: 2.6rem;
  background-color: rgb(39, 39, 39);
  color: rgb(255, 255, 255);
  overflow: hidden;
  z-index: 50;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
header.large a.newsletter > .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.4rem;
  height: 2.4rem;
  width: 2.4rem;
  background-image: url("../images/newsletter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
header.large a.newsletter > .content {
  display: inline-flex;
  white-space: nowrap;
  padding-left: 5.2rem;
}
header.large a.newsletter > .content > .inner {
  display: inline-flex;
  width: 0%;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
header.large a.newsletter > .content > .inner > p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5rem;
}
header.large a.newsletter.initiate, header.large a.newsletter:hover {
  text-decoration: none;
  width: 200px;
}
header.large a.newsletter.initiate > .content > .inner, header.large a.newsletter:hover > .content > .inner {
  width: 100%;
}
@media (max-width: 991.98px) {
  header.large a.newsletter {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header.large {
    height: auto;
  }
}
header.small {
  height: 50rem;
}
header.small > .container-fluid {
  position: absolute;
  top: 0;
}
header.small .header-overlay {
  display: block;
}
header.small .header-content {
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.small .header-content .inner-header-content h1, header.small .header-content .inner-header-content h2, header.small .header-content .inner-header-content h3, header.small .header-content .inner-header-content p {
  text-align: center;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}

a.custom-cta {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  height: 5.2rem;
  max-width: 5.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  border-radius: 2.6rem;
  background-color: #272727;
  color: #fff;
  overflow: hidden;
  z-index: 50;
  transition: max-width 1s ease-in-out;
}
a.custom-cta.b-color-dark {
  background-color: rgb(39, 39, 39);
}
a.custom-cta.b-color-turquoise {
  background-color: rgb(91, 196, 191);
}
a.custom-cta.b-color-pink {
  background-color: rgb(238, 44, 108);
}
a.custom-cta.t-color-white p {
  color: rgb(255, 255, 255);
}
a.custom-cta.t-color-dark p {
  color: rgb(39, 39, 39);
}
a.custom-cta.t-color-pink p {
  color: rgb(238, 44, 108);
}
a.custom-cta.t-color-turquoise p {
  color: rgb(91, 196, 191);
}
a.custom-cta > .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.4rem;
  height: 2.4rem;
  width: 2.4rem;
  background-image: url("../images/infoicon_laerforlivet.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
a.custom-cta > .content {
  display: inline-flex;
  white-space: nowrap;
  padding-left: 5.2rem;
}
a.custom-cta > .content > .inner {
  display: inline-flex;
  overflow: hidden;
  padding-right: 2rem;
}
a.custom-cta > .content > .inner > p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5rem;
}
a.custom-cta.initiate, a.custom-cta:hover {
  text-decoration: none;
  width: auto;
  max-width: 100%;
}
a.custom-cta.initiate > .content > .inner, a.custom-cta:hover > .content > .inner {
  width: 100%;
}
@media (max-width: 991.98px) {
  a.custom-cta {
    display: none;
  }
}

section.header-menu {
  border-bottom: 1px solid rgb(220, 220, 220);
}
section.header-menu .outer-menu .inner-menu ul {
  list-style: none;
  margin: 0;
}
section.header-menu .outer-menu .inner-menu > ul {
  text-align: center;
  max-width: 100%;
}
section.header-menu .outer-menu .inner-menu > ul > li {
  display: inline-block;
  margin-bottom: -1px;
}
section.header-menu .outer-menu .inner-menu > ul > li > a {
  display: block;
  padding: 1.5rem 2rem;
  color: rgb(79, 85, 88);
  font-weight: 1.4rem;
}
section.header-menu .outer-menu .inner-menu > ul > li:hover {
  border-bottom: 1px solid rgb(238, 44, 108);
}
section.header-menu .outer-menu .inner-menu > ul > li:hover > a {
  text-decoration: none;
  color: rgb(238, 44, 108);
}
section.header-menu .outer-menu .inner-menu > ul > li.current-page {
  border-bottom: 1px solid rgb(238, 44, 108);
}
section.header-menu .outer-menu .inner-menu > ul > li.current-page > a {
  color: rgb(238, 44, 108);
}
@media (max-width: 991.98px) {
  section.header-menu .outer-menu {
    padding: 0;
  }
  section.header-menu .outer-menu > .container {
    max-width: 100%;
  }
  section.header-menu .outer-menu .inner-menu {
    padding: 0;
  }
  section.header-menu .outer-menu .inner-menu > ul {
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
  }
  section.header-menu .outer-menu .inner-menu > ul > li {
    margin-bottom: 0;
  }
}

@media (max-width: 1400px) {
  .hasVideo .header-content {
    width: 100% !important;
  }
}
/* HEADER */
/* container for entire widget */
.jobwidget {
  padding: 8rem 0 15rem;
  /* search form classes */
  /* form container classes */
  /* selectforms options under the search field */
  /* specific div-boxes of the options (opgavetyper, arbejdsområder, arbejdsperioder) */
  /* key search field  */
  /* search form css/style */
  /* map container classes */
  /* map job popups */
  /* job titles shown as popups on the map */
  /* name of the job/organization/company shown as popups on the map */
  /* map container footer */
  /* logo shown as popups on the map above the job */
  /* Map marker clusters */
  /* IE 6-8 fallback colors */
  /* buttons container under the map */
  /* buttons shown under the map  */
  /* First button (''Vis job som liste'')*/
  /* Second and third button (''Vis job i hele kommunen'', ''Vis virtuel volunteering'') */
  /* Job list classes under the map */
  /* Job teaser/short description about the jobs under the map  */
  /* organization/company logo shown in the right side of the job description */
  /* the title of the job shown under the map */
  /* Job list footer  */
  /* the company/organization name shown under the job description */
  /* footer bar links */
  /* job preview container */
  /* job preview top toolbar */
}
.jobwidget .fj-mapWidgetContainer {
  background: rgb(79, 85, 88);
  font-family: "raleway", sans-serif;
  font-size: 16px;
  color: #303030;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.14);
}
.jobwidget .fj-mapWidgetContainer * {
  box-sizing: border-box;
}
.jobwidget .fj-searchForm {
  display: block;
  padding-top: 1em;
  position: relative;
}
.jobwidget .fj-searchForm::before {
  content: url("../../assets/images/magnifying-glass.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55px;
  left: 33%;
  filter: invert(33%) sepia(13%) saturate(228%) hue-rotate(155deg) brightness(93%) contrast(91%);
}
@media (max-width: 767.98px) {
  .jobwidget .fj-searchForm::before {
    left: 42%;
  }
}
@media (max-width: 575.98px) {
  .jobwidget .fj-searchForm::before {
    left: 88%;
  }
}
.jobwidget .fj-freetext {
  max-width: 35.8%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .jobwidget .fj-freetext {
    max-width: 37.5%;
  }
}
@media (max-width: 767.98px) {
  .jobwidget .fj-freetext {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .jobwidget .fj-freetext {
    max-width: 100%;
  }
}
.jobwidget .fj-formContainer {
  margin-bottom: 1em;
  padding: 0 1em;
}
@media (max-width: 575.98px) {
  .jobwidget .fj-formContainer {
    width: 100%;
  }
}
.jobwidget .fj-searchFormSelects,
.jobwidget .fj-searchFormOptionals {
  display: flex;
  flex-wrap: wrap;
}
.jobwidget .fj-searchFormSelects {
  margin-top: 40px;
  display: none;
}
.jobwidget .fj-searchFormSelects > div,
.jobwidget .fj-searchFormOptionals > div {
  flex-grow: 1;
}
.jobwidget .fj-formContainer > input[type=text],
.jobwidget .fj-formContainer > select {
  width: 100%;
}
.jobwidget .fj-searchForm label {
  color: #fff;
}
.jobwidget .fj-searchForm input,
.jobwidget .fj-searchForm select {
  font-family: "raleway", sans-serif;
  border: 1px solid #606060;
  border-radius: 2px;
  padding: 10px;
  font-size: 14px;
}
.jobwidget .fj-searchForm input > option,
.jobwidget .fj-searchForm select > option {
  padding: 5px;
}
.jobwidget .fj-formContainer > label {
  display: flex;
  font-size: 16px;
  margin-bottom: 0.3em;
  font-weight: 500;
  width: auto;
  max-width: fit-content;
}
.jobwidget .fj-formContainer > label > input {
  margin-right: 5px;
}
.jobwidget .fj-mapContainer {
  display: block;
}
.jobwidget .fj-mapContainer .fj-jobTeaser {
  font-size: 11pt;
  font-family: "raleway", sans-serif;
}
.jobwidget .fj-mapContainer .fj-jobTeaser > * {
  padding: 0;
  margin-bottom: 0.5em;
  color: #303030;
}
.jobwidget .fj-mapContainer .fj-jobTeaser-header {
  font-size: 12pt;
  line-height: 16pt;
  font-weight: bold;
}
.jobwidget .fj-mapContainer .fj-jobTeaser-org {
  font-weight: bold;
}
.jobwidget .fj-mapContainer .fj-jobTeaser-footer > * {
  font-size: 10pt;
  line-height: 14pt;
  color: #909090;
}
.jobwidget .fj-mapContainer .fj-jobTeaser-org {
  font-weight: bold;
}
.jobwidget .fj-mapContainer .leaflet-popup-content .fj-jobTeaser-logo {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
.jobwidget .fj-mapWidgetContainer .leaflet-cluster-anim .leaflet-marker-icon,
.jobwidget .fj-mapWidgetContainer .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.jobwidget .fj-mapWidgetContainer .leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.jobwidget .fj-mapWidgetContainer .marker-cluster-small {
  background-color: rgba(238, 44, 108, 0.6);
}
.jobwidget .fj-mapWidgetContainer .marker-cluster-small div {
  background-color: rgba(238, 44, 108, 0.6);
}
.jobwidget .fj-mapWidgetContainer .marker-cluster-medium {
  background-color: rgba(91, 196, 191, 0.6);
}
.jobwidget .fj-mapWidgetContainer .marker-cluster-medium div {
  background-color: rgba(91, 196, 191, 0.6);
}
.jobwidget .fj-mapWidgetContainer .marker-cluster-large {
  background-color: rgba(238, 44, 108, 0.6);
}
.jobwidget .fj-mapWidgetContainer .marker-cluster-large div {
  background-color: rgba(238, 44, 108, 0.6);
}
.jobwidget .fj-mapWidgetContainer .leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}
.jobwidget .fj-mapWidgetContainer .leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}
.jobwidget .fj-mapWidgetContainer .leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}
.jobwidget .fj-mapWidgetContainer .leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}
.jobwidget .fj-mapWidgetContainer .leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}
.jobwidget .fj-mapWidgetContainer .leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}
.jobwidget .fj-mapWidgetContainer .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.jobwidget .fj-mapWidgetContainer .marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-size: 10pt;
  font-family: "raleway", sans-serif;
}
.jobwidget .fj-mapWidgetContainer .marker-cluster span {
  line-height: 30px;
}
.jobwidget .fj-jobListControlContainer {
  padding: 1em 0.5em;
}
.jobwidget .fj-button {
  margin: 0.5em;
  padding: 0.5rem 2rem;
  background: rgb(238, 44, 108);
  border: 1px solid rgb(238, 44, 108);
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 500;
}
.jobwidget .fj-buttonOn {
  background-color: rgb(91, 196, 191);
  color: #264955;
}
.jobwidget .fj-jobListContainer {
  padding: 0 1em;
}
.jobwidget .fj-jobListContainer .fj-jobTeaser {
  clear: both;
  font-size: 11pt;
  font-family: "raleway", sans-serif;
  background: #ffffff;
  overflow: hidden;
  padding: 0.5em;
  margin-bottom: 1em;
  box-sizing: border-box;
  color: #303030;
}
.jobwidget .fj-jobListContainer .fj-jobTeaser-logo {
  display: block;
  margin: 0 auto;
  float: right;
  padding: 1em;
  max-height: 8em;
}
.jobwidget .fj-jobListContainer .fj-jobTeaser > * {
  padding: 0;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.jobwidget .fj-joblistContainer h2.fj-jobTeaser-header {
  font-size: 16pt;
  font-weight: bold;
}
.jobwidget .fj-jobListContainer .fj-jobTeaser-footer > * {
  font-size: 10pt;
  color: #909090;
}
.jobwidget .fj-jobListContainer .fj-jobTeaser-org {
  font-weight: bold;
}
.jobwidget .fj-jobListContainer .fj-jobTeaser-jobCounty,
.jobwidget .fj-jobListContainer .fj-jobTeaser-jobVirtual {
  margin-top: 0.5em;
  font-weight: bold;
}
.jobwidget .fj-jobListError {
  font-weight: bold;
  color: #ffffff;
  padding: 1em;
  text-align: center;
  font-size: 18pt;
}
.jobwidget .fj-widgetFooter {
  background-color: rgb(79, 85, 88);
  padding: 1em;
  border-radius: 0 0 4px 4px;
}
.jobwidget .fj-widgetFooter a {
  display: inline-block;
  color: #fff;
  margin-right: 1em;
}
.jobwidget .fj-jobContainer {
  box-sizing: border-box;
  z-index: 9999;
  background: #fff;
  color: #303030;
  font-size: 11pt;
  font-family: "raleway", sans-serif;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.jobwidget .fj-jobContainer * {
  box-sizing: border-box;
}
.jobwidget .fj-jobContentContainer {
  margin: auto auto;
  max-width: 800px;
  max-height: 100vh;
  -webkit-box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 36px 0px rgba(0, 0, 0, 0.14);
  padding: 2em;
  overflow-y: auto;
}
.jobwidget .fj-jobHeader {
  font-size: 16pt;
  font-weight: bold;
}
.jobwidget .fj-jobSubheader {
  font-size: 14pt;
  font-weight: normal;
}
.jobwidget .fj-jobResume {
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
}
.jobwidget .fj-jobLogo {
  float: right;
  margin: 1em;
}
.jobwidget .fj-jobContactContainer {
  padding: 1em 0;
}
.jobwidget .fj-jobDescription {
  clear: both;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 2px solid #264955;
  border-bottom: 2px solid #264955;
}
.jobwidget .fj-jobToolbar {
  border-bottom: 2px solid #264955;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #264955;
  text-align: right;
}
.jobwidget .fj-jobToolbar > * {
  font-size: 18pt;
  line-height: 18pt;
  cursor: pointer;
  font-family: "raleway", sans-serif;
}

/* ############################################################################ BODY ############################################################################ */
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: rgb(79, 85, 88);
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "raleway", sans-serif;
}

h1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5.4rem;
  font-family: "oswald", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}

h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

h4 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5.4rem;
  font-family: "oswald", sans-serif;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}

b,
strong {
  font-weight: 700;
}

a {
  color: rgb(238, 44, 108);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: rgb(255, 81, 139);
  text-decoration: underline;
}

.container img {
  max-width: 100%;
  height: auto;
}

.section-link {
  display: flex;
  border: 1px solid transparent;
  transition: border 0.3s ease, color 0.3s ease;
  color: #4f5558;
}
.section-link:hover {
  border: 1px solid rgb(255, 81, 139);
  text-decoration: none;
}

/*Start: MS O365 Calendar*/
#o365-cal .fc-header-toolbar > .fc-left > .fc-button-group {
  display: none !important;
}

#o365-cal .fc-header-toolbar .fc-center {
  float: left !important;
}

.o365-cal-no-records {
  display: none;
}

#o365-cal .fc-time {
  display: none !important;
}

#o365-cal .fc-event.Learning_Kids {
  background-color: #f07d88 !important;
}

#o365-cal__popup_, #o365-cal__popup_3, #o365-cal__popup_1 {
  background-color: #fff !important;
}

#o365-cal__popup_:before, #o365-cal__popup_:after, #o365-cal__popup_3:after, #o365-cal__popup_1::after, #o365-cal__popup_1::before {
  border-bottom-color: #fff !important;
}

#o365-cal .fc-event.Camps,
#o365-cal .fc-event.Campmedarbejdere {
  background-color: #fff100 !important;
  color: #000 !important;
}
#o365-cal .fc-event.Camps *,
#o365-cal .fc-event.Campmedarbejdere * {
  color: #000 !important;
}

#o365-cal .fc-event.Kommuner_og_samarbejdspartnere {
  background-color: #ababab !important;
}

#o365-cal .fc-event.Mentor,
#o365-cal .fc-event.Mentorer {
  background-color: #33bab1 !important;
}

/*Ends: MS O365 Calendar*/
.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

svg.fill-inline {
  fill: currentColor;
}

ul.menu > li > .sub-menu > li > .sub-menu > li {
  font-size: 1.4rem;
}

.parent-header-menu {
  margin: 0 !important;
  float: none !important;
  font-size: 1.4rem;
}
.parent-header-menu li {
  border-bottom: 0 !important;
}
.parent-header-menu li a {
  border-bottom: 0 !important;
}
.parent-header-menu > p {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.4rem;
  line-height: initial !important;
}
.parent-header-menu > p > i,
.parent-header-menu > i {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
@media (min-width: 991px) {
  .parent-header-menu > p > i:before,
  .parent-header-menu > i:before {
    content: " »";
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-size: 100%;
  }
}

/*Start: Button settings*/
.buttonWrapper:after {
  content: "";
  display: block;
  clear: both;
}

.buttonWrapper .button.align-left {
  float: left;
}

.buttonWrapper .button.align-right {
  float: right;
}

.buttonWrapper.align-middle {
  text-align: center;
  display: block;
}

.buttonWrapper a.button {
  margin: 1rem !important;
  font-weight: bold;
  font-size: 15px;
}

/*Ends: Button settings*/
.navigation > .container > .row:before,
.navigation > .container > .row:after {
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .navigation > .container > .row:before,
  .navigation > .container > .row:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5rem;
    left: 16px;
    width: calc(100% - 30px);
    height: 5rem;
    background: rgb(79, 85, 88);
    background: linear-gradient(0deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .navigation > .container > .row:before,
  .navigation > .container > .row:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5rem;
    left: 16px;
    width: calc(100% - 30px);
    height: 5rem;
    background: rgb(79, 85, 88);
    background: linear-gradient(0deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .navigation > .container > .row:before,
  .navigation > .container > .row:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5rem;
    left: 16px;
    width: calc(100% - 30px);
    height: 5rem;
    background: rgb(79, 85, 88);
    background: linear-gradient(0deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .navigation > .container > .row:before {
    bottom: initial !important;
    top: 6.5rem;
    background: rgb(79, 85, 88);
    background: linear-gradient(180deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 767.98px) {
  .navigation > .container > .row:before {
    bottom: initial !important;
    top: 6.5rem;
    background: rgb(79, 85, 88);
    background: linear-gradient(180deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 991.98px) {
  .navigation > .container > .row:before {
    bottom: initial !important;
    top: 6.5rem;
    background: rgb(79, 85, 88);
    background: linear-gradient(180deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.main-menu-wrapper:before,
.main-menu-wrapper:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 30px);
  height: 5rem;
  background: rgb(79, 85, 88);
  background: linear-gradient(0deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.main-menu-wrapper:before {
  bottom: initial !important;
  top: 0;
  background: rgb(79, 85, 88);
  background: linear-gradient(180deg, rgb(79, 85, 88) 0%, rgba(255, 255, 255, 0) 100%);
}

.navigation .main-menu-wrapper > .main-menu-inner-wrapper.first > ul > li > ul.sub-menu > li {
  font-size: 2.8rem;
}
.navigation .menu-item-has-children {
  position: relative;
}
.navigation .menu-item-has-children .plus {
  position: absolute;
  top: calc(0.5em + 0.5rem);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .navigation .plus {
    right: 0;
    top: 1.2rem;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .navigation .plus {
    right: 0;
    top: 1.2rem;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .navigation .plus {
    right: 0;
    top: 1.2rem;
    transform: none;
  }
}

.breadcrumbs,
.breadcrumbs * {
  color: #fff;
}

.breadcrumbs {
  position: absolute;
  z-index: 9999;
  top: 4.35rem;
  right: 13rem;
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none !important;
  }
}

.mobileOnly {
  display: none;
}
@media (max-width: 575.98px) {
  .mobileOnly {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .mobileOnly {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .mobileOnly {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  .desktopOnly {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .desktopOnly {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .desktopOnly {
    display: none !important;
  }
}

.noBorder {
  border: 0 !important;
}

.moreButton {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 1rem;
  border: 1.5px solid rgb(238, 44, 108);
}
.moreButton div.bar {
  position: absolute;
  top: 50%;
  background-color: rgb(238, 44, 108);
  height: 1.5px;
  border-radius: 1px;
  width: calc(100% - 0.9rem);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: linear 0.25s transform;
}
.moreButton div.bar:nth-last-child(1) {
  transform: rotate(-90deg) translateY(-50%) translateX(-50%);
  -webkit-transform-origin: left;
  transform-origin: left;
  border: 0 !important;
}
.moreButton.color-dark {
  border: 1.5px solid rgb(79, 85, 88);
}
.moreButton.color-dark div.bar {
  background-color: rgb(79, 85, 88);
}
.moreButton.color-dark {
  border: 1.5px solid rgb(79, 85, 88);
}
.moreButton.color-dark div.bar {
  background-color: rgb(79, 85, 88);
}
.moreButton.color-white {
  border: 1.5px solid rgb(255, 255, 255);
}
.moreButton.color-white div.bar {
  background-color: rgb(255, 255, 255);
}
.moreButton.color-black {
  border: 1.5px solid rgb(0, 0, 0);
}
.moreButton.color-black div.bar {
  background-color: rgb(0, 0, 0);
}
.moreButton.color-dark-transparent {
  border: 1.5px solid rgba(79, 85, 88, 0.8);
}
.moreButton.color-dark-transparent div.bar {
  background-color: rgba(79, 85, 88, 0.8);
}
.moreButton.color-silver {
  border: 1.5px solid rgb(125, 133, 138);
}
.moreButton.color-silver div.bar {
  background-color: rgb(125, 133, 138);
}
.moreButton.color-grey {
  border: 1.5px solid rgb(220, 220, 220);
}
.moreButton.color-grey div.bar {
  background-color: rgb(220, 220, 220);
}
.moreButton.color-turquoise {
  border: 1.5px solid rgb(91, 196, 191);
}
.moreButton.color-turquoise div.bar {
  background-color: rgb(91, 196, 191);
}
.moreButton.color-pink-lighter {
  border: 1.5px solid rgb(255, 81, 139);
}
.moreButton.color-pink-lighter div.bar {
  background-color: rgb(255, 81, 139);
}
.moreButton.color-lightgrey {
  border: 1.5px solid rgb(241, 241, 241);
}
.moreButton.color-lightgrey div.bar {
  background-color: rgb(241, 241, 241);
}
.moreButton.x-large {
  width: 6.5rem;
  height: 6.5rem;
}
.moreButton.large {
  width: 5.5rem;
  height: 5.5rem;
}
.moreButton.medium {
  width: 4rem;
  height: 4rem;
}
.moreButton.small {
  width: 2.5rem;
  height: 2.5rem;
}
.moreButton.small div.bar {
  width: 100% !important;
}
.moreButton.x-small {
  width: 1.5rem;
  height: 1.5rem;
}
.moreButton.x-small div.bar {
  width: 100% !important;
}

.selector {
  padding: 0 2.5rem;
}
.selector .activePlace {
  width: calc(100% - 3.5rem);
  float: left;
}
.selector .moreButton {
  float: right;
  transform: translateY(-25%);
}
.selector .inner-selected-place-list {
  padding-top: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  background-color: rgb(255, 255, 255);
  margin-bottom: 2rem;
}
.selector .inner-selected-place-list.open .moreButton div.bar:nth-child(2) {
  transform: rotate(0deg) translateY(-50%) translateX(-50%) !important;
}
.selector .inner-place-list {
  box-sizing: border-box;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 2.5rem;
  margin-top: -2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: ease-in-out 0.25s all;
  position: absolute;
  width: 100%;
  overflow: scroll;
  z-index: 9999 !important;
  height: 200px;
  left: 0;
}
.selector .inner-place-list p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.selector .inner-selected-place-list:after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 991px) {
  .selector {
    display: none !important;
  }
}

.hide {
  opacity: 0;
}

.hidden {
  opacity: 0;
  z-index: -1;
  height: 0;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .map.col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.mentor-map .map .inner-map #leaflet-map {
    height: 300px !important;
  }
}
@media (max-width: 767.98px) {
  .map.col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.mentor-map .map .inner-map #leaflet-map {
    height: 300px !important;
  }
}
@media (max-width: 991.98px) {
  .map.col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.mentor-map .map .inner-map #leaflet-map {
    height: 300px !important;
  }
}
.wpcf7 {
  margin-top: 3rem;
}
.wpcf7 p {
  margin-bottom: 1rem;
}

.wpcf7 form.wpcf7-form .wpcf7-submit {
  margin-top: 1rem;
  border: 1px solid rgb(255, 255, 255) !important;
  outline: none;
  transition: ease-in-out 0.2s background-color;
}
.wpcf7 form.wpcf7-form .wpcf7-submit:hover, .wpcf7 form.wpcf7-form .wpcf7-submit:focus {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

#order table {
  margin-left: 0 !important;
  width: 100% !important;
}

.wpcf7-form .form.bogbestilling {
  width: 50%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(220, 220, 220);
  padding: 3rem;
}
@media (max-width: 575.98px) {
  .wpcf7-form .form.bogbestilling {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .wpcf7-form .form.bogbestilling {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .wpcf7-form .form.bogbestilling {
    width: 100% !important;
  }
}
.wpcf7-form .form.bogbestilling input:not([type=submit]) {
  border: 1px solid rgb(220, 220, 220);
  padding: 0.8rem 1.6rem;
  margin-bottom: 1rem;
  width: 100%;
}
.wpcf7-form .form.bogbestilling input[type=submit] {
  width: 25rem;
  padding: 1rem;
  background-color: rgb(238, 44, 108);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid rgb(238, 44, 108) !important;
}
.wpcf7-form .form.bogbestilling input[type=submit]:hover, .wpcf7-form .form.bogbestilling input[type=submit]:focus {
  background-color: transparent;
  color: rgb(238, 44, 108);
}
.wpcf7-form .form.bogbestilling .wpcf7-list-item {
  display: block;
  width: 100%;
  clear: both;
}
.wpcf7-form .form.bogbestilling .wpcf7-list-item.last {
  margin-bottom: 1rem;
}
.wpcf7-form .form.bogbestilling .wpcf7-list-item input {
  width: auto !important;
  margin-right: 0.5em;
}
.wpcf7-form .form.bogbestilling + .wpcf7-response-output {
  border-color: currentColor !important;
  margin: 3rem 0 !important;
  padding: 3rem !important;
}

.wpcf7-response-output {
  border-color: currentColor !important;
  margin: 3rem 0 !important;
  padding: 3rem !important;
}

.sent .wpcf7-response-output {
  color: rgb(91, 196, 191);
}

.invalid .wpcf7-response-output {
  color: rgb(238, 44, 108);
}

@media (max-width: 575.98px) {
  section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a, section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a {
    line-height: 2.8rem !important;
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 767.98px) {
  section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a, section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a {
    line-height: 2.8rem !important;
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 991.98px) {
  section.navigation .main-menu-wrapper > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a, section.navigation .main-menu-wrapper-mobile > .main-menu-inner-wrapper.second > ul > li > ul.sub-menu > li > a {
    line-height: 2.8rem !important;
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
}
.mc-field-group:nth-child(1) label:empty, .mc-field-group:nth-child(2) label:empty {
  display: none;
}
.mc-field-group input {
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  padding: 0.8rem 1.6rem;
  color: rgb(255, 255, 255) !important;
  margin: 0 0 1rem 0;
  font-family: inherit;
  font-size: 1.4rem;
}
.mc-field-group input::placeholder {
  color: rgb(255, 255, 255) !important;
}
.mc-field-group.radio-dropdown {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mc-field-group.radio-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.mc-field-group.radio-dropdown ul li {
  padding: 0;
  list-style: inherit !important;
  margin-top: 0.5rem;
  margin-bottom: 0 !important;
}
.mc-field-group.radio-dropdown ul li input[type=checkbox] {
  float: left;
  text-align: left;
  display: block;
  clear: both;
  width: auto !important;
  margin-right: 1rem;
  margin-top: 0.44rem;
  margin-bottom: 0 !important;
}
.mc-field-group.radio-dropdown ul li label {
  margin-bottom: 0 !important;
  user-select: none;
}

#mc-embedded-subscribe-form input[type=submit] {
  width: 100%;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  color: rgb(79, 85, 88);
  text-transform: uppercase;
  font-weight: 500;
  border: rgb(255, 255, 255) 1px solid;
}
#mc-embedded-subscribe-form input[type=submit]:hover, #mc-embedded-subscribe-form input[type=submit]:focus {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

a.toTop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  height: 5.2rem;
  width: 5.2rem;
  background-color: rgb(91, 196, 191);
  border-radius: 50%;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  overflow: hidden;
  z-index: 50;
  opacity: 1;
  transition: opacity, 0.5s;
}
a.toTop.initiate {
  opacity: 0;
}
a.toTop.oneUp {
  bottom: 9.7rem !important;
}
@media (max-width: 991.98px) {
  a.toTop.oneUp {
    bottom: 3rem !important;
  }
}
@media (max-width: 767.98px) {
  a.toTop.oneUp {
    bottom: 3rem !important;
  }
}
a.toTop i {
  height: 50%;
  width: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
}
a.toTop i:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  left: 19px;
  height: 35%;
}
a.toTop i:nth-child(2) {
  transform: rotate(-45deg);
  top: 10px;
  right: 19px;
  left: initial !important;
  height: 35%;
}
a.toTop i:nth-child(3) {
  transform: translateX(-50%);
  top: 14px;
  left: 50%;
}
a.toTop:hover {
  transform: scale(1.1);
}

/*Start: Facebook feed*/
.ff-loadmore-wrapper > span.ff-btn {
  border-radius: 0 !important;
  background-color: #ee2c6c !important;
  border: 1px solid #ee2c6c !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 1.4rem !important;
  padding: 1.5rem 2rem !important;
  letter-spacing: 2px !important;
  transition: background-color 0.2s ease-in-out !important;
}

.ff-loadmore-wrapper:hover > span.ff-btn,
.ff-loadmore-wrapper > span.ff-btn:hover {
  color: #ee2c6c !important;
  background-color: transparent !important;
}

.shortcode-section > h3,
.shortcode-section > h2,
.shortcode-section > h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5rem;
  font-family: "oswald", sans-serif;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

/*Ends: Facebook feed*/
section > .container > .row > div {
  z-index: 1;
}

header.hasVideo:before {
  content: "";
  display: block;
  width: calc(100% - 10rem);
  height: calc(100% - 17rem);
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
  position: absolute;
  left: 5rem;
  top: 5rem;
}
@media (max-width: 991.98px) {
  header.hasVideo:before {
    width: 100% !important;
    height: calc(100% - 7rem) !important;
    left: 0 !important;
    top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  header.hasVideo .background-video {
    z-index: 0;
  }
}
header.hasVideo .header-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: initial !important;
  right: initial !important;
  z-index: 2 !important;
  background-color: transparent !important;
  text-align: center !important;
}
@media (max-width: 991.98px) {
  header.hasVideo .header-content {
    bottom: 10rem !important;
    transform: translateX(-50%) !important;
    padding: 2.5rem !important;
  }
}
header .background-video {
  width: 100%;
  height: calc(100% - 5rem);
  margin: 0;
  padding: 5rem;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  header .background-video {
    padding: 0rem !important;
    margin: 0 !important;
  }
}
header .background-video.initiate {
  z-index: -1;
  opacity: 0;
}
header .background-video video {
  width: 100%;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  header .background-video video {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}
header .header-sm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.1;
  height: 100%;
  width: 100%;
}

/* ####################################################################### SECTION - CONTENT ############################################################################ */
.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

section .card a h3 {
  transition: ease-in-out text-decoration 0.15s;
}
section .card img {
  transition: ease-in-out transform 0.15s;
}

section .card:hover a h3 {
  text-decoration: underline;
}
section .card:hover img {
  transform: scale(1.05);
  z-index: 999;
}

@media (max-width: 991.98px) {
  section.content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  section.content.padding-y-2x-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* ####################################################################### SECTION - VIDEO ############################################################################ */
@media (max-width: 991.98px) {
  section.videos {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  section.videos.padding-y-2x-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ####################################################################### SECTION - NEWS ############################################################################ */
.loadMorePostsButton {
  display: block !important;
  margin: 0 auto !important;
  width: 20rem;
  text-align: center;
}
.loadMorePostsButton[style="display: none;"] {
  display: none !important;
}

body.single-news section.content img {
  max-width: 100%;
  height: auto;
}

.single-subpage-row,
.archive .single-news-row {
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .single-subpage-row,
  .archive .single-news-row {
    display: block !important;
    overflow: initial !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .single-subpage-row,
  .archive .single-news-row {
    display: block !important;
    overflow: initial !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .single-subpage-row,
  .archive .single-news-row {
    display: block !important;
    overflow: initial !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .single-subpage-row .single-news,
  .archive .single-news-row .single-news {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .single-subpage-row .single-news,
  .archive .single-news-row .single-news {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .single-subpage-row .single-news,
  .archive .single-news-row .single-news {
    width: 100% !important;
    max-width: 100%;
  }
}

section.subpages .single-subpage {
  padding-bottom: 5rem;
}

@media (max-width: 575.98px) {
  section.subpages:not(.noSwipe) .single-subpage,
  section.subpages:not(.noSwipe) .single-news,
  section.news:not(.noSwipe) .single-subpage,
  section.news:not(.noSwipe) .single-news {
    opacity: 0.6;
    transition: ease-in-out 0.15s opacity;
  }
  section.subpages:not(.noSwipe) .single-subpage.active,
  section.subpages:not(.noSwipe) .single-news.active,
  section.news:not(.noSwipe) .single-subpage.active,
  section.news:not(.noSwipe) .single-news.active {
    opacity: 1 !important;
  }
}
@media (max-width: 767.98px) {
  section.subpages:not(.noSwipe) .single-subpage,
  section.subpages:not(.noSwipe) .single-news,
  section.news:not(.noSwipe) .single-subpage,
  section.news:not(.noSwipe) .single-news {
    opacity: 0.6;
    transition: ease-in-out 0.15s opacity;
  }
  section.subpages:not(.noSwipe) .single-subpage.active,
  section.subpages:not(.noSwipe) .single-news.active,
  section.news:not(.noSwipe) .single-subpage.active,
  section.news:not(.noSwipe) .single-news.active {
    opacity: 1 !important;
  }
}
@media (max-width: 991.98px) {
  section.subpages:not(.noSwipe) .single-subpage,
  section.subpages:not(.noSwipe) .single-news,
  section.news:not(.noSwipe) .single-subpage,
  section.news:not(.noSwipe) .single-news {
    opacity: 0.6;
    transition: ease-in-out 0.15s opacity;
  }
  section.subpages:not(.noSwipe) .single-subpage.active,
  section.subpages:not(.noSwipe) .single-news.active,
  section.news:not(.noSwipe) .single-subpage.active,
  section.news:not(.noSwipe) .single-news.active {
    opacity: 1 !important;
  }
}
section.subpages .news-content,
section.news .news-content {
  margin-bottom: 6rem;
}
section.subpages .news-content h2,
section.news .news-content h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5rem;
  font-family: "oswald", sans-serif;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  section.subpages .news-content,
  section.news .news-content {
    margin-bottom: 0;
  }
}
section.subpages .single-subpage .image,
section.news .single-subpage .image {
  height: 25rem !important;
}
section.subpages .single-subpage-row,
section.news .single-subpage-row {
  overflow-x: hidden !important;
  height: auto !important;
  display: flex;
  flex-wrap: wrap !important;
}
section.subpages .single-subpage-row,
section.subpages .single-news-row,
section.news .single-subpage-row,
section.news .single-news-row {
  overflow-x: auto;
  flex-wrap: nowrap;
}
section.subpages .single-subpage-row .single-subpage h3.title,
section.subpages .single-news-row .single-subpage h3.title,
section.news .single-subpage-row .single-subpage h3.title,
section.news .single-news-row .single-subpage h3.title {
  line-height: 3.2rem;
  font-weight: 700;
}
section.subpages .single-subpage-row .single-subpage h3.title a,
section.subpages .single-news-row .single-subpage h3.title a,
section.news .single-subpage-row .single-subpage h3.title a,
section.news .single-news-row .single-subpage h3.title a {
  color: rgb(238, 44, 108) !important;
}
section.subpages .single-subpage-row .single-subpage:hover a, section.subpages .single-subpage-row .single-subpage:focus a,
section.subpages .single-news-row .single-subpage:hover a,
section.subpages .single-news-row .single-subpage:focus a,
section.news .single-subpage-row .single-subpage:hover a,
section.news .single-subpage-row .single-subpage:focus a,
section.news .single-news-row .single-subpage:hover a,
section.news .single-news-row .single-subpage:focus a {
  text-decoration: underline !important;
}
section.subpages .single-subpage-row .single-subpage,
section.subpages .single-subpage-row .single-news,
section.subpages .single-news-row .single-subpage,
section.subpages .single-news-row .single-news,
section.news .single-subpage-row .single-subpage,
section.news .single-subpage-row .single-news,
section.news .single-news-row .single-subpage,
section.news .single-news-row .single-news {
  display: inline-block;
  float: none;
}
section.subpages .single-subpage-row .single-subpage:hover .image, section.subpages .single-subpage-row .single-subpage:focus .image,
section.subpages .single-subpage-row .single-news:hover .image,
section.subpages .single-subpage-row .single-news:focus .image,
section.subpages .single-news-row .single-subpage:hover .image,
section.subpages .single-news-row .single-subpage:focus .image,
section.subpages .single-news-row .single-news:hover .image,
section.subpages .single-news-row .single-news:focus .image,
section.news .single-subpage-row .single-subpage:hover .image,
section.news .single-subpage-row .single-subpage:focus .image,
section.news .single-subpage-row .single-news:hover .image,
section.news .single-subpage-row .single-news:focus .image,
section.news .single-news-row .single-subpage:hover .image,
section.news .single-news-row .single-subpage:focus .image,
section.news .single-news-row .single-news:hover .image,
section.news .single-news-row .single-news:focus .image {
  transform: scale(1.05);
  z-index: 999;
}
section.subpages .single-subpage-row .single-subpage > .overlayLink,
section.subpages .single-subpage-row .single-news > .overlayLink,
section.subpages .single-news-row .single-subpage > .overlayLink,
section.subpages .single-news-row .single-news > .overlayLink,
section.news .single-subpage-row .single-subpage > .overlayLink,
section.news .single-subpage-row .single-news > .overlayLink,
section.news .single-news-row .single-subpage > .overlayLink,
section.news .single-news-row .single-news > .overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
section.subpages .single-subpage-row .single-subpage > .date,
section.subpages .single-subpage-row .single-news > .date,
section.subpages .single-news-row .single-subpage > .date,
section.subpages .single-news-row .single-news > .date,
section.news .single-subpage-row .single-subpage > .date,
section.news .single-subpage-row .single-news > .date,
section.news .single-news-row .single-subpage > .date,
section.news .single-news-row .single-news > .date {
  font-style: italic;
  color: rgb(132, 132, 132);
  margin-bottom: 1rem;
}
section.subpages .single-subpage-row .single-subpage > .extNotify,
section.subpages .single-subpage-row .single-news > .extNotify,
section.subpages .single-news-row .single-subpage > .extNotify,
section.subpages .single-news-row .single-news > .extNotify,
section.news .single-subpage-row .single-subpage > .extNotify,
section.news .single-subpage-row .single-news > .extNotify,
section.news .single-news-row .single-subpage > .extNotify,
section.news .single-news-row .single-news > .extNotify {
  position: absolute;
  top: 0;
  right: 1.5rem;
  color: rgb(91, 196, 191);
  line-height: 2.8rem;
}
section.subpages .single-subpage-row .single-subpage > .extNotify > svg,
section.subpages .single-subpage-row .single-news > .extNotify > svg,
section.subpages .single-news-row .single-subpage > .extNotify > svg,
section.subpages .single-news-row .single-news > .extNotify > svg,
section.news .single-subpage-row .single-subpage > .extNotify > svg,
section.news .single-subpage-row .single-news > .extNotify > svg,
section.news .single-news-row .single-subpage > .extNotify > svg,
section.news .single-news-row .single-news > .extNotify > svg {
  height: 1em;
  max-width: 1em;
  width: auto;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-0.2em);
  margin-left: 0.5rem;
}
section.subpages .single-subpage-row .single-subpage > .image,
section.subpages .single-subpage-row .single-news > .image,
section.subpages .single-news-row .single-subpage > .image,
section.subpages .single-news-row .single-news > .image,
section.news .single-subpage-row .single-subpage > .image,
section.news .single-subpage-row .single-news > .image,
section.news .single-news-row .single-subpage > .image,
section.news .single-news-row .single-news > .image {
  margin-bottom: 4rem;
  height: 36rem;
  overflow: hidden;
  transition: ease-in-out 0.15s transform;
}
@media (max-width: 575.98px) {
  section.subpages .single-subpage-row .single-subpage > .image,
  section.subpages .single-subpage-row .single-news > .image,
  section.subpages .single-news-row .single-subpage > .image,
  section.subpages .single-news-row .single-news > .image,
  section.news .single-subpage-row .single-subpage > .image,
  section.news .single-subpage-row .single-news > .image,
  section.news .single-news-row .single-subpage > .image,
  section.news .single-news-row .single-news > .image {
    height: 18rem !important;
  }
}
@media (max-width: 767.98px) {
  section.subpages .single-subpage-row .single-subpage > .image,
  section.subpages .single-subpage-row .single-news > .image,
  section.subpages .single-news-row .single-subpage > .image,
  section.subpages .single-news-row .single-news > .image,
  section.news .single-subpage-row .single-subpage > .image,
  section.news .single-subpage-row .single-news > .image,
  section.news .single-news-row .single-subpage > .image,
  section.news .single-news-row .single-news > .image {
    height: 18rem !important;
  }
}
@media (max-width: 991.98px) {
  section.subpages .single-subpage-row .single-subpage > .image,
  section.subpages .single-subpage-row .single-news > .image,
  section.subpages .single-news-row .single-subpage > .image,
  section.subpages .single-news-row .single-news > .image,
  section.news .single-subpage-row .single-subpage > .image,
  section.news .single-subpage-row .single-news > .image,
  section.news .single-news-row .single-subpage > .image,
  section.news .single-news-row .single-news > .image {
    height: 18rem !important;
  }
}
section.subpages .single-subpage-row .single-subpage > .image > img,
section.subpages .single-subpage-row .single-news > .image > img,
section.subpages .single-news-row .single-subpage > .image > img,
section.subpages .single-news-row .single-news > .image > img,
section.news .single-subpage-row .single-subpage > .image > img,
section.news .single-subpage-row .single-news > .image > img,
section.news .single-news-row .single-subpage > .image > img,
section.news .single-news-row .single-news > .image > img {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
section.subpages .single-subpage-row .single-subpage > .image.landscape > img,
section.subpages .single-subpage-row .single-news > .image.landscape > img,
section.subpages .single-news-row .single-subpage > .image.landscape > img,
section.subpages .single-news-row .single-news > .image.landscape > img,
section.news .single-subpage-row .single-subpage > .image.landscape > img,
section.news .single-subpage-row .single-news > .image.landscape > img,
section.news .single-news-row .single-subpage > .image.landscape > img,
section.news .single-news-row .single-news > .image.landscape > img {
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  max-height: 100%;
  max-width: none;
}
@media (max-width: 575.98px) {
  section.subpages .single-subpage-row .single-subpage > .image.landscape > img,
  section.subpages .single-subpage-row .single-news > .image.landscape > img,
  section.subpages .single-news-row .single-subpage > .image.landscape > img,
  section.subpages .single-news-row .single-news > .image.landscape > img,
  section.news .single-subpage-row .single-subpage > .image.landscape > img,
  section.news .single-subpage-row .single-news > .image.landscape > img,
  section.news .single-news-row .single-subpage > .image.landscape > img,
  section.news .single-news-row .single-news > .image.landscape > img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: none !important;
  }
}
@media (max-width: 767.98px) {
  section.subpages .single-subpage-row .single-subpage > .image.landscape > img,
  section.subpages .single-subpage-row .single-news > .image.landscape > img,
  section.subpages .single-news-row .single-subpage > .image.landscape > img,
  section.subpages .single-news-row .single-news > .image.landscape > img,
  section.news .single-subpage-row .single-subpage > .image.landscape > img,
  section.news .single-subpage-row .single-news > .image.landscape > img,
  section.news .single-news-row .single-subpage > .image.landscape > img,
  section.news .single-news-row .single-news > .image.landscape > img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: none !important;
  }
}
@media (max-width: 991.98px) {
  section.subpages .single-subpage-row .single-subpage > .image.landscape > img,
  section.subpages .single-subpage-row .single-news > .image.landscape > img,
  section.subpages .single-news-row .single-subpage > .image.landscape > img,
  section.subpages .single-news-row .single-news > .image.landscape > img,
  section.news .single-subpage-row .single-subpage > .image.landscape > img,
  section.news .single-subpage-row .single-news > .image.landscape > img,
  section.news .single-news-row .single-subpage > .image.landscape > img,
  section.news .single-news-row .single-news > .image.landscape > img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: none !important;
  }
}
section.subpages .single-subpage-row .single-subpage > .image.portrait > img,
section.subpages .single-subpage-row .single-news > .image.portrait > img,
section.subpages .single-news-row .single-subpage > .image.portrait > img,
section.subpages .single-news-row .single-news > .image.portrait > img,
section.news .single-subpage-row .single-subpage > .image.portrait > img,
section.news .single-subpage-row .single-news > .image.portrait > img,
section.news .single-news-row .single-subpage > .image.portrait > img,
section.news .single-news-row .single-news > .image.portrait > img {
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  max-width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  section.subpages .single-subpage-row .single-subpage > .image.portrait > img,
  section.subpages .single-subpage-row .single-news > .image.portrait > img,
  section.subpages .single-news-row .single-subpage > .image.portrait > img,
  section.subpages .single-news-row .single-news > .image.portrait > img,
  section.news .single-subpage-row .single-subpage > .image.portrait > img,
  section.news .single-subpage-row .single-news > .image.portrait > img,
  section.news .single-news-row .single-subpage > .image.portrait > img,
  section.news .single-news-row .single-news > .image.portrait > img {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    max-height: none !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  section.subpages .single-subpage-row .single-subpage > .image.portrait > img,
  section.subpages .single-subpage-row .single-news > .image.portrait > img,
  section.subpages .single-news-row .single-subpage > .image.portrait > img,
  section.subpages .single-news-row .single-news > .image.portrait > img,
  section.news .single-subpage-row .single-subpage > .image.portrait > img,
  section.news .single-subpage-row .single-news > .image.portrait > img,
  section.news .single-news-row .single-subpage > .image.portrait > img,
  section.news .single-news-row .single-news > .image.portrait > img {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    max-height: none !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  section.subpages .single-subpage-row .single-subpage > .image.portrait > img,
  section.subpages .single-subpage-row .single-news > .image.portrait > img,
  section.subpages .single-news-row .single-subpage > .image.portrait > img,
  section.subpages .single-news-row .single-news > .image.portrait > img,
  section.news .single-subpage-row .single-subpage > .image.portrait > img,
  section.news .single-subpage-row .single-news > .image.portrait > img,
  section.news .single-news-row .single-subpage > .image.portrait > img,
  section.news .single-news-row .single-news > .image.portrait > img {
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    max-height: none !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100% !important;
  }
}
section.subpages .single-subpage-row .single-subpage > h3.title,
section.subpages .single-subpage-row .single-news > h3.title,
section.subpages .single-news-row .single-subpage > h3.title,
section.subpages .single-news-row .single-news > h3.title,
section.news .single-subpage-row .single-subpage > h3.title,
section.news .single-subpage-row .single-news > h3.title,
section.news .single-news-row .single-subpage > h3.title,
section.news .single-news-row .single-news > h3.title {
  line-height: 3.2rem;
  font-weight: 700;
}
section.subpages .single-subpage-row .single-subpage > h3.title a,
section.subpages .single-subpage-row .single-news > h3.title a,
section.subpages .single-news-row .single-subpage > h3.title a,
section.subpages .single-news-row .single-news > h3.title a,
section.news .single-subpage-row .single-subpage > h3.title a,
section.news .single-subpage-row .single-news > h3.title a,
section.news .single-news-row .single-subpage > h3.title a,
section.news .single-news-row .single-news > h3.title a {
  color: rgb(79, 85, 88);
}
@media (max-width: 991.98px) {
  section.subpages .single-subpage-row .single-subpage,
  section.subpages .single-subpage-row .single-news,
  section.subpages .single-news-row .single-subpage,
  section.subpages .single-news-row .single-news,
  section.news .single-subpage-row .single-subpage,
  section.news .single-subpage-row .single-news,
  section.news .single-news-row .single-subpage,
  section.news .single-news-row .single-news {
    margin-bottom: 3rem;
  }
}
section.subpages .more-news > a,
section.news .more-news > a {
  display: inline-block;
}
section.subpages .more-news > a p:last-child,
section.news .more-news > a p:last-child {
  margin-bottom: 0;
}
section.subpages .more-news > a > .circle,
section.news .more-news > a > .circle {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 1rem;
  border: 1.5px solid rgb(238, 44, 108);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
section.subpages .more-news > a > .circle > .bar,
section.news .more-news > a > .circle > .bar {
  position: absolute;
  top: 50%;
  background-color: rgb(238, 44, 108);
  height: 1.5px;
  border-radius: 1px;
  width: calc(100% - 0.9rem);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  transform-origin: center;
}
section.subpages .more-news > a > .circle > .bar:last-child,
section.news .more-news > a > .circle > .bar:last-child {
  -webkit-transform: rotate(-90deg) translateY(-50%) translateX(-50%);
  transform: rotate(-90deg) translateY(-50%) translateX(-50%);
  transform-origin: left;
  border: 0 !important;
}
section.subpages .more-news > a:hover,
section.news .more-news > a:hover {
  text-decoration: none;
}
section.subpages .more-news > a:hover > .circle,
section.news .more-news > a:hover > .circle {
  transform: rotate(-90deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  section.subpages,
  section.news {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  section.subpages.padding-y-2x-large,
  section.news.padding-y-2x-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* ####################################################################### SECTION - ORGANIZATION ############################################################################ */
@media (max-width: 991px) {
  section.organization h1, section.organization h3 {
    text-align: center !important;
  }
}
section.organization .organization-content {
  margin-bottom: 3rem;
}
section.organization .organization-row > .single-organization {
  text-align: center;
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  section.organization .organization-row > .single-organization:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.organization .organization-row > .single-organization:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
section.organization .organization-row > .single-organization:last-child {
  margin-bottom: 0;
}
section.organization .organization-row > .single-organization > .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  border-radius: 50%;
  height: 20rem;
  width: 20rem;
  margin-bottom: 2rem;
}
section.organization .organization-row > .single-organization > .name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
section.organization .organization-row > .single-organization > .title {
  font-style: italic;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
section.organization .organization-row > .single-organization > .email > a {
  margin-bottom: 0.5rem;
  line-height: 2.8rem;
}
section.organization .organization-row > .single-organization > .phone > a {
  line-height: 2.8rem;
}

/* ####################################################################### SECTION - COOPERATION ############################################################################ */
section.cooperation .cooperation-content {
  margin-bottom: 3rem;
}
section.cooperation .cooperation-row > .single-cooperation {
  margin-bottom: 3rem;
}
section.cooperation .cooperation-row > .single-cooperation.hidden {
  display: none;
}
section.cooperation .cooperation-row > .single-cooperation .image-wrapper {
  height: 17rem;
  padding: 5rem 6rem;
  background-color: rgb(241, 241, 241);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.cooperation .cooperation-row > .single-cooperation .image-wrapper > img {
  max-width: 100%;
  max-height: 7rem;
}
@media (max-width: 575.98px) {
  section.cooperation .cooperation-row > .single-cooperation .image-wrapper {
    height: 14rem;
    padding: 2rem;
  }
}
section.cooperation .more-cooperation > .outer-cirle {
  display: inline-block;
  color: rgb(238, 44, 108);
  cursor: pointer;
}
section.cooperation .more-cooperation > .outer-cirle p {
  margin-bottom: 0;
}
section.cooperation .more-cooperation > .outer-cirle > .circle {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 1rem;
  border: 1.5px solid rgb(238, 44, 108);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
section.cooperation .more-cooperation > .outer-cirle > .circle > .bar {
  position: absolute;
  top: calc(50% - 1px);
  background-color: rgb(238, 44, 108);
  height: 1.5px;
  border-radius: 1px;
  width: calc(100% - 0.9rem);
}
section.cooperation .more-cooperation > .outer-cirle > .circle > .bar:last-child {
  transform: rotate(-90deg);
}
section.cooperation .more-cooperation > .outer-cirle:hover {
  text-decoration: none;
}
section.cooperation .more-cooperation > .outer-cirle:hover > .circle {
  transform: rotate(-90deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

/*Start: row legends*/
.row.legends {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.row.legends small .legend {
  float: left;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.4rem;
  margin-right: 1rem;
}

.row.legends small {
  float: left;
  display: block;
  margin-right: 2rem;
}

.row.legends small:after {
  content: "";
  display: block;
  clear: both;
}

.row.legends small .legend.blue {
  background: #69c2bf;
  border: 1px solid #fff;
}

.row.legends small .legend.pink {
  background: #e72365;
  border: 1px solid #fff;
}

.row.legends small .legend.yellow {
  background: #beaa06;
  border: 1px solid #fff;
}

.row.legends small + br {
  display: none;
}

/*End: row legends*/
/* ####################################################################### SECTION - EVENTS ############################################################################ */
.events.textalign-center h1, .events.textalign-center h2, .events.textalign-center h3, .events.textalign-center h4, .events.textalign-center h5, .events.textalign-center h6 {
  text-align: center;
}
.events.textalign-center p {
  text-align: center;
}
.events.textalign-left h1, .events.textalign-left h2, .events.textalign-left h3, .events.textalign-left h4, .events.textalign-left h5, .events.textalign-left h6 {
  text-align: left;
}
.events.textalign-left p {
  text-align: left;
}
.events.textalign-right h1, .events.textalign-right h2, .events.textalign-right h3, .events.textalign-right h4, .events.textalign-right h5, .events.textalign-right h6 {
  text-align: right;
}
.events.textalign-right p {
  text-align: right;
}
@media (max-width: 575.98px) {
  .events .date-time {
    padding: 3rem 0 2.5rem 2.5rem !important;
  }
  .events .date-time .date {
    font-size: 2.4rem !important;
    line-height: 4.5rem !important;
  }
  .events .event-categories {
    text-align: left !important;
  }
}
@media (max-width: 767.98px) {
  .events .date-time {
    padding: 3rem 0 2.5rem 2.5rem !important;
  }
  .events .date-time .date {
    font-size: 2.4rem !important;
    line-height: 4.5rem !important;
  }
  .events .event-categories {
    text-align: left !important;
  }
}
@media (max-width: 991.98px) {
  .events .date-time {
    padding: 3rem 0 2.5rem 2.5rem !important;
  }
  .events .date-time .date {
    font-size: 2.4rem !important;
    line-height: 4.5rem !important;
  }
  .events .event-categories {
    text-align: left !important;
  }
}
.events .events-content {
  margin-bottom: 3rem;
}
.events .events-row > .single-event {
  margin-bottom: 5rem;
}
.events .events-row > .single-event:last-child {
  margin-bottom: 0;
}
.events .events-row > .single-event .single-event-row {
  align-items: center;
}
.events .events-row > .single-event .single-event-row .date-time {
  padding: 3rem 5rem;
}
.events .events-row > .single-event .single-event-row .date-time .date {
  font-family: "oswald", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.4rem;
  margin-bottom: 1.5rem;
  color: rgb(79, 85, 88);
}
.events .events-row > .single-event .single-event-row .content p:last-child {
  margin-bottom: 0;
}
.events .events-row > .single-event .single-event-row .content .title {
  font-weight: 700;
}
.events .events-row > .single-event.learning-kids .date-time {
  border-left: 7px solid rgb(238, 44, 108);
}
.events .events-row > .single-event.learning-kids .date-time .date {
  color: rgb(238, 44, 108);
}
.events .events-row > .single-event.learning-kids .title {
  color: rgb(238, 44, 108);
}
.events .events-row > .single-event.mentors .date-time {
  border-left: 7px solid rgb(91, 196, 191);
}
.events .events-row > .single-event.mentors .date-time .date {
  color: rgb(91, 196, 191);
}
.events .events-row > .single-event.mentors .title {
  color: rgb(91, 196, 191);
}
.events .events-row > .single-event.cooperations .date-time {
  border-left: 7px solid rgb(79, 85, 88);
}
.events .events-row > .single-event.cooperations .date-time .date {
  color: rgb(79, 85, 88);
}
.events .events-row > .single-event.cooperations .title {
  color: rgb(79, 85, 88);
}
.events .event-categories {
  text-align: center;
  margin-bottom: 7rem;
}
.events .event-categories .category {
  margin-right: 5rem;
}
.events .event-categories .category:before {
  content: "";
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  background-color: rgb(220, 220, 220);
  margin-right: 1rem;
}
.events .event-categories .category.learning-kids:before {
  background-color: rgb(238, 44, 108);
}
.events .event-categories .category.camps:before {
  background-color: #fff100;
}
.events .event-categories .category.mentors:before {
  background-color: rgb(91, 196, 191);
}
.events .event-categories .category.cooperations:before {
  background-color: rgb(79, 85, 88);
}

/* ####################################################################### SECTION - EVENTS ############################################################################ */
section.mentor-map .mentor-map-content {
  margin-bottom: 3rem;
}
section.mentor-map .mentor-map-content h2 {
  font-size: 3.6rem;
  line-height: 5.4rem;
  font-family: "oswald", sans-serif;
}
section.mentor-map .map .inner-map #leaflet-map {
  height: 600px;
  width: 100%;
}
section.mentor-map .list-of-places .places {
  padding: 3rem;
  height: 100%;
  max-height: 600px;
}
section.mentor-map .list-of-places .places .inner-place-list {
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.mentor-map .list-of-places .places .inner-place-list::-webkit-scrollbar {
  display: none;
}
section.mentor-map .list-of-places .places .inner-place-list p {
  margin: 0;
  cursor: pointer;
}
section.mentor-map .list-of-places .places .inner-place-list p.active {
  color: rgb(238, 44, 108);
}
section.mentor-map .list-of-places .places .overlay {
  width: calc(100% - 3rem);
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
section.mentor-map .list-of-places .places:hover .overlay {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.mentor-map .after-map-content {
  padding-top: 4rem;
}
section.mentor-map .after-map-content .buttonWrapper .button {
  margin: 0 !important;
}

/* ####################################################################### BLOCK - EDITOR ############################################################################ */
section .editor p:last-child,
section .editor ul:last-child,
section .editor ol:last-child {
  margin-bottom: 0;
}
section .editor ol,
section .editor ul {
  margin-bottom: 3rem;
  padding-left: 1.5rem;
}
section .editor ol li,
section .editor ul li {
  line-height: 2.8rem;
  word-break: break-word;
  position: relative;
}
section .editor ul {
  list-style: none;
}
section .editor ul li:before {
  content: "•";
  position: absolute;
  left: -1.5rem;
}
section .editor ol {
  list-style: none;
  counter-reset: olcounter;
  padding-left: 3ch;
}
section .editor ol li:before {
  counter-increment: olcounter;
  content: counter(olcounter) ".";
  position: absolute;
  right: 100%;
  width: 3ch;
  display: block;
  font-size: 1em;
}
section .editor p + h3,
section .editor ol + h3,
section .editor ul + h3,
section .editor a + h3,
section .editor div + h3,
section .editor strong + h3,
section .editor span + h3 {
  margin-top: 7rem;
}

.logo_editor p {
  display: flex;
  flex-direction: column;
}
.logo_editor img {
  width: 75% !important;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 25px;
  border-radius: 18px;
  height: 170px;
  object-fit: contain;
}
.logo_editor a {
  text-align: center;
  margin-bottom: 50px;
}

.font-size-xl {
  font-size: 3.6rem;
}

.bold {
  font-weight: 700;
}

.source {
  font-style: italic;
  color: #848484;
}

header.small .header-content {
  z-index: 99;
}

nav.site-navigation {
  z-index: 999;
}

/* ####################################################################### BLOCK - QUOTE ############################################################################ */
.content.hasQuote {
  position: relative;
}
.content.hasQuote:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #4F5558;
  opacity: 0.8;
  top: 0;
  left: 0;
  position: absolute;
}
.content.hasQuote .quote {
  z-index: 2;
}

section .quote {
  text-align: center;
}
section .quote .quote-content {
  position: relative;
}
section .quote .quote-content p {
  font-size: 2.2rem;
  line-height: 5.4rem;
}
section .quote .quote-content:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -10rem;
  height: 5rem;
  width: 6rem;
  background-image: url("../images/quote.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section .quote .quote-content:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -10rem;
  height: 5rem;
  width: 6rem;
  background-image: url("../images/quote.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  section .quote .quote-content {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  section .quote .quote-content p:last-child {
    margin-bottom: 0;
  }
  section .quote .quote-content:before {
    left: 0;
    top: 2rem;
  }
  section .quote .quote-content:after {
    right: 0;
    bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  section .quote .quote-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  section .quote .quote-content p {
    font-size: 1.6rem;
    line-height: 3.8rem;
  }
  section .quote .quote-content:before {
    left: 1rem;
    top: 2rem;
  }
  section .quote .quote-content:after {
    right: 1rem;
    bottom: 2rem;
  }
}
section .quote .quote-reference {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  section .quote .quote-reference {
    margin-top: 3rem;
  }
}

/* ####################################################################### BLOCK - CARD ############################################################################ */
section .card {
  border: none;
  padding-bottom: 5rem;
  display: block;
}
section .card p:last-child {
  margin-bottom: 0;
}
section .card > img.image {
  margin-bottom: 2rem;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
section .card h3.title {
  font-weight: 700;
  margin-bottom: 2rem;
}

section.bg.color-lightgrey .card {
  background-color: rgb(241, 241, 241);
}

/* ####################################################################### BLOCK - CALL TO ACTION ############################################################################ */
section .call-to-action {
  margin-bottom: 10rem;
}
section .call-to-action:last-child {
  margin-bottom: 0;
}
section .call-to-action .row {
  position: relative;
}
section .call-to-action .image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  section .call-to-action .image {
    position: relative;
    height: 27.5rem;
    width: 100%;
  }
}
section .call-to-action .content {
  position: relative;
  background-color: rgb(241, 241, 241);
  padding: 7rem;
  margin-top: 7rem;
  margin-bottom: 7rem;
}
section .call-to-action .content h2 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 5rem;
  font-family: "oswald", sans-serif;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
section .call-to-action .content a.button {
  margin: 0;
}
@media (max-width: 767.98px) {
  section .call-to-action {
    margin-bottom: 3rem;
  }
  section .call-to-action .content {
    display: block;
    margin: -5rem 1.5rem 0 1.5rem;
    padding: 3rem;
    flex: 0 0 calc(100% - 1.5rem * 2);
  }
  section .call-to-action .content h2 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}

section.bg.color-lightgrey .call-to-action .content {
  background-color: rgb(255, 255, 255);
}

/* ####################################################################### BLOCK - IMAGE ############################################################################ */
section .image > img {
  width: 100%;
}
section .image .image-link > img {
  border: 1px solid transparent;
  transition: border 0.3s ease;
}
section .image .image-link > img:hover {
  border: 1px solid rgb(238, 44, 108);
}

/* ####################################################################### BLOCK - QUOTE WITH IMAGE ############################################################################ */
section .quote-with-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  section .quote-with-image {
    margin-bottom: 8rem;
  }
}
section .quote-with-image > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .quote-with-image > a:hover {
  text-decoration: none;
}
section .quote-with-image > a:hover .read-more-container .read-more {
  top: -2%;
}
section .quote-with-image > a:hover .read-more-container .quote-with-image-image {
  border: 4px solid rgb(238, 44, 108);
  transform: scale(1.1);
}
section .quote-with-image > a:hover .text > p {
  color: rgb(238, 44, 108);
}
section .quote-with-image > a .read-more-container {
  position: relative;
}
section .quote-with-image > a .read-more-container .read-more {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgb(238, 44, 108);
  width: 50px;
  height: 50px;
  z-index: 1;
  right: 10%;
  top: 0%;
  border-radius: 50%;
  transition: top 0.3s ease, right 0.3s ease;
}
section .quote-with-image > a .read-more-container .read-more > span {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
section .quote-with-image > a .read-more-container .quote-with-image-image {
  border: 4px solid transparent;
  border-radius: 50%;
  margin-bottom: 4rem;
  transform: scale(1);
  transition: transform 0.3s ease, border 0.3s ease;
}
section .quote-with-image > a .quote-with-image-image {
  border: 4px solid transparent;
  border-radius: 50%;
  margin-bottom: 4rem;
  transform: scale(1);
  transition: transform 0.3s ease, border 0.3s ease;
}
section .quote-with-image > a .title {
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: black;
  text-align: center;
}
section .quote-with-image > a .text > p {
  font-weight: bold;
  color: #4f5558;
  transition: color 0.3s ease;
  max-width: 90%;
  text-align: center;
  margin: 0 auto 1.5rem;
}
section .quote-with-image > a .quote-by {
  color: #4f5558;
  font-style: italic;
  text-align: center;
}
section .quote-with-image .quote-with-image-image {
  border: 4px solid transparent;
  border-radius: 50%;
  margin-bottom: 4rem;
  transform: scale(1);
  transition: transform 0.3s ease, border 0.3s ease;
}
section .quote-with-image .title {
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: black;
  text-align: center;
}
section .quote-with-image .text > p {
  font-weight: bold;
  color: #4f5558;
  transition: color 0.3s ease;
  max-width: 90%;
  text-align: center;
  margin: 0 auto 1.5rem;
}
section .quote-with-image .quote-by {
  color: #4f5558;
  font-style: italic;
  text-align: center;
}

/* ############################################################################ SHORTCODES ############################################################################ */
div.accordion {
  border-top: 5px solid rgb(241, 241, 241);
}
div.accordion > .header {
  position: relative;
  font-weight: 700;
  padding: 2.5rem 4rem 2.5rem 0;
  color: rgb(79, 85, 88);
  cursor: pointer;
}
div.accordion > .header .cross {
  position: absolute;
  right: 0;
  top: 2.2rem;
  height: 3rem;
  width: 3rem;
  padding: 0.4rem;
  border: 1px solid rgb(79, 85, 88);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.accordion > .header .cross > .bar {
  position: relative;
  height: 1px;
  width: 2rem;
  top: 50%;
  background-color: rgb(79, 85, 88);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.accordion > .header .cross > .bar:last-child {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: calc(50% - 1px);
}
div.accordion > .header.open {
  color: rgb(238, 44, 108);
}
div.accordion > .header.open > .cross {
  -webkit-transform: rotate(-90deg);
  transform: rotate(45deg);
  border-color: rgb(238, 44, 108);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.accordion > .header.open > .cross > .bar {
  background-color: rgb(238, 44, 108);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.accordion > .content {
  display: none;
  margin-bottom: 2.5rem;
  padding-right: 7rem;
}
div.accordion:last-of-type {
  border-bottom: 5px solid rgb(241, 241, 241);
}

/* ####################################################################### PAGE SETTING - PASSWORD PROTECTED ############################################################################ */
div.postpassword .button {
  border: 0;
}
div.postpassword .button.color-pink {
  background-color: rgb(238, 44, 108);
  color: rgb(255, 255, 255);
}
div.postpassword .button.color-pink:hover, div.postpassword .button.color-pink:focus {
  background-color: rgb(255, 81, 139);
}
div.postpassword label {
  display: inline-block;
  margin-right: 1rem;
}
div.postpassword input[name=post_password] {
  height: 3.8rem;
  border: 1px solid rgb(238, 44, 108);
  background-color: transparent;
  padding: 0.8rem 1.6rem;
  color: currentColor;
  display: inline-block;
  width: 100%;
}

.highlight:after {
  content: "";
  transition: ease-in-out 0.15s opacity;
  display: block;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  pointer-events: none;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  animation: highlightedpseudoelement;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes highlightedpseudoelement {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
.navigation > .container > .row:before, .navigation > .container > .row:after {
  display: none;
}

.page-id-16 .row {
  display: flex;
  justify-content: space-between;
}
.page-id-16 .row .padding-bottom-small {
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .page-id-16 .row .padding-bottom-small {
    margin-top: 0;
  }
}
.page-id-16 .vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.page-id-16 .vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ################# POSITIONS ARCHIVE #################### */
.post-type-archive-stillinger nav .hamburger {
  background-color: rgb(79, 85, 88);
}

.positions {
  background-color: rgb(238, 44, 108);
  min-height: 75vh;
  height: auto;
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .positions {
    align-items: center;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
.positions a {
  text-decoration: none;
}
.positions h1 {
  color: white;
  text-align: center;
  padding-top: 40%;
  font-weight: 700;
  font-size: 2.6rem;
  padding-bottom: 25px;
  font-family: "raleway", sans-serif;
}
@media (min-width: 1024px) {
  .positions h1 {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.positions--card {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  height: 275px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .positions--card {
    height: 240px;
  }
}
.positions--card--image {
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.positions--card--image--button {
  position: relative;
  padding: 30px;
}
.positions--card--image--button--btn {
  border: 1px solid white;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 30px;
  transition: 0.5s ease;
}
.positions--card--image--button--btn:hover {
  background-color: white;
  transition: 0.5s ease;
  color: rgb(238, 44, 108);
  cursor: pointer;
}
.positions--card--overlay {
  height: 60%;
  width: 100%;
  mask-image: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  background-color: black;
}

.inner-menu ul:last-of-type {
  max-width: 800px;
  margin: 0 auto !important;
}/*# sourceMappingURL=style.css.map */