/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import '//fonts.googleapis.com/css?family=Montserrat:500,600i,700i|Open+Sans:400,400i,700,700i';
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: auto;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.2;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -ms-transform: translateY(-12px);
      transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -ms-transform: translateX(-12px);
      transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 70%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -ms-transform: translateY(12px);
      transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -ms-transform: translateX(12px);
      transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

/*****
* layout variables
*****/
/* z-index */
/* grid variables */
/* breakpoint variables */
.img-responsive {
  max-width: 100%;
  vertical-align: middle;
}

.img-full {
  width: 100%;
  vertical-align: middle;
}

/*** framework/font.scss
*
* Default framework font styles
*
***/
/*****
* Google Fonts
*****/
/*****
* font utiltiy classes, mixins, extensions, functions
*****/
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* https://madebymike.com.au/writing/fluid-type-calc-examples/ */
/* calculate ems based on given font size */
/*** framework/base.scss
*
* Base framework styles to apply to standalone, non-namespaced, non-modularized elements 
* This includes (but is not limited to):
* - Base styles for body, headers, anchors, fonts
*
***/
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.margin-top-one {
  margin-top: 1em;
}

.margin-top-two {
  margin-top: 2em;
}

.margin-top-three {
  margin-top: 3em;
}

.margin-bottom-one {
  margin-bottom: 1em;
}

bottom-two {
  margin-bottom: 2em;
}

.margin-bottom-three {
  margin-bottom: 3em;
}

