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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
}

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

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

html, body {
  height: 100%;
}

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

.wow {
  visibility: hidden;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Roboto", sans-serif;
  color: #1A1919;
  line-height: 1.3;
  text-transform: uppercase;
}

h1 {
  font-size: 2.75rem;
  font-weight: 900;
  margin-bottom: 0.425rem;
}

h2, .h2 {
  font-size: 2.25rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.875rem;
  font-weight: 900;
  margin-bottom: 0.625rem;
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

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

p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #636363;
  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: #1A1919;
}
p a:link:hover,
p a:visited:hover {
  color: #CF221F;
}

a:link,
a:visited {
  color: #1A1919;
  -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: #CF221F;
}

.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: 5px;
  right: -34px;
  content: "";
  width: 27px;
  height: 12px;
  background: url(assets/img/arrow_red.svg);
}

strong {
  font-weight: 700;
}

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

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

blockquote:before {
  color: #1A1919;
  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.75rem;
}

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

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

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

.hero-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 62px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 0.2em;
}
@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;
  }
}

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

.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: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
.row.row-header {
  height: 120px;
  padding: 1rem 0;
}
@media only screen and (max-width: 64em) {
  .row.row-header {
    height: 72px;
    margin-right: 0;
    margin-left: 0;
  }
}
.row.row-header {
  /*@include bp-sm {
    padding: 1rem 0 .625rem 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: #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;
}

.mb-0 {
  margin-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: 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;
}

.main-logo a.logo img {
  width: 292px;
  margin-top: 1.225rem;
}
@media only screen and (max-width: 64em) {
  .main-logo a.logo img {
    width: 192px;
  }
}
@media only screen and (max-width: 64em) {
  .main-logo a.logo img {
    margin-left: 1.5rem;
    margin-top: 0.225rem;
  }
}

.main-nav--list {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 4.125rem;
}
@media only screen and (max-width: 64em) {
  .main-nav--list {
    font-size: 0.875rem;
    letter-spacing: 1px;
    display: none;
    background: rgb(29.5714285714, 4.8571428571, 4.4285714286);
    margin-top: 18px;
  }
}
.main-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li {
    display: block;
    width: calc(100% - 80px);
    margin: 0 auto;
    background: rgb(29.5714285714, 4.8571428571, 4.4285714286);
    text-align: left;
    border-bottom: 1px solid rgb(65.0571428571, 10.6857142857, 9.7428571429);
  }
}
.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: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.main-nav--list li a:link:hover,
.main-nav--list li a:visited:hover {
  color: rgb(118.2857142857, 19.4285714286, 17.7142857143);
}
@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.menu-item-has-children {
  position: relative;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li.menu-item-has-children .toggle-button {
    width: 63px;
    height: 50px;
    padding: 0.75rem;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .main-nav--list li.menu-item-has-children .toggle-button:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0);
    transform: translate(-50%, 0%) rotate(0);
    background: url(assets/img/has_children.svg) no-repeat;
    background-size: 15px;
    -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.menu-item-has-children .toggle-button.tgl-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }
}
.main-nav--list li.menu-item-has-children a:link:after,
.main-nav--list li.menu-item-has-children a:visited:after {
  content: "▾";
  display: inline-block;
  margin-left: 0.25em;
  color: white;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li.menu-item-has-children a:link:after,
  .main-nav--list li.menu-item-has-children a:visited:after {
    display: none;
  }
}
.main-nav--list li.menu-item-has-children .sub-menu {
  display: none;
  z-index: 99999;
  background: #CF221F;
  background: rgba(207, 34, 31, 0.6);
  text-align: left;
  position: absolute;
  padding-top: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  left: 50%;
}
.main-nav--list li.menu-item-has-children .sub-menu li {
  border-top: none;
  padding: 0;
  text-align: left;
  margin-right: 0;
}
.main-nav--list li.menu-item-has-children .sub-menu li a:link,
.main-nav--list li.menu-item-has-children .sub-menu li a:visited {
  text-decoration: none;
  padding: 0.5rem 2rem;
  display: block;
}
.main-nav--list li.menu-item-has-children .sub-menu li a:link:after,
.main-nav--list li.menu-item-has-children .sub-menu li a:visited:after {
  content: "";
  display: none;
}
.main-nav--list li.menu-item-has-children .sub-menu li:hover a:link,
.main-nav--list li.menu-item-has-children .sub-menu li:hover a:visited {
  text-decoration: underline;
  color: #ffffff;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li.menu-item-has-children .sub-menu li {
    width: calc(100% - 20px);
  }
  .main-nav--list li.menu-item-has-children .sub-menu li a:link,
  .main-nav--list li.menu-item-has-children .sub-menu li a:visited {
    padding: 1.05rem 0;
  }
}
@media only screen and (max-width: 64em) {
  .main-nav--list li.menu-item-has-children .sub-menu {
    display: none;
    position: static;
    background: transparent;
    left: 0;
    transform: unset;
    padding: 0;
  }
  .main-nav--list li.menu-item-has-children .sub-menu.mobile-active {
    display: block;
  }
}
.main-nav--list li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media only screen and (max-width: 64em) {
  .main-nav--list li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .main-nav--list li.menu-item-has-children:hover.menu-collapsed .sub-menu {
    display: block;
  }
}

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

#toggle:checked ~ label[for=toggle] .burger {
  background: rgb(229, 47, 42);
}

#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: #ffffff;
  width: 30px;
  height: 4px;
  top: -22px;
  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;
  text-transform: uppercase;
  font-weight: 700;
}
.sub-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
}
.sub-nav--list li:last-child {
  margin-right: 0;
}
.sub-nav--list li a:link,
.sub-nav--list li a:visited {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sub-nav--list li a:link:hover,
.sub-nav--list li a:visited:hover {
  color: #cccccc;
}
@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: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 0.875rem;
}
@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: 0.625rem;
}
.main-social-nav--list li a:link,
.main-social-nav--list li a:visited {
  color: #ffffff;
}
.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: 99;
  position: relative;
  float: left;
  width: 100%;
  height: 120px;
  background: rgb(229, 47, 42); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(229, 47, 42) 0%, rgb(229, 47, 42) 50%, rgb(207, 34, 31) 51%, rgb(207, 34, 31) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(229, 47, 42) 0%, rgb(229, 47, 42) 50%, rgb(207, 34, 31) 51%, rgb(207, 34, 31) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(229, 47, 42) 0%, rgb(229, 47, 42) 50%, rgb(207, 34, 31) 51%, rgb(207, 34, 31) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52f2a', endColorstr='#cf221f',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 64em) {
  #header {
    position: fixed;
    height: 72px;
    background: rgb(229, 47, 42);
    z-index: 99999;
  }
}

.header-bg-fix {
  z-index: -1;
  position: absolute;
  float: left;
  width: 38%;
  height: 100%;
  background: #ffffff;
}
.header-bg-fix:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 60px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
@media only screen and (max-width: 64em) {
  .header-bg-fix:after {
    border-width: 72px 39px 0 0;
    right: -39px;
  }
}
@media only screen and (max-width: 64em) {
  .header-bg-fix {
    width: 65%;
  }
}

.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;
}
.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.intranat {
  margin-right: 2.5rem;
}
.icon-size--small.intranat:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/intranet.svg);
  background-repeat: no-repeat;
  margin-left: -32px;
  margin-top: -7px;
}
.icon-size--small.track {
  margin-right: 2.5rem;
}
.icon-size--small.track:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/track.svg);
  background-repeat: no-repeat;
  margin-left: -32px;
  margin-top: -7px;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background: #1A1919;
}
footer a:link,
footer a:visited {
  color: #ffffff;
}

img.branded-symbol {
  width: 292px;
}

.editable p:first-of-type {
  font-size: 1.25rem;
}
.editable h2 + p,
.editable h3 + p,
.editable h4 + p,
.editable h5 + p {
  font-size: 1rem !important;
}
.editable ul {
  line-height: 1.618;
  color: #636363;
  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: #CF221F;
}
.editable .gform_wrapper ul {
  line-height: 1.618;
  color: #636363;
  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: #CF221F;
}
.editable .alignleft {
  width: auto;
  height: auto;
  float: left;
  margin-right: 15px;
}
.editable .alignright {
  width: auto;
  height: auto;
  float: right;
  margin-left: 15px;
}
.editable .aligncenter {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.editable .full {
  width: 100%;
  height: auto;
}
.editable .wp-caption {
  max-width: 100%;
}

.mappage__googlemap {
  display: flex;
  gap: 3rem;
}
.mappage__googlemap .js-googlemap {
  height: 500px;
  width: 50%;
}
.mappage__googlemap #anlaggning-info-display {
  width: 50%;
  min-height: 100px;
}
.mappage__googlemap #anlaggning-info-display .map-svg {
  width: 25px;
  height: 25px;
  background: #d32f2f;
  padding: 4px;
  border-radius: 10px;
}
.mappage__googlemap #anlaggning-info-display p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mappage__googlemap #anlaggning-info-display p.placeholder-text {
  font-size: 0.9rem;
}
@media only screen and (max-width: 64em) {
  .mappage__googlemap {
    flex-direction: column;
  }
  .mappage__googlemap .js-googlemap {
    height: 300px;
    width: 100%;
  }
  .mappage__googlemap #anlaggning-info-display {
    width: 100%;
  }
}

.gform_wrapper ul li {
  padding-right: 0;
}

.btn,
a.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  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: 3px solid #fff;
  color: #ffffff;
  min-width: 310px;
  padding: 25px 80px;
}
@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: #CF221F;
}

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 {
  z-index: 9999;
  border: 3px solid #CF221F;
  color: #CF221F;
  background: transparent;
  padding: 15px 40px;
  font-size: 0.875rem;
}

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

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

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

.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;
  border: 1px solid #e6e6e6;
  margin-bottom: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.widget p:last-of-type {
  margin-bottom: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}

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

.boman-hero--slider {
  width: 100%;
  height: 68vh !important;
  overflow: hidden;
}
.boman-hero--slider img {
  object-position: left top;
}
@media only screen and (max-width: 64em) {
  .boman-hero--slider {
    height: 77vh !important;
  }
}

.boman-hero--slider {
  position: relative;
  overflow: hidden;
}

.boman-hero--slider:not(.slick-initialized) > * {
  display: none;
}

.boman-hero--slider:not(.slick-initialized) > *:first-child {
  display: block;
}

.hero-sub-page {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  background: #444;
}
@media only screen and (max-width: 64em) {
  .hero-sub-page {
    margin-top: 72px;
  }
}

.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: 68vh;
  min-height: 1px;
}
@media only screen and (max-width: 64em) {
  .slick-slide {
    height: 77vh;
  }
}

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

.slick-slide img, .slick-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-slide.slick-loading img, .slick-slide.slick-loading video {
  display: none;
}

.slick-slide.dragging img, .slick-slide.dragging video {
  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;
}

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