@charset "UTF-8";
/* color use */
.bg-color-1 {
  background-color: #000000;
}

.bg-color-2 {
  background-color: #333333;
}

.bg-color-3 {
  background-color: #EAEAEA;
}

.bg-color-4 {
  background-color: #FFFFFF;
}

.bg-color-5 {
  background-color: #002C77;
}

.bg-color-6 {
  background-color: #005BC3;
}

.bg-color-7 {
  background-color: #F5B81A;
}

.bg-color-8 {
  background-color: #DDDDDD;
}

.bg-color-9 {
  background-color: #888888;
}

.text-color-1 {
  color: #000000;
}

.text-color-2 {
  color: #333333;
}

.text-color-3 {
  color: #EAEAEA;
}

.text-color-4 {
  color: #FFFFFF;
}

.text-color-5 {
  color: #002C77;
}

.text-color-6 {
  color: #005BC3;
}

.text-color-7 {
  color: #F5B81A;
}

.text-color-8 {
  color: #DDDDDD;
}

.text-color-9 {
  color: #888888;
}

/* gradient displayed at the top of the homepage under the megatron */
.gradient {
  display: block;
  min-width: 100%;
  background: linear-gradient(180deg, transparent 38.54%, #E5F1FF 100%);
}

.gradient--2 {
  height: 450px;
  transform: none;
}

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #333;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #EAEAEA;
  text-shadow: none;
}

::selection {
  background: #EAEAEA;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #EAEAEA;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns,
.column-md,
.columns-md,
.column-lg,
.columns-lg {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
/* 
@media (min-width: 400px) {

  .container {

    width: 85%;
    padding: 0; 

  }

} 
*/
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    /*  width: 80%; */
  }
  .column,
.columns {
    margin-left: 4%;
  }
  .column:first-child,
.columns:first-child {
    margin-left: 0;
  }
  .one.column,
.one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
.offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
.offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
.offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
.offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
.offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
.offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
.offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* For devices larger than 768px */
@media (min-width: 768px) {
  .column-md,
.columns-md {
    margin-left: 4%;
  }
  .column-md:first-child,
.columns-md:first-child {
    margin-left: 0;
  }
  .one.column-md,
.one.columns-md {
    width: 4.6666666667%;
  }
  .two.columns-md {
    width: 13.3333333333%;
  }
  .three.columns-md {
    width: 22%;
  }
  .four.columns-md {
    width: 30.6666666667%;
  }
  .five.columns-md {
    width: 39.3333333333%;
  }
  .six.columns-md {
    width: 48%;
  }
  .seven.columns-md {
    width: 56.6666666667%;
  }
  .eight.columns-md {
    width: 65.3333333333%;
  }
  .nine.columns-md {
    width: 74%;
  }
  .ten.columns-md {
    width: 82.6666666667%;
  }
  .eleven.columns-md {
    width: 91.3333333333%;
  }
  .twelve.columns-md {
    width: 100%;
    margin-left: 0;
  }
}
/* For devices larger than 1000px */
@media (min-width: 1000px) {
  .column-lg,
.columns-lg {
    margin-left: 4%;
  }
  .column-lg:first-child,
.columns-lg:first-child {
    margin-left: 0;
  }
  .one.column-lg,
.one.columns-lg {
    width: 4.6666666667%;
  }
  .two.columns-lg {
    width: 13.3333333333%;
  }
  .three.columns-lg {
    width: 22%;
  }
  .four.columns-lg {
    width: 30.6666666667%;
  }
  .five.columns-lg {
    width: 39.3333333333%;
  }
  .six.columns-lg {
    width: 48%;
  }
  .seven.columns-lg {
    width: 56.6666666667%;
  }
  .eight.columns-lg {
    width: 65.3333333333%;
  }
  .nine.columns-lg {
    width: 74%;
  }
  .ten.columns-lg {
    width: 82.6666666667%;
  }
  .eleven.columns-lg {
    width: 91.3333333333%;
  }
  .twelve.columns-lg {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1168px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, ::after, ::before, html {
  box-sizing: border-box;
}

/* remove border on focus */
*:focus {
  outline: none;
}

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  font-family: proxima-nova, "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

html, body {
  height: 100%;
}

img {
  width: 100%;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

video {
  max-width: 100%;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2; /* letter-spacing: -.1rem; */
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25; /* letter-spacing: -.1rem; */
}

h3 {
  font-size: 3rem;
  line-height: 1.3; /* letter-spacing: -.1rem; */
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35; /* letter-spacing: -.08rem; */
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5; /* letter-spacing: -.05rem; */
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6; /* letter-spacing: 0; */
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #005BC3;
}

a:hover {
  color: #002C77;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: block;
  max-width: 288px;
  margin: 0 auto;
  padding: 0 16px;
  color: #005BC3;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  font-variant: small-caps;
  text-decoration: none;
  line-height: 44px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFF;
  border-radius: 5px;
  border: 2px solid #005BC3;
  cursor: pointer;
  box-sizing: border-box;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}
.button.col-2,
input[type=submit].col-2,
input[type=reset].col-2,
input[type=button].col-2 {
  max-width: 576px;
}

.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #002C77;
  border-color: #002C77;
  outline: 0;
}

.button.button--primary,
button.button--primary,
input[type=submit].button--primary,
input[type=reset].button--primary,
input[type=button].button--primary {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.4px;
  background-color: #005BC3;
  border-color: #005BC3;
}

.button.button--primary:hover,
button.button--primary:hover,
input[type=submit].button--primary:hover,
input[type=reset].button--primary:hover,
input[type=button].button--primary:hover,
.button.button--primary:focus,
button.button--primary:focus,
input[type=submit].button--primary:focus,
input[type=reset].button--primary:focus,
input[type=button].button--primary:focus {
  color: #FFF;
  background-color: #002C77;
  border-color: #002C77;
}

.button.button--danger,
button.button--danger,
input[type=submit].button--danger,
input[type=reset].button--danger,
input[type=button].button--danger {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.4px;
  background-color: #de0000;
  border-color: #de0000;
}

.button.button--danger:hover,
button.button--danger:hover,
input[type=submit].button--danger:hover,
input[type=reset].button--danger:hover,
input[type=button].button--danger:hover,
.button.button--danger:focus,
button.button--danger:focus,
input[type=submit].button--danger:focus,
input[type=reset].button--danger:focus,
input[type=button].button--danger:focus {
  color: #FFF;
  background-color: #c30000;
  border-color: #c30000;
}

.button.button--disabled,
button.button--disabled,
input[type=submit].button--disabled,
input[type=reset].button--disabled,
input[type=button].button--disabled {
  background-color: #EEE;
  color: #AAA;
  border: none;
  pointer-events: none;
}

.button.button--disabled:hover,
button.button--disabled:hover,
input[type=submit].button--disabled:hover,
input[type=reset].button--disabled:hover,
input[type=button].button--disabled:hover {
  background-color: #EEE;
  color: #AAA;
  border: none;
}

.button.button--ghost,
button.button--ghost,
input[type=submit].button--ghost,
input[type=reset].button--ghost,
input[type=button].button--ghost {
  color: #AAA;
  font-weight: 500;
  letter-spacing: 0.4px;
  background-color: #FFF;
  border-color: #FFF;
}

.button.button--ghost:hover,
button.button--ghost:hover,
input[type=submit].button--ghost:hover,
input[type=reset].button--ghost:hover,
input[type=button].button--ghost:hover,
.button.button--ghost:focus,
button.button--ghost:focus,
input[type=submit].button--ghost:focus,
input[type=reset].button--ghost:focus,
input[type=button].button--ghost:focus {
  color: #AAA;
  background-color: #FFF;
  border-color: #FFF;
}

.button--disabled {
  opacity: 0.6;
}

.button--disabled:hover {
  cursor: not-allowed;
}

.button--large {
  max-width: 385px !important;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 48px;
  padding: 8px 16px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* custom radiobutton and checkbox styling*/
.radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.radio > input[type=radio] {
  position: static;
  left: auto;
  margin-right: 12px;
  cursor: pointer;
}

.radio > label {
  cursor: pointer;
}

.radio > input[type=radio] + label::before {
  content: none;
}

@supports (-webkit-appearance: none) {
  .radio:focus {
    outline: none;
  }
  .radio > input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 50%;
  }
  .radio:focus > input[type=radio],
.radio:hover > input[type=radio] {
    border-color: #666;
  }
  .radio > input[type=radio]:checked {
    border-color: #005BC3;
    box-shadow: inset 0 0 0 6px #005BC3;
  }
  .radio:focus > input[type=radio]:checked,
.radio:hover > input[type=radio]:checked {
    border-color: #002C77;
    box-shadow: inset 0 0 0 6px #002C77;
  }
}
.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.checkbox > span {
  width: 100%;
}

.checkbox > input[type=checkbox] {
  position: static;
  left: auto;
  margin-right: 12px;
  cursor: pointer;
}

.checkbox > label {
  cursor: pointer;
}

.checkbox > input[type=checkbox] + label::before {
  content: none;
}

@supports (-webkit-appearance: none) {
  .checkbox:focus {
    outline: none;
  }
  .checkbox > input[type=checkbox] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 3px;
  }
  .checkbox:focus > input[type=checkbox],
.checkbox:hover > input[type=checkbox] {
    border-color: #666;
  }
  .checkbox > input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-width='2px' fill='none'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #005BC3;
    border-color: rgba(33, 34, 36, 0.15);
  }
  .checkbox:focus > input[type=checkbox]:checked,
.checkbox:hover > input[type=checkbox]:checked {
    background-color: #002C77;
  }
}
.checkbox--inline + label,
.radio-button--inline + label {
  margin-right: 16px;
}

.checkbox--inline + label:last-child,
.radio-button--inline + label:last-child {
  margin-right: 0;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -1000000px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  line-height: 1.56;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: top;
}

input[type=checkbox] + label,
input[type=checkbox] + label::before,
input[type=radio] + label,
input[type=radio] + label::before {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

input[type=radio] + label::before {
  content: " ";
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 50%;
}

input[type=radio]:checked + label::before {
  border: 1px solid #005BC3;
  box-shadow: inset 0 0 0 6px #005BC3;
  transition: box-shadow 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type=radio]:checked + label:hover::before,
input[type=radio]:focus:checked + label::before {
  border: 1px solid #002C77;
  box-shadow: inset 0 0 0 6px #002C77;
}

input[type=checkbox] + label::before {
  content: " ";
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #fff;
  transition: background 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type=checkbox] + label:hover::before,
input[type=checkbox]:checked + label::before,
input[type=checkbox]:focus + label::before,
input[type=radio] + label:hover::before,
input[type=radio]:focus + label::before {
  border-color: #666;
  box-shadow: inset 0 1px 3px 0 rgba(33, 34, 36, 0.07);
}

input[type=checkbox]:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-width='2px' fill='none'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/g%3E%3C/svg%3E");
  border-color: rgba(33, 34, 36, 0.15);
  background-color: #005BC3;
}

input[type=checkbox]:checked:hover + label::before {
  background-color: #002C77;
}

input:disabled {
  background-color: #dddddd;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.6rem 0 1.6rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.6rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #EAEAEA;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1.6rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.6rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.4rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

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

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

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #EAEAEA;
}

.ajax-loader-overlay {
  background-color: white;
  height: 95%;
  width: 100%;
  position: absolute;
  z-index: 800;
  opacity: 0.5;
  display: none;
}

.ajax-loader {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 64px;
  margin-left: -34px;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container::after,
.row::after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* SITE WRAPPER */
/* 
.s-wrap {  
} 
*/
header.top-header {
  background-color: #0057b8;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}

header.top-header a {
  color: white;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

form .form-field.form-error {
  border: #c30000 1px solid;
}

p.error {
  color: #c30000;
}

ul.errors {
  color: #c30000;
}

.megatron__title {
  overflow-wrap: break-word;
}

.account-delete-icon {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 74px 80px;
  background-image: url("../img/icons/icon-bin-red.svg");
  margin: 0 auto;
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

#delete-account-modal .modal-body {
  text-align: center;
}
#delete-account-modal .modal-body ul {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  margin-bottom: 0px;
}
#delete-account-modal .modal-body ul li {
  list-style-type: none;
}
#delete-account-modal .modal-body ul li:first-child {
  margin-right: 10px;
}

#delete-account-modal .modal-dialog {
  max-width: 500px;
}

/* autofill options */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* SITE WRAPPER */
.s-main {
  position: relative;
}

.splashpage .s-main {
  display: none;
}

/* SITE HEADER */
.s-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  padding: 24px 0;
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent);
  transition: transform 300ms;
}

.splashpage .s-header {
  display: none;
}

.s-header--checkout {
  position: absolute;
  padding: 16px 0;
  color: #333;
  background: #FFF;
  border-bottom: 1px solid #EFEFEF;
}

.s-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.s-header__item {
  flex: 1 1 auto;
}

