@charset "UTF-8";
/**
 * Theme Name: Pancert
 * Theme URI: https://www.fempunkter.se
 * Author: Fem Punkter
 * Author URI: https://www.fempunkter.se
 * Version: 0.0.1
 *
 * @format
 */
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%;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f2f2f2;
}

.wow {
  visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}

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

.text-nowrap {
  white-space: nowrap;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Open Sans", sans-serif;
  color: #007360;
  line-height: 1.3;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 {
  font-size: clamp(1.75rem, 1.75rem + (1vw - 0.2rem) * 1.671, 2.75rem);
  font-weight: 700;
  margin-bottom: 0.425rem;
}
@media only screen and (max-width: 48em) {
  h1 {
    white-space: pre-wrap;
    hyphens: auto;
  }
}

h2,
.h2 {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.2rem) * 1.316, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: clamp(1.25rem, 1.25rem + (1vw - 0.2rem) * 0.789, 1.85rem);
  font-weight: 700;
  margin-bottom: 0.625rem;
}

h4,
.h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

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

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #757575;
  line-height: 1.618;
  margin-bottom: 1em;
}

a:link,
a:visited {
  color: #1c1c1b;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:link:hover,
a:visited:hover {
  color: #253031;
}

strong {
  font-weight: 700;
}

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

blockquote {
  background: #f9f9f9;
  border-left: 4px solid #007360;
  color: #1c1c1b;
  margin: 1rem 0;
  padding: 1rem 10px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.618;
}

blockquote:before {
  color: #1c1c1b;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.white {
  color: #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;
}

table {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #757575;
  line-height: 1.618;
  margin-bottom: 1em;
  text-align: left;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
table thead {
  font-weight: 700;
}
table thead tr {
  background: #e0e0e0;
}
table tbody tr:nth-child(even) {
  background: #f1f1f1;
}
table td,
table th {
  padding: 0.25rem 0.5rem;
  border-right: 1px solid white;
}
table td:first-of-type,
table th:first-of-type {
  border-left: 1px solid white;
}

.logintitle {
  margin-bottom: 2rem;
}

.text-white {
  color: #ffffff;
}

/*!
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;
  }
}
.site-fixed-width {
  max-width: 90rem;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  overflow: auto;
}

.content {
  width: 100%;
  float: left;
  background: #ffffff;
}

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

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.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: -1rem;
  margin-left: -1rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
.row.nested {
  margin-right: -2rem;
  margin-left: -2rem;
}
.row.row-header {
  height: 120px;
  padding: 1rem 0;
  /*@include bp-sm {
      padding: 1rem 0 .625rem 0;
    }*/
}
@media only screen and (max-width: 64em) {
  .row.row-header {
    height: 72px;
    margin-right: 0;
    margin-left: 0;
  }
}
.row.no-top {
  padding-top: 0;
}
.row.hero-sub {
  padding: 5rem 0;
}
.row.border-bottom {
  padding-bottom: 3.875rem;
  margin-bottom: 0;
  position: relative;
}
.row.border-bottom.less-padding {
  padding-bottom: 2.875rem;
}
.row.border-bottom.onwhite-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(85, 111, 122, 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: 1.5rem 0 3.875rem 0;
}
.row.no-pb {
  padding-bottom: 0;
}

.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: 64em) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

.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: 2rem;
  padding-left: 2rem;
}

.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: 48em) {
  .container {
    width: 49rem;
  }
  .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: 2rem;
    padding-left: 2rem;
  }
  .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: 64em) {
  .container {
    width: 65rem;
  }
  .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: 2rem;
    padding-left: 2rem;
  }
  .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: 75em) {
  .container {
    width: 76rem;
  }
  .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: 2rem;
    padding-left: 2rem;
  }
  .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: 64em) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

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

/** @format */
.main-logo a.logo img {
  width: 208px;
}
@media only screen and (max-width: 64em) {
  .main-logo a.logo img {
    width: 152px;
  }
}
@media only screen and (max-width: 64em) {
  .main-logo a.logo img {
    margin-left: 1.5rem;
  }
}