.margin-v-one {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-v-two {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin-v-three {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-bottom-two {
  margin-bottom: 2em;
}

.margin-bottom-three {
  margin-bottom: 3em;
}

.margin-v-one {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-v-two {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin-v-three {
  margin-top: 3em;
  margin-bottom: 3em;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-red {
  color: #c20f2b;
}

/*** framework/layout.scss
*
* Manifest for the default framework layout styles
*
***/
/*****
* layout partials
*****/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header {
  position: relative;
  z-index: 5;
}

.page-content {
  position: relative;
  z-index: 3;
}

@media all and (min-width: 768px) {
  .page-content .alignright,
  .page-content .alignleft {
    display: block;
    max-width: 45%;
  }
  .page-content .alignright {
    margin: 0 0 20px 20px;
    float: right;
  }
  .page-content .alignleft {
    margin: 0 20px 20px;
  }
  .page-content .aligncenter {
    display: block;
    margin: 0 auto 20px;
  }
}

.page-footer {
  position: relative;
  z-index: 1;
}

/*****
* layout utilities (classes and extensions)
*****/
/* display utilities */
.hidden {
  display: none;
}

@media all and (max-width: 639px) {
  .hidden-mobile {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .hidden-lt-tablet {
    display: none;
  }
}

@media all and (max-width: 959px) {
  .hidden-lt-mid-tablet {
    display: none;
  }
}

@media all and (max-width: 1023px) {
  .hidden-lt-desktop {
    display: none;
  }
}

@media all and (max-width: 1199px) {
  .hidden-lt-widescreen {
    display: none;
  }
}

.visuallyhidden,
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* text alignment */
.text-left {
  text-align: left;
}

@media all and (min-width: 768px) {
  .text-left-tablet {
    text-align: left;
  }
}

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

@media all and (min-width: 768px) {
  .text-center-tablet {
    text-align: left;
  }
}

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

@media all and (min-width: 768px) {
  .text-right-tablet {
    text-align: left;
  }
}

/* floating and such */
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.row:after, .col-tight.row:after, .col-breathe.row:after, .page-header .top-bar:after, .page-header .primary-bar:after, .page-header .menu:after, .page-footer .nav:after, .hero-slideshow-slides:after {
  content: "";
  display: table;
  clear: both;
}

/* display classes */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.static {
  position: static;
}

/*** framework/module.scss
*
* Manifest for the default framework module styles
*
***/
/*****
* module partials
*****/
.btn {
  display: block;
  text-align: center;
}

.btn-inline {
  width: auto;
  display: inline-block;
}

@media all and (max-width: 639px) {
  .btn-inline-mobile {
    width: auto;
    display: inline-block;
  }
}

@media all and (max-width: 767px) {
  .btn-inline-lt-tablet {
    width: auto;
    display: inline-block;
  }
}

@media all and (max-width: 959px) {
  .btn-inline-lt-mid-tablet {
    width: auto;
    display: inline-block;
  }
}

@media all and (max-width: 1023px) {
  .btn-inline-lt-desktop {
    width: auto;
    display: inline-block;
  }
}

@media all and (max-width: 1199px) {
  .btn-inline-lt-widescreen {
    width: auto;
    display: inline-block;
  }
}

.nav ul, .nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media all and (max-width: 767px) {
  .page-header {
    height: 75px;
  }
}

@media all and (max-width: 767px) {
  .page-header .nav {
    width: 80%;
    position: fixed;
    top: 75px;
    bottom: 0;
    left: -100%;
    border-right: solid 1px #ccc;
    background: #f2f2f2;
    overflow: auto;
    transition: left 0.4s;
  }
  .nav-expanded .page-header .nav {
    left: 0;
  }
  .page-header .nav .sub-menu {
    display: none;
  }
  .page-header .nav li {
    position: relative;
  }
  .page-header .nav li .more {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: #ccc;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
  }
  .page-header .nav a {
    padding: 15px 20px;
    display: block;
  }
}

.page-header .hamburger {
  width: 30px;
  height: 30px;
  margin: 14px 0 0;
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  outline: none;
}

@media all and (min-width: 768px) {
  .page-header .hamburger {
    display: none;
  }
}

.page-header .hamburger:hover .line {
  background: #1a1a1a;
}

.page-header .hamburger .line {
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 2px;
  background: #444;
  transition: transform 0.3s, opacity 0.2s, background 0.2s;
  opacity: 1;
}

.page-header .hamburger .line + .line {
  margin-top: 7px;
}

.page-header .hamburger .line.one {
  -ms-transform-origin: 10% 50%;
      transform-origin: 10% 50%;
}

.page-header .hamburger .line.three {
  -ms-transform-origin: 0 10%;
      transform-origin: 0 10%;
}

.nav-expanded .page-header .hamburger .one {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.nav-expanded .page-header .hamburger .two {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  opacity: 0;
}

.nav-expanded .page-header .hamburger .three {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/*** font.scss
*
* Override font styles
*
***/
/*****
* Google Fonts
*****/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

@media all and (min-width: 640px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .input-label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}

h1 + p, h1 + ul, h1 + ol, h2 + p, h2 + ul, h2 + ol, h3 + p, h3 + ul, h3 + ol, h4 + p, h4 + ul, h4 + ol, h5 + p, h5 + ul, h5 + ol, h6 + p, h6 + ul, h6 + ol,
.h1 + p,
.h1 + ul,
.h1 + ol, .h2 + p, .h2 + ul, .h2 + ol, .h3 + p, .h3 + ul, .h3 + ol, .h4 + p, .h4 + ul, .h4 + ol, .h5 + p, .h5 + ul, .h5 + ol, .h6 + p, .input-label + p, .h6 + ul, .input-label + ul, .h6 + ol, .input-label + ol {
  margin-top: 10px;
}

h1 + p.m-half, h1 + ul.m-half, h1 + ol.m-half, h2 + p.m-half, h2 + ul.m-half, h2 + ol.m-half, h3 + p.m-half, h3 + ul.m-half, h3 + ol.m-half, h4 + p.m-half, h4 + ul.m-half, h4 + ol.m-half, h5 + p.m-half, h5 + ul.m-half, h5 + ol.m-half, h6 + p.m-half, h6 + ul.m-half, h6 + ol.m-half,
.h1 + p.m-half,
.h1 + ul.m-half,
.h1 + ol.m-half, .h2 + p.m-half, .h2 + ul.m-half, .h2 + ol.m-half, .h3 + p.m-half, .h3 + ul.m-half, .h3 + ol.m-half, .h4 + p.m-half, .h4 + ul.m-half, .h4 + ol.m-half, .h5 + p.m-half, .h5 + ul.m-half, .h5 + ol.m-half, .h6 + p.m-half, .input-label + p.m-half, .h6 + ul.m-half, .input-label + ul.m-half, .h6 + ol.m-half, .input-label + ol.m-half {
  margin-top: 10px;
}

h1 + p.m-0, h1 + ul.m-0, h1 + ol.m-0, h2 + p.m-0, h2 + ul.m-0, h2 + ol.m-0, h3 + p.m-0, h3 + ul.m-0, h3 + ol.m-0, h4 + p.m-0, h4 + ul.m-0, h4 + ol.m-0, h5 + p.m-0, h5 + ul.m-0, h5 + ol.m-0, h6 + p.m-0, h6 + ul.m-0, h6 + ol.m-0,
.h1 + p.m-0,
.h1 + ul.m-0,
.h1 + ol.m-0, .h2 + p.m-0, .h2 + ul.m-0, .h2 + ol.m-0, .h3 + p.m-0, .h3 + ul.m-0, .h3 + ol.m-0, .h4 + p.m-0, .h4 + ul.m-0, .h4 + ol.m-0, .h5 + p.m-0, .h5 + ul.m-0, .h5 + ol.m-0, .h6 + p.m-0, .input-label + p.m-0, .h6 + ul.m-0, .input-label + ul.m-0, .h6 + ol.m-0, .input-label + ol.m-0 {
  margin-top: 0;
}

h1, .h1 {
  font-size: 40px;
}

@media all and (min-width: 768px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 32px;
}

@media all and (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 26px;
}

@media all and (min-width: 768px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media all and (min-width: 640px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6, .input-label {
  font-size: 18px;
}

a {
  color: #c20f2b;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #fff;
}

p, ul, ol {
  margin: 0;
}

p + p, p + ul, p + ol, ul + p, ul + ul, ul + ol, ol + p, ol + ul, ol + ol {
  margin-top: 20px;
}

p + p.m-half, p + ul.m-half, p + ol.m-half, ul + p.m-half, ul + ul.m-half, ul + ol.m-half, ol + p.m-half, ol + ul.m-half, ol + ol.m-half {
  margin-top: 10px;
}

p + p.m-0, p + ul.m-0, p + ol.m-0, ul + p.m-0, ul + ul.m-0, ul + ol.m-0, ol + p.m-0, ol + ul.m-0, ol + ol.m-0 {
  margin-top: 0;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6 {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .p-lg {
    font-size: 18px;
    line-height: 1.7;
  }
}

.v-middle {
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  .text-right-tablet {
    text-align: right;
  }
}

@media all and (max-width: 767px) {
  .text-center-lt-tablet {
    text-align: center;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?x2vf8o");
  src: url("../fonts/icomoon.eot?x2vf8o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?x2vf8o") format("truetype"), url("../fonts/icomoon.woff?x2vf8o") format("woff"), url("../fonts/icomoon.svg?x2vf8o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-youtube:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.padding-top-half {
  padding-top: .5em;
}

.padding-top-one {
  padding-top: 1em;
}

.padding-top-two {
  padding-top: 2em;
}

.padding-bottom-half {
  padding-bottom: .5em;
}

.padding-bottom-one {
  padding-bottom: 1em;
}

.padding-bottom-two {
  padding-bottom: 2em;
}

.padding-bottom-three {
  padding-bottom: 3em;
}

.padding-v-half {
  padding-top: .5em;
  padding-bottom: .5em;
}

.padding-v-one {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padding-v-two {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-v-three {
  padding-top: 3em;
  padding-bottom: 3em;
}

.padding-h-half {
  padding-left: .5em;
  padding-right: .5em;
}

.padding-h-one {
  padding-left: 1em;
  padding-right: 1em;
}

.padding-h-two {
  padding-left: 2em;
  padding-right: 2em;
}

.padding-h-three {
  padding-left: 3em;
  padding-right: 3em;
}

@media (min-width: 576px) {
  .padding-top-half-sm {
    padding-top: .5em;
  }
  .padding-top-one-sm {
    padding-top: 1em;
  }
  .padding-top-two-sm {
    padding-top: 2em;
  }
  .padding-bottom-half-sm {
    padding-bottom: .5em;
  }
  .padding-bottom-one-sm {
    padding-bottom: 1em;
  }
  .padding-bottom-two-sm {
    padding-bottom: 2em;
  }
  .padding-bottom-three-sm {
    padding-bottom: 3em;
  }
  .padding-v-half-sm {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .padding-v-one-sm {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .padding-v-two-sm {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .padding-v-three-sm {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .padding-h-half-sm {
    padding-left: .5em;
    padding-right: .5em;
  }
  .padding-h-one-sm {
    padding-left: 1em;
    padding-right: 1em;
  }
  .padding-h-two-sm {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-h-three-sm {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media (min-width: 768px) {
  .padding-top-half-md {
    padding-top: .5em;
  }
  .padding-top-one-md {
    padding-top: 1em;
  }
  .padding-top-two-md {
    padding-top: 2em;
  }
  .padding-bottom-half-md {
    padding-bottom: .5em;
  }
  .padding-bottom-one-md {
    padding-bottom: 1em;
  }
  .padding-bottom-two-md {
    padding-bottom: 2em;
  }
  .padding-bottom-three-md {
    padding-bottom: 3em;
  }
  .padding-v-half-md {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .padding-v-one-md {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .padding-v-two-md {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .padding-v-three-md {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .padding-h-half-md {
    padding-left: .5em;
    padding-right: .5em;
  }
  .padding-h-one-md {
    padding-left: 1em;
    padding-right: 1em;
  }
  .padding-h-two-md {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-h-three-md {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media (min-width: 992px) {
  .padding-top-half-lg {
    padding-top: .5em;
  }
  .padding-top-one-lg {
    padding-top: 1em;
  }
  .padding-top-two-lg {
    padding-top: 2em;
  }
  .padding-bottom-half-lg {
    padding-bottom: .5em;
  }
  .padding-bottom-one-lg {
    padding-bottom: 1em;
  }
  .padding-bottom-two-lg {
    padding-bottom: 2em;
  }
  .padding-bottom-three-lg {
    padding-bottom: 3em;
  }
  .padding-v-half-lg {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .padding-v-one-lg {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .padding-v-two-lg {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .padding-v-three-lg {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .padding-h-half-lg {
    padding-left: .5em;
    padding-right: .5em;
  }
  .padding-h-one-lg {
    padding-left: 1em;
    padding-right: 1em;
  }
  .padding-h-two-lg {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-h-three-lg {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media (min-width: 1200px) {
  .padding-top-half-xl {
    padding-top: .5em;
  }
  .padding-top-one-xl {
    padding-top: 1em;
  }
  .padding-top-two-xl {
    padding-top: 2em;
  }
  .padding-bottom-half-xl {
    padding-bottom: .5em;
  }
  .padding-bottom-one-xl {
    padding-bottom: 1em;
  }
  .padding-bottom-two-xl {
    padding-bottom: 2em;
  }
  .padding-bottom-three-xl {
    padding-bottom: 3em;
  }
  .padding-v-half-xl {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .padding-v-one-xl {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .padding-v-two-xl {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .padding-v-three-xl {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .padding-h-half-xl {
    padding-left: .5em;
    padding-right: .5em;
  }
  .padding-h-one-xl {
    padding-left: 1em;
    padding-right: 1em;
  }
  .padding-h-two-xl {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-h-three-xl {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.margin-top-half {
  margin-top: .5em;
}

.margin-top-one {
  margin-top: 1em;
}

.margin-top-two {
  margin-top: 2em;
}

.margin-top-three {
  margin-top: 3em;
}

.margin-top-four {
  margin-top: 4em;
}

.margin-bottom-half {
  margin-bottom: .5em;
}

.margin-bottom-one {
  margin-bottom: 1em;
}

.margin-bottom-two {
  margin-bottom: 2em;
}

.margin-bottom-three {
  margin-bottom: 3em;
}

.margin-left-one {
  margin-left: 1em;
}

.margin-right-one {
  margin-right: 1em;
}

.margin-left-two {
  margin-left: 2em;
}

.margin-right-two {
  margin-right: 2em;
}

.margin-right-three {
  margin-right: 3em;
}

.margin-v-half {
  margin-top: .5em;
  margin-bottom: .5em;
}

.margin-v-one {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-v-two {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin-h-half {
  margin-left: .5em;
  margin-right: .5em;
}

.margin-h-one {
  margin-left: 1em;
  margin-right: 1em;
}

.margin-h-two {
  margin-left: 2em;
  margin-right: 2em;
}

@media (min-width: 576px) {
  .margin-top-half-sm {
    margin-top: .5em;
  }
  .margin-top-one-sm {
    margin-top: 1em;
  }
  .margin-top-two-sm {
    margin-top: 2em;
  }
  .margin-bottom-half-sm {
    margin-bottom: .5em;
  }
  .margin-bottom-one-sm {
    margin-bottom: 1em;
  }
  .margin-bottom-two-sm {
    margin-bottom: 2em;
  }
  .margin-bottom-three-sm {
    margin-bottom: 3em;
  }
  .margin-v-half-sm {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .margin-v-one-sm {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .margin-v-two-sm {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .margin-v-three-sm {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .margin-h-half-sm {
    margin-left: .5em;
    margin-right: .5em;
  }
  .margin-h-one-sm {
    margin-left: 1em;
    margin-right: 1em;
  }
  .margin-h-two-sm {
    margin-left: 2em;
    margin-right: 2em;
  }
  .margin-h-three-sm {
    margin-left: 3em;
    margin-right: 3em;
  }
}

@media (min-width: 768px) {
  .margin-top-half-md {
    margin-top: .5em;
  }
  .margin-top-one-md {
    margin-top: 1em;
  }
  .margin-top-two-md {
    margin-top: 2em;
  }
  .margin-top-three-md {
    margin-top: 3em;
  }
  .margin-top-four-md {
    margin-top: 4em;
  }
  .margin-bottom-half-md {
    margin-bottom: .5em;
  }
  .margin-bottom-one-md {
    margin-bottom: 1em;
  }
  .margin-bottom-two-md {
    margin-bottom: 2em;
  }
  .margin-bottom-three-md {
    margin-bottom: 3em;
  }
  .margin-v-half-md {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .margin-v-one-md {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .margin-v-two-md {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .margin-v-three-md {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .margin-h-half-md {
    margin-left: .5em;
    margin-right: .5em;
  }
  .margin-h-one-md {
    margin-left: 1em;
    margin-right: 1em;
  }
  .margin-h-two-md {
    margin-left: 2em;
    margin-right: 2em;
  }
  .margin-h-three-md {
    margin-left: 3em;
    margin-right: 3em;
  }
}

@media (min-width: 992px) {
  .margin-top-half-lg {
    margin-top: .5em;
  }
  .margin-top-one-lg {
    margin-top: 1em;
  }
  .margin-top-two-lg {
    margin-top: 2em;
  }
  .margin-bottom-half-lg {
    margin-bottom: .5em;
  }
  .margin-bottom-one-lg {
    margin-bottom: 1em;
  }
  .margin-bottom-two-lg {
    margin-bottom: 2em;
  }
  .margin-bottom-three-lg {
    margin-bottom: 3em;
  }
  .margin-v-half-lg {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .margin-v-one-lg {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .margin-v-two-lg {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .margin-v-three-lg {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .margin-h-half-lg {
    margin-left: .5em;
    margin-right: .5em;
  }
  .margin-h-one-lg {
    margin-left: 1em;
    margin-right: 1em;
  }
  .margin-h-two-lg {
    margin-left: 2em;
    margin-right: 2em;
  }
  .margin-h-three-lg {
    margin-left: 3em;
    margin-right: 3em;
  }
}

@media (min-width: 1200px) {
  .margin-top-half-xl {
    margin-top: .5em;
  }
  .margin-top-one-xl {
    margin-top: 1em;
  }
  .margin-top-two-xl {
    margin-top: 2em;
  }
  .margin-bottom-half-xl {
    margin-bottom: .5em;
  }
  .margin-bottom-one-xl {
    margin-bottom: 1em;
  }
  .margin-bottom-two-xl {
    margin-bottom: 2em;
  }
  .margin-bottom-three-xl {
    margin-bottom: 3em;
  }
  .margin-v-half-xl {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .margin-v-one-xl {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .margin-v-two-xl {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .margin-v-three-xl {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .margin-h-half-xl {
    margin-left: .5em;
    margin-right: .5em;
  }
  .margin-h-one-xl {
    margin-left: 1em;
    margin-right: 1em;
  }
  .margin-h-two-xl {
    margin-left: 2em;
    margin-right: 2em;
  }
  .margin-h-three-xl {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.width-10 {
  width: 10%;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border {
  border: none;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

/*** base.scss
*
* Override base styles
*
***/
*:before, *:after {
  box-sizing: border-box;
}

body {
  background: #000;
}

@media all and (max-width: 767px) {
  body {
    padding-top: 75px;
  }
}

@media all and (min-width: 768px) {
  .pull-left-tablet {
    float: left;
  }
}

@media all and (min-width: 768px) {
  .pull-right-tablet {
    float: right;
  }
}

.m-top {
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .hidden-lt-tablet {
    display: none !important;
  }
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.first-line::first-line {
  font-size: 3em;
  font-weight: bold;
  font-family: serif;
  font-style: italic;
  line-height: 1em;
}

.first-letter::first-letter {
  font-size: 1.2em;
  font-weight: bold;
  font-family: serif;
  line-height: 1em;
}

.selection::-moz-selection {
  background: black;
  color: white;
}

.selection::selection {
  background: black;
  color: white;
}

.grow {
  transition: all .35s ease-in-out;
  -ms-transform: scale(0.95);
      transform: scale(0.95);
}

.grow:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/*** layout.scss
*
* Override layout styles
*
***/
.row {
  margin: 0 -20px;
}

.col-1 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-1 {
    width: 8.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-1 {
    margin-left: 8.33333%;
  }
}

.col-2 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-2 {
    width: 16.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-2 {
    margin-left: 16.66667%;
  }
}

.col-3 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-3 {
    width: 25%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-3 {
    margin-left: 25%;
  }
}

.col-4 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-4 {
    width: 33.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-4 {
    margin-left: 33.33333%;
  }
}

.col-5 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-5 {
    width: 41.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-5 {
    margin-left: 41.66667%;
  }
}

.col-6 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-6 {
    width: 50%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-6 {
    margin-left: 50%;
  }
}

.col-7 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-7 {
    width: 58.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-7 {
    margin-left: 58.33333%;
  }
}

.col-8 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-8 {
    width: 66.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-8 {
    margin-left: 66.66667%;
  }
}

.col-9 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-9 {
    width: 75%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-9 {
    margin-left: 75%;
  }
}

.col-10 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-10 {
    width: 83.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-10 {
    margin-left: 83.33333%;
  }
}

.col-11 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-11 {
    width: 91.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-11 {
    margin-left: 91.66667%;
  }
}

.col-12 {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 768px) {
  .col-12 {
    width: 100%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-off-12 {
    margin-left: 100%;
  }
}

.col-tight.row {
  margin: 0 -5px;
}

.col-tight-1 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-1 {
    width: 8.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-1 {
    margin-left: 8.33333%;
  }
}

.col-tight-2 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-2 {
    width: 16.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-2 {
    margin-left: 16.66667%;
  }
}

.col-tight-3 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-3 {
    width: 25%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-3 {
    margin-left: 25%;
  }
}

.col-tight-4 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-4 {
    width: 33.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-4 {
    margin-left: 33.33333%;
  }
}

.col-tight-5 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-5 {
    width: 41.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-5 {
    margin-left: 41.66667%;
  }
}

.col-tight-6 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-6 {
    width: 50%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-6 {
    margin-left: 50%;
  }
}

.col-tight-7 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-7 {
    width: 58.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-7 {
    margin-left: 58.33333%;
  }
}

.col-tight-8 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-8 {
    width: 66.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-8 {
    margin-left: 66.66667%;
  }
}

.col-tight-9 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-9 {
    width: 75%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-9 {
    margin-left: 75%;
  }
}

.col-tight-10 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-10 {
    width: 83.33333%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-10 {
    margin-left: 83.33333%;
  }
}

.col-tight-11 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-11 {
    width: 91.66667%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-11 {
    margin-left: 91.66667%;
  }
}

.col-tight-12 {
  padding-left: 5px;
  padding-right: 5px;
}

@media all and (min-width: 768px) {
  .col-tight-12 {
    width: 100%;
    float: left;
  }
}

@media all and (min-width: 768px) {
  .col-tight-off-12 {
    margin-left: 100%;
  }
}

.col-breathe.row {
  margin: 0 -60px;
}

.col-breathe-1 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-1 {
    width: 8.33333%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-1 {
    margin-left: 8.33333%;
  }
}

.col-breathe-2 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-2 {
    width: 16.66667%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-2 {
    margin-left: 16.66667%;
  }
}

.col-breathe-3 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-3 {
    width: 25%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-3 {
    margin-left: 25%;
  }
}

.col-breathe-4 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-4 {
    width: 33.33333%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-4 {
    margin-left: 33.33333%;
  }
}

.col-breathe-5 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-5 {
    width: 41.66667%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-5 {
    margin-left: 41.66667%;
  }
}

.col-breathe-6 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-6 {
    width: 50%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-6 {
    margin-left: 50%;
  }
}

.col-breathe-7 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-7 {
    width: 58.33333%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-7 {
    margin-left: 58.33333%;
  }
}

.col-breathe-8 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-8 {
    width: 66.66667%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-8 {
    margin-left: 66.66667%;
  }
}

.col-breathe-9 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-9 {
    width: 75%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-9 {
    margin-left: 75%;
  }
}

.col-breathe-10 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-10 {
    width: 83.33333%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-10 {
    margin-left: 83.33333%;
  }
}

.col-breathe-11 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-11 {
    width: 91.66667%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-11 {
    margin-left: 91.66667%;
  }
}

.col-breathe-12 {
  padding-left: 60px;
  padding-right: 60px;
}

@media all and (min-width: 1024px) {
  .col-breathe-12 {
    width: 100%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .col-breathe-off-12 {
    margin-left: 100%;
  }
}

#wpadminbar {
  position: fixed;
}

.page-header .top-bar {
  display: none !important;
}

.page-header {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .page-header {
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
  }
  .admin-bar .page-header {
    top: 46px;
  }
}

.page-header .top-bar {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background: #000;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 40px;
}

@media all and (max-width: 767px) {
  .page-header .top-bar {
    display: none;
  }
}

.admin-bar .page-header .top-bar {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar .page-header .top-bar {
    top: 32px;
  }
}

.page-header .top-bar .coming-soon .top-bar-link {
  color: gray;
  cursor: default;
}

.page-header .top-bar .coming-soon .top-bar-link:hover {
  color: dimgray;
}

.page-header .top-bar .top-bar-links {
  cursor: default;
}

@media all and (min-width: 768px) {
  .page-header .top-bar .top-bar-links {
    float: right;
  }
}

.page-header .top-bar .top-bar-link {
  height: 40px;
  font-size: 10px;
}

.page-header .top-bar .top-bar-link.active {
  color: #fff;
}

@media all and (min-width: 768px) {
  .page-header .top-bar .top-bar-link.active {
    height: 40px;
    padding-left: 23px;
    display: inline-block;
    background: url("../img/icon-flame.png") no-repeat left 7px;
  }
}

@media all and (min-width: 768px) {
  .page-header .top-bar .top-bar-link {
    margin-left: 3.334vw;
    font-size: 1.334vw;
  }
}

@media all and (min-width: 1200px) {
  .page-header .top-bar .top-bar-link {
    margin-left: 40px;
    font-size: 16px;
  }
}

.page-header .top-bar .social-icons {
  float: left;
}

.page-header .top-bar .social-icon {
  background: #c20f2b;
  color: #fff;
}

.page-header .top-bar .social-icon:hover {
  color: #000;
}

.page-header .primary-bar {
  padding: 12px 0 10px;
  border-bottom: solid 3px #c20f2b;
}

@media all and (min-width: 768px) {
  .page-header .primary-bar {
    padding: 25px 0 20px;
    height: 100%;
  }
}

.page-header .logo {
  width: 185px;
  display: block;
}

@media all and (max-width: 767px) {
  .page-header .logo {
    margin: 0 auto;
  }
}

@media all and (min-width: 768px) {
  .page-header .logo {
    width: 25%;
    max-width: 300px;
    float: left;
  }
}

.page-header .logo img {
  width: 100%;
  display: block;
}

@media all and (max-width: 767px) {
  .page-header .nav {
    background: rgba(0, 0, 0, 0.95);
    border-right: solid 1px #333;
  }
  .admin-bar .page-header .nav {
    top: 121px;
  }
  .page-header .nav a {
    border-bottom: solid 1px #333;
  }
}

@media all and (min-width: 768px) {
  .page-header .nav {
    margin-top: 5.4%;
    float: right;
  }
}

.page-header .nav a {
  color: #fff;
}

.page-header .nav a:hover {
  color: #c20f2b;
}

.page-header .menu li {
  line-height: 1;
}

.page-header .menu li.current-menu-item a {
  color: #c20f2b;
}

@media all and (min-width: 768px) {
  .page-header .menu li {
    margin-left: 3.334vw;
    float: left;
    font-size: 1.668vw;
  }
}

@media all and (min-width: 1200px) {
  .page-header .menu li {
    margin-left: 40px;
    float: left;
    font-size: 20px;
  }
}

.page-header .hamburger:hover .line {
  background: #c20f2b;
}

.page-header .hamburger .line {
  background: #c20f2b;
}

.page-content.home-page {
  padding-bottom: 0px;
}

.page-content .padding-top {
  padding-top: 40px;
}

.page-content .padding-top-half {
  padding-top: 20px;
}

.page-content .padding-bottom {
  padding-bottom: 40px;
}

.page-content .padding-bottom-half {
  padding-bottom: 20px;
}

.page-content .margin-top {
  margin-top: 40px;
}

.page-content .margin-top-half {
  margin-top: 20px;
}

.page-content .margin-top-quarter {
  margin-top: 10px;
}

.page-content .margin-bottom {
  margin-bottom: 40px;
}

.page-content .margin-bottom-half {
  margin-bottom: 20px;
}

.page-content .no-right-pad {
  padding-right: 0;
}

@media all and (max-width: 767px) {
  .page-content .mobile-margin-top {
    margin-top: 40px;
  }
}

.page-content .max-width {
  max-width: 100%;
}

.page-content .max-width-half {
  max-width: 50%;
}

@media all and (max-width: 767px) {
  .page-content .mobile-half {
    max-width: 50%;
  }
}

.page-content .border-top {
  border-top: 1px solid #222;
  margin-top: 40px;
  padding-top: 20px;
}

.page-content .gradient-fade {
  background: linear-gradient(to right, transparent, black);
  /* Standard syntax (must be last) */
  padding: 40px 0;
}

.page-footer {
  border-top: solid 2px #000;
  background: #fff;
  color: #000;
}

.page-footer a {
  color: #333;
}

.page-footer .social-icons {
  margin-top: 10px;
}

.page-footer .social-icon {
  color: #fff;
  background-color: #c20f2b;
}

.page-footer .social-icon:hover {
  color: #000;
}

.page-footer .logo {
  display: block;
}

.page-footer .logo img {
  max-width: 100%;
  display: block;
}

@media all and (max-width: 767px) {
  .page-footer .logo img {
    margin: 0 auto;
  }
}

.page-footer .nav {
  font-weight: 700;
}

.page-footer .nav a:hover {
  color: #888;
}

@media all and (min-width: 768px) {
  .page-footer .menu-footer-left-container,
  .page-footer .menu-footer-right-container {
    width: 50%;
    float: left;
  }
}

.max-height-240 {
  max-height: 240px;
}

.products-list-item {
  position: relative;
}

@media all and (min-width: 1024px) {
  .products-list-item {
    height: auto;
  }
}

.products-list-item ul {
  margin: 0;
  padding: 0;
}

.products-list-item ul li {
  list-style: none;
}

@media all and (max-width: 767px) {
  .post-link-wrapper {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
  }
}

time {
  display: none;
}

.btn,
.gform_button,
.mailerlite-subscribe-submit {
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  border: solid 2px #fff;
  background: #c20f2b;
  -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #000;
  line-height: 1;
  text-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s, border 0.2s;
}

@media all and (min-width: 768px) {
  .btn,
  .gform_button,
  .mailerlite-subscribe-submit {
    padding: 15px 40px;
    font-size: 20px;
  }
}

.btn:hover,
.gform_button:hover,
.mailerlite-subscribe-submit:hover {
  background: #000;
  color: #fff;
}

.btn-tight,
.gform_button-tight,
.mailerlite-subscribe-submit-tight {
  padding: 8px 15px;
}

@media all and (min-width: 768px) {
  .btn-tight,
  .gform_button-tight,
  .mailerlite-subscribe-submit-tight {
    padding: 10px 20px;
  }
}

.btn-inner,
.gform_button-inner,
.mailerlite-subscribe-submit-inner {
  display: block;
  -ms-transform: skewX(10deg);
      transform: skewX(10deg);
}

.btn-black,
.gform_button-black,
.mailerlite-subscribe-submit-black {
  background: #000;
  color: #fff;
}

.btn-black:hover,
.gform_button-black:hover,
.mailerlite-subscribe-submit-black:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}

.btn-black-border,
.gform_button-black-border,
.mailerlite-subscribe-submit-black-border {
  border-color: #000;
}

.btn-black-border:hover,
.gform_button-black-border:hover,
.mailerlite-subscribe-submit-black-border:hover {
  border-color: #fff;
}

.btn-white-border,
.gform_button-white-border,
.mailerlite-subscribe-submit-white-border {
  border-color: #fff;
}

.btn-white-border:hover,
.gform_button-white-border:hover,
.mailerlite-subscribe-submit-white-border:hover {
  border-color: #aaa;
}

.btn-block,
.gform_button-block,
.mailerlite-subscribe-submit-block {
  width: 100%;
  display: block;
}

.gform_button {
  margin-top: 10px;
}

.mailerlite-subscribe-submit {
  padding: 15px 40px;
  display: inline-block;
  position: relative;
  border: solid 2px #fff;
  -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s, border 0.2s;
  background: #000;
  color: #fff;
  height: 50px;
  float: right;
}

.mailerlite-subscribe-submit:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}

.input {
  width: 100%;
  padding: 15px 20px;
  border: solid 2px #000;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
}

.input-sm {
  padding: 10px 12px;
  font-size: 16px;
}

.input-black {
  border-color: #fff;
  background: #000;
  color: #fff;
}

@media all and (max-width: 767px) {
  .input-space {
    margin-top: 10px;
  }
}

@media all and (max-width: 767px) {
  .input-note {
    margin-top: 5px;
    font-style: italic;
    color: #ccc;
    text-align: right;
  }
}

.input-label {
  margin: 0 0 5px;
  display: block;
  white-space: nowrap;
}

.radio {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.no-csstransitions .radio {
  padding-left: 0;
}

.radio + * {
  margin-left: 10px;
}

.radio:hover .label {
  color: #fff;
}

.radio:hover .label:before {
  border-color: #fff;
}

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"]:checked + .label {
  color: #fff;
}

.radio input[type="radio"]:checked + .label:before {
  border-color: #fff;
}

.radio input[type="radio"]:checked + .label:after {
  background: #c20f2b;
}

.no-csstransitions .radio input[type="radio"] {
  display: inline-block;
}

.radio .label {
  min-height: 16px;
  display: block;
  font-size: inherit;
  color: #ddd;
  line-height: 20px;
}

.no-csstransitions .radio .label {
  display: inline;
}

.radio .label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  border: solid 2px #ccc;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11.42857px;
  text-align: center;
  line-height: 18px;
}

.no-csstransitions .radio .label:before {
  display: none;
}

.radio .label:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background: none;
}

.no-csstransitions .radio .label:after {
  display: none;
}

.radio .label:before {
  box-sizing: content-box;
}

.gform_wrapper form {
  margin-top: 20px;
}

.gform_wrapper form ul {
  margin: 0;
  padding: 0;
}

.gform_wrapper form ul li {
  list-style: none;
}

.gform_wrapper form ul .input {
  background: white;
  border: solid 2px black;
  margin-bottom: 15px;
  padding: 5px 12px 15px 12px;
  border-radius: 5px;
  width: calc(100% - 16px);
  color: #c20f2b;
}

@media all and (min-width: 1024px) {
  .gform_wrapper form ul .input {
    width: calc(100% - 16px);
  }
}

@media all and (max-width: 767px) {
  .gform_wrapper form ul .input {
    width: calc(100% - 2px);
  }
}

.gform_wrapper form ul label {
  color: black;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}

.gform_wrapper form ul textarea,
.gform_wrapper form ul input {
  padding: 10px;
  width: 100%;
  margin-top: 5px;
}

.gfield-required {
  color: #c20f2b;
}

.gfield_description.validation_message,
.validation_error {
  color: #c20f2b;
  padding: 5px 0 0 0;
  font-size: 14px;
  font-style: italic;
}

.validation_error {
  margin-bottom: 10px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: pink !important;
  border: 3px solid red !important;
  padding: 15px !important;
}

@media all and (min-width: 1024px) {
  #gform_wrapper_3 {
    width: 90%;
  }
}

#gform_wrapper_3 input#gform_submit_button_3 {
  color: white;
}

.mailerlite-form h3 {
  display: none;
}

.mailerlite-form label {
  display: none !important;
}

.mailerlite-form #mailerlite-1-field-email {
  width: 65%;
  padding: 15px 20px;
  border: solid 2px #000;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000;
  float: left;
  height: 50px;
}

@media all and (max-width: 1023px) {
  .mailerlite-form #mailerlite-1-field-email {
    width: 55%;
  }
}

@media all and (max-width: 767px) {
  .mailerlite-form #mailerlite-1-field-email {
    float: none;
    width: 85%;
  }
}

.section-red #mlb2-7303152 .subscribe-form {
  background-color: transparent !important;
}

.section-red #mlb2-7303152 .subscribe-form.horizontal {
  padding: 0 !important;
}

.section-red #mlb2-7303152 .subscribe-form .form-section .checkbox {
  width: 18% !important;
  margin: 0 10px 0 0 !important;
  display: inline !important;
  margin-bottom: 10px !important;
}

@media all and (max-width: 1023px) {
  .section-red #mlb2-7303152 .subscribe-form .form-section .checkbox {
    display: block !important;
    width: 31% !important;
    margin-bottom: 10px !important;
    float: left;
  }
}

@media all and (max-width: 767px) {
  .section-red #mlb2-7303152 .subscribe-form .form-section .checkbox {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    float: left;
  }
}

.section-red #mlb2-7303152 .subscribe-form .form-section .checkbox label {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  color: white !important;
}

@media all and (max-width: 767px) {
  .section-red #mlb2-7303152 .subscribe-form .form-section .checkbox label {
    font-size: 18px !important;
  }
}

.section-red #mlb2-7303152 .subscribe-form .form-section.horizontal {
  margin-bottom: 0 !important;
}

.section-red #mlb2-7303152 .subscribe-form .form-section h4 {
  display: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
}

.section-red #mlb2-7303152 .subscribe-form .form-section .form-group .form-control {
  border: solid 2px #000 !important;
  height: 50px !important;
  font-size: 18px !important;
  width: 90% !important;
  font-family: "Montserrat", sans-serif !important;
}

@media all and (max-width: 767px) {
  .section-red #mlb2-7303152 .subscribe-form .form-section .form-group .form-control {
    width: 100% !important;
  }
}

.section-red #mlb2-7303152.ml-subscribe-form button {
  font-family: "Montserrat", sans-serif !important;
  border: 2px solid #FFF !important;
  padding: 15px 40px !important;
  height: 50px !important;
  font-size: 18px !important;
}

.section-red .mailerlite-subscribe-submit, .section-red #mlb2-7303152.ml-subscribe-form button {
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  border: solid 2px #fff;
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #000;
  line-height: 1;
  margin-bottom: 10px !important;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all .2s;
}

.section-red .mailerlite-subscribe-submit:hover, .section-red #mlb2-7303152.ml-subscribe-form button:hover {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
}

.hero-slideshow {
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 639px) {
  .hero-slideshow.basic .hero-slideshow-slide {
    padding-bottom: 60px;
  }
  .hero-slideshow.basic .hero-slideshow-slide:after {
    display: none;
  }
}

.hero-slideshow-slides {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  transition: transform 1.2s;
}

.hero-slideshow-slide {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 130px;
  white-space: normal;
}

@media all and (max-width: 639px) {
  .hero-slideshow-slide:after {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #000;
  }
}

@media all and (min-width: 640px) {
  .hero-slideshow-slide {
    padding: 60px 0 70px;
  }
}

@media all and (min-width: 768px) {
  .hero-slideshow-slide {
    padding: 270px 0 100px;
  }
}

.hero-slideshow-control {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 639px) {
  .hero-slideshow-control {
    width: 50%;
    margin: auto;
    position: absolute;
    z-index: 2;
    bottom: 6px;
  }
}

@media all and (max-width: 767px) {
  .hero-slideshow-control {
    height: 48px;
  }
}

.hero-slideshow-control.hero-slideshow-prev {
  margin-right: 40px;
  background: url("../img/arrow-left.png") no-repeat center;
  background-size: contain;
}

@media all and (max-width: 639px) {
  .hero-slideshow-control.hero-slideshow-prev {
    left: 10px;
  }
}

.hero-slideshow-control.hero-slideshow-next {
  margin-left: 40px;
  background: url("../img/arrow-right.png") no-repeat center;
  background-size: contain;
}

@media all and (max-width: 639px) {
  .hero-slideshow-control.hero-slideshow-next {
    right: 10px;
  }
}

@media all and (min-width: 768px) {
  .hero-slideshow .flame-list li {
    display: block;
    margin: auto;
    max-width: 60%;
    text-align: left;
  }
}

@media all and (max-width: 767px) {
  .hero-slideshow .flame-list li {
    display: block;
    margin: auto;
    max-width: 80%;
    text-align: left;
  }
}

@media all and (max-width: 767px) {
  .hero-slideshow .slide-featured-image {
    max-height: 175px;
  }
}

video {
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}

.slide-content {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  margin-left: 10%;
  margin-right: 10%;
}

@media all and (max-width: 767px) {
  .slide-content {
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.slide-content .section-hero-title {
  color: #c20f2b;
  text-shadow: none;
  filter: none;
}

.products-list + .products-list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #222;
}

@media all and (max-width: 767px) {
  .products-list + .products-list {
    border-top: solid 1px #666;
  }
}

.products-list-item + .products-list-item {
  margin-top: 30px;
  padding-top: 20px;
}

@media all and (max-width: 767px) {
  .products-list-item + .products-list-item {
    border-top: solid 1px #666;
  }
}

.products-list h3.products-list-title {
  /*		height: 70px;

		@include breakpoint(lt-desktop) {
			height: 50px;
		}

		@include breakpoint(lt-tablet) {
			height: 85px;
		}*/
}

.products-list p.products-list-description {
  min-height: 90px;
}

@media (max-width: 1024px) {
  .products-list p.products-list-description {
    min-height: 110px;
  }
}

@media (max-width: 950px) {
  .products-list p.products-list-description {
    min-height: 125px;
  }
}

@media (max-width: 800px) {
  .products-list p.products-list-description {
    min-height: 150px;
  }
}

@media all and (max-width: 767px) {
  .products-list p.products-list-description {
    min-height: auto;
  }
}

.products-list .height-norm {
  max-height: 60px;
  max-width: 359px;
}

@media all and (max-width: 1023px) {
  .products-list .height-norm {
    height: 40px;
  }
}

@media all and (max-width: 767px) {
  .products-list .height-norm {
    height: 75px;
  }
}

@media all and (max-width: 767px) {
  .product + .product {
    padding-top: 20px;
    margin-top: 30px;
    border-top: solid 1px #666;
  }
}

.faqs-list-item + .faqs-list-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #666;
}

.faqs-list-answer {
  margin-top: 5px;
}

.flame-list {
  padding: 0;
  list-style: none;
}

.flame-list li {
  padding-left: 16px;
  background: url("../img/icon-flame-yellow.png") no-repeat left 4px;
}

.flame-list li + li {
  margin-top: 10px;
}

.application-type {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
}

.application-type h5 {
  color: #c20f2b;
  font-weight: normal;
  font-style: normal;
}

li.mobile-site-link {
  font-size: 12px;
}

li.mobile-site-link a {
  color: #c20f2b !important;
  font-weight: bold;
}

li.mobile-site-link a:hover {
  color: #a10c24 !important;
}

li.mobile-site-link a.active {
  height: 40px;
  padding-left: 33px;
  background: url("../img/icon-flame.png") no-repeat 15px 10px;
  background-size: 10px;
}

li.mobile-site-link a.top-bar-link-coming-soon {
  color: dimgray !important;
  pointer-events: none;
}

.section {
  padding: 40px 0;
}

.section-thin {
  padding: 20px 0;
}

.section-tight {
  padding: 0;
}

.section-yellow {
  background: #ffea0d;
  color: #000;
}

.section-yellow a {
  color: #000;
}

.section-red {
  background: #c20f2b;
  color: #000;
}

.section-red a {
  color: #000;
}

.section-white {
  background: #fff;
  color: #000;
}

.section-black {
  background: rgba(0, 0, 0, 0.75);
}

.section.dark {
  background: rgba(240, 240, 240, 0.65);
  position: relative;
  z-index: 99;
}

.section.dark img {
  margin-top: 20px;
  max-width: 100%;
}

.section.dark p {
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .section.dark .mobile-center {
    text-align: center;
    margin: 0 auto;
  }
}

.section-copyright {
  padding: 10px 0;
  background: #000;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.section-copyright a {
  color: #fff;
}

.section-guy {
  padding: 80px 0;
  background: black url("../img/bg-guy-full.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-shadow: 0 2px 5px #222;
}

@media all and (max-width: 767px) {
  .section-guy {
    background-position: -500px 0;
  }
}

.section-pink {
  background: rgba(194, 15, 43, 0.1);
}

.section-smoke {
  background: url("../img/white_smoke.png") no-repeat left center;
  background-size: cover;
  color: #000;
}

.section-smoke-divider {
  height: 10px;
  background: #c20f2b;
}

@media all and (min-width: 768px) {
  .section-smoke-divider {
    height: 40px;
    opacity: .3;
  }
}

.section-hero {
  padding: 0;
  background: url("../img/white_smoke.png") no-repeat center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
}

@media all and (min-width: 768px) {
  .section-hero {
    font-size: 18px;
    line-height: 1.7;
  }
}

.section-hero-title {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(3px 3px 10px #000);
}

@media all and (max-width: 767px) {
  .section-hero-title {
    font-size: 28px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-hero-title {
    /* IE10+ CSS */
    color: black;
  }
}

.no-backgroundblendmode .section-hero-title {
  /* IE Edge 12+ CSS */
  color: black;
}

.section-hero p {
  max-width: 728px;
  margin: 20px auto 40px;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

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

@media all and (min-width: 768px) {
  .section-hero:before, .section-hero:after {
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: rgba(194, 15, 43, 0.05);
    -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
    top: 40px;
  }
  .section-hero:before {
    left: -75px;
    width: 150px;
  }
  .section-hero:after {
    right: -75px;
    width: 225px;
  }
}

@media all and (min-width: 768px) {
  .section-trapezoid:before, .section-trapezoid:after {
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: #c20f2b;
    -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
    top: 0px;
    mix-blend-mode: soft-light;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
  .section-trapezoid:before, .section-trapezoid:after {
    /* IE10+ CSS */
    opacity: .2;
  }
}

@media all and (min-width: 768px) {
  .no-backgroundblendmode .section-trapezoid:before, .no-backgroundblendmode .section-trapezoid:after {
    /* IE Edge 12+ CSS */
    opacity: .2;
  }
  .section-trapezoid:before {
    left: -75px;
    width: 150px;
  }
  .section-trapezoid:after {
    right: -75px;
    width: 225px;
  }
}

@media all and (min-width: 768px) {
  .section-trapezoid-alt:before, .section-trapezoid-alt:after {
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: #c20f2b;
    -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
    top: 0px;
    mix-blend-mode: soft-light;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
  .section-trapezoid-alt:before, .section-trapezoid-alt:after {
    /* IE10+ CSS */
    opacity: .2;
  }
}

@media all and (min-width: 768px) {
  .no-backgroundblendmode .section-trapezoid-alt:before, .no-backgroundblendmode .section-trapezoid-alt:after {
    /* IE Edge 12+ CSS */
    opacity: .2;
  }
  .section-trapezoid-alt:before {
    left: -75px;
    width: 150px;
  }
  .section-trapezoid-alt:after {
    right: -75px;
    width: 225px;
  }
}

.section-trapezoid-alt div {
  z-index: 12;
  position: relative;
}

.section-links {
  margin-top: 5px;
}

.section-link {
  display: block;
}

@media all and (min-width: 768px) {
  .section-link {
    margin-right: 10px;
    display: inline-block;
  }
  .section-link:last-child {
    margin-right: 0;
  }
}

.section.fireade-products .products-list-description {
  margin-top: 5px;
}

.consumer-products {
  background-color: white;
  color: black;
}

.product-image-wrapper {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 1px solid #aaa;
  height: 340px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.shadow-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all .25s;
  transition-timing-function: ease-in-out;
}

.shadow-card-hover:hover {
  box-shadow: 2px 5px 15px #ccc;
}

.table {
  width: 100%;
  margin: 10px 0 40px;
  border: solid 2px #c20f2b;
  border-spacing: 0;
}

.table td {
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.15);
}

.table td + td {
  border-left: solid 1px #c20f2b;
}

.table tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.3);
}

#wpsl-result-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #eee;
}

#wpsl-result-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #eee;
}

#wpsl-result-list::-webkit-scrollbar-thumb {
  background-color: #cb102d;
}

#wpsl-direction-details::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #eee;
}

#wpsl-direction-details::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #eee;
}

#wpsl-direction-details::-webkit-scrollbar-thumb {
  background-color: #cb102d;
}

.testimonial {
  padding-left: calc(20% + 20px);
  background: url("../img/icon-quote-red.png") no-repeat left top;
  background-size: 20% auto;
}

.testimonial blockquote {
  margin: 0;
  padding: 0;
}

.testimonial + .testimonial {
  margin-top: 20px;
}

#wpsl-wrap {
  color: black;
}

#wpsl-wrap a:hover, #wpsl-wrap a:active {
  color: #9c0c23;
}

#wpsl-wrap .wpsl-search {
  background: white;
  color: black;
  border: solid 2px black;
  margin-bottom: 15px;
  padding: 15px;
  padding-bottom: 5px;
  border-radius: 5px;
  transition: all .15s ease-in-out;
  z-index: 3000;
}

#wpsl-wrap .wpsl-search label {
  line-height: 1em;
  text-align: right;
}

@media all and (max-width: 767px) {
  #wpsl-wrap .wpsl-search label {
    padding-right: 10px;
    padding-bottom: 5px;
  }
}

#wpsl-wrap .wpsl-search #wpsl-search-input {
  border: 2px solid black;
  padding: 11px 12px !important;
  font-size: 16px;
}

#wpsl-wrap .wpsl-search #wpsl-search-input.wpsl-error {
  border: 2px solid #c20f2b !important;
}

#wpsl-wrap .wpsl-search .wpsl-dropdown .wpsl-selected-item:first-of-type {
  border: 2px solid black;
  border-radius: 5px;
}

#wpsl-wrap .wpsl-search #wpsl-radius .wpsl-dropdown div, #wpsl-wrap .wpsl-search #wpsl-results .wpsl-dropdown div {
  border-top: none;
  margin: -5px 0 0;
  border-radius: none;
}

#wpsl-wrap .wpsl-search #wpsl-radius .wpsl-dropdown li, #wpsl-wrap .wpsl-search #wpsl-results .wpsl-dropdown li {
  border-left: 2px solid black;
  border-right: 2px solid black;
}

#wpsl-wrap .wpsl-search #wpsl-radius .wpsl-dropdown li:first-of-type, #wpsl-wrap .wpsl-search #wpsl-results .wpsl-dropdown li:first-of-type {
  border-top: 0px solid black;
}

#wpsl-wrap .wpsl-search #wpsl-radius .wpsl-dropdown li:last-of-type, #wpsl-wrap .wpsl-search #wpsl-results .wpsl-dropdown li:last-of-type {
  border-bottom: 2px solid black;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#wpsl-wrap #wpsl-search-btn {
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1.428571429;
  font-weight: 400;
  color: #c20f2b;
  border: 2px solid #c20f2b;
  background: transparent;
  text-transform: none !important;
  transition: all .35s ease-in-out;
}

#wpsl-wrap #wpsl-search-btn:hover, #wpsl-wrap #wpsl-search-btn:active {
  color: #9c0c23;
  background-color: #eee;
  border-color: #9c0c23;
}

.gm-style-iw, #gm-style-iw {
  color: black;
}

.wpsl-info-window {
  color: black;
}

.wpsl-info-window p strong:first-of-type {
  font-size: 1.1em;
}

.wpsl-info-window a:hover, .wpsl-info-window a:active {
  color: black;
}

#wpsl-result-list {
  color: black;
}

div#wpsl-stores ul li {
  transition: all .25s;
  transition-timing-function: ease-in-out;
  background: transparent;
  margin: 15px;
  padding: 15px !important;
  border-bottom: none !important;
  border: solid 2px black !important;
  margin-bottom: 15px;
  border-radius: 5px;
}

.row-space {
  margin-top: 40px;
}

.row-space-half {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .flex-middle {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .flex-col {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media all and (min-width: 1024px) {
  .flex-desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .flex-desktop-middle {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .flex-desktop-col {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media all and (max-width: 767px) {
  .col-space {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  .col-space-double {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .col-border {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #666;
  }
}

.col-divider {
  position: relative;
}

.col-divider:before {
  content: "";
  height: 40px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background: #c20f2b;
}

@media all and (min-width: 768px) {
  .col-divider:before {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    right: auto;
    mix-blend-mode: soft-light;
  }
}

[class*='col-breathe-'] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.social-icons {
  cursor: default;
}

.social-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  font-size: 13px;
  color: #c20f2b;
  text-align: center;
  line-height: 24px;
  transition: background 0.2s, color 0.2s;
}

.social-icon:hover {
  background: #c20f2b;
  color: #000;
}

.responsive-video {
  position: relative;
  padding-top: 56.1%;
  z-index: 11;
}

.responsive-video-element {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.responsive-video-caption {
  margin-top: 20px;
  font-size: 14px;
}

.responsive-video-caption p {
  margin-top: 5px;
}

.small-link {
  margin: 5px 0 0;
  float: right;
  border-bottom: solid 2px #c20f2b;
  font-size: 70%;
  color: #fff;
}

@media all and (max-width: 1199px) {
  .small-link {
    float: none;
    display: block;
  }
}

.small-link-red {
  margin: 5px 0 0;
  float: right;
  border-bottom: solid 2px #c20f2b;
  font-size: 70%;
  color: #c20f2b;
}

.small-link-red:hover, .small-link-red:active {
  opacity: .85;
  color: black;
}

@media all and (max-width: 1199px) {
  .small-link-red {
    float: none;
    display: block;
  }
}

.text-red {
  color: #c20f2b;
}

.small-link-black {
  margin: 5px 0 0;
  border-bottom: solid 2px #c20f2b;
  font-size: 70%;
  color: #000;
  transition: all .35s ease-in;
}

.small-link-black:hover, .small-link-black:active {
  opacity: .85;
  color: #c20f2b;
  border-bottom: solid 2px black;
}

@media all and (max-width: 1199px) {
  .small-link-black {
    display: block;
  }
}

.firefighting-post-image {
  height: 250px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  transition: all .2s;
  transition-timing-function: ease-out;
}

@media all and (min-width: 1024px) {
  .firefighting-post-image {
    height: 300px;
  }
}

@media all and (max-width: 767px) {
  .firefighting-post-image {
    background-position-y: center;
    background-size: cover;
  }
}

.firefighting-post-image-large {
  height: 420px;
}

@media all and (max-width: 767px) {
  .firefighting-post-image-large {
    background-position-y: center;
    height: 320px;
    background-size: contain;
  }
}

/*# sourceMappingURL=../css/main.compiled.css.map */