/* logo */
.s-logo {
  display: block;
  max-width: 88px;
  text-decoration: none;
  border: 1px solid #FFF;
  box-shadow: 0px 16px 24px rgba(0, 44, 119, 0.1), 0px 0px 32px rgba(0, 44, 119, 0.005);
}

.s-logo__txt {
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

.s-logo--small {
  max-width: 55px;
}

/* main menu or top navigation */
.main-menu {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}

.main-menu__item {
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
}

.main-menu__item a {
  color: #FFF;
  text-decoration: none;
}

.main-menu__item a:hover,
.main-menu__item a:focus {
  color: #FFF;
  border-bottom: 3px solid #FFF;
}

.main-menu__item--active a {
  border-bottom: 3px solid #FFF;
}

/* secodary navigation (general search, language swicth, cart) */
.secondary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-weight: 600;
}

/* single search button in site header*/
.search-btn {
  width: 44px;
  height: 44px;
  margin-right: 2px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px;
  background-image: url("../img/icons/icon-search.svg");
}

.search-btn:hover {
  text-decoration: none;
}

.search-btn__text {
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

.menu-btn {
  width: 44px;
  display: flex;
  margin: 0 0 0 10px;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  color: white;
  margin-bottom: 0px;
  align-items: center;
}

.menu-btn:hover {
  color: white;
}

.menu-btn__icon {
  display: inline-block;
  width: 29px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url(../img/icons/icon-menu.svg);
}

.m-main-menu-itemlist {
  list-style: none;
}

.m-main-menu__item {
  padding: 15px 0 15px 48px;
  margin: 0;
  border-bottom: solid 1px #DDD;
  font-weight: bold;
}

.m-main-menu__item:first-child {
  padding-top: 0;
}

.m-main-menu__item a {
  text-decoration: none;
}

/* badge */
.badge {
  width: 44px;
  height: 44px;
  margin-right: 2px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px;
  background-image: url("../img/icons/icon-lock.svg");
}

.badge__text {
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
  width: 44px;
}

/* pipe separator */
.secondary-nav__pipe {
  display: block;
  width: 1px;
  height: 36px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.22);
}

.secondary-nav--checkout .secondary-nav__pipe {
  background-color: #EAEAEA;
}