.main-nav {
  background: #007360;
  font-size: 0.875rem;
  width: 100%;
  z-index: 9999999999;
  position: absolute;
}
.main-nav button.menutoggle {
  display: none;
  z-index: 99999;
  background: none;
  position: relative;
  border: none;
  background: #007360;
  padding: 1.2em 0;
  width: 86px;
  text-align: center;
  left: 0;
  width: 100%;
}
.main-nav button.menutoggle p {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 0 -3rem;
  line-height: 30px;
}
.main-nav button.menutoggle span {
  width: 46px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  background: #ffffff;
  display: block;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  left: 50%;
}
.main-nav button.menutoggle span:nth-child(2) {
  top: 1.2em;
}
.main-nav button.menutoggle span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}
.main-nav button.menutoggle span:nth-child(4) {
  bottom: 1.2em;
}
.main-nav button.menutoggle.show span:nth-child(2) {
  transform: translate(0, 13px) rotate(405deg);
}
.main-nav button.menutoggle.show span:nth-child(3) {
  opacity: 0;
}
.main-nav button.menutoggle.show span:nth-child(4) {
  transform: translate(0, -13px) rotate(-405deg);
}
@media only screen and (max-width: 48em) {
  .main-nav button.menutoggle {
    display: block;
  }
}
.main-nav a {
  color: #ffffff;
}
.main-nav > ul {
  text-align: center;
  max-height: calc(100vh - 30px);
  position: relative;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 48em) {
  .main-nav > ul {
    overflow-y: auto;
  }
}
.main-nav > ul > li {
  display: inline-block;
  padding: 0 0.5em;
}
.main-nav > ul > li.membermenu {
  background: #9e4931;
}
.main-nav > ul > li > a {
  display: block;
  padding: 1.5em 0.5em;
}
.main-nav > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.main-nav > ul > li ul.sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  background: #f9f9f9;
  padding: 1rem;
  text-align: left;
  border-top: 2px solid #253031;
  min-width: 200px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.main-nav > ul > li ul.sub-menu a {
  color: #556f7a;
  display: block;
  padding: 0.5em 0.5em;
}
.main-nav > ul > li ul.sub-menu a:hover {
  background: rgba(85, 111, 122, 0.04);
}
.main-nav > ul > li:hover ul.sub-menu {
  display: block;
  opacity: 1;
}
.main-nav > ul > li.membermenu:hover ul.sub-menu {
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 48em) {
  .main-nav > ul > li {
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media only screen and (max-width: 48em) {
  .main-nav > ul > li.show {
    display: block;
    opacity: 1;
    background: #f9f9f9;
    border-bottom: 1px solid #757575;
    padding: 1rem 0.5rem;
  }
  .main-nav > ul > li.show > a {
    color: #253031;
    text-align: left;
    padding: 0.5rem;
  }
  .main-nav > ul > li.show ul.sub-menu {
    display: block;
    background: #f9f9f9;
    position: static;
    opacity: 1;
    margin-left: 1rem;
    border-top: none;
    padding: 0;
  }
  .main-nav > ul > li.show ul.sub-menu a {
    color: #253031;
  }
}
@media only screen and (max-width: 64em) {
  .main-nav > ul > li.show:last-child {
    margin-bottom: 2rem;
  }
}
.main-nav > ul > li.membermenu ul.sub-menu {
  display: none;
  opacity: 0;
}

.main-nav--list {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-top: 4.125rem;
}
@media only screen and (max-width: 64em) {
  .main-nav--list {
    font-size: 0.875rem;
    letter-spacing: 1px;
    display: none;
    background: #f9f9f9;
    margin-top: 4px;
    max-height: 70vh;
    overflow-y: scroll;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px rgba(28, 28, 27, 0.08);
    -moz-box-shadow: 0px 5px 5px rgba(28, 28, 27, 0.08);
    -ms-box-shadow: 0px 5px 5px rgba(28, 28, 27, 0.08);
    box-shadow: 0px 5px 5px rgba(28, 28, 27, 0.08);
  }
}
.main-nav--list > li {
  display: inline-block;
  position: relative;
  margin-right: 1.5rem;
}
.main-nav--list > li.menu-item-has-children > a:after {
  content: " ▾";
}
@media only screen and (max-width: 64em) {
  .main-nav--list > li {
    display: block;
    width: calc(100% - 80px);
    margin: 0 auto;
    background: #f9f9f9;
    text-align: left;
    border-bottom: 1px solid rgba(28, 28, 27, 0.08);
  }
  .main-nav--list > li.menu-item-has-children > a:after {
    content: none;
  }
}
.main-nav--list > li:last-child {
  margin-right: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 64em) {
  .main-nav--list > li:last-child {
    margin-right: auto;
  }
}
.main-nav--list > li.last-item {
  margin-right: 0;
}
@media only screen and (max-width: 64em) {
  .main-nav--list > li.last-item {
    margin-right: auto;
  }
}
.main-nav--list > li a:link,
.main-nav--list > li a:visited {
  color: #253031;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.main-nav--list > li a:link:hover,
.main-nav--list > li a:visited:hover {
  color: #007360;
}
@media only screen and (max-width: 64em) {
  .main-nav--list > li a:link,
  .main-nav--list > li a:visited {
    padding: 1.225rem 0;
    display: block;
  }
}
.main-nav--list > li.hidden-item {
  display: none;
}
@media only screen and (max-width: 64em) {
  .main-nav--list > li.hidden-item {
    display: block;
  }
}
.main-nav--list > li.main-menu-phone {
  position: relative;
}
.main-nav--list > li.main-menu-phone:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/phone_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list > li.main-menu-phone a:link,
.main-nav--list > li.main-menu-phone a:visited {
  margin-left: 32px;
}
.main-nav--list > li.main-menu-envelope {
  position: relative;
}
.main-nav--list > li.main-menu-envelope:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/envelope_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list > li.main-menu-envelope a:link,
.main-nav--list > li.main-menu-envelope a:visited {
  margin-left: 32px;
}
.main-nav--list > li.main-menu-user {
  position: relative;
}
.main-nav--list > li.main-menu-user:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/user_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list > li.main-menu-user a:link,
.main-nav--list > li.main-menu-user a:visited {
  margin-left: 32px;
}
.main-nav--list > li ul.sub-menu {
  display: none;
  position: absolute;
  background: #f9f9f9;
  padding: 0.5em 0;
  left: -1em;
  font-size: 0.875em;
}
.main-nav--list > li ul.sub-menu a {
  padding: 0.25em 1em;
  display: block;
  line-height: 1.3;
}
@media only screen and (max-width: 64em) {
  .main-nav--list > li ul.sub-menu {
    display: block;
    position: static;
    padding: 0 0 0.8em 0;
    margin-top: -1em;
  }
  .main-nav--list > li ul.sub-menu a {
    padding: 1em 0 1em 1.5em;
  }
}
.main-nav--list > li:hover ul.sub-menu {
  display: block;
}

#toggle:checked ~ .main-nav--list {
  display: block;
}

#toggle:checked ~ label[for=toggle] .burger {
  background: rgba(249, 249, 249, 0);
}

#toggle:checked ~ label[for=toggle] .burger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggle:checked ~ label[for=toggle] .burger:after {
  top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger,
.burger:before,
.burger:after {
  position: relative;
  background: #253031;
  width: 30px;
  height: 4px;
  top: -30px;
  display: block;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

.burger:before {
  content: "";
  width: 30px;
  height: 4px;
  top: -8px;
}

.burger:after {
  content: "";
  width: 30px;
  height: 4px;
  top: 4px;
}

.burger {
  margin-right: 2.5rem;
}

.toggle {
  display: none;
}

label[for=toggle] {
  position: relative;
  float: none;
  display: none;
  cursor: pointer;
  select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-select: none;
  z-index: 1000;
}
@media only screen and (max-width: 64em) {
  label[for=toggle] {
    display: block;
    margin-top: 2px;
  }
}
label[for=toggle] p {
  display: none;
  position: relative;
  float: left;
}

.sub-nav--list {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.sub-nav--list > ul > li {
  display: none;
}
.sub-nav--list > ul > li.current-page-ancestor, .sub-nav--list > ul > li.current-menu-item {
  display: block;
}
.sub-nav--list > ul > li.current-page-ancestor > a, .sub-nav--list > ul > li.current-menu-item > a {
  font-size: 1rem;
}
.sub-nav--list > ul > li ul.sub-menu {
  margin-left: 1em;
}
.sub-nav--list > ul > li a {
  line-height: 2;
  color: #253031;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  -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 > ul > li a:hover {
  color: #007360;
  background: #f9f9f9;
}
@media only screen and (max-width: 48em) {
  .sub-nav--list {
    display: block;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    margin-bottom: 2rem;
    padding: 1em 0;
    font-size: 0.75rem;
  }
  .sub-nav--list > ul > li.current-menu-item a {
    color: #007360;
  }
  .sub-nav--list > ul > li ul.sub-menu li {
    display: inline-block;
  }
  .sub-nav--list > ul > li ul.sub-menu li a {
    color: #253031;
  }
  .sub-nav--list > ul > li ul.sub-menu li.current-menu-item a {
    color: #007360;
  }
}
.sub-nav--list.member > ul > li {
  display: block;
}
.sub-nav--list.member > ul li.top-parent {
  font-weight: 700;
  position: relative;
  left: -1rem;
}

.top-nav--list {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: -1.1rem;
  right: 1rem;
  padding: 0.875rem 1rem;
  font-size: 0.75rem;
  background: rgba(37, 48, 49, 0.12);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
@media only screen and (max-width: 64em) {
  .top-nav--list {
    display: none;
    /*right: 4rem;
    top: -2.675rem;*/
  }
}
@media only screen and (max-width: 30em) {
  .top-nav--list {
    top: -1.95rem;
  }
}
.top-nav--list li {
  display: inline-block;
  margin-right: 1rem;
}
.top-nav--list li a:link,
.top-nav--list li a:visited {
  color: #556f7a;
}
.top-nav--list li a:link:hover,
.top-nav--list li a:visited:hover {
  color: #89a2ac;
}
.top-nav--list li:last-child {
  margin-right: 0;
}

.social-nav--list {
  display: block;
  margin-bottom: 1.625rem;
}
.social-nav--list li {
  display: inline-block;
  margin-right: 0.625rem;
}
.social-nav--list li:last-child {
  margin-right: 0;
}
.social-nav--list .icon-size--small img {
  width: 29px;
}

/** @format */
#header {
  position: relative;
  z-index: 9;
}
#header .parallax-window {
  min-height: 80vh;
  height: 80vh;
  background: transparent;
}
#header .parallax-window .parallax-slider {
  height: 100%;
  position: relative;
}
#header .parallax-window .parallax-slider img.size-full {
  height: 100%;
  object-fit: cover;
}
#header .parallax-window.notstart {
  min-height: 300px;
  height: 30vh;
}

.logoposition {
  position: absolute;
  z-index: 999999999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
  max-width: 100vw;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .logoposition {
    height: unset;
    top: 0rem;
    transform: translate(-50%, 0);
  }
}
.logoposition .row {
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .logoposition .row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.logoposition img.toplogo {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
}

.icon-size--small.user {
  margin-right: 2.5rem;
}
.icon-size--small.user:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/user_white.svg);
  margin-left: -32px;
  margin-top: -7px;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background: #f9f9f9;
}
img.branded-symbol {
  width: 118px;
}

.editable {
  /*ul {
     line-height: 1.618;
     color: $copy-color;
     margin-top: -0.5em;
     margin-bottom: 1em;

     li {
       padding-left: 1em;
       text-indent: -0.5em;

       &:before {
         content: "•";
         padding-right: .5em;
         color: $secondary-color;
       }
     }
   }*/
}
.editable small {
  font-size: 0.875em;
  color: #757575;
  display: block;
  margin: 0.5em 0 2em;
}
.editable h3 {
  margin-top: 2rem;
}
.editable h4 {
  margin-top: 1.75rem;
}
.editable ul {
  line-height: 1.618;
  color: #757575;
  margin-bottom: 1em;
  margin-left: 1em;
}
.editable ul li {
  padding-left: 1em;
  text-indent: -0.5em;
  position: relative;
}
.editable ul li:before {
  content: "•";
  position: absolute;
  left: -0.25em;
  color: #253031;
}
.editable ol {
  line-height: 1.618;
  color: #757575;
  margin-top: -0.5em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.editable ol li {
  padding-left: 1em;
  counter-increment: li;
  position: relative;
}
.editable ol li:before {
  content: counter(li) ".";
  position: absolute;
  left: -0.5em;
  color: #253031;
}
.editable a:link,
.editable a:visited {
  color: #253031;
  border-bottom: 1px solid rgba(37, 48, 49, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.editable a:link:hover,
.editable a:visited:hover {
  color: #007360;
  border-bottom: 1px solid #556f7a;
}
.editable a.link-arrow,
.editable p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #757575;
  border-bottom: none;
}
.editable a.link-arrow:after,
.editable p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 5px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
  background: url(assets/img/arrow_primary.svg);
}
.editable a.link-arrow:hover,
.editable p a.link-arrow:hover {
  color: #253031;
  border-bottom: none;
}
.editable .gallery {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.editable .gallery a:link,
.editable .gallery a:visited {
  border-bottom: none;
}
.editable .gallery a:link:hover,
.editable .gallery a:visited:hover {
  border-bottom: none;
}
.editable .gallery-item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 0.5rem 0.75rem 0.5rem;
}
@media only screen and (max-width: 64em) {
  .editable .gallery-item {
    width: 50%;
  }
}
.editable .gallery-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.editable .gform_wrapper ul {
  line-height: 1.618;
  color: #757575;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.editable .gform_wrapper ul li {
  padding-left: 0;
  text-indent: 0em;
}
.editable .gform_wrapper ul li:before {
  content: "";
  padding-right: 0;
  color: #007360;
}
.editable img {
  width: auto;
  max-width: 100%;
}
.editable .alignleft {
  width: auto;
  height: auto;
  float: left;
  margin-right: 15px;
}
.editable .alignright {
  width: auto;
  height: auto;
  float: right;
  margin: 1rem 0 1rem 1rem;
}
.editable .aligncenter {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.editable .full {
  width: 100%;
  height: auto;
}
.editable .wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  color: #757575;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 0.875rem;
}

.dataTables_wrapper .dt-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  gap: 1rem;
}
.dataTables_wrapper table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px #f9f9f9;
}
.dataTables_wrapper table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px #f9f9f9;
  color: #757575;
}
.dataTables_wrapper table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #f9f9f9 !important;
  opacity: 0.9;
}
.dataTables_wrapper table.dataTable.order-column > tbody tr.selected > .sorting_1,
.dataTables_wrapper table.dataTable.order-column > tbody tr.selected > .sorting_2,
.dataTables_wrapper table.dataTable.order-column > tbody tr.selected > .sorting_3,
.dataTables_wrapper table.dataTable.display > tbody tr.selected > .sorting_1,
.dataTables_wrapper table.dataTable.display > tbody tr.selected > .sorting_2,
.dataTables_wrapper table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px #f9f9f9 !important;
}

