@charset "UTF-8";
/*
Theme Name: CuS 2021
Theme URI: https://www.casinoutanspelgräns.se
Description: Theme for CuS
Author: CC
Version: 1.4
*/
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: "Space Mono", monospace;
  background: #fbfbfb;
}

.wow {
  visibility: hidden;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Space Grotesk", sans-serif;
  color: #191919;
  line-height: 1.3;
  word-wrap: break-word;
  hyphens: auto;
}

h1, .h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #191919;
  line-height: 1.3;
  margin-bottom: 0.425rem;
  word-wrap: break-word;
  hyphens: auto;
}
h1.page-hero__title, .h1.page-hero__title {
  font-size: 2.75rem;
}
@media only screen and (max-width: 64em) {
  h1.page-hero__title, .h1.page-hero__title {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 64em) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: 1.875rem;
  font-weight: 900;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 64em) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
h3.news-title, .h3.news-title {
  font-size: 1.25rem;
}
@media only screen and (max-width: 64em) {
  h3.news-title, .h3.news-title {
    font-size: 1.125rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
h4.news-title, .h4.news-title {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 64em) {
  h4, .h4 {
    font-size: 1.125rem;
  }
}

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

p {
  font-family: "Space Mono", monospace;
  font-size: 1em;
  font-weight: 400;
  color: #686E74;
  line-height: 1.618;
  margin-bottom: 1em;
}
p.xl-copy {
  font-size: 1.25rem;
}
p.columned-text {
  column-count: 2;
  column-gap: 3.125rem;
  -moz-column-count: 2;
  -moz-column-gap: 3.125rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3.125rem;
}
@media only screen and (max-width: 64em) {
  p.columned-text {
    -column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
p a:link,
p a:visited {
  color: #191919;
}
p a:link:hover,
p a:visited:hover {
  color: #ABE86A;
}

#breadcrumbs {
  font-size: 1rem;
}

a:link,
a:visited {
  color: #191919;
  -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: #ABE86A;
}

.link-arrow,
p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-weight: 500;
}
.link-arrow:after,
p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 2px;
  right: -24px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(assets/img/fire_arrow.svg);
}

strong {
  font-weight: 700;
}

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

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

blockquote:before {
  color: #191919;
  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;
}

.absolute {
  position: absolute;
}

.bottom {
  bottom: 1.5rem;
  left: 3.125rem;
  margin-bottom: 0;
}

.excerpt {
  position: relative;
  overflow: hidden;
  max-height: 54px;
  word-break: break-all;
}
.excerpt:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 32px;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfbfb+0,fbfbfb+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(251, 251, 251, 0) 0%, rgb(251, 251, 251) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(251, 251, 251, 0) 0%, rgb(251, 251, 251) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(251, 251, 251, 0) 0%, rgb(251, 251, 251) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00fbfbfb", endColorstr="#fbfbfb",GradientType=1 );
  /* IE6-9 */
}

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

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

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

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

@media only screen and (max-width: 64em) {
  .align-center-sm-screens {
    text-align: center;
  }
}

.hero-title {
  color: #ffffff;
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 64em) {
  .hero-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 48em) {
  .hero-title {
    font-size: 32px;
  }
}

.hero-description {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 64em) {
  .hero-description {
    font-size: 1.225rem;
  }
}
@media only screen and (max-width: 48em) {
  .hero-description {
    font-size: 1rem;
  }
}