/* language swicth in site header*/
.lang-switch {
  list-style: none;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lang-switch__item {
  margin: 2px 0 0 0;
}

.lang-switch__item a, .account-wrapper a {
  color: #FFF;
  text-decoration: none;
}

.secondary-nav--checkout .lang-switch__item a {
  color: #333;
}

.lang-switch__caret {
  display: inline-block;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/icon-caret.svg");
}

.secondary-nav--checkout .lang-switch__caret {
  background-image: url("../img/icons/icon-caret-2.svg");
}

/* single cart button in site header*/
.cart-btn {
  min-width: 53px;
  height: 36px;
  padding: 6px 5px 5px 8px;
  border-radius: 3px;
  background-color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-btn__icon {
  display: inline-block;
  width: 25px;
  height: 18px;
  top: 1px;
  left: 1px;
  background-repeat: no-repeat;
  background-size: 19px;
  background-image: url(../img/icons/icon-cart.svg);
}

.cart-btn__txt {
  position: relative;
  top: 1px;
  right: 2px;
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  font-weight: 600;
  color: #333;
}

.s-header--scroll-up {
  position: fixed;
}

.s-header--scroll-down {
  transform: translateY(-150px);
}

.s-header--light, .s-header--scroll-up {
  transform: translateY(0px);
  padding: 16px 0;
  color: #333;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #EFEFEF;
}
.s-header--light .main-menu__item a, .s-header--light .lang-switch__item a, .s-header--light .account-wrapper a, .s-header--scroll-up .main-menu__item a, .s-header--scroll-up .lang-switch__item a, .s-header--scroll-up .account-wrapper a {
  color: #333;
  text-decoration: none;
}
.s-header--light .main-menu__item a:hover, .s-header--light .main-menu__item a:focus, .s-header--scroll-up .main-menu__item a:hover, .s-header--scroll-up .main-menu__item a:focus {
  border-bottom: 3px solid #333;
}
.s-header--light .search-btn, .s-header--scroll-up .search-btn {
  background-image: url(../img/icons/icon-search-dark.svg);
}
.s-header--light .secondary-nav__pipe, .s-header--scroll-up .secondary-nav__pipe {
  background-color: #DDD;
}
.s-header--light .cart-btn, .s-header--scroll-up .cart-btn {
  background-color: #333;
}
.s-header--light .cart-btn__icon, .s-header--scroll-up .cart-btn__icon {
  background-image: url(../img/icons/icon-cart-light.svg);
}
.s-header--light .cart-btn__txt, .s-header--scroll-up .cart-btn__txt {
  color: #FFF;
}
.s-header--light .menu-btn, .s-header--scroll-up .menu-btn {
  color: #333;
}
.s-header--light .menu-btn__icon, .s-header--scroll-up .menu-btn__icon {
  background-image: url(../img/icons/icon-menu-dark.svg);
}

.menu-btn {
  display: none;
}

@media (max-width: 768px) {
  .main-menu__item {
    font-size: 12px;
    margin: 0 10px;
  }
  .s-logo {
    max-width: 55px;
  }
}
@media (max-width: 565px) {
  .s-header .s-header__item:nth-child(2) {
    display: none;
  }
  .menu-btn {
    display: flex;
  }
  .s-header__dropdown {
    width: 100%;
  }
  .main-menu--mobile {
    width: 100%;
  }
  .main-menu__item {
    display: block;
    width: 100%;
  }
  .s-header--checkout {
    display: block;
  }
  .s-header--checkout .s-logo {
    margin: 0px auto 0 auto;
  }
  .s-header--checkout .steps {
    padding: 20px 0 20px 0;
  }
  .s-header--checkout .s-header__item:nth-child(2) {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .s-header--checkout .s-header__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 350px) {
  .menu-btn {
    width: 30px;
    margin: 0 0 0 10px;
  }
}
/* SITE FOOTER */
.s-footer {
  margin-top: 72px;
  position: relative;
  color: #FFF;
  background: #002C77;
  background: linear-gradient(180deg, #003E84 0%, #002C77 100%);
}

.splashpage .s-footer {
  display: none;
}

/* example of sass nesting with BEM */
/* contact module in footer */
.contact-bubble {
  position: relative;
  top: -56px;
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 6px;
  text-align: center;
}
.contact-bubble__image {
  width: 112px;
  height: 112px;
  margin: 0 auto 32px auto;
  border: 5px solid #FFF;
  background-color: #EAEAEA;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/s-logo-L.png");
  box-shadow: 0px 16px 24px rgba(0, 44, 119, 0.1), 0px 0px 32px rgba(0, 44, 119, 0.005);
}
.contact-bubble__text {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.52;
  letter-spacing: -1px;
}
.contact-bubble__text a {
  color: #FFF;
  text-decoration: underline;
}
.contact-bubble__text a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* main footer module : groups site links */
.main-footer {
  padding-bottom: 56px;
  /* list with site links */
}
.main-footer__title {
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 17px;
  line-height: 1.24;
  font-weight: 500;
}
.main-footer__list {
  list-style: none;
  font-size: 15px;
  line-height: 1.87;
  font-weight: 400;
}
.main-footer__list li {
  margin-bottom: 0;
}
.main-footer__list a {
  color: #9895B2;
  color: rgba(255, 255, 255, 0.44);
  text-decoration: none;
}
.main-footer__list a:hover {
  color: #E8E8E8;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

/* sub footer module: groups misc footer content in the lower part of the site footer */
.sub-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.sub-footer__logo {
  max-width: 56px;
  margin-right: 16px;
  border: 1px solid #FFF;
}
.sub-footer__logo a {
  text-decoration: none;
}
.sub-footer__copyright {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.sub-footer__share {
  margin-left: auto;
}

/* small rounded social icons displayed in the lower part of the site footer*/
.social-list {
  list-style: none;
  margin: 0 0 0 auto;
  font-size: 0;
  line-height: 0;
}
.social-list__item {
  display: inline-block;
  margin: 0 0 0 12px;
  padding: 0;
}
.social-list__item a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 49% 50%;
  background-size: contain;
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}
.social-list__item--facebook a {
  background-size: 8px 15px;
  background-image: url("../img/icons/icon-facebook.svg");
}
.social-list__item--twitter a {
  background-size: 14px 11px;
  background-image: url("../img/icons/icon-twitter.svg");
}
.social-list__item--linkedin a {
  background-size: 14px;
  background-image: url("../img/icons/icon-linkedin.svg");
}

@media (max-width: 625px) {
  .main-footer .column, .main-footer .columns {
    width: 100%;
    margin: 0;
  }
  .main-footer {
    text-align: center;
  }
}
.main-footer-wrap nav {
  content: "";
  clear: both;
  display: table;
  width: auto;
  margin: 0 auto;
}

.main-footer-wrap nav .columns {
  margin: 0;
  padding-left: 4%;
  min-width: 160px;
  max-width: 160px;
}

.sub-footer .legal-documents {
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.sub-footer .legal-documents ul {
  list-style-type: none;
  margin-bottom: 0;
}
.sub-footer .legal-documents ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.sub-footer .legal-documents ul a {
  text-decoration: none;
  color: white;
}

.sub-footer .sub-footer__extra-logos ul {
  margin-bottom: 0;
  padding: 0;
}
.sub-footer .sub-footer__extra-logos ul li {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 10px;
}
.sub-footer .sub-footer__extra-logos ul li img {
  width: 80px;
}

@media (max-width: 1175px) {
  .sub-footer .legal-documents {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .sub-footer .sub-footer__logo {
    margin-bottom: 15px !important;
    margin: 0 auto;
  }
  .sub-footer .sub-footer__copyright, .sub-footer .sub-footer__share, .sub-footer .sub-footer__extra-logos {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
}
/* Slidebar */
.slidebar[off-canvas] {
  padding: 30px 24px 32px 24px;
  color: #333;
  background-color: #FFF;
  /*box-shadow: 0 0 .5rem rgba(0, 44, 119, 0.06);*/
  box-shadow: 0px 16px 24px rgba(0, 44, 119, 0.1), 0px 0px 32px rgba(0, 44, 119, 0.005);
}

.slidebar__title {
  margin-bottom: 27px;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.slidebar__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  background-image: url("../img/icons/icon-close.svg");
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

/* mini cart displayed in the slidebar */
.m-cart-item {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 24px 24px 24px;
  border: 1px solid #DDD;
}

.m-cart-item__title {
  margin-bottom: 9px;
  padding-right: 31px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.m-cart-item__body {
  margin-bottom: 23px;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: normal;
  color: #666;
  border-bottom: 1px solid #EAEAEA;
}

.m-cart-item__body p:last-child {
  margin-bottom: 0;
}

.m-cart-item-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-cart-item-price__label {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.m-cart-item-price__amount {
  display: inline-block;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.2px;
}

.m-cart-item__remove {
  position: absolute;
  top: 7px;
  right: 11px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px 20px;
  background-image: url("../img/icons/icon-bin.svg");
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

.m-cart-item__remove:hover {
  background-image: url("../img/icons/icon-bin-red.svg");
}

.m-cart-totals {
  margin-bottom: 12px;
}

/* 
.m-cart-totals__item {
} 
*/
.m-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-cart-total__label {
  font-size: 20px;
  line-height: 2.4;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.m-cart-total__label small {
  font-size: 14px;
  font-weight: 300;
}

/* 
.m-cart-total__amount {
} 
*/
.m-cart-total__currency {
  color: #999;
}

.m-cart-total__sum {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.2px;
}

/* reinspection module - option used to display reinspection pricing*/
.reinspection {
  margin-top: 9px;
}

.reinspection__input-group {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
}

input[type=checkbox].reinspection__input {
  /* display: inline-block; */
  margin-bottom: 0;
  /* 
  margin-right: 4px;
  width: 20px;
  height: 20px;
  outline: none;
  vertical-align: middle;
  */
}

/* 
.reinspection__input-label {

  display: inline-block;
  vertical-align: middle;

}
*/
/* wrap order in cart */
.wrap-order {
  max-width: 816px;
  margin: 0 auto;
}

[off-canvas*=overlay] {
  z-index: 500 !important;
}

/* SECTION */
/* general section styling*/
.section {
  padding-bottom: 131px;
}

.section--type2 {
  padding-top: 118px;
  padding-bottom: 32px;
}

.section__header {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 62px;
  padding-top: 40px;
  text-align: center;
}

.section__pre-title {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #AAA;
}

.section__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -1px;
}

.section__intro {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #666;
}

.section__bottom {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  color: #666;
}

.section__intro p:last-child {
  margin-bottom: 0;
}

.section__body {
  padding-bottom: 38px;
}

.section__btn {
  margin-bottom: 0;
  /* 
  display: block;
  max-width: 288px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 17px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -.4px;
  font-variant: small-caps;
  text-decoration: none;
  text-align: center;
  color: #005BC3;
  background: #FFFFFF;
  border: 2px solid #005BC3;
  box-sizing: border-box;
  border-radius: 5px;

  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  */
}

/*
.section__btn:hover,
.section__btn:focus {

  color: #002C77;
  border-color: #002C77;

}
*/
@media (max-width: 550px) {
  .section__header {
    padding-bottom: 48px;
  }
  .section__title {
    font-size: 32px;
  }
  .section__intro {
    font-size: 18px;
  }
  .section__btn {
    font-size: 15px;
    max-width: 240px;
  }
}
.product-overview {
  /* SECTION */
  /* general section styling*/
  /*
  .section__btn:hover,
  .section__btn:focus {

    color: #002C77;
    border-color: #002C77;

  }
  */
}
.product-overview .section {
  padding-bottom: 64px;
}
.product-overview .section--type2 {
  padding-top: 118px;
  padding-bottom: 32px;
}
.product-overview .section__header {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 62px;
  text-align: center;
}
.product-overview .section__pre-title {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #AAA;
}
.product-overview .section__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -1px;
}
.product-overview .section__intro {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #666;
}
.product-overview .section__bottom {
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  color: #333;
}
.product-overview .section__intro p:last-child {
  margin-bottom: 0;
}
.product-overview .section__body .section__bottom {
  padding-bottom: 38px;
  max-width: 688px;
  margin: 0 auto;
  font-size: 18px !important;
}
.product-overview .section__body .section__bottom h2 {
  font-size: 32px;
  line-height: 1.31;
  color: #333;
  margin: 16px 0;
  font-weight: 700;
}
.product-overview .section__body .section__bottom p {
  margin: 32px 0;
}
.product-overview .section__btn {
  margin-bottom: 0;
  /* 
  display: block;
  max-width: 288px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 17px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -.4px;
  font-variant: small-caps;
  text-decoration: none;
  text-align: center;
  color: #005BC3;
  background: #FFFFFF;
  border: 2px solid #005BC3;
  box-sizing: border-box;
  border-radius: 5px;

  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  */
}
@media (max-width: 550px) {
  .product-overview .section__header {
    padding-bottom: 48px;
  }
  .product-overview .section__title {
    font-size: 32px;
  }
  .product-overview .section__intro {
    font-size: 18px;
  }
  .product-overview .section__btn {
    font-size: 15px;
    max-width: 240px;
  }
}

/* megatron */
.megatron {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 848px;
  padding: 9.459% 0;
  background-color: #EAEAEA;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.megatron__header--home {
  min-height: 400px;
}

/* megatron size settings */
.megatron--size-2 {
  min-height: 640px;
}

/* megatron overlay - used to increase contrast between image and text (might be made global)*/
.megatron::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.megatron-video {
  overflow: hidden;
  max-height: 1047px;
}
.megatron-video #vid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.megatron-video .container {
  height: auto;
}

/* megatron contrast setting */
.megatron--contrast-0::before {
  background-color: transparent;
}

.megatron--contrast-1::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.megatron--contrast-2::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.megatron--contrast-3::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.megatron--contrast-4::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.megatron--contrast-5::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.megatron--contrast-6::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.megatron--contrast-7::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.megatron--contrast-8::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.megatron--contrast-9::before {
  background-color: rgba(0, 0, 0, 0.9);
}

.megatron__title {
  font-size: 62px;
  line-height: 73px;
  font-weight: 800;
  color: #FFF;
  text-align: center;
  padding-top: 15px;
}

.page-nav {
  position: relative;
  top: -24px;
  margin-bottom: -24px;
  padding-bottom: 64px;
}

@media (max-width: 425px) {
  .megatron {
    min-height: 480px;
  }
  .megatron__header--home {
    margin-top: 80px;
    min-height: 460px;
  }
  .megatron__title {
    font-size: 48px;
    line-height: 53px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-dialog {
  max-width: 950px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

#combi-modal .modal-body {
  min-height: 64px;
}

#combi-modal .modal-body .ajax-loader {
  top: 0;
}

#combi-modal .modal-footer {
  border-top: none;
}

#delete-parent-product .m-cart-item__remove {
  position: inherit;
}

/* video player on PDP - most styling for this module is handled in the plyr.css file */
.wrap-video {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

/* 
.video {
}
*/
/* icon box - displayed on homepage*/
.icon-box {
  position: relative;
  max-width: 346px;
  margin: 0 auto;
  padding-bottom: 27px;
  text-align: center;
}

.icon-box::after {
  position: absolute;
  top: 21px;
  content: " ";
  display: block;
  width: 102px;
  height: 17px;
  background-image: url("../img/icons/icon-arrow-right.svg");
  background-size: cover;
  transform: translate(-70%, 0);
}

.icon-box--1::after {
  display: none;
}

.icon-box__icon {
  max-width: 64px;
  min-height: 69px;
  margin-bottom: 31px;
}

.icon-box__icon--order {
  max-width: 72px;
}

.icon-box__icon--calendar {
  max-width: 58px;
}

.icon-box__title {
  margin-bottom: 0;
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.2px;
  color: #333;
}

.icon-box__body {
  font-size: 17px;
  line-height: 1.412;
  font-weight: 300;
  text-align: center;
  color: #666;
}

.icon-box__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 40em) {
  .icon-box::after {
    display: none;
  }
}
/* product gallery or grid - holds product or service cards*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin-bottom: 0;
}

.gallery--is-centered {
  justify-content: center;
}

.gallery__item {
  flex: 1 1 268px;
  display: flex;
  flex-direction: column;
  margin: 0 16px 32px 16px;
  flex-grow: 0;
}

@media (max-width: 545px) {
  .gallery__item--is-empty {
    display: none;
  }
}
.no-service-found {
  text-align: center;
}

.gallery__item .service-price {
  flex: inherit;
  justify-content: center;
}
.gallery__item .service-price--deal {
  margin-left: 0;
}

/* product card */
.product {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding: 35px 24px 32px 24px;
  text-align: center;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  min-height: 262px;
}

.product--has-shadow {
  border: none;
  box-shadow: 0px 2px 28px rgba(0, 44, 119, 0.1);
}

.product--is-promoted,
.product--is-deal {
  border: 2px solid #F5B81A;
}

.product--is-deal {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product__label {
  position: absolute;
  top: -12px;
  left: 50%;
  display: block;
  min-width: 128px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  font-variant: small-caps;
  border-radius: 24px;
  background: #F5B81A;
  transform: translateX(-50%);
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.product__label-2 {
  position: absolute;
  top: -46px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  padding: 11px 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: #F5B81A;
}

.product__header {
  margin-bottom: auto;
}

.product__info-note {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.product__title {
  margin-bottom: 0;
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1.36;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.4px;
  color: #005BC3;
}

.product__title a {
  text-decoration: none;
}

.product__body {
  padding-bottom: 13px;
}

/* 
.product-price {
} 
*/
.product-price__original {
  display: block;
}

.product-price__label {
  display: block;
  margin-bottom: 0;
  padding-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #888;
}

.product-price__currency {
  display: inline-block;
  margin-left: -20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #999;
}

.product-price__amount {
  display: inline-block;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.12;
  letter-spacing: -1px;
}

.product__footer {
  margin-top: auto;
}

.product__btn {
  display: block;
  max-width: 200px;
  margin: 0 auto 7px auto;
  padding: 0 16px;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  font-variant: small-caps;
  color: #FFF;
  background: #005BC3;
  border-radius: 100px;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.product__btn:hover,
.product__btn:focus {
  color: #FFF;
  background-color: #002C77;
}

.product__btn__icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  margin-top: -3px;
  margin-right: 3px;
  background-image: url("../img/icons/icon-cart-2.svg");
  background-repeat: no-repeat;
  background-size: 20px 18px;
}

.product--is-in-cart .product__btn__icon {
  display: none;
}

.product__more {
  display: block;
  font-size: 15px;
  line-height: 1.73;
  font-weight: 500;
  font-variant: small-caps;
  color: #005BC3;
  text-decoration: none;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.product__variants-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  background-image: url(../img/icons/icon-gear.svg);
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

.product__variants-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 35px 24px 32px 24px;
}
.product__variants-overlay label {
  margin-bottom: 8px;
}
.product__variants-overlay select {
  width: 100%;
  height: 40px;
}
.product__variants-overlay .product-price {
  font-size: 24px;
}
.product__variants-overlay .product-price__label {
  padding-bottom: 8px;
}
.product__variants-overlay .service-price__amount {
  font-size: 24px;
}
.product__variants-overlay .service-price__currency {
  font-size: 18px;
}

.product__variants-action {
  min-width: 150px;
  width: 100%;
  display: block;
}

.product__variants-action-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  background-image: url(../img/icons/icon-close.svg);
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
  cursor: pointer;
}

/* wrap services */
/*
.wrap-services {
}
*/
/* services list */
.service-list {
  max-width: 1088px;
  margin: 0 auto;
}

.service-list__item {
  position: relative;
  margin-bottom: 32px;
}

.service:not(.gallery__item) {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
  padding: 24px 32px 30px 32px;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #FFF;
}

@media (max-width: 708px) {
  .service.service--is-promoted {
    padding-top: 64px;
  }
}

.service--type-2 {
  border: none;
  padding: 0;
}

.service-group {
  padding: 64px 32px 46px 32px;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #FFF;
}

.service-group .service {
  margin-bottom: 32px;
}

.service-group .service:last-child {
  margin-bottom: 0;
}

.service-group--is-promoted {
  border: 2px solid #F5B81A;
}

.service__label {
  position: absolute;
  top: -12px;
  left: 50%;
  display: block;
  min-width: 128px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7143;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  font-variant: small-caps;
  border-radius: 24px;
  background: #F5B81A;
  transform: translateX(-50%);
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

/* sticker - replaces the service and product label */
.sticker {
  position: absolute;
  top: -14px;
  left: 50%;
  display: block;
  min-width: 140px;
  text-align: center;
  transform: translateX(-50%);
  border-radius: 24px;
  background: #F5B81A;
  vertical-align: middle;
}

.sticker__label {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  font-variant: small-caps;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  vertical-align: middle;
  height: 30px;
  border-radius: 24px;
}

.sticker__tagline {
  display: block;
  position: absolute;
  left: 50%;
  min-width: 168px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.1px;
  color: #F5B81A;
  transform: translateX(-50%);
  margin-top: 6px;
}

/* override sticker styling for single services */
.product--is-promoted.single-product {
  padding-top: 64px;
  border: 1px solid #EAEAEA;
}
.product--is-promoted.single-product .sticker__label {
  background: #ccd7e5;
}
.product--is-promoted.single-product .sticker__tagline {
  color: #666;
  font-size: 14px;
  min-width: 210px;
}

.service--is-promoted .sticker__label {
  background: #ccd7e5;
}
.service--is-promoted .sticker__tagline {
  min-width: 200px;
  color: #666;
}

.service-info {
  padding-right: 3%;
  display: flex;
  flex-wrap: wrap;
}

.service-info__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.service-info__header label {
  margin: 0 20px;
}

.service-info__header select {
  margin: 0;
  padding: 4px 16px;
  height: 40px;
}

.info-note {
  display: inline-block;
  vertical-align: middle;
  min-width: 136px;
  margin: 0 12px 0px 0;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  background: #EAEAEA;
}

.info-note__icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  background-image: url("../img/icons/icon-warning.svg");
  background-repeat: no-repeat;
  background-size: 14px;
}

.info-note__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: lowercase;
}

.service-info__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.09;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #005BC3;
}

.service--type-2 .service-info__title {
  margin-bottom: 0;
}

.service-info__title a {
  text-decoration: none;
}

.service-info__body {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  padding-left: 30px;
}
.service-info__body p:last-child {
  margin-bottom: 0;
}
.service-info__body figure {
  margin-left: 0;
  margin-right: 0;
}
.service-info__body figure img {
  width: auto;
  height: 50px;
  max-width: fit-content;
}

.service-prices {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  max-width: 192px;
  margin-top: 3px;
  margin-left: auto;
  padding: 24px 3% 23px 3%;
  border-left: 1px solid #EAEAEA;
}

.service--type-2 .service-prices {
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
}

.service-prices__label {
  margin-right: 8px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.service-price {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.service--type-2 .service-price {
  align-items: flex-end;
}

.service-price__currency {
  margin-right: 3px;
  font-size: 17px;
  line-height: 1.47;
  color: #999;
}

#appointment-form .service-price__amount {
  font-size: 30px;
}

.service-price__amount {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
  color: #333;
}

.service-price--deal {
  margin-left: 12px;
}

.service-price--original .service-price__currency--original,
.service-price--original .service-price__amount--original {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BBB;
  text-decoration: line-through;
}

/* 

.service-price--deal {
}
*/
.service-price--deal .service-price__currency,
.service-price--deal .service-price__amount {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #00C376;
}

.service-action {
  position: relative;
  top: 22px;
  min-width: 180px;
  text-align: center;
}

.service--type-2 .service-action {
  top: 0;
}

.service--type-3 .service-action {
  position: relative;
  top: 1px;
  min-width: 0;
  text-align: center;
  padding: 20px 0 21px 3%;
  border-left: 1px solid #EAEAEA;
}

.service-action-btn {
  display: block;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 400 !important;
}

.service--is-in-cart .service-action-btn {
  background-color: #00C376;
  border-color: #00C376;
}

.service-action-btn__icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  margin-top: -3px;
  margin-right: 3px;
  background-image: url("../img/icons/icon-cart-2.svg");
  background-repeat: no-repeat;
  background-size: 20px 18px;
}

.service--is-in-cart .service-action-btn__icon {
  display: none;
}

/*
.service-action-btn__label {
}
*/
.service-action__link {
  display: block;
  padding: 7px 0;
  font-size: 15px;
  line-height: 1.73;
  font-weight: 600;
  /* font-variant: small-caps; */
  color: #005BC3;
  text-decoration: none;
  /* -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp"; */
}

.service-list__reinspection {
  position: absolute;
  top: -42px;
  left: 0;
  /* font-variant: small-caps; */
  /* -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp"; */
}

.reinspection__input-icon {
  opacity: 0.7;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: 2px;
  background-image: url("../img/icons/icon-warning.svg");
  background-repeat: no-repeat;
  background-size: 14px;
}

.service-action__remove-btn {
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("../img/icons/icon-bin.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 20px;
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

.service-action__remove-btn.white-bin {
  background-image: url("../img/icons/icon-bin-white.svg");
}

.service-action__remove-btn.white-bin:hover {
  background-image: url("../img/icons/icon-bin-white.svg");
}

.service-action__remove-btn:hover {
  background-image: url("../img/icons/icon-bin-red.svg");
}

.service-price-action-wrap {
  padding-top: 15px;
}

.service-group .service-price-action-wrap {
  padding-top: 0px;
}

.service-price-action-wrap .service-prices {
  margin-left: 0;
  padding: 3px 0% 0px 3%;
  border-left: 0;
  float: right;
}

.service-price-action-wrap .service-action {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  top: 0px;
  min-width: fit-content;
}

.service-price-action-wrap .service-action .service-action__link {
  padding-left: 18px;
}

.service-list__reinspection {
  position: relative;
  text-align: right;
  margin-top: 0;
  top: 0;
}

.service-group .service-prices__label {
  display: none;
}

@media (max-width: 708px) {
  .service-group .service {
    margin-bottom: 64px;
  }
  .service-list__item .service {
    flex-direction: column;
    align-items: initial;
  }
  .service-list__item .service-info {
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #DDD;
    display: block;
    text-align: center;
  }
  .service-list__item .service-price--original, .service-list__item .service-price--deal {
    display: flex;
  }
}
@media (max-width: 460px) {
  .service-list__item--mobile .service-info {
    border-bottom: none;
  }
  .service-group .service-price--original .service-price__currency, .service-group .service-price--original .service-price__amount {
    font-size: 15px;
  }
  .service-group .service-price-action-wrap {
    padding-top: 0px;
    justify-content: flex-start;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .service-price-action-wrap .service-prices {
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    border-bottom: dashed 1px #DDD;
  }
  .service-group .service-price-action-wrap .service-prices {
    margin: 0;
    padding: 0;
  }
  .service-list__reinspection {
    text-align: left;
  }
  .service-price-action-wrap .service-action .service-action__link {
    padding-right: 0px;
    font-size: 14px;
  }
  .service-action .service-action-btn {
    font-size: 14px;
  }
  .service-group .service-info {
    padding-bottom: 0;
  }
  .service-group .service-prices {
    border-bottom: 0;
  }
  .service-group .service--type-2 .service-price {
    align-items: end;
  }
  .service-group .service--type-2 .service-price--original {
    margin-top: 2px;
  }
}
.service-list .service-info__title + .variant-select {
  margin-left: 20px;
}

.gallery__item .epc-select, .gallery__item .variant-select {
  width: 100%;
}

/* article - displayed on the homepage (advice section)*/
.article {
  margin-bottom: 0;
  padding-bottom: 72px;
}

.article__photo {
  position: relative;
  margin: 0;
  box-shadow: 0px 16px 24px rgba(0, 44, 119, 0.1), 0px 0px 32px rgba(0, 44, 119, 0.005);
}

.article__photo-wrap--tablet {
  width: 13.3333333333%;
  display: none;
}

.article__topic {
  position: absolute;
  top: 32px;
  right: -42px;
  content: " ";
  display: block;
  width: 84px;
  height: 84px;
  text-align: center;
  color: #FFF;
  background: #005BC3;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 50% 50%;
  border-radius: 3px;
  box-shadow: 0px 16px 24px rgba(0, 44, 119, 0.1), 0px 0px 32px rgba(0, 44, 119, 0.005);
  /* hide text */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent !important;
  overflow: hidden;
}

.article--layout-2 .article__topic {
  left: -42px;
}

.article--layout-2 .seven.columns {
  margin-left: 0;
}

/* topic 0 : default; */
.article__topic--0 {
  background-image: url("../img/icons/icon-tips.svg");
}

/* topic 15663 : gas; */
.article__topic--15663 {
  background-image: url("../img/icons/icon-gas.svg");
}

/* topic 15664 : water; */
.article__topic--15664 {
  background-image: url("../img/icons/icon-water.svg");
}

/* topic 15665 : electriciteit; */
.article__topic--15665 {
  background-image: url("../img/icons/icon-electricity.svg");
}

/* topic 15666 : epc; */
.article__topic--15666 {
  background-image: url("../img/icons/icon-epc.svg");
}

/* topic 15667 : riolering; */
.article__topic--15667 {
  background-image: url("../img/icons/icon-sewer.svg");
}

/* topic 15668 : lpg; */
.article__topic--15668 {
  background-image: url("../img/icons/icon-lpg.svg");
}

/* topic 15669 : brandstoftank; */
.article__topic--15669 {
  background-image: url("../img/icons/icon-fuel.svg");
}

/* topic 15670 : verwarming; */
.article__topic--15670 {
  background-image: url("../img/icons/icon-heating.svg");
}

/* topic 15671 : infrared; */
.article__topic--15671 {
  background-image: url("../img/icons/icon-infrared.svg");
}

/* topic 15672 : lift; */
.article__topic--15672 {
  background-image: url("../img/icons/icon-elevator.svg");
}

/* topic 15673 : zonnepanelen; */
.article__topic--15673 {
  background-image: url("../img/icons/icon-solar.svg");
}

.article__photo img {
  border-radius: 5px;
}

.article__inner {
  max-width: 632px;
  margin-top: 6vw;
  margin-left: auto;
  padding-bottom: 38px;
}

.article--layout-2 .article__inner {
  margin-right: auto;
  margin-left: 0;
}

/* 
.article__header {
}
*/
.article__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #333;
}

/* 
.article__body {
} 
*/
.article__teaser {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #666;
}

/* 
.article__footer {
}
*/
.article__read-more {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.4px;
  font-variant: small-caps;
  color: #005BC3;
  text-decoration: none;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.article__read-more::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 9px;
  margin-top: -2px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/icon-arrow-right-2.svg");
}

@media (max-width: 1168px) {
  .article__inner {
    margin-left: 5vw;
  }
  .article--layout-2 .article__inner {
    margin-right: 5vw;
  }
}
@media (max-width: 800px) {
  .seven.columns.article__text-wrap {
    width: 74%;
  }
  .five.columns.article__photo-wrap {
    width: 22%;
  }
  .article__topic {
    width: 44px;
    height: 44px;
    top: 22px;
    right: -22px;
    background-size: 26px;
  }
  .article--layout-2 .article__topic {
    left: -22px;
  }
  .article__inner {
    margin-top: 0;
  }
}
@media (max-width: 548px) {
  .seven.columns.article__text-wrap {
    width: 82.6666666667%;
  }
  .five.columns.article__photo-wrap {
    width: 13.3333333333%;
  }
  .article__photo-wrap--tablet {
    display: block;
  }
  .article--layout-2 .article__inner {
    margin-left: 5vw;
    margin-right: 0;
  }
  .article--layout-2 .five.columns {
    display: none;
  }
  .article__photo img {
    display: none;
  }
  .article__topic {
    position: initial;
    width: 64px;
    height: 64px;
    background-size: 30px;
  }
  .article__inner {
    margin-top: 0;
    margin-left: 5vw;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .article__photo {
    box-shadow: none;
  }
  .article__text-wrap {
    width: 100%;
  }
  .article__topic {
    width: 32px;
    height: 32px;
    background-size: 18px;
  }
}
/* testimonials carousel (on homepage) - part of the styling of this module is managed via the jquery.bxslider.css stylesheet*/
.wrap-testimonials {
  color: #FFF;
}

.testimonial {
  max-width: 848px;
  margin: 0 auto;
  padding: 87px 40px 102px 40px;
}

.testimonial__body {
  margin: 0 0 27px 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.testimonial__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .bx-viewport {
    max-height: 375px;
  }
  .testimonial {
    display: flex;
    padding: 37px 30px 37px 30px;
    flex-direction: column;
    justify-content: center;
    height: 375px;
  }
  .testimonial__body {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .bx-viewport {
    height: 85vh;
  }
  .testimonial__body {
    font-size: 18px;
  }
}
/* Reviewer */
/* 
.reviewer {
}
*/
.reviewer__avatar {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 100%;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px;
  background-image: url("../img/icons/icon-avatar.svg");
}

.reviewer__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.47;
  font-weight: 400;
}

@media (max-width: 425px) {
  .reviewer__avatar {
    width: 28px;
    height: 28px;
    background-size: 14px;
  }
  .reviewer__name {
    font-size: 16px;
  }
}
/* 
.chained-form {
} 
*/
.chained-form__item {
  margin-bottom: 16px;
}

/* remove default arrow from selects*/
select.chained-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
}

select.chained-form__select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0 ) {
  select.chained-form__select {
    background-image: none\9 ;
    padding: 5px\9 ;
  }
}
/* end remove default arrow */
/* restyle select element */
select.chained-form__select {
  display: block;
  min-height: 48px;
  min-width: 100%;
  margin-bottom: 0;
  padding-right: 32px;
  border-radius: 5px;
  border: none;
  color: #777;
  background-image: url("../img/icons/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: 95% 50%;
}

input[type=text].chained-form__input {
  display: block;
  min-height: 48px;
  min-width: 100%;
  margin-bottom: 0;
  margin-right: 16px;
  padding-right: 32px;
  border-radius: 5px;
  border: none;
  color: #777;
}

/* steps module - used in the wizard and the cart flow */
.steps {
  padding: 40px 0 48px 0;
}

.steps-indicator--mobile {
  display: none;
  font-size: 18px;
  line-height: 1.56;
}

.steps-indicator__list,
.steps-indicator__step,
.steps-indicator__step-arrow {
  display: flex;
}

.steps-indicator__list {
  justify-content: center;
  margin: 0 auto;
}

.steps-indicator__list a {
  text-decoration: none;
}

.steps-indicator__step {
  position: relative;
  margin: 0 16px 0 0;
  padding: 0;
}

.steps-indicator__step::before {
  content: none;
}

.steps-indicator__step:last-child {
  margin-right: 0;
}

.steps-indicator__icon {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0;
  background-image: url("../img/icons/icon-arrow-next-2.svg");
}

.steps-indicator__step-link {
  color: #666;
  text-decoration: none;
}

.steps-indicator__step-link:hover {
  color: #666;
  text-decoration: none;
}

.steps-indicator__step-link:hover::after {
  background-color: #666;
}

.steps-indicator__step-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #AAA;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
}

.steps-indicator__step-content::after {
  content: " ";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 4px;
  background-color: #DDD;
  cursor: default;
  pointer-events: none;
}

.steps-indicator__step-content--completed {
  color: #666;
  cursor: pointer;
  pointer-events: auto;
}

.steps-indicator__step-content--completed::after {
  background-color: #666;
}

.steps-indicator__step-content--current {
  color: #666;
  cursor: pointer;
  pointer-events: auto;
}

.steps-indicator__step-content--current::after {
  background-color: #666;
}

.steps-indicator__step-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  width: 16px;
}

@media screen and (max-width: 1024px) {
  .steps-indicator--mobile {
    display: block;
    text-align: center;
    font-weight: 600;
  }
  .steps-indicator__list {
    margin-top: 0;
  }
  .steps-indicator__step {
    width: 60px;
    height: 32px;
    margin-right: 4px;
  }
  .steps-indicator__step-content {
    min-width: 0;
    height: 32px;
  }
  .steps-indicator__step-content::after {
    top: 14px;
    left: 0;
    right: 0;
    bottom: unset;
    pointer-events: auto;
  }
  .steps-indicator__step-arrow,
.steps-indicator__step-text {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .steps-indicator__step {
    width: 44px;
  }
}
/* wizard form*/
.form-wizard {
  max-width: 464px;
  margin: 0 auto;
  padding-bottom: 10px;
}

/*
.form-wizard__item {
}
*/
input[type=email].form-wizard__input,
input[type=number].form-wizard__input,
input[type=search].form-wizard__input,
input[type=text].form-wizard__input,
input[type=tel].form-wizard__input,
input[type=url].form-wizard__input,
input[type=password].form-wizard__input,
textarea.form-wizard__input {
  display: block;
  width: 100%;
  max-width: 411px;
  margin-left: auto;
  margin-right: auto;
}

/* wraps options used in the wizard and in the cart flow*/
/*
.wrap-options {
}
*/
/* single wizard option*/
.option {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 16px;
  background-color: #FFF;
}

.option__label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #DEDEDE;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 12px 20px 54px;
  font-weight: 600;
  border-radius: 4px;
  color: #3d414a;
  text-align: left;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

/* skin for checkboxes and radio buttons used the wizard*/
.option__checkbox,
.option__radio {
  width: 100%;
  height: 100%;
}

.option__input {
  margin-left: 24px;
  z-index: 1;
}

.checkbox.option__checkbox > input[type=checkbox],
.radio.option__radio > input[type=radio] {
  position: absolute;
}

.option__input:checked + .option__label {
  border-color: #005BC3;
  color: #005BC3;
}

.option__label-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.wizard__step-body {
  display: none;
}

.wizard__step1 {
  display: block;
}

#zipcode-suggestions div.autocomplete-suggestions {
  position: relative;
  max-height: 300px;
  z-index: 9999;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(136, 136, 136);
  padding-top: 4px;
}

#zipcode-suggestions div.autocomplete-suggestion {
  padding: 4px 16px;
}

#zipcode-suggestions div.autocomplete-suggestion:hover {
  cursor: pointer;
  background-color: #005BC3;
  color: white;
}

/* temporary chat bubble, displayed at the bottom right hand side of the page*/
.chat {
  display: none;
  position: fixed;
  z-index: 99;
  right: 40px;
  right: 4rem;
  bottom: 24px;
  bottom: 2.4rem;
  width: 57px;
  width: 5.7rem;
  height: 57px;
  height: 5.7rem;
  border-radius: 100%;
  background: #005BC3;
  background-image: url("../img/icons/icon-message-working.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px;
  background-size: 2.4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.09);
  cursor: pointer;
}

@media (min-width: 1168px) {
  .chat {
    display: block;
  }
}
.chat:active {
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  box-shadow: none;
}

.to-top {
  position: fixed;
  z-index: 99;
  right: 20px;
  right: 2rem;
  bottom: 14px;
  bottom: 1.4rem;
  cursor: pointer;
  transition: transform 150ms;
  transform: scale(0);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.to-top__icon {
  width: 37px;
  width: 3.7rem;
  height: 37px;
  height: 3.7rem;
  border-radius: 100%;
  background: #005BC3;
  background-image: url("../img/icons/icon-arrow-up.svg");
  background-size: 12px;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.09);
}

.to-top p {
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  width: max-content;
  padding: 5px 15px;
  margin: 0 10px;
  border-radius: 5px;
}

@media (min-width: 425px) {
  .to-top {
    right: 40px;
    right: 4rem;
    bottom: 24px;
    bottom: 2.4rem;
  }
  .to-top__icon {
    width: 47px;
    width: 4.7rem;
    height: 47px;
    height: 4.7rem;
  }
  .to-top p {
    font-size: 14px;
  }
}
.to-top:active {
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  box-shadow: none;
}

@media (max-width: 1640px) {
  .to-top {
    bottom: 80px;
  }
}
@media (max-width: 768px) {
  .to-top p {
    display: none;
  }
}
.ajax-loader {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 64px;
  left: 50%;
  margin-left: -34px;
}

.search-block .ajax-loader {
  margin-top: 7px;
  height: 50px;
}

.remove-filter-cookie .ajax-loader {
  left: auto;
  margin-left: 0;
  width: 45px;
}

/* search module in slidebar*/
.m-search {
  margin-bottom: 24px;
}

input.m-search__input {
  min-width: 100%;
  padding-left: 48px;
  background-image: url("../img/icons/icon-search-3.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 16px 50%;
  border-radius: 24px;
  margin-bottom: 8px;
}

/*information snippets of all sorts (faq, news, feed,...)*/
/*
.snippets {
}
*/
.snippet-list {
  list-style: none;
  margin-bottom: 0;
}

.snippet-list__item {
  list-style: none;
  margin-bottom: 0;
}

.snippet__header {
  display: block;
}

.snippet__title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 700;
  text-align: left;
}

.snippet a {
  text-decoration: none;
}

.snippet__body {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 17px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: normal;
  color: #888;
  border-bottom: 1px solid #EAEAEA;
}

.snippet__body p {
  margin-bottom: 0;
}

input.startAjaxSearch {
  display: none;
  margin-right: 0;
  padding-left: 48px;
  padding-right: 24px;
  border-radius: 24px;
  color: white;
  text-align: left;
  background: #005BC3;
  background-image: url(../img/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 16px 50%;
  border: none;
}

input.startAjaxSearch:hover {
  border: none;
  color: white;
}

#notifications {
  padding: 15px;
  color: #a94442;
  background-color: #f2dede;
  text-align: left;
  min-width: 600px;
  border: #ebccd1 1.5px solid;
  border-radius: 5px;
  font-weight: 600;
  max-width: 600px;
}

.notifyjs-corner #notifications .read-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.notifyjs-corner #notifications .read-less {
  width: fit-content;
  margin: 0 auto;
}

.notifyjs-corner #notifications .read-more, .notifyjs-corner #notifications .read-less {
  color: #FFF;
  font-weight: bold;
  background-color: #005BC3;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  z-index: 999;
}

.notifyjs-corner #notifications .read-more:hover, .notifyjs-corner #notifications .read-less:hover {
  cursor: pointer;
}

.notifyjs-corner [data-info=notification-open] {
  overflow-y: scroll;
  max-height: 300px;
}

.notifyjs-corner [data-info=notification-closed] {
  overflow-y: hidden;
  max-height: 150px;
}

.notifyjs-corner [data-info=notification-open] .read-more-blur {
  display: none;
}

#notifications .close {
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 20px;
}

#notifications .read-more-blur {
  position: absolute;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to bottom, transparent, #f2dede);
}

@media (max-width: 750px) {
  #notifications {
    min-width: auto !important;
  }
  .notifyjs-corner {
    width: 100%;
    max-width: 100%;
    padding: 0 7px;
  }
}
table.table {
  width: 100%;
}

/* SPLASH PAGE */
/* splash page layout wrapper */
.sp-wrap {
  position: relative;
  display: table;
  width: 100%;
  min-width: 100%;
  height: 100%;
  height: 100vh;
  top: 0;
  border: 16px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/megatron/mega-2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

/* Larger than phablet */
@media (max-width: 550px) {
  .sp-wrap {
    padding: 64px 0;
  }
}
/* splash page layout container */
.sp-layout {
  display: table-cell;
  vertical-align: middle;
}

/* splash page */
.sp {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 83px 24px 42px 24px;
  text-align: center;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 16px 24px rgba(0, 44, 119, 0.1), 0px 0px 32px rgba(0, 44, 119, 0.005);
}

.sp-logo {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 96px;
  height: 96px;
  border: 1px solid #FFF;
  background-color: #FFF;
  background-image: url("../img/s-logo-L.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.vincotte-150-logo {
  background-image: url("../img/vincotte-150-logo-cropped.png") !important;
}

.sp__body {
  max-width: 344px;
  margin: 0 auto;
}

.sp-title {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #002C77;
}

.sp p {
  margin-bottom: 8px;
}

.sp .btn-darkblue {
  background: #002973;
}

.sp .btn-yellow {
  background: #F5B81A;
}
.sp .btn-yellow:hover {
  background: #ffd158;
}

.sp-audience-list {
  list-style: none;
  margin-bottom: 0;
  /*padding-bottom: 24px;*/
}

.sp-audience-list__item {
  margin-bottom: 20px;
}

a.sp-audience-list__btn {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  line-height: 56px;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  background: #005BC3;
  box-shadow: 0px 2px 28px rgba(0, 44, 119, 0.1);
  border-radius: 5px;
}

.sp-audience-list__btn:hover,
.sp-audience-list__btn:focus {
  box-shadow: 0px 1px 1px rgba(0, 44, 119, 0.1);
  background-color: #2981E5;
}

.sp-lang-list {
  list-style: none;
  margin-bottom: 0;
}

.sp-lang-list__item {
  display: inline-block;
}

a.sp-lang-list__btn {
  display: block;
  width: 56px;
  margin: 0 12px;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  text-decoration: none;
  font-variant: small-caps;
  color: #053775;
  background: #FFFFFF;
  box-shadow: 0px 2px 28px rgba(0, 44, 119, 0.1);
  border-radius: 3px;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.sp-lang-list__btn:hover,
.sp-lang-list__btn:focus {
  box-shadow: none;
  box-shadow: 0px 1px 1px rgba(0, 44, 119, 0.1);
}

/* cover video wrapper on splash page */
.covervid-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
}

.covervid-wrap video {
  min-width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

/* promoted products, displayed at the top of the homepage */
.promoted-products {
  margin-top: -80px;
}

@media (max-width: 1185px) {
  .promoted-products {
    margin: 0 auto;
    margin-top: -80px;
    width: 70%;
  }
}
@media (max-width: 900px) {
  .promoted-products {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .homepage .promoted-products {
    width: 80%;
    margin-top: 40px;
  }
  .homepage .promoted-products .gallery__item {
    flex: none;
    width: 100%;
    margin: 0 0px 32px 0px !important;
  }
  .homepage .search-block {
    max-width: 100% !important;
    width: 100%;
  }
  .homepage .search-block select {
    max-width: 100% !important;
  }
  .homepage .form-wizard__input {
    max-width: 100% !important;
  }
}
@media (max-width: 520px) {
  .main-footer-wrap nav .columns {
    padding-left: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 450px) {
  .promoted-products {
    width: 100%;
  }
}
/* search block containing at 3 step wizard */
.search-block {
  max-width: 472px;
  padding: 42px 32px 56px 32px;
  border-radius: 3px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
}

.search-block__title {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.search-block__btn {
  display: block;
  font-size: 19px;
  line-height: 2.53;
  max-width: none;
  width: 100%;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #005BC3;
  border-radius: 5px;
  margin-bottom: 0rem;
}

.search-block__btn:hover,
.search-block__btn:focus {
  color: #FFF;
  background-color: #002C77;
}

.search-block-selects__item {
  display: block;
  min-width: 100%;
}

@media (max-width: 450px) {
  .search-block__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
/* checkmark list - displayed on homepage */
.checkmark-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  max-width: 944px;
  margin: -5px auto 0 auto;
  text-align: left;
}

.checkmark-list__item {
  flex: 0 1 448px;
  margin-bottom: 0;
  padding-bottom: 27px;
}

.checkmark-list__icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/icon-checkmark.svg");
}

.checkmark-list__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.checkmark-list__body {
  display: block;
  margin: 5px 0 0 54px;
  font-size: 17px;
  line-height: 1.412;
  font-weight: 400;
  color: #666;
}

.checkmark-list__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 935px) {
  .checkmark-list {
    justify-content: center;
  }
  .checkmark-list__item {
    flex: 0 1 700px;
  }
}
@media (max-width: 450px) {
  .checkmark-list {
    justify-content: center;
  }
  .checkmark-list__item {
    flex: 0 1 500px;
    padding-bottom: 32px;
  }
  .checkmark-list__body, .checkmark-list__icon, .checkmark-list__title {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .checkmark-list__title {
    line-height: 1;
    margin-bottom: 8px;
  }
  .checkmark-list__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
  }
}
/* filter displayed on search pages (inspections, my inspections)*/
.wrap-filter {
  max-width: 1088px;
  width: 100%;
  margin: -36px auto 0 auto;
  padding-bottom: 82px;
  border-radius: 5px;
}

.has-filter .wrap-filter {
  padding-bottom: 0;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  min-height: 72px;
  background: #FFF;
  box-shadow: 0 18px 36px rgba(0, 44, 119, 0.1);
  border-radius: 5px;
  /*overflow: hidden;*/
}

.filter__item {
  position: relative;
  flex: 1 1 216px;
  min-height: 72px;
}

.filter__label {
  position: absolute;
  top: 17px;
  left: 24px;
  font-size: 13px;
  font-variant: small-caps;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #999;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.wrap-filter-control {
  padding: 8px 0 0 0;
  text-align: center;
}

.filter-control {
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.filter-control .ajax-loader {
  width: 22px;
}

.filter-control__icon {
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-top: -2px;
  background-image: url("../img/icons/icon-close.svg");
  background-repeat: no-repeat;
  background-size: 10px;
}

.fake-select {
  height: 100%;
  padding: 34px 24px 5px 24px;
  border-right: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: 93% 34px;
}

.fake-select__value {
  font-size: 17px !important;
  line-height: 1.412 !important;
  font-weight: 700 !important;
  letter-spacing: -0.2px !important;
  border: none !important;
  padding: 0px !important;
  color: #333 !important;
  margin-bottom: 0px;
  height: auto !important;
}

input[type=text].filter__input {
  min-width: 100%;
  height: 100%;
  padding: 27px 24px 5px 24px;
  font-size: 17px;
  line-height: 1.412;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #333;
  border: 0;
  border-top: 1px solid #EAEAEA;
  border-radius: 0;
}

input[type=text].filter__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

input[type=text].filter__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

input[type=text].filter__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}

a.filter__btn {
  display: block;
  padding: 0 16px;
  font-size: 19px;
  line-height: 72px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #005BC3;
}

.filter-panel {
  display: none;
  position: absolute;
  z-index: 100;
  top: 80px;
  max-width: 540px;
  margin-right: 20px;
  padding: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: rgba(0, 44, 119, 0.1) 0 2px 16px 0;
}

@media (max-width: 708px) {
  .filter__item {
    position: relative;
    flex: initial;
    min-height: 72px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.entry-actions {
  position: absolute;
  z-index: 1000;
}

.entry-actions ul {
  display: none;
}

.section .entry:hover > .entry-actions ul {
  display: block;
}

.section .no-entry .entry-actions ul {
  display: block !important;
}

.layout12 {
  flex: 1 1 528px;
  margin: 0 16px 24px 16px;
}

.entry-default-layout {
  flex: 0 0 100%;
}

.wrap-bottom-entries {
  display: flex;
  flex-wrap: wrap;
}
.wrap-bottom-entries a {
  word-break: break-word;
}

@media (max-width: 708px) {
  .service-list__item .service-info {
    border-bottom: none;
    padding-bottom: 0px !important;
  }
  .service-list__item .service-info .service-info__header {
    display: block !important;
    text-align: center;
    margin-bottom: 0px;
  }
  .service-list__item .service-info .service-info__header .service-info__title {
    width: 100%;
    padding-bottom: 15px;
  }
  .service-list__item .service-prices {
    border-left: none;
    margin: 0 auto;
    padding-bottom: 15px !important;
  }
  .service-list__item .service-list__reinspection {
    text-align: center;
    padding-bottom: 15px;
  }
}
.service-list .standard-price-view, .service-list .sale-price-view {
  display: flex;
  align-items: center;
}

/* reviews, displayed on the PDP */
.wrap-reviews {
  max-width: 1088px;
  margin: 0 auto;
}

.reviews-summary {
  margin: 0 auto 34px auto;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}

.reviews-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  left: -16px;
  width: calc(100% + 32px);
  margin-bottom: 0;
}

.reviews-list__item {
  flex: 1 1 528px;
  margin: 0 16px 24px 16px;
}

.review {
  padding: 22px 24px 28px 24px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}

.review__text {
  margin: 0 0 21px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

/* .review__author {
}
*/
.review__author__avatar {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
  background-image: url("../img/icons/icon-avatar-2.svg");
}

.review__author__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 600;
}

/* faqs, displayed on the PDP */
.wrap-faq {
  max-width: 1088px;
  margin: 0 auto;
}

/* downloads, displayed on the PDP */
.wrap-downloads {
  max-width: 1024px;
  margin: 0 auto;
}

.downloads-list {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.downloads-list__item {
  flex: 1 1 260px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  border-right: 1px solid #EAEAEA;
}

.downloads-list__item:last-child {
  border-right: 0;
}

.download {
  display: block;
  padding: 33px 32px 31px 32px;
  color: #333;
  text-decoration: none;
}

.download__icon {
  display: block;
  width: 64px;
  height: 50px;
  margin: 0 auto 16px auto;
  background-image: url("../img/icons/icon-download.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.download__label {
  font-size: 18px;
  line-height: 1.67;
  font-weight: 600;
}

.contact__form-body {
  display: none;
}

.contact__form-choice {
  display: block;
}

.form-contact {
  max-width: 900px;
  margin: 0 auto;
}
.freeform-pages {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.freeform-pages li {
  margin: 0 10px 0 0;
}

.freeform-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.freeform-row .freeform-column {
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 10px 0;
  margin: 0 15px;
  box-sizing: border-box;
}

.freeform-row .freeform-column > .freeform-row:first-child {
  margin-top: -10px;
}

.freeform-row .freeform-column label {
  display: block;
}

.freeform-row .freeform-column .input-group-one-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.freeform-row .freeform-column .input-group-one-line label {
  padding-right: 10px;
}

.freeform-row .freeform-column .freeform-label {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0.16px;
  font-variant: small-caps;
  color: #666;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
  content: "*";
  margin-left: 5px;
  color: red;
}

.freeform-row .freeform-column .freeform-input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 0;
  border-radius: 0;
}

.freeform-row .freeform-column .freeform-input[type=checkbox],
.freeform-row .freeform-column .freeform-input[type=radio] {
  width: auto;
  display: inline;
  margin-right: 5px;
  position: initial;
}

.freeform-row .freeform-column .freeform-input.StripeElement {
  padding: 4px 2px;
  border: 1px solid #CCCCCC;
  height: 30px;
}

.freeform-row .freeform-column .freeform-input-only-label {
  font-weight: normal;
}

.freeform-row .freeform-column .freeform-input-only-label > .freeform-input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.freeform-row .freeform-column .freeform-errors,
.freeform-row .freeform-column .ff-errors {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

.freeform-row .freeform-column .freeform-errors > li,
.freeform-row .freeform-column .ff-errors > li {
  color: red;
}

.freeform-row .freeform-column .freeform-instructions {
  margin: 0 0 5px;
  font-size: 13px;
  color: #ABA7A7;
}

.freeform-row .freeform-column.freeform-column-content-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.freeform-row .freeform-column.freeform-column-content-align-left > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.freeform-row .freeform-column.freeform-column-content-align-center > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.freeform-row .freeform-column.freeform-column-content-align-right > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.freeform-row .freeform-column.freeform-column-content-align-spread > button:not(:first-of-type) {
  margin-left: 5px;
}

.ff-form-errors {
  padding: 15px;
  border: 1px solid #f5c6cb;
  background: #f8d7da;
  border-radius: 5px;
  color: #721c24;
}

.ff-form-errors > p {
  margin: 0;
}

.freeform-form-has-errors {
  color: #721c24;
}

.freeform-input[type=checkbox] {
  -webkit-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #CCC !important;
  background-color: #FFF !important;
  border-radius: 3px !important;
  position: static !important;
  left: auto !important;
  margin-right: 12px !important;
  cursor: pointer !important;
  display: inline-block !important;
}

.freeform-checkbox {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 14px !important;
}

@supports (-webkit-appearance: none) {
  .freeform-input[type=checkbox]:focus,
.freeform-input[type=checkbox]:hover {
    border-color: #666 !important;
  }
  .freeform-input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-width='2px' fill='none'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-color: #005BC3 !important;
    border-color: rgba(33, 34, 36, 0.15) !important;
  }
}
.alert.alert-danger {
  color: red;
}

.form-datepicker.grey {
  background-color: #EBEBE4;
}

/* Checkout */
/* wrap order in cart */
.wrap-order {
  max-width: 816px;
  margin: 0 auto;
}

/* order number */
.order-id {
  max-width: 368px;
  margin: 0 auto 48px auto;
  padding: 23px 16px 20px 16px;
  border: 1px solid #DDD;
  border-radius: 5px;
  text-align: center;
}

.order-id__label {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.order-id__number {
  font-size: 18px;
  line-height: 1;
}

/* schedule wrapper on checkout step 1 page */
.wrap-shedule {
  margin-bottom: 32px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.wrap-shedule .service {
  margin-bottom: 0 !important;
  padding-bottom: 24px;
  border-radius: 5px 5px 0 0;
  border: 0;
}

.shedule, .no-schedule, .extra-information {
  position: relative;
  margin-top: -4px;
  padding: 0 32px 16px 32px;
}

.wrap-shedule .appointment {
  margin-bottom: 17px;
}

@media (max-width: 425px) {
  #checkout {
    padding-top: 48px !important;
  }
  #appointment-form .service__header {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #appointment-form .service-info__title-wrap {
    padding-bottom: 15px;
  }
  #appointment-form .service-prices {
    display: block !important;
    max-width: 100% !important;
  }
  #appointment-form .service-prices .service-prices__label {
    text-align: left !important;
  }
  #appointment-form .service-prices .service-price {
    justify-content: unset;
  }
  #appointment-form .service-action {
    position: unset;
    border-left: none;
    padding: 0px !important;
  }
  #appointment-form .service-action .service-action__remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 44px !important;
  }
  #appointment-form .service--type-3 {
    position: relative;
  }
}
.appointment-saved {
  color: green;
  margin-left: 10px;
  display: none;
}

.s-header--checkout .secondary-nav > ul > li > a {
  display: inline-block;
  text-decoration: none;
  color: #555;
}
.s-header--checkout .secondary-nav > ul > li > a:hover {
  color: black;
}

.secondary-nav .account-wrapper {
  margin: 0;
}

.secondary-nav .account-wrapper .account {
  margin: 0 12px 0 14px;
}

.secondary-nav > ul > li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  list-style-type: none;
  margin: 0 12px 0 14px;
}

.secondary-nav > ul > li > a:hover {
  text-decoration: none;
}

.secondary-nav > ul > li > ul > li > a {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
  color: black;
}

.secondary-nav > ul > li > ul > li:hover {
  background-color: #efefef;
  transition-duration: 0.1s;
}

.secondary-nav > ul > li.account:hover > ul {
  display: block;
}

.secondary-nav > ul > li > ul {
  display: none;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
  list-style-type: none;
}

form .self-employed-item, form .self-employed-label, form #control-address-wrapper, form #contact-person-wrapper {
  display: none;
}

