@charset "UTF-8";
/**
 * main.scss
 */
/* ==========================================================================
   Settings
   ========================================================================== */
/**
 * Variables.
 */
/**
 * settings/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
* settings/_variables.scss
*/
/*
NEVER EDIT THIS FILE DIRECTLY UNLESS YOU KNOW WHAT YOU ARE DOING, I.E YOU WANT TO CHANGE SOMETHING THAT WILL CHANGE FRAMEWORK WIDE AND NOT PER PROJECT. IN THAT CASE, EDIT THE _custom-variabless.scss
*/
/*------------------------------------*\
    #BASE
\*------------------------------------*/
/*
Set some base variables, including those that will be reused around the project to create consistent spacing, sizing etc
*/
/*------------------------------------*\
    #NAMESPACES
\*------------------------------------*/
/*
Some namespace variables to 'namespace' css classes so we know what layer they belong to just by looking at the HTML/CSS
*/
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
    #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
    #SUSY
\*------------------------------------*/
/* The below is the default susy context, modified to fit a mobile-first
approach, basically setting a container width to 100%, we set the different contexts, i.e responsive breakpoints, with other layouts below */
/*
These setup our container widths with the different contexts. i.e the different breakpoints

This needs to be improved as having to put the map-deep-get function here, because functions are normally called in a later layer, hence we dont have access to them yet
*/
/*------------------------------------*\
    #GRID
\*------------------------------------*/
/*------------------------------------*\
    #COLOR
\*------------------------------------*/
/*
Just some Flat colors to get started
*/
/*------------------------------------*\
    #LINKS
\*------------------------------------*/
/*------------------------------------*\
    #LOTTERY  
\*------------------------------------*/
/**
* settings/_custom-variables.scss
*/
/*------------------------------------*\
    #LINKS
\*------------------------------------*/
/* ==========================================================================
  Tools
  ========================================================================== */
/**
 * Functions, mixins etc.
 */
/**
 * tools/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
 * tools/_functions.scss
 */
/*
 Traverse a nested Sass map, used for breakpoint sass map in _variables.scss
*/
/*
 String replace method on a SASS variable
 see: https://css-tricks.com/snippets/sass/str-replace-function/
*/
/**
* tools/_mixins.scss
*/
/*
Mixin to generate some base font settings
*/
/*
Media Query generator - uses a function in _functions.scss to traverse a nested sass map
Usage example:
@include origin-media-query(sm) {
body {
background:black;
}
}
*/
/*
Mixin to generate our grid classes - can be improved
*/
/*
Mixin to fetch a color from our palette

Usage:
$button-color: origin-color('primary');
color: origin-color('primary');
*/
/*
List Mixins
*/
/*
Make some boxes
*/
/*
Balls
*/
/**
 * tools/_placeholders.scss
 */
/* ==========================================================================
   Generic
   ========================================================================== */
/**
 * Low-specificity, far-reaching rulesets.
 */
/**
* generic/_main.scss
*/
/* ==========================================================================
Imports
========================================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow: hidden;
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted #777;
}

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

figcaption {
  font-size: 0.9em;
  color: #b3b3b3;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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 #d9d9d9;
  margin: 0 2px;
  padding: 15px;
}

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

/**
 * 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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
 * generic/_reset.scss
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Indicate that certain elements are interactive.
 */
[role=button] {
  cursor: pointer;
}

/**
 * generic/_box-sizing.scss
 */
html {
  box-sizing: border-box;
}

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

/**
 * generic/_shared.scss
 */
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

