@charset "UTF-8";
/*!
Theme Name: Motivera utbildning
Theme URI: https://www.fempunkter.se
Description: Tema för Motivera utbildning.
Author: Fem punkter
Author URI: https://www.fempunkter.se
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background: #FFFFFF;
}

.sub-page {
  min-height: -webkit-calc(100% - 500px);
  min-height: -moz-calc(100% - 500px);
  min-height: calc(100% - 500px);
}

.wow {
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  /*   border-radius: 11px; */
}
@media only screen and (max-width: 768px) {
  img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input:focus, select:focus, .select2-selection:focus {
  outline: 0;
  opacity: 0.75;
}

.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;
  width: 1px;
  word-wrap: normal !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

/** @format */
.has-large-font-size {
  font-size: 2.25rem;
}
@media only screen and (max-width: 1024px) {
  .has-large-font-size {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .has-large-font-size {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .has-large-font-size {
    font-size: 1.125rem;
  }
}

.has-medium-font-size {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .has-medium-font-size {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .has-medium-font-size {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 600px) {
  .has-medium-font-size {
    font-size: 1rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Roboto", sans-serif;
  color: #333333;
  line-height: 1.3;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.425em;
  font-weight: 600;
  margin-top: 0.425em;
  /*   color: $primary-color; */
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  font-weight: 400;
  /*   color: $primary-color; */
}
@media only screen and (max-width: 1024px) {
  h2,
.h2 {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 768px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}
h2.headline,
.h2.headline {
  font-size: 2.5em;
}

h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  h3,
.h3 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 768px) {
  h3,
.h3 {
    font-size: 1.25rem;
  }
}
h3.headline,
.h3.headline {
  font-size: 2em;
}

h4,
.h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  h4,
.h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  h4,
.h4 {
    font-size: 0.875rem;
  }
}

h5,
.h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.618;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 0.875rem;
  }
}
p.passerat {
  text-align: center;
  font-size: 0.875em;
  color: #00adff;
  margin-top: -1rem;
}
p.xl-copy {
  font-size: 1.25rem;
}
p.columned-text {
  column-count: 2;
  column-gap: 3.125rem;
  -moz-column-count: 2;
  -moz-column-gap: 3.125rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3.125rem;
}
@media only screen and (max-width: 1024px) {
  p.columned-text {
    -column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
p a:link,
p a:visited {
  color: #E1251B;
  text-decoration: none;
  -webkit-transform: all 0.2s;
  -moz-transform: all 0.2s;
  -ms-transform: all 0.2s;
  -o-transform: all 0.2s;
  transform: all 0.2s;
}
p a:link:hover,
p a:visited:hover {
  color: #E1251B;
  text-decoration: underline;
}

a:link,
a:visited {
  color: #E1251B;
  text-decoration: none;
  -webkit-transform: all 0.2s;
  -moz-transform: all 0.2s;
  -ms-transform: all 0.2s;
  -o-transform: all 0.2s;
  transform: all 0.2s;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}

.link-arrow,
p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #E1251B;
  border-bottom: none;
}
.link-arrow:after,
p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 6px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
  background: url(assets/img/arrow_primary.svg);
}
.link-arrow:hover,
p a.link-arrow:hover {
  color: #006899;
  border-bottom: none;
}

.hero-title {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #E1251B;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem 0.875rem 1.5rem;
  background: rgba(0, 0, 0, 0.8);
}

.hero-sub {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 1024px) {
  .hero-description {
    font-size: 1.225rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero-description {
    font-size: 1rem;
  }
}

strong {
  font-weight: 600;
}

.italic,
em {
  font-style: italic;
}

blockquote.wp-block-quote {
  color: #000000;
  font-style: oblique;
  margin: 1rem 0;
  padding: 1rem;
  line-height: 1.618;
  border-left: 2px solid #E1251B;
}
blockquote.wp-block-quote:before {
  color: #000000;
  content: none;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote.wp-block-quote p {
  margin-bottom: 0.5rem;
}
blockquote.wp-block-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.875em;
}
blockquote.wp-block-quote.is-style-large {
  margin-bottom: 2em;
}
blockquote.wp-block-quote.is-style-large p {
  font-size: 2rem;
}

.white {
  color: #ffffff;
}

p a.white {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.sm-co {
  font-size: 0.875rem;
}

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

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

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

.balance-text {
  text-wrap: balance;
}

.form-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.75rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.section-sub__title {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.3;
}

.month_title {
  font-weight: bold;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .month_title {
    font-size: 1.75rem;
  }
}

.sidebar-title {
  font-weight: 500;
  border-bottom: 1px solid #444444;
  padding-bottom: 0.6rem;
  margin-top: 2rem;
}
.sidebar-title:first-child {
  margin-top: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.site-fixed-width {
  max-width: 90rem;
  margin: 0 auto;
  display: block;
  overflow: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.3);
}

.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignfull .wp-block-group__inner-container {
  max-width: 66rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .alignfull .wp-block-group__inner-container {
    padding: 0 1.5rem;
  }
  .alignfull .wp-block-group__inner-container .wp-block-image .alignright {
    -webkit-transform: translateX(-1.5rem);
    -moz-transform: translateX(-1.5rem);
    -ms-transform: translateX(-1.5rem);
    -o-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
  .alignfull .wp-block-group__inner-container .wp-block-image .alignleft {
    -webkit-transform: translateX(-1.5rem);
    -moz-transform: translateX(-1.5rem);
    -ms-transform: translateX(-1.5rem);
    -o-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}

main {
  width: 1000px;
  margin: 0 auto 3rem;
  padding: 0 0rem;
  max-width: 100vw;
}
@media only screen and (max-width: 1024px) {
  main {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 600px) {
  main {
    padding: 0 1rem;
  }
}

body.learnpress-profile main {
  width: 100vw;
}

*.alignwide {
  width: calc(100% + 534px);
  max-width: unset;
  -webkit-transform: translateX(-267px);
  -moz-transform: translateX(-267px);
  -ms-transform: translateX(-267px);
  -o-transform: translateX(-267px);
  transform: translateX(-267px);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 1400px) {
  *.alignwide {
    max-width: unset;
    width: calc(100% + 100px);
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@media only screen and (max-width: 1024px) {
  *.alignwide {
    max-width: 100%;
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}
@media only screen and (max-width: 1200px) {
  *.alignwide {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}

main article .alignwide:first-child, main article .alignfull:first-child {
  margin-top: 0;
}

.content {
  margin-top: 7rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content.no-top {
  padding-top: 0;
}
.content.no-pb {
  padding-bottom: 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding: 0;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
.row.nested {
  padding: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media only screen and (max-width: 768px) {
  .row.hero-row {
    margin: 0;
  }
}
.row.row-header {
  padding: 1.4rem 0 1rem 0;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
  /*@include bp-sm {
    padding: 1rem 0 .625rem 0; 
  }*/
}
@media only screen and (max-width: 1024px) {
  .row.row-header {
    margin-right: 0;
    margin-left: 0;
    padding: 1.325rem 0 0.375rem 0;
  }
}
.row.no-top {
  padding-top: 0;
}
.row.hero-sub {
  padding: 5rem 0 5rem 0;
}
.row.border-bottom {
  padding-bottom: 3.875rem;
  margin-bottom: 0;
  position: relative;
}
.row.border-bottom.less-padding {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.row.border-bottom.onwhite-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(225, 37, 27, 0.08);
  bottom: 0;
  left: 1rem;
}
.row.border-bottom.onblack-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(230, 230, 230, 0.2);
  bottom: 0;
  left: 1rem;
}
.row.special-padding {
  padding: 2.5rem 0 1rem 0;
}
.row.no-pb {
  padding-bottom: 0;
}
.row.less-pb {
  padding-bottom: 0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 1024px) {
  .xs2 {
    margin-bottom: 2rem;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs.no-padd,
.col-xs-1.no-padd,
.col-xs-2.no-padd,
.col-xs-3.no-padd,
.col-xs-4.no-padd,
.col-xs-5.no-padd,
.col-xs-6.no-padd,
.col-xs-7.no-padd,
.col-xs-8.no-padd,
.col-xs-9.no-padd,
.col-xs-10.no-padd,
.col-xs-11.no-padd,
.col-xs-12.no-padd,
.col-xs-offset-0.no-padd,
.col-xs-offset-1.no-padd,
.col-xs-offset-2.no-padd,
.col-xs-offset-3.no-padd,
.col-xs-offset-4.no-padd,
.col-xs-offset-5.no-padd,
.col-xs-offset-6.no-padd,
.col-xs-offset-7.no-padd,
.col-xs-offset-8.no-padd,
.col-xs-offset-9.no-padd,
.col-xs-offset-10.no-padd,
.col-xs-offset-11.no-padd,
.col-xs-offset-12.no-padd {
  padding: 0;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stretch-xs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 100%;
  }

  .header-container {
    width: 100%;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm.no-padd,
.col-sm-1.no-padd,
.col-sm-2.no-padd,
.col-sm-3.no-padd,
.col-sm-4.no-padd,
.col-sm-5.no-padd,
.col-sm-6.no-padd,
.col-sm-7.no-padd,
.col-sm-8.no-padd,
.col-sm-9.no-padd,
.col-sm-10.no-padd,
.col-sm-11.no-padd,
.col-sm-12.no-padd,
.col-sm-offset-0.no-padd,
.col-sm-offset-1.no-padd,
.col-sm-offset-2.no-padd,
.col-sm-offset-3.no-padd,
.col-sm-offset-4.no-padd,
.col-sm-offset-5.no-padd,
.col-sm-offset-6.no-padd,
.col-sm-offset-7.no-padd,
.col-sm-offset-8.no-padd,
.col-sm-offset-9.no-padd,
.col-sm-offset-10.no-padd,
.col-sm-offset-11.no-padd,
.col-sm-offset-12.no-padd {
    padding: 0;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 65rem;
  }

  .header-container {
    width: 100%;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md.no-padd,
.col-md-1.no-padd,
.col-md-2.no-padd,
.col-md-3.no-padd,
.col-md-4.no-padd,
.col-md-5.no-padd,
.col-md-6.no-padd,
.col-md-7.no-padd,
.col-md-8.no-padd,
.col-md-9.no-padd,
.col-md-10.no-padd,
.col-md-11.no-padd,
.col-md-12.no-padd,
.col-md-offset-0.no-padd,
.col-md-offset-1.no-padd,
.col-md-offset-2.no-padd,
.col-md-offset-3.no-padd,
.col-md-offset-4.no-padd,
.col-md-offset-5.no-padd,
.col-md-offset-6.no-padd,
.col-md-offset-7.no-padd,
.col-md-offset-8.no-padd,
.col-md-offset-9.no-padd,
.col-md-offset-10.no-padd,
.col-md-offset-11.no-padd,
.col-md-offset-12.no-padd {
    padding: 0;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    width: 76rem;
  }

  .header-container {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg.no-padd,
.col-lg-1.no-padd,
.col-lg-2.no-padd,
.col-lg-3.no-padd,
.col-lg-4.no-padd,
.col-lg-5.no-padd,
.col-lg-6.no-padd,
.col-lg-7.no-padd,
.col-lg-8.no-padd,
.col-lg-9.no-padd,
.col-lg-10.no-padd,
.col-lg-11.no-padd,
.col-lg-12.no-padd,
.col-lg-offset-0.no-padd,
.col-lg-offset-1.no-padd,
.col-lg-offset-2.no-padd,
.col-lg-offset-3.no-padd,
.col-lg-offset-4.no-padd,
.col-lg-offset-5.no-padd,
.col-lg-offset-6.no-padd,
.col-lg-offset-7.no-padd,
.col-lg-offset-8.no-padd,
.col-lg-offset-9.no-padd,
.col-lg-offset-10.no-padd,
.col-lg-offset-11.no-padd,
.col-lg-offset-12.no-padd {
    padding: 0;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 80rem;
  }
}
@media only screen and (max-width: 1024px) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

.mt-1 {
  margin-top: 0.875rem;
}

.state--scrolled .row-header {
  padding: 0.8rem 0;
}
@media only screen and (max-width: 1024px) {
  .state--scrolled .row-header {
    padding: 0.8rem 0;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-md {
    display: none;
  }
}

.no-padd-left {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .no-padd-left {
    padding-right: 0;
    padding-left: 0;
  }
}

.no-padd-right {
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .no-padd-right {
    padding-right: 0;
    padding-left: 0;
  }
}

/** @format */
nav.subpages {
  padding: 0 2rem 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
nav.subpages .wp-block-separator.is-style-default {
  height: 1px;
  border: 0;
  background: #e2e2e2;
  position: relative;
  overflow: visible;
  margin: 5rem 0;
}
nav.subpages .wp-block-separator.is-style-default:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  background-image: url(assets/img/oa-light.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 260px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
nav.subpages ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
nav.subpages ul li {
  width: 25%;
  padding: 0.5rem;
  display: block;
}
nav.subpages ul li a {
  display: block;
  border-radius: 1rem;
  position: relative;
  height: 100%;
}
nav.subpages ul li a img {
  border-radius: 1rem;
}
nav.subpages ul li a span {
  padding: 2rem 1rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: black;
  background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  border-radius: 0 0 1rem 1rem;
}
nav.subpages ul li a:hover span {
  color: #e94e46;
  text-decoration: underline;
}

.footer-menu {
  display: block;
  font-family: "Roboto", sans-serif;
}
.footer-menu li {
  display: inline-block;
  margin-right: 1.5rem;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-menu li a:link,
.footer-menu li a:visited {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
.footer-menu li a:link:hover,
.footer-menu li a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer-menu li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-menu li:last-child {
    margin-bottom: 0;
  }
}

.sub-nav--list {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.sub-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
}
.sub-nav--list li:last-child {
  margin-right: 0;
}
.sub-nav--list li a:link,
.sub-nav--list li a:visited {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sub-nav--list li a:link:hover,
.sub-nav--list li a:visited:hover {
  color: #E1251B;
}
@media only screen and (max-width: 768px) {
  .sub-nav--list li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .sub-nav--list li:last-child {
    margin-bottom: 0;
  }
}

#header {
  z-index: 9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
}
body.admin-bar #header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}

#header nav.main {
  position: relative;
  z-index: 99;
}
#header nav.main div.menu-toppmeny-container {
  position: absolute;
  top: 0;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 3rem;
}
@media only screen and (max-width: 1024px) {
  #header nav.main div.menu-toppmeny-container {
    display: none;
    position: relative;
    z-index: 99;
  }
  #header nav.main div.menu-toppmeny-container.mobile-active {
    display: block;
    top: unset;
    margin-bottom: 0.5rem;
  }
}
#header nav.main div.menu-toppmeny-container ul {
  float: right;
  background: #FFFFFF;
  padding: 0.375rem 0.75rem;
  border-radius: 0 0 8px 8px;
  border: 1px solid #f7f7f7;
  border-top: 0;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  #header nav.main div.menu-toppmeny-container ul {
    border: 1px solid #f7f7f7;
    border-radius: 8px 8px;
    float: none;
    display: inline-block;
  }
}
#header nav.main div.menu-toppmeny-container ul li {
  display: inline-block;
  margin: 0 0.375rem;
}
#header nav.main div.menu-toppmeny-container ul li a:link, #header nav.main div.menu-toppmeny-container ul li a:visited {
  color: #ffffff;
  font-size: 0.75rem;
  text-decoration: none;
}
#header nav.main div.menu-toppmeny-container ul li a:link:hover, #header nav.main div.menu-toppmeny-container ul li a:visited:hover {
  text-decoration: underline;
}
#header div.mobile {
  display: none;
  width: 50%;
  padding: 0.75rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #header div.mobile {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
#header div.mobile a img {
  display: block;
  max-height: 40px;
  max-width: 25vw;
}
#header div.mobile button {
  background: none;
  border: none;
  padding: 0;
  width: 35px;
  height: 24px;
  position: relative;
}
#header div.mobile button:focus {
  outline: none;
}
#header div.mobile button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  transition: all 0.2s;
}
#header div.mobile button span:nth-child(1) {
  top: 0;
}
#header div.mobile button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header div.mobile button span:nth-child(3) {
  bottom: 0;
}
#header div.mobile button.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#header div.mobile button.active span:nth-child(2) {
  opacity: 0;
}
#header div.mobile button.active span:nth-child(3) {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#header nav > ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#header nav > ul.topmenu-active {
  padding-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  #header nav > ul.topmenu-active {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #header nav > ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  #header nav > ul {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
#header nav > ul.mobile-active {
  padding-bottom: 1rem;
}
#header nav > ul.mobile-active > li {
  display: block;
}
#header nav > ul > li {
  margin-bottom: 0;
  margin-right: 0.375rem;
  list-style: none;
}
#header nav > ul > li:first-child a {
  padding-left: 0;
  padding-right: 0;
}
#header nav > ul > li:first-child a img {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1080px) {
  #header nav > ul > li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li {
    display: none;
    order: 3;
  }
}
#header nav > ul > li.menu-item-has-children {
  position: relative;
}
#header nav > ul > li.menu-item-has-children > a:after {
  content: "▾";
  display: inline-block;
  margin-left: 0.25em;
}
#header nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
#header nav > ul > li > a {
  padding: 0.375rem;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1150px) {
  #header nav > ul > li > a {
    font-size: 0.875rem;
  }
}
#header nav > ul > li > a:hover {
  text-decoration: underline;
}
#header nav > ul > li > ul.sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  padding: 0.25rem 1rem;
}
#header nav > ul > li > ul.sub-menu > li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0.375rem 0;
  display: block;
}
#header nav > ul > li > ul.sub-menu > li a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
#header nav > ul > li > ul.sub-menu > li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li > ul.sub-menu > li a {
    color: #000000;
  }
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li > ul.sub-menu {
    display: block;
    position: static;
    transform: none;
    left: unset;
    border: 0;
    margin-left: 1rem;
    background: none;
    margin-top: -0.5rem;
    margin-bottom: 0;
  }
}
#header nav > ul > li.divider {
  width: 2rem;
}
#header nav > ul > li.business {
  background: #E1251B;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