.ajax-loader-input {
  position: absolute;
  right: 8px;
  top: 38px;
  display: none;
}
.ajax-loader-input img {
  width: 36px;
}

form .contact-person-email, form .invoice-email {
  position: relative;
}

form .self-employed-item {
  position: relative;
}
form .self-employed-item .flex-wrapper {
  display: flex;
}
form .self-employed-item .ajax-loader-input {
  right: 62px;
}
form .self-employed-item a.validate-btn {
  display: block;
  padding: 13px 8px;
  background: #888b96;
  color: white;
  font-size: 11pt;
  text-decoration: none;
}
form .self-employed-item a.validate-btn:hover {
  background: #535763;
  cursor: pointer;
}

#checkout .cart .cart-item .extra-information .extra-information__header {
  position: relative;
}

#checkout .cart .cart-item .add-extra-child {
  position: absolute;
  right: 32px;
  top: 0;
}

@media (max-width: 868px) {
  #checkout .cart .cart-item .add-extra-child {
    position: initial;
    margin-bottom: 15px;
  }
}
#checkout .section__header .section__notifications {
  border: 1px solid #A94442;
  border-radius: 5px;
  background-color: #cb8e8d;
  color: #A94442;
  font-weight: 600;
}
#checkout .section__header .section__notifications .notification-error {
  padding: 32px 32px 30px 32px;
}