p.hero-title__small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
  color: #ffffff;
  padding-bottom: 1rem;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 75em) {
  p.hero-title__small {
    font-size: 0.625rem;
  }
}
p.hero-title__small:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -102px;
  height: 2px;
  width: 204px;
  background: -moz-linear-gradient(left, rgba(255, 207, 63, 0) 0%, rgb(255, 207, 63) 50%, rgba(255, 207, 63, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 207, 63, 0) 0%, rgb(255, 207, 63) 50%, rgba(255, 207, 63, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 207, 63, 0) 0%, rgb(255, 207, 63) 50%, rgba(255, 207, 63, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffcf3f", endColorstr="#00ffcf3f",GradientType=1 );
  /* IE6-9 */
}

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

.content {
  width: 100%;
  float: left;
}
.content img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.contrasting_bg {
  width: 100%;
  float: left;
  background: #fafafa;
  border-bottom: 1px solid #f1f1f1;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid.miss-aligned,
.container.miss-aligned {
  margin-top: -120px;
}
@media only screen and (max-width: 30em) {
  .container-fluid.miss-aligned,
.container.miss-aligned {
    margin-top: -60px;
  }
}

.container-fluid {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 75em) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
@media only screen and (max-width: 64em) {
  .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.row.row-breadcrumbs {
  padding-bottom: 0;
}
.row.row-elementor, .row.row-nested {
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.row-subscribe {
  padding: 2rem 0;
}
.row.row-header {
  padding: 2rem 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;
}
@media only screen and (max-width: 64em) {
  .row.row-header {
    margin-right: 0;
    margin-left: 0;
    padding: 1.5rem 0;
  }
}
.row.row-header__xs {
  padding: 0.5rem 0;
}
.row.hero-sub {
  padding: 8.5rem 0;
}
@media only screen and (max-width: 64em) {
  .row.hero-sub {
    padding: 4.5rem 0;
  }
}
.row.border-bottom {
  padding-bottom: 3.875rem;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .row.border-bottom {
    padding-bottom: 2rem;
  }
}
.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: #e6e6e6;
  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.no-pt {
  padding-top: 0;
}
.row.less-pt {
  padding-top: 1rem;
}

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

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

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

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

  .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: 90rem;
  }
}
@media only screen and (max-width: 64em) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

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

.brandservice-elementor__col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media only screen and (max-width: 64em) {
  .mb-mb1 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 64em) {
  .mb-mb {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 64em) {
  .md-mb2 {
    margin-bottom: 2rem;
  }
}

.full-height {
  height: 100%;
}

.full-height-calc {
  height: 100%;
}
@media only screen and (max-width: 64em) {
  .full-height-calc {
    height: calc(100% - 120px);
  }
}
@media only screen and (max-width: 30em) {
  .full-height-calc {
    height: calc(100% - 70px);
  }
}

.main-logo a.logo img {
  width: 252px;
  transition: none;
}
@media only screen and (max-width: 64em) {
  .main-logo a.logo img {
    width: 166px;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .main-logo {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 64em) {
  .main-nav {
    margin-top: 11px;
  }
}

.main-nav--list {
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 64em) {
  .main-nav--list {
    font-size: 0.875rem;
    background: #248776;
    display: none;
    z-index: 11;
    -webkit-transition: transform, 0.2s;
    -moz-transition: transform, 0.2s;
    -ms-transition: transform, 0.2s;
    -o-transition: transform, 0.2s;
    transition: transform, 0.2s;
  }
  .main-nav--list.nav__toggled {
    display: block;
    background: #248776;
    -webkit-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
    -moz-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
    -ms-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
    box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
  }
}
.main-nav--list li {
  display: inline-block;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li {
    display: block;
    width: calc(100% - 64px);
    margin: 0 auto;
    background: #248776;
    text-align: left;
    border-bottom: 1px solid #2ca590;
  }
}
.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 {
  font-size: 1.125rem;
  padding-top: 16px;
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid transparent;
  -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--list li a:link:hover,
.main-nav--list li a:visited:hover {
  color: white;
  border-bottom: 4px solid white;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li a:link,
.main-nav--list li a:visited {
    font-size: 1rem;
    padding: 1.225rem 0;
    display: block;
  }
}
.main-nav--list li.current-menu-item a {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 4px solid #2FAF99;
}
.main-nav--list li ul.sub-menu {
  position: absolute;
  display: none;
  background: #191919;
  width: 300px;
  text-align: left;
  margin-top: 20px;
  left: -1.5rem;
  text-align: left;
  z-index: 1000;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.main-nav--list li ul.sub-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #191919 transparent;
  position: absolute;
  top: -8px;
  left: 2.25rem;
  z-index: 1000;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li ul.sub-menu:before {
    display: none;
  }
}
.main-nav--list li ul.sub-menu li {
  display: block;
  margin-right: 0;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li ul.sub-menu li {
    margin-left: 0;
    width: 100%;
    border-bottom: 0;
  }
}
.main-nav--list li ul.sub-menu li:first-child a:link,
.main-nav--list li ul.sub-menu li:first-child a:visited {
  padding-top: 1rem;
}
.main-nav--list li ul.sub-menu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li ul.sub-menu li:last-child {
    padding-bottom: 1rem;
  }
}
.main-nav--list li ul.sub-menu li:last-child a:link,
.main-nav--list li ul.sub-menu li:last-child a:visited {
  padding-bottom: 1rem;
}
.main-nav--list li ul.sub-menu li a:link,
.main-nav--list li ul.sub-menu li a:visited {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.618;
}
.main-nav--list li ul.sub-menu li a:link:hover,
.main-nav--list li ul.sub-menu li a:visited:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 64em) {
  .main-nav--list li ul.sub-menu li a:link,
.main-nav--list li ul.sub-menu li a:visited {
    color: #ffffff;
    padding: 0.5rem 0;
  }
  .main-nav--list li ul.sub-menu li a:link:hover,
.main-nav--list li ul.sub-menu li a:visited:hover {
    color: #ABE86A;
  }
}
@media only screen and (max-width: 64em) {
  .main-nav--list li ul.sub-menu {
    width: calc(100% - 1rem);
    position: relative;
    margin-top: 0;
    background: transparent;
    margin-left: 1rem;
    left: 0;
  }
}
.main-nav--list li.menu-item-has-children {
  position: relative;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li.menu-item-has-children:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    right: 0;
    top: 24px;
    background: url(assets/img/has_children.svg);
    background-size: 100%;
  }
  .main-nav--list li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.main-nav--list li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
.main-nav--list li.nav-item__right {
  float: right;
}
.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;
}

.burger,
.burger:before,
.burger:after {
  position: relative;
  background: #ffffff;
  width: 30px;
  height: 2px;
  display: none;
  float: right;
  cursor: pointer;
  -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;
}
@media only screen and (max-width: 64em) {
  .burger,
.burger:before,
.burger:after {
    display: block;
  }
}

.burger {
  outline: none;
  border: none;
  padding: 0;
  margin-right: 0.5rem;
  margin-top: 17px;
}

.burger:before {
  content: "";
  top: -8px;
  left: 0px;
}

.burger:after {
  content: "";
  top: 6px;
  left: 0px;
}

.burger.active {
  background: #191919;
}
.burger.active:before {
  transform: rotate(45deg);
  top: 0;
}
.burger.active:after {
  transform: rotate(-45deg);
  top: -2px;
}

.sub-nav--list {
  display: block;
  font-weight: 400;
}
.sub-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
}
.sub-nav--list li:last-child {
  margin-right: 0;
}
.sub-nav--list li a:link,
.sub-nav--list li a:visited {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sub-nav--list li a:link:hover,
.sub-nav--list li a:visited:hover {
  color: #ffffff;
}
@media only screen and (max-width: 48em) {
  .sub-nav--list li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .sub-nav--list li:last-child {
    margin-bottom: 0;
  }
}

.main-social-nav--list {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 64em) {
  .main-social-nav--list {
    display: none;
    /*right: 4rem;
    top: -2.675rem;*/
  }
}
@media only screen and (max-width: 30em) {
  .main-social-nav--list {
    top: -1.95rem;
  }
}
.main-social-nav--list li {
  display: inline-block;
  margin-right: 2.25rem;
}
.main-social-nav--list li a:link,
.main-social-nav--list li a:visited {
  color: #ABE86A;
}
.main-social-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;
}

#header {
  z-index: 9;
  position: fixed;
  float: left;
  width: 100%;
  background: rgba(25, 25, 25, 0);
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  -ms-transition: background, 0.2s;
  -o-transition: background, 0.2s;
  transition: background, 0.2s;
}
@media only screen and (max-width: 64em) {
  #header {
    height: 64px;
    background: #191919;
    -webkit-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
    -moz-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
    -ms-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
    box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
    z-index: 99999;
  }
}