#header nav > ul > li.business p {
  margin-bottom: 0;
  color: #ffffff;
}
#header nav > ul > li.business p a {
  color: #ffffff;
  display: inline-block;
}
#header nav > ul > li.business p span {
  font-weight: 700;
}
#header nav > ul > li.business p span, #header nav > ul > li.business p a {
  display: inline-block;
}
#header nav > ul > li.business p span:last-child, #header nav > ul > li.business p a:last-child {
  margin-left: 0.25em;
}
#header nav > ul > li.business p span:first-child, #header nav > ul > li.business p a:first-child {
  margin-right: 0.25em;
}
#header nav > ul > li.logo {
  display: block;
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li.logo {
    order: 1;
  }
}
#header nav > ul > li.logo a {
  display: block;
  padding: 0;
}
#header nav > ul > li.logo img {
  width: 250px;
  height: auto;
  padding: 0rem 0;
  display: block;
}
@media only screen and (max-width: 1150px) {
  #header nav > ul > li.logo img {
    width: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li.logo img {
    width: 230px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.logo img {
    width: 190px;
  }
}
@media only screen and (max-width: 600px) {
  #header nav > ul > li.logo img {
    width: 160px;
  }
}
#header nav > ul > li.cta-btn {
  margin-left: 0.5rem;
  margin-right: 0;
}
#header nav > ul > li.cta-btn i {
  display: none;
}
@media only screen and (max-width: 600px) {
  #header nav > ul > li.cta-btn i {
    display: inline-block;
  }
}
#header nav > ul > li.cta-btn span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  #header nav > ul > li.cta-btn span {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li.cta-btn {
    display: block;
    order: 1;
    margin-right: 1rem;
  }
}
#header nav > ul > li.cta-btn a:link, #header nav > ul > li.cta-btn a:visited {
  background: #E1251B;
  color: #ffffff;
  padding: 0.5em 1em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header nav > ul > li.cta-btn a:link:hover, #header nav > ul > li.cta-btn a:visited:hover {
  text-decoration: none;
  background: #b31e16;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.cta-btn a:link, #header nav > ul > li.cta-btn a:visited {
    font-size: 0.875rem;
    padding: 0.5em 1em;
  }
}
#header nav > ul > li.cta-btn.is-outline-style a:link, #header nav > ul > li.cta-btn.is-outline-style a:visited {
  background: transparent;
  color: #E1251B;
  border: 1px solid #E1251B;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header nav > ul > li.cta-btn.is-outline-style a:link:hover, #header nav > ul > li.cta-btn.is-outline-style a:visited:hover {
  text-decoration: none;
  color: #ffffff;
  background: #E1251B;
}
@media only screen and (max-width: 768px) {
  #header nav > ul > li.cta-btn.is-outline-style a:link, #header nav > ul > li.cta-btn.is-outline-style a:visited {
    font-size: 0.875rem;
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li.menu-item {
    width: 100%;
  }
  #header nav > ul > li.menu-item:nth-child(2) {
    margin-top: 1.5rem;
  }
}
#header nav > ul > li.burger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #header nav > ul > li.burger {
    display: block;
    order: 2;
  }
}
#header nav > ul > li.burger button {
  position: relative;
  display: block;
  width: 37px;
  height: 22px;
  padding: 0;
  background: none;
  border: 0;
}
#header nav > ul > li.burger button:focus {
  outline: 0;
}
#header nav > ul > li.burger button span {
  display: block;
  position: absolute;
  background: #000000;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  transition: all 0.2s;
}
#header nav > ul > li.burger button span:nth-child(1) {
  top: 0;
  bottom: unset;
}
#header nav > ul > li.burger button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  width: calc(100% - 0.5rem);
}
#header nav > ul > li.burger button span:nth-child(3) {
  top: unset;
  bottom: 0;
}
#header nav > ul > li.burger button.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#header nav > ul > li.burger button.active span:nth-child(2) {
  opacity: 0;
}
#header nav > ul > li.burger button.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