.btn,
a.btn {
  border: none;
  font-family: "Open Sans", 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: 9999;
  border: 2px solid #007360;
  color: #ffffff;
  min-width: 310px;
  padding: 20px 60px;
  background: #007360;
}
@media only screen and (max-width: 64em) {
  .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: #253031;
}

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: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 9999;
  border: 2px solid #556f7a;
  color: #253031;
  background: transparent;
  padding: 10px 36px;
  font-size: 0.875rem;
}

.gform_button {
  cursor: pointer;
}
.gform_button:hover {
  color: #ffffff;
  background: #556f7a;
}

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

a.btn-1d:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #556f7a;
  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;
}

.custom-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.badge-primary {
  color: #fff;
  background-color: #007360;
}

.badge-secondary {
  color: #fff;
  background-color: #253031;
}

.badge-info {
  color: #1c1c1b;
  background-color: #556f7a;
}

.filter-label {
  font-weight: 500;
  color: #1c1c1b;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.25rem;
}

.close-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.filter-close-icon {
  fill: currentColor;
  vertical-align: middle;
}

.filter-badge {
  cursor: pointer;
}
.filter-badge:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

#loader {
  z-index: 1021;
  opacity: 1;
  transition: opacity 0.1s;
}
#loader.load {
  transform: translateX(0);
  opacity: 1;
}
#loader .lds-ripple {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
}
#loader .lds-ripple div {
  position: absolute;
  border: 4px solid #007360;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#loader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@media only screen and (max-width: 48em) {
  #databastable_wrapper {
    overflow-x: auto;
  }
}

#databastable {
  font-size: 11px;
  width: 100%;
  overflow-x: auto;
}
#databastable thead tr:first-child {
  background: #ffffff;
}
#databastable th {
  padding: 0 0 0.5em 0;
}
#databastable th p {
  margin-bottom: 0;
}
#databastable tr[data-brist="1"] {
  /* 	background: #fef2f2; */
  position: relative;
}
#databastable tr[data-brist="1"]::after {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  content: "";
  background: #872e45;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#databastable tr td {
  padding-right: 10px;
}
#databastable tr td .copyable-text {
  position: relative;
  cursor: pointer;
  width: max-content;
}
#databastable tr td .copy-icon {
  display: none;
  margin-left: 5px;
  padding-left: 10px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  position: absolute;
  right: -12px;
}
#databastable tr td .copyable-text:hover .copy-icon {
  display: inline-block;
}
#databastable tr td .copy-icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}
#databastable tr.child {
  font-size: 0.875em;
}
#databastable tr.child li {
  display: block;
}
#databastable tr.child li:before {
  content: none;
}
#databastable tr.child li span.dtr-title {
  font-weight: 700;
}

#databastable_length {
  margin-bottom: 0.5em;
}

#databastable_filter {
  display: none;
}

#databastable_wrapper {
  padding-bottom: 2rem;
}

#databastable {
  padding-bottom: 2rem;
}
#databastable td {
  border-right: none;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: none !important;
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: none !important;
}

form#pancertdatabas {
  max-width: 400px;
  display: inline-block;
}
form#pancertdatabas input {
  width: 100%;
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.375em 1em;
  border: 1px solid #e6e6e6;
  border-radius: 1em;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1;
  color: #757575;
}
form#pancertdatabas button {
  line-height: 1;
  font-size: 1.25rem;
  padding: 0.375em 1em;
  background: #e6e6e6;
  border: none;
  border-radius: 1em;
}

.box {
  width: 100%;
  padding: 0.5rem 1.25rem;
}

.relative {
  position: relative;
}

.aboslute {
  position: absolute;
}

main {
  background: #ffffff;
  padding-top: 3.875rem;
}

.userinfo {
  background: #f9f9f9;
  border: 1px solid rgba(117, 117, 117, 0.2);
  padding: 1rem;
  margin-bottom: 3rem;
  border-radius: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.userinfo .row {
  padding: 0;
}
.userinfo .row.intresse {
  margin-top: 2rem;
  display: none;
}
.userinfo .row.intresse.active {
  display: flex;
}
.userinfo p {
  margin: 0;
}
.userinfo a {
  display: inline-block;
  background: #253031;
  margin: 4px 0;
  padding: 0.5rem;
  border-radius: 0.25rem;
  color: #ffffff;
}
.userinfo a.logout {
  background: #556f7a;
}
.userinfo a:hover {
  color: #ffffff;
  opacity: 0.9;
}
.userinfo .acf-field .acf-label label {
  display: none;
}
.userinfo #message {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-top: 1rem;
  display: none;
}
.userinfo #acf-form {
  background: #ffffff;
  padding: 1rem;
}
.userinfo form.nvb_link {
  display: inline-block;
}
.userinfo form.nvb_link button {
  display: inline-block;
  margin: 4px 0;
  background: #007360;
  padding: 0.5rem;
  border-radius: 0.25rem;
  color: #ffffff;
  line-height: 1;
  font-size: 1rem;
  border: none;
}
.userinfo form.nvb_link button:hover {
  opacity: 0.9;
}