.sitewide-notice {
  position: relative;
  float: left;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
}
.sitewide-notice .row {
  padding: 0.5rem 0;
}
.sitewide-notice p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.875rem;
}
@media only screen and (max-width: 64em) {
  .sitewide-notice p {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: scroll;
  }
}

.top-header,
.low-header {
  position: relative;
  float: left;
  width: 100%;
}

@media only screen and (max-width: 64em) {
  .top-header {
    height: 64px;
    z-index: 12;
  }
}

.low-header {
  background: rgba(47, 175, 153, 0.25);
  border-top: 1px solid #2FAF99;
  border-bottom: 1px solid #2FAF99;
}
@media only screen and (max-width: 64em) {
  .low-header {
    border-top: 0;
    border-bottom: 0;
    background: #248776;
    transform: translateY(-100%);
    z-index: 11;
    -webkit-transition: transform, 0.2s;
    -moz-transition: transform, 0.2s;
    -ms-transition: transform, 0.2s;
    -o-transition: transform, 0.2s;
    transition: transform, 0.2s;
  }
  .low-header.nav__toggled {
    transform: translateY(0);
  }
}

#header.state--scrolled {
  background: #191919;
  -webkit-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
  -moz-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
  -ms-box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
  box-shadow: 0 2px 24px rgba(25, 25, 25, 0.32);
}
#header.state--scrolled .row-header {
  padding: 1rem 0;
}
@media only screen and (max-width: 64em) {
  #header.state--scrolled .row-header {
    padding: 1.5rem 0;
  }
}