footer {
  position: relative;
  width: 100%;
  background: #f3f3f3;
}
footer .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
footer nav.menu-sidfot-container ul {
  margin: 0;
  font-size: 0.875rem;
}
footer nav.menu-sidfot-container ul li {
  display: block;
  margin: 0;
}
footer nav.menu-sidfot-container ul li a:link, footer nav.menu-sidfot-container ul li a:visited {
  display: inline-block;
}
footer img.sigill {
  max-width: 170px;
}
footer img.branded-symbol {
  max-width: 250px;
  width: 100%;
  margin-bottom: 1rem;
}
footer a:link,
footer a:visited {
  color: #E1251B;
  text-decoration: none;
}
footer a:link:hover,
footer a:visited:hover {
  color: #E1251B;
  text-decoration: underline;
}
footer p {
  font-size: 0.875rem;
}
footer .footer-contact p {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
footer .footer-contact p:last-child {
  margin-bottom: 0;
}
footer .footer-contact p strong {
  font-weight: 700;
}
footer .socialmedia {
  text-align: center;
}
footer .socialmedia a {
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  margin: 0 1rem;
}
footer .socialmedia a i {
  margin-bottom: 0.25em;
  font-size: 2em;
}
footer .wp-block-button a:link, footer .wp-block-button a:visited {
  font-size: 1rem;
}
footer .wp-block-button a:link:hover, footer .wp-block-button a:visited:hover {
  text-decoration: none;
}

/* FORMULÄRET I FOTTERN*/
.call-to-action {
  background: linear-gradient(125deg, #CFCFCF 30%, #e6e6e6 0%);
}

body #gform_wrapper_3 .gform_heading {
  text-align: center;
}
body #gform_wrapper_3 .gform_heading .gform_title {
  font-size: 3rem;
  margin-bottom: 0.425em;
  font-weight: 600;
  margin-top: 0.425em;
}
@media only screen and (max-width: 1024px) {
  body #gform_wrapper_3 .gform_heading .gform_title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body #gform_wrapper_3 .gform_heading .gform_title {
    font-size: 1.875rem;
  }
}
body #gform_wrapper_3 .gform_heading span.gform_description {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  body #gform_wrapper_3 .gform_heading span.gform_description {
    font-size: 1rem;
  }
}
body #gform_wrapper_3 .gform_heading p.gform_required_legend {
  font-size: 0.9rem;
  margin-top: 1rem;
}
body #gform_wrapper_3 .gform_fields .gfield input[type=text] {
  background: #fafafa;
}
@media only screen and (max-width: 768px) {
  body #gform_wrapper_3 .gform_fields .gfield input[type=text] {
    padding: 0.5rem 0.375rem;
  }
}
body #gform_wrapper_3 input[type=submit] {
  padding: 0.75rem 1.875rem;
  font-size: 1rem;
  line-height: 1rem;
}
body #gform_wrapper_3 input[type=submit]:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #222;
}

.wp-block-eedee-block-gutenslider .eedee-background-div {
  background: #000000;
}
.wp-block-eedee-block-gutenslider .eedee-background-div img {
  opacity: 0.5;
}

.wp-block-column > .has-background {
  padding: 1.5rem;
  height: 100%;
}

p + .alignfull, p + .alignwide {
  margin-top: 3rem;
}