.acf-form-submit input {
  background: #253031;
  color: #ffffff;
  border: 0;
  padding: 1em;
  border-radius: 0.25em;
  font-size: 0.75rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 0 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: 100%;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.cta-item img {
  margin-bottom: 0.625rem;
  -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: 64em) {
  .order-first {
    order: 1;
  }
}

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

.startnewsitem {
  display: block;
  position: relative;
  z-index: 99;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  margin: 1rem 0;
}
.startnewsitem small {
  font-size: 0.875em;
  display: block;
  margin: 0.5em 0;
}
.startnewsitem h3 {
  margin: 0;
}
.startnewsitem p {
  margin: 0;
}

a.newslink {
  display: block;
  float: right;
  padding: 0.625em;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 0.5rem;
  text-transform: uppercase;
}

#breadcrumbs {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.map-col {
  margin-bottom: 4rem;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map h4 {
  margin: 0.5em 0;
}
.acf-map p {
  margin-bottom: 0.5em;
}
.acf-map img {
  max-width: inherit !important;
}

.widget {
  padding: 1rem;
  background: rgba(37, 48, 49, 0.12);
  margin-bottom: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.widget h4 {
  color: #556f7a;
  margin-bottom: 1rem;
}
.widget p:last-of-type {
  margin-bottom: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget ul li {
  padding: 0.45rem 0;
}
.widget a:link,
.widget a:visited {
  color: #556f7a;
}
.widget a:link:hover,
.widget a:visited:hover {
  color: #89a2ac;
}
.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: 64em) {
  .widget {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.content-item,
.file-item {
  padding-left: 0;
  padding-right: 0;
}

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

.editable a.file-xls,
.editable a[href$=".xls"],
.editable a.file-xlsx,
.editable a[href$=".xlsx"] {
  position: relative;
  padding-left: 1.5rem;
  border: 0;
  color: #556f7a;
  text-decoration: none;
}
.editable a.file-xls:hover,
.editable a[href$=".xls"]:hover,
.editable a.file-xlsx:hover,
.editable a[href$=".xlsx"]:hover {
  color: #007360;
}
.editable a.file-xls:before,
.editable a[href$=".xls"]:before,
.editable a.file-xlsx:before,
.editable a[href$=".xlsx"]:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 14px;
  height: 18px;
  background: url(assets/img/file-excel.svg);
}

.editable a.file-pdf,
.editable a[href$=".pdf"] {
  position: relative;
  padding-left: 1.5rem;
  border: 0;
  color: #556f7a;
  text-decoration: none;
}
.editable a.file-pdf:hover,
.editable a[href$=".pdf"]:hover {
  color: #007360;
}
.editable a.file-pdf:before,
.editable a[href$=".pdf"]:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 14px;
  height: 18px;
  background: url(assets/img/file-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;
}

.medlembox-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.medlembox-item > a:link,
.medlembox-item a:visited {
  background-color: #ffffff;
  display: block;
  border: 1px solid #e6e6e6;
  height: 100%;
  padding: 1em;
  position: relative;
  height: 170px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 40%;
}
.medlembox-item > a:link .mitten,
.medlembox-item a:visited .mitten {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.medlembox-item > a:link .mitten h3,
.medlembox-item a:visited .mitten h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: none;
  margin: 0;
  top: 100%;
  padding: 0.5rem;
  font-size: 1.2rem;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.medlembox-item > a:link .mitten h3 span,
.medlembox-item a:visited .mitten h3 span {
  display: block;
  clear: both;
}
.medlembox-item > a:link .mitten h3 span.parent,
.medlembox-item a:visited .mitten h3 span.parent {
  font-weight: 400;
  font-size: 1rem;
}
.medlembox-item > a:link:hover,
.medlembox-item a:visited:hover {
  border: 1px solid #e6e6e6;
}
.medlembox-item > a:link:hover .mitten,
.medlembox-item a:visited:hover .mitten {
  background: rgba(28, 28, 27, 0.8);
}
.medlembox-item > a:link:hover .mitten h3,
.medlembox-item a:visited:hover .mitten h3 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background-color: transparent;
}

.hero-intro {
  position: relative;
  float: left;
  width: 100%;
  height: 60vh;
  background: #888;
}
@media only screen and (max-width: 64em) {
  .hero-intro {
    margin-top: 72px;
    height: 77vh;
  }
}

.hero-slider {
  width: 100%;
  height: 60vh;
}
@media only screen and (max-width: 64em) {
  .hero-slider {
    height: 77vh;
  }
}

.hero-sub-page {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #007360;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 64em) {
  .hero-sub-page {
    margin-top: 72px;
  }
}
.hero-sub-page.news-bg {
  background: url(assets/img/header_bg_sub.jpg) #556f7a;
  background-size: cover;
  background-position: center;
}

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

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

.hero-content {
  position: absolute;
  top: 0;
  width: 1024px;
  height: 100%;
  left: 50%;
  margin-left: -512px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 64em) {
  .hero-content {
    width: 768px;
    margin-left: -384px;
  }
}
@media only screen and (max-width: 48em) {
  .hero-content {
    width: 480px;
    margin-left: -240px;
  }
}
@media only screen and (max-width: 30em) {
  .hero-content {
    width: 300px;
    margin-left: -150px;
  }
}

.hero-center {
  width: 100%;
}

.slick-slider {
  float: left;
  height: auto;
}

/* Slider */
.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;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.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);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  display: none;
  float: left;
  height: 60vh;
  min-height: 1px;
}
@media only screen and (max-width: 64em) {
  .slick-slide {
    height: 77vh;
  }
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  min-height: 60vh;
  object-fit: cover;
}
@media only screen and (max-width: 64em) {
  .slick-slide img {
    min-height: 77vh;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: 10px;
  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;
  z-index: 999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.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;
}

.slick-prev {
  left: 32px;
}

.slick-next {
  right: 32px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background: #ffffff;
}

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-slide--iframe {
  padding: 44px 44px 0;
}

.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;
}

.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);
  }
}
body .gform_wrapper .gform_footer {
  text-align: right;
  padding: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border: 0;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: none;
}

body .gform_wrapper .top_label .gfield_label {
  display: none;
}

.kurs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.kurs-table thead tr {
  background: transparent;
}
.kurs-table thead th {
  font-weight: 700;
  background: transparent;
}

.kurs-table th,
.kurs-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap;
  font-size: 14px;
  background: transparent;
}

.kurs-table tr:hover {
  box-shadow: inset 0 0 0 9999px #faf8f4;
}

.kurs-table tr:nth-child(even) {
  box-shadow: inset 0 0 0 9999px #faf8f4;
}

.kurs-table a:hover {
  text-decoration: underline;
}

.kurs-table .kurs-btn:link,
.kurs-table .kurs-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 4px 0;
  background: #007360;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 14px;
  border: none;
}

/* Filter toggle buttons */
.filter-buttons {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 0.2rem;
  background-color: #fff;
  overflow: hidden;
  max-width: 350px;
  flex-wrap: wrap;
}

.filter-toggle-btn {
  background-color: #f8f9fa;
  border: none;
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
}

.filter-toggle-btn.active {
  background-color: #e2e6ea;
  color: #212529;
}

.filter-toggle-btn:hover {
  background-color: #e2e6ea;
}

/* Year filter styling */
.filter-toggle-btn[data-filter-type=year].active {
  background-color: #6c757d;
  color: white;
}

/* Status filter styling */
.filter-toggle-btn[data-filter-type=status].active {
  background-color: #007360;
  color: white;
}

/* Filter label styling */
.filter-label {
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
}

/* Search input styling */
.search-input {
  min-width: 180px;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

/* Compact filter form */
form[data-kurs-filters] {
  width: 100%;
  gap: 0.75rem;
}

/* Filter container responsiveness */
@media (max-width: 768px) {
  form[data-kurs-filters] {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-buttons {
    max-width: 100%;
    overflow-x: auto;
  }
  .search-input {
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* Hide the thead element on small screens */
  .kurs-table thead {
    display: none;
  }
  .kurs-table,
  .kurs-table tbody,
  .kurs-table th,
  .kurs-table td,
  .kurs-table tr {
    display: block;
    width: 100%;
  }
  /* Add spacing between rows */
  .kurs-table tr {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    padding: 10px;
  }
  /* Make each td take up the full width */
  .kurs-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    white-space: normal;
  }
  /* Add the table headers as labels before the content in td */
  .kurs-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    font-weight: bold;
    white-space: nowrap;
  }
  /* Optional: make sure buttons take full width for ease of interaction on small screens */
  .kurs-table .kurs-btn {
    width: 100%;
    text-align: center;
  }
}
ul.kurs-list {
  margin: 0 !important;
}
ul.kurs-list > li {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0.75rem;
  text-indent: 0;
  padding-left: 0;
}
ul.kurs-list > li::before {
  display: none;
}
ul.kurs-list > li p {
  margin-bottom: 0.125rem;
}
ul.kurs-list > li .tillfalle-list {
  margin-bottom: 0;
  padding-left: 0.5rem;
}
ul.kurs-list > li .tillfalle-list li {
  margin-bottom: 0.25rem;
}

/** @format */
.gform_wrapper ul li {
  padding-right: 0;
}

#wpuf-login-form {
  color: transparent;
}
#wpuf-login-form form {
  max-width: 300px;
  overflow: auto;
  margin-bottom: 2rem;
}
#wpuf-login-form input {
  background: #f9f9f9;
  border: none;
  font-size: 1rem;
  padding: 5px 4px;
  width: 100%;
  max-width: 300px;
  font-family: "Open Sans", sans-serif;
}
#wpuf-login-form input[type=checkbox] {
  width: auto;
}
#wpuf-login-form input[type=submit] {
  background: none;
  width: auto;
  border: 2px solid #556f7a;
  color: #253031;
  padding: 10px 36px;
  float: right;
}
#wpuf-login-form input[type=submit]:hover {
  background: #556f7a;
  color: #ffffff;
}
#wpuf-login-form label {
  font-size: 0.875rem;
}
#wpuf-login-form > a {
  font-size: 0.875rem;
}

#wpuf-registration-form {
  color: transparent;
}
#wpuf-registration-form form {
  max-width: 450px;
  overflow: auto;
  margin-bottom: 2rem;
}
#wpuf-registration-form input {
  background: #f9f9f9;
  border: none;
  font-size: 1rem;
  padding: 5px 4px;
  width: 100%;
  max-width: 300px;
  font-family: "Open Sans", sans-serif;
}
#wpuf-registration-form input[type=checkbox] {
  width: auto;
}
#wpuf-registration-form input[type=submit] {
  background: none;
  width: auto;
  border: 2px solid #556f7a;
  color: #253031;
  padding: 10px 36px;
  float: right;
}
#wpuf-registration-form input[type=submit]:hover {
  background: #556f7a;
  color: #ffffff;
}
#wpuf-registration-form label,
#wpuf-registration-form .wpuf-label {
  font-size: 0.875rem;
  color: #757575;
}
#wpuf-registration-form a {
  font-size: 0.875rem;
}

#loginform {
  max-width: 300px;
}