/*
.cart {
}
*/
.cart-item {
  margin-bottom: 32px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.cart-item--total {
  /* border: 2px solid #DDD; */
  background-color: #fefefe;
}

.cart-item .service {
  padding: 24px 32px 0px 32px;
  border: none;
}

.cart-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 32px 20px 32px;
  border-bottom: 1px solid #DDD;
}

.cart-item__title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.cart-item__price {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.cart-item__price__currency {
  font-weight: 300;
}

.cart-item__price__amount {
  font-weight: 600;
}

.cart-item__body {
  padding: 32px 32px 30px 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #666;
}

.cart-item__body p:last-child {
  margin-bottom: 0;
}

.appointment, .address {
  display: flex;
  margin-bottom: 8px;
}

.appointment__icon {
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icons/icon-calendar-2.svg");
}

.address__icon {
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icons/map-marker.svg");
}

.appointment__label, .address__label, .reinspection-info-header, .extra-information__label {
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
}

/* side by side columns for customer data */
.side-by-side {
  border: 1px solid #DDD;
  border-radius: 5px;
}

@media (min-width: 680px) {
  .side-by-side {
    display: flex;
    flex-wrap: wrap;
  }
}
.side-by-side__column {
  flex: 1 1 50%;
  padding: 36px 32px 32px 32px;
}

.side-by-side__column:first-child {
  padding-bottom: 0;
}

.side-by-side__column:last-child {
  padding-top: 0;
}

@media (min-width: 680px) {
  .side-by-side__column:first-child {
    padding-bottom: 32px;
    border-right: 1px solid #DDD;
  }
  .side-by-side__column:last-child {
    padding-top: 36px;
  }
}
.side-by-side__header {
  padding-bottom: 31px;
}

.side-by-side__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

/* 
.side-by-side__body {
} 
*/
.side-by-side__item {
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #666;
}

.side-by-side__item p:last-child {
  margin-bottom: 0;
}

.side-by-side__subtitle {
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
  color: #333;
}

.cart-total__label {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.cart-total__label small {
  font-size: 14px;
  font-weight: normal;
}

.cart-total__price {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.2px;
}

.cart-total__price__currency {
  font-weight: 300;
}

.cart-total__price__amount {
  font-weight: 600;
}

.service__header {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #DDD;
}

.service-mobile .service-prices {
  margin-top: 0;
  padding: 0;
}

.service-info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
  padding: 0px 32px 30px 0px;
  border-radius: 5px;
  background-color: #FFF;
}

.service-mobile {
  display: none !important;
}

@media (max-width: 700px) {
  .cart-item .service {
    display: none;
  }
  .cart-item .service-mobile {
    display: block !important;
  }
  .cart-item .service--mobile .schedule {
    margin: 0px 32px 30px 32px;
    padding: 24px 0;
    box-sizing: border-box;
    border-top: solid 1px #DDD;
    clear: both;
  }
  .cart-item .service-prices {
    border-left: none;
    max-width: 162px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cart-item .service-prices__label {
    text-align: right;
    font-size: 14px;
    color: #888;
    margin: 0px 0px 8px 0;
  }
  .cart-item .service-price {
    align-items: center;
  }
  .cart-item .service-info__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-item .info-note {
    margin: 0 8px 8px 0;
  }
  .cart-item .service-info__title {
    margin: 0;
  }
  .cart-item .service-info-block {
    padding: 0px 0px 0px 0px;
  }
  .cart-item .service-price__amount {
    font-size: 28px;
  }
}
@media (max-width: 550px) {
  .cart-item .service {
    display: none;
  }
  .cart-item .service-mobile {
    display: block;
  }
  .cart-item.service-info__title-wrap {
    display: flex;
    flex-direction: column;
  }
  .cart-item .service-prices {
    max-width: 140px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 425px) {
  .cart-item .service-action__remove-btn {
    width: initial;
  }
}
.m-cart-item .sale-price-view {
  font-weight: 600 !important;
}
.m-cart-item .sale-price-view .m-cart-item-price__amount--original-wrapper {
  text-decoration: line-through;
  color: #BBB;
  margin-right: 10px;
}
.m-cart-item .sale-price-view .m-cart-item-price__amount-wrapper {
  color: #00C376;
}
.m-cart-item .sale-price-view .m-cart-item-price__amount-wrapper .m-cart-item-price__amount {
  font-weight: 600 !important;
}

.m-cart-errors {
  background: #fff4f4;
  color: #cc3131;
  font-size: 10pt;
  padding: 14px;
  line-height: 12pt;
  position: relative;
}

.m-cart-errros-close {
  position: absolute;
  top: 3px;
  right: 3px;
  line-height: 10pt;
  text-indent: -50000px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 8px;
  background-image: url(../img/icons/icon-close-red.svg);
  cursor: pointer;
}

/* form wrapper */
.wrap-form {
  max-width: 616px;
  margin: 0 auto;
}

/* default form */
.form__section {
  padding-bottom: 28px;
}

.form__section__title {
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.form__item {
  padding-bottom: 32px;
}

.form__label {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0.16px;
  font-variant: small-caps;
  color: #666;
  -moz-font-feature-settings: "c2sc", "smcp";
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
}

input.form__input {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}

/* 
.form__input--text {
}
*/
.form__instruction {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.form__instruction p:last-child {
  margin-bottom: 0;
}

.form__input--textarea {
  width: 100%;
  margin-bottom: 0;
  min-height: 144px;
  border-radius: 0;
}

.form__input--select {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}

/* remove default arrow from selects*/
select.form__input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* remove default arrow */
}

select.form__input--select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0 ) {
  select.form__input--select {
    background-image: none\9 ;
    padding: 5px\9 ;
  }
}
/* end remove default arrow */
/* restyle select element */
select.form__input--select {
  background-image: url("../img/icons/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: 95% 50%;
}

.form__option {
  margin-bottom: 8px;
}

.form__option__input {
  margin-bottom: 0;
}

.form__option__label {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

form span.error {
  color: #c30000;
  font-size: 14px;
}

.datepicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.datepicker__date {
  margin-right: 16px;
}

.datepicker__date .form__input {
  min-width: 216px;
  margin-bottom: 16px;
  border-radius: 2px;
  border-color: #DDD;
  background-image: url("../img/icons/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: 93% 50%;
}

/* 
.datepicker__time {
}
*/
.datepicker__time .form__option {
  min-width: 216px;
  margin-bottom: 16px;
  margin-right: 12px;
  padding: 11px 16px;
  border-radius: 2px;
  border: 1px solid #DDD;
}

.datepicker__btn {
  margin-bottom: 16px;
  margin-left: 2px;
  line-height: 1;
  text-decoration: underline;
  border: none;
  background: none;
  color: #005BC3;
  cursor: pointer;
}

@media (max-width: 575px) {
  .datepicker__date {
    width: 100%;
    margin-right: 0;
  }
  .datepicker__time .form__option {
    width: 100%;
  }
}
.blog-wrapper {
  margin-top: 25px;
}
.blog-wrapper .section__header {
  max-width: 100%;
}
.blog-wrapper .section__header .article__photo {
  margin: 0px 20px 15px 0px;
}
.blog-wrapper .section__header .article__photo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .blog-wrapper .section__header .article__photo {
    display: none;
  }
  .blog-wrapper .section__header .article__photo-mobile {
    display: block;
  }
}

/* SITE HEADER */
input.search__input {
  min-width: 100%;
  padding-left: 48px;
  background-image: url("../img/icons/icon-search-3.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 16px 50%;
  margin-bottom: 0;
}

.search-wrap {
  border-left: solid 1px #DDD;
  padding-left: 4%;
  box-sizing: border-box;
}

.l-snippet-list .snippet-list__item {
  margin-bottom: 32px;
}

.error-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background-image: url("../img/icons/icon-error.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 24px;
}

.error-icon__404 {
  background-image: url("../img/icons/icon-search-dark.svg");
}

.error-icon__500 {
  background-image: url("../img/icons/icon-error.svg");
}

.error-icon__403 {
  background-image: url("../img/icons/icon-lock-blue.svg");
}

.section-404 input.m-search__input, .section-404 input.startAjaxSearch {
  border-radius: 5px;
}

@media (max-width: 800px) {
  .search-wrap.seven.columns {
    width: 65.3333333333%;
  }
  .quicknav-wrap.three.columns {
    width: 30.6666666667%;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .search-wrap.seven.columns, .quicknav-wrap.three.columns {
    width: 100%;
  }
  .search-wrap {
    margin: 0;
    padding: 0 32px 32px 32px;
    border: 0;
  }
  .section__header {
    padding-bottom: 32px;
  }
  .section__btn {
    font-size: 15px;
    max-width: 240px;
  }
  .quicknav-wrap .button {
    margin-bottom: 32px;
  }
}
@media (max-width: 425px) {
  .search-wrap {
    margin: 0;
    padding: 0 16px 24px 16px;
    border: 0;
  }
}
.faqs-wrapper {
  padding-bottom: 64px;
  padding-top: 64px !important;
  /* 
  .wrap-sidenav {
  } 
  */
  /* 
  .sidenav-list__item--active {
  } 
  */
}
.faqs-wrapper ol ol li {
  list-style-type: none !important;
}
.faqs-wrapper .beefup__head {
  padding-right: 0px !important;
}
.faqs-wrapper #sidebar-inner {
  position: relative;
  z-index: 1000;
}
.faqs-wrapper .sidenav-list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
.faqs-wrapper .sidenav-list .sidenav-list {
  margin: inherit;
  font-size: 100%;
}
.faqs-wrapper .sidenav-list__item {
  margin-bottom: 0;
}
.faqs-wrapper .sidenav-list__link {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 8px 12px 10px 7px;
  font-size: 16px;
  line-height: normal;
  color: #999;
  text-decoration: none;
}
.faqs-wrapper .sidenav-list__item--active > .sidenav-list__link {
  font-weight: 500;
  color: #333;
  border-radius: 3px;
  background-color: #EAEAEA;
}
.faqs-wrapper .sidenav-list .sidenav-list .sidenav-list__link {
  padding-left: 47px;
}
.faqs-wrapper .sidenav-list__link:hover,
.faqs-wrapper .sidenav-list__link:active {
  color: #333;
}
.faqs-wrapper .sidenav-list__icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url("../img/icons/icon-triangle-right.svg");
  background-repeat: no-repeat;
  background-size: 5px 8px;
  background-position: 50% 50%;
}
.faqs-wrapper .sidenav-list__item--active .sidenav-list__icon {
  background-image: url("../img/icons/icon-triangle-down.svg");
  background-size: 8px 5px;
}
.faqs-wrapper .sidenav-list .sidenav-list .sidenav-list__icon {
  display: none;
}
.faqs-wrapper .sidenav-list__text {
  max-width: 75%;
  overflow-x: hidden;
}
.faqs-wrapper .sidenav-list__counter {
  margin-left: auto;
  font-size: 15px;
  text-align: right;
}
.faqs-wrapper .col {
  flex: 1 1 auto;
  margin: 0 12px 32px 12px;
  border: 1px solid #DDD;
  border-radius: 6px;
}
.faqs-wrapper .col--1-3 {
  flex-basis: 272px;
  max-width: inherit;
  min-width: 272px;
  padding: 24px 16px;
}
.faqs-wrapper .col--1-3.empty {
  border: none !important;
}
@media (min-width: 1034px) {
  .faqs-wrapper .col--1-3 {
    max-width: 272px;
  }
}
@media (max-width: 1033px) {
  .faqs-wrapper .col--2-3 {
    width: 100%;
  }
  .faqs-wrapper #sidebar-inner {
    position: initial;
  }
  .faqs-wrapper .col--1-3.empty {
    display: none !important;
  }
}
.faqs-wrapper .col--2-3 {
  padding: 48px;
}
.faqs-wrapper .col__title {
  margin-bottom: 0;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -1px;
}
.faqs-wrapper .col__intro {
  margin-bottom: 32px;
}
.faqs-wrapper .col__intro p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 400;
  color: #666;
}
.faqs-wrapper .col__intro p:last-child {
  margin-bottom: 0;
}
.faqs-wrapper .layout {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: -12px;
  width: calc(100% + 24px);
}
.faqs-wrapper .beefup__body__inner {
  margin-left: 25px;
}
.faqs-wrapper ol ol li {
  list-style-type: lower-alpha;
}

.share-faq .copy-link-btn {
  text-decoration: none;
}
.share-faq .copy-link-btn img {
  height: 20px;
  width: 20px;
}
.share-faq .share-info {
  display: none;
  margin-left: 15px;
}

.ajax-search-wrapper .ajax-search .ajax-search-buttons {
  display: flex;
  justify-content: space-between;
  display: none;
}
.ajax-search-wrapper .ajax-search .ajax-search-buttons .startAjaxSearch {
  display: block;
}
.ajax-search-wrapper .ajax-search .ajax-search-buttons .ajax-search-remove {
  border-radius: 24px;
  background: #CC0000;
  background-repeat: no-repeat;
  background-position: 16px 50%;
  background-size: 18px;
  background-image: url("../img/icons/icon-close-white.svg");
  margin: 0;
  padding-left: 48px;
  padding-right: 24px;
  border-radius: 24px;
  color: white;
  text-align: left;
  border: none;
}
.ajax-search-wrapper .searchResultsContainer .col {
  padding: 48px;
  margin: 0;
}

.publications__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.publication__item {
  display: flex;
  flex: 1 1 528px;
  padding: 5px;
  border: 1px solid #eaeaea;
  margin: 8px;
}
.publication__item .item-left {
  margin-right: 5px;
  flex: 20%;
}
.publication__item .item-right {
  flex: 80%;
}
@media (max-width: 1127px) {
  .publication__item .item-left {
    flex: 10%;
  }
  .publication__item .item-right {
    flex: 90%;
  }
}
@media (max-width: 651px) {
  .publication__item .item-left {
    flex: 20%;
  }
  .publication__item .item-right {
    flex: 80%;
  }
}
.publication__item .title__link {
  text-decoration: none;
  display: block;
}
.publication__item .title__link:hover {
  text-decoration: underline;
}
.publication__item h4 {
  margin: 0;
}
.publication__item .publication__item__link {
  display: flex;
}
.publication__item.flex-filling {
  border: none;
  height: 0px;
}

.general-conditions-wrapper .section__header .section__intro {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #666;
}
.general-conditions-wrapper .section__title {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.general-conditions-wrapper .section__body {
  overflow-wrap: break-word;
  max-width: 688px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.56;
}
.general-conditions-wrapper .section__body h2 {
  font-size: 24px;
  line-height: 1.17;
  color: #333;
  margin: 16px 0;
  font-weight: 700;
}
.general-conditions-wrapper .section__body h3 {
  font-size: 24px;
  line-height: 1.17;
  margin: 48px 0 24px;
  font-weight: 700;
}
.general-conditions-wrapper .section__body h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 48px 0 24px;
  font-weight: 700;
}
.general-conditions-wrapper .section__body h5 {
  font-size: 20px;
  line-height: 1.2;
  margin: 48px 0 24px;
}
.general-conditions-wrapper .section__body h6 {
  font-size: 18px;
  line-height: 1.56;
  margin: 40px 0 32px;
}
.general-conditions-wrapper .section__body p {
  margin: 32px 0;
}

@media screen and (min-width: 1025px) {
  .general-conditions-wrapper .section__body h2 {
    font-size: 32px;
    line-height: 1.31;
  }
  .general-conditions-wrapper .section__body h3 {
    font-size: 32px;
    line-height: 1.31;
  }
  .general-conditions-wrapper .section__body h4 {
    font-size: 24px;
    line-height: 1.33;
  }
  .general-conditions-wrapper .section__body h5 {
    font-size: 24px;
    line-height: 1.33;
  }
}
@media screen and (min-width: 651px) {
  .general-conditions-wrapper .section__body h2 {
    font-size: 28px;
    line-height: 1.14;
  }
  .general-conditions-wrapper .section__body h3 {
    font-size: 28px;
    line-height: 1.14;
  }
  .general-conditions-wrapper .section__body h4 {
    font-size: 22px;
    line-height: 1.18;
  }
  .general-conditions-wrapper .section__body h5 {
    font-size: 22px;
    line-height: 1.18;
  }
}
@media (max-width: 550px) {
  .general-conditions-wrapper .section__body {
    font-size: 1.5rem;
  }
}
.general-conditions-wrapper .section-text .container {
  max-width: 973.33px;
}
.general-conditions-wrapper .section-text .section__header {
  text-align: left;
  max-width: 100%;
  padding: 0;
  border-bottom: 3px solid #006fba;
  margin: 20px 0;
}
.general-conditions-wrapper .section-text p {
  font-size: 13pt;
}
.general-conditions-wrapper .section-text ul {
  margin: 32px 0;
  list-style: circle inside;
}
.general-conditions-wrapper .section-text li {
  margin-bottom: 1rem;
}

/*=============================================
=            UI Animations Block            =
=============================================*/
a,
input {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ==========================================================================
     Helper classes
     ========================================================================== */
/*
   * Hide visually and from screen readers
   */
.hidden {
  display: none;
}

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
  * Hide visually and from screen readers, but maintain layout
  */
.invisible {
  visibility: hidden;
}

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.clearfix::before,
.clearfix::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix::after {
  clear: both;
}

/* CUSTOM HELPERS */
/* alignment */
@media (min-width: 768px) {
  .align-left {
    text-align: left !important;
  }
  .align-center {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .align-right {
    text-align: right !important;
  }
}
/* misc */
.is-rounded {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}

/* 
.add-padding-box {

  padding: 16px;
  padding: 1.6rem;

}
*/
@media (min-width: 440px) {
  .add-padding-box {
    padding: 3.2rem;
    background-color: #FFF;
  }
}
@media (min-width: 768px) {
  .add-padding-box {
    padding: 4.8rem;
  }
}
.add-padding-box p:last-child {
  margin-bottom: 0;
}

.stretch {
  width: 100%;
  min-width: 100%;
}

/* vertical spacing */
@media (min-width: 992px) {
  .spacer-vertical-0 {
    padding-bottom: 0 !important;
  }
  .spacer-vertical-1 {
    padding-bottom: 8px;
  }
  .spacer-vertical-2 {
    padding-bottom: 16px;
  }
  .spacer-vertical-3 {
    padding-bottom: 24px;
  }
  .spacer-vertical-4 {
    padding-bottom: 32px;
  }
  .spacer-vertical-5 {
    padding-bottom: 40px;
  }
  .spacer-vertical-6 {
    padding-bottom: 48px;
  }
  .spacer-vertical-7 {
    padding-bottom: 56px;
  }
  .spacer-vertical-8 {
    padding-bottom: 64px;
  }
  .spacer-vertical-9 {
    padding-bottom: 72px;
  }
  .spacer-vertical-10 {
    padding-bottom: 80px;
  }
  .spacer-vertical-11 {
    padding-bottom: 88px;
  }
  .spacer-vertical-12 {
    padding-bottom: 96px;
  }
  .spacer-vertical-13 {
    padding-bottom: 104px;
  }
  .spacer-vertical-14 {
    padding-bottom: 112px;
  }
  .spacer-vertical-15 {
    padding-bottom: 120px;
  }
  .spacer-vertical-16 {
    padding-bottom: 128px;
  }
  .spacer-vertical-17 {
    padding-bottom: 136px;
  }
  .spacer-vertical-18 {
    padding-bottom: 144px;
  }
  .spacer-vertical-19 {
    padding-bottom: 152px;
  }
  .spacer-vertical-20 {
    padding-bottom: 160px;
  }
}
/*---------- SPACING ----------*/
/* Padding Zero */
.p0 {
  padding: 0 !important;
}

/* padding top*/
.p-t-0 {
  padding-top: 0px !important;
}

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

.p-t-16 {
  padding-top: 16px !important;
}

.p-t-24 {
  padding-top: 24px !important;
}

.p-t-32 {
  padding-top: 32px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-48 {
  padding-top: 48px !important;
}

.p-t-56 {
  padding-top: 56px !important;
}

.p-t-64 {
  padding-top: 64px !important;
}

.p-t-72 {
  padding-top: 72px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-88 {
  padding-top: 88px !important;
}

.p-t-96 {
  padding-top: 96px !important;
}

.p-t-104 {
  padding-top: 104px !important;
}

.p-t-112 {
  padding-top: 112px !important;
}

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

.p-t-128 {
  padding-top: 128px !important;
}

.p-t-136 {
  padding-top: 136px !important;
}

.p-t-144 {
  padding-top: 144px !important;
}

.p-t-152 {
  padding-top: 152px !important;
}

.p-t-160 {
  padding-top: 160px !important;
}

/* padding bottom*/
.p-b-0 {
  padding-bottom: 0px !important;
}

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

.p-b-16 {
  padding-bottom: 16px !important;
}

.p-b-24 {
  padding-bottom: 24px !important;
}

.p-b-32 {
  padding-bottom: 32px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-48 {
  padding-bottom: 48px !important;
}

.p-b-56 {
  padding-bottom: 56px !important;
}

.p-b-64 {
  padding-bottom: 64px !important;
}

.p-b-72 {
  padding-bottom: 72px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-88 {
  padding-bottom: 88px !important;
}

.p-b-96 {
  padding-bottom: 96px !important;
}

.p-b-104 {
  padding-bottom: 104px !important;
}

.p-b-112 {
  padding-bottom: 112px !important;
}

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

.p-b-128 {
  padding-bottom: 128px !important;
}

.p-b-136 {
  padding-bottom: 136px !important;
}

.p-b-144 {
  padding-bottom: 144px !important;
}

.p-b-152 {
  padding-bottom: 152px !important;
}

.p-b-160 {
  padding-bottom: 160px !important;
}

/* padding left*/
.p-l-0 {
  padding-left: 0px !important;
}

.p-l-8 {
  padding-left: 8px !important;
}

.p-l-16 {
  padding-left: 16px !important;
}

.p-l-24 {
  padding-left: 24px !important;
}

.p-l-32 {
  padding-left: 32px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-l-48 {
  padding-left: 48px !important;
}

.p-l-56 {
  padding-left: 56px !important;
}

.p-l-64 {
  padding-left: 64px !important;
}

.p-l-72 {
  padding-left: 72px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-l-88 {
  padding-left: 88px !important;
}

.p-l-96 {
  padding-left: 96px !important;
}

.p-l-104 {
  padding-left: 104px !important;
}

.p-l-112 {
  padding-left: 112px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.p-l-128 {
  padding-left: 128px !important;
}

.p-l-136 {
  padding-left: 136px !important;
}

.p-l-144 {
  padding-left: 144px !important;
}

.p-l-152 {
  padding-left: 152px !important;
}

.p-l-160 {
  padding-left: 160px !important;
}

/* padding right*/
.p-r-0 {
  padding-right: 0px !important;
}

.p-r-8 {
  padding-right: 8px !important;
}

.p-r-16 {
  padding-right: 16px !important;
}

.p-r-24 {
  padding-right: 24px !important;
}

.p-r-32 {
  padding-right: 32px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-r-48 {
  padding-right: 48px !important;
}

.p-r-56 {
  padding-right: 56px !important;
}

.p-r-64 {
  padding-right: 64px !important;
}

.p-r-72 {
  padding-right: 72px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-r-88 {
  padding-right: 88px !important;
}

.p-r-96 {
  padding-right: 96px !important;
}

.p-r-104 {
  padding-right: 104px !important;
}

.p-r-112 {
  padding-right: 112px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.p-r-128 {
  padding-right: 128px !important;
}

.p-r-136 {
  padding-right: 136px !important;
}

.p-r-144 {
  padding-right: 144px !important;
}

.p-r-152 {
  padding-right: 152px !important;
}

.p-r-160 {
  padding-right: 160px !important;
}

/* margin top*/
.m-t-0 {
  margin-top: 0px !important;
}

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

.m-t-16 {
  margin-top: 16px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-t-32 {
  margin-top: 32px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.m-t-56 {
  margin-top: 56px !important;
}

.m-t-64 {
  margin-top: 64px !important;
}

.m-t-72 {
  margin-top: 72px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-88 {
  margin-top: 88px !important;
}

.m-t-96 {
  margin-top: 96px !important;
}

.m-t-104 {
  margin-top: 104px !important;
}

.m-t-112 {
  margin-top: 112px !important;
}

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

.m-t-128 {
  margin-top: 128px !important;
}

.m-t-136 {
  margin-top: 136px !important;
}

.m-t-144 {
  margin-top: 144px !important;
}

.m-t-152 {
  margin-top: 152px !important;
}

.m-t-160 {
  margin-top: 160px !important;
}

/* margin bottom*/
.m-b-0 {
  margin-bottom: 0px !important;
}

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

.m-b-16 {
  margin-bottom: 16px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.m-b-32 {
  margin-bottom: 32px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

.m-b-56 {
  margin-bottom: 56px !important;
}

.m-b-64 {
  margin-bottom: 64px !important;
}

.m-b-72 {
  margin-bottom: 72px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-88 {
  margin-bottom: 88px !important;
}

.m-b-96 {
  margin-bottom: 96px !important;
}

.m-b-104 {
  margin-bottom: 104px !important;
}

.m-b-112 {
  margin-bottom: 112px !important;
}

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

.m-b-128 {
  margin-bottom: 128px !important;
}

.m-b-136 {
  margin-bottom: 136px !important;
}

.m-b-144 {
  margin-bottom: 144px !important;
}

.m-b-152 {
  margin-bottom: 152px !important;
}

.m-b-160 {
  margin-bottom: 160px !important;
}

/* margin left*/
.m-l-0 {
  margin-left: 0px !important;
}

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

.m-l-16 {
  margin-left: 16px !important;
}

.m-l-24 {
  margin-left: 24px !important;
}

.m-l-32 {
  margin-left: 32px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-48 {
  margin-left: 48px !important;
}

.m-l-56 {
  margin-left: 56px !important;
}

.m-l-64 {
  margin-left: 64px !important;
}

.m-l-72 {
  margin-left: 72px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-88 {
  margin-left: 88px !important;
}

.m-l-96 {
  margin-left: 96px !important;
}

.m-l-104 {
  margin-left: 104px !important;
}

.m-l-112 {
  margin-left: 112px !important;
}

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

.m-l-128 {
  margin-left: 128px !important;
}

.m-l-136 {
  margin-left: 136px !important;
}

.m-l-144 {
  margin-left: 144px !important;
}

.m-l-152 {
  margin-left: 152px !important;
}

.m-l-160 {
  margin-left: 160px !important;
}

/* margin right*/
.m-r-0 {
  margin-right: 0px !important;
}

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

.m-r-16 {
  margin-right: 16px !important;
}

.m-r-24 {
  margin-right: 24px !important;
}

.m-r-32 {
  margin-right: 32px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-48 {
  margin-right: 48px !important;
}

.m-r-56 {
  margin-right: 56px !important;
}

.m-r-64 {
  margin-right: 64px !important;
}

.m-r-72 {
  margin-right: 72px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-r-88 {
  margin-right: 88px !important;
}

.m-r-96 {
  margin-right: 96px !important;
}

.m-r-104 {
  margin-right: 104px !important;
}

.m-r-112 {
  margin-right: 112px !important;
}

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

.m-r-128 {
  margin-right: 128px !important;
}

.m-r-136 {
  margin-right: 136px !important;
}

.m-r-144 {
  margin-right: 144px !important;
}

.m-r-152 {
  margin-right: 152px !important;
}

.m-r-160 {
  margin-right: 160px !important;
}

/* remove padding */
.no-padding {
  padding: 0 !important;
}

/* remove margin */
.no-margin {
  margin: 0 !important;
}

/* empty state (for flexbox grid layouts) */
.is-empty {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: transparent !important;
}

.fixed {
  position: fixed;
}

a.disableAnchor {
  pointer-events: none;
  color: #AAA;
}

@media screen and (max-width: 992px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 993px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

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