.icon-size--small.phone {
  margin-right: 2.5rem;
}
.icon-size--small.phone:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/phone_white.svg);
  margin-left: -32px;
  margin-top: -7px;
}
.icon-size--small.envelope:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/envelope_white.svg);
  margin-left: -32px;
  margin-top: -7px;
}
.icon-size--small.pin:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background: url(assets/img/pin_white.svg);
  margin-left: -1rem;
  margin-top: -4px;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background: #191919;
  border-top: 6px solid #2FAF99;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 64em) {
  footer {
    padding-bottom: 2rem;
  }
}
footer a:link,
footer a:visited {
  color: rgba(255, 255, 255, 0.5);
}
footer a:link:hover,
footer a:visited:hover {
  color: #ffffff;
}
footer p {
  color: rgba(255, 255, 255, 0.8);
}

img.branded-symbol {
  width: 202px;
}
@media only screen and (max-width: 75em) {
  img.branded-symbol {
    width: 202px;
  }
}

.editable h3, .editable h4, .editable h5, .editable h6 {
  margin-top: 2rem;
}
.editable p + h2 {
  margin-top: 2rem;
}
.editable p:first-of-type {
  font-size: 1.25rem;
}
.editable a:link,
.editable a:visited {
  border-bottom: 1px solid rgba(171, 232, 106, 0.7);
}
.editable a:link:hover,
.editable a:visited:hover {
  color: #2FAF99;
  border-bottom: 1px solid #ABE86A;
}
.editable ul {
  line-height: 1.618;
  color: #686E74;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.editable ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.editable ul li:before {
  content: "•";
  padding-right: 0.5em;
  color: #2FAF99;
}
.editable .gform_wapper img,
.editable .gform_body img {
  width: auto;
  height: auto;
}
.editable .gform_wapper ul li,
.editable .gform_body ul li {
  list-style-type: none;
  padding-left: 0;
  text-indent: 0;
}
.editable .gform_wapper ul li:before,
.editable .gform_body ul li:before {
  content: "";
  padding-right: 0;
}

.gform_wapper,
.gform_body {
  width: 65%;
}
@media only screen and (max-width: 64em) {
  .gform_wapper,
.gform_body {
    width: 100%;
  }
}
.gform_wapper ul li,
.gform_body ul li {
  list-style-type: none;
  padding-left: 0;
}
.gform_wapper ul li:before,
.gform_body ul li:before {
  content: "";
  padding-right: 0;
}
.gform_wapper label,
.gform_body label {
  display: inline-block;
  color: #191919;
  font-weight: 700;
}
.gform_wapper .name_first label,
.gform_wapper .name_last label,
.gform_body .name_first label,
.gform_body .name_last label {
  padding-top: 0.25rem;
  font-size: 14px;
  color: #686E74;
  font-weight: normal;
}
.gform_wapper input[type=text],
.gform_wapper input[type=email],
.gform_wapper input[type=number],
.gform_wapper input[type=tel],
.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=number],
.gform_body input[type=tel] {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  outline: none;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.gform_wapper textarea,
.gform_body textarea {
  padding: 1rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  resize: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.gform_footer {
  margin-bottom: 1rem;
}
.gform_footer input[type=submit] {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  background: #ABE86A;
  padding: 0.75rem 2rem;
  color: #191919;
  -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;
}
.gform_footer input[type=submit]:hover {
  color: #191919;
  background: #92e13e;
}
.gform_footer input[type=submit].ib {
  display: inline-block;
}

#mc_embed_signup {
  background: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
}
#mc_embed_signup.pop-active {
  display: block;
}
#mc_embed_signup p {
  margin-bottom: 0;
}
#mc_embed_signup p.paragraph-cta {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #191919;
  line-height: 1.3;
}
#mc_embed_signup p i {
  font-style: italic;
}
#mc_embed_signup input[type=email] {
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  padding: 1.125rem 1rem;
  border: 1px solid #b3b3b3;
}
#mc_embed_signup input[type=submit] {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  -webkit-appearance: none;
}