form#adduser,
#loginform {
  font-size: 0.875rem;
  color: #23282d;
}
form#adduser label,
#loginform label {
  display: block;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin: 0 0 3px;
  padding: 0;
  display: block;
  color: #393939;
}
@media only screen and (max-width: 48em) {
  form#adduser label,
  #loginform label {
    font-size: 21px;
  }
}
@media only screen and (max-width: 30em) {
  form#adduser label,
  #loginform label {
    font-size: 19px;
  }
}
form#adduser label span,
#loginform label span {
  color: #f00;
}
form#adduser td.acf-field,
form#adduser tr.acf-field,
#loginform td.acf-field,
#loginform tr.acf-field {
  display: block;
  background: none;
}
form#adduser .form-table,
#loginform .form-table {
  width: 100%;
  margin-top: -1em;
}
form#adduser .form-table > tbody > .acf-field > .acf-label,
#loginform .form-table > tbody > .acf-field > .acf-label {
  width: unset;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: 20px 0 0;
}
form#adduser .form-table > tbody > .acf-field > .acf-input,
#loginform .form-table > tbody > .acf-field > .acf-input {
  padding: 0;
  display: block;
}
form#adduser .form-control,
form#adduser .acf-field input[type=text],
form#adduser .acf-field textarea,
#loginform .form-control,
#loginform .acf-field input[type=text],
#loginform .acf-field textarea {
  background: #f9f9f9;
  border: none;
  font-size: 1rem;
  padding: 5px 4px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e0e0e0;
}
form#adduser .form-control[type=tel],
form#adduser .acf-field input[type=text][type=tel],
form#adduser .acf-field textarea[type=tel],
#loginform .form-control[type=tel],
#loginform .acf-field input[type=text][type=tel],
#loginform .acf-field textarea[type=tel] {
  padding-left: 52px;
  padding-right: 6px;
}
form#adduser .form-control::placeholder,
form#adduser .acf-field input[type=text]::placeholder,
form#adduser .acf-field textarea::placeholder,
#loginform .form-control::placeholder,
#loginform .acf-field input[type=text]::placeholder,
#loginform .acf-field textarea::placeholder {
  color: #95918f;
}
form#adduser .form-control:focus,
form#adduser .acf-field input[type=text]:focus,
form#adduser .acf-field textarea:focus,
#loginform .form-control:focus,
#loginform .acf-field input[type=text]:focus,
#loginform .acf-field textarea:focus {
  outline: none;
}
form#adduser .acf-field textarea,
#loginform .acf-field textarea {
  height: 6.25rem;
}
form#adduser ul.acf-checkbox-list li,
#loginform ul.acf-checkbox-list li {
  display: block;
}
form#adduser ul.acf-checkbox-list li:before,
#loginform ul.acf-checkbox-list li:before {
  content: none;
}
form#adduser input[type=checkbox],
#loginform input[type=checkbox] {
  width: auto;
  accent-color: #007360;
}
form#adduser input#updateuser,
form#adduser #wp-submit,
#loginform input#updateuser,
#loginform #wp-submit {
  width: 100%;
  max-width: 300px;
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 1.5rem;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #007360;
  border-color: #007360;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
form#adduser input#updateuser:hover,
form#adduser #wp-submit:hover,
#loginform input#updateuser:hover,
#loginform #wp-submit:hover {
  background-color: #005a4b;
  border-color: #005a4b;
}
form#adduser input#updateuser:disabled,
form#adduser #wp-submit:disabled,
#loginform input#updateuser:disabled,
#loginform #wp-submit:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

#adduser #acf-form-data + h2 {
  display: none !important;
}

body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield .gfield_label {
  display: block;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin: 0 0 13px;
  padding: 0;
  display: block;
  color: #393939;
}
body .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 16px;
}
body .gform_wrapper.gravity-theme input,
body .gform_wrapper.gravity-theme select {
  background: #f9f9f9;
  border: none;
  font-size: 1rem;
  padding: 5px 4px;
  width: 100%;
  max-width: 300px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e0e0e0 !important;
}
body .gform_wrapper.gravity-theme input[type=checkbox],
body .gform_wrapper.gravity-theme select[type=checkbox] {
  width: auto;
}
body .gform_wrapper.gravity-theme input[type=submit],
body .gform_wrapper.gravity-theme select[type=submit] {
  width: 100%;
  max-width: 300px;
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #007360;
  border-color: #007360;
}

.switch {
  --false: #dc3545;
  --true: #007360;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem;
}
.switch .switch-label {
  padding: 0 !important;
}

input[type=checkbox].switch-input {
  appearance: none;
  height: 2rem;
  width: 3.5rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.2em;
  cursor: pointer;
  border: 1px solid #000;
}

input[type=checkbox].switch-input::before {
  content: "";
  display: block;
  height: 1.9em;
  width: 1.9em;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 1.25em;
  background-color: var(--false);
  border-radius: 0.2em;
  transition: 0.3s ease;
}

input[type=checkbox].switch-input:checked::before {
  background-color: var(--true);
  left: calc(100% - 1.25em);
}