iframe, video {
  max-width: 100%;
  border: 0;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * Unclassed HTML elements.
 */
/**
 * base/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 26, 2016 */
@font-face {
  font-family: "montserratblack";
  src: url("/fonts/montserrat-black-webfont.woff2") format("woff2"), url("/fonts/montserrat-black-webfont.woff") format("woff"), url("/fonts/montserrat-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/fonts/montserrat-bold-webfont.woff") format("woff"), url("/fonts/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratextra_bold";
  src: url("/fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("/fonts/montserrat-extrabold-webfont.woff") format("woff"), url("/fonts/montserrat-extrabold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrathairline";
  src: url("/fonts/montserrat-hairline-webfont.woff2") format("woff2"), url("/fonts/montserrat-hairline-webfont.woff") format("woff"), url("/fonts/montserrat-hairline-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratlight";
  src: url("/fonts/montserrat-light-webfont.woff2") format("woff2"), url("/fonts/montserrat-light-webfont.woff") format("woff"), url("/fonts/montserrat-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratregular";
  src: url("/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/fonts/montserrat-regular-webfont.woff") format("woff"), url("/fonts/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratsemi_bold";
  src: url("/fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("/fonts/montserrat-semibold-webfont.woff") format("woff"), url("/fonts/montserrat-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratultra_light";
  src: url("/fonts/montserrat-ultralight-webfont.woff2") format("woff2"), url("/fonts/montserrat-ultralight-webfont.woff") format("woff"), url("/fonts/montserrat-ultralight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * base/_page.scss
 */
html {
  font-size: 1rem;
  font-family: "montserratlight", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  scroll-behavior: smooth;
  background: #f6f6f6;
}

/**
 * base/_headings.scss
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

/**
 * base/_links.scss
 */
/* unvisited link */
a {
  color: #215c6f;
  text-decoration: none;
}

/* visited link */
/* mouse over link */
a:hover {
  color: #cf2a2e;
}

/* selected link */
a:active {
  color: #215c6f;
}

/**
* base/_tables.scss
*/
/*
Jusat some gentle padding on cells inline with our base gutters, also making the table stretch to 100%
*/
table {
  max-width: 100%;
}

th, td {
  padding: 7.5px;
  text-align: left;
}

/**
* base/_forms.scss
*/
form {
  margin-bottom: 24px;
}

label {
  display: inline-block;
  margin: 0 24px 0 0;
}

input:not([type=checkbox]):not([type=file]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]),
textarea,
select {
  padding: 6px 12px;
  border: 1px solid #d9d9d9;
  margin: 0 12px 0 0;
}

::-webkit-input-placeholder {
  font-size: 0.8em;
  color: gray;
}

/*
 For android, otherwise it sets a gray background
*/
select,
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=date],
input[type=week],
input[type=month],
input[type=datetime-local] {
  border-radius: 3px;
}

input:not([disabled]):hover {
  border: 1px solid #8c8c8c;
}

input:focus, textarea:focus, select:focus {
  background-color: #fdf6f6;
  border: 1px solid #cf2a2e;
  outline: #cf2a2e auto 5px;
}

input[disabled], input[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
  cursor: not-allowed;
}

textarea {
  width: 100%;
  box-sizing: border-box;
}

/**
* base/_images.scss
*/
img {
  max-width: 100%;
  height: auto;
}

/**
* base/_blockquotes.scss
*/
blockquote {
  padding: 0 0 0 30px;
  border-left: 5px solid #d9d9d9;
}

/* ==========================================================================
   Objects
   ========================================================================== */
/**
 * Design-free objects, abstractions and patterns.
 */
/**
 * objects/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
* objects/_grid.scss
*/
/*
THIS WHOLE FILE COULD AND SHOULD BE IMPROVED
*/
.o-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 544px) {
  .o-container {
    max-width: 544px;
  }
}
@media (min-width: 768px) {
  .o-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .o-container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .o-container {
    max-width: 1200px;
  }
}
.o-container::after {
  display: table;
  clear: both;
  content: "";
}

.o-container-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.o-container-fluid::after {
  display: table;
  clear: both;
  content: "";
}

.o-grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

.o-grid::after {
  clear: both;
  display: table;
  content: "";
}

.o-grid--compact {
  margin-bottom: 0;
}

.o-grid__item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.o-grid__item--1-xs, .o-grid__item--2-xs, .o-grid__item--3-xs, .o-grid__item--4-xs, .o-grid__item--5-xs, .o-grid__item--6-xs, .o-grid__item--7-xs, .o-grid__item--8-xs, .o-grid__item--9-xs, .o-grid__item--10-xs, .o-grid__item--11-xs, .o-grid__item--12-xs {
  float: left;
}

.o-grid__item--1-xs {
  width: 8.3333333333%;
}

.o-grid__item--push-1-xs {
  left: 8.3333333333%;
}

.o-grid__item--pull-1-xs {
  right: 8.3333333333%;
}

.o-grid__item--offset-1-xs {
  margin-left: 8.3333333333%;
}

.o-grid__item--2-xs {
  width: 16.6666666667%;
}

.o-grid__item--push-2-xs {
  left: 16.6666666667%;
}

.o-grid__item--pull-2-xs {
  right: 16.6666666667%;
}

.o-grid__item--offset-2-xs {
  margin-left: 16.6666666667%;
}

.o-grid__item--3-xs {
  width: 25%;
}

.o-grid__item--push-3-xs {
  left: 25%;
}

.o-grid__item--pull-3-xs {
  right: 25%;
}

.o-grid__item--offset-3-xs {
  margin-left: 25%;
}

.o-grid__item--4-xs {
  width: 33.3333333333%;
}

.o-grid__item--push-4-xs {
  left: 33.3333333333%;
}

.o-grid__item--pull-4-xs {
  right: 33.3333333333%;
}

.o-grid__item--offset-4-xs {
  margin-left: 33.3333333333%;
}

.o-grid__item--5-xs {
  width: 41.6666666667%;
}

.o-grid__item--push-5-xs {
  left: 41.6666666667%;
}

.o-grid__item--pull-5-xs {
  right: 41.6666666667%;
}

.o-grid__item--offset-5-xs {
  margin-left: 41.6666666667%;
}

.o-grid__item--6-xs {
  width: 50%;
}

.o-grid__item--push-6-xs {
  left: 50%;
}

.o-grid__item--pull-6-xs {
  right: 50%;
}

.o-grid__item--offset-6-xs {
  margin-left: 50%;
}

.o-grid__item--7-xs {
  width: 58.3333333333%;
}

.o-grid__item--push-7-xs {
  left: 58.3333333333%;
}

.o-grid__item--pull-7-xs {
  right: 58.3333333333%;
}

.o-grid__item--offset-7-xs {
  margin-left: 58.3333333333%;
}

.o-grid__item--8-xs {
  width: 66.6666666667%;
}

.o-grid__item--push-8-xs {
  left: 66.6666666667%;
}

.o-grid__item--pull-8-xs {
  right: 66.6666666667%;
}

.o-grid__item--offset-8-xs {
  margin-left: 66.6666666667%;
}

.o-grid__item--9-xs {
  width: 75%;
}

.o-grid__item--push-9-xs {
  left: 75%;
}

.o-grid__item--pull-9-xs {
  right: 75%;
}

.o-grid__item--offset-9-xs {
  margin-left: 75%;
}

.o-grid__item--10-xs {
  width: 83.3333333333%;
}

.o-grid__item--push-10-xs {
  left: 83.3333333333%;
}

.o-grid__item--pull-10-xs {
  right: 83.3333333333%;
}

.o-grid__item--offset-10-xs {
  margin-left: 83.3333333333%;
}

.o-grid__item--11-xs {
  width: 91.6666666667%;
}

.o-grid__item--push-11-xs {
  left: 91.6666666667%;
}

.o-grid__item--pull-11-xs {
  right: 91.6666666667%;
}

.o-grid__item--offset-11-xs {
  margin-left: 91.6666666667%;
}

.o-grid__item--12-xs {
  width: 100%;
}

.o-grid__item--push-12-xs {
  left: 100%;
}

.o-grid__item--pull-12-xs {
  right: 100%;
}

.o-grid__item--offset-12-xs {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .o-grid__item--1-sm, .o-grid__item--2-sm, .o-grid__item--3-sm, .o-grid__item--4-sm, .o-grid__item--5-sm, .o-grid__item--6-sm, .o-grid__item--7-sm, .o-grid__item--8-sm, .o-grid__item--9-sm, .o-grid__item--10-sm, .o-grid__item--11-sm, .o-grid__item--12-sm {
    float: left;
  }
  .o-grid__item--1-sm {
    width: 8.3333333333%;
  }
  .o-grid__item--push-1-sm {
    left: 8.3333333333%;
  }
  .o-grid__item--pull-1-sm {
    right: 8.3333333333%;
  }
  .o-grid__item--offset-1-sm {
    margin-left: 8.3333333333%;
  }
  .o-grid__item--2-sm {
    width: 16.6666666667%;
  }
  .o-grid__item--push-2-sm {
    left: 16.6666666667%;
  }
  .o-grid__item--pull-2-sm {
    right: 16.6666666667%;
  }
  .o-grid__item--offset-2-sm {
    margin-left: 16.6666666667%;
  }
  .o-grid__item--3-sm {
    width: 25%;
  }
  .o-grid__item--push-3-sm {
    left: 25%;
  }
  .o-grid__item--pull-3-sm {
    right: 25%;
  }
  .o-grid__item--offset-3-sm {
    margin-left: 25%;
  }
  .o-grid__item--4-sm {
    width: 33.3333333333%;
  }
  .o-grid__item--push-4-sm {
    left: 33.3333333333%;
  }
  .o-grid__item--pull-4-sm {
    right: 33.3333333333%;
  }
  .o-grid__item--offset-4-sm {
    margin-left: 33.3333333333%;
  }
  .o-grid__item--5-sm {
    width: 41.6666666667%;
  }
  .o-grid__item--push-5-sm {
    left: 41.6666666667%;
  }
  .o-grid__item--pull-5-sm {
    right: 41.6666666667%;
  }
  .o-grid__item--offset-5-sm {
    margin-left: 41.6666666667%;
  }
  .o-grid__item--6-sm {
    width: 50%;
  }
  .o-grid__item--push-6-sm {
    left: 50%;
  }
  .o-grid__item--pull-6-sm {
    right: 50%;
  }
  .o-grid__item--offset-6-sm {
    margin-left: 50%;
  }
  .o-grid__item--7-sm {
    width: 58.3333333333%;
  }
  .o-grid__item--push-7-sm {
    left: 58.3333333333%;
  }
  .o-grid__item--pull-7-sm {
    right: 58.3333333333%;
  }
  .o-grid__item--offset-7-sm {
    margin-left: 58.3333333333%;
  }
  .o-grid__item--8-sm {
    width: 66.6666666667%;
  }
  .o-grid__item--push-8-sm {
    left: 66.6666666667%;
  }
  .o-grid__item--pull-8-sm {
    right: 66.6666666667%;
  }
  .o-grid__item--offset-8-sm {
    margin-left: 66.6666666667%;
  }
  .o-grid__item--9-sm {
    width: 75%;
  }
  .o-grid__item--push-9-sm {
    left: 75%;
  }
  .o-grid__item--pull-9-sm {
    right: 75%;
  }
  .o-grid__item--offset-9-sm {
    margin-left: 75%;
  }
  .o-grid__item--10-sm {
    width: 83.3333333333%;
  }
  .o-grid__item--push-10-sm {
    left: 83.3333333333%;
  }
  .o-grid__item--pull-10-sm {
    right: 83.3333333333%;
  }
  .o-grid__item--offset-10-sm {
    margin-left: 83.3333333333%;
  }
  .o-grid__item--11-sm {
    width: 91.6666666667%;
  }
  .o-grid__item--push-11-sm {
    left: 91.6666666667%;
  }
  .o-grid__item--pull-11-sm {
    right: 91.6666666667%;
  }
  .o-grid__item--offset-11-sm {
    margin-left: 91.6666666667%;
  }
  .o-grid__item--12-sm {
    width: 100%;
  }
  .o-grid__item--push-12-sm {
    left: 100%;
  }
  .o-grid__item--pull-12-sm {
    right: 100%;
  }
  .o-grid__item--offset-12-sm {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .o-grid__item--1-md, .o-grid__item--2-md, .o-grid__item--3-md, .o-grid__item--4-md, .o-grid__item--5-md, .o-grid__item--6-md, .o-grid__item--7-md, .o-grid__item--8-md, .o-grid__item--9-md, .o-grid__item--10-md, .o-grid__item--11-md, .o-grid__item--12-md {
    float: left;
  }
  .o-grid__item--1-md {
    width: 8.3333333333%;
  }
  .o-grid__item--push-1-md {
    left: 8.3333333333%;
  }
  .o-grid__item--pull-1-md {
    right: 8.3333333333%;
  }
  .o-grid__item--offset-1-md {
    margin-left: 8.3333333333%;
  }
  .o-grid__item--2-md {
    width: 16.6666666667%;
  }
  .o-grid__item--push-2-md {
    left: 16.6666666667%;
  }
  .o-grid__item--pull-2-md {
    right: 16.6666666667%;
  }
  .o-grid__item--offset-2-md {
    margin-left: 16.6666666667%;
  }
  .o-grid__item--3-md {
    width: 25%;
  }
  .o-grid__item--push-3-md {
    left: 25%;
  }
  .o-grid__item--pull-3-md {
    right: 25%;
  }
  .o-grid__item--offset-3-md {
    margin-left: 25%;
  }
  .o-grid__item--4-md {
    width: 33.3333333333%;
  }
  .o-grid__item--push-4-md {
    left: 33.3333333333%;
  }
  .o-grid__item--pull-4-md {
    right: 33.3333333333%;
  }
  .o-grid__item--offset-4-md {
    margin-left: 33.3333333333%;
  }
  .o-grid__item--5-md {
    width: 41.6666666667%;
  }
  .o-grid__item--push-5-md {
    left: 41.6666666667%;
  }
  .o-grid__item--pull-5-md {
    right: 41.6666666667%;
  }
  .o-grid__item--offset-5-md {
    margin-left: 41.6666666667%;
  }
  .o-grid__item--6-md {
    width: 50%;
  }
  .o-grid__item--push-6-md {
    left: 50%;
  }
  .o-grid__item--pull-6-md {
    right: 50%;
  }
  .o-grid__item--offset-6-md {
    margin-left: 50%;
  }
  .o-grid__item--7-md {
    width: 58.3333333333%;
  }
  .o-grid__item--push-7-md {
    left: 58.3333333333%;
  }
  .o-grid__item--pull-7-md {
    right: 58.3333333333%;
  }
  .o-grid__item--offset-7-md {
    margin-left: 58.3333333333%;
  }
  .o-grid__item--8-md {
    width: 66.6666666667%;
  }
  .o-grid__item--push-8-md {
    left: 66.6666666667%;
  }
  .o-grid__item--pull-8-md {
    right: 66.6666666667%;
  }
  .o-grid__item--offset-8-md {
    margin-left: 66.6666666667%;
  }
  .o-grid__item--9-md {
    width: 75%;
  }
  .o-grid__item--push-9-md {
    left: 75%;
  }
  .o-grid__item--pull-9-md {
    right: 75%;
  }
  .o-grid__item--offset-9-md {
    margin-left: 75%;
  }
  .o-grid__item--10-md {
    width: 83.3333333333%;
  }
  .o-grid__item--push-10-md {
    left: 83.3333333333%;
  }
  .o-grid__item--pull-10-md {
    right: 83.3333333333%;
  }
  .o-grid__item--offset-10-md {
    margin-left: 83.3333333333%;
  }
  .o-grid__item--11-md {
    width: 91.6666666667%;
  }
  .o-grid__item--push-11-md {
    left: 91.6666666667%;
  }
  .o-grid__item--pull-11-md {
    right: 91.6666666667%;
  }
  .o-grid__item--offset-11-md {
    margin-left: 91.6666666667%;
  }
  .o-grid__item--12-md {
    width: 100%;
  }
  .o-grid__item--push-12-md {
    left: 100%;
  }
  .o-grid__item--pull-12-md {
    right: 100%;
  }
  .o-grid__item--offset-12-md {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .o-grid__item--1-lg, .o-grid__item--2-lg, .o-grid__item--3-lg, .o-grid__item--4-lg, .o-grid__item--5-lg, .o-grid__item--6-lg, .o-grid__item--7-lg, .o-grid__item--8-lg, .o-grid__item--9-lg, .o-grid__item--10-lg, .o-grid__item--11-lg, .o-grid__item--12-lg {
    float: left;
  }
  .o-grid__item--1-lg {
    width: 8.3333333333%;
  }
  .o-grid__item--push-1-lg {
    left: 8.3333333333%;
  }
  .o-grid__item--pull-1-lg {
    right: 8.3333333333%;
  }
  .o-grid__item--offset-1-lg {
    margin-left: 8.3333333333%;
  }
  .o-grid__item--2-lg {
    width: 16.6666666667%;
  }
  .o-grid__item--push-2-lg {
    left: 16.6666666667%;
  }
  .o-grid__item--pull-2-lg {
    right: 16.6666666667%;
  }
  .o-grid__item--offset-2-lg {
    margin-left: 16.6666666667%;
  }
  .o-grid__item--3-lg {
    width: 25%;
  }
  .o-grid__item--push-3-lg {
    left: 25%;
  }
  .o-grid__item--pull-3-lg {
    right: 25%;
  }
  .o-grid__item--offset-3-lg {
    margin-left: 25%;
  }
  .o-grid__item--4-lg {
    width: 33.3333333333%;
  }
  .o-grid__item--push-4-lg {
    left: 33.3333333333%;
  }
  .o-grid__item--pull-4-lg {
    right: 33.3333333333%;
  }
  .o-grid__item--offset-4-lg {
    margin-left: 33.3333333333%;
  }
  .o-grid__item--5-lg {
    width: 41.6666666667%;
  }
  .o-grid__item--push-5-lg {
    left: 41.6666666667%;
  }
  .o-grid__item--pull-5-lg {
    right: 41.6666666667%;
  }
  .o-grid__item--offset-5-lg {
    margin-left: 41.6666666667%;
  }
  .o-grid__item--6-lg {
    width: 50%;
  }
  .o-grid__item--push-6-lg {
    left: 50%;
  }
  .o-grid__item--pull-6-lg {
    right: 50%;
  }
  .o-grid__item--offset-6-lg {
    margin-left: 50%;
  }
  .o-grid__item--7-lg {
    width: 58.3333333333%;
  }
  .o-grid__item--push-7-lg {
    left: 58.3333333333%;
  }
  .o-grid__item--pull-7-lg {
    right: 58.3333333333%;
  }
  .o-grid__item--offset-7-lg {
    margin-left: 58.3333333333%;
  }
  .o-grid__item--8-lg {
    width: 66.6666666667%;
  }
  .o-grid__item--push-8-lg {
    left: 66.6666666667%;
  }
  .o-grid__item--pull-8-lg {
    right: 66.6666666667%;
  }
  .o-grid__item--offset-8-lg {
    margin-left: 66.6666666667%;
  }
  .o-grid__item--9-lg {
    width: 75%;
  }
  .o-grid__item--push-9-lg {
    left: 75%;
  }
  .o-grid__item--pull-9-lg {
    right: 75%;
  }
  .o-grid__item--offset-9-lg {
    margin-left: 75%;
  }
  .o-grid__item--10-lg {
    width: 83.3333333333%;
  }
  .o-grid__item--push-10-lg {
    left: 83.3333333333%;
  }
  .o-grid__item--pull-10-lg {
    right: 83.3333333333%;
  }
  .o-grid__item--offset-10-lg {
    margin-left: 83.3333333333%;
  }
  .o-grid__item--11-lg {
    width: 91.6666666667%;
  }
  .o-grid__item--push-11-lg {
    left: 91.6666666667%;
  }
  .o-grid__item--pull-11-lg {
    right: 91.6666666667%;
  }
  .o-grid__item--offset-11-lg {
    margin-left: 91.6666666667%;
  }
  .o-grid__item--12-lg {
    width: 100%;
  }
  .o-grid__item--push-12-lg {
    left: 100%;
  }
  .o-grid__item--pull-12-lg {
    right: 100%;
  }
  .o-grid__item--offset-12-lg {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .o-grid__item--1-xl, .o-grid__item--2-xl, .o-grid__item--3-xl, .o-grid__item--4-xl, .o-grid__item--5-xl, .o-grid__item--6-xl, .o-grid__item--7-xl, .o-grid__item--8-xl, .o-grid__item--9-xl, .o-grid__item--10-xl, .o-grid__item--11-xl, .o-grid__item--12-xl {
    float: left;
  }
  .o-grid__item--1-xl {
    width: 8.3333333333%;
  }
  .o-grid__item--push-1-xl {
    left: 8.3333333333%;
  }
  .o-grid__item--pull-1-xl {
    right: 8.3333333333%;
  }
  .o-grid__item--offset-1-xl {
    margin-left: 8.3333333333%;
  }
  .o-grid__item--2-xl {
    width: 16.6666666667%;
  }
  .o-grid__item--push-2-xl {
    left: 16.6666666667%;
  }
  .o-grid__item--pull-2-xl {
    right: 16.6666666667%;
  }
  .o-grid__item--offset-2-xl {
    margin-left: 16.6666666667%;
  }
  .o-grid__item--3-xl {
    width: 25%;
  }
  .o-grid__item--push-3-xl {
    left: 25%;
  }
  .o-grid__item--pull-3-xl {
    right: 25%;
  }
  .o-grid__item--offset-3-xl {
    margin-left: 25%;
  }
  .o-grid__item--4-xl {
    width: 33.3333333333%;
  }
  .o-grid__item--push-4-xl {
    left: 33.3333333333%;
  }
  .o-grid__item--pull-4-xl {
    right: 33.3333333333%;
  }
  .o-grid__item--offset-4-xl {
    margin-left: 33.3333333333%;
  }
  .o-grid__item--5-xl {
    width: 41.6666666667%;
  }
  .o-grid__item--push-5-xl {
    left: 41.6666666667%;
  }
  .o-grid__item--pull-5-xl {
    right: 41.6666666667%;
  }
  .o-grid__item--offset-5-xl {
    margin-left: 41.6666666667%;
  }
  .o-grid__item--6-xl {
    width: 50%;
  }
  .o-grid__item--push-6-xl {
    left: 50%;
  }
  .o-grid__item--pull-6-xl {
    right: 50%;
  }
  .o-grid__item--offset-6-xl {
    margin-left: 50%;
  }
  .o-grid__item--7-xl {
    width: 58.3333333333%;
  }
  .o-grid__item--push-7-xl {
    left: 58.3333333333%;
  }
  .o-grid__item--pull-7-xl {
    right: 58.3333333333%;
  }
  .o-grid__item--offset-7-xl {
    margin-left: 58.3333333333%;
  }
  .o-grid__item--8-xl {
    width: 66.6666666667%;
  }
  .o-grid__item--push-8-xl {
    left: 66.6666666667%;
  }
  .o-grid__item--pull-8-xl {
    right: 66.6666666667%;
  }
  .o-grid__item--offset-8-xl {
    margin-left: 66.6666666667%;
  }
  .o-grid__item--9-xl {
    width: 75%;
  }
  .o-grid__item--push-9-xl {
    left: 75%;
  }
  .o-grid__item--pull-9-xl {
    right: 75%;
  }
  .o-grid__item--offset-9-xl {
    margin-left: 75%;
  }
  .o-grid__item--10-xl {
    width: 83.3333333333%;
  }
  .o-grid__item--push-10-xl {
    left: 83.3333333333%;
  }
  .o-grid__item--pull-10-xl {
    right: 83.3333333333%;
  }
  .o-grid__item--offset-10-xl {
    margin-left: 83.3333333333%;
  }
  .o-grid__item--11-xl {
    width: 91.6666666667%;
  }
  .o-grid__item--push-11-xl {
    left: 91.6666666667%;
  }
  .o-grid__item--pull-11-xl {
    right: 91.6666666667%;
  }
  .o-grid__item--offset-11-xl {
    margin-left: 91.6666666667%;
  }
  .o-grid__item--12-xl {
    width: 100%;
  }
  .o-grid__item--push-12-xl {
    left: 100%;
  }
  .o-grid__item--pull-12-xl {
    right: 100%;
  }
  .o-grid__item--offset-12-xl {
    margin-left: 100%;
  }
}
/**
* objects/_flex.scss
*/
.o-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.o-flex__item {
  display: -ms-flexbox;
  display: flex;
}

.o-flex__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.o-flex__body {
  height: auto;
}

@media (min-width: 768px) {
  .o-flex__body {
    height: 100%;
  }
}
/**
* objects/_media.scss
*/
.o-media {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}

.o-media__img {
  float: left;
  margin-right: 15px;
}

.o-media__img--rev {
  float: right;
  margin-left: 15px;
  margin-left: 0;
}

.o-media__body {
  overflow: hidden;
}

/**
* objects/_flag.scss
*/
.o-flag {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.o-flag__image, .o-flag__body {
  display: table-cell;
  vertical-align: middle;
}

.o-flag__image--top, .o-flag__body--top {
  vertical-align: top;
}

.o-flag__image--bottom, .o-flag__body--bottom {
  vertical-align: bottom;
}

.o-flag__image {
  padding-right: 15px;
}

@media (min-width: 544px) {
  .o-flag__image {
    padding-right: 30px;
  }
}
.o-flag__image > img {
  display: block;
  max-width: none;
}

.o-flag__image--rev {
  padding-right: 0;
  padding-left: 15px;
}

.o-flag__body {
  width: 100%;
}

.o-flag--compact {
  margin-bottom: 0;
}

/**
* objects/_buttons.scss
*/
.o-btn {
  display: inline-block;
  zoom: 1;
  text-align: center;
  vertical-align: baseline;
  cursor: pointer;
  margin: 0;
  font: inherit;
  padding: 6px 12px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  background: transparent;
  color: #215c6f;
}

.o-btn:hover, .o-btn:active, .o-btn:focus {
  text-decoration: none;
  color: #cf2a2e;
}

.o-btn:focus {
  outline: none;
}

.o-btn-square {
  padding: 7.5px;
  display: inline-table;
  font-size: 0.7rem;
  vertical-align: middle;
  width: 6em;
  height: 6em;
  margin: 0 15px 15px 0;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  font-weight: 900;
}

.o-btn-square__text {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  text-align: left;
  font-size: 1.3em;
  line-height: 1;
}

.o-btn-square__sub-text {
  font-size: 1em;
  display: block;
  padding-top: 5px;
}

.o-btn-square:hover, .o-btn-square:active, .o-btn-square:focus {
  text-decoration: none;
  color: #cf2a2e;
}

.o-btn-square:focus {
  outline: none;
}

/**
* objects/_buttons.scss
*/
.o-button-group {
  display: table;
  table-layout: fixed;
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  width: auto;
}

.o-button-group--full {
  width: 100%;
}

.o-button-group__item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #cf2a2e;
  border-bottom: 1px solid #cf2a2e;
  border-left: 1px solid #cf2a2e;
}

.o-button-group__item:last-child {
  border-right: 1px solid #cf2a2e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.o-button-group__item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.o-button-group__link {
  display: block;
  padding: 15px 10px;
  font-weight: 900;
}

@media (min-width: 544px) {
  .o-button-group__link {
    padding: 15px;
  }
}
.o-button-group__link:hover {
  background: #cf2a2e;
  color: #fff;
}

/**
* objects/_list-bare.scss
*/
.list-bare {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
* objects/_list-inline.scss
*/
.list-inline {
  display: inline-block;
}

/**
* objects/_stats.scss
*/
.o-stats {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.o-stats--auto {
  table-layout: auto;
  width: auto;
  margin: 0;
}

.o-stats--auto .o-stats__item {
  padding-right: 15px;
}

.o-stats--skinny {
  width: 75%;
}

.o-stats__item {
  display: table-cell;
  font-size: 0.8em;
}

.o-stats__value {
  display: block;
  font-size: 1.7em;
  line-height: 1;
  font-weight: 900;
}

.o-stats__value--sm {
  font-size: 1.4em;
}

/**
* objects/_site-logo.scss
*/
.site-logo {
  padding: 0;
}

/**
* objects/_box.scss
*/
.o-box {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  background: transparent;
}

.o-conveyor {
  text-align: center;
  padding: 15px 0;
}

.o-conveyor__item {
  width: 100%;
}

@media (min-width: 544px) {
  .o-conveyor__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-conveyor__item {
    width: 25%;
  }
}
/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%; /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* stylelint-disable */
/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
/**
 * objects/custom/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
* custom/seciton.scss
*/
.o-section {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .o-section {
    padding: 30px 0 30px 0;
  }
}
/**
* components/_capsule.scss
*/
.o-float-elem {
  margin: 0 auto 15px auto;
  text-align: center;
}

@media (min-width: 768px) {
  .o-float-elem {
    float: right;
    margin: 0 0 15px 15px;
  }
}
/**
* custom/_custom_anim.scss
*/
.o-anim {
  opacity: 0; /* make things invisible upon start */ /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   Vendor
   ========================================================================== */
/**
 * Third party components.
 */
/**
 * vendor/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 30%;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  -ms-transform: translateY(-65%);
      transform: translateY(-65%);
}

.flickity-prev-next-button:hover {
  color: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 15px;
}

.flickity-prev-next-button.next {
  right: 15px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ==========================================================================
   Components
   ========================================================================== */
/**
 * Components and widgets.
 */
/**
 * components/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
.c-btn {
  /*
  These buttons dont change colors, so will need to be used with a class that does, such as .btn--cta, these buttons add a bit more flashy things
  */
}

.c-btn--sm {
  padding: 3px 12px;
  font-size: 0.9em;
}

.c-btn--lg {
  padding: 12px 48px;
  font-size: 1.2em;
}

.c-btn--block {
  display: block;
  width: 100%;
}

.c-btn--disabled, .c-btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.c-btn--primary {
  background: #cf2a2e;
  border-color: #8f1d20;
  color: #fff;
}

.c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none;
  background: #a52125;
  color: #fff;
}

.c-btn--grow {
  transition: all 0.5s ease-in-out;
}

.c-btn--secondary {
  background: #215c6f;
  border-color: #276c83;
  color: #fff;
}

.c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
  text-decoration: none;
  background: #153b48;
  color: #fff;
}

.c-btn--negative {
  background: #cf2a2e;
  border-color: #a52125;
  color: #fff;
}

.c-btn--negative:hover, .c-btn--negative:active, .c-btn--negative:focus {
  text-decoration: none;
  background: #a52125;
  color: #fff;
}

.c-btn--cta {
  background: #cf2a2e;
  border-color: #3b0c0d;
  color: #fff;
}

.c-btn--cta:hover, .c-btn--cta:active, .c-btn--cta:focus {
  text-decoration: none;
  background: #a52125;
  color: #fff;
}

.c-btn--success {
  background: #8fb339;
  border-color: #617927;
  color: #ffffff;
}

.c-btn--success:hover, .c-btn--success:active, .c-btn--success:focus {
  text-decoration: none;
  background: #617927;
  border-color: #42521a;
  color: #fff;
}

.c-btn--bare {
  background: transparent;
  border-color: #cf2a2e;
  color: #cf2a2e;
}

.c-btn--bare:hover, .c-btn--bare:active, .c-btn--bare:focus {
  text-decoration: none;
  background: #f7f7f7;
}

.c-btn--ghost {
  background: rgba(33, 92, 111, 0.3);
  border-color: #215c6f;
  color: #fff;
}

.c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
  text-decoration: none;
  background: rgba(33, 92, 111, 0.6);
  color: #fff;
}

.c-btn--plain {
  background: white;
  border-color: #d9d9d9;
  color: #215c6f;
  box-shadow: inset 0px -4px 0px 0px #f2f2f2;
}

.c-btn--plain:hover, .c-btn--plain:active {
  text-decoration: none;
  background: #cf2a2e;
  border-color: #a52125;
  color: #fff;
  box-shadow: inset 0px -4px 0px 0px #a52125;
}

.c-btn--plain:focus {
  border-color: #215c6f;
}

.c-btn--plain-loud {
  background: white;
  border-color: #b3b3b3;
  color: #215c6f;
  box-shadow: inset 0px -4px 0px 0px #f2f2f2, 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.c-btn--plain-loud:hover, .c-btn--plain-loud:active {
  text-decoration: none;
  background: #cf2a2e;
  border-color: #a52125;
  color: #fff;
  box-shadow: inset 0px -4px 0px 0px #a52125, 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.c-btn--plain-loud:focus {
  border-color: #215c6f;
}

.c-btn--loud {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

@keyframes pulse {
  from {
    background-color: #cf2a2e;
  }
  50% {
    background-color: #a52125;
  }
  to {
    background-color: #cf2a2e;
  }
}
.c-btn--snazzy {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

/**
* components/_navbar.scss
*/
.navbar {
  width: 100%;
  border-radius: 3px;
  background: #cf2a2e;
  display: block;
  position: relative;
  padding: 0;
  color: #fff;
}

.navbar__logo {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}

.navbar__logo:hover, .navbar__logo:active {
  color: #8de5de;
}

@media (min-width: 768px) {
  .navbar__logo {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .navbar__logo {
    width: 20%;
  }
}
.navbar__toggle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0.6em;
  margin: 0 auto;
  width: 15%;
}

.navbar__toggle .navbar__icon {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar__toggle {
    display: none;
  }
}
.navbar__menu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  background: transparent;
}

.navbar__menu--is-visible {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  clear: both;
  background: rgba(16, 3, 4, 0.8);
  z-index: 900;
}

@media (min-width: 768px) {
  .navbar__menu--is-visible {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
    float: left;
    background: transparent;
  }
}
.navbar__menu--is-visible .navbar__list {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}

@media (min-width: 768px) {
  .navbar__menu--is-visible .navbar__list {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.navbar__menu--is-visible .navbar__link {
  padding: 15px;
  box-shadow: none;
  transition: box-shadow 2s;
}

@media (min-width: 768px) {
  .navbar__menu--is-visible .navbar__link {
    padding: 0 30px;
  }
  .navbar__menu--is-visible .navbar__link:hover, .navbar__menu--is-visible .navbar__link--active {
    box-shadow: inset 0px -1px 0px 0px #f1babc;
    color: #f1babc;
  }
}
@media (min-width: 768px) {
  .navbar__menu {
    display: table-cell;
    vertical-align: middle;
  }
}
.navbar__item {
  display: block;
  padding: 3.75px 0;
}

@media (min-width: 768px) {
  .navbar__item {
    display: table-cell;
    padding: 0;
  }
}
.navbar__link {
  color: #fff;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .navbar__link {
    padding: 7.5px;
  }
}
.navbar__link:hover, .navbar__link:active {
  color: #f1babc;
}

.navbar--reverse {
  background: #fff;
  border: 1px solid #cf2a2e;
}

.navbar--reverse .navbar__logo {
  color: #cf2a2e;
}

.navbar--reverse .navbar__link {
  color: #cf2a2e;
}

.navbar--reverse .navbar__link:visited {
  color: #cf2a2e;
}

.navbar--reverse .navbar__link:hover, .navbar--reverse .navbar__link:active {
  color: #8f1d20;
}

.navbar--fixed-top {
  position: fixed;
  z-index: 1050;
  right: 0;
  left: 0;
  top: 0;
  border-radius: 0;
  transition: all 500ms ease;
}

.navbar--is-hidden {
  background: #cf2a2e;
  transition: all 500ms ease;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.navbar--is-visible {
  background: #cf2a2e;
  transition: all 500ms ease;
}

.navbar--trans {
  background: rgba(207, 42, 46, 0);
  transition: all 500ms ease;
}

/**
* components/_nav.scss
*/
.c-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.c-nav--inline .c-nav__item {
  display: inline-block;
  padding: 7.5px 15px;
}

.c-nav--equal {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.c-nav--equal .c-nav__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

.c-nav__link--block {
  display: block;
  padding: 7.5px 0;
}

.c-nav--tabbed {
  border-bottom: 1px solid #d9d9d9;
}

.c-nav--tabbed .c-nav__item {
  display: inline-block;
}

.c-nav--tabbed .c-nav__link {
  display: block;
  padding: 7.5px 30px;
  border: 1px solid transparent;
  margin-bottom: -1px;
}

.c-nav--tabbed .c-nav__link--is-active {
  background: #fff;
  border-width: 1px;
  border-color: #d9d9d9 #d9d9d9 transparent;
  border-style: solid;
  border-radius: 3px 3px 0 0;
}

.c-nav--tabbed .c-nav__link:hover {
  border-width: 1px;
  border-color: #d9d9d9 #d9d9d9 transparent;
  border-style: solid;
  border-radius: 3px 3px 0 0;
}

.c-nav--highlighted .c-nav__item {
  display: inline-block;
}

.c-nav--highlighted .c-nav__link {
  display: block;
  padding: 7.5px 30px;
}

.c-nav--highlighted .c-nav__link--is-active {
  border-bottom: 2px solid #d9d9d9;
}

/**
* components/_secondary-nav.scss
*/
.c-secondary-nav {
  background: #8f1d20;
  margin-bottom: 0;
}

.c-secondary-nav__menu {
  padding: 0;
  margin: 0;
}

.c-secondary-nav__link {
  display: block;
  padding: 7.5px 0;
  font-size: 0.9em;
}

/**
* components/_hamburger.scss
*/
/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

  see: http://callmenick.com/post/animating-css-only-hamburger-menu-icons

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: inline-block;
  position: relative;
  z-index: 1000;
  margin: 22.5px 0;
  padding: 0;
  width: 24px;
  height: 10px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

@media (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  right: 2px;
  height: 2px;
  background: rgb(255, 255, 255);
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -5px;
}

.c-hamburger span::after {
  bottom: -5px;
}

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/**
* components/_breadcrumbs.scss
*/
.c-breadcrumbs {
  font-size: 0.8rem;
  margin: 15px 0 0 0;
  padding: 3.75px 7.5px;
  background: rgba(0, 0, 0, 0.3);
}

.c-breadcrumbs__item {
  display: inline-block;
}

.c-breadcrumbs__link {
  color: #fff;
}

.c-breadcrumbs__link:after {
  content: "▶︎";
  margin: 0 3.75px;
}

/**
* components/_jumbo.scss
*/
.jumbo {
  width: 100%;
  text-align: center;
  color: #fff;
  display: table;
  table-layout: fixed;
}

.jumbo__body {
  display: table;
  table-layout: fixed;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 30px 15px;
}

.jumbo__content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.jumbo__cta {
  margin: 15px 0;
  background: #cf2a2e;
  border: 1px solid #a52125;
  color: #fff;
}

.jumbo__cta:hover, .jumbo__cta:active, .jumbo__cta:focus {
  text-decoration: none;
  background: #a52125;
  color: #fff;
}

.jumbo__footer {
  display: table-footer-group;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}

.jumbo__btn {
  margin: 15px 0;
}

.jumbo__title {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  font-weight: 900;
}

.jumbo__sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #5bb2ce;
}

/**
* components/_promo.scss
*/
.c-promo {
  padding: 30px 0;
}

.c-promo__img {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 544px) {
  .c-promo__img {
    margin: 0;
  }
}
.c-promo__body {
  margin-top: 15px;
}

.c-promo__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .c-promo__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
}
.c-promo--large {
  padding: 60px 0;
}

.c-promo--primary {
  color: #fdf6f6;
  background: #cf2a2e;
}

.c-promo--fancy {
  color: #fff;
  background: #cf2a2e;
  background: radial-gradient(circle, #cf2a2e, #501012);
}

@media (min-width: 768px) {
  .c-promo {
    text-align: left;
  }
}
/**
* components/_section-header.scss
*/
/*
IMPRoVE: IE9 HAS ISSUES WITH MULTIPLE BACKGROUNDS;
offset is a magic number!
*/
.section-header {
  background: linear-gradient(to left top, #dc5054, #a52125);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  color: #fff;
  margin-bottom: 15px;
  padding: 15px 0;
}

.section-header__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "montserratextra_bold";
}

@media (min-width: 544px) {
  .section-header__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
}
.section-header__title--sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "montserratlight";
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #eda5a7;
}

/**
* components/_messages.scss
*/
.c-message {
  box-shadow: inset 4px 0px 0px 0px;
  border-width: 1px;
  border-style: solid;
  opacity: 1;
}

.c-message__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}

.c-message__body {
  margin-bottom: 15px;
  font-size: 0.9em;
}

.c-message__close {
  float: right;
  margin-left: 15px;
}

.c-message--default {
  background: #fff;
}

.c-message--success {
  border-color: #8fb339;
  background: rgba(143, 179, 57, 0.05);
  color: #8fb339;
}

.c-message--error {
  border-color: #cf2a2e;
  background: rgba(207, 42, 46, 0.05);
  color: #cf2a2e;
}

.c-message--warning {
  border-color: #ff9f1c;
  background: rgba(255, 159, 28, 0.05);
  color: #ff9f1c;
}

.c-message--info {
  border-color: #5FB7DD;
  background: rgba(95, 183, 221, 0.05);
  color: #5FB7DD;
}

/**
* components/_fopnt-icomnscss
*/
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?o8k7ta");
  src: url("/fonts/icomoon.eot?o8k7ta#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?o8k7ta") format("truetype"), url("/fonts/icomoon.woff?o8k7ta") format("woff"), url("/fonts/icomoon.svg?o8k7ta#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: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3d_rotation:before {
  content: "\e84d";
}

.icon-ac_unit:before {
  content: "\eb3b";
}

.icon-alarm:before {
  content: "\e855";
}

.icon-access_alarms:before {
  content: "\e191";
}

.icon-schedule:before {
  content: "\e8b5";
}

.icon-accessibility:before {
  content: "\e84e";
}

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

.icon-account_balance:before {
  content: "\e84f";
}

.icon-account_balance_wallet:before {
  content: "\e850";
}

.icon-account_box:before {
  content: "\e851";
}

.icon-account_circle:before {
  content: "\e853";
}

.icon-adb:before {
  content: "\e60e";
}

.icon-add:before {
  content: "\e145";
}

.icon-add_a_photo:before {
  content: "\e439";
}

.icon-alarm_add:before {
  content: "\e856";
}

.icon-add_alert:before {
  content: "\e003";
}

.icon-add_box:before {
  content: "\e146";
}

.icon-add_circle:before {
  content: "\e147";
}

.icon-control_point:before {
  content: "\e3ba";
}

.icon-add_location:before {
  content: "\e567";
}

.icon-add_shopping_cart:before {
  content: "\e854";
}

.icon-queue:before {
  content: "\e03c";
}

.icon-add_to_queue:before {
  content: "\e05c";
}

.icon-adjust:before {
  content: "\e39e";
}

.icon-airline_seat_flat:before {
  content: "\e630";
}

.icon-airline_seat_flat_angled:before {
  content: "\e631";
}

.icon-airline_seat_individual_suite:before {
  content: "\e632";
}

.icon-airline_seat_legroom_extra:before {
  content: "\e633";
}

.icon-airline_seat_legroom_normal:before {
  content: "\e634";
}

.icon-airline_seat_legroom_reduced:before {
  content: "\e635";
}

.icon-airline_seat_recline_extra:before {
  content: "\e636";
}

.icon-airline_seat_recline_normal:before {
  content: "\e637";
}

.icon-flight:before {
  content: "\e539";
}

.icon-airplanemode_inactive:before {
  content: "\e194";
}

.icon-airplay:before {
  content: "\e055";
}

.icon-airport_shuttle:before {
  content: "\eb3c";
}

.icon-alarm_off:before {
  content: "\e857";
}

.icon-alarm_on:before {
  content: "\e858";
}

.icon-album:before {
  content: "\e019";
}

.icon-all_inclusive:before {
  content: "\eb3d";
}

.icon-all_out:before {
  content: "\e90b";
}

.icon-android:before {
  content: "\e859";
}

.icon-announcement:before {
  content: "\e85a";
}

.icon-apps:before {
  content: "\e5c3";
}

.icon-archive:before {
  content: "\e149";
}

.icon-arrow_back:before {
  content: "\e5c4";
}

.icon-arrow_downward:before {
  content: "\e5db";
}

.icon-arrow_drop_down:before {
  content: "\e5c5";
}

.icon-arrow_drop_down_circle:before {
  content: "\e5c6";
}

.icon-arrow_drop_up:before {
  content: "\e5c7";
}

.icon-arrow_forward:before {
  content: "\e5c8";
}

.icon-arrow_upward:before {
  content: "\e5d8";
}

.icon-art_track:before {
  content: "\e060";
}

.icon-aspect_ratio:before {
  content: "\e85b";
}

.icon-poll:before {
  content: "\e801";
}

.icon-assignment:before {
  content: "\e85d";
}

.icon-assignment_ind:before {
  content: "\e85e";
}

.icon-assignment_late:before {
  content: "\e85f";
}

.icon-assignment_return:before {
  content: "\e860";
}

.icon-assignment_returned:before {
  content: "\e861";
}

.icon-assignment_turned_in:before {
  content: "\e862";
}

.icon-assistant:before {
  content: "\e39f";
}

.icon-flag:before {
  content: "\e153";
}

.icon-attach_file:before {
  content: "\e226";
}

.icon-attach_money:before {
  content: "\e227";
}

.icon-attachment:before {
  content: "\e2bc";
}

.icon-audiotrack:before {
  content: "\e3a1";
}

.icon-autorenew:before {
  content: "\e863";
}

.icon-av_timer:before {
  content: "\e01b";
}

.icon-backspace:before {
  content: "\e14a";
}

.icon-cloud_upload:before {
  content: "\e2c3";
}

.icon-battery_alert:before {
  content: "\e19c";
}

.icon-battery_charging_full:before {
  content: "\e1a3";
}

.icon-battery_std:before {
  content: "\e1a5";
}

.icon-battery_unknown:before {
  content: "\e1a6";
}

.icon-beach_access:before {
  content: "\eb3e";
}

.icon-beenhere:before {
  content: "\e52d";
}

.icon-block:before {
  content: "\e14b";
}

.icon-bluetooth:before {
  content: "\e1a7";
}

.icon-bluetooth_searching:before {
  content: "\e1aa";
}

.icon-bluetooth_connected:before {
  content: "\e1a8";
}

.icon-bluetooth_disabled:before {
  content: "\e1a9";
}

.icon-blur_circular:before {
  content: "\e3a2";
}

.icon-blur_linear:before {
  content: "\e3a3";
}

.icon-blur_off:before {
  content: "\e3a4";
}

.icon-blur_on:before {
  content: "\e3a5";
}

.icon-class:before {
  content: "\e86e";
}

.icon-turned_in:before {
  content: "\e8e6";
}

.icon-turned_in_not:before {
  content: "\e8e7";
}

.icon-border_all:before {
  content: "\e228";
}

.icon-border_bottom:before {
  content: "\e229";
}

.icon-border_clear:before {
  content: "\e22a";
}

.icon-border_color:before {
  content: "\e22b";
}

.icon-border_horizontal:before {
  content: "\e22c";
}

.icon-border_inner:before {
  content: "\e22d";
}

.icon-border_left:before {
  content: "\e22e";
}

.icon-border_outer:before {
  content: "\e22f";
}

.icon-border_right:before {
  content: "\e230";
}

.icon-border_style:before {
  content: "\e231";
}

.icon-border_top:before {
  content: "\e232";
}

.icon-border_vertical:before {
  content: "\e233";
}

.icon-branding_watermark:before {
  content: "\e06b";
}

.icon-brightness_1:before {
  content: "\e3a6";
}

.icon-brightness_2:before {
  content: "\e3a7";
}

.icon-brightness_3:before {
  content: "\e3a8";
}

.icon-brightness_4:before {
  content: "\e3a9";
}

.icon-brightness_low:before {
  content: "\e1ad";
}

.icon-brightness_medium:before {
  content: "\e1ae";
}

.icon-brightness_high:before {
  content: "\e1ac";
}

.icon-brightness_auto:before {
  content: "\e1ab";
}

.icon-broken_image:before {
  content: "\e3ad";
}

.icon-brush:before {
  content: "\e3ae";
}

.icon-bubble_chart:before {
  content: "\e6dd";
}

.icon-bug_report:before {
  content: "\e868";
}

.icon-build:before {
  content: "\e869";
}

.icon-burst_mode:before {
  content: "\e43c";
}

.icon-domain:before {
  content: "\e7ee";
}

.icon-business_center:before {
  content: "\eb3f";
}

.icon-cached:before {
  content: "\e86a";
}

.icon-cake:before {
  content: "\e7e9";
}

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

.icon-call_end:before {
  content: "\e0b1";
}

.icon-call_made:before {
  content: "\e0b2";
}

.icon-merge_type:before {
  content: "\e252";
}

.icon-call_missed:before {
  content: "\e0b4";
}

.icon-call_missed_outgoing:before {
  content: "\e0e4";
}

.icon-call_received:before {
  content: "\e0b5";
}

.icon-call_split:before {
  content: "\e0b6";
}

.icon-call_to_action:before {
  content: "\e06c";
}

.icon-camera:before {
  content: "\e3af";
}

.icon-photo_camera:before {
  content: "\e412";
}

.icon-camera_enhance:before {
  content: "\e8fc";
}

.icon-camera_front:before {
  content: "\e3b1";
}

.icon-camera_rear:before {
  content: "\e3b2";
}

.icon-camera_roll:before {
  content: "\e3b3";
}

.icon-cancel:before {
  content: "\e5c9";
}

.icon-redeem:before {
  content: "\e8b1";
}

.icon-card_membership:before {
  content: "\e8f7";
}

.icon-card_travel:before {
  content: "\e8f8";
}

.icon-casino:before {
  content: "\eb40";
}

.icon-cast:before {
  content: "\e307";
}

.icon-cast_connected:before {
  content: "\e308";
}

.icon-center_focus_strong:before {
  content: "\e3b4";
}

.icon-center_focus_weak:before {
  content: "\e3b5";
}

.icon-change_history:before {
  content: "\e86b";
}

.icon-chat:before {
  content: "\e0b7";
}

.icon-chat_bubble:before {
  content: "\e0ca";
}

.icon-chat_bubble_outline:before {
  content: "\e0cb";
}

.icon-check:before {
  content: "\e5ca";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-check_box_outline_blank:before {
  content: "\e835";
}

.icon-check_circle:before {
  content: "\e86c";
}

.icon-navigate_before:before {
  content: "\e408";
}

.icon-navigate_next:before {
  content: "\e409";
}

.icon-child_care:before {
  content: "\eb41";
}

.icon-child_friendly:before {
  content: "\eb42";
}

.icon-chrome_reader_mode:before {
  content: "\e86d";
}

.icon-close:before {
  content: "\e5cd";
}

.icon-clear_all:before {
  content: "\e0b8";
}

.icon-closed_caption:before {
  content: "\e01c";
}

.icon-wb_cloudy:before {
  content: "\e42d";
}

.icon-cloud_circle:before {
  content: "\e2be";
}

.icon-cloud_done:before {
  content: "\e2bf";
}

.icon-cloud_download:before {
  content: "\e2c0";
}

.icon-cloud_off:before {
  content: "\e2c1";
}

.icon-cloud_queue:before {
  content: "\e2c2";
}

.icon-code:before {
  content: "\e86f";
}

.icon-photo_library:before {
  content: "\e413";
}

.icon-collections_bookmark:before {
  content: "\e431";
}

.icon-palette:before {
  content: "\e40a";
}

.icon-colorize:before {
  content: "\e3b8";
}

.icon-comment:before {
  content: "\e0b9";
}

.icon-compare:before {
  content: "\e3b9";
}

.icon-compare_arrows:before {
  content: "\e915";
}

.icon-laptop:before {
  content: "\e31e";
}

.icon-confirmation_number:before {
  content: "\e638";
}

.icon-contact_mail:before {
  content: "\e0d0";
}

.icon-contact_phone:before {
  content: "\e0cf";
}

.icon-contacts:before {
  content: "\e0ba";
}

.icon-content_copy:before {
  content: "\e14d";
}

.icon-content_cut:before {
  content: "\e14e";
}

.icon-content_paste:before {
  content: "\e14f";
}

.icon-control_point_duplicate:before {
  content: "\e3bb";
}

.icon-copyright:before {
  content: "\e90c";
}

.icon-mode_edit:before {
  content: "\e254";
}

.icon-create_new_folder:before {
  content: "\e2cc";
}

.icon-payment:before {
  content: "\e8a1";
}

.icon-crop:before {
  content: "\e3be";
}

.icon-crop_16_9:before {
  content: "\e3bc";
}

.icon-crop_3_2:before {
  content: "\e3bd";
}

.icon-crop_landscape:before {
  content: "\e3c3";
}

.icon-crop_7_5:before {
  content: "\e3c0";
}

.icon-crop_din:before {
  content: "\e3c1";
}

.icon-crop_free:before {
  content: "\e3c2";
}

.icon-crop_original:before {
  content: "\e3c4";
}

.icon-crop_portrait:before {
  content: "\e3c5";
}

.icon-crop_rotate:before {
  content: "\e437";
}

.icon-crop_square:before {
  content: "\e3c6";
}

.icon-dashboard:before {
  content: "\e871";
}

.icon-data_usage:before {
  content: "\e1af";
}

.icon-date_range:before {
  content: "\e916";
}

.icon-dehaze:before {
  content: "\e3c7";
}

.icon-delete:before {
  content: "\e872";
}

.icon-delete_forever:before {
  content: "\e92b";
}

.icon-delete_sweep:before {
  content: "\e16c";
}

.icon-description:before {
  content: "\e873";
}

.icon-desktop_mac:before {
  content: "\e30b";
}

.icon-desktop_windows:before {
  content: "\e30c";
}

.icon-details:before {
  content: "\e3c8";
}

.icon-developer_board:before {
  content: "\e30d";
}

.icon-developer_mode:before {
  content: "\e1b0";
}

.icon-device_hub:before {
  content: "\e335";
}

.icon-phonelink:before {
  content: "\e326";
}

.icon-devices_other:before {
  content: "\e337";
}

.icon-dialer_sip:before {
  content: "\e0bb";
}

.icon-dialpad:before {
  content: "\e0bc";
}

.icon-directions:before {
  content: "\e52e";
}

.icon-directions_bike:before {
  content: "\e52f";
}

.icon-directions_boat:before {
  content: "\e532";
}

.icon-directions_bus:before {
  content: "\e530";
}

.icon-directions_car:before {
  content: "\e531";
}

.icon-directions_railway:before {
  content: "\e534";
}

.icon-directions_run:before {
  content: "\e566";
}

.icon-directions_transit:before {
  content: "\e535";
}

.icon-directions_walk:before {
  content: "\e536";
}

.icon-disc_full:before {
  content: "\e610";
}

.icon-dns:before {
  content: "\e875";
}

.icon-not_interested:before {
  content: "\e033";
}

.icon-do_not_disturb_alt:before {
  content: "\e611";
}

.icon-do_not_disturb_off:before {
  content: "\e643";
}

.icon-remove_circle:before {
  content: "\e15c";
}

.icon-dock:before {
  content: "\e30e";
}

.icon-done:before {
  content: "\e876";
}

.icon-done_all:before {
  content: "\e877";
}

.icon-donut_large:before {
  content: "\e917";
}

.icon-donut_small:before {
  content: "\e918";
}

.icon-drafts:before {
  content: "\e151";
}

.icon-drag_handle:before {
  content: "\e25d";
}

.icon-time_to_leave:before {
  content: "\e62c";
}

.icon-dvr:before {
  content: "\e1b2";
}

.icon-edit_location:before {
  content: "\e568";
}

.icon-eject:before {
  content: "\e8fb";
}

.icon-markunread:before {
  content: "\e159";
}

.icon-enhanced_encryption:before {
  content: "\e63f";
}

.icon-equalizer:before {
  content: "\e01d";
}

.icon-error:before {
  content: "\e000";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-euro_symbol:before {
  content: "\e926";
}

.icon-ev_station:before {
  content: "\e56d";
}

.icon-insert_invitation:before {
  content: "\e24f";
}

.icon-event_available:before {
  content: "\e614";
}

.icon-event_busy:before {
  content: "\e615";
}

.icon-event_note:before {
  content: "\e616";
}

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

.icon-exit_to_app:before {
  content: "\e879";
}

.icon-expand_less:before {
  content: "\e5ce";
}

.icon-expand_more:before {
  content: "\e5cf";
}

.icon-explicit:before {
  content: "\e01e";
}

.icon-explore:before {
  content: "\e87a";
}

.icon-exposure:before {
  content: "\e3ca";
}

.icon-exposure_neg_1:before {
  content: "\e3cb";
}

.icon-exposure_neg_2:before {
  content: "\e3cc";
}

.icon-exposure_plus_1:before {
  content: "\e3cd";
}

.icon-exposure_plus_2:before {
  content: "\e3ce";
}

.icon-exposure_zero:before {
  content: "\e3cf";
}

.icon-extension:before {
  content: "\e87b";
}

.icon-face:before {
  content: "\e87c";
}

.icon-fast_forward:before {
  content: "\e01f";
}

.icon-fast_rewind:before {
  content: "\e020";
}

.icon-favorite:before {
  content: "\e87d";
}

.icon-favorite_border:before {
  content: "\e87e";
}

.icon-featured_play_list:before {
  content: "\e06d";
}

.icon-featured_video:before {
  content: "\e06e";
}

.icon-sms_failed:before {
  content: "\e626";
}

.icon-fiber_dvr:before {
  content: "\e05d";
}

.icon-fiber_manual_record:before {
  content: "\e061";
}

.icon-fiber_new:before {
  content: "\e05e";
}

.icon-fiber_pin:before {
  content: "\e06a";
}

.icon-fiber_smart_record:before {
  content: "\e062";
}

.icon-get_app:before {
  content: "\e884";
}

.icon-file_upload:before {
  content: "\e2c6";
}

.icon-filter:before {
  content: "\e3d3";
}

.icon-filter_1:before {
  content: "\e3d0";
}

.icon-filter_2:before {
  content: "\e3d1";
}

.icon-filter_3:before {
  content: "\e3d2";
}

.icon-filter_4:before {
  content: "\e3d4";
}

.icon-filter_5:before {
  content: "\e3d5";
}

.icon-filter_6:before {
  content: "\e3d6";
}

.icon-filter_7:before {
  content: "\e3d7";
}

.icon-filter_8:before {
  content: "\e3d8";
}

.icon-filter_9:before {
  content: "\e3d9";
}

.icon-filter_9_plus:before {
  content: "\e3da";
}

.icon-filter_b_and_w:before {
  content: "\e3db";
}

.icon-filter_center_focus:before {
  content: "\e3dc";
}

.icon-filter_drama:before {
  content: "\e3dd";
}

.icon-filter_frames:before {
  content: "\e3de";
}

.icon-terrain:before {
  content: "\e564";
}

.icon-filter_list:before {
  content: "\e152";
}

.icon-filter_none:before {
  content: "\e3e0";
}

.icon-filter_tilt_shift:before {
  content: "\e3e2";
}

.icon-filter_vintage:before {
  content: "\e3e3";
}

.icon-find_in_page:before {
  content: "\e880";
}

.icon-find_replace:before {
  content: "\e881";
}

.icon-fingerprint:before {
  content: "\e90d";
}

.icon-first_page:before {
  content: "\e5dc";
}

.icon-fitness_center:before {
  content: "\eb43";
}

.icon-flare:before {
  content: "\e3e4";
}

.icon-flash_auto:before {
  content: "\e3e5";
}

.icon-flash_off:before {
  content: "\e3e6";
}

.icon-flash_on:before {
  content: "\e3e7";
}

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

.icon-flight_takeoff:before {
  content: "\e905";
}

.icon-flip:before {
  content: "\e3e8";
}

.icon-flip_to_back:before {
  content: "\e882";
}

.icon-flip_to_front:before {
  content: "\e883";
}

.icon-folder:before {
  content: "\e2c7";
}

.icon-folder_open:before {
  content: "\e2c8";
}

.icon-folder_shared:before {
  content: "\e2c9";
}

.icon-folder_special:before {
  content: "\e617";
}

.icon-font_download:before {
  content: "\e167";
}

.icon-format_align_center:before {
  content: "\e234";
}

.icon-format_align_justify:before {
  content: "\e235";
}

.icon-format_align_left:before {
  content: "\e236";
}

.icon-format_align_right:before {
  content: "\e237";
}

.icon-format_bold:before {
  content: "\e238";
}

.icon-format_clear:before {
  content: "\e239";
}

.icon-format_color_fill:before {
  content: "\e23a";
}

.icon-format_color_reset:before {
  content: "\e23b";
}

.icon-format_color_text:before {
  content: "\e23c";
}

.icon-format_indent_decrease:before {
  content: "\e23d";
}

.icon-format_indent_increase:before {
  content: "\e23e";
}

.icon-format_italic:before {
  content: "\e23f";
}

.icon-format_line_spacing:before {
  content: "\e240";
}

.icon-format_list_bulleted:before {
  content: "\e241";
}

.icon-format_list_numbered:before {
  content: "\e242";
}

.icon-format_paint:before {
  content: "\e243";
}

.icon-format_quote:before {
  content: "\e244";
}

.icon-format_shapes:before {
  content: "\e25e";
}

.icon-format_size:before {
  content: "\e245";
}

.icon-format_strikethrough:before {
  content: "\e246";
}

.icon-format_textdirection_l_to_r:before {
  content: "\e247";
}

.icon-format_textdirection_r_to_l:before {
  content: "\e248";
}

.icon-format_underlined:before {
  content: "\e249";
}

.icon-question_answer:before {
  content: "\e8af";
}

.icon-forward:before {
  content: "\e154";
}

.icon-forward_10:before {
  content: "\e056";
}

.icon-forward_30:before {
  content: "\e057";
}

.icon-forward_5:before {
  content: "\e058";
}

.icon-free_breakfast:before {
  content: "\eb44";
}

.icon-fullscreen:before {
  content: "\e5d0";
}

.icon-fullscreen_exit:before {
  content: "\e5d1";
}

.icon-functions:before {
  content: "\e24a";
}

.icon-g_translate:before {
  content: "\e927";
}

.icon-games:before {
  content: "\e021";
}

.icon-gavel:before {
  content: "\e90e";
}

.icon-gesture:before {
  content: "\e155";
}

.icon-gif:before {
  content: "\e908";
}

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

.icon-golf_course:before {
  content: "\eb45";
}

.icon-my_location:before {
  content: "\e55c";
}

.icon-location_searching:before {
  content: "\e1b7";
}

.icon-location_disabled:before {
  content: "\e1b6";
}

.icon-star:before {
  content: "\e838";
}

.icon-gradient:before {
  content: "\e3e9";
}

.icon-grain:before {
  content: "\e3ea";
}

.icon-graphic_eq:before {
  content: "\e1b8";
}

.icon-grid_off:before {
  content: "\e3eb";
}

.icon-grid_on:before {
  content: "\e3ec";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-group_add:before {
  content: "\e7f0";
}

.icon-group_work:before {
  content: "\e886";
}

.icon-hd:before {
  content: "\e052";
}

.icon-hdr_off:before {
  content: "\e3ed";
}

.icon-hdr_on:before {
  content: "\e3ee";
}

.icon-hdr_strong:before {
  content: "\e3f1";
}

.icon-hdr_weak:before {
  content: "\e3f2";
}

.icon-headset:before {
  content: "\e310";
}

.icon-headset_mic:before {
  content: "\e311";
}

.icon-healing:before {
  content: "\e3f3";
}

.icon-hearing:before {
  content: "\e023";
}

.icon-help:before {
  content: "\e887";
}

.icon-help_outline:before {
  content: "\e8fd";
}

.icon-high_quality:before {
  content: "\e024";
}

.icon-highlight:before {
  content: "\e25f";
}

.icon-highlight_off:before {
  content: "\e888";
}

.icon-restore:before {
  content: "\e8b3";
}

.icon-home:before {
  content: "\e88a";
}

.icon-hot_tub:before {
  content: "\eb46";
}

.icon-local_hotel:before {
  content: "\e549";
}

.icon-hourglass_empty:before {
  content: "\e88b";
}

.icon-hourglass_full:before {
  content: "\e88c";
}

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

.icon-lock:before {
  content: "\e897";
}

.icon-photo:before {
  content: "\e410";
}

.icon-image_aspect_ratio:before {
  content: "\e3f5";
}

.icon-import_contacts:before {
  content: "\e0e0";
}

.icon-import_export:before {
  content: "\e0c3";
}

.icon-important_devices:before {
  content: "\e912";
}

.icon-inbox:before {
  content: "\e156";
}

.icon-indeterminate_check_box:before {
  content: "\e909";
}

.icon-info:before {
  content: "\e88e";
}

.icon-info_outline:before {
  content: "\e88f";
}

.icon-input:before {
  content: "\e890";
}

.icon-insert_comment:before {
  content: "\e24c";
}

.icon-insert_drive_file:before {
  content: "\e24d";
}

.icon-tag_faces:before {
  content: "\e420";
}

.icon-link:before {
  content: "\e157";
}

.icon-invert_colors:before {
  content: "\e891";
}

.icon-invert_colors_off:before {
  content: "\e0c4";
}

.icon-iso:before {
  content: "\e3f6";
}

.icon-keyboard:before {
  content: "\e312";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-keyboard_backspace:before {
  content: "\e317";
}

.icon-keyboard_capslock:before {
  content: "\e318";
}

.icon-keyboard_hide:before {
  content: "\e31a";
}

.icon-keyboard_return:before {
  content: "\e31b";
}

.icon-keyboard_tab:before {
  content: "\e31c";
}

.icon-keyboard_voice:before {
  content: "\e31d";
}

.icon-kitchen:before {
  content: "\eb47";
}

.icon-label:before {
  content: "\e892";
}

.icon-label_outline:before {
  content: "\e893";
}

.icon-language:before {
  content: "\e894";
}

.icon-laptop_chromebook:before {
  content: "\e31f";
}

.icon-laptop_mac:before {
  content: "\e320";
}

.icon-laptop_windows:before {
  content: "\e321";
}

.icon-last_page:before {
  content: "\e5dd";
}

.icon-open_in_new:before {
  content: "\e89e";
}

.icon-layers:before {
  content: "\e53b";
}

.icon-layers_clear:before {
  content: "\e53c";
}

.icon-leak_add:before {
  content: "\e3f8";
}

.icon-leak_remove:before {
  content: "\e3f9";
}

.icon-lens:before {
  content: "\e3fa";
}

.icon-library_books:before {
  content: "\e02f";
}

.icon-library_music:before {
  content: "\e030";
}

.icon-lightbulb_outline:before {
  content: "\e90f";
}

.icon-line_style:before {
  content: "\e919";
}

.icon-line_weight:before {
  content: "\e91a";
}

.icon-linear_scale:before {
  content: "\e260";
}

.icon-linked_camera:before {
  content: "\e438";
}

.icon-list:before {
  content: "\e896";
}

.icon-live_help:before {
  content: "\e0c6";
}

.icon-live_tv:before {
  content: "\e639";
}

.icon-local_play:before {
  content: "\e553";
}

.icon-local_airport:before {
  content: "\e53d";
}

.icon-local_atm:before {
  content: "\e53e";
}

.icon-local_bar:before {
  content: "\e540";
}

.icon-local_cafe:before {
  content: "\e541";
}

.icon-local_car_wash:before {
  content: "\e542";
}

.icon-local_convenience_store:before {
  content: "\e543";
}

.icon-restaurant_menu:before {
  content: "\e561";
}

.icon-local_drink:before {
  content: "\e544";
}

.icon-local_florist:before {
  content: "\e545";
}

.icon-local_gas_station:before {
  content: "\e546";
}

.icon-shopping_cart:before {
  content: "\e8cc";
}

.icon-local_hospital:before {
  content: "\e548";
}

.icon-local_laundry_service:before {
  content: "\e54a";
}

.icon-local_library:before {
  content: "\e54b";
}

.icon-local_mall:before {
  content: "\e54c";
}

.icon-theaters:before {
  content: "\e8da";
}

.icon-local_offer:before {
  content: "\e54e";
}

.icon-local_parking:before {
  content: "\e54f";
}

.icon-local_pharmacy:before {
  content: "\e550";
}

.icon-local_pizza:before {
  content: "\e552";
}

.icon-print:before {
  content: "\e8ad";
}

.icon-local_shipping:before {
  content: "\e558";
}

.icon-local_taxi:before {
  content: "\e559";
}

.icon-location_city:before {
  content: "\e7f1";
}

.icon-location_off:before {
  content: "\e0c7";
}

.icon-room:before {
  content: "\e8b4";
}

.icon-lock_open:before {
  content: "\e898";
}

.icon-lock_outline:before {
  content: "\e899";
}

.icon-looks:before {
  content: "\e3fc";
}

.icon-looks_3:before {
  content: "\e3fb";
}

.icon-looks_4:before {
  content: "\e3fd";
}

.icon-looks_5:before {
  content: "\e3fe";
}

.icon-looks_6:before {
  content: "\e3ff";
}

.icon-looks_one:before {
  content: "\e400";
}

.icon-looks_two:before {
  content: "\e401";
}

.icon-sync:before {
  content: "\e627";
}

.icon-loupe:before {
  content: "\e402";
}

.icon-low_priority:before {
  content: "\e16d";
}

.icon-loyalty:before {
  content: "\e89a";
}

.icon-mail_outline:before {
  content: "\e0e1";
}

.icon-map:before {
  content: "\e55b";
}

.icon-markunread_mailbox:before {
  content: "\e89b";
}

.icon-memory:before {
  content: "\e322";
}

.icon-menu:before {
  content: "\e5d2";
}

.icon-message:before {
  content: "\e0c9";
}

.icon-mic:before {
  content: "\e029";
}

.icon-mic_none:before {
  content: "\e02a";
}

.icon-mic_off:before {
  content: "\e02b";
}

.icon-mms:before {
  content: "\e618";
}

.icon-mode_comment:before {
  content: "\e253";
}

.icon-monetization_on:before {
  content: "\e263";
}

.icon-money_off:before {
  content: "\e25c";
}

.icon-monochrome_photos:before {
  content: "\e403";
}

.icon-mood_bad:before {
  content: "\e7f3";
}

.icon-more:before {
  content: "\e619";
}

.icon-more_horiz:before {
  content: "\e5d3";
}

.icon-more_vert:before {
  content: "\e5d4";
}

.icon-motorcycle:before {
  content: "\e91b";
}

.icon-mouse:before {
  content: "\e323";
}

.icon-move_to_inbox:before {
  content: "\e168";
}

.icon-movie_creation:before {
  content: "\e404";
}

.icon-movie_filter:before {
  content: "\e43a";
}

.icon-multiline_chart:before {
  content: "\e6df";
}

.icon-music_note:before {
  content: "\e405";
}

.icon-music_video:before {
  content: "\e063";
}

.icon-nature:before {
  content: "\e406";
}

.icon-nature_people:before {
  content: "\e407";
}

.icon-navigation:before {
  content: "\e55d";
}

.icon-near_me:before {
  content: "\e569";
}

.icon-network_cell:before {
  content: "\e1b9";
}

.icon-network_check:before {
  content: "\e640";
}

.icon-network_locked:before {
  content: "\e61a";
}

.icon-network_wifi:before {
  content: "\e1ba";
}

.icon-new_releases:before {
  content: "\e031";
}

.icon-next_week:before {
  content: "\e16a";
}

.icon-nfc:before {
  content: "\e1bb";
}

.icon-no_encryption:before {
  content: "\e641";
}

.icon-signal_cellular_no_sim:before {
  content: "\e1ce";
}

.icon-note:before {
  content: "\e06f";
}

.icon-note_add:before {
  content: "\e89c";
}

.icon-notifications:before {
  content: "\e7f4";
}

.icon-notifications_active:before {
  content: "\e7f7";
}

.icon-notifications_none:before {
  content: "\e7f5";
}

.icon-notifications_off:before {
  content: "\e7f6";
}

.icon-notifications_paused:before {
  content: "\e7f8";
}

.icon-offline_pin:before {
  content: "\e90a";
}

.icon-ondemand_video:before {
  content: "\e63a";
}

.icon-opacity:before {
  content: "\e91c";
}

.icon-open_in_browser:before {
  content: "\e89d";
}

.icon-open_with:before {
  content: "\e89f";
}

.icon-pages:before {
  content: "\e7f9";
}

.icon-pageview:before {
  content: "\e8a0";
}

.icon-pan_tool:before {
  content: "\e925";
}

.icon-panorama:before {
  content: "\e40b";
}

.icon-radio_button_unchecked:before {
  content: "\e836";
}

.icon-panorama_horizontal:before {
  content: "\e40d";
}

.icon-panorama_vertical:before {
  content: "\e40e";
}

.icon-panorama_wide_angle:before {
  content: "\e40f";
}

.icon-party_mode:before {
  content: "\e7fa";
}

.icon-pause:before {
  content: "\e034";
}

.icon-pause_circle_filled:before {
  content: "\e035";
}

.icon-pause_circle_outline:before {
  content: "\e036";
}

.icon-people_outline:before {
  content: "\e7fc";
}

.icon-perm_camera_mic:before {
  content: "\e8a2";
}

.icon-perm_contact_calendar:before {
  content: "\e8a3";
}

.icon-perm_data_setting:before {
  content: "\e8a4";
}

.icon-perm_device_information:before {
  content: "\e8a5";
}

.icon-person_outline:before {
  content: "\e7ff";
}

.icon-perm_media:before {
  content: "\e8a7";
}

.icon-perm_phone_msg:before {
  content: "\e8a8";
}

.icon-perm_scan_wifi:before {
  content: "\e8a9";
}

.icon-person:before {
  content: "\e7fd";
}

.icon-person_add:before {
  content: "\e7fe";
}

.icon-person_pin:before {
  content: "\e55a";
}

.icon-person_pin_circle:before {
  content: "\e56a";
}

.icon-personal_video:before {
  content: "\e63b";
}

.icon-pets:before {
  content: "\e91d";
}

.icon-phone_android:before {
  content: "\e324";
}

.icon-phone_bluetooth_speaker:before {
  content: "\e61b";
}

.icon-phone_forwarded:before {
  content: "\e61c";
}

.icon-phone_in_talk:before {
  content: "\e61d";
}

.icon-phone_iphone:before {
  content: "\e325";
}

.icon-phone_locked:before {
  content: "\e61e";
}

.icon-phone_missed:before {
  content: "\e61f";
}

.icon-phone_paused:before {
  content: "\e620";
}

.icon-phonelink_erase:before {
  content: "\e0db";
}

.icon-phonelink_lock:before {
  content: "\e0dc";
}

.icon-phonelink_off:before {
  content: "\e327";
}

.icon-phonelink_ring:before {
  content: "\e0dd";
}

.icon-phonelink_setup:before {
  content: "\e0de";
}

.icon-photo_album:before {
  content: "\e411";
}

.icon-photo_filter:before {
  content: "\e43b";
}

.icon-photo_size_select_actual:before {
  content: "\e432";
}

.icon-photo_size_select_large:before {
  content: "\e433";
}

.icon-photo_size_select_small:before {
  content: "\e434";
}

.icon-picture_as_pdf:before {
  content: "\e415";
}

.icon-picture_in_picture:before {
  content: "\e8aa";
}

.icon-picture_in_picture_alt:before {
  content: "\e911";
}

.icon-pie_chart:before {
  content: "\e6c4";
}

.icon-pie_chart_outlined:before {
  content: "\e6c5";
}

.icon-pin_drop:before {
  content: "\e55e";
}

.icon-play_arrow:before {
  content: "\e037";
}

.icon-play_circle_filled:before {
  content: "\e038";
}

.icon-play_circle_outline:before {
  content: "\e039";
}

.icon-play_for_work:before {
  content: "\e906";
}

.icon-playlist_add:before {
  content: "\e03b";
}

.icon-playlist_add_check:before {
  content: "\e065";
}

.icon-playlist_play:before {
  content: "\e05f";
}

.icon-plus_one:before {
  content: "\e800";
}

.icon-polymer:before {
  content: "\e8ab";
}

.icon-pool:before {
  content: "\eb48";
}

.icon-portable_wifi_off:before {
  content: "\e0ce";
}

.icon-portrait:before {
  content: "\e416";
}

.icon-power:before {
  content: "\e63c";
}

.icon-power_input:before {
  content: "\e336";
}

.icon-power_settings_new:before {
  content: "\e8ac";
}

.icon-pregnant_woman:before {
  content: "\e91e";
}

.icon-present_to_all:before {
  content: "\e0df";
}

.icon-priority_high:before {
  content: "\e645";
}

.icon-public:before {
  content: "\e80b";
}

.icon-publish:before {
  content: "\e255";
}

.icon-queue_music:before {
  content: "\e03d";
}

.icon-queue_play_next:before {
  content: "\e066";
}

.icon-radio:before {
  content: "\e03e";
}

.icon-radio_button_checked:before {
  content: "\e837";
}

.icon-rate_review:before {
  content: "\e560";
}

.icon-receipt:before {
  content: "\e8b0";
}

.icon-recent_actors:before {
  content: "\e03f";
}

.icon-record_voice_over:before {
  content: "\e91f";
}

.icon-redo:before {
  content: "\e15a";
}

.icon-refresh:before {
  content: "\e5d5";
}

.icon-remove:before {
  content: "\e15b";
}

.icon-remove_circle_outline:before {
  content: "\e15d";
}

.icon-remove_from_queue:before {
  content: "\e067";
}

.icon-visibility:before {
  content: "\e8f4";
}

.icon-remove_shopping_cart:before {
  content: "\e928";
}

.icon-reorder:before {
  content: "\e8fe";
}

.icon-repeat:before {
  content: "\e040";
}

.icon-repeat_one:before {
  content: "\e041";
}

.icon-replay:before {
  content: "\e042";
}

.icon-replay_10:before {
  content: "\e059";
}

.icon-replay_30:before {
  content: "\e05a";
}

.icon-replay_5:before {
  content: "\e05b";
}

.icon-reply:before {
  content: "\e15e";
}

.icon-reply_all:before {
  content: "\e15f";
}

.icon-report:before {
  content: "\e160";
}

.icon-warning:before {
  content: "\e002";
}

.icon-restaurant:before {
  content: "\e56c";
}

.icon-restore_page:before {
  content: "\e929";
}

.icon-ring_volume:before {
  content: "\e0d1";
}

.icon-room_service:before {
  content: "\eb49";
}

.icon-rotate_90_degrees_ccw:before {
  content: "\e418";
}

.icon-rotate_left:before {
  content: "\e419";
}

.icon-rotate_right:before {
  content: "\e41a";
}

.icon-rounded_corner:before {
  content: "\e920";
}

.icon-router:before {
  content: "\e328";
}

.icon-rowing:before {
  content: "\e921";
}

.icon-rss_feed:before {
  content: "\e0e5";
}

.icon-rv_hookup:before {
  content: "\e642";
}

.icon-satellite:before {
  content: "\e562";
}

.icon-save:before {
  content: "\e161";
}

.icon-scanner:before {
  content: "\e329";
}

.icon-school:before {
  content: "\e80c";
}

.icon-screen_lock_landscape:before {
  content: "\e1be";
}

.icon-screen_lock_portrait:before {
  content: "\e1bf";
}

.icon-screen_lock_rotation:before {
  content: "\e1c0";
}

.icon-screen_rotation:before {
  content: "\e1c1";
}

.icon-screen_share:before {
  content: "\e0e2";
}

.icon-sd_storage:before {
  content: "\e1c2";
}

.icon-search:before {
  content: "\e8b6";
}

.icon-security:before {
  content: "\e32a";
}

.icon-select_all:before {
  content: "\e162";
}

.icon-send:before {
  content: "\e163";
}

.icon-sentiment_dissatisfied:before {
  content: "\e811";
}

.icon-sentiment_neutral:before {
  content: "\e812";
}

.icon-sentiment_satisfied:before {
  content: "\e813";
}

.icon-sentiment_very_dissatisfied:before {
  content: "\e814";
}

.icon-sentiment_very_satisfied:before {
  content: "\e815";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-settings_applications:before {
  content: "\e8b9";
}

.icon-settings_backup_restore:before {
  content: "\e8ba";
}

.icon-settings_bluetooth:before {
  content: "\e8bb";
}

.icon-settings_brightness:before {
  content: "\e8bd";
}

.icon-settings_cell:before {
  content: "\e8bc";
}

.icon-settings_ethernet:before {
  content: "\e8be";
}

.icon-settings_input_antenna:before {
  content: "\e8bf";
}

.icon-settings_input_composite:before {
  content: "\e8c1";
}

.icon-settings_input_hdmi:before {
  content: "\e8c2";
}

.icon-settings_input_svideo:before {
  content: "\e8c3";
}

.icon-settings_overscan:before {
  content: "\e8c4";
}

.icon-settings_phone:before {
  content: "\e8c5";
}

.icon-settings_power:before {
  content: "\e8c6";
}

.icon-settings_remote:before {
  content: "\e8c7";
}

.icon-settings_system_daydream:before {
  content: "\e1c3";
}

.icon-settings_voice:before {
  content: "\e8c8";
}

.icon-share:before {
  content: "\e80d";
}

.icon-shop:before {
  content: "\e8c9";
}

.icon-shop_two:before {
  content: "\e8ca";
}

.icon-shopping_basket:before {
  content: "\e8cb";
}

.icon-short_text:before {
  content: "\e261";
}

.icon-show_chart:before {
  content: "\e6e1";
}

.icon-shuffle:before {
  content: "\e043";
}

.icon-signal_cellular_4_bar:before {
  content: "\e1c8";
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}

.icon-signal_cellular_null:before {
  content: "\e1cf";
}

.icon-signal_cellular_off:before {
  content: "\e1d0";
}

.icon-signal_wifi_4_bar:before {
  content: "\e1d8";
}

.icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}

.icon-signal_wifi_off:before {
  content: "\e1da";
}

.icon-sim_card:before {
  content: "\e32b";
}

.icon-sim_card_alert:before {
  content: "\e624";
}

.icon-skip_next:before {
  content: "\e044";
}

.icon-skip_previous:before {
  content: "\e045";
}

.icon-slideshow:before {
  content: "\e41b";
}

.icon-slow_motion_video:before {
  content: "\e068";
}

.icon-stay_primary_portrait:before {
  content: "\e0d6";
}

.icon-smoke_free:before {
  content: "\eb4a";
}

.icon-smoking_rooms:before {
  content: "\eb4b";
}

.icon-textsms:before {
  content: "\e0d8";
}

.icon-snooze:before {
  content: "\e046";
}

.icon-sort:before {
  content: "\e164";
}

.icon-sort_by_alpha:before {
  content: "\e053";
}

.icon-spa:before {
  content: "\eb4c";
}

.icon-space_bar:before {
  content: "\e256";
}

.icon-speaker:before {
  content: "\e32d";
}

.icon-speaker_group:before {
  content: "\e32e";
}

.icon-speaker_notes:before {
  content: "\e8cd";
}

.icon-speaker_notes_off:before {
  content: "\e92a";
}

.icon-speaker_phone:before {
  content: "\e0d2";
}

.icon-spellcheck:before {
  content: "\e8ce";
}

.icon-star_border:before {
  content: "\e83a";
}

.icon-star_half:before {
  content: "\e839";
}

.icon-stars:before {
  content: "\e8d0";
}

.icon-stay_primary_landscape:before {
  content: "\e0d5";
}

.icon-stop:before {
  content: "\e047";
}

.icon-stop_screen_share:before {
  content: "\e0e3";
}

.icon-storage:before {
  content: "\e1db";
}

.icon-store_mall_directory:before {
  content: "\e563";
}

.icon-straighten:before {
  content: "\e41c";
}

.icon-streetview:before {
  content: "\e56e";
}

.icon-strikethrough_s:before {
  content: "\e257";
}

.icon-style:before {
  content: "\e41d";
}

.icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}

.icon-subdirectory_arrow_right:before {
  content: "\e5da";
}

.icon-subject:before {
  content: "\e8d2";
}

.icon-subscriptions:before {
  content: "\e064";
}

.icon-subtitles:before {
  content: "\e048";
}

.icon-subway:before {
  content: "\e56f";
}

.icon-supervisor_account:before {
  content: "\e8d3";
}

.icon-surround_sound:before {
  content: "\e049";
}

.icon-swap_calls:before {
  content: "\e0d7";
}

.icon-swap_horiz:before {
  content: "\e8d4";
}

.icon-swap_vert:before {
  content: "\e8d5";
}

.icon-swap_vertical_circle:before {
  content: "\e8d6";
}

.icon-switch_camera:before {
  content: "\e41e";
}

.icon-switch_video:before {
  content: "\e41f";
}

.icon-sync_disabled:before {
  content: "\e628";
}

.icon-sync_problem:before {
  content: "\e629";
}

.icon-system_update:before {
  content: "\e62a";
}

.icon-system_update_alt:before {
  content: "\e8d7";
}

.icon-tab:before {
  content: "\e8d8";
}

.icon-tab_unselected:before {
  content: "\e8d9";
}

.icon-tablet:before {
  content: "\e32f";
}

.icon-tablet_android:before {
  content: "\e330";
}

.icon-tablet_mac:before {
  content: "\e331";
}

.icon-tap_and_play:before {
  content: "\e62b";
}

.icon-text_fields:before {
  content: "\e262";
}

.icon-text_format:before {
  content: "\e165";
}

.icon-texture:before {
  content: "\e421";
}

.icon-thumb_down:before {
  content: "\e8db";
}

.icon-thumb_up:before {
  content: "\e8dc";
}

.icon-thumbs_up_down:before {
  content: "\e8dd";
}

.icon-timelapse:before {
  content: "\e422";
}

.icon-timeline:before {
  content: "\e922";
}

.icon-timer:before {
  content: "\e425";
}

.icon-timer_10:before {
  content: "\e423";
}

.icon-timer_3:before {
  content: "\e424";
}

.icon-timer_off:before {
  content: "\e426";
}

.icon-title:before {
  content: "\e264";
}

.icon-toc:before {
  content: "\e8de";
}

.icon-today:before {
  content: "\e8df";
}

.icon-toll:before {
  content: "\e8e0";
}

.icon-tonality:before {
  content: "\e427";
}

.icon-touch_app:before {
  content: "\e913";
}

.icon-toys:before {
  content: "\e332";
}

.icon-track_changes:before {
  content: "\e8e1";
}

.icon-traffic:before {
  content: "\e565";
}

.icon-train:before {
  content: "\e570";
}

.icon-tram:before {
  content: "\e571";
}

.icon-transfer_within_a_station:before {
  content: "\e572";
}

.icon-transform:before {
  content: "\e428";
}

.icon-translate:before {
  content: "\e8e2";
}

.icon-trending_down:before {
  content: "\e8e3";
}

.icon-trending_flat:before {
  content: "\e8e4";
}

.icon-trending_up:before {
  content: "\e8e5";
}

.icon-tune:before {
  content: "\e429";
}

.icon-tv:before {
  content: "\e333";
}

.icon-unarchive:before {
  content: "\e169";
}

.icon-undo:before {
  content: "\e166";
}

.icon-unfold_less:before {
  content: "\e5d6";
}

.icon-unfold_more:before {
  content: "\e5d7";
}

.icon-update:before {
  content: "\e923";
}

.icon-usb:before {
  content: "\e1e0";
}

.icon-verified_user:before {
  content: "\e8e8";
}

.icon-vertical_align_bottom:before {
  content: "\e258";
}

.icon-vertical_align_center:before {
  content: "\e259";
}

.icon-vertical_align_top:before {
  content: "\e25a";
}

.icon-vibration:before {
  content: "\e62d";
}

.icon-video_call:before {
  content: "\e070";
}

.icon-video_label:before {
  content: "\e071";
}

.icon-video_library:before {
  content: "\e04a";
}

.icon-videocam:before {
  content: "\e04b";
}

.icon-videocam_off:before {
  content: "\e04c";
}

.icon-videogame_asset:before {
  content: "\e338";
}

.icon-view_agenda:before {
  content: "\e8e9";
}

.icon-view_array:before {
  content: "\e8ea";
}

.icon-view_carousel:before {
  content: "\e8eb";
}

.icon-view_column:before {
  content: "\e8ec";
}

.icon-view_comfy:before {
  content: "\e42a";
}

.icon-view_compact:before {
  content: "\e42b";
}

.icon-view_day:before {
  content: "\e8ed";
}

.icon-view_headline:before {
  content: "\e8ee";
}

.icon-view_list:before {
  content: "\e8ef";
}

.icon-view_module:before {
  content: "\e8f0";
}

.icon-view_quilt:before {
  content: "\e8f1";
}

.icon-view_stream:before {
  content: "\e8f2";
}

.icon-view_week:before {
  content: "\e8f3";
}

.icon-vignette:before {
  content: "\e435";
}

.icon-visibility_off:before {
  content: "\e8f5";
}

.icon-voice_chat:before {
  content: "\e62e";
}

.icon-voicemail:before {
  content: "\e0d9";
}

.icon-volume_down:before {
  content: "\e04d";
}

.icon-volume_mute:before {
  content: "\e04e";
}

.icon-volume_off:before {
  content: "\e04f";
}

.icon-volume_up:before {
  content: "\e050";
}

.icon-vpn_key:before {
  content: "\e0da";
}

.icon-vpn_lock:before {
  content: "\e62f";
}

.icon-wallpaper:before {
  content: "\e1bc";
}

.icon-watch:before {
  content: "\e334";
}

.icon-watch_later:before {
  content: "\e924";
}

.icon-wb_auto:before {
  content: "\e42c";
}

.icon-wb_incandescent:before {
  content: "\e42e";
}

.icon-wb_iridescent:before {
  content: "\e436";
}

.icon-wb_sunny:before {
  content: "\e430";
}

.icon-wc:before {
  content: "\e63d";
}

.icon-web:before {
  content: "\e051";
}

.icon-web_asset:before {
  content: "\e069";
}

.icon-weekend:before {
  content: "\e16b";
}

.icon-whatshot:before {
  content: "\e80e";
}

.icon-widgets:before {
  content: "\e1bd";
}

.icon-wifi:before {
  content: "\e63e";
}

.icon-wifi_lock:before {
  content: "\e1e1";
}

.icon-wifi_tethering:before {
  content: "\e1e2";
}

.icon-work:before {
  content: "\e8f9";
}

.icon-wrap_text:before {
  content: "\e25b";
}

.icon-youtube_searched_for:before {
  content: "\e8fa";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

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

.icon-zoom_out_map:before {
  content: "\e56b";
}

/**
* components/_accordion.scss
*/
.c-accordion {
  box-shadow: inset 0px -4px 0px 0px #f2f2f2;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  background: #ffffff;
}

.c-accordion__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  line-height: 1.5;
  font-weight: 900;
  display: block;
}

.c-accordion__title:before {
  content: "▲";
  margin-right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  color: #215c6f;
}

.c-accordion__title--is-open:before {
  content: "▼";
}

.c-accordion__body {
  margin-bottom: 15px;
  display: none;
}

.c-accordion__body--is-visible {
  display: block;
}

/**
* components/_card.scss
*/
.c-card__header {
  margin-bottom: 15px;
}

.c-card__title {
  margin-bottom: 15px;
}

.c-card__body {
  padding: 0 15px;
}

.c-card__title {
  font-size: 1.5rem;
}

/**
* components/_table.scss
*/
.c-table {
  border-collapse: collapse;
  box-shadow: inset 0px -4px 0px 0px #f2f2f2;
  background: #ffffff;
}

.c-table__caption {
  padding: 7.5px 15px;
  font-size: 0.9em;
  text-align: left;
  background: #ad2326;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.c-table__head {
  color: #fff;
  text-transform: uppercase;
}

.c-table__head th {
  background: #cf2a2e;
  border: 1px solid #a52125;
  font-weight: 400;
  font-size: 0.7em;
  padding: 7.5px 15px;
}

@media (min-width: 544px) {
  .c-table__head th {
    padding: 15px;
    font-size: 1em;
  }
}
.c-table th, .c-table td {
  padding: 15px;
}

.c-table td {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.c-table tfoot {
  border-top: 3px solid #d9d9d9;
}

.c-table tfoot th {
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.c-table--full {
  width: 100%;
}

.c-table--compact .c-table__caption {
  padding: 7.5px 7.5px;
}

@media (min-width: 544px) {
  .c-table--compact .c-table__caption {
    padding: 7.5px 15px;
  }
}
.c-table--compact th, .c-table--compact td {
  padding: 7.5px 7.5px;
}

@media (min-width: 544px) {
  .c-table--compact th, .c-table--compact td {
    padding: 7.5px 15px;
  }
}
.c-table--bloated .c-table__caption {
  padding: 15px;
}

.c-table--bloated th, .c-table--bloated td {
  padding: 22.5px;
}

.c-table--striped tr td {
  background: #ffffff;
}

.c-table--striped tr:nth-child(odd) td {
  background: #f9f9f9;
}

.c-table--hover tbody tr:hover {
  background: #fefafa;
}

.c-table--secondary .c-table__head th {
  background: #215c6f;
  border: 1px solid #1b4c5b;
}

.c-table--secondary .c-table__caption {
  background: #276c83;
}

.c-table--subtle .c-table__head {
  color: #e8e8e8;
}

.c-table--subtle .c-table__head th {
  background: #353535;
  border: 1px solid #282828;
}

.c-table--subtle .c-table__caption {
  background: #424242;
  color: #cecece;
}

/**
* components/_js-sort-table.scss
*/
.js-sort-table__column {
  cursor: pointer;
  position: relative;
}

.js-sort-table__column.ascend .icon-expand_less {
  color: inherit;
}

.js-sort-table__column.descend .icon-expand_more {
  color: inherit;
}

.js-sort-table__icon {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 5px;
}

.js-sort-table__icon--active {
  opacity: 0.1;
}

.js-sort-table .icon-expand_less {
  top: 20%;
}

.js-sort-table .icon-expand_more {
  bottom: 20%;
}

/**
* components/_forms.scss
*/
/*
IMPROVE THE SELECT DROPDOWN, ESPECIALLY THE ARROW
*/
.c-form {
  padding: 15px;
}

.c-form__title {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}

.c-form__item--full {
  display: block;
  width: 100%;
}

.c-form__item--has-error {
  background: #fae5e5;
  border: 1px solid #cf2a2e;
}

.c-form__item--select {
  appearance: none;
  background: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #cf2a2e, #cf2a2e), #fff;
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.c-form__item--check + .c-form__item--check-label:before {
  content: "";
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 7.5px;
  text-align: center;
}

.c-form__item--check:checked + .c-form__item--check-label:before {
  background: #cf2a2e;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

.c-form__item--check {
  display: none;
}

.c-form__item--radio + .c-form__item--radio-label:before {
  content: "";
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 7.5px;
  text-align: center;
}

.c-form__item--radio:checked + .c-form__item--radio-label:before {
  background: #cf2a2e;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

.c-form__item--radio {
  display: none;
}

.c-form__item--img {
  height: 100%;
}

.c-form__group {
  margin-bottom: 15px;
}

.c-form--primary {
  border-radius: 3px;
  background: #fae5e5;
}

.c-form--secondary {
  border-radius: 3px;
  background: #6ebbd4;
}

.c-form--muted {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #b9b9b9;
  background: #ebe9e9;
  color: #5b5b5b;
  box-shadow: inset 0px 0px 63px 0px rgba(0, 0, 0, 0.1);
}

.c-form--breathe {
  padding: 30px;
}

/**
* components/_box.scss
*/
.c-box--normal {
  box-shadow: inset 0px -4px 0px 0px #f2f2f2;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  background: #ffffff;
}

.c-box--breathe {
  padding: 30px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  background: #fff;
  box-shadow: none;
}

.c-box--well {
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #b9b9b9;
  background: #ebe9e9;
  color: #5b5b5b;
  box-shadow: inset 0px 0px 63px 0px rgba(0, 0, 0, 0.1);
}

/**
* components/_capsule.scss
*/
.c-capsule {
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #b9b9b9;
  background: #ebe9e9;
  color: #5b5b5b;
  box-shadow: inset 0px 0px 63px 0px rgba(0, 0, 0, 0.1);
  clear: both;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .c-capsule {
    float: right;
    width: 30%;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .c-capsule--left {
    float: left;
    width: 30%;
    margin: 0 30px 15px 0;
  }
}
/**
* components/_labels.scss
*/
.label, .label-ghost {
  display: inline-block;
  padding: 3.75px 15px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}

.label--default {
  background: #bfbfbf;
  border: 1px solid #8c8c8c;
}

.label--primary {
  border: 1px solid #a52125;
  background: #cf2a2e;
}

.label--success {
  border: 1px solid #708c2d;
  background: #8fb339;
}

.label--warning {
  border: 1px solid #e88600;
  background: #ff9f1c;
}

.label--info {
  border: 1px solid #35a4d4;
  background: #5FB7DD;
}

.label--error {
  border: 1px solid #a52125;
  background: #cf2a2e;
}

.label-ghost--default {
  border: 1px solid #333;
  color: #333;
}

.label-ghost--mute {
  border: 1px solid #bfbfbf;
  color: #bfbfbf;
}

.label-ghost--primary {
  border: 1px solid #cf2a2e;
  color: #cf2a2e;
}

.label-ghost--success {
  border: 1px solid #8fb339;
  color: #8fb339;
}

.label-ghost--warning {
  border: 1px solid #ff9f1c;
  color: #ff9f1c;
}

.label-ghost--info {
  border: 1px solid #5FB7DD;
  color: #5FB7DD;
}

.label-ghost--error {
  border: 1px solid #cf2a2e;
  color: #cf2a2e;
}

/**
* components/_dual-heading.scss
*/
.c-dual-heading__title {
  line-height: 1;
  margin-bottom: 0;
}

.c-dual-heading__sub-title {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}

/**
* components/_steps.scss
*/
.c-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 30px 0 15px 0;
}

.c-steps__item {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .c-steps__item {
    display: table-cell;
    padding-right: 15px;
  }
  .c-steps__item:last-child {
    padding-right: 0;
  }
}
.c-steps__title {
  display: block;
  font-family: "montserratextra_bold";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 7.5px;
  font-weight: 900;
}

/**
* components/_balls.scss
*/
.c-balls {
  display: table;
  margin: 0 0 15px 0;
}

.c-balls__item {
  display: inline-block;
  margin-right: 7.5px;
}

.c-balls__item--extra {
  display: block;
  margin-top: 7.5px;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 900;
}

.c-balls__ball {
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  font-weight: 900;
  font-size: 1.2em;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}

@media (min-width: 544px) {
  .c-balls__ball {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
.c-balls__ball--bonus {
  color: #ffffff;
  background: #cf2a2e;
  border: 1px solid #7a191b;
}

@media (min-width: 544px) {
  .c-balls__ball--bonus {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
.c-balls__ball--bonus-is-selected {
  color: #ffffff;
  background: #215c6f;
  border: 1px solid #0a1b20;
}

@media (min-width: 544px) {
  .c-balls__ball--bonus-is-selected {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
.c-balls__ball--bonus-is-disabled {
  color: #ffffff;
  background: #f5d0d1;
  border: 1px solid #e47b7d;
}

@media (min-width: 544px) {
  .c-balls__ball--bonus-is-disabled {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .c-balls__ball--lg\@md {
    font-size: 2rem;
    width: 65px;
    height: 65px;
  }
}
.c-balls__ball--is-active {
  color: #ffffff;
  background: #353535;
  border: 1px solid #020202;
  transition: 0.4s ease;
}

@media (min-width: 544px) {
  .c-balls__ball--is-active {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
.c-balls__ball--is-disabled {
  color: #bbbbbb;
  background: #eeeeee;
  border: 1px solid #bbbbbb;
  cursor: default;
}

@media (min-width: 544px) {
  .c-balls__ball--is-disabled {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
.c-ball {
  vertical-align: middle;
  margin: 0 7.5px 0 0;
  border-radius: 50%;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  width: 35px;
  height: 35px;
  font-weight: 900;
  font-size: 1.2em;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
}

@media (min-width: 544px) {
  .c-ball {
    font-size: 1.4rem;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}
/**
* components/_draw.scss
*/
.c-draw {
  box-shadow: inset 0px -4px 0px 0px #f2f2f2;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  background: #ffffff;
}

@media (min-width: 544px) {
  .c-draw {
    padding: 30px;
  }
}
.c-draw__title {
  font-size: 1.3em;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "montserratbold";
  margin-bottom: 7.5px;
}

@media (min-width: 992px) {
  .c-draw__title {
    font-size: 1.4em;
  }
}
.c-draw__sub-title {
  font-family: "montserratlight";
}

@media (min-width: 992px) {
  .c-draw__sub-title {
    display: block;
    font-size: 0.9em;
  }
}
/**
* components/_meta-box.scss
*/
.c-meta-box {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 0;
}

/**
* components/_meta-title.scss
*/
.c-meta-title {
  padding-bottom: 7.5px;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: gray;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
}

@media (min-width: 544px) {
  .c-meta-title {
    margin-bottom: 15px;
  }
}
/**
* components/_ball-picker.scss
*/
.c-ball-picker__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 100000;
  width: 1px;
}

.c-ball-picker__label {
  margin: 0;
}

.c-ball-picker__item {
  cursor: pointer;
}

.c-ball-picker__item--is-active {
  color: #ffffff;
  background: #353535;
  border: 1px solid #020202;
  transition: 0.4s ease;
}

@media (min-width: 544px) {
  .c-ball-picker__item--is-active {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
.c-ball-picker__item--is-disabled {
  color: #bbbbbb;
  background: #eeeeee;
  border: 1px solid #bbbbbb;
  cursor: default;
}

@media (min-width: 544px) {
  .c-ball-picker__item--is-disabled {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
  }
}
/**
* components/_svg-icon.scss
*/
.svg-icon {
  width: 100%;
  height: 100%;
}

.svg-icon--primary {
  fill: #cf2a2e;
  stroke-width: 1;
  stroke: #a52125;
}

.svg-icon--secondary {
  fill: #353535;
  stroke-width: 1;
  stroke: #1c1c1c;
}

.svg-icon--default {
  fill: #fff;
}

.svg-icon--sq-bg {
  padding: 15px;
  background: #cf2a2e;
}

.svg-icon--rd-bg {
  padding: 15px;
  border-radius: 30px;
  background: #cf2a2e;
}

/**
* components/_choice-group.scss
*/
.choice-group {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  table-layout: fixed;
  border: 1px solid #dc5054;
}

.choice-group__item {
  display: table-cell;
  padding: 15px 0;
  text-align: center;
  background: #ffffff;
  border-right: 1px solid #dc5054;
  font-weight: 900;
  color: #cf2a2e;
}

.choice-group__item:last-child {
  border-right: 0;
}

.choice-group__item:hover {
  background: #a52125;
  color: #fff;
}

.choice-group__item--is-active {
  background-color: #cf2a2e;
  color: #fff;
}

.choice-group__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/**
* components/_poster.scss
*/
.c-poster {
  display: block;
  color: #fff;
}

.c-poster__item {
  background-size: contain;
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}

/**
* components/_star-wars.scss
*/
.c-star-wars {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}

.c-star-wars__item {
  display: block;
  margin-bottom: 7.5px;
  text-transform: uppercase;
}

.c-star-wars__title {
  display: block;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 900;
}

.c-star-wars__sub-title {
  display: block;
  font-size: 1.2em;
  color: #f1babc;
}

/**
* components/_cage.scss
*/
.c-cage {
  position: relative;
  display: inline-block;
}

.c-cage__content {
  position: relative;
  width: 100%;
  display: block;
}

.c-cage__img {
  display: block;
  outline: 20px solid rgba(0, 0, 0, 0.2);
  outline-offset: -20px;
}

.c-cage__caption {
  background: rgba(0, 0, 0, 0.75);
  width: 75%;
  display: inline-block;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

/**
* components/_loaders.scss
*/
.c-loader {
  margin: 0 auto;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #cf2a2e;
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
/**
* components/_promo-bar.scss
*/
.c-promo-bar {
  background: red;
}

/**
* components/_key.scss
*/
.key {
  display: block;
  margin-bottom: 0;
  display: table;
  width: 100%;
  vertical-align: middle;
}

.key__item {
  display: table-row;
}

.key__title {
  display: table-cell;
  width: 35%;
  padding: 7.5px 0;
}

@media (min-width: 992px) {
  .key__title {
    width: 10%;
  }
}
.key__value {
  display: table-cell;
  padding: 7.5px 0;
}

/**
* components/_powerplay.scss
*/
.c-powerplay {
  background: #000;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 0 0 0 3.75px;
  font-weight: 900;
}

.c-powerplay__inverse {
  padding: 0 3.75px 0 3.75px;
  margin-left: 3.75px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 400;
}

/**
* components/_promo-bar.scss
*/
.c-promo-bar {
  position: fixed;
  visibility: visible;
  opacity: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 15px;
  background: #353535;
  border-top: 1px solid #000;
  box-shadow: 0px -2px 10px 3px rgba(0, 0, 0, 0.45);
}

.c-promo-bar--is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms, transform 800ms;
}

.c-promo-bar__container {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 544px) {
  .c-promo-bar__container {
    max-width: 544px;
  }
}
@media (min-width: 768px) {
  .c-promo-bar__container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .c-promo-bar__container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .c-promo-bar__container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .c-promo-bar__container {
    padding: 0 120px;
  }
}
.c-promo-bar__jackpot {
  font-family: montserratextra_bold;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 7.5px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

@media (min-width: 544px) {
  .c-promo-bar__jackpot {
    margin-bottom: 0;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .c-promo-bar__jackpot {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3333333333;
    display: inline-block;
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .c-promo-bar__jackpot {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
}
.c-promo-bar__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.c-promo-bar__logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  padding-right: 15px;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}

.c-promo-bar__logo svg {
  display: block;
  width: 100%;
}

.c-promo-bar__body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 2 0 0px;
      flex: 2 0 0;
}

.c-promo-bar__button {
  display: block;
}

@media (min-width: 544px) {
  .c-promo-bar__button {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .c-promo-bar__button {
    vertical-align: super;
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .c-promo-bar__button {
    padding: 10px 75px;
  }
}
.c-news-box__title {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  line-height: 1.5;
}

.c-news-box__meta {
  margin-left: 0;
  margin-bottom: 7.5px;
}

.c-news-box__meta-item {
  list-style: none;
  display: inline-block;
}

.c-news-menu__list {
  margin-left: 0;
}

.c-news-menu__img {
  height: 80px;
  object-fit: cover;
}

.c-pager {
  margin-left: 0;
  text-align: center;
}

.c-pager__item {
  list-style: none;
  display: inline-block;
  color: #999;
  font-size: 1.4em;
  padding: 0 7.5px;
}

.c-social-share__title, .c-social-share__item {
  display: inline-block;
}

.c-social-share__title {
  font-family: "montserratbold";
  color: #cf2a2e;
  text-transform: uppercase;
  margin-right: 10px;
}

.c-social-share__item {
  width: 30px;
  vertical-align: middle;
}

/**
* components/_thumbnail.scss
*/
.c-thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.c-thumbnail__img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  object-fit: cover;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 3px;
  border: 1px solid #b9b9b9;
  padding: 5px;
}

/**
* components/_avatar.scss
*/
.c-avatar {
  border-radius: 3px;
  border: 1px solid #b9b9b9;
  padding: 5px;
}

/**
 * components/custom/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
* components/_navbar.scss
*/
.navbar {
  font-family: "montserratlight";
  text-transform: uppercase;
}

.navbar__wrapper {
  display: table;
  width: 100%;
  height: auto;
}

.navbar__dropdown {
  display: inline-table;
  vertical-align: middle;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 0.7em;
  box-shadow: inset 1px 0px 0px 0px rgba(207, 42, 46, 0.3), inset -1px 0px 0px 0px rgba(207, 42, 46, 0.3), inset 0px -1px 0px 0px rgba(207, 42, 46, 0.3);
}

@media (min-width: 768px) {
  .navbar__dropdown {
    font-size: 0.7em;
  }
}
.navbar__submenu {
  display: none;
}

.navbar__submenu--is-visible {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  background-color: rgba(143, 29, 32, 0.8);
  box-shadow: inset 1px 0px 0px 0px rgba(207, 42, 46, 0.3), inset -1px 0px 0px 0px rgba(207, 42, 46, 0.3), inset 0px -1px 0px 0px rgba(207, 42, 46, 0.3);
  width: 100%;
}

.navbar__dropdown-link {
  color: #fff;
  padding: 7.5px 0;
  display: block;
}

.navbar__dropdown-link:hover, .navbar__dropdown-link:active {
  color: #f1babc;
}

.navbar__list {
  margin: 0;
  overflow: hidden;
  display: table;
  width: 100%;
}

.navbar__dropdown-item {
  position: relative;
}

.navbar__dropdown-item--parent {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.navbar__dropdown-trigger {
  vertical-align: middle;
  cursor: pointer;
  display: block;
  padding: 19.5px 0;
}

@media (min-width: 768px) {
  .navbar__dropdown-trigger {
    padding: 15px 7.5px;
  }
}
@media (min-width: 1200px) {
  .navbar__dropdown-trigger {
    padding: 30px 7.5px;
  }
}
.navbar__dropdown-trigger.is-active {
  background-color: rgba(143, 29, 32, 0.8);
}

.navbar__dropdown-trigger:after {
  content: "▼";
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.navbar__dropdown-trigger.is-active:after {
  content: "▲";
}

@media (min-width: 768px) {
  .navbar__logo {
    padding: 0;
    margin-right: 30px;
  }
}
.navbar__link {
  font-size: 1.5em;
  transition: box-shadow 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .navbar__link {
    font-size: 0.7em;
    padding: 15px 7.5px;
  }
}
@media (min-width: 992px) {
  .navbar__link {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .navbar__link {
    padding: 30px;
  }
}
.navbar__link:hover, .navbar__link--active {
  box-shadow: inset 0px -1px 0px 0px #f1babc;
  color: #f1babc;
}

.navbar--trans {
  box-shadow: inset 0px -1px 0px 0px rgba(207, 42, 46, 0.3);
}

/**
* components/_dual-heading.scss
*/
.c-dual-heading {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.c-dual-heading--signage {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #fff;
}

.c-dual-heading--signage .c-dual-heading__title {
  font-size: 1.2rem;
  /* @include origin-font-size($origin-heading-size-1);*/
  color: #fff;
}

@media (min-width: 768px) {
  .c-dual-heading--signage .c-dual-heading__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
}
.c-dual-heading--signage .c-dual-heading__sub-title {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .c-dual-heading--signage .c-dual-heading__sub-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.c-dual-heading--signage:before, .c-dual-heading--signage:after {
  content: "";
  display: table-cell;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 10%;
}

@media (min-width: 768px) {
  .c-dual-heading--signage:before, .c-dual-heading--signage:after {
    width: 20%;
  }
}
.c-dual-heading__mast {
  display: table-cell;
  text-align: center;
  width: 80%;
}

@media (min-width: 768px) {
  .c-dual-heading__mast {
    width: 60%;
  }
}
.c-dual-heading__title {
  font-family: "montserratbold";
  color: #cf2a2e;
}

.c-dual-heading__sub-title {
  font-family: "montserratultra_light";
  color: #333;
}

/**
* components/_jumbo.scss
*/
.jumbo--home {
  margin-bottom: 15px;
  padding-top: 54px;
  background-image: radial-gradient(rgba(143, 29, 32, 0.5), rgba(101, 20, 22, 0.9)), url("/img/jumbo-home2.jpg");
  background-size: cover;
  background-position: 15% 100%;
}

@media (min-width: 768px) {
  .jumbo--home {
    padding-top: 108px;
    background-position: 80% 100%;
  }
}
.jumbo__logo {
  margin-bottom: 15px;
  overflow: scroll;
  max-width: 100%;
}

.jumbo__title {
  font-weight: 400;
  display: block;
  font-size: 1.2em;
  color: #f1babc;
}

.jumbo__sub-title {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 1.2em;
}

/**
* components/custom/_draw.scss
*/
.c-draw__block {
  margin-bottom: 15px;
}

.c-draw__jackpot {
  display: block;
  text-transform: uppercase;
  font-family: "montserratextra_bold";
  font-size: 2em;
}

.c-draw--bare {
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
}

/**
* components/custom/_custom-accordion.scss
*/
@media (min-width: 992px) {
  .c-accordion {
    padding: 30px 120px 15px 120px;
  }
}
.c-accordion__title {
  text-transform: uppercase;
}

/**
* components/custom/custom-_card.scss
*/
.c-card__icon {
  margin: 0 auto;
  width: 35%;
  height: 35%;
}

.c-card__title {
  /*height: 3rem; might need to add this back  */
  line-height: 1.2;
  font-size: 1.1em;
  margin-bottom: 15px;
}

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

/**
* components/custom/_custom_how-to.scss
*/
.c-how-to {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 30px 0;
  list-style-type: none;
}

.c-how-to__step {
  overflow: hidden;
  margin-bottom: 15px;
  width: 49%;
  display: inline-table;
  table-layout: fixed;
}

@media (min-width: 992px) {
  .c-how-to__step {
    display: table-cell;
    width: 100%;
    padding-right: 15px;
  }
  .c-how-to__step:last-child {
    padding-right: 0;
  }
}
.c-how-to__item {
  font-size: 0.8em;
  margin: 0;
  display: inline-table;
  width: 100%;
}

@media (min-width: 992px) {
  .c-how-to__item {
    font-size: 0.9em;
  }
}
.c-how-to__item:before {
  display: table-cell;
  vertical-align: middle;
  content: "";
  background: url("/img/how-to-play-icons.svg") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 120px 30px;
}

@media (min-width: 992px) {
  .c-how-to__item:before {
    width: 100px;
    height: 100px;
    background-size: 400px 100px;
  }
}
.c-how-to__item--pick:before {
  background-position: 0 0;
}

.c-how-to__item--fund:before {
  background-position: -30px 0;
}

@media (min-width: 992px) {
  .c-how-to__item--fund:before {
    background-position: -100px 0;
  }
}
.c-how-to__item--proof:before {
  background-position: -60px 0;
}

@media (min-width: 992px) {
  .c-how-to__item--proof:before {
    background-position: -200px 0;
  }
}
.c-how-to__item--win:before {
  background-position: -90px 0;
}

@media (min-width: 992px) {
  .c-how-to__item--win:before {
    background-position: -300px 0;
  }
}
.c-how-to__title {
  font-family: "montserratextra_bold";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 7.5px;
  font-weight: 900;
  width: 100%;
}

@media (min-width: 992px) {
  .c-how-to__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 15px 15px 15px;
  }
}
.c-how-to__body {
  margin: 0 7.5px;
}

@media (min-width: 992px) {
  .c-how-to__body {
    margin: 0 15px;
  }
}
.c-how-to--conveyor:after {
  content: "flickity";
  display: none; /* hide :after */
}

@media (min-width: 992px) {
  .c-how-to--conveyor:after {
    content: "";
  }
}
/**
* components/custom/_custom-stepper.scss
*/
.c-stepper {
  margin: 15px 0;
  text-align: center;
}

.c-stepper__item {
  width: 100%;
}

.c-stepper__title {
  margin: 15px 0;
}

.c-stepper__desc {
  margin: 0;
}

.c-stepper:after {
  content: "flickity";
  display: none; /* hide :after */
}

@media (min-width: 992px) {
  .c-stepper:after {
    content: "";
  }
}
.c-stepper .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  top: 40%;
  background: #215c6f;
}

/**
* components/_promo.scss
*/
.c-promo {
  margin-bottom: 30px;
  width: 100%;
}

.c-promo--secondary {
  color: #ffffff;
  background: #215c6f;
  background: radial-gradient(circle, #215c6f, black);
}

.c-promo--digital {
  background: radial-gradient(rgba(28, 79, 95, 0.75), #0a1b20), url("/img/digital-bg.jpg");
  background-size: cover;
  background-position: bottom center;
}

.c-promo--money {
  color: #fff;
  background: radial-gradient(rgba(28, 79, 95, 0.75), #0a1b20), url("/img/money-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.c-promo--dull {
  background: #ebe9e9;
}

.c-promo--lotto {
  background: radial-gradient(rgba(27, 76, 91, 0.9), #040b0d), url("/img/lotto-pattern.svg");
  background-repeat: repeat;
  color: #ddeff5;
}

.c-promo--breakout {
  margin-left: -100%;
  margin-right: -100%;
  width: auto;
}

/**
* components/_messages.scss
*/
.c-message--fadein {
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
* components/_promo.scss
*/
.c-updating {
  height: 0.8em;
  width: 0.8em;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  animation: blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from {
    border: 2px solid #8fb339;
    background: transparent;
  }
  to {
    border: 2px solid transparent;
    background: #8fb339;
  }
}
/**
* components/_promo.scss
*/
/**
* components/custom/_custom-sort-table-icons.scss
*/
.c-sort-table-icons {
  background: green;
}

/**
* components/custom/_custom-band.scss
*/
.c-band--subtle {
  background: #ebe9e9;
}

/**
* components/custom/custom_section-header.scss
*/
/*
IMPRoVE: IE9 HAS ISSUES WITH MULTIPLE BACKGROUNDS;
offset is a magic number!
*/
.section-header--top {
  padding: 69px 0 0 0;
  background-image: radial-gradient(rgba(143, 29, 32, 0.5), rgba(101, 20, 22, 0.9)), url("/img/jumbo-home2.jpg");
  background-size: cover;
  background-position: 0% 70%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-header--top {
    padding-top: 93.5px;
  }
}
.section-header__icon {
  width: 50px;
  height: 50px;
}

@media (min-width: 544px) {
  .section-header__icon {
    width: 100px;
    height: 100px;
  }
}
/**
* components/_promo.scss
*/
/**
* components/custom/_timeline.scss
*/
.c-timeline {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.c-timeline__date {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  font-family: "montserratregular";
  display: block;
  margin-bottom: 15px;
}

/**
* components/custom/custom-_important.scss
*/
.c-important {
  display: table;
  padding: 15px;
  font-size: 1.5rem;
  border: 5px solid #ffbf69;
  border-radius: 3px;
  background-color: #ff9f1c;
  color: #fff;
}

.c-important:before {
  display: table-cell;
  text-align: center;
  width: 25%;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  font-size: 2em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e002";
}

@media (min-width: 768px) {
  .c-important:before {
    width: 15%;
  }
}
/**
* components/custom/_custom_to-top.scss
*/
.c-ajax-overlay {
  background: black;
  z-index: 200;
  height: 100%;
  position: absolute;
  padding-top: 60px;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  height: 100%;
  width: 100%;
  top: 0;
  display: block;
}

/**
* components/custom/_custom_to-top.scss
*/
.c-to-top {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  font-size: 40px;
  vertical-align: middle;
  line-height: 40px;
  transition: visibility 0s, opacity 0.5s ease;
}

.c-to-top--is-visible {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: pointer;
}

.c-to-top--is-hidden {
  visibility: hidden;
  opacity: 0;
}

.c-to-top:active {
  background: #cf2a2e;
}

.c-to-top__icon {
  color: #fff;
}

/**
* components/custom/_custom-band.scss
*/
.c-footer {
  position: relative;
}

.c-footer__header-img {
  background: url("/img/mexico-city-skyline.svg") repeat-x bottom;
  background-size: contain;
  height: 50px;
  display: block;
}

.c-footer__header-img--merge {
  background-color: transparent;
}

.c-footer__body {
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  padding: 45px 0 15px 0;
  background-color: #353535;
}

.c-footer__link {
  color: #ffb400;
  font-weight: 900;
}

.c-footer__link:hover {
  color: #cc9000;
}

/* ==========================================================================
   Trumps
   ========================================================================== */
/**
 * Helper classes and overrides.
 */
/**
 * trumps/_main.scss
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/**
* components/_utilities.scss
*/
/*
IMPROVE - .u-text-money ....why display:block?
*/
.u-is-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

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

.u-center-align {
  margin: 0 auto;
  text-align: center;
}

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

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

@media (min-width: 1200px) {
  .u-pull-right--xl {
    float: right !important;
  }
}
.u-list-reset {
  padding: 0 0 0 7.5px;
  margin: 0;
}

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

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

.u-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.u-text-money {
  color: #cf2a2e;
}

.u-text-large {
  font-size: 2.2em;
  line-height: 1;
}

.u-lead-text {
  font-size: 1.3em;
  font-family: "montserratregular";
  line-height: 1.7;
}

.u-navbar-offset {
  margin-top: 54px;
}

.u-micro {
  font-family: "montserratregular";
  font-size: 0.6em;
}

.u-deci {
  font-family: "montserratultra_light";
  font-size: 0.7em;
}

.u-giga {
  font-family: "montserratextra_bold";
  font-size: 2em;
}

@media (min-width: 768px) {
  .u-giga {
    font-size: 4em;
  }
}
.u-mega {
  font-family: "montserratextra_bold";
  font-size: 1.8em;
}

@media (min-width: 768px) {
  .u-mega {
    font-size: 3em;
  }
}
.u-kilo {
  font-family: "montserratextra_bold";
  font-size: 1.6em;
}

@media (min-width: 768px) {
  .u-kilo {
    font-size: 2em;
  }
}
.u-h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}

.u-h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

.u-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.u-h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.u-h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.u-h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

/*
Some spacing and width utilities
 */
.u-margin-bottom {
  margin-bottom: 15px;
}

.u-margin-right {
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .u-margin-right--xl {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .u-width-50--xl {
    width: 50% !important;
  }
}
.u-margin-left {
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .u-margin-left--xl {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .u-width-50--xl {
    width: 50% !important;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
* components/_js-hooks.scss
*/
.js-is-visible {
  display: block;
}