/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/vendor/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/vendor/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/vendor/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/vendor/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/vendor/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/vendor/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 32, ../sass/partials/_mixins.scss */
.head:after, .head .menu:after, .foot:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "Flash Park";
  src: url("fonts/flash-park.eot");
  src: url("fonts/flash-park.eot?#iefix") format("embedded-opentype"), url("fonts/flash-park.woff") format("woff"), url("fonts/flash-park.ttf") format("truetype"), url("fonts/flash-park.svg#flash-park") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url("fonts/oxygen-webfont.woff2") format("woff2"), url("fonts/oxygen-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxygen';
  src: url("fonts/oxygen-bold-webfont.woff2") format("woff2"), url("fonts/oxygen-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* line 27, ../sass/partials/_fonts.scss */
.icon-test:before {
  content: "v";
}

/* line 32, ../sass/partials/_fonts.scss */
[data-icon]:before {
  font-family: "Flash Park" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 45, ../sass/partials/_fonts.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Flash Park" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 58, ../sass/partials/_fonts.scss */
.icon-browser-icon:before {
  content: "\61";
}

/* line 61, ../sass/partials/_fonts.scss */
.icon-camera-icon:before {
  content: "\63";
}

/* line 64, ../sass/partials/_fonts.scss */
.icon-displaysings-icon:before {
  content: "\64";
}

/* line 67, ../sass/partials/_fonts.scss */
.icon-email-iconwhite:before {
  content: "\66";
}

/* line 70, ../sass/partials/_fonts.scss */
.icon-faq:before {
  content: "\65";
}

/* line 73, ../sass/partials/_fonts.scss */
.icon-laptop-icon:before {
  content: "\67";
}

/* line 76, ../sass/partials/_fonts.scss */
.icon-location-white-icon:before {
  content: "\68";
}

/* line 79, ../sass/partials/_fonts.scss */
.icon-mail-icon:before {
  content: "\69";
}

/* line 82, ../sass/partials/_fonts.scss */
.icon-newticket:before {
  content: "\6a";
}

/* line 85, ../sass/partials/_fonts.scss */
.icon-user-icon-1:before {
  content: "\62";
}

/* line 88, ../sass/partials/_fonts.scss */
.icon-register:before {
  content: "\6b";
}

/* line 91, ../sass/partials/_fonts.scss */
.icon-phone-whiteicon:before {
  content: "\6d";
}

/* line 94, ../sass/partials/_fonts.scss */
.icon-arrow-right:before {
  content: "\6e";
}

/* line 97, ../sass/partials/_fonts.scss */
.icon-doc:before {
  content: "\6c";
}

/* line 25, ../sass/partials/_mixins.scss */
::-webkit-input-placeholder {
  color: #626262;
}

/* line 26, ../sass/partials/_mixins.scss */
:-moz-placeholder {
  color: #626262;
}

/* line 27, ../sass/partials/_mixins.scss */
::-moz-placeholder {
  color: #626262;
}

/* line 28, ../sass/partials/_mixins.scss */
:-ms-input-placeholder {
  color: #626262;
}

/* line 5, ../sass/partials/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white;
  border: 1px solid #cccccc;
  color: #000;
  outline: 0px;
}

/* line 28, ../sass/partials/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: #999999;
  outline: none;
}

/* line 1, ../sass/partials/_navigation.scss */
nav ul {
  list-style: none;
  padding: 0;
}

/* line 1, ../sass/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Oxygen";
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
}
/* line 8, ../sass/partials/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

/* line 13, ../sass/partials/_typography.scss */
h1, .h1 {
  font-size: 35px;
  line-height: 46px;
  margin: 0;
}

/* line 19, ../sass/partials/_typography.scss */
h2, .h2 {
  color: #000;
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 999px) {
  /* line 19, ../sass/partials/_typography.scss */
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 30, ../sass/partials/_typography.scss */
h3, .h3 {
  font-size: 25px;
  margin: 0 0 10px 0;
}

/* line 35, ../sass/partials/_typography.scss */
h4, .h4 {
  font-size: 20px;
  margin: 0 0 5px 0;
  line-height: 28px;
}

/* line 41, ../sass/partials/_typography.scss */
h5, .h5 {
  font-size: 15px;
  margin: 0 0 5px 0;
}

/* line 46, ../sass/partials/_typography.scss */
h6, .h6 {
  font-size: 10px;
  margin: 0 0 5px 0;
}

/* line 51, ../sass/partials/_typography.scss */
a {
  color: #fff;
}

/* line 55, ../sass/partials/_typography.scss */
p {
  margin: 0 0 1em;
  color: #484848;
  line-height: 28px;
}
/* line 60, ../sass/partials/_typography.scss */
p:last-child {
  margin: 0;
}
@media screen and (max-width: 999px) {
  /* line 55, ../sass/partials/_typography.scss */
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 68, ../sass/partials/_typography.scss */
.small-print {
  font-size: 14px;
}

/* line 72, ../sass/partials/_typography.scss */
.text-center {
  text-align: center;
}

/* line 75, ../sass/partials/_typography.scss */
.text-left {
  text-align: left;
}

/* line 79, ../sass/partials/_typography.scss */
.blue {
  color: #0D4A99;
}

/* line 83, ../sass/partials/_typography.scss */
.white {
  color: #fff;
}

/* line 7, ../sass/partials/_buttons.scss */
.button {
  display: block;
  text-align: center;
  font-family: "Oxygen";
  font-size: 14px;
  font-weight: 700;
  max-width: 170px;
  padding: 15px 16px 15px 16px;
  border: white 2px solid;
  border-radius: 8px;
  background-color: #0D4A99;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
/* line 21, ../sass/partials/_buttons.scss */
.button:hover {
  background: #fff;
  color: #0D4A99;
  border: #0D4A99 2px solid;
}

/* line 28, ../sass/partials/_buttons.scss */
.button-full-width {
  width: 100%;
  max-width: 500px;
}

/* line 33, ../sass/partials/_buttons.scss */
.button-borderless {
  border: 2px solid #0D4A99;
  max-width: 170px;
}
/* line 36, ../sass/partials/_buttons.scss */
.button-borderless:hover {
  background: #fff;
  color: #0D4A99;
}

/* line 43, ../sass/partials/_buttons.scss */
.button-inverse {
  border: #0D4A99 2px solid;
  background-color: white;
  color: #0D4A99;
  margin-right: 25px;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
/* line 49, ../sass/partials/_buttons.scss */
.button-inverse:hover {
  background: #0D4A99;
  color: white;
}

/* custom radio buttons-checkbox */
/* line 59, ../sass/partials/_buttons.scss */
.custom-radio {
  /* Base for label styling */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
/* line 61, ../sass/partials/_buttons.scss */
.custom-radio label {
  position: relative;
  top: 6px;
  right: -13px;
  z-index: 1;
  color: white;
  cursor: pointer;
  opacity: 0;
}
/* line 71, ../sass/partials/_buttons.scss */
.custom-radio [type="radio"]:not(:checked),
.custom-radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
/* line 77, ../sass/partials/_buttons.scss */
.custom-radio [type="radio"]:not(:checked) + span,
.custom-radio [type="radio"]:checked + span {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  display: inline-block;
}
/* line 85, ../sass/partials/_buttons.scss */
.custom-radio [type="radio"]:not(:checked) + span:before,
.custom-radio [type="radio"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  width: 18px;
  height: 18px;
  border: 1px solid #CCD0D2;
  background: #fff;
  border-radius: 50%;
}
/* line 100, ../sass/partials/_buttons.scss */
.custom-radio [type="radio"]:not(:checked) + span:after,
.custom-radio [type="radio"]:checked + span:after {
  position: absolute;
  content: "";
  top: -15px;
  left: 0px;
  border: 5px #0D4A99 solid;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  z-index: 3;
  -webkit-transition: all .2s;
          transition: all .2s;
}
/* line 115, ../sass/partials/_buttons.scss */
.custom-radio [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
/* line 121, ../sass/partials/_buttons.scss */
.custom-radio [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/* line 126, ../sass/partials/_buttons.scss */
.custom-radio .custom-check {
  /* checked mark aspect */
  /* checked mark aspect */
}
/* line 129, ../sass/partials/_buttons.scss */
.custom-radio .custom-check [type="radio"]:not(:checked) + span:after,
.custom-radio .custom-check [type="radio"]:checked + span:after {
  border-radius: 0;
}
/* line 135, ../sass/partials/_buttons.scss */
.custom-radio .custom-check [type="radio"]:not(:checked) + span:after,
.custom-radio .custom-check [type="radio"]:checked + span:after {
  border-radius: 0;
  background: #0D4A99;
}

/* line 143, ../sass/partials/_buttons.scss */
.custom-check {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
/* line 145, ../sass/partials/_buttons.scss */
.custom-check label {
  position: relative;
  top: 6px;
  right: -13px;
  z-index: 1;
  color: white;
  cursor: pointer;
  opacity: 0;
}
/* line 154, ../sass/partials/_buttons.scss */
.custom-check [type="checkbox"]:not(:checked),
.custom-check [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
/* line 159, ../sass/partials/_buttons.scss */
.custom-check [type="checkbox"]:not(:checked) + span,
.custom-check [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  display: inline-block;
}
/* line 167, ../sass/partials/_buttons.scss */
.custom-check [type="checkbox"]:not(:checked) + span:before,
.custom-check [type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  width: 18px;
  height: 18px;
  border: 1px solid #CCD0D2;
  background: #fff;
  border-radius: 0;
}
/* line 180, ../sass/partials/_buttons.scss */
.custom-check [type="checkbox"]:not(:checked) + span:after,
.custom-check [type="checkbox"]:checked + span:after {
  position: absolute;
  content: "";
  top: -14px;
  left: 0px;
  background: #0D4A99;
  height: 18px;
  width: 18px;
  -webkit-transition: all .2s;
          transition: all .2s;
}
/* line 192, ../sass/partials/_buttons.scss */
.custom-check [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
/* line 196, ../sass/partials/_buttons.scss */
.custom-check [type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 2, ../sass/partials/_icons.scss */
[class^="icon-"]:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flash Park";
}

/* line 7, ../sass/partials/_icons.scss */
[class^="icon-social"][href*="google"]:before, [class^="icon-social"].icon-google:before {
  content: "g";
}
/* line 8, ../sass/partials/_icons.scss */
[class^="icon-social"][href*="facebook"]:before, [class^="icon-social"].icon-facebook:before {
  content: "f";
}
/* line 9, ../sass/partials/_icons.scss */
[class^="icon-social"][href*="instagram"]:before, [class^="icon-social"].icon-instagram:before {
  content: "i";
}
/* line 10, ../sass/partials/_icons.scss */
[class^="icon-social"][href*="linkedin"]:before, [class^="icon-social"].icon-linkedin:before {
  content: "l";
}
/* line 11, ../sass/partials/_icons.scss */
[class^="icon-social"][href*="pinterest"]:before, [class^="icon-social"].icon-pinterest:before {
  content: "p";
}
/* line 12, ../sass/partials/_icons.scss */
[class^="icon-social"][href*="twitter"]:before, [class^="icon-social"].icon-twitter:before {
  content: "t";
}
/* line 13, ../sass/partials/_icons.scss */
[class^="icon-social"][href*="youtube"]:before, [class^="icon-social"].icon-youtube:before {
  content: "y";
}

/* line 1, ../sass/partials/_grid.scss */
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

/* line 10, ../sass/partials/_grid.scss */
[class^='grid-'],
[class*=' grid-'] {
  display: inline-block;
  padding: 20px;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-1 {
  width: 8.3333333333%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-1 {
  margin-left: 8.3333333333%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-2 {
  width: 16.6666666667%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-2 {
  margin-left: 16.6666666667%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-3 {
  width: 25%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-3 {
  margin-left: 25%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-4 {
  width: 33.3333333333%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-4 {
  margin-left: 33.3333333333%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-5 {
  width: 41.6666666667%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-5 {
  margin-left: 41.6666666667%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-6 {
  width: 50%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-6 {
  margin-left: 50%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-7 {
  width: 58.3333333333%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-7 {
  margin-left: 58.3333333333%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-8 {
  width: 66.6666666667%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-8 {
  margin-left: 66.6666666667%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-9 {
  width: 75%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-9 {
  margin-left: 75%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-10 {
  width: 83.3333333333%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-10 {
  margin-left: 83.3333333333%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-11 {
  width: 91.6666666667%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-11 {
  margin-left: 91.6666666667%;
}

/* line 17, ../sass/partials/_grid.scss */
.grid-xs-12 {
  width: 100%;
}

/* line 21, ../sass/partials/_grid.scss */
.offset-xs-12 {
  margin-left: 100%;
}

@media screen and (min-width: 1000px) {
  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-1 {
    width: 8.3333333333%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-1 {
    margin-left: 8.3333333333%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-2 {
    width: 16.6666666667%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-2 {
    margin-left: 16.6666666667%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-3 {
    width: 25%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-3 {
    margin-left: 25%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-4 {
    width: 33.3333333333%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-4 {
    margin-left: 33.3333333333%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-5 {
    width: 41.6666666667%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-5 {
    margin-left: 41.6666666667%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-6 {
    width: 50%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-6 {
    margin-left: 50%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-7 {
    width: 58.3333333333%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-7 {
    margin-left: 58.3333333333%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-8 {
    width: 66.6666666667%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-8 {
    margin-left: 66.6666666667%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-9 {
    width: 75%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-9 {
    margin-left: 75%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-10 {
    width: 83.3333333333%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-10 {
    margin-left: 83.3333333333%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-11 {
    width: 91.6666666667%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-11 {
    margin-left: 91.6666666667%;
  }

  /* line 28, ../sass/partials/_grid.scss */
  .grid-s-12 {
    width: 100%;
  }

  /* line 32, ../sass/partials/_grid.scss */
  .offset-s-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1425px) {
  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-1 {
    width: 8.3333333333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-2 {
    width: 16.6666666667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-3 {
    width: 25%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-4 {
    width: 33.3333333333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-5 {
    width: 41.6666666667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-6 {
    width: 50%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-7 {
    width: 58.3333333333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-8 {
    width: 66.6666666667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-9 {
    width: 75%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-10 {
    width: 83.3333333333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-11 {
    width: 91.6666666667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  /* line 40, ../sass/partials/_grid.scss */
  .grid-md-12 {
    width: 100%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1480px) {
  /* line 52, ../sass/partials/_grid.scss */
  .grid-1 {
    width: 8.3333333333%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-2 {
    width: 16.6666666667%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-3 {
    width: 25%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-3 {
    margin-left: 25%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-4 {
    width: 33.3333333333%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-5 {
    width: 41.6666666667%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-6 {
    width: 50%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-6 {
    margin-left: 50%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-7 {
    width: 58.3333333333%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-8 {
    width: 66.6666666667%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-9 {
    width: 75%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-9 {
    margin-left: 75%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-10 {
    width: 83.3333333333%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-11 {
    width: 91.6666666667%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 52, ../sass/partials/_grid.scss */
  .grid-12 {
    width: 100%;
  }

  /* line 56, ../sass/partials/_grid.scss */
  .offset-12 {
    margin-left: 100%;
  }
}
/**
 * Comes from https://css-tricks.com/considerations-styling-modal/
 *
 * Markup:
 * 
 * <div class="modal-overlay" id="modal-overlay"></div>
	<div class="modal" id="modal">
	  <button class="close-button" id="close-button">Obvious Close Button</button>
	  <div class="modal-guts">
	    <h1>Modal Example</h1>
	    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae expedita corrupti laudantium aperiam, doloremque explicabo ipsum earum dicta saepe delectus totam vitae ipsam doloribus et obcaecati facilis eius assumenda, cumque.</p>
	    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae expedita corrupti laudantium aperiam, doloremque explicabo ipsum earum dicta saepe delectus totam vitae ipsam doloribus et obcaecati facilis eius assumenda, cumque.</p>
	  </div>
	</div>
	<button id="open-button" class="open-button">Open Button</button>
 */
/* line 18, ../sass/partials/_modal.scss */
.modal {
  /* This way it could be display flex or grid or whatever also. */
  display: block;
  /* Probably need media queries here */
  width: 600px;
  max-width: 100%;
  height: 400px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  /* Use this for centering if unknown width/height */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* If known, negative margins are probably better (less chance of blurry text). */
  /* margin: -200px 0 0 -200px; */
  background: white;
  -webkit-box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}

/* line 39, ../sass/partials/_modal.scss */
.closed {
  display: none;
}

/* line 43, ../sass/partials/_modal.scss */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
}

/* line 53, ../sass/partials/_modal.scss */
.modal-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px 50px 20px 20px;
}

/* line 2, ../sass/partials/_utility.scss */
.main p {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  /* line 2, ../sass/partials/_utility.scss */
  .main p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 11, ../sass/partials/_utility.scss */
.column-60 {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 17, ../sass/partials/_utility.scss */
.column-40 {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 23, ../sass/partials/_utility.scss */
.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 31, ../sass/partials/_utility.scss */
.image-container {
  width: 100%;
}

/* line 35, ../sass/partials/_utility.scss */
.spacer-30 {
  margin-top: 30px;
}

/* line 39, ../sass/partials/_utility.scss */
.spacer-50 {
  margin-top: 50px;
}

/* line 43, ../sass/partials/_utility.scss */
.spacer-150 {
  margin-top: 150px;
}

/* line 47, ../sass/partials/_utility.scss */
.half-width {
  width: 50% !important;
  height: auto;
}

/* line 52, ../sass/partials/_utility.scss */
.blue-bg {
  color: white;
  background: #0D4A99;
}
/* line 56, ../sass/partials/_utility.scss */
.blue-bg h3 {
  color: white;
}
/* line 60, ../sass/partials/_utility.scss */
.blue-bg p {
  color: white;
}

/* line 65, ../sass/partials/_utility.scss */
.bg-image {
  z-index: 1;
  background-image: url("../images/Banner_img.jpg");
  width: 100%;
  height: 710px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "h";
}

/* line 1, ../sass/modules/_header.scss */
.hamburger {
  display: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0;
}
/* line 5, ../sass/modules/_header.scss */
.hamburger.is-active {
  top: 15px;
}
/* 1424px */
@media screen and (max-width: 1424px) {
  /* line 1, ../sass/modules/_header.scss */
  .hamburger {
    width: 30px;
    height: 21px;
    position: relative;
    display: block;
  }
}
/* line 15, ../sass/modules/_header.scss */
.hamburger [class^="line-"] {
  display: block;
  background: #0D4A99;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all 300ms, opacity 100ms;
          transition: all 300ms, opacity 100ms;
  outline: 1px solid transparent;
}
/* line 26, ../sass/modules/_header.scss */
.hamburger [class^="line-"].line-1 {
  top: 0;
}
/* line 30, ../sass/modules/_header.scss */
.hamburger [class^="line-"].line-2 {
  top: 9px;
}
/* line 34, ../sass/modules/_header.scss */
.hamburger [class^="line-"].line-3 {
  bottom: 0;
}
/* line 40, ../sass/modules/_header.scss */
.hamburger.is-active .line-1 {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
      -ms-transform: translateY(9px) translateX(0) rotate(45deg);
          transform: translateY(9px) translateX(0) rotate(45deg);
}
/* line 44, ../sass/modules/_header.scss */
.hamburger.is-active .line-2 {
  opacity: 0;
}
/* line 48, ../sass/modules/_header.scss */
.hamburger.is-active .line-3 {
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
          transform: translateY(-9px) translateX(0) rotate(-45deg);
}

/* line 54, ../sass/modules/_header.scss */
.is-noscroll {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}
/* line 59, ../sass/modules/_header.scss */
.is-noscroll .top {
  pointer-events: auto;
}

/* line 64, ../sass/modules/_header.scss */
.head {
  -webkit-box-shadow: 5px 2px 5px #888888;
          box-shadow: 5px 2px 5px #888888;
  max-height: 90px;
  padding: 10px 0 0;
  background: white;
}
/* line 71, ../sass/modules/_header.scss */
.head .hamburger {
  z-index: 1000;
}
/* line 75, ../sass/modules/_header.scss */
.head .menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  /* line 75, ../sass/modules/_header.scss */
  .head .menu-wrapper {
    padding-top: 15px;
  }
}
/* line 80, ../sass/modules/_header.scss */
.head .menu-wrapper .menu-logo {
  z-index: 10;
}
/* line 85, ../sass/modules/_header.scss */
.head .main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  pointer-events: all;
}
/* line 92, ../sass/modules/_header.scss */
.head .menu {
  list-style: none;
  width: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0;
}
/* line 100, ../sass/modules/_header.scss */
.head .menu .mobile-social {
  display: none;
}
/* line 104, ../sass/modules/_header.scss */
.head .menu.is-active {
  width: 100%;
  padding-top: 90px;
  z-index: 4;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 113, ../sass/modules/_header.scss */
.head .menu.is-active .login {
  display: none;
}
/* line 116, ../sass/modules/_header.scss */
.head .menu.is-active .register {
  display: none;
}
/* line 119, ../sass/modules/_header.scss */
.head .menu.is-active .mobile-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  /* line 119, ../sass/modules/_header.scss */
  .head .menu.is-active .mobile-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 128, ../sass/modules/_header.scss */
.head .menu.is-active .mobile-social .login {
  display: block;
}
/* line 130, ../sass/modules/_header.scss */
.head .menu.is-active .mobile-social .login a {
  left: -20px;
}
/* line 134, ../sass/modules/_header.scss */
.head .menu.is-active .mobile-social .register {
  display: block;
}
/* line 136, ../sass/modules/_header.scss */
.head .menu.is-active .mobile-social .register a {
  left: -20px;
}
/* line 145, ../sass/modules/_header.scss */
.head .menu-item:first-child {
  margin-left: 0;
}
/* line 149, ../sass/modules/_header.scss */
.head .menu-item a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
/* line 155, ../sass/modules/_header.scss */
.head .menu-item a:hover {
  color: #D1D1D1;
}
/* line 161, ../sass/modules/_header.scss */
.head .login a {
  color: #0D4A99;
  position: relative;
  margin-right: -30px;
  top: -12px;
}
/* line 167, ../sass/modules/_header.scss */
.head .login a:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flash Park";
  position: relative;
  top: 10px;
  font-size: 30px;
  margin-right: 10px;
  content: 'b';
}
/* line 177, ../sass/modules/_header.scss */
.head .register a {
  margin-right: -80px;
  position: relative;
  top: -28px;
  color: #0D4A99;
}
/* line 183, ../sass/modules/_header.scss */
.head .register a:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flash Park";
  position: relative;
  top: 18px;
  font-size: 47px;
  margin-right: 10px;
  content: 'k';
}
/* line 193, ../sass/modules/_header.scss */
.head .menu-logo {
  max-width: 322px;
  max-height: 82px;
}
/* line 196, ../sass/modules/_header.scss */
.head .menu-logo.is-active {
  position: fixed;
}
@media screen and (max-width: 1424px) {
  /* line 64, ../sass/modules/_header.scss */
  .head {
    height: 80px;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-transition: height 350ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
            transition: height 350ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
  }
  /* line 210, ../sass/modules/_header.scss */
  .head .menu {
    text-align: center;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 80px;
    background: white;
  }
  /* line 223, ../sass/modules/_header.scss */
  .head .menu-item {
    float: none;
    margin: 20px 0;
  }
  /* line 227, ../sass/modules/_header.scss */
  .head .menu-item a {
    font-size: 28px;
  }
  /* line 232, ../sass/modules/_header.scss */
  .head.is-active {
    height: 100%;
  }
}

@media screen and (max-width: 999px) {
  /* line 240, ../sass/modules/_header.scss */
  .head .centering .menu-logo {
    max-width: 200px;
    height: auto;
  }
}
/* line 248, ../sass/modules/_header.scss */
.head {
  -webkit-box-shadow: 0 0 0 white;
          box-shadow: 0 0 0 white;
}

/* line 1, ../sass/modules/_footer.scss */
.foot {
  width: 100%;
  padding-top: 30px;
  margin: 0;
  background-color: black;
  color: #fff;
}
/* line 5, ../sass/modules/_footer.scss */
.foot p {
  line-height: 20px;
  color: white;
}
@media screen and (max-width: 479px) {
  /* line 5, ../sass/modules/_footer.scss */
  .foot p {
    font-size: 14px;
  }
}

/* line 18, ../sass/modules/_footer.scss */
.tab-footer {
  padding: 50px 0 0;
}
/* line 21, ../sass/modules/_footer.scss */
.tab-footer .h2 {
  color: white;
}
/* line 25, ../sass/modules/_footer.scss */
.tab-footer .tab-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
}
/* line 30, ../sass/modules/_footer.scss */
.tab-footer .tab-title-wrapper h2 {
  z-index: 2;
  padding: 0;
  margin: 0;
}
/* line 36, ../sass/modules/_footer.scss */
.tab-footer .tab-title-wrapper:before {
  position: absolute;
  bottom: -1px;
  right: 0;
  left: -999px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0D4A99;
  height: 80px;
  border-top-right-radius: 10px;
  content: "";
}

/* line 51, ../sass/modules/_footer.scss */
.tab-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  position: relative;
  width: 100%;
  padding: 45px 0 50px;
  background: #0D4A99;
}
/* line 60, ../sass/modules/_footer.scss */
.tab-content-wrapper .tab-content {
  width: 100%;
}
/* line 63, ../sass/modules/_footer.scss */
.tab-content-wrapper .tab-content .tab-spacer {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* line 72, ../sass/modules/_footer.scss */
.tab-content-wrapper .tab-content .tab-spacer h3 {
  max-width: 400px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 80, ../sass/modules/_footer.scss */
.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 60%;
  padding: 0;
  margin: 0;
}
/* line 89, ../sass/modules/_footer.scss */
.tab-menu .foot-column {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 370px;
}
/* line 96, ../sass/modules/_footer.scss */
.tab-menu .menu-item {
  list-style: none;
  position: relative;
  line-height: 50px;
}
/* line 101, ../sass/modules/_footer.scss */
.tab-menu .menu-item:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flash Park";
  left: -40px;
  position: absolute;
  margin-right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  color: white;
  content: 'n';
}
/* line 113, ../sass/modules/_footer.scss */
.tab-menu .menu-item a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
/* line 119, ../sass/modules/_footer.scss */
.tab-menu .menu-item a:hover {
  color: #D1D1D1;
}

@media screen and (max-width: 1424px) {
  /* line 126, ../sass/modules/_footer.scss */
  .hero-video {
    margin: 0;
  }

  /* line 131, ../sass/modules/_footer.scss */
  .breakout .breakout-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 134, ../sass/modules/_footer.scss */
  .breakout .breakout-step .step {
    width: 70%;
    margin: 20px 0;
  }

  /* line 142, ../sass/modules/_footer.scss */
  .tab-footer .tab-title-wrapper {
    width: 100%;
    margin: 0;
  }
  /* line 146, ../sass/modules/_footer.scss */
  .tab-footer .tab-title-wrapper .h2 {
    padding: 0;
    margin: 0;
  }
  /* line 152, ../sass/modules/_footer.scss */
  .tab-footer .tab-content-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 156, ../sass/modules/_footer.scss */
  .tab-footer .tab-content-wrapper .tab-spacer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 159, ../sass/modules/_footer.scss */
  .tab-footer .tab-content-wrapper .tab-spacer h3 {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  /* line 164, ../sass/modules/_footer.scss */
  .tab-footer .tab-content-wrapper .tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 45px;
  }

  /* line 171, ../sass/modules/_footer.scss */
  .foot {
    margin: 0;
  }
}
/* line 176, ../sass/modules/_footer.scss */
.widget-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

/* line 182, ../sass/modules/_footer.scss */
.widget-content {
  font-family: "Oxygen";
  font-size: 14px;
  line-height: 24px;
  max-width: 380px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 191, ../sass/modules/_footer.scss */
.widget-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 999px) {
  /* line 191, ../sass/modules/_footer.scss */
  .widget-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 204, ../sass/modules/_footer.scss */
.widget-menu .sub-menu ul {
  padding: 0;
  margin: 0;
}
/* line 209, ../sass/modules/_footer.scss */
.widget-menu .sub-menu .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 215, ../sass/modules/_footer.scss */
.widget-menu .menu-item {
  margin: 0 80px 15px 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}
/* line 223, ../sass/modules/_footer.scss */
.widget-menu .menu-item:first-child {
  margin-left: 0;
}
/* line 227, ../sass/modules/_footer.scss */
.widget-menu .menu-item a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
/* line 233, ../sass/modules/_footer.scss */
.widget-menu .menu-item a:hover {
  color: #D1D1D1;
}

/* line 240, ../sass/modules/_footer.scss */
.foot-smallprint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  font-family: "Oxygen";
}

/* line 247, ../sass/modules/_footer.scss */
.designbyxanda {
  padding-left: 10px;
  font-size: 14px;
}
/* line 251, ../sass/modules/_footer.scss */
.designbyxanda svg > {
  color: white;
  fill: white;
}
/* line 256, ../sass/modules/_footer.scss */
.designbyxanda a {
  color: inherit;
  font-family: "Oxygen";
  text-decoration: none;
}

@media screen and (max-width: 1424px) {
  /* line 263, ../sass/modules/_footer.scss */
  .foot {
    padding: 0;
  }
  /* line 266, ../sass/modules/_footer.scss */
  .foot .foot-content {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  /* line 275, ../sass/modules/_footer.scss */
  .foot .foot-title {
    margin: 15px 0 20px;
  }
  /* line 279, ../sass/modules/_footer.scss */
  .foot .foot-menu {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1424px) {
  /* line 2, ../sass/modules/_home.scss */
  .home .breakout-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  /* line 8, ../sass/modules/_home.scss */
  .home h2 {
    margin: 0;
  }
}
/* line 13, ../sass/modules/_home.scss */
.home .main {
  margin-top: 0;
}

/* line 18, ../sass/modules/_home.scss */
.hero {
  height: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
/* line 24, ../sass/modules/_home.scss */
.hero .hero-subtitle {
  color: white;
  padding-top: 20px;
}
/* line 29, ../sass/modules/_home.scss */
.hero:after {
  content: "";
  display: table;
  clear: both;
}
/* line 35, ../sass/modules/_home.scss */
.hero .hero-content {
  padding: 80px 0;
  position: absolute;
  top: -200px;
  color: white;
  width: 55%;
  z-index: 1;
}
/* line 43, ../sass/modules/_home.scss */
.hero .hero-content:before {
  position: absolute;
  left: -999px;
  top: 0;
  right: 0;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  height: 100%;
  background-color: #0D4A99;
  border-radius: 10px;
}
/* line 56, ../sass/modules/_home.scss */
.hero .hero-content .hero-title {
  width: 70%;
  margin: 0;
  font-size: 40px;
  color: #fff;
  letter-spacing: -1px;
}
@media screen and (max-width: 999px) {
  /* line 56, ../sass/modules/_home.scss */
  .hero .hero-content .hero-title {
    width: 100%;
    font-size: 30px;
    line-height: 46px;
  }
}
/* line 69, ../sass/modules/_home.scss */
.hero .hero-content .hero-callback {
  margin: 50px 0 0;
}
/* line 74, ../sass/modules/_home.scss */
.hero .hero-video {
  z-index: 4;
  background-image: url("../images/video.jpg");
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 10% 0 0;
  height: 0;
  padding-top: 20%;
  width: 40%;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
}
/* line 88, ../sass/modules/_home.scss */
.hero .hero-video:before {
  background: url("../images/play.svg");
  content: "";
  position: absolute;
  top: 44%;
  left: 44%;
  background-size: contain;
  height: 15%;
  padding-left: 15%;
  display: table;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

/* line 105, ../sass/modules/_home.scss */
.breakout {
  padding-top: 20px;
  color: #484848;
}
/* line 109, ../sass/modules/_home.scss */
.breakout .hiding {
  display: none;
  width: 170px;
}
@media screen and (max-width: 999px) {
  /* line 109, ../sass/modules/_home.scss */
  .breakout .hiding {
    padding-bottom: 10px;
  }
}
/* line 117, ../sass/modules/_home.scss */
.breakout .get-started {
  margin: 55px 0 110px;
}
@media screen and (max-width: 999px) {
  /* line 105, ../sass/modules/_home.scss */
  .breakout {
    padding-top: 40px;
  }
}

/* line 125, ../sass/modules/_home.scss */
.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 30px 0 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 132, ../sass/modules/_home.scss */
.steps .step {
  padding: 10px 0 0;
  width: 15%;
}
/* line 137, ../sass/modules/_home.scss */
.steps .step-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 142, ../sass/modules/_home.scss */
.steps .step-icon:before {
  color: #0D4A99;
  display: block;
  font-size: 50px;
  padding-bottom: 20px;
}

@media (max-width: 1000px) {
  /* line 153, ../sass/modules/_home.scss */
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  /* line 158, ../sass/modules/_home.scss */
  .hero .hero-content {
    margin: 0;
    position: static;
    width: 100%;
  }
  /* line 163, ../sass/modules/_home.scss */
  .hero .hero-content:before {
    border-radius: 0;
  }
  /* line 168, ../sass/modules/_home.scss */
  .hero .hero-video {
    padding-top: 56.5%;
    width: 100%;
    background-size: contain;
    position: relative;
    margin: 0;
  }

  /* line 178, ../sass/modules/_home.scss */
  .breakout .hide {
    display: none;
  }
  /* line 183, ../sass/modules/_home.scss */
  .breakout .is-hidden:after {
    content: " Less" !important;
  }
  /* line 188, ../sass/modules/_home.scss */
  .breakout .hiding {
    margin: 0 0 0 20px;
    display: block;
  }
  /* line 192, ../sass/modules/_home.scss */
  .breakout .hiding:after {
    content: " More";
  }

  /* line 198, ../sass/modules/_home.scss */
  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 201, ../sass/modules/_home.scss */
  .steps .step {
    padding-top: 50px;
    width: 100%;
  }
  /* line 205, ../sass/modules/_home.scss */
  .steps .step:first-of-type {
    padding-top: 0;
  }

  /* line 213, ../sass/modules/_home.scss */
  .tab-footer .tab-title-wrapper:before {
    border-radius: 0;
    right: -20px;
  }
  /* line 219, ../sass/modules/_home.scss */
  .tab-footer .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 222, ../sass/modules/_home.scss */
  .tab-footer .tab-content .tab-menu {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 230, ../sass/modules/_home.scss */
  .foot-content {
    width: 100%;
  }
}
/* line 2, ../sass/modules/_about.scss */
.about .main {
  padding-top: 39px;
}
@media screen and (max-width: 1424px) {
  /* line 2, ../sass/modules/_about.scss */
  .about .main {
    padding-top: 96px;
  }
}
@media screen and (max-width: 999px) {
  /* line 2, ../sass/modules/_about.scss */
  .about .main {
    padding-top: 56px;
  }
}
/* line 12, ../sass/modules/_about.scss */
.about .image-container {
  width: auto;
}
@media (max-width: 1565px) {
  /* line 12, ../sass/modules/_about.scss */
  .about .image-container {
    display: none;
  }
}

/* line 20, ../sass/modules/_about.scss */
.page-title {
  margin: 0 0 30px;
}

/* line 24, ../sass/modules/_about.scss */
.image-small {
  width: 100%;
  max-width: 482px;
  display: table;
}

/* line 30, ../sass/modules/_about.scss */
.image-large {
  width: 100%;
  max-width: 1026px;
  display: table;
}

/* line 36, ../sass/modules/_about.scss */
.med-bg {
  padding: 80px 0;
  background-color: #F5F5F5;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  /* line 42, ../sass/modules/_about.scss */
  .med-bg .grid .spacer-50 {
    display: none;
  }
}
/* line 49, ../sass/modules/_about.scss */
.med-bg .breakout-text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
/* line 53, ../sass/modules/_about.scss */
.med-bg .breakout-title {
  color: black;
  margin: 70px 0 10px;
}
/* line 57, ../sass/modules/_about.scss */
.med-bg .breakout-title:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  /* line 64, ../sass/modules/_about.scss */
  .breakout .breakout-text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
/* line 2, ../sass/modules/_register.scss */
.register .main {
  padding-top: 60px;
}
@media screen and (max-width: 1424px) {
  /* line 2, ../sass/modules/_register.scss */
  .register .main {
    padding-top: 100px;
  }
}
/* line 9, ../sass/modules/_register.scss */
.register .registration-form {
  position: relative;
}
/* line 13, ../sass/modules/_register.scss */
.register .registration-form .custom-check label {
  left: 5px;
}
/* line 17, ../sass/modules/_register.scss */
.register .registration-form .custom-check [type="checkbox"]:checked + span:after,
.register .registration-form .custom-check [type="checkbox"]:not(:checked) + span:after {
  left: -10px;
}
/* line 22, ../sass/modules/_register.scss */
.register .registration-form .custom-check [type="checkbox"]:checked + span:before,
.register .registration-form .custom-check [type="checkbox"]:not(:checked) + span:before {
  left: -10px;
}
/* line 29, ../sass/modules/_register.scss */
.register .gradient {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 35, ../sass/modules/_register.scss */
.two-column {
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  font-size: 16px;
}
/* line 41, ../sass/modules/_register.scss */
.two-column .last {
  margin-bottom: 30px !important;
}
/* line 45, ../sass/modules/_register.scss */
.two-column .input {
  border-color: #CCD0D2;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
}
/* line 54, ../sass/modules/_register.scss */
.two-column .input:first-of-type {
  margin-top: 0;
}
/* line 59, ../sass/modules/_register.scss */
.two-column textarea {
  height: 116px;
}

/* line 70, ../sass/modules/_register.scss */
.form-content {
  padding: 80px 25px 100px;
  height: 1000px;
}
/* line 74, ../sass/modules/_register.scss */
.form-content h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  /* line 70, ../sass/modules/_register.scss */
  .form-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 84, ../sass/modules/_register.scss */
.registration-form .bottom {
  width: 90%;
  position: absolute;
  bottom: 70px;
  left: 25px;
}
@media screen and (max-width: 999px) {
  /* line 84, ../sass/modules/_register.scss */
  .registration-form .bottom {
    bottom: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 479px) {
  /* line 84, ../sass/modules/_register.scss */
  .registration-form .bottom {
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  /* line 101, ../sass/modules/_register.scss */
  .registration-form .bottom .inline p {
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  /* line 100, ../sass/modules/_register.scss */
  .registration-form .bottom .inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 999px) {
  /* line 113, ../sass/modules/_register.scss */
  .registration-form .form-content:first-of-type {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  /* line 113, ../sass/modules/_register.scss */
  .registration-form .form-content:first-of-type {
    padding-bottom: 0;
  }
}
/* line 122, ../sass/modules/_register.scss */
.registration-form .form-content .inline {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 999px) {
  /* line 128, ../sass/modules/_register.scss */
  .two-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding-bottom: 20px;
  }

  /* line 134, ../sass/modules/_register.scss */
  .register .gradient {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 140, ../sass/modules/_register.scss */
  .form-content {
    height: auto;
    padding-top: 20px;
  }
}
/* product card styling*/
/* line 2, ../sass/modules/_products.scss */
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* line 12, ../sass/modules/_products.scss */
.product-image {
  background: url("../images/product_4.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  height: 0;
  display: table;
  background-repeat: no-repeat;
}

/* line 23, ../sass/modules/_products.scss */
.product-popup {
  max-width: 1019px;
  pointer-events: all;
  padding: 45px 45px 30px;
  position: fixed;
  top: 10%;
  left: 20%;
  right: 20%;
  margin: auto;
  z-index: 10;
  background: white;
  bottom: 10%;
  height: 614;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 39, ../sass/modules/_products.scss */
.product-popup p {
  font-size: 14px;
}
/* line 43, ../sass/modules/_products.scss */
.product-popup .grid {
  margin-top: -20px;
}
/* line 47, ../sass/modules/_products.scss */
.product-popup .inline {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 51, ../sass/modules/_products.scss */
.product-popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
}
@media screen and (max-width: 999px) {
  /* line 51, ../sass/modules/_products.scss */
  .product-popup .close {
    top: 90px;
    right: 25px;
  }
}

/* secondary nav bar styling*/
/* line 63, ../sass/modules/_products.scss */
.page-nav {
  height: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}
/* line 68, ../sass/modules/_products.scss */
.page-nav .menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
/* line 77, ../sass/modules/_products.scss */
.page-nav .menu .menu-item a {
  text-decoration: none;
  padding: 0 5px;
  font-size: 16px;
}
/* line 82, ../sass/modules/_products.scss */
.page-nav .menu .menu-item a:hover {
  color: #ADBEE0;
}
@media screen and (max-width: 1424px) {
  /* line 89, ../sass/modules/_products.scss */
  .page-nav .desktop-menu {
    display: none;
  }
}
/* line 95, ../sass/modules/_products.scss */
.page-nav .mobile-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: auto;
}
/* line 101, ../sass/modules/_products.scss */
.page-nav .mobile-menu h3 {
  padding: 10px 0;
  margin: 0;
}
/* line 105, ../sass/modules/_products.scss */
.page-nav .mobile-menu h3:after {
  content: url("../images/down.svg");
  position: absolute;
  right: 16px;
  fill: white;
}
@media screen and (max-width: 1424px) {
  /* line 95, ../sass/modules/_products.scss */
  .page-nav .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 116, ../sass/modules/_products.scss */
.page-nav .mobile-menu .menu {
  background-color: #1865c9;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 50;
  padding: 0;
}
/* line 124, ../sass/modules/_products.scss */
.page-nav .mobile-menu .menu li {
  padding: 12px 0;
  width: 100%;
  background-color: #1865c9;
}

/* line 137, ../sass/modules/_products.scss */
.products {
  font-size: 20px;
}
/* line 138, ../sass/modules/_products.scss */
.products .main {
  padding-top: 50px;
}
@media screen and (max-width: 1424px) {
  /* line 138, ../sass/modules/_products.scss */
  .products .main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 479px) {
  /* line 145, ../sass/modules/_products.scss */
  .products .inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 153, ../sass/modules/_products.scss */
.products input [type="radio"] {
  background: red !important;
}

/* line 158, ../sass/modules/_products.scss */
.dual-box {
  width: 30%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 166, ../sass/modules/_products.scss */
.dual-box p {
  margin: auto auto auto 0;
}

/* line 171, ../sass/modules/_products.scss */
.scroller {
  position: static;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 999px) {
  /* line 176, ../sass/modules/_products.scss */
  .scroller .inline {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 178, ../sass/modules/_products.scss */
  .scroller .inline h3 {
    width: 100%;
  }
}

/* main product page styling*/
/* line 186, ../sass/modules/_products.scss */
.table {
  width: 100%;
}
/* line 189, ../sass/modules/_products.scss */
.table td {
  padding: 20px 0;
}
/* line 193, ../sass/modules/_products.scss */
.table th {
  color: #000;
  padding: 10px 0;
}
/* line 198, ../sass/modules/_products.scss */
.table .table-head {
  font-size: 18px;
}

/* line 203, ../sass/modules/_products.scss */
.product-item {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 400px;
  padding: 20px 50px;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px #a6a6a6;
          box-shadow: 0 5px 15px #a6a6a6;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
/* line 215, ../sass/modules/_products.scss */
.product-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 220, ../sass/modules/_products.scss */
.block {
  display: block;
}

/* line 224, ../sass/modules/_products.scss */
.page-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: 100%;
  border-top: 2px #E1E1E1 solid;
  margin: 80px 0 0;
  padding: 10px 0 0;
}
/* line 235, ../sass/modules/_products.scss */
.page-indicator p {
  padding-top: 15px;
}

/* line 240, ../sass/modules/_products.scss */
.arrow-left {
  background: url("../images/expand_arrow_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  width: 40px;
  height: 30px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin: 0 5px;
}

/* line 252, ../sass/modules/_products.scss */
.arrow-right {
  background: url("../images/expand_arrow_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  width: 40px;
  height: 30px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin: 0 5px;
}

@media screen and (max-width: 999px) {
  /* line 264, ../sass/modules/_products.scss */
  .product-popup {
    padding-top: 100px;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  /* line 274, ../sass/modules/_products.scss */
  .product-popup .product-image {
    width: 100%;
    padding-top: 100%;
  }
}
@media (max-width: 1000px) {
  /* line 281, ../sass/modules/_products.scss */
  .product-mobile {
    width: 50%;
  }
}
@media (max-width: 700px) {
  /* line 281, ../sass/modules/_products.scss */
  .product-mobile {
    width: 100%;
  }
}

/* line 291, ../sass/modules/_products.scss */
.products .head {
  z-index: 1;
}
/* line 295, ../sass/modules/_products.scss */
.products .quantity-box {
  margin: 0 10px;
}

@media screen and (max-width: 1424px) {
  /* line 2, ../sass/modules/_account.scss */
  .account .page-title {
    margin-bottom: 0;
  }
}
/* line 8, ../sass/modules/_account.scss */
.account .main {
  margin-top: 0;
}

/* line 13, ../sass/modules/_account.scss */
.flex-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media screen and (max-width: 1424px) {
  /* line 18, ../sass/modules/_account.scss */
  .account .main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 999px) {
  /* line 25, ../sass/modules/_account.scss */
  .account .inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 29, ../sass/modules/_account.scss */
  .account .inline p {
    padding-left: 0;
  }
}
/* line 2, ../sass/modules/_basket.scss */
.basket .main {
  padding-top: 50px;
}
@media screen and (max-width: 1424px) {
  /* line 6, ../sass/modules/_basket.scss */
  .basket .main {
    padding-top: 100px;
  }
}
/* line 11, ../sass/modules/_basket.scss */
.basket p {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  /* line 11, ../sass/modules/_basket.scss */
  .basket p {
    font-size: 14px;
  }
}
/* line 18, ../sass/modules/_basket.scss */
.basket .table {
  max-width: 100%;
}
/* line 21, ../sass/modules/_basket.scss */
.basket .table td {
  padding: 20px;
}
/* line 25, ../sass/modules/_basket.scss */
.basket .table .table-head {
  font-size: 18px;
}
/* line 30, ../sass/modules/_basket.scss */
.basket .table .table-body td {
  padding: 40px 27px;
}
/* line 36, ../sass/modules/_basket.scss */
.basket .table .table-foot td {
  padding: 10px 0;
}
@media screen and (max-width: 479px) {
  /* line 18, ../sass/modules/_basket.scss */
  .basket .table {
    display: none;
  }
}
/* line 45, ../sass/modules/_basket.scss */
.basket .mobile-basket {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #E2E2E2;
  display: none;
}
/* line 49, ../sass/modules/_basket.scss */
.basket .mobile-basket h3 {
  color: white;
  text-align: center;
  background-color: #0D4A99;
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 479px) {
  /* line 45, ../sass/modules/_basket.scss */
  .basket .mobile-basket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 61, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-summary {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}
/* line 68, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-summary .basket-summary-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
}
/* line 74, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-summary .basket-summary-details .remove-item {
  font-size: 30px;
  color: #0D4A99;
}
/* line 79, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-summary .basket-summary-details p {
  padding: 0 8px;
  width: auto;
}
/* line 85, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-summary .button {
  width: 100%;
  margin: 5px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
/* line 92, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-total {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 70%;
  margin: auto;
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  /* line 92, ../sass/modules/_basket.scss */
  .basket .mobile-basket .basket-total {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
  }
}
/* line 106, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 111, ../sass/modules/_basket.scss */
.basket .mobile-basket .basket-details input[type='checkbox'] {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* line 118, ../sass/modules/_basket.scss */
.dark-bg {
  background: #E2E2E2;
}

/* line 122, ../sass/modules/_basket.scss */
.dual-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 128, ../sass/modules/_basket.scss */
.dual-button .button {
  min-width: 155px;
}
@media screen and (max-width: 999px) {
  /* line 128, ../sass/modules/_basket.scss */
  .dual-button .button {
    min-width: 120px;
  }
}

/* line 139, ../sass/modules/_basket.scss */
.basket .table .table-foot .text-bold {
  font-weight: 700;
  color: black !important;
  padding-left: 27px;
}
/* line 144, ../sass/modules/_basket.scss */
.basket .table .table-foot .text-bold p {
  font-weight: 700;
  color: black !important;
}
@media screen and (max-width: 999px) {
  /* line 139, ../sass/modules/_basket.scss */
  .basket .table .table-foot .text-bold {
    padding-left: 0;
  }
}

/* line 156, ../sass/modules/_basket.scss */
.text-center {
  text-align: center;
}

/* line 160, ../sass/modules/_basket.scss */
.quantity-box {
  width: 45px;
  height: 30px;
  border: solid 1px #C9C9C9;
  text-align: center;
}

@media screen and (max-width: 999px) {
  /* line 169, ../sass/modules/_basket.scss */
  .basket .table form {
    overflow-x: scroll;
  }
  /* line 173, ../sass/modules/_basket.scss */
  .basket .table .table-head {
    font-size: 14px;
  }
  /* line 177, ../sass/modules/_basket.scss */
  .basket .table p {
    font-size: 12px;
  }
  /* line 182, ../sass/modules/_basket.scss */
  .basket .table .table-body td {
    margin: 0;
    padding: 10px 5px;
  }

  /* line 190, ../sass/modules/_basket.scss */
  .dual-button {
    margin: 50px auto auto;
  }

  /* line 196, ../sass/modules/_basket.scss */
  .basket .table td {
    padding: 10px;
  }
  /* line 205, ../sass/modules/_basket.scss */
  .basket .table .table-foot td {
    padding: 10px 0;
  }
  /* line 210, ../sass/modules/_basket.scss */
  .basket .table .button {
    padding: 10px;
    margin: 5px;
  }
}
@media screen and (max-width: 479px) {
  /* line 220, ../sass/modules/_basket.scss */
  .basket tr {
    float: left;
  }
  /* line 225, ../sass/modules/_basket.scss */
  .basket .table td {
    padding-right: 10px;
  }
}

/* line 2, ../sass/modules/_contact.scss */
.wpcf7 .screen-reader-response {
  display: none !important;
}
/* line 6, ../sass/modules/_contact.scss */
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
}
/* line 10, ../sass/modules/_contact.scss */
.wpcf7 .wpcf7-validation-errors {
  color: #B60005;
}

/* line 16, ../sass/modules/_contact.scss */
.contact .main {
  padding-top: 60px;
}
@media screen and (max-width: 1424px) {
  /* line 16, ../sass/modules/_contact.scss */
  .contact .main {
    padding-top: 100px;
  }
}
/* line 23, ../sass/modules/_contact.scss */
.contact .page-title {
  padding-bottom: 135px;
}
@media screen and (max-width: 999px) {
  /* line 23, ../sass/modules/_contact.scss */
  .contact .page-title {
    padding-bottom: 0;
  }
}

/* line 31, ../sass/modules/_contact.scss */
.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, 0)), to(whitesmoke));
  background: -webkit-linear-gradient(bottom, rgba(245, 245, 245, 0), whitesmoke);
  background: linear-gradient(to top, rgba(245, 245, 245, 0), whitesmoke);
}

/* line 37, ../sass/modules/_contact.scss */
.map {
  width: 100%;
  margin-top: -80px;
  height: 0;
  padding-top: 65%;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/map.jpg");
  -webkit-box-shadow: 0 5px 20px #303030;
          box-shadow: 0 5px 20px #303030;
}

/* line 49, ../sass/modules/_contact.scss */
.column-content {
  margin: 70px;
}
/* line 52, ../sass/modules/_contact.scss */
.column-content .vat {
  color: black;
  line-height: 30px;
}
/* line 58, ../sass/modules/_contact.scss */
.column-content .phone p {
  display: inline-block;
}
/* line 62, ../sass/modules/_contact.scss */
.column-content .phone:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flash Park";
  padding-right: 20px;
  vertical-align: top;
  display: inline-block;
  font-size: 30px;
  content: 'm';
}
/* line 73, ../sass/modules/_contact.scss */
.column-content .info p {
  display: inline-block;
}
/* line 77, ../sass/modules/_contact.scss */
.column-content .info:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flash Park";
  padding-right: 20px;
  vertical-align: top;
  display: inline-block;
  font-size: 30px;
  content: 'f';
}
/* line 88, ../sass/modules/_contact.scss */
.column-content .address p {
  display: inline-block;
}
/* line 92, ../sass/modules/_contact.scss */
.column-content .address:before {
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flash Park";
  padding-right: 20px;
  vertical-align: top;
  display: inline-block;
  font-size: 30px;
  content: 'h';
}

/* line 103, ../sass/modules/_contact.scss */
.form {
  font-size: 14px;
  color: #484848;
  height: 552px;
  width: 100%;
}
/* line 109, ../sass/modules/_contact.scss */
.form .input {
  border-color: #CCD0D2;
  width: 100%;
  margin: 10px 0;
  border-radius: 8px;
  padding: 10px;
}
/* line 117, ../sass/modules/_contact.scss */
.form textarea {
  height: 200px;
}

@media screen and (max-width: 999px) {
  /* line 122, ../sass/modules/_contact.scss */
  .column-60 {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  /* line 126, ../sass/modules/_contact.scss */
  .column-60 .column-content {
    padding-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  /* line 133, ../sass/modules/_contact.scss */
  .column-40 {
    width: 100%;
  }

  /* line 137, ../sass/modules/_contact.scss */
  .gradient {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 141, ../sass/modules/_contact.scss */
  .gradient .breakout-column {
    width: 100%;
  }
  /* line 144, ../sass/modules/_contact.scss */
  .gradient .breakout-column .map {
    margin-top: 30px;
  }
  /* line 149, ../sass/modules/_contact.scss */
  .gradient .column-content {
    margin: 10px;
  }

  /* line 154, ../sass/modules/_contact.scss */
  .quantity-box {
    width: 25px;
    height: 25px;
  }

  /* line 159, ../sass/modules/_contact.scss */
  .text-container {
    padding: 40px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  /* line 159, ../sass/modules/_contact.scss */
  .text-container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  /* line 165, ../sass/modules/_contact.scss */
  .text-container p {
    font-size: 13px;
  }
}

/* line 175, ../sass/modules/_contact.scss */
.form .custom-check [type="checkbox"]:checked + span,
.form .custom-check [type="checkbox"]:not(:checked) + span {
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  /* line 181, ../sass/modules/_contact.scss */
  .form .bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 2, ../sass/modules/_slideshow.scss */
.slideshow .slideshow-slide {
  width: 100%;
  height: 200px;
}

/* line 1, ../sass/modules/_breakout.scss */
.breakout {
  padding-top: 20px;
  font-size: 20px;
  color: #484848;
}
/* line 6, ../sass/modules/_breakout.scss */
.breakout .get-started {
  margin: 55px 0 110px;
}
@media screen and (max-width: 999px) {
  /* line 1, ../sass/modules/_breakout.scss */
  .breakout {
    padding-top: 40px;
  }
}
/* line 13, ../sass/modules/_breakout.scss */
.breakout .breakout-text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
/* line 17, ../sass/modules/_breakout.scss */
.breakout .breakout-title {
  color: black;
  margin: 70px 0 10px;
}
/* line 21, ../sass/modules/_breakout.scss */
.breakout .breakout-title:first-of-type {
  margin-top: 0;
}
/* line 26, ../sass/modules/_breakout.scss */
.breakout .first-title {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  /* line 1, ../sass/modules/_breakout.scss */
  .breakout {
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 35, ../sass/modules/_breakout.scss */
.breakout-spaced {
  margin: 50px 0 80px;
  padding: 80px 130px 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 438px;
}
@media screen and (max-width: 999px) {
  /* line 35, ../sass/modules/_breakout.scss */
  .breakout-spaced {
    margin: 30px 0 0;
    padding: 80px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 438px;
  }
}

/* line 27, ../sass/layout.scss */
html {
  -webkit-text-size-adjust: 100%;
}

/* line 31, ../sass/layout.scss */
body {
  font: 20px/1.3 "Oxygen";
  color: #484848;
}

/* line 36, ../sass/layout.scss */
body, input, textarea, select, button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 42, ../sass/layout.scss */
::-moz-selection {
  background: #B3D4FC;
}
::selection {
  background: #B3D4FC;
}

/* line 46, ../sass/layout.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 51, ../sass/layout.scss */
.centering {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1590px;
}

/* line 60, ../sass/layout.scss */
html {
  font-family: "Oxygen";
  overflow-x: hidden;
  height: 100vh;
  min-width: 320px;
}

/* line 67, ../sass/layout.scss */
ol {
  padding-left: 20px;
  margin-bottom: 1em;
}
/* line 71, ../sass/layout.scss */
ol li {
  margin: 10px 0;
}

/* line 76, ../sass/layout.scss */
img {
  margin: auto;
  max-width: 100%;
}

/*# sourceMappingURL=layout.css.map */