/** @format */
body .acf-fields {
  width: 100%;
  /** Hide acf label utility class   **/
  /* Visibility */
  /** Acf label styles **/
  /** Acf field styles **/
  /** Acf field  input styles **/
  /** Acf field  textarea styles **/
  /**
  * ACF Radio buttons
  **/
  /**
     Acf file upload field **/
}
body .acf-fields .hidden_label .acf-label {
  display: none;
}
body .acf-fields input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  min-height: 1.15em;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
}
@media only screen and (max-width: 48em) {
  body .acf-fields input[type=radio] {
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
    min-height: 1.5em;
  }
}
body .acf-fields input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #007360;
}
body .acf-fields input[type=radio]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
body .acf-fields input[type=radio]:checked::before {
  transform: scale(1);
}
body .acf-fields input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  min-height: 1.15em;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
}
@media only screen and (max-width: 48em) {
  body .acf-fields input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
    min-height: 1.5em;
  }
}
body .acf-fields input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #007360;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
body .acf-fields input[type=checkbox]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
body .acf-fields input[type=checkbox]:disabled {
  --form-control-color: #959495;
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
body .acf-fields input[type=checkbox]:checked::before {
  transform: scale(1);
}
body .acf-fields .acf-frontend-hidden {
  display: none !important;
}
body .acf-fields .acf-notice.-error p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0.5em 0;
  text-shadow: none;
  font-weight: 500;
  color: inherit;
}
body .acf-fields .acf-repeater .acf-row {
  display: flex;
  flex-direction: column;
}
body .acf-fields .acf-repeater .acf-button.button-primary {
  display: inline-block;
  margin: 4px 0;
  background: #007360;
  padding: 0.5rem;
  border-radius: 0.25rem;
  color: #ffffff;
  line-height: 1;
  font-size: 1rem;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
body .acf-fields .acf-repeater .acf-button.button-primary:hover {
  opacity: 0.9;
}
body .acf-fields .skeleton {
  width: 100%;
}
body .acf-fields .skeleton .acf-input {
  width: 100%;
  height: 44px;
  cursor: progress;
  background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px;
  animation: loading 1.5s infinite;
}
body .acf-fields .skeleton .select2-container,
body .acf-fields .skeleton input,
body .acf-fields .skeleton select {
  display: none;
}
body .acf-fields .acf-field .acf-label label {
  display: block;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  margin: 0 0 3px;
  padding: 0;
  display: block;
  color: #393939;
}
@media only screen and (max-width: 48em) {
  body .acf-fields .acf-field .acf-label label {
    font-size: 21px;
  }
}
@media only screen and (max-width: 30em) {
  body .acf-fields .acf-field .acf-label label {
    font-size: 19px;
  }
}
body .acf-fields .acf-field .acf-label .description {
  font-style: italic;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #007360;
}
@media only screen and (max-width: 48em) {
  body .acf-fields .acf-field .acf-label .description {
    font-size: 16px;
  }
}
body .acf-fields .acf-field-group {
  padding: 15px 12px;
}
body .acf-fields .acf-field-group.section-header > .acf-label {
  padding: 0px 0 0 12px;
}
body .acf-fields .acf-field-group.section-header > .acf-label > label {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  color: #007360;
  font-weight: 600;
}
@media only screen and (max-width: 48em) {
  body .acf-fields .acf-field-group.section-header > .acf-label > label {
    font-size: 20px;
  }
}
body .acf-fields .acf-field-group .-border {
  border: none;
}
body .acf-fields > .acf-field {
  border: none;
  margin-bottom: 0;
}
body .acf-fields .acf-field input[type=text],
body .acf-fields .acf-field input[type=password],
body .acf-fields .acf-field input[type=date],
body .acf-fields .acf-field input[type=datetime],
body .acf-fields .acf-field input[type=datetime-local],
body .acf-fields .acf-field input[type=email],
body .acf-fields .acf-field input[type=month],
body .acf-fields .acf-field input[type=number],
body .acf-fields .acf-field input[type=search],
body .acf-fields .acf-field input[type=tel],
body .acf-fields .acf-field input[type=time],
body .acf-fields .acf-field input[type=url],
body .acf-fields .acf-field input[type=week],
body .acf-fields .acf-field textarea,
body .acf-fields .acf-field select {
  background: #f9f9f9;
  border: none;
  font-size: 1rem;
  padding: 5px 4px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e0e0e0;
}
body .acf-fields .acf-field input[type=text][type=tel],
body .acf-fields .acf-field input[type=password][type=tel],
body .acf-fields .acf-field input[type=date][type=tel],
body .acf-fields .acf-field input[type=datetime][type=tel],
body .acf-fields .acf-field input[type=datetime-local][type=tel],
body .acf-fields .acf-field input[type=email][type=tel],
body .acf-fields .acf-field input[type=month][type=tel],
body .acf-fields .acf-field input[type=number][type=tel],
body .acf-fields .acf-field input[type=search][type=tel],
body .acf-fields .acf-field input[type=tel][type=tel],
body .acf-fields .acf-field input[type=time][type=tel],
body .acf-fields .acf-field input[type=url][type=tel],
body .acf-fields .acf-field input[type=week][type=tel],
body .acf-fields .acf-field textarea[type=tel],
body .acf-fields .acf-field select[type=tel] {
  padding-left: 52px;
  padding-right: 6px;
}
body .acf-fields .acf-field input[type=text]::placeholder,
body .acf-fields .acf-field input[type=password]::placeholder,
body .acf-fields .acf-field input[type=date]::placeholder,
body .acf-fields .acf-field input[type=datetime]::placeholder,
body .acf-fields .acf-field input[type=datetime-local]::placeholder,
body .acf-fields .acf-field input[type=email]::placeholder,
body .acf-fields .acf-field input[type=month]::placeholder,
body .acf-fields .acf-field input[type=number]::placeholder,
body .acf-fields .acf-field input[type=search]::placeholder,
body .acf-fields .acf-field input[type=tel]::placeholder,
body .acf-fields .acf-field input[type=time]::placeholder,
body .acf-fields .acf-field input[type=url]::placeholder,
body .acf-fields .acf-field input[type=week]::placeholder,
body .acf-fields .acf-field textarea::placeholder,
body .acf-fields .acf-field select::placeholder {
  color: #95918f;
}
body .acf-fields .acf-field input[type=text]:focus,
body .acf-fields .acf-field input[type=password]:focus,
body .acf-fields .acf-field input[type=date]:focus,
body .acf-fields .acf-field input[type=datetime]:focus,
body .acf-fields .acf-field input[type=datetime-local]:focus,
body .acf-fields .acf-field input[type=email]:focus,
body .acf-fields .acf-field input[type=month]:focus,
body .acf-fields .acf-field input[type=number]:focus,
body .acf-fields .acf-field input[type=search]:focus,
body .acf-fields .acf-field input[type=tel]:focus,
body .acf-fields .acf-field input[type=time]:focus,
body .acf-fields .acf-field input[type=url]:focus,
body .acf-fields .acf-field input[type=week]:focus,
body .acf-fields .acf-field textarea:focus,
body .acf-fields .acf-field select:focus {
  outline: none;
}
body .acf-fields .is-full-booked input[type=radio],
body .acf-fields .is-full-booked label, body .acf-fields .is-full-booked {
  cursor: not-allowed;
}
body .acf-fields .kurstillfalle-span.full-booked {
  opacity: 0.5;
  cursor: not-allowed;
  margin-bottom: 0 !important;
  text-decoration: line-through;
}
body .acf-fields .kurstillfalle-span .span-full-booked {
  color: #922848 !important;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 0.5rem;
  display: inline-flex;
  font-weight: 700 !important;
}
body .acf-fields .acf-field textarea {
  border-bottom: none;
}
body .acf-fields .acf-field textarea:focus {
  outline: none;
  border-bottom: none;
}
body .acf-fields .acf-field textarea:hover {
  border-bottom: none;
}
body .acf-fields .acf-radio-list li label {
  font-size: initial;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
@media only screen and (max-width: 64em) {
  body .acf-fields .acf-radio-list li label {
    gap: 1em;
  }
}
body .acf-fields .acf-radio-list.acf-bl li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@keyframes loading {
  to {
    background-position: 315px 0, 0 0, 0 190px, 50px 195px;
  }
}
body .acf-fields .acf-field-file .acf-basic-uploader {
  /*      display: flex;
           justify-content:center; */
  position: relative;
  width: 100%;
  display: flex;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 0.5rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
body .acf-fields .acf-field-file .acf-basic-uploader .upload-container,
body .acf-fields .acf-field-file .acf-basic-uploader .preview ul li {
  position: relative;
  width: 100%;
  display: flex;
  min-width: 100%;
}
body .acf-fields .acf-field-file .acf-basic-uploader .upload-container:hover,
body .acf-fields .acf-field-file .acf-basic-uploader .preview ul li:hover {
  cursor: pointer;
}
body .acf-fields .acf-field-file .acf-basic-uploader .fileupload-label {
  flex: 1;
  text-align: center;
}
body .acf-fields .acf-field-file .acf-basic-uploader svg {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-5px, -50%);
  -moz-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  -o-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}
body .acf-fields .acf-field-file .acf-basic-uploader input {
  opacity: 0;
  width: 0;
  height: 0;
}
body .acf-fields .acf-field-file .acf-basic-uploader .preview {
  width: 100%;
}
body .acf-fields .acf-field-file .acf-basic-uploader .preview ul li {
  position: relative;
  width: 100%;
}
body .acf-fields .acf-field-file .acf-basic-uploader .preview img {
  width: 36px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(-5px, -50%);
  -moz-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  -o-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
}
body .acf-fields .acf-field-file .acf-basic-uploader .preview .fileupload-label {
  flex: 0 0 50%;
  margin: 0 auto;
  font-size: 14px;
}

.acf-form-submit input[type=submit] {
  width: 100%;
  max-width: 300px;
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #007360;
  border-color: #007360;
  margin-left: 12px;
}
.acf-form-submit input[type=submit]:hover {
  background-color: #005a4b;
  border-color: #005a4b;
}
.acf-form-submit input[type=submit]:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

#pancert-anmalan {
  /* 	width: calc(100% + 24px);
  margin: 0 -12px; */
  border: 1px solid #e6e6e6;
  padding: 2rem 1.5rem;
  padding-top: 0;
}
#pancert-anmalan .acf-fields .acf-field[data-width] + .acf-field[data-width] {
  border-left: none;
}
#pancert-anmalan .acf-fields .acf-field {
  padding-top: 0;
}
#pancert-anmalan .acf-fields [data-name=deltagare] > .acf-input {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#pancert-anmalan .acf-fields [data-name=deltagare] > .acf-label {
  display: none;
}
#pancert-anmalan .acf-fields [data-name=deltagare] .acf-table {
  border: none;
  background: transparent;
  margin-top: 25px;
  margin-bottom: 0;
}
#pancert-anmalan .acf-fields [data-name=deltagare] .acf-table .acf-row .acf-row-handle {
  display: none;
}
#pancert-anmalan .acf-fields [data-name=deltagare] .acf-table .acf-row .acf-row-handle span {
  display: flex;
  align-items: center;
}
#pancert-anmalan .acf-fields [data-name=deltagare] .acf-table .acf-row > .acf-fields {
  border: none;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul {
  margin-left: 0em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li {
  text-indent: 0;
  padding-left: 0;
  width: 100%;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li:before,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li:before {
  display: none;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li label,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li label {
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  margin-bottom: 0.5rem;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li label:hover,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li label:hover {
  cursor: pointer;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li label strong,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li label strong {
  font-weight: 600;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li label.active,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li label.active {
  /* 	color: $white; */
  /* 	background: $primary-color; */
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li label input,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li label input {
  margin-right: 1rem;
}
#pancert-anmalan .acf-fields [data-name=tillfalle] .acf-input ul li label span,
#pancert-anmalan .acf-fields [data-name=kryssrutor] .acf-input ul li label span {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #757575;
  line-height: 1.618;
  margin-bottom: 1em;
}

body button.pancert-btn,
body a.pancert-btn:link,
body a.pancert-btn:visited {
  font-weight: 400;
  margin: 0 auto;
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0.2rem;
}
body button.pancert-btn.center,
body a.pancert-btn:link.center,
body a.pancert-btn:visited.center {
  margin: 0 auto;
  display: block;
}
body button.pancert-btn.green,
body a.pancert-btn:link.green,
body a.pancert-btn:visited.green {
  color: #fff;
  background-color: #007360;
  border-color: #007360;
}
body button.pancert-btn.green:hover,
body a.pancert-btn:link.green:hover,
body a.pancert-btn:visited.green:hover {
  background-color: #005a4b;
  border-color: #005a4b;
}
body button.pancert-btn.lightblue,
body a.pancert-btn:link.lightblue,
body a.pancert-btn:visited.lightblue {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
body button.pancert-btn.lightblue:hover,
body a.pancert-btn:link.lightblue:hover,
body a.pancert-btn:visited.lightblue:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
body button.pancert-btn.red,
body a.pancert-btn:link.red,
body a.pancert-btn:visited.red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
body button.pancert-btn.red:hover,
body a.pancert-btn:link.red:hover,
body a.pancert-btn:visited.red:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
body button.pancert-btn.yellow,
body a.pancert-btn:link.yellow,
body a.pancert-btn:visited.yellow {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
body button.pancert-btn.yellow:hover,
body a.pancert-btn:link.yellow:hover,
body a.pancert-btn:visited.yellow:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
}
body button.pancert-btn.gray,
body a.pancert-btn:link.gray,
body a.pancert-btn:visited.gray {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
body button.pancert-btn.gray:hover,
body a.pancert-btn:link.gray:hover,
body a.pancert-btn:visited.gray:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
body button.pancert-btn:disabled,
body a.pancert-btn:link:disabled,
body a.pancert-btn:visited:disabled {
  background: #6b7280;
  color: #ffffff;
  cursor: not-allowed;
  border-color: #6b7280;
}
body button.pancert-btn:disabled:hover,
body a.pancert-btn:link:disabled:hover,
body a.pancert-btn:visited:disabled:hover {
  color: #fff;
  background: #6b7280;
  border-color: #6b7280;
}

#adminKurser thead th {
  font-size: 14px;
}
#adminKurser thead th:nth-last-child(-n+5) {
  padding-left: 0;
  padding-right: 0;
}
#adminKurser thead th .text-center {
  text-align: center;
}
#adminKurser > tbody td {
  padding: 0.5rem 0.5rem;
}
#adminKurser > tbody td:nth-last-child(-n+5) {
  padding-left: 0;
  padding-right: 0;
}
#adminKurser > tbody td .text-center {
  text-align: center;
}
#adminKurser > tbody td:not(.no-sort) {
  padding-right: 30px;
}
#adminKurser td.delete-row > .delete-kurs {
  display: flex;
  justify-content: center;
  align-items: center;
}
#adminKurser td.delete-row > .delete-kurs svg {
  color: white;
}