.wp-block-gallery {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

hr.wp-block-separator {
  border: 0;
  height: 1px;
  background: #444444;
  overflow: visible;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-default {
  border: 0;
  height: 1px;
  background: #aaaaaa;
}
hr.wp-block-separator.is-style-default {
  width: 300px;
  max-width: calc(100vw - 4rem);
}
hr.wp-block-separator:after {
  content: "";
  background: url("assets/img/bp.svg") no-repeat #FFFFFF;
  background-size: contain;
  background-position: center;
  position: absolute;
  height: 40px;
  width: 100px;
  display: block;
  padding: 0.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

a.wp-block-button__link, a.wp-block-button__link:link, a.wp-block-button__link:visited {
  padding: 0.5em 1em;
  line-height: 1.618;
  display: block;
  width: max-content;
  text-decoration: none;
  font-weight: 500;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s;
  font-size: 1.25rem;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  a.wp-block-button__link, a.wp-block-button__link:link, a.wp-block-button__link:visited {
    font-size: 1rem;
  }
}
a.wp-block-button__link:hover, a.wp-block-button__link:link:hover, a.wp-block-button__link:visited:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.is-style-outline > a.wp-block-button__link {
  padding: calc(0.5em - 2px) calc(1em - 2px);
}

ol, ul {
  color: #444444;
  line-height: 1.618;
  font-size: 1.125em;
  font-family: "Roboto", sans-serif;
  margin-left: 1em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  ol, ul {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  ol, ul {
    font-size: 0.875rem;
  }
}
ol li, ul li {
  margin-bottom: 0.5rem;
}
ol.info, ul.info {
  font-size: 1rem;
  margin-top: -1.5rem;
}
ol.info li, ul.info li {
  margin-bottom: 0;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

.wp-block-image figcaption {
  font-size: 0.875rem;
  padding: 0 1rem;
  color: #444444;
}
.wp-block-image .alignright {
  float: right;
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .wp-block-image .alignright {
    transform: translateX(-0.5rem);
    float: none;
    width: 100vw;
    min-width: 100vw;
    margin: 0 0;
  }
  .wp-block-image .alignright img {
    width: 100%;
  }
}
.wp-block-image .alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .wp-block-image .alignleft {
    transform: translateX(-0.5rem);
    float: none;
    width: 100vw;
    min-width: 100vw;
    margin: 0 0;
  }
  .wp-block-image .alignleft img {
    width: 100%;
  }
}

.has-inline-color.has-primary-color-color {
  color: #00adff;
}
.has-inline-color.has-copy-color {
  color: #444444;
}
.has-inline-color.has-red-color-color {
  color: #E1251B;
}
.has-inline-color.has-light-grey-color {
  color: #f3f3f3;
}
.has-inline-color.has-black-color {
  color: #000000;
}
.has-inline-color.has-white-color {
  color: #ffffff;
}

.wp-block-table table {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.618;
  margin-bottom: 1em;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .wp-block-table table {
    font-size: 1rem;
  }
}
.wp-block-table table tr td {
  padding: 0 0.5em;
}
.wp-block-table table tr td:first-child {
  padding-left: 0;
}
.wp-block-table table tr td:last-child {
  padding-right: 0;
}

.pricing-table-wrapper {
  margin-bottom: 0.5rem;
  overflow: auto;
}
.pricing-table-wrapper table {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.3;
  margin-bottom: 1em;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pricing-table-wrapper table {
    font-size: 0.875rem;
  }
}
.pricing-table-wrapper table > caption {
  color: #000000;
  font-weight: 600;
  text-align: left;
}
.pricing-table-wrapper table tr:nth-child(odd) {
  background: #f7f7f7;
}
.pricing-table-wrapper table tr th {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.pricing-table-wrapper table tr td {
  font-size: 1rem;
}
.pricing-table-wrapper table tr td, .pricing-table-wrapper table tr th {
  padding: 0.375rem 0.5rem;
  text-align: right;
}
.pricing-table-wrapper table tr td:first-child, .pricing-table-wrapper table tr th:first-child {
  white-space: normal;
  text-align: left;
}
.pricing-table-wrapper table thead tr:nth-child(odd) {
  background: none;
}

.has-text-color.has-primary-color-color {
  color: #00adff;
}
.has-text-color.has-copy-color {
  color: #444444;
}
.has-text-color.has-red-color-color {
  color: #E1251B;
}
.has-text-color.has-light-grey-color {
  color: #f3f3f3;
}
.has-text-color.has-black-color {
  color: #000000;
}
.has-text-color.has-white-color {
  color: #ffffff;
}

.has-background.has-primary-color-background-color {
  background: #00adff;
}
.has-background.has-copy-background-color {
  background: #444444;
}
.has-background.has-red-color-background-color {
  background: #E1251B;
}
.has-background.has-light-grey-background-color {
  background: #f3f3f3;
}
.has-background.has-black-background-color {
  background: #000000;
}
.has-background.has-white-background-color {
  background: #ffffff;
}

.has-background-dim.has-primary-color-background-color {
  background: #00adff;
}
.has-background-dim.has-secondary-color-background-color {
  background: #E1251B;
}
.has-background-dim.has-third-color-background-color {
  background: #EAC435;
}
.has-background-dim.has-light-grey-background-color {
  background: #f3f3f3;
}
.has-background-dim.has-white-background-color {
  background: #ffffff;
}

.wp-block-button__link {
  transition: all 0.2s;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:hover.has-primary-color-background-color {
  background: #008acc;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* VILL DU BLI KONTAKTD FORM SIDEBAR */
.sidebar-contactbar {
  margin-top: 100px;
  position: sticky;
  top: 30px;
}

body #gform_wrapper_5 {
  background: #f4f4ee;
  padding: 1rem;
  position: relative;
}
body #gform_wrapper_5 .gform_heading h2 {
  font-size: 1.475em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #E1251B;
}
body #gform_wrapper_5 .gform_description {
  display: block;
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
body #gform_wrapper_5 .gform_required_legend {
  font-size: 0.8em;
}
body #gform_wrapper_5 .ginput_container_consent {
  font-size: 0.8em;
}
body #gform_wrapper_5 input[type=text] {
  background: white;
  border-radius: 0;
}
body #gform_wrapper_5 input[type=submit] {
  width: 100%;
}
body #gform_wrapper_5 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}
body #gform_wrapper_5 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}
body #gform_wrapper_5 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

body ul.learn-press-courses .course {
  width: 48%;
  border: 1px solid #f3f3f3;
  padding: 1rem;
}
body ul.learn-press-courses .course a {
  text-decoration: none;
}
body ul.learn-press-courses .course a:hover {
  text-decoration: underline;
}
body ul.learn-press-courses .course .course-info .course-price .price {
  color: #E1251B;
}

body.learnpress-page .lp-tab-sections {
  background: #f3f3f3;
  border: 1px solid #dadada;
  border-radius: 4px;
}
body.learnpress-page .lp-tab-sections .section-tab {
  margin-bottom: 0;
}
body.learnpress-page .lp-tab-sections .section-tab a {
  color: #000000;
  text-decoration: none;
}
body.learnpress-page .lp-tab-sections .section-tab a:hover {
  color: #00adff;
}
body.learnpress-page .profile-heading {
  font-size: 2rem;
  font-weight: 700;
}
body.learnpress-page .learn-press-message {
  padding: 1rem 1rem 1rem calc(1rem + 5px);
  border-radius: 0 4px 4px 0;
}
body.learnpress-page .learn-press-message:before {
  border-radius: 0;
}
body.learnpress-page #learn-press-profile-header {
  height: auto;
  background: none;
}
body.learnpress-page #learn-press-profile-header .profile-name {
  font-style: oblique;
  display: block;
  position: static;
}
body.learnpress-page #learn-press-profile-header .profile-name:before {
  content: "Inloggad som: ";
}
body.learnpress-page #learn-press-profile-nav {
  background: none;
}
body.learnpress-page #learn-press-profile-nav:before {
  content: none;
}
body.learnpress-page #learn-press-profile-nav ul.tabs {
  border-left: 2px solid #E1251B;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li {
  list-style-type: none;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li > a {
  background: none;
  font-size: 0.875rem;
  color: #000000;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li:hover > a {
  color: #E1251B;
  background: none;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li:hover:not(.active) ul {
  background: none;
  position: static;
  width: unset;
  top: unset;
  padding-bottom: 8px;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li.active > a {
  background: none;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li > ul {
  background: none;
  padding-top: 0;
  display: block;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li > ul > li {
  margin-bottom: 0;
  padding-left: 0.5rem;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li > ul > li > a {
  font-size: 0.875rem;
  color: #000000;
}
body.learnpress-page #learn-press-profile-nav ul.tabs > li > ul > li > a:hover {
  color: #E1251B;
}
body.learnpress-page .lp-button {
  background: #E1251B;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.5em 1em;
  line-height: 1.618;
}
body.learnpress-page .lp-button:hover {
  background: #b31e16;
}
body.learnpress-page .course-meta .course-students {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.25em 0.5em;
  background: #f3f3f3;
  border: 1px solid #dadada;
  border-radius: 4px;
  color: #747474;
}

nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  display: block;
  margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li a:link, nav.woocommerce-MyAccount-navigation ul li a:visited {
  border-left: 2px solid #E1251B;
  display: block;
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
}
nav.woocommerce-MyAccount-navigation ul li a:link:hover, nav.woocommerce-MyAccount-navigation ul li a:visited:hover {
  color: #000000;
  text-decoration: underline;
}
body.woocommerce-checkout article > .learnpress {
  display: none;
}

body .eduadmin.booking-page form .title .dateInfo {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #E1251B;
}
body .eduadmin div.title h1.courseTitle {
  color: #333333;
}
body .eduadmin h3 {
  color: #333333;
  margin-top: 1rem;
}
body .eduadmin .event-table.eventDays {
  border: 1px solid #e6e6e6;
  padding: 1rem;
  border-radius: 8px;
}
body .eduadmin a.cta-btn, body .eduadmin input.cta-btn {
  background: #E1251B;
  border-radius: 16px;
  border: 0;
}
body .eduadmin a.cta-btn:hover, body .eduadmin input.cta-btn:hover {
  background: #b31e16;
  text-decoration: none;
}
body .eduadmin .search-dropdowns select {
  padding: 0.5rem 0.375rem;
  font-family: "Roboto", sans-serif;
  color: #444444;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.2;
}
body .eduadmin .search-text input {
  padding: 0.5rem 0.375rem;
  font-family: "Roboto", sans-serif;
  color: #444444;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.2;
  width: 416px;
  max-width: 100%;
}
body .eduadmin .search-button input.searchButton {
  background: #E1251B;
  border: 0;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 20px;
  padding: 0;
  padding: 0.75rem 1.875rem;
  transition: all 0.2s;
}
body .eduadmin .search-button input.searchButton:hover {
  background: #ca2118;
}
body .eduadmin .customerView label input, body .eduadmin .contactView label input, body .eduadmin .participantView label input {
  padding: 0.5rem 0.375rem;
  font-family: "Roboto", sans-serif;
  color: #444444;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.2;
  width: 400px;
  max-width: 100%;
}
body .eduadmin .customerView label select, body .eduadmin .contactView label select, body .eduadmin .participantView label select {
  padding: 0.5rem 0.375rem;
  font-family: "Roboto", sans-serif;
  color: #444444;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.2;
  width: 400px !important;
  max-width: 100%;
}
body .eduadmin .customerView label.inline-checkbox input, body .eduadmin .contactView label.inline-checkbox input, body .eduadmin .participantView label.inline-checkbox input {
  width: unset;
}
body .eduadmin .eventListTable .objectItem {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 1rem;
}
body .eduadmin .eventListTable .objectItem .objectBook a.bookButton {
  background: #E1251B;
  text-decoration: none;
  border-radius: 16px;
  transition: all 0.2s;
}
body .eduadmin .eventListTable .objectItem .objectBook a.bookButton:hover {
  background: #ca2118;
}
body .eduadmin .eventListTable .objectItem .objectBook a.readMoreButton:not(.cta-btn) {
  font-style: normal;
  color: #E1251B;
  text-decoration: underline;
}
body .eduadmin .eventListTable .objectItem .objectDescription {
  color: #444444;
}
body .eduadmin .eventListTable .objectItem .objectName a {
  color: #333333;
}

body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle, body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0;
}

body .gform_wrapper {
  margin-top: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
body .gform_wrapper .field_description_below .gfield_description, body .gform_wrapper .instruction {
  padding-top: 0.4rem;
}
body .gform_wrapper .gfield_required {
  color: #E1251B;
}
body .gform_wrapper ul.gform_fields li.gfield select {
  padding: 14px 14px;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
  color: #444444;
}
body .gform_wrapper ul.gform_fields li.gfield select:focus {
  border-color: #777777;
}
body .gform_wrapper textarea {
  display: block;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #c4c4c4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  color: #444444;
}
body .gform_wrapper textarea:focus {
  border-color: #777777;
}
body .gform_wrapper textarea:focus, body .gform_wrapper textarea:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}
body .gform_wrapper textarea:focus::-webkit-input-placeholder, body .gform_wrapper textarea:valid::-webkit-input-placeholder {
  color: #00adff;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}
body .gform_wrapper form input {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
body .gform_wrapper form ul.gform_fields li.gfield {
  padding-right: 0;
  margin-bottom: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield:first-child {
  margin-top: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield.field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield.gf_right_half {
  padding-right: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield .ginput_complex {
  width: 100%;
}
body .gform_wrapper form ul.gform_fields li.gfield .ginput_complex span:last-of-type {
  padding-right: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield label.gfield_label {
  font-family: "Roboto", sans-serif;
  margin-bottom: -0.5rem;
  display: block;
  font-weight: 500;
}
body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container input {
  padding: 1.2rem 1rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1em;
  border: 1px solid #EAC435;
}
body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container label {
  font-family: "Roboto", sans-serif;
  margin-top: 0.4rem;
  margin-bottom: 0;
  line-height: 1.4;
}
body .gform_wrapper form .gform_footer input[type=submit] {
  background: #E1251B;
  color: #ffffff;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  border-radius: 99px;
  font-size: 1.25rem;
}
body .gform_wrapper form .gform_footer input[type=submit]:hover {
  background: #e94e46;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  border: none;
  padding: 14px 14px;
  border: solid 1px #c4c4c4;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  color: #444444;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #777777;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::-webkit-input-placeholder, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):valid::-webkit-input-placeholder {
  color: #00adff;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

.btn,
a.btn {
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after,
a.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1,
a.btn-1,
p a.btn-1 {
  z-index: 98;
  border: 2px solid #00adff;
  color: #ffffff;
  min-width: 310px;
  padding: 20px 60px;
  background: #00adff;
}
@media only screen and (max-width: 1024px) {
  .btn-1,
a.btn-1,
p a.btn-1 {
    padding: 20px 40px;
    min-width: auto;
  }
}

a.btn-1e {
  overflow: hidden;
}

a.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.btn-1e:hover,
a.btn-1e:active,
p a.btn-1e:hover,
p a.btn-1e:active {
  color: #E1251B;
}

a.btn-1e:hover:after {
  height: 320%;
  opacity: 1;
}

a.btn-1e:active:after {
  height: 500%;
  opacity: 1;
}

.btn-2,
a.btn-2,
p a.btn-2,
.gform_button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  z-index: 98;
  border: 2px solid #00adff;
  color: #E1251B;
  background: transparent;
  padding: 10px 36px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.gform_button {
  cursor: pointer;
}
.gform_button:hover {
  color: #ffffff;
  background: #00adff;
}

a.btn-1d {
  overflow: hidden;
}

a.btn-1d:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #00adff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.btn-1d:hover,
a.btn-1d:active,
p a.btn-1d:hover,
p a.btn-1d:active,
.gform_button:hover,
.gform_button:active {
  color: #ffffff;
}

a.btn-1d:hover:after {
  height: 320%;
  opacity: 1;
}

a.btn-1d:active:after {
  height: 500%;
  opacity: 1;
}

/** @format */
.pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  width: 100%;
}

.postitem {
  margin-bottom: 2rem;
}
.postitem article {
  height: 100%;
  padding: 1rem;
  background: #f3f3f3;
}
.postitem article h2 {
  font-size: 1.5rem;
}
.postitem article p {
  font-size: 1rem;
}

.utb-footer {
  background: #f3f3f3;
  margin-top: 3rem;
  padding: 2rem;
}
.utb-footer hr {
  border: 0;
  height: 1px;
  background: #e6e6e6;
  margin: 2rem 0;
}
.utb-footer ul {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  margin-left: 0;
  border-bottom: 1px solid #e6e6e6;
}
.utb-footer ul li {
  list-style: none;
  font-size: 1rem;
}
.utb-footer a:link, .utb-footer a:visited {
  color: #E1251B;
  text-decoration: none;
}
.utb-footer a:link:hover, .utb-footer a:visited:hover {
  text-decoration: underline;
  color: #E1251B;
}

#utb-cat > div {
  margin-bottom: 2rem;
}
#utb-cat .category-item {
  padding: 1rem;
  background: #f3f3f3;
  height: 100%;
}
#utb-cat .category-item ul {
  margin: 0;
}
#utb-cat .category-item ul li {
  margin-bottom: 0.375rem;
  line-height: 1.3;
  list-style: none;
}
#utb-cat .category-item ul li a:link, #utb-cat .category-item ul li a:visited {
  color: #E1251B;
  font-size: 0.875rem;
}

.slides {
  margin-bottom: 2rem;
  margin-top: 0;
}

section.start {
  display: flex;
  height: 100vh;
  background: aqua;
  position: relative;
  flex-direction: column;
}
@media (orientation: landscape) {
  section.start {
    flex-direction: row;
  }
}
section.start div.logo {
  position: absolute;
  background: #ffffff;
  z-index: 2;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.start div.logo img {
  width: 150px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 600px) {
  section.start div.logo {
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }
  section.start div.logo img {
    width: 110px;
  }
}
section.start div.foretag, section.start div.privat {
  overflow: hidden;
  height: 50%;
  width: 100%;
  position: relative;
}
@media (orientation: landscape) {
  section.start div.foretag, section.start div.privat {
    flex-direction: row;
    height: 100%;
    width: 50%;
  }
}
section.start div.foretag a, section.start div.privat a {
  position: absolute;
  text-align: center;
  padding: 0.5em 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(225, 37, 27, 0.9);
  border: 3px solid #ca2118;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}
section.start div.foretag a:before, section.start div.privat a:before {
  content: "Gå till";
  font-weight: 400;
  font-size: 0.5em;
  display: block;
}
@media only screen and (max-width: 600px) {
  section.start div.foretag a, section.start div.privat a {
    font-size: 1.5rem;
  }
}
section.start div.foretag a:hover, section.start div.privat a:hover {
  background: #e1251b;
}
section.start div.foretag img, section.start div.privat img {
  min-height: 50vh;
  min-width: 100vw;
  width: 100vw;
  height: auto;
  object-fit: cover;
}
@media (orientation: landscape) {
  section.start div.foretag img, section.start div.privat img {
    min-height: 100vh;
    min-width: 50vw;
    width: auto;
    height: 100vh;
  }
}
section.start div.foretag {
  background: #00adff;
}
section.start div.privat {
  background: #00adff;
}

section.hero {
  overflow-x: hidden;
  padding-left: calc(50vw - 685px);
  padding-right: calc(50vw - 685px);
}
@media only screen and (max-width: 1400px) {
  section.hero {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  section.hero {
    padding: 0;
  }
}

.pricing-table-wrapper table {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #444444;
  line-height: 1.618;
  margin-bottom: 1em;
}
.pricing-table-wrapper table > caption {
  color: #000000;
  font-weight: 600;
  text-align: left;
}
.pricing-table-wrapper table tr td, .pricing-table-wrapper table tr th {
  width: 90px;
}
.pricing-table-wrapper table tr td:first-child, .pricing-table-wrapper table tr th:first-child {
  width: unset;
}
.pricing-table-wrapper table.responsive {
  margin-bottom: 0;
}
.pricing-table-wrapper table.responsive tbody {
  display: none;
}
.pricing-table-wrapper table.responsive.active thead th:first-child:before {
  content: "–";
}
.pricing-table-wrapper table.responsive thead th {
  display: none;
}
.pricing-table-wrapper table.responsive thead th:first-child {
  display: block;
}
.pricing-table-wrapper table.responsive thead th:first-child:before {
  content: "+";
  display: inline-block;
  margin-right: 0.25em;
}
.pricing-table-wrapper table.responsive thead th:first-child:hover {
  text-decoration: underline;
}
.pricing-table-wrapper table.responsive tbody tr td {
  width: 100%;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.pricing-table-wrapper table.responsive tbody tr td span.person {
  margin-right: 0.25rem;
  font-weight: 700;
}
.pricing-table-wrapper table.responsive tbody tr td:first-child {
  padding-top: 0.375rem;
}
.pricing-table-wrapper table.responsive tbody tr td:last-child {
  padding-bottom: 0.375rem;
}
.pricing-table-wrapper table.responsive.active tbody {
  display: table-row-group;
}
.pricing-table-wrapper table.responsive.active tbody tr {
  display: block;
}
.pricing-table-wrapper table.responsive.active tbody tr td {
  display: block;
}
.pricing-table-wrapper table.bt tr {
  padding: 0.25rem;
}
.pricing-table-wrapper table.bt thead, .pricing-table-wrapper table.bt tbody th {
  display: none;
}
.pricing-table-wrapper table.bt tfoot th, .pricing-table-wrapper table.bt tfoot td, .pricing-table-wrapper table.bt tbody td {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 0rem 0.375rem;
  font-size: 0.75rem;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}
.pricing-table-wrapper table.bt tfoot th:first-child, .pricing-table-wrapper table.bt tfoot td:first-child, .pricing-table-wrapper table.bt tbody td:first-child {
  width: unset;
  display: block;
  padding-top: 0.375rem;
  font-size: 0.875rem;
}
.pricing-table-wrapper table.bt tfoot th:last-child, .pricing-table-wrapper table.bt tfoot td:last-child, .pricing-table-wrapper table.bt tbody td:last-child {
  padding-bottom: 0.375rem;
}
.pricing-table-wrapper table.bt tfoot th:before, .pricing-table-wrapper table.bt tfoot td:before, .pricing-table-wrapper table.bt tbody td:before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: 0.125em;
}
.pricing-table-wrapper table.bt tfoot th.bt-hide, .pricing-table-wrapper table.bt tfoot td.bt-hide, .pricing-table-wrapper table.bt tbody td.bt-hide {
  display: none;
}
.pricing-table-wrapper table.bt tfoot th .bt-content, .pricing-table-wrapper table.bt tfoot td .bt-content, .pricing-table-wrapper table.bt tbody td .bt-content {
  vertical-align: top;
}
.pricing-table-wrapper table.bt.bt--no-header tfoot td::before, .pricing-table-wrapper table.bt.bt.bt--no-header tbody td::before {
  display: none;
}
.pricing-table-wrapper .bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.slider-2 .slick-slide {
  /*   border-radius: 11px; */
}
.slider-2 .slick-slide img {
  /*       border-radius: 11px; */
}
.slider-2 .slick-slide .overlay {
  position: absolute;
  width: 100%;
  top: 90%;
  left: 7%;
  -webkit-transform: translate(0, -90%);
  -moz-transform: translate(0, -90%);
  -ms-transform: translate(0, -90%);
  -o-transform: translate(0, -90%);
  transform: translate(0, -90%);
}
@media only screen and (max-width: 768px) {
  .slider-2 .slick-slide .overlay {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  .slider-2 .slick-slide img {
    min-height: 300px;
  }
}

.slick-prev, .slick-next {
  width: 100px;
  line-height: 48px;
  z-index: 999;
  height: 48px;
}
.slick-prev:before, .slick-next:before {
  line-height: 48px;
  transition: all 0.2s;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-slide {
  position: relative;
  /*   border-radius: 11px; */
}
.slick-slide:focus {
  outline: none;
}
.slick-slide .bildtext {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 173, 255, 0.9);
  padding: 0 5rem;
}
.slick-slide .bildtext h2 {
  color: #ffffff;
}
.slick-slide .bildtext h3 {
  color: #ffffff;
}
.slick-slide .bildtext p a {
  display: inline-block;
  background: #E1251B;
  padding: 0.5em 1em;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
  border: 2px solid #861610;
}
.slick-slide .bildtext p a:hover {
  background: #e6392f;
}
.slick-slide img {
  object-fit: cover;
  min-width: 100%;
  max-height: calc(100vh - 250px);
  height: 700px;
}
@media only screen and (max-width: 768px) {
  .slick-slide img {
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .slick-slide img {
    height: 400px;
  }
}
.slick-slide img:focus {
  outline: none;
}
.slick-slide .overlay {
  position: absolute;
  width: 100%;
  top: 85%;
  left: 7%;
  -webkit-transform: translate(0, -85%);
  -moz-transform: translate(0, -85%);
  -ms-transform: translate(0, -85%);
  -o-transform: translate(0, -85%);
  transform: translate(0, -85%);
}
@media only screen and (max-width: 768px) {
  .slick-slide .overlay {
    text-align: center;
    left: 50%;
    top: 85%;
    -webkit-transform: translate(-50%, -85%);
    -moz-transform: translate(-50%, -85%);
    -ms-transform: translate(-50%, -85%);
    -o-transform: translate(-50%, -85%);
    transform: translate(-50%, -85%);
  }
}
.slick-slide .overlay .inside {
  padding: 0;
  margin: 0 auto;
  text-shadow: 0px 0px 16px black;
}
.slick-slide .overlay .inside h2 {
  color: #ffffff;
  font-size: 55px;
  margin-top: 0;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .slick-slide .overlay .inside h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    width: unset;
    max-width: 80%;
    margin: 0 auto 1rem auto;
  }
}
.slick-slide .overlay .inside h3 {
  color: #ffffff;
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .slick-slide .overlay .inside h3 {
    font-size: 1.125rem;
    margin-right: 1rem;
  }
}
.slick-slide .overlay .inside a {
  display: inline-block;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.315);
  border: 2px solid #ffffff;
  border-radius: 99px;
  color: #ffffff;
  text-decoration: none;
  padding: 0.875em 1.75em;
  transition: all 0.2s;
  font-weight: 600;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .slick-slide .overlay .inside a {
    font-size: 0.875rem;
    border-width: 2px;
  }
}
.slick-slide .overlay .inside a:hover {
  background: black;
  border: 2px solid #000000;
}

.eventslist {
  margin: 0 auto 0;
  max-width: 1312px;
}
.eventslist .buttonwrapper {
  margin-bottom: 2rem;
}
.eventslist .buttonwrapper button {
  color: #00adff;
  font-family: "Roboto", sans-serif;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0.75rem;
  display: inline-block;
  cursor: pointer;
}
.eventslist .buttonwrapper button:focus {
  outline: none;
}
.eventslist .buttonwrapper button.active {
  text-decoration: underline;
}
.eventslist .buttonwrapper button:hover {
  text-decoration: underline;
}
.eventslist .eventitem {
  position: relative;
  margin-bottom: 2rem;
}
.eventslist .eventitem a {
  display: block;
  position: relative;
  transition: all 0.1s;
}
.eventslist .eventitem a .overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 2rem 1rem 1rem;
  background: black;
  background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  border-radius: 0 0 16px 16px;
}
.eventslist .eventitem a .overlay .term {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0.5em 1em;
}
.eventslist .eventitem a .overlay p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
.eventslist .eventitem a:hover {
  opacity: 0.9;
}
.eventslist .eventitem a:hover p {
  text-decoration: underline;
}

aside,
nav.breadcrumbs {
  margin-top: 1.5rem;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  aside,
nav.breadcrumbs {
    margin-top: 0rem;
  }
}
aside img,
nav.breadcrumbs img {
  margin: 0 auto;
  display: block;
  width: 250px;
  max-width: 50vw;
}
aside p#breadcrumbs,
nav.breadcrumbs p#breadcrumbs {
  text-align: center;
  font-size: 0.875rem;
  margin: 2rem 0;
  color: #444444;
}
@media only screen and (max-width: 768px) {
  aside p#breadcrumbs,
nav.breadcrumbs p#breadcrumbs {
    margin: 1rem;
  }
}

div.term {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.75em 1.5em;
  line-height: 1;
  border-radius: 99px;
  margin-top: 1rem;
  margin-bottom: -2em;
  font-weight: 700;
}

/* main.pagecontent {
  background: $bg;
  padding: 0 6rem;
  @include bp-lg {
    padding: 0 1rem;
  }
  img.topthumb {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    min-height: 200px;
    object-fit: cover;
  }
  article {
    max-width: 720px;
    margin: 0 auto 3rem;
  }
} */
.box {
  width: 100%;
  padding: 0.5rem 1.25rem;
}

.fullbredd-sektioner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .fullbredd-sektioner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.text-block {
  display: flex;
  height: 100%;
  padding: 4rem;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  max-width: 900px;
}
.text-block.left-block {
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .text-block.left-block {
    margin-left: unset;
  }
}
@media only screen and (max-width: 768px) {
  .text-block {
    padding: 2.5rem;
  }
}
.text-block a:link,
.text-block a:visited {
  background: #000000;
  color: #ffffff;
  padding: 0.8rem 2rem;
  display: block;
  width: max-content;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.315);
  transition: all 0.3s ease 0s;
}
.text-block a:link:hover,
.text-block a:visited:hover {
  color: #ffffff;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.text-block h3 {
  font-size: 2.5em;
}
@media only screen and (max-width: 768px) {
  .text-block h3 {
    font-size: 1.75em;
  }
}

.bild-block img {
  height: 389px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  object-fit: cover;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bild-block img {
    height: 361px;
  }
}

.puff-block figure {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .puff-block figure {
    width: 100vw;
    -webkit-transform: translateX(-0.5rem);
    -moz-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    -o-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
.puff-block figure > img {
  display: block;
}
.puff-block > .wp-block-group > .wp-block-group__inner-container {
  padding: 0 1rem;
}
.puff-block > .wp-block-group > .wp-block-group__inner-container > h3 {
  margin: 31px 0 15px;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .puff-block {
    margin-bottom: 2rem;
  }
}

.relative {
  position: relative;
}

.aboslute {
  position: absolute;
}

.cta-item img {
  margin-bottom: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.cta-item p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .order-first {
    order: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .order-last {
    order: 2;
  }
}

.logo-item img {
  max-width: 65%;
  filter: grayscale(100%);
  opacity: 0.35;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .logo-item {
    margin-bottom: 2rem;
  }
}

.kontakt-lista {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.kontakt-lista .kontakt-item {
  flex: 1 0 33%;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .kontakt-lista .kontakt-item {
    flex: 1 0 50%;
  }
}
@media only screen and (max-width: 600px) {
  .kontakt-lista .kontakt-item {
    flex: 1 0 100%;
  }
}
.kontakt-lista .kontaktperson-item {
  padding: 0.7rem;
}
.kontakt-lista .kontaktperson-item img {
  width: 100%;
}
.kontakt-lista .kontaktperson-item h3 {
  font-size: 1.25em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.kontakt-lista .kontaktperson-item h4 {
  font-size: 1em;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.kontakt-lista .kontaktperson-item h5 {
  margin-bottom: 0rem;
  text-transform: none;
  margin-top: 0.25rem;
}

.big-filearchive--item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.big-filearchive--header,
.big-filearchive {
  position: relative;
  width: 100%;
  float: left;
}

.big-filearchive--header {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5rem;
}

.filetype,
.download {
  float: left;
  width: 12.5%;
}
.filetype p,
.download p {
  margin-bottom: 0;
}

.size,
.filename,
.date {
  float: left;
  width: 25%;
}
.size p,
.filename p,
.date p {
  margin-bottom: 0;
}

.size p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .size {
    display: none;
  }
}

.filename p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .filename {
    width: 62.5%;
  }
}

.download {
  display: flex;
  justify-content: center;
  text-align: center;
}
.download p {
  margin-bottom: 0;
}

.file-icon--zip,
.file-icon--pdf,
.file-icon--cad,
.file-icon--image,
.file-icon--video {
  display: block;
  width: 15px;
  height: 20px;
  background-size: 100%;
}

.file-icon--pdf {
  background: url(assets/img/icon_pdf.svg);
}

.file-icon--zip {
  background: url(assets/img/icon_zip.svg);
}

.file-icon--cad {
  background: url(assets/img/icon_cadfiles_v2.svg);
  height: 15px;
}

.file-icon--image {
  background: url(assets/img/icon_image.svg);
}

.file-icon--video {
  background: url(assets/img/icon_video.svg);
}

.icon-download {
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background: url(assets/img/icon_download_alt.svg);
}

.list-filter {
  display: block;
  margin-left: -0.5rem;
  margin-top: 2rem;
  margin-right: -0.5rem;
}
.list-filter li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}
.list-filter li a:link,
.list-filter li a:visited {
  letter-spacing: 1.2px;
  font-size: 0.825rem;
  display: inline-block;
  color: #000000;
  padding: 0.5rem 1rem;
  border: 1px solid #e6e6e6;
  -webkit-transition: border, 0.2s;
  -moz-transition: border, 0.2s;
  -ms-transition: border, 0.2s;
  -o-transition: border, 0.2s;
  transition: border, 0.2s;
  text-decoration: none;
}
.list-filter li a:link:hover,
.list-filter li a:visited:hover {
  border: 1px solid #00adff;
}
.list-filter li a:link.current,
.list-filter li a:visited.current {
  border: 1px solid #00adff;
}

.store-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 150px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.store-item img {
  width: 100%;
}

.widget {
  padding: 1rem;
  background: #f4f4ee;
  margin-bottom: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.widget h4 {
  color: #E1251B;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(225, 37, 27, 0.2);
}
.widget p:last-of-type {
  margin-bottom: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget ul li {
  padding: 0.125rem 0;
}
.widget a:link,
.widget a:visited {
  color: #E1251B;
  line-height: 1.618;
}
.widget a:link:hover,
.widget a:visited:hover {
  color: #006899;
}
.widget input[type=text],
.widget input[type=password] {
  padding: 0.75rem;
  width: 94%;
  outline: none;
  border: none;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
  .widget {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

#wrapper-Bwbl {
  margin: 0 auto;
  padding-top: 0 !important;
}

.content-item,
.file-item {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.content-item h3,
.file-item h3 {
  margin-top: 0.5rem;
}
.content-item small,
.file-item small {
  font-size: 0.75rem;
  color: #444444;
  position: relative;
  top: -0.5rem;
}

.content-item__img {
  width: 152px;
  position: relative;
  float: left;
  margin-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  .content-item__img {
    display: none;
  }
}

.file-item {
  padding: 1rem 1rem 0.75rem 1rem;
}
.file-item:nth-child(odd) {
  background: rgba(225, 37, 27, 0.12);
}

a.file-pdf {
  position: relative;
  padding-left: 1.5rem;
  border-bottom: none;
  color: #EAC435;
}
a.file-pdf:hover {
  color: #00adff;
}
a.file-pdf:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 14px;
  height: 18px;
  background: url(assets/img/file-icon-pdf.svg);
}

.gallery-link-item {
  padding: 0 0.5rem 1rem 0.5rem;
}
.gallery-link-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gallery-link-item h5 {
  margin-top: 0.5rem;
}

.wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.wp-block-cover > .wp-block-cover__inner-container {
  max-width: 51rem;
}
@media only screen and (max-width: 768px) {
  .wp-block-cover > .wp-block-cover__inner-container {
    max-width: 100%;
    width: 100%;
  }
}
.wp-block-cover > .wp-block-cover__inner-container > h2 {
  font-weight: 300;
}

.person-item {
  display: flex;
  flex-direction: column;
}
.person-item > .person-thumb {
  width: 100%;
}
.person-item > .person-thumb > img {
  width: 100%;
  max-height: 308px;
  height: 100%;
  object-fit: cover;
}
.person-item > .person-info {
  display: flex;
  flex-direction: column;
}
.person-item > .person-info > h3 {
  margin-top: 0.4rem;
  font-size: 1.25em;
  margin-bottom: 0.2rem;
}
.person-item > .person-info > .sub-title {
  font-size: 1em;
  font-weight: 500;
}
.person-item > .person-info > p {
  font-size: 1em;
}
.person-item > .person-info > a:link,
.person-item > .person-info a:visited {
  font-size: 1em;
  font-weight: 400;
  color: #494949;
  margin-bottom: 0.4rem;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
  max-height: calc(100vh - 4rem);
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/** @format */
.filter-button-group {
  text-align: center;
}
.filter-button-group span {
  color: #444444;
}
.filter-button-group button {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  color: #00adff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  opacity: 0.8;
  margin: 0 0.5rem;
  transition: all 0.2s;
}
.filter-button-group button:focus {
  outline: none;
}
.filter-button-group button.active {
  opacity: 1;
  border-bottom: 2px solid #00adff;
}
.filter-button-group button:hover {
  opacity: 1;
}

.grid {
  margin: 0 -0.5rem;
}
.grid .grid-item, .grid .grid-sizer {
  padding: 0.5rem;
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .grid .grid-item, .grid .grid-sizer {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 600px) {
  .grid .grid-item, .grid .grid-sizer {
    width: 50%;
  }
}
.grid .grid-item a, .grid .grid-sizer a {
  display: block;
  transition: all 0.2s;
}
.grid .grid-item a:hover, .grid .grid-sizer a:hover {
  opacity: 0.8;
}
.grid .grid-item a img, .grid .grid-sizer a img {
  display: block;
}
.grid .grid-sizer {
  padding: 0;
}

.top-fade {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5032213569) 76%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5032213569) 76%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5032213569) 76%, black 100%);
}

.hero-intro {
  overflow: auto;
}

.hero-slider {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1024px) {
  .hero-slider {
    height: 550px;
  }
}

.hero-sub-page {
  background: #00adff;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 38rem;
  /*   border-radius: 11px; */
}
@media only screen and (max-width: 768px) {
  .hero-sub-page {
    padding-top: 28rem;
    width: 100vw;
    -webkit-transform: translateX(-0.5rem);
    -moz-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    -o-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}
@media only screen and (max-width: 768px) {
  .hero-sub-page {
    padding-top: 20rem;
    width: 100vw;
    -webkit-transform: translateX(-0.5rem);
    -moz-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    -o-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}

.hero-slider,
.hero-slider-sub {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.hero-slider-sub img {
  display: block;
  width: 100%;
  min-height: 900px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  color: #ffffff;
  margin: 0 auto;
  top: 89%;
  left: 50%;
  -webkit-transform: translate(-50%, -89%);
  -moz-transform: translate(-50%, -89%);
  -ms-transform: translate(-50%, -89%);
  -o-transform: translate(-50%, -89%);
  transform: translate(-50%, -89%);
  text-align: center;
  display: flex;
  align-items: center;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  .hero-content {
    top: 79%;
    left: 50%;
    -webkit-transform: translate(-50%, -79%);
    -moz-transform: translate(-50%, -79%);
    -ms-transform: translate(-50%, -79%);
    -o-transform: translate(-50%, -79%);
    transform: translate(-50%, -79%);
    align-items: center;
    text-align: center;
  }
}
.hero-content .hero-intro-text {
  display: inline-block;
}
.hero-content .hero-intro-text > p {
  margin-bottom: 0;
  color: #ffffff;
}
.hero-content .hero-intro-text > h1 {
  color: #ffffff;
  font-size: 3.75em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .hero-content .hero-intro-text > h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .hero-content .hero-intro-text > h1 {
    font-size: 2.5rem;
  }
}
.hero-content .hero-intro-text > .slide__info {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .hero-content .hero-intro-text > .slide__info {
    flex-direction: column;
  }
}
.hero-content .hero-intro-text > .slide__info > p {
  color: #ffffff;
  margin: 0 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .hero-content .hero-intro-text > .slide__info > p {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hero-content .hero-intro-text > .slide__info > p {
    font-size: 1em;
  }
}
.hero-content .hero-intro-text > .slide__info > p > svg {
  margin-right: 0.6rem;
  position: relative;
  top: -1px;
}
.hero-content .hero-intro-text .slide-cta__con {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
}
@media only screen and (max-width: 600px) {
  .hero-content .hero-intro-text .slide-cta__con {
    flex-direction: column;
  }
}
.hero-content .hero-intro-text .slide-cta__con a {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 1.075em;
  font-weight: 400;
  margin-top: 0.5em;
  transition: all 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  min-width: 170px;
  height: 43px;
  line-height: 43px;
}
@media only screen and (max-width: 768px) {
  .hero-content .hero-intro-text .slide-cta__con a {
    font-size: 1em;
    min-width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-content .hero-intro-text .slide-cta__con a {
    margin-bottom: 0.5rem;
  }
  .hero-content .hero-intro-text .slide-cta__con a:last-of-type {
    margin-bottom: 0;
  }
}
.hero-content .hero-intro-text .slide-cta__con a:hover {
  color: #000000;
  background: white;
}

.hero-intro {
  /* Slider */
  /* Slider */
  /* Arrows */
  /* Dots */
}
.hero-intro .slick-slider {
  float: left;
  height: auto;
}
.hero-intro .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.hero-intro .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.hero-intro .slick-list:focus {
  outline: none;
}
.hero-intro .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.hero-intro .slick-slider .slick-track,
.hero-intro .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hero-intro .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hero-intro .slick-track:before,
.hero-intro .slick-track:after {
  display: table;
  content: "";
}
.hero-intro .slick-track:after {
  clear: both;
}
.hero-intro .slick-loading .slick-track {
  visibility: hidden;
}
.hero-intro .slick-slide {
  position: relative;
  display: none;
  float: left;
  height: 900px;
  min-height: 1px;
}
@media only screen and (max-width: 1024px) {
  .hero-intro .slick-slide {
    min-heigh: 600px;
    height: 600px;
    width: 100%;
  }
}
.hero-intro [dir=rtl] .slick-slide {
  float: right;
}
.hero-intro .slick-slide img {
  display: block;
  width: 100%;
  height: 900px;
  min-height: 900px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .hero-intro .slick-slide img {
    min-heigh: 600px;
  }
}
.hero-intro .slick-slide.slick-loading img {
  display: none;
}
.hero-intro .slick-slide.dragging img {
  pointer-events: none;
}
.hero-intro .slick-initialized .slick-slide {
  display: block;
}
.hero-intro .slick-loading .slick-slide {
  visibility: hidden;
}
.hero-intro .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.hero-intro .slick-arrow.slick-hidden {
  display: none;
}
.hero-intro .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.hero-intro .slick-prev,
.hero-intro .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  z-index: 98;
  -webkit-transition: opacity, 0.2s;
  -moz-transition: opacity, 0.2s;
  -ms-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}
.hero-intro .slick-prev:hover,
.hero-intro .slick-prev:focus,
.hero-intro .slick-next:hover,
.hero-intro .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: 1;
}
.hero-intro .slick-prev:hover:before,
.hero-intro .slick-prev:focus:before,
.hero-intro .slick-next:hover:before,
.hero-intro .slick-next:focus:before {
  opacity: 1;
}
.hero-intro .slick-prev.slick-disabled:before,
.hero-intro .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.hero-intro .slick-prev:before,
.hero-intro .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-intro .slick-prev {
  left: 32px;
}
.hero-intro .slick-next {
  right: 32px;
}
.hero-intro .slick-dots {
  position: absolute;
  bottom: 1.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 98;
}
.hero-intro .slick-dots li {
  position: relative;
  display: inline-block;
  height: 6px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
}
.hero-intro .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.hero-intro .slick-dots li button:hover,
.hero-intro .slick-dots li button:focus {
  outline: none;
}
.hero-intro .slick-dots li button:hover:before,
.hero-intro .slick-dots li button:focus:before {
  opacity: 1;
}
.hero-intro .slick-dots li button:before {
  display: none;
}
.hero-intro .slick-dots li.slick-active button:before {
  display: none;
}
.hero-intro .slick-dots li.slick-active button {
  opacity: 1;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
}

#result-counter {
  position: relative;
  margin-top: 0.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#result-counter > li {
  color: #ffffff;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 1rem;
}
#result-counter > li:first-of-type {
  display: block;
}
#result-counter > li > strong {
  color: #ffffff;
}
#result-counter > li > a:link,
#result-counter > li a:visited {
  color: #ffffff;
  text-decoration: underline;
}

body .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary {
  display: none;
}
body .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary .meta-item {
  text-transform: initial;
}
body .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary .meta-item.meta-item-student, body .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary .meta-item.meta-item-level {
  display: none;
}

body .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
  margin-top: -190px;
  overflow: inherit;
}
body .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
body .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-top {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 16px;
}

body .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories,
body .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor {
  display: none;
}

body .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item {
  text-transform: initial;
}
body .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item.meta-item-level, body .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item.meta-item-student {
  display: none;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section {
  list-style-type: none;
}

body #learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description p {
  color: #444444;
}

body #learn-press-profile #profile-nav .lp-profile-nav-tabs li {
  list-style-type: none;
}

body #learn-press-profile-basic-information li {
  list-style-type: none;
}

body .learn-press-form-login {
  margin-top: 3rem;
}
body .learn-press-form-login button[type=submit], body .learn-press-form-register button[type=submit] {
  border: none;
  border-radius: 8px;
}
body .learn-press-form .form-fields .form-field {
  list-style-type: none;
}
body #learn-press-profile-basic-information .form-field__profile-social {
  display: none;
}
body #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a {
  color: #E1251B;
}
body .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a {
  color: #E1251B;
}
body .lp-badge.featured-course,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::before,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::before {
  background: #E1251B;
}

#popup-content table {
  color: #444444;
  font-size: 0.875rem;
  line-height: 1.5;
}
#popup-content table td, #popup-content table th {
  padding: 0.25rem;
}

body .lp-modal-dialog .lp-modal-content .lp-modal-header {
  background: #E1251B;
  margin-bottom: 1rem;
}
body .lp-modal-dialog .lp-modal-content .lp-modal-footer {
  margin-top: 1rem;
  background: #ffffff;
}

body .quiz-status .questions-index {
  color: #ffffff;
}
body .quiz-status .questions-index span {
  color: #ffffff;
  font-weight: 700;
}

body #popup-course #popup-content .lp-button {
  color: #000000;
  border-radius: 8px;
}
body #popup-course #popup-content .lp-button:hover {
  color: #ffffff;
}

body .quiz-status .countdown {
  background: none;
  color: #ffffff;
}

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