.close-pop,
a.close-pop {
  position: absolute;
  top: -1.5rem;
  right: 2rem;
  width: 42px;
  height: 42px;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
}
.close-pop img,
a.close-pop img {
  width: 14px;
  margin-top: 30%;
}

.primary-btn,
a.primary-btn,
p a.primary-btn {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  background: #1c675a;
  padding: 1.25rem 2.5rem;
  color: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only screen and (max-width: 30em) {
  .primary-btn,
a.primary-btn,
p a.primary-btn {
    padding: 1.25rem 1.25rem;
  }
}
.primary-btn:hover,
a.primary-btn:hover,
p a.primary-btn:hover {
  color: #ffffff;
  background: #227f6f;
}
.primary-btn.ib,
a.primary-btn.ib,
p a.primary-btn.ib {
  display: inline-block;
}
.primary-btn.list-adjusted,
a.primary-btn.list-adjusted,
p a.primary-btn.list-adjusted {
  padding: 1rem 2rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 64em) {
  .primary-btn.list-adjusted,
a.primary-btn.list-adjusted,
p a.primary-btn.list-adjusted {
    font-size: 0.75rem;
    padding: 0.875rem 1.5rem;
  }
}
.primary-btn.btn-outlined,
a.primary-btn.btn-outlined,
p a.primary-btn.btn-outlined {
  background: #ffffff;
  color: rgba(25, 25, 25, 0.7);
  border: 1px solid rgba(25, 25, 25, 0.3);
  padding: 0.625rem 1.25rem;
}
.primary-btn.btn-outlined:hover,
a.primary-btn.btn-outlined:hover,
p a.primary-btn.btn-outlined:hover {
  color: rgba(25, 25, 25, 0.9);
  border: 1px solid rgba(25, 25, 25, 0.7);
}

.secondary-btn,
a.secondary-btn {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  background: #ABE86A;
  padding: 0.75rem 2rem;
  color: #191919;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.secondary-btn:hover,
a.secondary-btn:hover {
  color: #191919;
  background: #92e13e;
}
.secondary-btn.ib,
a.secondary-btn.ib {
  display: inline-block;
}

.btn-toc,
a.btn-toc {
  padding: 0.875rem 1.5rem;
  display: none;
  background: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 48em) {
  .btn-toc,
a.btn-toc {
    display: inline-block;
  }
}
@media only screen and (max-width: 30em) {
  .btn-toc,
a.btn-toc {
    font-size: 0.75rem;
  }
}

.read-more {
  cursor: pointer;
}

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

.relative {
  position: relative;
}

.aboslute {
  position: absolute;
}

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

.widget {
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
}
.widget p:last-of-type {
  margin-bottom: 0;
}
.widget a:link,
.widget a:visited {
  line-height: 1.618;
  color: #191919;
}
.widget a:link:hover,
.widget a:visited:hover {
  color: #ABE86A;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget h4 {
  color: #191919;
  font-weight: 500;
}
.widget p {
  color: #686E74;
}

.hero-intro {
  position: relative;
  float: left;
  width: 100%;
  height: 82vh;
  background: #191919;
  background-size: cover;
  background-position: center;
  border-bottom: 8px solid #2FAF99;
}
@media only screen and (max-width: 64em) {
  .hero-intro {
    margin-top: 64px;
    height: 77vh;
  }
}
@media only screen and (max-width: 48em) {
  .hero-intro {
    height: auto;
    padding: 2rem 0 11.5rem 0;
  }
}
@media only screen and (max-width: 30em) {
  .hero-intro {
    height: auto;
    padding: 0 0 6.5rem 0;
  }
}

@media only screen and (max-width: 64em) {
  .main-intro h1 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 64em) {
  .main-intro p {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .main-intro {
    text-align: center;
  }
}

.hero-sub-page {
  position: relative;
  padding-top: 9rem;
  float: left;
  width: 100%;
  overflow: hidden;
  background: url(assets/img/hero_cus.jpg) no-repeat #2FAF99;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 64em) {
  .hero-sub-page {
    margin-top: 64px;
    padding-top: 0rem;
  }
}
.hero-sub-page.hero-blog {
  background: url(assets/img/hero_blog.jpg) no-repeat #2FAF99;
  background-position: center;
  background-size: cover;
}

.update-notice {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.25rem 1rem;
  right: 2rem;
  top: -48px;
  width: 352px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*&:after {
      content: "";
      position: absolute;
      left: 2rem;
      bottom: -12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 12px 0 0;
      border-color: rgba($white, 30/100) transparent transparent transparent;
  }*/
}
.update-notice p {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
  .update-notice {
    left: 50%;
    right: unset;
    margin-left: -153px;
    width: 306px;
    top: -36px;
  }
  .update-notice p {
    font-size: 12px;
  }
}

.link-list {
  position: relative;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .link-list .hidden-sm-screens-forever {
    display: none;
  }
  .link-list .hidden-sm-screens {
    display: none;
  }
  .link-list .hidden-sm-screens.show-content {
    display: block;
  }
}
.link-list__table {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .link-list__table {
    background: transparent;
    box-shadow: none;
  }
}
.link-list__table-header {
  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;
  width: 100%;
  height: 72px;
  background: #131313;
}
.link-list__table-header h2 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 72px;
}
@media only screen and (max-width: 64em) {
  .link-list__table-header h2 {
    font-size: 1rem;
    line-height: 32px;
  }
}
@media only screen and (max-width: 64em) {
  .link-list__table-header {
    height: 32px;
  }
}
.link-list__table-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;
  background: #ffffff;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
}
@media only screen and (max-width: 64em) {
  .link-list__table-row {
    border-bottom: none;
    background: #ffffff;
    padding: 1rem 0;
    -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
    box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  }
  .link-list__table-row:nth-child(odd) {
    background: #ffffff;
  }
}
.link-list__table-row .link-list__no-padding {
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .link-list__table-row .link-list__no-padding {
    padding: 0 1rem;
  }
}
.link-list__table-row .casino-rank {
  position: absolute;
  top: 1rem;
  left: -10px;
  height: 26px;
  width: 96px;
}
.link-list__table-row .casino-rank p {
  margin: 0;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.link-list__table-row .casino-rank.gold {
  background: #fdc500;
}
.link-list__table-row .casino-rank.gold:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ab8500 transparent transparent;
}
.link-list__table-row .casino-rank.silver {
  background: #ced4da;
}
.link-list__table-row .casino-rank.silver:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #a0abb7 transparent transparent;
}
.link-list__table-row .casino-rank.bronze {
  background: #9e4936;
}
.link-list__table-row .casino-rank.bronze:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #612d21 transparent transparent;
}
.link-list__table-row .link-list__padding-and-border {
  height: 100%;
  border-right: 1px solid #D8D8D8;
}
.link-list__table-row p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.link-list__table-row p.bonus-free-spins {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #191919;
  position: relative;
  display: inline;
}
.link-list__table-row p.bonus-free-spins + p {
  margin-top: 0.5rem;
}
.link-list__table-row p.disclaimer {
  padding: 0 0.5rem;
  font-size: 0.625rem;
  line-height: 1.3;
  color: rgba(104, 110, 116, 0.7);
}
.link-list__table-row p.disclaimer a {
  color: rgba(104, 110, 116, 0.7);
}
.link-list__table-row p.disclaimer a:hover {
  color: rgba(104, 110, 116, 0.8);
  text-decoration: underline;
}
.link-list__table-row ul.information li {
  font-size: 1rem;
  line-height: 1.618;
  color: #191919;
  padding-left: 1.5rem;
  position: relative;
  display: inline;
}
.link-list__table-row ul.information li:after {
  content: "";
  display: table;
  clear: both;
}
.link-list__table-row ul.information li span.icon-check {
  width: 16px;
  height: 12px;
  background: url(assets/img/bullet_one.svg);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.link-list__table-row ul.information li:nth-child(even) span.icon-check {
  background: url(assets/img/bullet_two.svg);
  background-size: 100%;
}

.only-show-sm-screens {
  display: none;
}
@media only screen and (max-width: 64em) {
  .only-show-sm-screens {
    display: block;
  }
}

.news-item {
  background: white;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.news-item:hover {
  -webkit-box-shadow: 0 0 24px rgba(25, 25, 25, 0.32);
  -moz-box-shadow: 0 0 24px rgba(25, 25, 25, 0.32);
  -ms-box-shadow: 0 0 24px rgba(25, 25, 25, 0.32);
  box-shadow: 0 0 24px rgba(25, 25, 25, 0.32);
}

.row-nested p:first-of-type {
  font-size: 1rem;
}

.team-member p:first-of-type {
  font-size: 1rem;
}
.team-member img {
  margin: 1rem 0;
  -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
}
.team-member h4 {
  margin: 0;
}
.team-member__title {
  font-size: 1rem;
}

.country-item img {
  margin-bottom: 1rem;
}

.main-article_meta .author-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 0.25rem;
}
.main-article_meta .article-meta {
  font-size: 0.875rem;
}
.main-article_meta .mini-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  background: #e6e6e6;
  border-bottom: 0 !important;
}
.main-article_meta .big-avatar_author {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.faq-wrap {
  margin-top: 2rem;
}
.faq-wrap .infobox {
  background: #EDDDD4;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.faq-wrap .infobox h2 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.faq-wrap .infobox span {
  line-height: 1.618;
  color: #44484c;
}
.faq-wrap.start-page-faq .infobox {
  background: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -moz-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  -ms-box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
  box-shadow: 0 0 14px rgba(25, 25, 25, 0.12);
}
.faq-wrap.start-page-faq .infobox h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.faq-wrap.start-page-faq .infobox span {
  line-height: 1.618;
  color: #44484c;
  font-size: 0.875rem;
}

.table-of-contents {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: right;
  font-weight: 700;
}
.table-of-contents ul {
  font-size: 0.875rem;
}
@media only screen and (max-width: 48em) {
  .table-of-contents ul {
    margin-top: 1rem;
    font-size: 0.75rem;
    display: none;
  }
}
.table-of-contents ul li {
  margin-bottom: 0.75rem;
  position: relative;
}
.table-of-contents ul li:last-child {
  margin-bottom: 0;
}
.table-of-contents ul li a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 1rem;
}
.table-of-contents ul li a:after {
  content: "⬎";
  position: absolute;
  right: 0;
  top: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.table-of-contents ul li a:hover:after {
  color: #ABE86A;
}
@media only screen and (max-width: 48em) {
  .table-of-contents ul li a {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (max-width: 64em) {
  .table-of-contents {
    text-align: left;
  }
}
@media only screen and (max-width: 48em) {
  .table-of-contents {
    text-align: center;
  }
}

.big-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.big-cta .btn-rounded {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #268f7d;
  padding: 1.25rem 2.5rem;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  -moz-box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  -ms-box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  position: relative;
  animation: backgroundcolor 1.5s infinite;
}
.big-cta .btn-rounded:hover {
  color: #ffffff;
  background: #227f6f;
  animation: none;
}
@media only screen and (max-width: 30em) {
  .big-cta .btn-rounded {
    padding: 1.25rem 1.25rem;
    font-size: 0.75rem;
  }
}

.big-artikel-cta {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.big-artikel-cta .btn-rounded {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #268f7d;
  padding: 1.25rem 2.5rem;
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  -moz-box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  -ms-box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  box-shadow: 0 0 64px rgba(25, 25, 25, 0.3);
  position: relative;
  animation: backgroundcolor 1.5s infinite;
}
.big-artikel-cta .btn-rounded:hover {
  color: #ffffff;
  background: #227f6f;
  animation: none;
}
@media only screen and (max-width: 30em) {
  .big-artikel-cta .btn-rounded {
    padding: 1.25rem 1.25rem;
    font-size: 0.75rem;
  }
}

@keyframes backgroundcolor {
  0% {
    background: #268f7d;
  }
  80% {
    background: #1c675a;
  }
  100% {
    background: #268f7d;
  }
}

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