.table.dataTable {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table.dataTable > tbody {
  vertical-align: middle;
}
.table.dataTable > tbody tr.disabled-row {
  color: #9ca3af;
}
.table.dataTable > tbody tr.avanmald-row {
  color: #dc3545;
}
.table.dataTable > tbody td {
  padding: 1rem 0.5rem;
  font-size: 13px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}
.table.dataTable .even {
  background-color: transparent;
}
.table.dataTable .odd {
  background-color: transparent;
}
.table.dataTable > thead {
  vertical-align: bottom;
}
.table.dataTable > thead tr {
  background: transparent;
  vertical-align: bottom;
}
.table.dataTable > thead th {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}
.table.dataTable > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}
.table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}

.caption-top {
  caption-side: top;
}

body ul.anmalnings-list {
  margin-left: 0em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
body ul.anmalnings-list li {
  text-indent: 0;
  padding-left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
}
body ul.anmalnings-list li::before {
  display: none;
}
body ul.anmalnings-list li .list-box-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
body ul.anmalnings-list li .list-box {
  border: 1px solid #007360;
  padding: 0;
  /*
  			&:nth-child(2) {
  				min-width: 181px;
  			} */
}
body ul.anmalnings-list li .list-box h5 {
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 100%;
  background: #007360;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}
body ul.anmalnings-list li .list-box span {
  padding: 0.25rem 1rem 0.25rem 1rem;
  display: block;
  font-size: 13px;
}
body ul.anmalnings-list li .list-box:nth-child(1) {
  min-width: 181px;
}

div.dataTables_wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
div.dataTables_wrapper table {
  max-width: 100% !important;
}

/**
* * Dialog !!!! ----
*/
.dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.dialog-container h1 {
  font-size: 1.25rem;
}
.dialog-container.ny-kurs-container .dialog-content {
  max-width: 1100px;
  width: 100%;
}
.dialog-container.delete-modal .dialog-content {
  max-width: 400px;
  width: 100%;
}
.dialog-container.delete-modal #modal-delete-kurs-title {
  text-align: center;
  color: #dc3545;
  width: 100%;
  margin-bottom: 1rem;
}
.dialog-container.delete-modal .modal-form-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.dialog-container.delete-modal .modal-form-content > button {
  flex: 1;
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.dialog-container.delete-modal .modal-form-content > button:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.dialog-container.delete-modal .modal-form-content > button#delete-kurs-comfirm {
  color: #fff;
  background-color: #007360;
  border-color: #007360;
}
.dialog-container.delete-modal .modal-form-content > button#delete-kurs-comfirm:hover {
  background-color: #005a4b;
  border-color: #005a4b;
}
.dialog-container.delete-modal .modal-form-content > button:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.dialog-container #pancert-nykurs .acf-fields,
.dialog-container #pancert-edit-kurs .acf-fields {
  max-height: 70vh;
  overflow-y: scroll;
  max-width: calc(100% + 24px);
  overflow-x: hidden;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
.dialog-container #pancert-nykurs .acf-fields .acf-repeater .acf-row,
.dialog-container #pancert-edit-kurs .acf-fields .acf-repeater .acf-row {
  display: table-row;
}
.dialog-container #pancert-nykurs .acf-fields .acf-repeater .acf-row .-left > .acf-field[data-width],
.dialog-container #pancert-edit-kurs .acf-fields .acf-repeater .acf-row .-left > .acf-field[data-width] {
  padding: 0.25rem;
}
.dialog-container #pancert-edit-bokning .acf-fields {
  max-height: 70vh;
  overflow-y: scroll;
  max-width: calc(100% + 24px);
  overflow-x: hidden;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
.dialog-container #pancert-edit-bokning .acf-repeater .acf-row {
  display: table-row;
}
.dialog-container #pancert-edit-bokning .acf-repeater .acf-row .-left > .acf-field[data-width] {
  padding: 0.25rem;
}
.dialog-container #pancert-edit-bokning [data-name=kryssrutor_kurs] .acf-table thead {
  display: none;
}
.dialog-container #pancert-edit-bokning [data-name=kryssrutor_kurs] [data-name=vald].acf-hidden {
  display: block !important;
}
.dialog-container #pancert-edit-bokning [data-name=kryssrutor_kurs] .acf-actions {
  display: none;
}
.dialog-container #pancert-edit-bokning [data-name=kryssrutor_kurs] .acf-row-handle {
  display: none;
}
.dialog-container .acf-fields {
  width: calc(100% + 24px);
  margin: 0 -12px;
}
.dialog-container .acf-fields > .acf-field {
  margin-bottom: 0.25rem;
}
.dialog-container .acf-fields > .acf-field-group {
  padding-bottom: 0;
}
.dialog-container .acf-fields > .acf-field-group > .acf-label {
  dispaly: none;
}
.dialog-container [data-name=deltagare_single] .acf-fields {
  display: flex;
  flex-wrap: wrap;
}
.dialog-container [data-name=deltagare_single] .acf-fields > .acf-field {
  flex: 0 0 50%;
}
.dialog-container [data-name=tillfalle] .acf-hidden {
  display: block !important;
}
.dialog-container [data-name=tillfalle] [data-name=rowid].acf-hidden {
  display: none !important;
}
.dialog-container .acf-field input[type=text],
.dialog-container .acf-field input[type=password],
.dialog-container .acf-field input[type=date],
.dialog-container .acf-field input[type=datetime],
.dialog-container .acf-field input[type=datetime-local],
.dialog-container .acf-field input[type=email],
.dialog-container .acf-field input[type=month],
.dialog-container .acf-field input[type=number],
.dialog-container .acf-field input[type=search],
.dialog-container .acf-field input[type=tel],
.dialog-container .acf-field input[type=time],
.dialog-container .acf-field input[type=url],
.dialog-container .acf-field input[type=week],
.dialog-container .acf-field textarea,
.dialog-container .acf-field select {
  color: #929292;
}
.dialog-container .acf-field input[type=text].changed-input,
.dialog-container .acf-field input[type=password].changed-input,
.dialog-container .acf-field input[type=date].changed-input,
.dialog-container .acf-field input[type=datetime].changed-input,
.dialog-container .acf-field input[type=datetime-local].changed-input,
.dialog-container .acf-field input[type=email].changed-input,
.dialog-container .acf-field input[type=month].changed-input,
.dialog-container .acf-field input[type=number].changed-input,
.dialog-container .acf-field input[type=search].changed-input,
.dialog-container .acf-field input[type=tel].changed-input,
.dialog-container .acf-field input[type=time].changed-input,
.dialog-container .acf-field input[type=url].changed-input,
.dialog-container .acf-field input[type=week].changed-input,
.dialog-container .acf-field textarea.changed-input,
.dialog-container .acf-field select.changed-input {
  color: #1c1c1b;
}
.dialog-container .acf-form-submit {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-container .acf-form-submit > input[type=submit] {
  margin-left: 0;
}
.dialog-container .acf-form-submit > button {
  width: 100%;
  max-width: 300px;
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.dialog-container .acf-form-submit > button:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.dialog-container .acf-form-submit > button:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/**
 * 1. Make sure the dialog container and all its descendants are not
 *    visible and not focusable when it is hidden.
 */
.dialog-container[aria-hidden=true] {
  display: none;
  /* 1 */
}

/**
 * 1. Make the overlay look like an overlay.
 */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.9);
  animation: fade-in 200ms both;
}

