@charset "UTF-8";
/*!
	Theme Name: 	Rolf Berglund
	Theme URI: 		https://helli.no
	Description: 	
	Author: 		HELLI Visuell kommunikasjon
	Author URI: 	https://helli.no
	Developer: 		Jonas B. Ingebretsen
	Version: 		1.0.0
*/
html, body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a img {
  border: 0; }

:focus {
  outline: 0; }

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

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

.row {
  -webkit-box-sizing: border-box;
  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; }

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-2-5,
.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-05,
.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.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-2-5 {
  -ms-flex-preferred-size: 23.33333%;
  flex-basis: 23.33333%;
  max-width: 23.33333%; }

.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-05 {
  margin-left: 8.33333333% / 2; }

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

.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-05,
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .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-05 {
    margin-left: 8.33333333% / 2; }
  .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; }
  .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-05,
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .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-05 {
    margin-left: 8.33333333% / 2; }
  .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; }
  .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-05,
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .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-05 {
    margin-left: 8.33333333% / 2; }
  .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; }
  .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; } }

.flex-center {
  -webkit-justify-content: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.flex-center__x {
  -webkit-justify-content: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.flex-center__y {
  -webkit-align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.flex-column__lg, .flex-column__md, .flex-column__sm {
  display: none !important; }

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

@media (max-width: 48em) {
  .flex-column__xs {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 48em) and (max-width: 64em) {
  .flex-column__sm {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 64em) and (max-width: 75em) {
  .flex-column__md {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 75em) {
  .flex-column__lg {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 48em) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 48em) and (max-width: 64em) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 64em) and (max-width: 75em) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-lg {
    display: none !important; } }

.visible-xs-block {
  display: none !important; }

@media (max-width: 48em) {
  .visible-xs-block {
    display: block !important; } }

.visible-sm-block {
  display: none !important; }

@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm-block {
    display: block !important; } }

.visible-md-block {
  display: none !important; }

@media (min-width: 64em) and (max-width: 75em) {
  .visible-md-block {
    display: block !important; } }

.visible-lg-block {
  display: none !important; }

@media (min-width: 75em) {
  .visible-lg-block {
    display: block !important; } }

.visible-xs-inline-block {
  display: none !important; }

@media (max-width: 48em) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

.visible-sm-inline-block {
  display: none !important; }

@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

.visible-md-inline-block {
  display: none !important; }

@media (min-width: 64em) and (max-width: 75em) {
  .visible-md-inline-block {
    display: inline-block !important; } }

.visible-lg-inline-block {
  display: none !important; }

@media (min-width: 75em) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

.visible-xs-inline {
  display: none !important; }

@media (max-width: 48em) {
  .visible-xs-inline {
    display: inline !important; } }

.visible-sm-inline {
  display: none !important; }

@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm-inline {
    display: inline !important; } }

.visible-md-inline {
  display: none !important; }

@media (min-width: 64em) and (max-width: 75em) {
  .visible-md-inline {
    display: inline !important; } }

.visible-lg-inline {
  display: none !important; }

@media (min-width: 75em) {
  .visible-lg-inline {
    display: inline !important; } }

.visible-xs {
  display: none !important; }

@media (max-width: 48em) {
  .visible-xs {
    display: -webkit-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.visible-sm {
  display: none !important; }

@media (min-width: 48em) and (max-width: 64em) {
  .visible-sm {
    display: -webkit-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.visible-md {
  display: none !important; }

@media (min-width: 64em) and (max-width: 75em) {
  .visible-md {
    display: -webkit-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.visible-lg {
  display: none !important; }

@media (min-width: 75em) {
  .visible-lg {
    display: -webkit-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.margin-top-1 {
  margin-top: 15px !important; }

.margin-bottom-1 {
  margin-bottom: 15px !important; }

.margin-left-1 {
  margin-left: 15px !important; }

.margin-right-1 {
  margin-right: 15px !important; }

.padding-top-1 {
  padding-top: 15px !important; }

.padding-bottom-1 {
  padding-bottom: 15px !important; }

.margin-top-2 {
  margin-top: 30px !important; }

.margin-bottom-2 {
  margin-bottom: 30px !important; }

.margin-left-2 {
  margin-left: 30px !important; }

.margin-right-2 {
  margin-right: 30px !important; }

.padding-top-2 {
  padding-top: 30px !important; }

.padding-bottom-2 {
  padding-bottom: 30px !important; }

.margin-top-3 {
  margin-top: 45px !important; }

.margin-bottom-3 {
  margin-bottom: 45px !important; }

.margin-left-3 {
  margin-left: 45px !important; }

.margin-right-3 {
  margin-right: 45px !important; }

.padding-top-3 {
  padding-top: 45px !important; }

.padding-bottom-3 {
  padding-bottom: 45px !important; }

.margin-top-4 {
  margin-top: 60px !important; }

.margin-bottom-4 {
  margin-bottom: 60px !important; }

.margin-left-4 {
  margin-left: 60px !important; }

.margin-right-4 {
  margin-right: 60px !important; }

.padding-top-4 {
  padding-top: 60px !important; }

.padding-bottom-4 {
  padding-bottom: 60px !important; }

.margin-top-5 {
  margin-top: 75px !important; }

.margin-bottom-5 {
  margin-bottom: 75px !important; }

.margin-left-5 {
  margin-left: 75px !important; }

.margin-right-5 {
  margin-right: 75px !important; }

.padding-top-5 {
  padding-top: 75px !important; }

.padding-bottom-5 {
  padding-bottom: 75px !important; }

.margin-top-6 {
  margin-top: 90px !important; }

.margin-bottom-6 {
  margin-bottom: 90px !important; }

.margin-left-6 {
  margin-left: 90px !important; }

.margin-right-6 {
  margin-right: 90px !important; }

.padding-top-6 {
  padding-top: 90px !important; }

.padding-bottom-6 {
  padding-bottom: 90px !important; }

.margin-top-7 {
  margin-top: 105px !important; }

.margin-bottom-7 {
  margin-bottom: 105px !important; }

.margin-left-7 {
  margin-left: 105px !important; }

.margin-right-7 {
  margin-right: 105px !important; }

.padding-top-7 {
  padding-top: 105px !important; }

.padding-bottom-7 {
  padding-bottom: 105px !important; }

.margin-top-8 {
  margin-top: 120px !important; }

.margin-bottom-8 {
  margin-bottom: 120px !important; }

.margin-left-8 {
  margin-left: 120px !important; }

.margin-right-8 {
  margin-right: 120px !important; }

.padding-top-8 {
  padding-top: 120px !important; }

.padding-bottom-8 {
  padding-bottom: 120px !important; }

.margin-top-9 {
  margin-top: 135px !important; }

.margin-bottom-9 {
  margin-bottom: 135px !important; }

.margin-left-9 {
  margin-left: 135px !important; }

.margin-right-9 {
  margin-right: 135px !important; }

.padding-top-9 {
  padding-top: 135px !important; }

.padding-bottom-9 {
  padding-bottom: 135px !important; }

.margin-top-10 {
  margin-top: 150px !important; }

.margin-bottom-10 {
  margin-bottom: 150px !important; }

.margin-left-10 {
  margin-left: 150px !important; }

.margin-right-10 {
  margin-right: 150px !important; }

.padding-top-10 {
  padding-top: 150px !important; }

.padding-bottom-10 {
  padding-bottom: 150px !important; }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 1.875em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -1.875em;
  position: absolute;
  text-align: center;
  top: 0.14286em;
  width: 1.875em; }
  .fa-li.fa-lg {
    left: -1.625em; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-dropbox-alt:before {
  content: "\f398"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa5-webfonts/fontawesome-pro-light-300.eot");
  src: url("../fonts/fa5-webfonts/fontawesome-pro-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa5-webfonts/fontawesome-pro-light-300.woff2") format("woff2"), url("../fonts/fa5-webfonts/fontawesome-pro-light-300.woff") format("woff"), url("../fonts/fa5-webfonts/fontawesome-pro-light-300.ttf") format("truetype"), url("../fonts/fa5-webfonts/fontawesome-pro-light-300.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa5-webfonts/fontawesome-pro-regular-400.eot");
  src: url("../fonts/fa5-webfonts/fontawesome-pro-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa5-webfonts/fontawesome-pro-regular-400.woff2") format("woff2"), url("../fonts/fa5-webfonts/fontawesome-pro-regular-400.woff") format("woff"), url("../fonts/fa5-webfonts/fontawesome-pro-regular-400.ttf") format("truetype"), url("../fonts/fa5-webfonts/fontawesome-pro-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/fa5-webfonts/fontawesome-pro-solid-900.eot");
  src: url("../fonts/fa5-webfonts/fontawesome-pro-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa5-webfonts/fontawesome-pro-solid-900.woff2") format("woff2"), url("../fonts/fa5-webfonts/fontawesome-pro-solid-900.woff") format("woff"), url("../fonts/fa5-webfonts/fontawesome-pro-solid-900.ttf") format("truetype"), url("../fonts/fa5-webfonts/fontawesome-pro-solid-900.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa5-webfonts/fontawesome-pro-brands-900.eot");
  src: url("../fonts/fa5-webfonts/fontawesome-pro-brands-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa5-webfonts/fontawesome-pro-brands-900.woff2") format("woff2"), url("../fonts/fa5-webfonts/fontawesome-pro-brands-900.woff") format("woff"), url("../fonts/fa5-webfonts/fontawesome-pro-brands-900.ttf") format("truetype"), url("../fonts/fa5-webfonts/fontawesome-pro-brands-900.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5';
  font-weight: 300; }

.far {
  font-family: 'Font Awesome 5';
  font-weight: 400; }

.fa,
.fas {
  font-family: 'Font Awesome 5';
  font-weight: 600; }

.fab {
  font-family: 'Font Awesome 5';
  font-weight: 900; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/ProximaNovaT-Thin.eot");
  src: url("../fonts/proxima-nova/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/proxima-nova/ProximaNovaT-Thin.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/ProximaNova-Light.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNova-Light.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNova-Light.woff") format("woff"), url("../fonts/proxima-nova/ProximaNova-Light.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/ProximaNova-Regular.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNova-Regular.woff") format("woff"), url("../fonts/proxima-nova/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova/ProximaNova-Semibold.eot");
  src: url("../fonts/proxima-nova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/proxima-nova/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

html {
  font-size: 116%; }
  @media (max-width: 1280px) {
    html {
      font-size: 100%; } }

html, body {
  background-color: #DED6CC;
  color: #0F0F0F;
  min-height: 100%;
  height: 100%; }

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 18.88px;
  font-size: 1.18rem;
  line-height: 37.76px;
  line-height: 2.36rem; }
  body#not-ie, body.not-ie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    body#not-ie > *:not(#header-bar):not(#search):not(nav):not('#hero'):not(header):not(footer), body.not-ie > *:not(#header-bar):not(#search):not(nav):not('#hero'):not(header):not(footer) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
    body#not-ie > #header-bar, body#not-ie #hero, body#not-ie #search, body#not-ie nav, body#not-ie header, body#not-ie footer, body.not-ie > #header-bar, body.not-ie #hero, body.not-ie #search, body.not-ie nav, body.not-ie header, body.not-ie footer {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }

*, body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Proxima nova', "Helvetica", Arial, sans-serif;
  margin: 0;
  padding: 0; }

main {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  height: inherit;
  width: inherit;
  max-width: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  z-index: inherit;
  position: relative;
  -webkit-transition: blur 350ms ease-in-out;
  -o-transition: blur 350ms ease-in-out;
  transition: blur 350ms ease-in-out;
  -webkit-filter: blur(0px);
  filter: blur(0px); }
  main.menu-open {
    -webkit-filter: blur(4px);
    filter: blur(4px); }
  @media (max-width: 768px) {
    main {
      -webkit-filter: blur(0px) !important;
      filter: blur(0px) !important; } }

#page-fader {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  background-color: #ffffff !important;
  position: fixed !important;
  z-index: 8997 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
  opacity: 1.0;
  display: none !important;
  opacity: 0.0 !important; }

.row {
  max-width: 100%; }

.wrapper {
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
  width: 100%;
  max-width: 1480px;
  min-width: 0px;
  padding: 0% 5%; }
  @media (max-width: 1440px) {
    .wrapper {
      padding: 0% 10%; } }
  @media (max-width: 1280px) {
    .wrapper {
      padding: 0% 5%; } }
  @media (max-width: 1023px) {
    .wrapper {
      padding: 0% 5%; } }
  @media (max-width: 768px) {
    .wrapper {
      padding: 0% 3.33333%; } }
  .wrapper.ext-1 {
    max-width: 1850px; }
  .wrapper.ext-2 {
    max-width: 2220px; }

.wrapper.white, section.white {
  background-color: #ffffff; }

.wrapper.grey, section.grey {
  background-color: #A0A0A0; }

.wrapper.light-grey, section.light-grey {
  background-color: #aaaaaa; }

.hidden,
.hide {
  display: none !important; }

@media (max-width: 480px) {
  .hide-mobile {
    display: none !important; } }

.logo {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none; }

a {
  text-decoration: none; }
  a.arrow:after {
    font-family: "Font Awesome 5";
    font-weight: 300;
    margin-left: 3px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    display: inline-block;
    content: ""; 
	}

* {
  font-family: 'Proxima nova', "Helvetica", Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  margin-bottom: 15px;
  font-family: 'Arvo', "Helvetica", Arial, sans-serif; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    display: inline-block;
    margin: auto 5px;
    font-weight: 300;
    opacity: 0.38; }

h5, h6 {
  font-family: 'Proxima nova', "Helvetica", Arial, sans-serif; }

span {
  font-size: inherit;
  color: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }
  a, a:hover, a:active, a:link, a:target {
    color: inherit; }

h1 {
  font-size: 37.76px;
  font-size: 2.36rem;
  line-height: 37.76px;
  line-height: 2.36rem;
  font-weight: 500; }

h2 {
  font-size: 33.04px;
  font-size: 2.065rem;
  line-height: 33.04px;
  line-height: 2.065rem;
  font-weight: 500; }

h3 {
  font-size: 30.68px;
  font-size: 1.9175rem;
  line-height: 30.68px;
  line-height: 1.9175rem;
  font-weight: 500; }

h4 {
  font-size: 28.32px;
  font-size: 1.77rem;
  line-height: 28.32px;
  line-height: 1.77rem;
  font-weight: 500; }

h5,
h6 {
  font-size: 25.96px;
  font-size: 1.6225rem;
  line-height: 25.96px;
  line-height: 1.6225rem;
  font-weight: 500; }

p, ol, ul {
  font-size: 17.7px;
  font-size: 1.10625rem;
  line-height: 28.32px;
  line-height: 1.77rem;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'Proxima nova', "Helvetica", Arial, sans-serif; }
  p a, ol a, ul a {
    text-decoration: underline;
    color: #1e88e5; }
    p a:hover, ol a:hover, ul a:hover {
      color: #5eaaec; }
    p a:active, ol a:active, ul a:active {
      color: #79b8f0; }

.button, .btn, button, input[type=submit] {
  padding: 10px 20px;
  display: inline-block;
  float: none;
  position: relative;
  font-weight: 600;
  border: 0;
  outline: 0;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 8px rgba(15, 15, 15, 0.2);
  box-shadow: 3px 3px 8px rgba(15, 15, 15, 0.2);
  text-shadow: 1px 2px 0px rgba(15, 15, 15, 0.25);
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button, .button *, .btn, .btn *, button, button *, input[type=submit], input[type=submit] * {
    -webkit-transition: -webkit-transform padding margin 160ms ease-in-out;
    transition: -webkit-transform padding margin 160ms ease-in-out;
    -o-transition: transform padding margin 160ms ease-in-out;
    transition: transform padding margin 160ms ease-in-out;
    transition: transform padding margin 160ms ease-in-out, -webkit-transform padding margin 160ms ease-in-out; }
  .button.full-width, .btn.full-width, button.full-width, input[type=submit].full-width {
    width: 100%;
    max-width: 100%;
    display: block; }
  .button.small, .btn.small, button.small, input[type=submit].small {
    padding: 3.33333px 13.33333px; }
  .button.arrow:after, .btn.arrow:after, button.arrow:after, input[type=submit].arrow:after {
    content: "";
    font-family: "Font Awesome 5";
    font-weight: 300;
    display: inline-block;
    float: right;
    margin-top: 1px;
    margin-left: 10px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
  .button.blue, .btn.blue, button.blue, input[type=submit].blue {
    background-color: #1e88e5;
    color: #ffffff; }
    .button.blue:hover, .btn.blue:hover, button.blue:hover, input[type=submit].blue:hover {
      background-color: #2275bd; }
    .button.blue:active, .btn.blue:active, button.blue:active, input[type=submit].blue:active {
      background-color: #1e67a7; }
    .button.blue .taint, .btn.blue .taint, button.blue .taint, input[type=submit].blue .taint {
      background-color: rgba(18, 91, 154, 0.35); }
  .button.darkblue, .btn.darkblue, button.darkblue, input[type=submit].darkblue {
    background-color: #003682;
    color: #ffffff; }
    .button.darkblue:hover, .btn.darkblue:hover, button.darkblue:hover, input[type=submit].darkblue:hover {
      background-color: #0045a6; }
    .button.darkblue:active, .btn.darkblue:active, button.darkblue:active, input[type=submit].darkblue:active {
      background-color: #004fbf; }
    .button.darkblue .taint, .btn.darkblue .taint, button.darkblue .taint, input[type=submit].darkblue .taint {
      background-color: rgba(0, 90, 217, 0.35); }
  .button.black, .btn.black, button.black, input[type=submit].black {
    background-color: #353535;
    color: #ffffff; }
    .button.black:hover, .btn.black:hover, button.black:hover, input[type=submit].black:hover {
      background-color: #424242; }
    .button.black:active, .btn.black:active, button.black:active, input[type=submit].black:active {
      background-color: #292929; }
    .button.black.active, .btn.black.active, button.black.active, input[type=submit].black.active {
      background-color: #003682; }
    .button.black .taint, .btn.black .taint, button.black .taint, input[type=submit].black .taint {
      background-color: rgba(255, 255, 255, 0.1); }
  .button.white, .btn.white, button.white, input[type=submit].white {
    background-color: white;
    color: #0F0F0F;
    text-shadow: none; }
    .button.white:hover, .btn.white:hover, button.white:hover, input[type=submit].white:hover {
      background-color: #f7f7f7; }
    .button.white:active, .btn.white:active, button.white:active, input[type=submit].white:active {
      background-color: #f0f0f0; }
    .button.white .taint, .btn.white .taint, button.white .taint, input[type=submit].white .taint {
      background-color: rgba(0, 0, 0, 0.04); }
  .button.red, .btn.red, button.red, input[type=submit].red {
    background-color: #ef3e42;
    color: #ffffff; }
    .button.red:hover, .btn.red:hover, button.red:hover, input[type=submit].red:hover {
      background-color: #da2024; }
    .button.red:active, .btn.red:active, button.red:active, input[type=submit].red:active {
      background-color: #c41c20; }
    .button.red .taint, .btn.red .taint, button.red .taint, input[type=submit].red .taint {
      background-color: rgba(174, 14, 18, 0.35); }
  .button:focus, .btn:focus, button:focus, input[type=submit]:focus {
    outline: none; }

.material-fx span, .hamburger span, .button span, .btn span, button span, input[type=submit] span {
  z-index: 100;
  position: relative; }

.material-fx .taint, .hamburger .taint, .button .taint, .btn .taint, button .taint, input[type=submit] .taint {
  display: block;
  position: absolute !important;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 20; }

.material-fx .drop, .hamburger .drop, .button .drop, .btn .drop, button .drop, input[type=submit] .drop {
  -webkit-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
  z-index: 20; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

.box {
  position: relative; }

.box.dual {
  padding: 0px;
  margin: 0;
  margin-bottom: 50px; }
  .box.dual:first-of-type {
    margin-top: 50px; }
  .box.dual > .img {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: white;
    overflow: hidden;
    text-decoration: none;
    border: 0;
    outline: 0; }
    .box.dual > .img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.6%; }
    .box.dual > .img:hover .bg {
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .box.dual > .img .bg {
      -webkit-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
      transition: all 600ms ease-in-out;
      overflow: hidden;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      background-color: none;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; }
    .box.dual > .img .bg.arrow:after {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      opacity: 1.0;
      z-index: 200;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .box.dual > .img .bg.arrow.left:after {
      content: "";
      left: 0;
      border-left: 25px solid #ffffff; }
    .box.dual > .img .bg.arrow.right:after {
      content: "";
      right: 0;
      border-right: 25px solid #ffffff; }
    @media (max-width: 768px) {
      .box.dual > .img .bg.arrow.right:after, .box.dual > .img .bg.arrow.left:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        margin: auto;
        content: "";
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 20px solid #ffffff; } }
  .box.dual > div:not(.img) {
    background-color: #ffffff;
    padding: 30px;
    margin: 0; }
    @media (max-width: 768px) {
      .box.dual > div:not(.img) {
        -webkit-box-ordinal-group: 101 !important;
        -ms-flex-order: 100 !important;
        order: 100 !important; } }
    .box.dual > div:not(.img) .link_wrapper {
      display: block;
      clear: both;
      width: 100%; }
    .box.dual > div:not(.img) a {
      color: #1e88e5;
      font-weight: 500;
      display: inline-block; }
      .box.dual > div:not(.img) a:hover {
        color: #79b8f0; }
      .box.dual > div:not(.img) a:active {
        color: #90c4f2; }
    .box.dual > div:not(.img) .title {
      margin-bottom: 25px; }
      .box.dual > div:not(.img) .title a {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        text-decoration: inherit; }
        .box.dual > div:not(.img) .title a:hover {
          color: #1e88e5; }
        .box.dual > div:not(.img) .title a:active {
          color: #63aced; }

.box-parent {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: -15px; }
  @media (max-width: 480px) {
    .box-parent {
      margin-left: 0px;
      padding: 0; } }

.box.product-1 {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  width: 33%;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .box.product-1 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%; } }
  @media (max-width: 480px) {
    .box.product-1 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%; } }
  .box.product-1 > a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    padding: 10px; }
    @media (max-width: 768px) {
      .box.product-1 > a {
        padding: 10px; } }
    @media (max-width: 480px) {
      .box.product-1 > a {
        padding: 0px; } }
  .box.product-1:hover .thumb .img {
    -webkit-transition: all 280ms ease-in-out;
    -o-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .box.product-1:hover .meta {
    position: relative; }
    .box.product-1:hover .meta > *:first-child:after {
      font-size: 25.96px;
      font-size: 1.6225rem;
      font-family: "Font Awesome 5";
      font-weight: 300;
      position: absolute;
      right: 0;
      top: 15px; }
  .box.product-1 .thumb {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #ededed; }
    .box.product-1 .thumb:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 70%; }
    .box.product-1 .thumb .img {
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      -webkit-box-sizing: content-box !important;
      box-sizing: content-box !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      overflow: hidden;
      margin-left: 0px;
      margin-top: 0px;
      padding: 0px;
      -webkit-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .box.product-1 .thumb .img.no-img:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 150px;
        height: 60px;
        font-size: 150px;
        font-family: "Font Awesome 5";
        font-weight: 300;
        opacity: 0.15; }
    .box.product-1 .thumb:after {
      z-index: 40;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 25px solid #ffffff; }
      @media (max-width: 768px) {
        .box.product-1 .thumb:after {
          border-left: 16px solid transparent;
          border-right: 16px solid transparent;
          border-bottom: 20px solid #ffffff; } }
  .box.product-1 .meta {
    background-color: #ffffff;
    padding: 20px 0;
    margin: 0; }
    .box.product-1 .meta .title {
      color: #EF3E42;
      font-size: 17.7px;
      font-size: 1.10625rem;
      line-height: 23.6px;
      line-height: 1.475rem;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .box.product-1 .meta .title.alt-1 span {
        opacity: 1.0;
        font-weight: 400;
        color: #0F0F0F; }
        .box.product-1 .meta .title.alt-1 span:first-child {
          font-weight: 500;
          color: #0F0F0F; }
          .box.product-1 .meta .title.alt-1 span:first-child:after {
            content: "|";
            padding-left: 5px;
            padding-right: 0px;
            display: inline-block;
            font-weight: 600; }
    .box.product-1 .meta .excerpt {
      line-height: 23.6px;
      line-height: 1.475rem;
      font-weight: 400; }

.box.product-2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  width: 46%;
  border-left: 6px solid gainsboro;
  background-color: #f8f8f8;
  overflow: hidden; }
  .box.product-2:nth-child(2n+1) {
    margin-right: 4%; }
  .box.product-2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    opacity: 1.0;
    z-index: 200;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-right: 17.5px solid #ffffff;
    right: 0; }
  .box.product-2 .title {
    padding: 0;
    margin: 0;
    font-size: 18.88px;
    font-size: 1.18rem;
    line-height: 23.6px;
    line-height: 1.475rem;
    font-weight: 400;
    padding: 15px 15px; }
  .box.product-2:hover {
    border-color: #003682;
    color: #003682; }
  .box.product-2:active {
    border-color: #1e88e5;
    color: #1e88e5; }
  @media (max-width: 768px) {
    .box.product-2 {
      width: 100%;
      margin-right: 0 !important; } }

.box.logo {
  position: relative;
  display: block;
  float: left;
  max-width: 200px;
  width: 31%;
  padding: 15px; }
  .box.logo:not(:nth-child(3n+3)) {
    margin-right: 3%;
    margin-bottom: 3%; }
  @media (max-width: 1023px) {
    .box.logo {
      padding: 20px;
      max-width: 220px;
      width: 22%; }
      .box.logo:not(:nth-child(4n+4)) {
        margin-right: 3%;
        margin-bottom: 3%; } }
  @media (max-width: 768px) {
    .box.logo {
      padding: 10px;
      max-width: 200px;
      width: 30%; }
      .box.logo:not(:nth-child(3n+3)) {
        margin-right: 3%;
        margin-bottom: 3%; } }
  @media (max-width: 480px) {
    .box.logo {
      padding: 10px;
      max-width: 500px;
      width: 45%; }
      .box.logo:not(:nth-child(2n+2)) {
        margin-right: 5%;
        margin-bottom: 5%; } }
  @media (max-width: 320px) {
    .box.logo {
      padding: 20px 50px;
      width: 100%;
      margin-right: 0% !important;
      margin-bottom: 5%; } }
  .box.logo > * {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important; }
    .box.logo > *:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 60%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.user-content {
  text-align: left;
  /* WordPress Core
	-------------------------------------------------------------- */
  /* Text meant only for screen readers. */ }
  .user-content > * {
    text-align: left; }
  .user-content .alignnone {
    margin: 5px 20px 20px 0; }
  .user-content .aligncenter,
  .user-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .user-content .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .user-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .user-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .user-content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .user-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .user-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .user-content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .user-content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .user-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .user-content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .user-content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .user-content .wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .user-content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .user-content .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
  .user-content .wp-caption {
    width: auto !important;
    margin-bottom: 10px; }
    .user-content .wp-caption a {
      background-image: none; }
  .user-content p > img,
  .user-content > img,
  .user-content > .hero > img,
  .user-content > a > img,
  .user-content > * > img,
  .user-content a img {
    max-width: 100%;
    height: auto;
    width: auto\9; }
  .user-content ol, .user-content ul {
    list-style: none;
    margin-bottom: 15px; }
  .user-content ol {
    counter-reset: ol-counter; }
    .user-content ol li {
      counter-increment: ol-counter; }
      .user-content ol li:before {
        content: "" counter(ol-counter, disc) " "; }
  .user-content ul li:before {
    font-family: "Font Awesome 5";
    content: "";
    width: 35px;
    float: left;
    display: block;
    font-weight: 300; }
  .user-content blockquote {
    border-left: 3px solid #003682;
    padding-left: 15px;
    margin-left: 30px;
    font-style: italic; }
    .user-content blockquote p {
      padding: 0; }
  .user-content hr {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    outline: 0;
    background-color: lightgray;
    margin: 30px 0px;
    border-radius: 100px; }

header,
nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header-ghost {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 1;
  float: left;
  display: block;
  margin-bottom: 60px; }

#header-ghost, header {
  height: 85px; }
  @media (max-width: 1023px) {
    #header-ghost, header {
      height: 65px; } }

header {
  background-color: rgba(255, 255, 255, 255);
  -webkit-transition: background-color 600ms ease-in-out;
  -o-transition: background-color 600ms ease-in-out;
  transition: background-color 600ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  color: #ffffff;
  overflow: hidden;
  z-index: 8999; }
  header.on-the-move {
    background-color: #FFFFFF; 
  	border-bottom: 4px #DED6CC solid;
  }
  header.menu-open {
    -webkit-box-shadow: 0px 10px 15px rgba(15, 15, 15, 0) !important;
    box-shadow: 0px 10px 15px rgba(15, 15, 15, 0) !important; }
  header .wrapper {
    height: 100%;
    width: 100%;
    padding-right: 0; }
  header .logo {
    float: left;
    display: block;
    height: 100%;
    width: 30%;
    min-width: 200px;
    max-width: 500px;
    text-decoration: none;
    outline: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color 360ms ease-in-out;
    -o-transition: background-color 360ms ease-in-out;
    transition: background-color 360ms ease-in-out; }

@media (max-width: 1280px) {
    	header .logo {
      		width: 30%;
	} 
}

@media (max-width: 1023px) {
    	header .logo {
      		width: 40%; 
	} 
}

@media (max-width: 768px) {
	header .logo {
		width: 60%;
	}
}

    header .logo .taint {
      z-index: 10;
      background-color: rgba(121, 184, 240, 0.2); }

    header .logo:active {
      background-color: rgba(30, 136, 229, 0.3);
      -webkit-transition: background-color 160ms ease-in-out;
      -o-transition: background-color 160ms ease-in-out;
      transition: background-color 160ms ease-in-out; }
  header .menu {
    float: right;
    display: block;
    color: #ffffff;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .menu > * {
      -webkit-transition: all 220ms cubic-bezier(0.5, 0, 0.1, 1);
      -o-transition: all 220ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: all 220ms cubic-bezier(0.5, 0, 0.1, 1);
      height: 100%;
      padding-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 21.24px;
      font-size: 1.3275rem;
      line-height: 21.24px;
      line-height: 1.3275rem;
      font-weight: 400; }
      header .menu > * > * {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-item-align: auto;
        align-self: auto; }
      header .menu > *:last-child {
        margin-right: 0px; }
      header .menu > * i {
        font-size: 30.68px;
        font-size: 1.9175rem;
        line-height: 30.68px;
        line-height: 1.9175rem;
        font-weight: 300; }
    header .menu .tlf {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 0 20px;
      margin-right: 3px;
      position: relative;
      overflow: hidden;
      font-size: 20px;
      line-height: 25px; }
      header .menu .tlf i, header .menu .tlf a {
        color: #000000; }
      header .menu .tlf .taint {
        z-index: 10;
        background-color: #DED6CC; }
      header .menu .tlf:hover {
        background-color: #DED6CC; }
      header .menu .tlf:active {
        background-color: #DED6CC;
        -webkit-transition: background-color 160ms ease-in-out;
        -o-transition: background-color 160ms ease-in-out;
        transition: background-color 160ms ease-in-out; }
      @media (max-width: 768px) {
        header .menu .tlf {
          display: none; } }
      header .menu .tlf a {
        height: 100%;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .menu .tlf a span:first-child {
          margin-right: 5px; }
          header .menu .tlf a span:first-child:before {
            content: "";
            font-family: "Font Awesome 5";
            font-weight: 300;
            margin-right: 10px; }
        header .menu .tlf a > * {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          -ms-flex-item-align: auto;
          align-self: auto;
          display: block; }
       	header .menu .tlf a:hover {
			color: #FFFFFF;
       	}
    header .menu .hamburger {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      background-color: #FFFFFF;
      color: #000000;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      padding: 0px 30px;
      position: relative;
      overflow: hidden;
      width: 170px;
      text-align: center; }
      @media (max-width: 480px) {
        header .menu .hamburger {
          width: 85px; } }
      header .menu .hamburger .taint {
        z-index: 10;
        background-color: rgba(22, 109, 186, 0.3); }
      header .menu .hamburger i:after {
        content: "";
        font-family: "Font Awesome 5";
        text-decoration: none;
        font-weight: 300;
        font-style: normal;
        font-size: 34px;
        line-height: 34px; }
        @media (max-width: 480px) {
          header .menu .hamburger i:after {
            font-weight: 300; } }
      header .menu .hamburger i:before {
        content: "Meny";
        margin-right: 10px;
        margin-top: 5px;
        display: block;
        float: left;
        position: relative;
        z-index: 50;
        font-family: 'Arvo', "Helvetica", Arial, sans-serif;
        font-size: 21px;
        line-height: 25px;
        font-weight: 200;
        font-style: normal; }
        @media (max-width: 480px) {
          header .menu .hamburger i:before {
            display: none; } }
      header .menu .hamburger.menu-open i:after {
        content: ""; }
      header .menu .hamburger.menu-open i:before {
        content: "Lukk"; }
      header .menu .hamburger:hover {
        background-color: #DED6CC;
        color: #ffffff; }
      header .menu .hamburger:active {
        background-color: #DED6CC;
        color: #ffffff; }
      header .menu .hamburger.menu-open {
        background-color: #DED6CC;
        color: #1E88E5; }

nav {
  margin-top: 85px;
  max-height: calc( 100% - 85px);
  padding: 50px 0;
  display: block;
  top: 0;
  left: 0;
  background-color: #DED6CC;
  -webkit-box-shadow: 0px 10px 20px rgba(15, 15, 15, 0.06);
  box-shadow: 0px 10px 20px rgba(15, 15, 15, 0.06);
  height: auto;
  overflow-y: scroll;
  z-index: 8998;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0.00;
  -webkit-transition: opacity 250ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform;
  transition: opacity 250ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform;
  -o-transition: transform, opacity 250ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform, opacity 250ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform, opacity 250ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform; }
  @media (max-width: 1023px) {
    nav {
      margin-top: 65px;
      max-height: calc( 100% - 65px); } }
  nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  nav a {
    text-decoration: none;
    color: inherit; }
  @media (max-width: 1023px) {
    nav {
      -webkit-transition: opacity 0ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform;
      transition: opacity 0ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform;
      -o-transition: transform, opacity 0ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: transform, opacity 0ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: transform, opacity 0ms cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform;
      height: calc( 100% - 65px);
      min-height: calc( 100% - 65px);
      overflow-y: scroll; } }
  @media (max-width: 480px) {
    nav {
      padding: 30px 0; } }
  @media (max-width: 320px) {
    nav {
      padding: 15px 0; } }
  nav.menu-open {
    pointer-events: initial;
    opacity: 1.00; }
  nav a:hover {
    color: inherit;
    text-decoration: underline; }
  nav li {
    display: block;
    text-decoration: none;
    list-style: none;
    -webkit-transition: all 580ms cubic-bezier(0.5, 0, 0.1, 1);
    -o-transition: all 580ms cubic-bezier(0.5, 0, 0.1, 1);
    transition: all 580ms cubic-bezier(0.5, 0, 0.1, 1);
    opacity: 0.0;
    -webkit-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px); 
    border-bottom: 1px #CDCDCD solid;}
  	
    nav li, nav li:after {
      margin: 0;
      padding: 0; }
    nav li > a:after {
      -webkit-transition: all 220ms cubic-bezier(0.5, 0, 0.1, 1);
      -o-transition: all 220ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: all 220ms cubic-bezier(0.5, 0, 0.1, 1);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      content: "";
      font-family: "Font Awesome 5";
      display: inline-block;
      margin-left: 10px;
      color: inherit;
      line-height: inherit;
      font-size: inherit;
      font-weight: 400; 
	  display: none; }
    nav li.special-catalog > a,
    nav li.special-product > a {
      margin-top: 30px; }
      nav li.special-catalog > a:after, nav li.special-catalog > a i,
      nav li.special-product > a:after,
      nav li.special-product > a i {
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
        margin-right: 10px;
        color: inherit;
        line-height: inherit;
        font-size: 35px;
        font-weight: 300; }
    @media (max-width: 1023px) {
      nav li {
        opacity: 1.0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px); }
        nav li ul li {
          opacity: 0.0;
          -webkit-transform: translate(-20px, 0px);
          -ms-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px); } }
    nav li.fade-in {
      opacity: 1.0;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
    nav li.fade-out {
      opacity: 0.0;
      -webkit-transform: translate(-20px, 0px);
      -ms-transform: translate(-20px, 0px);
      transform: translate(-20px, 0px); }
  nav a {
    display: inline-block; }
    nav a, nav a:active, nav a:link, nav a:hover {
      text-decoration: none; }
  nav > ul > li {
    margin-bottom: 0px;
    padding-right: 4.0% !important;
    color: #003682; }
    nav > ul > li:last-child {
      padding-right: 0.0% !important; }
    @media (max-width: 1280px) {
      nav > ul > li {
        padding-right: 2% !important; } }
    @media (max-width: 1023px) {
      nav > ul > li {
        margin-bottom: 50px;
        padding-right: 0 !important; }
        nav > ul > li:last-child {
          margin-bottom: 0px; } }
    @media (max-width: 768px) {
      nav > ul > li {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      nav > ul > li {
        margin-bottom: 20px; } }
    nav > ul > li.active > a {
      color: #1e88e5 !important;
      border-bottom: 3px solid #1e88e5; }
      nav > ul > li.active > a:after {
        color: #1e88e5; }
      nav > ul > li.active > a:hover {
        color: #4ca0ea !important;
        border-bottom: 3px solid #4ca0ea; }
        nav > ul > li.active > a:hover:after {
          color: #4ca0ea; }
      nav > ul > li.active > a:active {
        color: #63aced !important;
        border-bottom: 3px solid #63aced; }
        nav > ul > li.active > a:active:after {
          color: #63aced; }
    nav > ul > li > a {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%;
      display: block;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 3px solid #003682;
      line-height: 25.96px;
      line-height: 1.6225rem;
      font-weight: 500;
      color: #003682;
      font-family: 'Arvo', "Helvetica", Arial, sans-serif; }
      nav > ul > li > a:hover {
        color: #1E88E5;
        border-bottom: 3px solid #1E88E5; }
        nav > ul > li > a:hover:after {
          color: #1E88E5; }
      nav > ul > li > a:active {
        color: #4ca0ea; }
        nav > ul > li > a:active:after {
          color: #4ca0ea; }
      @media (max-width: 1023px) {
        nav > ul > li > a:active, nav > ul > li > a:active:after, nav > ul > li > a:hover, nav > ul > li > a:hover:after {
          color: #003682;
          border-color: #003682; } }
      nav > ul > li > a:after {
        cursor: pointer;
        float: right;
        font-size: 25.96px;
        font-size: 1.6225rem;
        line-height: 25.96px;
        line-height: 1.6225rem;
        font-weight: 300;
        color: #003682; }
      @media (max-width: 1023px) {
        nav > ul > li > a.submenu-open:after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
    @media (max-width: 1023px) {
      nav > ul > li.force-submenu-open > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      nav > ul > li.force-submenu-open > ul {
        max-height: 5000px;
        overflow-y: initial; }
      nav > ul > li.force-submenu-open li {
        opacity: 1.0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }
  nav > ul li > ul {
    max-height: 5000px;
    overflow-y: initial;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      nav > ul li > ul {
        max-height: 0px;
        overflow-y: hidden;
        margin-bottom: 20px; }
        nav > ul li > ul.submenu-open {
          max-height: 5000px;
          overflow-y: initial; } }
    nav > ul li > ul > li {
      margin-bottom: 0px;
      padding-top: 6px;
      padding-bottom: 4px;
      color: #3A3A3A; }
      nav > ul li > ul > li.active > a {
        color: #1e88e5; }
        nav > ul li > ul > li.active > a:after {
          color: #1e88e5; }
        nav > ul li > ul > li.active > a:hover {
          color: #4ca0ea; }
          nav > ul li > ul > li.active > a:hover:after {
            color: #4ca0ea; }
        nav > ul li > ul > li.active > a:active {
          color: #79b8f0; }
          nav > ul li > ul > li.active > a:active:after {
            color: #79b8f0; }
      nav > ul li > ul > li > a {
        width: 100%;
        font-size: 17px;
        font-size: 1.0625rem;
        
        color: #3A3A3A; }
        nav > ul li > ul > li > a:hover {
          color: #1e88e5; }
          nav > ul li > ul > li > a:hover:after {
            color: #1e88e5; }
        nav > ul li > ul > li > a:active {
          color: #4ca0ea; }
          nav > ul li > ul > li > a:active:after {
            color: #4ca0ea; }
        nav > ul li > ul > li > a:after {
          font-size: 18.88px;
          font-size: 1.18rem;
          line-height: 40.12px;
          line-height: 2.5075rem;
          color: #3A3A3A;
          float: right;
          display: block; }

#hero {
  background-color: #FFFFFF;
  min-height: 420px;
  position: relative;
  overflow: hidden; 
}

@media (max-width: 480px) {
    #hero {

	} 
}
  
@media (max-width: 768px) {
  	#hero {

	} 
}
  
  #hero .wrapper {
    padding-top: 65px;
    padding-bottom: 30px;
    width: 100%;
    height: calc(100% + 85px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 15; }
    @media (max-width: 768px) {
      #hero .wrapper {
        height: calc(100% + 65px); } }
    #hero .wrapper .content {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -ms-flex-item-align: auto;
      align-self: auto;
      width: 100%; }
  #hero .bg,
  #hero .fade {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  	
  #hero .hero-content {
  	padding-left: 50px;
	padding-top: 65px;
  }	

@media (max-width: 1280px) {
    	#hero .hero-content {
      		
	} 
}

@media (max-width: 1023px) {
    	#hero .hero-content {
      		
	} 
}

@media (max-width: 768px) {
	#hero .hero-content {
		padding-left: 15px;
		padding-top: 25px;
	}
}

  
  #hero .bg {
    z-index: 5;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: center center !important;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }
    #hero .bg.no-blur {
      -webkit-filter: blur(0px) !important;
      filter: blur(0px) !important; }
    #hero .bg.blur {
      -webkit-filter: blur(4px);
      filter: blur(4px); }
    #hero .bg.blur-2 {
      -webkit-filter: blur(2px);
      filter: blur(2px); }
    #hero .bg.blur-3 {
      -webkit-filter: blur(3px);
      filter: blur(3px); }
    #hero .bg.blur-4 {
      -webkit-filter: blur(5px);
      filter: blur(5px); }
  #hero .fade {
    z-index: 10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45OCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, white 48%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 95%);
    background: -webkit-gradient(linear, left top, right top, color-stop(48%, white), color-stop(49%, rgba(255, 255, 255, 0.98)), color-stop(94%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 48%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 95%);
    background: -o-linear-gradient(left, white 48%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 95%);
    background: -ms-linear-gradient(left, white 48%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 95%);
    background: linear-gradient(to right, white 48%, rgba(255, 255, 255, 0.98) 49%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    opacity: 0.6; }
    @media (max-width: 768px) {
      #hero .fade {
        opacity: 0.6;
        background: #ffffff !important; } }
  #hero .content {
    z-index: 15; }
  #hero .site-subtitle {
        font-size: 17.7px;
    font-size: 1.10625rem;
    font-weight: 600;
    color: #EF3E42;
    margin-bottom: 10px;
    text-transform: uppercase;
	width: 100%; }
  #hero .site-title {
    font-size: 51.92px;
    font-size: 3.245rem;
    line-height: 56.64px;
    line-height: 3.54rem;
    font-weight: 500;
  	color: #00000;
  	text-transform: uppercase;
    margin-bottom: 30px; 
    width: 100%;
}
  #hero .site-about {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 52%; }
    @media (max-width: 1440px) {
      #hero .site-about {
        max-width: 60%; } }
    @media (max-width: 768px) {
      #hero .site-about {
        max-width: 80%; } 
		#hero .site-subtitle {
			margin-top: 0px;
		}
	}
    @media (max-width: 480px) {
      #hero .site-about {
        max-width: 100%; } }
	
      	#hero .picture {
			border-bottom: 15px #4490E6 solid;
      		padding-top: 55px;
      	}
      	
      	#hero .wrapper {
      	}
      	
      	#hero .site-title {
      		font-size: 38px;
    font-size: 2.375rem;
      	}
#nav-fade {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  background-color: #0f0f0f;
  opacity: 0.0; }
  #nav-fade.menu-open {
    pointer-events: auto;
    opacity: 0.5; }

footer #mini-menu {
  background-color: #DED6CC;
  font-family: 'Arvo', "Helvetica", Arial, sans-serif;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  footer #mini-menu .row {
    margin: 0; }
  footer #mini-menu ul {
    width: 100%;
    position: relative;
    font-family: inherit; }
  footer #mini-menu li {
    font-family: 'Arvo', "Helvetica", Arial, sans-serif;
    color: #003072;
    position: relative;
    list-style: none;
    font-size: 21.24px;
    font-size: 1.3275rem;
    line-height: 25.96px;
    line-height: 1.6225rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (max-width: 1023px) {
      footer #mini-menu li {
        font-size: 18.88px;
        font-size: 1.18rem;
        line-height: 25.96px;
        line-height: 1.6225rem;
        font-weight: 400; } }
    @media (max-width: 480px) {
      footer #mini-menu li {
        font-size: 21.24px;
        font-size: 1.3275rem;
        line-height: 23.6px;
        line-height: 1.475rem;
        font-weight: 400; } }
    footer #mini-menu li a:before {
      content: "";
      position: absolute;
      bottom: 0px;
      height: 3px;
      width: 100%;
      display: block;
      background-color: #003072; }
    footer #mini-menu li:hover {
      color: #1e88e5; }
      footer #mini-menu li:hover a:before {
        background-color: #1e88e5; }
    footer #mini-menu li:active {
      color: #4ca0ea; }
      footer #mini-menu li:active a:before {
        background-color: #4ca0ea; }
    footer #mini-menu li a {
      font-family: inherit;
      width: 90%;
      margin: 0 auto;
      display: block;
      position: relative;
      padding-bottom: 15px;
      text-decoration: none; }
      footer #mini-menu li a, footer #mini-menu li a:hover, footer #mini-menu li a:active {
        color: inherit; }
    footer #mini-menu li.arrow a:after {
      content: "";
      font-family: "Font Awesome 5";
      font-weight: 400;
      display: inline-block;
      float: right;
      margin-top: 1px;
      margin-left: 10px;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }

footer #content {
  background-color: #003072;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    footer #content {
      padding-top: 40px;
      padding-bottom: 10px; } }
  footer #content > .wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 768px) {
      footer #content > .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  footer #content ul {
    margin: 0;
    position: relative;
    font-family: inherit;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 768px) {
      footer #content ul {
        margin-bottom: 40px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  footer #content li {
    list-style: none;
    color: #ffffff;
    font-size: 17.7px;
    font-size: 1.10625rem;
    line-height: 23.6px;
    line-height: 1.475rem;
    font-weight: 300;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    clear: both;
    display: block; }
    footer #content li:last-child {
      margin-bottom: 0px !important; }
    @media (max-width: 1023px) {
      footer #content li {
        font-size: 16.52px;
        font-size: 1.0325rem;
        line-height: 21.24px;
        line-height: 1.3275rem;
        font-weight: 400; } }
    @media (max-width: 768px) {
      footer #content li {
        font-size: 17.7px;
        font-size: 1.10625rem;
        line-height: 21.24px;
        line-height: 1.3275rem;
        font-weight: 400;
        margin-bottom: 20px; } }
    footer #content li a {
      color: #ffffff;
      height: 100%;
      width: 100%;
      display: block;
      padding: 0;
      margin: 0;
      text-decoration: none; }
      footer #content li a:hover {
        color: #beddf7; }
      footer #content li a:active {
        color: #90c4f2; }
    footer #content li span {
      margin-right: 4px; }
    footer #content li > *:after {
      font-family: "Font Awesome 5";
      font-weight: 300;
      width: 30px;
      height: 100%;
      display: block;
      float: right; }
    footer #content li > *:before {
      font-family: "Font Awesome 5";
      font-weight: 300;
      width: 30px;
      height: 100%;
      display: block;
      float: left; }
    footer #content li.arrow > *:after {
      content: ""; }
    footer #content li.telephone > *:before {
      content: ""; }
    footer #content li.vakttlf > *:before {
      content: ""; }
    footer #content li.adresse > *:before {
      content: ""; }
    footer #content li.orgnr > *:before {
      content: ""; }
    footer #content li.email > *:before {
      content: ""; }
    footer #content li.postadresse > *:before {
      content: ""; }

footer #credits {
  background-color: #002559;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #ffffff;
  line-height: 15.34px;
  line-height: 0.95875rem;
  font-size: 15.34px;
  font-size: 0.95875rem;
  font-weight: 400; }
  footer #credits a {
    color: #ffffff; }
    footer #credits a:hover {
      color: #beddf7; }
    footer #credits a:active {
      color: #90c4f2; }

footer #to-the-top {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 35px;
  background-color: #1E88E5;
  color: #ffffff;
  line-height: 18.88px;
  line-height: 1.18rem;
  font-size: 18.88px;
  font-size: 1.18rem;
  font-weight: 500;
  font-family: "Font Awesome 5"; }

section.referanseprosjekter {
  padding-top: 6%;
  padding-bottom: 6%; }
  section.referanseprosjekter .title {
    font-size: 28.32px;
    font-size: 1.77rem;
    line-height: 33.04px;
    line-height: 2.065rem;
    font-weight: 500;
    margin-bottom: 25px; }

section.sertifiseringer {
  padding-top: 2%;
  padding-bottom: 6%; }
  section.sertifiseringer .title {
    font-size: 28.32px;
    font-size: 1.77rem;
    line-height: 33.04px;
    line-height: 2.065rem;
    font-weight: 500;
    margin-bottom: 25px; }

@media (max-width: 1023px) {
  section.single-product {
    padding-top: 30px; } }

section.single-product .jbi-slider, section.single-product .image {
  max-height: 540px;
  min-height: 380px; }
  @media (max-width: 1023px) {
    section.single-product .jbi-slider, section.single-product .image {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      max-height: 460px;
      height: 460px; } }

section.single-product .jbi-slider {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden; }
  section.single-product .jbi-slider:hover .slick-arrow {
    opacity: 1.0;
    pointer-events: auto; }
  section.single-product .jbi-slider .slick-arrow {
    -webkit-transition: opacity 220ms ease-in-out !important;
    -o-transition: opacity 220ms ease-in-out !important;
    transition: opacity 220ms ease-in-out !important;
    pointer-events: none;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    background-color: #003682;
    border-radius: 100%; }
    section.single-product .jbi-slider .slick-arrow:hover:before {
      opacity: 0.8; }
    section.single-product .jbi-slider .slick-arrow:before {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-size: 26px;
      opacity: 1.0;
      position: absolute;
      top: 12px;
      left: 0;
      content: "";
      font-family: "Font Awesome 5"; }
    @media (max-width: 1280px) {
      section.single-product .jbi-slider .slick-arrow {
        pointer-events: auto;
        opacity: 1; } }
    section.single-product .jbi-slider .slick-arrow.slick-prev {
      left: 30px; }
      section.single-product .jbi-slider .slick-arrow.slick-prev:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    section.single-product .jbi-slider .slick-arrow.slick-next {
      right: 30px; }
  section.single-product .jbi-slider > .slick-list {
    height: 100%; }
    section.single-product .jbi-slider > .slick-list > .slick-track {
      height: inherit !important; }
      section.single-product .jbi-slider > .slick-list > .slick-track > .slick-slide {
        height: inherit !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important; }

section.single-product .image {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden; }
  section.single-product .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%; }
  section.single-product .image .img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow: hidden; }
    section.single-product .image .img.no-img:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 150px;
      height: 60px;
      font-size: 150px;
      font-family: "Font Awesome 5";
      font-weight: 300;
      opacity: 0.15;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none; }

section.single-product .content {
  padding-left: 30px; }
  @media (max-width: 1023px) {
    section.single-product .content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 0px;
      margin-top: 30px; } }
  section.single-product .content .subtitle {
    font-size: 17.7px;
    font-size: 1.10625rem;
    font-weight: 600;
    color: #EF3E42;
    margin-bottom: 10px;
    text-transform: uppercase; }
  section.single-product .content .title {
    font-size: 35.4px;
    font-size: 2.2125rem;
    font-weight: 500;
    margin-bottom: 30px; }
  section.single-product .content .information {
    font-weight: 400; }
  section.single-product .content .button {
    -webkit-margin-after: 25px;
    margin-block-end: 25px; }
    section.single-product .content .button:not(:last-child) {
      margin-right: 25px; }

section.referanseprosjekter.relevante .box.product-1 .title span {
  opacity: 1.0;
  font-weight: 400;
  color: #0F0F0F; }
  section.referanseprosjekter.relevante .box.product-1 .title span:first-child {
    font-weight: 500;
    color: #0F0F0F; }
    section.referanseprosjekter.relevante .box.product-1 .title span:first-child:after {
      content: "|";
      padding-left: 5px;
      padding-right: 0px;
      display: inline-block;
      font-weight: 600; }

section.contact #map {
  position: relative;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #ededed;
  max-height: 600px; }
  @media (max-width: 1023px) {
    section.contact #map {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      max-height: 400px; } }
  section.contact #map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%; }
  section.contact #map #map_embed {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    overflow: hidden; }
    section.contact #map #map_embed > * {
      width: 100%;
      height: 100%; }
  section.contact #map:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 60px;
    font-size: 150px;
    font-family: "Font Awesome 5";
    font-weight: 300;
    opacity: 0.15;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none; }

section.contact .content {
  padding-left: 30px; }
  @media (max-width: 1023px) {
    section.contact .content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 0px;
      margin-top: 30px; } }
  section.contact .content li {
    list-style: none;
    display: block;
    float: left;
    margin-bottom: 10px;
    clear: both; }
    section.contact .content li span {
      opacity: 1.0;
      font-weight: 400;
      color: #0F0F0F; }
      section.contact .content li span.strong {
        margin-right: 5px;
        font-weight: 500;
        width: 100%;
        display: block; }
      section.contact .content li span:empty {
        display: none; }
  section.contact .content .title {
    font-size: 23.6px;
    font-size: 1.475rem;
    font-weight: 500; }
  section.contact .content li span:before {
    font-size: 23.6px;
    font-size: 1.475rem;
    font-family: "Font Awesome 5";
    font-weight: 300;
    position: block;
    margin-top: 0px;
    width: 42px;
    float: left; }
  section.contact .content li.phone span:first-child:before {
    content: ""; }
  section.contact .content li.vakttlf span:first-child:before {
    content: ""; }
  section.contact .content li.email span:first-child:before {
    content: ""; }
  	  
  
.box.category {
  font-family: 'Proxima nova', "Helvetica", Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  width: 33%;
  margin-bottom: 15px; }
	
.box.category .meta .link {
	color: #003072;
	font-weight: bold;
	border-bottom: 2px solid #003072;
 }	
	
 .box.category .meta .link:hover {
 	color: #4490E6;
 	border-bottom: 2px solid #4490E6;
 }
	
 .box.category .meta .link::after {
    content: "";
    font-family: "Font Awesome 5";
    font-weight: 400;
    display: inline-block;
    float: right;
    margin-top: 1px;
    margin-left: 10px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
 
 
  @media (max-width: 768px) {
    .box.category {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%; } }
  @media (max-width: 480px) {
    .box.category {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%; } }
  .box.category > a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    padding: 10px; }
    @media (max-width: 768px) {
      .box.category > a {
        padding: 10px; } }
    @media (max-width: 480px) {
      .box.category > a {
        padding: 0px; } }
  .box.category:hover .thumb .img {
    -webkit-transition: all 280ms ease-in-out;
    -o-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .box.category:hover .meta {
    position: relative; }
    .box.category:hover .meta > *:first-child:after {
      font-size: 25.96px;
      font-size: 1.6225rem;
      font-family: "Font Awesome 5";
      font-weight: 300;
      position: absolute;
      right: 0;
      top: 15px; }
  .box.category .thumb {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: #ededed; 
  	border-bottom: 5px #4490E6 solid;
  	height: 285px;
  }
    .box.category .thumb:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 70%; }
    .box.category .thumb .img {
      background-position: center center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      -webkit-box-sizing: content-box !important;
      box-sizing: content-box !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      overflow: hidden;
      margin-left: 0px;
      margin-top: 0px;
      padding: 0px;
      -webkit-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .box.category .thumb .img.no-img:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 150px;
        height: 60px;
        font-size: 150px;
        font-family: "Font Awesome 5";
        font-weight: 300;
        opacity: 0.15; }
    
  .box.category .meta {
    padding: 20px 0;
    margin: 0; }
    .box.category .meta .title {
      color: #EE3F5A;
      font-size: 17.7px;
      font-size: 1.10625rem;
      line-height: 23.6px;
      font-weight: 800;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .box.category .meta .title.alt-1 span {
        opacity: 1.0;
        font-weight: 400;
        color: #0F0F0F; }
        .box.category .meta .title.alt-1 span:first-child {
          font-weight: 500;
          color: #0F0F0F; }
          .box.category .meta .title.alt-1 span:first-child:after {
            content: "|";
            padding-left: 5px;
            padding-right: 0px;
            display: inline-block;
            font-weight: 600; }
    .box.category .meta .excerpt {
      line-height: 23.6px;
      line-height: 1.475rem;
      font-weight: 400;
    		
 }
    	
    	
    	

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