/**
 * 1. Vertically and horizontally center the dialog in the page.
 * 2. Make sure the dialog sits on top of the overlay.
 * 3. Make sure the dialog has an opaque background.
 */
.dialog-content {
  background-color: rgb(255, 255, 255);
  margin: auto;
  z-index: 2;
  position: relative;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  width: 800px;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  aling-items: center;
}
.dialog-content #avanmal {
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.dialog-content #avanmal:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.dialog-content #avanmal:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.dialog-content .modal-form-content {
  flex: 1 1 100%;
}

.dialog-close-btn {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
}

@media screen and (min-width: 700px) {
  .dialog-close-btn {
    top: 1em;
    right: 1em;
  }
}
@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
/**
* * Dialog END !!!! ----
*/
body.page-template-pagetemplate-bokningar #ui-datepicker-div {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#ny-kurs {
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.5rem 2rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #007360;
  border-color: #007360;
}
#ny-kurs:hover {
  color: #fff;
  background-color: #004035;
  border-color: #004035;
}
#ny-kurs:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

#adminBokningar_wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#adminBokningar_wrapper .dt-buttons,
#adminBokningar_wrapper #adminBokningar_filter {
  margin-bottom: 1rem;
}
#adminBokningar_wrapper .buttons-excel {
  display: block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.5rem 2rem;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #007360;
  border-color: #007360;
}
#adminBokningar_wrapper .buttons-excel:hover {
  color: #fff;
  background-color: #004035;
  border-color: #004035;
}
#adminBokningar_wrapper .buttons-excel:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
#adminBokningar_wrapper .dataTables_scroll {
  flex: 1 1 100%;
  max-width: 100%;
}

.custom-container {
  margin: 32px calc(50% - 45vw);
  max-width: 90vw;
  width: 100vw;
}

/* The alert message box */
.bokning-alert {
  padding: 20px;
  background-color: #007360;
  /* Red */
  color: white;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.6s;
  /* 600ms to fade out */
}
.bokning-alert.danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* The close button */
.bokning-alert-closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.status-filter-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.status-filter-list li {
  margin: 0;
  text-indent: 0;
}
.status-filter-list li::before {
  display: none;
}
.status-filter-list li button {
  text-transform: initial;
}

.no-faktura-epost .acf-field-6214f05076846 {
  width: 100% !important;
}

.no-specialkost .acf-field-6214f01876844 {
  display: none;
}
.no-specialkost .acf-field-6214f03d76845 {
  width: 100% !important;
}

[data-kost="0"] .acf-field-6216129a81f3d {
  display: none;
}
[data-kost="0"] .acf-field-621612a381f3e {
  width: 100% !important;
}

table tr[data-deltagit=Ja] td {
  background: #007360;
  color: #ffffff;
  border: #007360;
}
table tr[data-deltagit=Ja] td input[type=checkbox] {
  cursor: not-allowed;
}

.full-booked {
  color: #922848 !important;
  font-weight: bold;
  display: inline-flex;
  font-size: 1.125rem;
}

#adminKurser td {
  max-width: 150px;
  overflow: hidden;
}

/* Course title in corner */
tr.position-relative {
  position: relative;
}

.course-title-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666;
  border-radius: 3px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}

/* Truncation and ellipsis styles */
.text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/* Content truncation for multi-line content */
.content-truncate {
  max-width: 150px;
  overflow: hidden;
  display: block;
}

.content-truncate > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/* Tooltip styles */
[title]:hover {
  position: relative;
  /* 	cursor: help; */
}

/* Handle multiline content better */
#adminKurser td div + div {
  margin-top: 2px;
  padding-top: 2px;
  border-top: 1px dotted #eee;
}

/* Screen reader only class */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Improve button icon styling */
.pancert-btn svg {
  vertical-align: middle;
  margin: 0 auto;
}

/* Make action buttons a consistent width */
.pancert-btn {
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.year-filter-list, .status-filter-list {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
.year-filter-list button, .status-filter-list button {
  flex: 1;
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #6c757d;
  border-radius: 0.2rem;
  transition: 0.15s ease-in-out;
  font-size: 14px;
  padding: 0.5rem 1rem;
  margin: 0;
  color: #6c757d;
}
.year-filter-list button:hover, .status-filter-list button:hover {
  transform: translateY(-1px);
}
.year-filter-list button.active, .status-filter-list button.active {
  background-color: #007360;
  color: #fff;
}

/* Responsive table styling */
.table-responsive {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
  .table-responsive {
    max-height: 70vh;
    overflow-y: auto;
  }
  #adminBokningar th,
  #adminBokningar td {
    white-space: nowrap;
  }
}
/* Styling for anmälnings-list */
.anmalnings-list {
  margin-bottom: 1.5rem;
}

.anmalnings-list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

/* Style button icons for consistency */
.pancert-btn svg {
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  height: 13px;
}

/* Responsive table styling */
.table-responsive {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
  .table-responsive {
    max-height: 70vh;
    overflow-y: auto;
  }
  #adminKurser th,
  #adminKurser td {
    white-space: nowrap;
  }
}
/* Filter container styling */
#kursFilters {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: flex-end;
}

.filter-container {
  margin-bottom: 10px;
}
.filter-container.main-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-container [data-filter-container] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 0 0 0;
}

.filter-container .input-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.filter-container .input-group input {
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  padding: 0.36rem 0.5rem;
  font-size: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filter-container .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: text;
}

.filter-section {
  margin-bottom: 5px;
}

.filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #646b71;
}

/* Year and status filter buttons */
.year-filter, .status-filter {
  min-width: 60px;
  margin: 0 3px 5px 0;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #fff;
  color: #6c757d;
  border: 1px solid #6c757d;
}

/* Button states */
.year-filter.active, .status-filter.active {
  background-color: #198754;
  color: white;
  border-color: #198754;
}

.year-filter:hover, .status-filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Gap utility for spacing buttons */
.gap-1 {
  gap: 0.25rem !important;
}

/* Year filter list and status filter list */
.year-filter-list, .status-filter-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Make visually hidden content accessible to screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Notification styling */
.status-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: white;
  font-weight: seimbold;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease;
}

.status-notification.success {
  background-color: #007360;
}

.status-notification.info {
  background-color: #6c757d;
}

.status-notification.error {
  background-color: #dc3545;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Status checkboxes for course sessions */
.status-checkboxes {
  display: flex;
  gap: 15px;
}

.status-checkbox-wrapper {
  position: relative;
}

.status-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.status-checkbox:hover {
  background-color: #f5f5f5;
}

.status-checkbox .checkbox-label {
  margin-right: 8px;
  padding: 0 !important;
  font-weight: 500;
  font-size: 14px;
}

.status-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.status-checkbox .checkbox-indicator {
  position: relative;
  height: 22px;
  width: 22px;
  padding: 0 !important;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* On mouse-over, add a grey background color */
.status-checkbox:hover input ~ .checkbox-indicator {
  background-color: #ccc;
}

/* When the checkbox is checked, add the appropriate color */
.genomford-checkbox input:checked ~ .checkbox-indicator {
  background-color: #007360;
  border-color: #007360;
}

.installd-checkbox input:checked ~ .checkbox-indicator {
  background-color: #9e4931;
  border-color: #9e4931;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.status-checkbox input:checked ~ .checkbox-indicator:after {
  display: block;
}

/* Disabled state */
.status-checkbox input:disabled ~ .checkbox-indicator {
  opacity: 0.6;
  cursor: not-allowed;
}

.status-checkbox input:disabled ~ .checkbox-label {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjust spacing in anmälnings-list */
.anmalnings-list .list-box {
  margin-bottom: 10px;
}

/* Extend bokning-alert styling for our status types */
.bokning-alert.success {
  background-color: #4CAF50;
  color: white;
}

.bokning-alert.error {
  background-color: #F44336;
  color: white;
}

.bokning-alert.info {
  background-color: #2196F3;
  color: white;
}

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