/*============================================================================
[replace with theme name] | Built with Slate
- You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
Grid Breakpoints and Class Names
- Do not change the variable names
==============================================================================*/
/*============================================================================
Generate breakpoint-specific column widths and push classes
- Default column widths: $breakpoint-has-widths: ($small, $medium-up);
- Default is no push classes
- Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none; }

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 1099px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: white;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
Fast Tap
enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
Skip to content button
- Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
Grid
- Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
Reversed grids allow you to structure your source in the opposite
order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
Grid Columns
- Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

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

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

  .small--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1099px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.33333%; }

  .medium-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.66667%; }

  .medium-down--two-sixths {
    width: 33.33333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.66667%; }

  .medium-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.33333%; }

  .medium-down--two-twelfths {
    width: 16.66667%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.33333%; }

  .medium-down--five-twelfths {
    width: 41.66667%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.33333%; }

  .medium-down--eight-twelfths {
    width: 66.66667%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.33333%; }

  .medium-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-down--one-half:nth-child(2n+1),
  .grid--uniform .medium-down--one-third:nth-child(3n+1),
  .grid--uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-down--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

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

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

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) and (max-width: 1099px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.33333%; }

  .medium--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%; }

  .medium--two-sixths {
    width: 33.33333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.66667%; }

  .medium--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.33333%; }

  .medium--two-twelfths {
    width: 16.66667%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.33333%; }

  .medium--five-twelfths {
    width: 41.66667%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.33333%; }

  .medium--eight-twelfths {
    width: 66.66667%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.33333%; }

  .medium--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--one-eighth:nth-child(8n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

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

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

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

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

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

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1100px) and (max-width: 1399px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.33333%; }

  .large--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.66667%; }

  .large--two-sixths {
    width: 33.33333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.66667%; }

  .large--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.33333%; }

  .large--two-twelfths {
    width: 16.66667%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.33333%; }

  .large--five-twelfths {
    width: 41.66667%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.33333%; }

  .large--eight-twelfths {
    width: 66.66667%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.33333%; }

  .large--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

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

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

  .large--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1100px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%; }

  .large-up--three-sixths {
    width: 50%; }

  .large-up--four-sixths {
    width: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--two-eighths {
    width: 25%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--four-eighths {
    width: 50%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--six-eighths {
    width: 75%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--two-tenths {
    width: 20%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--four-tenths {
    width: 40%; }

  .large-up--five-tenths {
    width: 50%; }

  .large-up--six-tenths {
    width: 60%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--eight-tenths {
    width: 80%; }

  .large-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

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

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

  .large-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 1099px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-down--push-one-third {
    left: 33.33333%; }

  .medium-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-down--push-one-quarter {
    left: 25%; }

  .medium-down--push-two-quarters {
    left: 50%; }

  .medium-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-down--push-one-fifth {
    left: 20%; }

  .medium-down--push-two-fifths {
    left: 40%; }

  .medium-down--push-three-fifths {
    left: 60%; }

  .medium-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-down--push-one-sixth {
    left: 16.66667%; }

  .medium-down--push-two-sixths {
    left: 33.33333%; }

  .medium-down--push-three-sixths {
    left: 50%; }

  .medium-down--push-four-sixths {
    left: 66.66667%; }

  .medium-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-down--push-one-eighth {
    left: 12.5%; }

  .medium-down--push-two-eighths {
    left: 25%; }

  .medium-down--push-three-eighths {
    left: 37.5%; }

  .medium-down--push-four-eighths {
    left: 50%; }

  .medium-down--push-five-eighths {
    left: 62.5%; }

  .medium-down--push-six-eighths {
    left: 75%; }

  .medium-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-down--push-one-tenth {
    left: 10%; }

  .medium-down--push-two-tenths {
    left: 20%; }

  .medium-down--push-three-tenths {
    left: 30%; }

  .medium-down--push-four-tenths {
    left: 40%; }

  .medium-down--push-five-tenths {
    left: 50%; }

  .medium-down--push-six-tenths {
    left: 60%; }

  .medium-down--push-seven-tenths {
    left: 70%; }

  .medium-down--push-eight-tenths {
    left: 80%; }

  .medium-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-down--push-one-twelfth {
    left: 8.33333%; }

  .medium-down--push-two-twelfths {
    left: 16.66667%; }

  .medium-down--push-three-twelfths {
    left: 25%; }

  .medium-down--push-four-twelfths {
    left: 33.33333%; }

  .medium-down--push-five-twelfths {
    left: 41.66667%; }

  .medium-down--push-six-twelfths {
    left: 50%; }

  .medium-down--push-seven-twelfths {
    left: 58.33333%; }

  .medium-down--push-eight-twelfths {
    left: 66.66667%; }

  .medium-down--push-nine-twelfths {
    left: 75%; }

  .medium-down--push-ten-twelfths {
    left: 83.33333%; }

  .medium-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) and (max-width: 1099px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium--push-one-third {
    left: 33.33333%; }

  .medium--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium--push-one-quarter {
    left: 25%; }

  .medium--push-two-quarters {
    left: 50%; }

  .medium--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium--push-one-fifth {
    left: 20%; }

  .medium--push-two-fifths {
    left: 40%; }

  .medium--push-three-fifths {
    left: 60%; }

  .medium--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium--push-one-sixth {
    left: 16.66667%; }

  .medium--push-two-sixths {
    left: 33.33333%; }

  .medium--push-three-sixths {
    left: 50%; }

  .medium--push-four-sixths {
    left: 66.66667%; }

  .medium--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium--push-one-eighth {
    left: 12.5%; }

  .medium--push-two-eighths {
    left: 25%; }

  .medium--push-three-eighths {
    left: 37.5%; }

  .medium--push-four-eighths {
    left: 50%; }

  .medium--push-five-eighths {
    left: 62.5%; }

  .medium--push-six-eighths {
    left: 75%; }

  .medium--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium--push-one-tenth {
    left: 10%; }

  .medium--push-two-tenths {
    left: 20%; }

  .medium--push-three-tenths {
    left: 30%; }

  .medium--push-four-tenths {
    left: 40%; }

  .medium--push-five-tenths {
    left: 50%; }

  .medium--push-six-tenths {
    left: 60%; }

  .medium--push-seven-tenths {
    left: 70%; }

  .medium--push-eight-tenths {
    left: 80%; }

  .medium--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium--push-one-twelfth {
    left: 8.33333%; }

  .medium--push-two-twelfths {
    left: 16.66667%; }

  .medium--push-three-twelfths {
    left: 25%; }

  .medium--push-four-twelfths {
    left: 33.33333%; }

  .medium--push-five-twelfths {
    left: 41.66667%; }

  .medium--push-six-twelfths {
    left: 50%; }

  .medium--push-seven-twelfths {
    left: 58.33333%; }

  .medium--push-eight-twelfths {
    left: 66.66667%; }

  .medium--push-nine-twelfths {
    left: 75%; }

  .medium--push-ten-twelfths {
    left: 83.33333%; }

  .medium--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1100px) and (max-width: 1399px) {
  /* Halves */
  .large--push-one-half {
    left: 50%; }

  /* Thirds */
  .large--push-one-third {
    left: 33.33333%; }

  .large--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%; }

  .large--push-two-quarters {
    left: 50%; }

  .large--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%; }

  .large--push-two-fifths {
    left: 40%; }

  .large--push-three-fifths {
    left: 60%; }

  .large--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.66667%; }

  .large--push-two-sixths {
    left: 33.33333%; }

  .large--push-three-sixths {
    left: 50%; }

  .large--push-four-sixths {
    left: 66.66667%; }

  .large--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%; }

  .large--push-two-eighths {
    left: 25%; }

  .large--push-three-eighths {
    left: 37.5%; }

  .large--push-four-eighths {
    left: 50%; }

  .large--push-five-eighths {
    left: 62.5%; }

  .large--push-six-eighths {
    left: 75%; }

  .large--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%; }

  .large--push-two-tenths {
    left: 20%; }

  .large--push-three-tenths {
    left: 30%; }

  .large--push-four-tenths {
    left: 40%; }

  .large--push-five-tenths {
    left: 50%; }

  .large--push-six-tenths {
    left: 60%; }

  .large--push-seven-tenths {
    left: 70%; }

  .large--push-eight-tenths {
    left: 80%; }

  .large--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.33333%; }

  .large--push-two-twelfths {
    left: 16.66667%; }

  .large--push-three-twelfths {
    left: 25%; }

  .large--push-four-twelfths {
    left: 33.33333%; }

  .large--push-five-twelfths {
    left: 41.66667%; }

  .large--push-six-twelfths {
    left: 50%; }

  .large--push-seven-twelfths {
    left: 58.33333%; }

  .large--push-eight-twelfths {
    left: 66.66667%; }

  .large--push-nine-twelfths {
    left: 75%; }

  .large--push-ten-twelfths {
    left: 83.33333%; }

  .large--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1100px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }

  .large-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }

  .large-up--push-two-quarters {
    left: 50%; }

  .large-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }

  .large-up--push-two-fifths {
    left: 40%; }

  .large-up--push-three-fifths {
    left: 60%; }

  .large-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }

  .large-up--push-two-sixths {
    left: 33.33333%; }

  .large-up--push-three-sixths {
    left: 50%; }

  .large-up--push-four-sixths {
    left: 66.66667%; }

  .large-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%; }

  .large-up--push-two-eighths {
    left: 25%; }

  .large-up--push-three-eighths {
    left: 37.5%; }

  .large-up--push-four-eighths {
    left: 50%; }

  .large-up--push-five-eighths {
    left: 62.5%; }

  .large-up--push-six-eighths {
    left: 75%; }

  .large-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }

  .large-up--push-two-tenths {
    left: 20%; }

  .large-up--push-three-tenths {
    left: 30%; }

  .large-up--push-four-tenths {
    left: 40%; }

  .large-up--push-five-tenths {
    left: 50%; }

  .large-up--push-six-tenths {
    left: 60%; }

  .large-up--push-seven-tenths {
    left: 70%; }

  .large-up--push-eight-tenths {
    left: 80%; }

  .large-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }

  .large-up--push-two-twelfths {
    left: 16.66667%; }

  .large-up--push-three-twelfths {
    left: 25%; }

  .large-up--push-four-twelfths {
    left: 33.33333%; }

  .large-up--push-five-twelfths {
    left: 41.66667%; }

  .large-up--push-six-twelfths {
    left: 50%; }

  .large-up--push-seven-twelfths {
    left: 58.33333%; }

  .large-up--push-eight-twelfths {
    left: 66.66667%; }

  .large-up--push-nine-twelfths {
    left: 75%; }

  .large-up--push-ten-twelfths {
    left: 83.33333%; }

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ Default color styles ================*/
h1, h2, h3, h4, h5, h6 {
  color: white; }

a {
  color: #cb0000; }

p, span, small {
  color: white; }

/*================ General layout styles ================*/
body,
html {
  background-color: #000;
  font-family: "Montserrat", sans-serif; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 1400px) {
    .page-width {
      width: 100%;
      max-width: 1400px; } }
  @media screen and (max-width: 1099px) {
    .page-width {
      padding: 0 10px; } }

ul {
  list-style-type: none; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
A generic way to visually hide content while
remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }

/*============================================================================
Form scaffolding
- Selectors setup for you to style form elements how you want
- Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/2419/7951/t/2/assets/ico-select.svg?v=1211668890855505468);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.header-container {
  position: relative;
  margin: 0;
  padding: 0;
  height: 110px;
  z-index: 9000; }
  @media screen and (max-width: 468px) {
    .header-container {
      height: 40px; } }

/*================ Sub Header ================*/
.sub-header {
  position: absolute;
  top: 0;
  float: left;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0; }

.customer-welcome {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 50px;
  font-size: 12px; }
  .customer-welcome ul {
    margin: 0;
    padding: 0; }
  .customer-welcome li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0; }
  .customer-welcome a {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
    transition: all 200ms ease-in-out; }
  .customer-welcome i {
    font-size: 14px;
    margin-right: 4px; }
  .customer-welcome p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 10px; }

.header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  height: 50px;
  font-size: 12px; }
  .header-social ul {
    margin: 0;
    padding: 0; }
  .header-social li {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0; }
  .header-social a {
    margin: 0;
    padding: 0;
    transition: all 200ms ease-in-out; }

/*================ Main Header ================*/
.mainheader {
  position: relative;
  top: 50px;
  float: left;
  clear: left;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0; }

.main-nav, .main-nav-right {
  margin: 0;
  padding: 0;
  height: 60px;
  font-size: 12px;
  font-weight: 700; }
  .main-nav ul, .main-nav-right ul {
    margin: 0;
    padding: 0; }
  .main-nav li, .main-nav-right li {
    display: inline-block;
    margin: 0 27px 0 0;
    padding: 0;
    height: 60px; }
    @media screen and (min-width: 1400px) {
      .main-nav li, .main-nav-right li {
        margin-right: 40px; } }
  .main-nav a, .main-nav-right a {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 200ms ease-in-out; }

.main-nav-right {
  justify-content: flex-end; }
  .main-nav-right li {
    margin: 0 0 0 20px; }
    @media screen and (min-width: 1400px) {
      .main-nav-right li {
        margin-left: 40px; } }

.logo-container {
  margin: -40px auto 0 auto;
  padding: 0;
  text-align: center; }

.logo-container-left {
  margin: 0;
  padding: 0; }

.site-logo {
  display: inline-block;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  height: 130px;
  border-radius: 500px; }
  .site-logo img {
    margin: 0;
    padding: 0;
    max-height: 100%; }

.logo-container-left .site-logo {
  height: 100px;
  padding: 15px; }

.secondary-nav {
  margin: 0;
  padding: 0;
  height: 60px;
  font-size: 12px;
  font-weight: 700; }
  .secondary-nav ul {
    margin: 0;
    padding: 0; }
  .secondary-nav li {
    display: inline-block;
    margin: 0 0 0 27px;
    padding: 0;
    height: 60px; }
    @media screen and (min-width: 1400px) {
      .secondary-nav li {
        margin-left: 35px; } }
  .secondary-nav a {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 200ms ease-in-out; }

/*================ Dropdowns ================*/
.site-nav--has-centered-dropdown {
  position: static; }

.site-nav__dropdown {
  display: none;
  max-width: 1100px;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 9000;
  background-color: transparent;
  transition: all 200ms ease-in-out; }
  .site-nav__dropdown .site-nav__link {
    text-align: left !important;
    margin: 0;
    padding: 0 !important; }
  .site-nav__dropdown ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .site-nav__dropdown li {
    display: block !important;
    min-width: 100px;
    width: 100%;
    margin: 0 0 2px 0 !important;
    padding: 8px 10px !important;
    height: auto !important;
    transition: all 200ms ease-in-out; }
  .site-nav__dropdown a {
    margin: 0;
    padding: 0;
    height: 2em; }

.site-nav--has-dropdown:hover .site-nav__dropdown {
  display: block; }

.icon-arrow-down {
  width: 8px;
  height: 8px; }
  .site-nav--active-dropdown .icon-arrow-down {
    transform: rotateZ(-180deg); }

.teams-link:hover .teams-dropdown-container {
  max-height: 70px; }

.teams-dropdown-container {
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-height: 0;
  background-color: red;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  transition: all 200ms ease-in-out; }

.teams-dropdown-position {
  display: flex; }

.teams-dropdown-link {
  margin: 0 10px;
  padding: 0; }
  .teams-dropdown-link img {
    max-height: 50px;
    margin: 0;
    padding: 0; }

/*============================================================================
#Mobile Nav
- List of items inside the mobile drawer
==============================================================================*/
.mobile-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 7em;
  z-index: 9000; }
  @media screen and (max-width: 468px) {
    .mobile-header {
      height: 40px; } }

.mobile-nav {
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
  height: 3em; }

.mobile-logo {
  height: 85px;
  display: flex;
  align-items: center;
  padding-left: 20px; }
  .mobile-logo img {
    max-height: 60px; }

.mobile-navigation {
  height: 85px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: right !important;
  text-align: right !important;
  padding-right: 20px; }

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9995;
  top: 0;
  right: 0;
  overflow-y: hidden;
  transition: 0.5s; }
  .overlay ul {
    list-style-type: none; }

.overlay-content {
  position: relative;
  top: 6%;
  width: 100%;
  text-align: center;
  margin-top: 15px; }
  .overlay-content ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .overlay-content li {
    width: 48%;
    float: left;
    margin: 5px 1%;
    padding: 10px; }
  .overlay-content a {
    text-transform: uppercase;
    text-align: center !important; }

.overlay p {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #C21022; }

.overlay ul {
  float: left;
  clear: both;
  margin-bottom: 20px !important; }

.overlay a {
  padding: 2px 8px;
  text-decoration: none;
  font-size: 12px;
  display: block;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #C21022; }

.mobile-partners {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .mobile-partners div {
    max-width: 10%;
    display: inline-block;
    margin: 0 5px;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .mobile-partners div {
        max-width: 20%; } }

.overlay .closebtn {
  position: absolute;
  top: -10px;
  right: 5px;
  float: right;
  font-size: 40px; }

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto; }

  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
/*================ Footer ================*/
footer {
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  height: 300px; }
  @media screen and (max-width: 1099px) {
    footer {
      height: 460px; } }
  @media screen and (max-width: 468px) {
    footer {
      height: 390px; } }

.footer-partner-position {
  position: absolute;
  top: 1em;
  width: 100%;
  height: 5em;
  margin: 0;
  padding: 0; }

.partner-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  touch-action: pan-y;
  height: 50px; }
  .partner-slider img {
    max-height: 50px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 468px) {
      .partner-slider img {
        padding: 0 8px; } }
  .partner-slider button[role="button"]:focus {
    outline: 0;
    border-color: transparent; }
  .partner-slider .slick-list {
    display: inline-block; }
  .partner-slider .slick-prev, .partner-slider .slick-next {
    position: relative;
    top: -15px;
    display: inline-block;
    font-size: 32px;
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
    margin: -10px 0 0 0;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .partner-slider .slick-prev, .partner-slider .slick-next {
        top: 0; } }

.footer-container {
  position: absolute;
  top: 110px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  height: 190px; }
  @media screen and (max-width: 1099px) {
    .footer-container {
      height: 350px; } }
  @media screen and (max-width: 468px) {
    .footer-container {
      top: 85px;
      height: 310px; } }

.footer_primary-logo, .footer_secondary-logo {
  margin: 0;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px; }
  @media screen and (max-width: 1099px) {
    .footer_primary-logo, .footer_secondary-logo {
      margin-bottom: 10px; } }
  @media screen and (max-width: 468px) {
    .footer_primary-logo, .footer_secondary-logo {
      height: 130px; } }
  .footer_primary-logo img, .footer_secondary-logo img {
    max-height: 100px;
    margin: 0;
    padding: 0; }

.footer_nav-one, .footer_nav-two, .footer_nav-three {
  margin: 0;
  padding: 0 20px;
  height: 150px; }
  @media screen and (max-width: 1099px) {
    .footer_nav-one, .footer_nav-two, .footer_nav-three {
      margin-bottom: 10px; } }
  @media screen and (max-width: 468px) {
    .footer_nav-one, .footer_nav-two, .footer_nav-three {
      height: 130px; } }
  .footer_nav-one h3, .footer_nav-two h3, .footer_nav-three h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .footer_nav-one ul, .footer_nav-two ul, .footer_nav-three ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer_nav-one li, .footer_nav-two li, .footer_nav-three li {
    float: left;
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0; }
  .footer_nav-one a, .footer_nav-two a, .footer_nav-three a {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }

.footer_social {
  margin: 0;
  padding: 0 20px;
  height: 150px; }
  @media screen and (max-width: 1099px) {
    .footer_social {
      margin-bottom: 10px; } }
  @media screen and (max-width: 468px) {
    .footer_social {
      height: 130px; } }
  .footer_social h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .footer_social ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer_social li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0; }
  .footer_social a {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .footer_social a {
        font-size: 20px; } }

.sub-footer {
  float: left;
  clear: both;
  margin: 0;
  padding: 10px 0;
  width: 100%; }
  .sub-footer small {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    width: 50%; }

/*================ SECTIONS ================*/
.main-section {
  position: relative;
  margin: -125px 0 0 0;
  padding: 0;
  z-index: 2; }
  @media screen and (max-width: 468px) {
    .main-section {
      display: inline-block;
      margin: -75px 0 20px 0; } }

.sidebar-section {
  position: relative;
  padding: 0 0 0 20px;
  z-index: 3; }
  @media screen and (max-width: 468px) {
    .sidebar-section {
      display: inline-block;
      margin: 0 !important;
      padding: 0; } }

/*================ Hero Section ================*/
.hero-container {
  position: relative;
  margin: -21px 0 0 0;
  padding: 0;
  width: 100%;
  height: 60em;
  z-index: 1; }
  @media screen and (min-width: 1400px) {
    .hero-container {
      height: 72em; } }
  @media screen and (max-width: 468px) {
    .hero-container {
      margin: 70px 0 0 0;
      top: 0;
      height: 40em; } }

.hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1400px) {
    .hero-image {
      background-size: 100%;
      background-position: top center; } }
  @media screen and (max-width: 1099px) {
    .hero-image {
      background-size: cover;
      background-position: top center; } }
  @media screen and (max-width: 468px) {
    .hero-image {
      top: -30px;
      background-size: cover;
      background-position: center center; } }

.hero-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, black);
  opacity: 1; }

.hero-content-position {
  position: absolute;
  top: 5.5em;
  left: 0;
  width: 100%;
  height: 30em;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1400px) {
    .hero-content-position {
      top: 5em;
      height: 40em; } }
  @media screen and (max-width: 468px) {
    .hero-content-position {
      height: 20em; } }

.hero-content {
  display: flex;
  align-items: center;
  height: 30em;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1400px) {
    .hero-content {
      height: 40em; } }
  @media screen and (max-width: 468px) {
    .hero-content {
      height: 20em;
      overflow: hidden; } }
  .hero-content .hero-tag {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 8px;
    text-transform: uppercase; }
  .hero-content a h1 {
    width: 75%;
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 60px;
    margin: 0 0 10px 0;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .hero-content a h1 {
        font-size: 28px;
        line-height: 30px;
        width: 90%; } }
    .hero-content a h1.h1-center {
      width: 100%; }
  .hero-content .hero-excerpt {
    width: 75%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .hero-content .hero-excerpt {
        font-size: 12px;
        line-height: 14px;
        width: 90%; } }
    .hero-content .hero-excerpt.p-center {
      width: 100%; }
  .hero-content span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out; }
    .hero-content span i {
      margin-left: 10px; }

.hero-partner-position {
  position: absolute;
  top: 37em;
  width: 100%;
  height: 5em;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1400px) {
    .hero-partner-position {
      top: 48em; } }
  @media screen and (max-width: 468px) {
    .hero-partner-position {
      top: 30em; } }

.partner-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  touch-action: pan-y; }
  .partner-slider img {
    max-height: 50px;
    margin: 0 auto;
    text-align: center; }
  .partner-slider button[role="button"]:focus {
    outline: 0;
    border-color: transparent; }
  .partner-slider .slick-list {
    width: 80%;
    display: inline-block; }
  .partner-slider .slick-prev, .partner-slider .slick-next {
    display: inline-block;
    font-size: 32px;
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
    width: 7%; }

/*================ Result/Upcoming Section ================*/
.latest-result {
  position: relative;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 468px) {
    .latest-result {
      display: inline-block;
      margin: 0 0 20px 0; } }
  .latest-result h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .latest-result .score {
    float: left;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 45%;
    text-align: center; }
    .latest-result .score p {
      font-size: 48px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
  .latest-result .versus {
    float: left;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 10%;
    text-align: center; }
    .latest-result .versus p {
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
  .latest-result .opponent {
    float: left;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 45%;
    text-align: center; }
    .latest-result .opponent img {
      margin: 0 auto;
      padding: 0;
      max-height: 80px;
      text-align: center; }
  .latest-result .game-logo {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 80%;
    height: 80px; }
    @media screen and (max-width: 1099px) {
      .latest-result .game-logo {
        width: 70%; } }
    .latest-result .game-logo img {
      margin: 0;
      padding: 0;
      max-height: 60px; }
  .latest-result .game-date {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 80px; }
    @media screen and (max-width: 1099px) {
      .latest-result .game-date {
        width: 30%; } }
    .latest-result .game-date p {
      font-size: 12px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      width: 70%;
      text-align: center; }
  .latest-result .game-name {
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: 32px;
    text-align: center; }
    .latest-result .game-name p {
      font-size: 12px;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }

.upcoming-event {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px; }
  @media screen and (max-width: 468px) {
    .upcoming-event {
      padding: 0; } }
  .upcoming-event h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }

.event-container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 232px; }
  .event-container .event-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0; }
  .event-container .event-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center; }
    .event-container .event-info p {
      font-size: 12px;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }

/*================ News Section ================*/
.news-container {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%; }
  .news-container h3 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .news-container a {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }

.blog-block {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  height: 220px; }
  .blog-block a {
    width: 100%;
    display: block; }
  .blog-block .blog-photo {
    display: block;
    float: left;
    width: 40%;
    height: 218px;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .blog-block .blog-photo div {
    width: 100%;
    height: 218px;
    background-size: cover;
    background-position: center center;
    transition: all 800ms ease-in-out; }
    .blog-block .blog-photo div:hover {
      transform: scale(1.5, 1.5); }
  .blog-block .blog-content {
    float: left;
    width: 60%;
    height: 220px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 26px; }
    @media screen and (max-width: 468px) {
      .blog-block .blog-content {
        padding: 0 10px; } }
    .blog-block .blog-content .blog-info {
      margin: 0;
      padding: 0;
      width: 100%; }
    .blog-block .blog-content h2 {
      font-size: 20px;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%; }
      @media screen and (max-width: 1099px) {
        .blog-block .blog-content h2 {
          font-size: 16px; } }
    .blog-block .blog-content p {
      font-size: 12px;
      text-transform: none;
      margin: 0 0 24px 0;
      padding: 0;
      width: 100%; }
      @media screen and (max-width: 468px) {
        .blog-block .blog-content p {
          margin: 0; } }
    .blog-block .blog-content small {
      float: left;
      display: inline-block;
      font-size: 11px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      width: 50%; }
    .blog-block .blog-content span {
      float: right;
      display: inline-block;
      text-align: right;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      width: 50%; }

/*================ Latest Videos Section ================*/
.videos-container {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%; }
  .videos-container h3 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .videos-container .view-all {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .videos-container ul {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%; }
    .videos-container ul li {
      display: inline-block;
      margin: 0 1% 0 0;
      padding: 0;
      width: 32%; }
      @media screen and (max-width: 468px) {
        .videos-container ul li {
          margin: 0 0 10px 0;
          width: 100%; } }
  .videos-container li:last-child {
    margin-right: 0; }

.video-block {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 10em; }
  @media screen and (max-width: 1099px) {
    .video-block {
      height: 15em; } }

.video-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0; }

.video-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: center; }
  .video-content h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }

/*================ Home Sidebar ================*/
.twitter-sidebar {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%; }
  .twitter-sidebar h3 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .twitter-sidebar .twitter-feed {
    float: left;
    clear: left;
    margin: 0;
    padding: 5px;
    width: 100%;
    min-height: 300px;
    overflow: hidden; }

.instagram-sidebar {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%; }
  .instagram-sidebar h3 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .instagram-sidebar .instagram-feed {
    float: left;
    clear: left;
    margin: 0;
    padding: 5px;
    width: 100%; }

.youtube-sidebar {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%; }
  .youtube-sidebar h3 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  .youtube-sidebar .youtube-feed {
    float: left;
    clear: left;
    margin: 0;
    padding: 5px;
    width: 100%; }

.featuredStreams {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%; }
  .featuredStreams h3 {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }

.streamer-modal {
  margin: 0;
  padding: 0;
  width: 100%; }
  .streamer-modal ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .streamer-modal .stream-entry {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    height: 70px; }
    .streamer-modal .stream-entry img {
      max-height: 50px; }
    .streamer-modal .stream-entry .steam-avatar {
      float: left;
      height: 4em;
      margin-right: 10px !important; }
    .streamer-modal .stream-entry .stream-username {
      color: #FFFFFF;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0; }
    .streamer-modal .stream-entry .stream-viewers {
      text-transform: uppercase;
      font-size: 12px;
      margin: 0; }
      @media screen and (max-width: 468px) {
        .streamer-modal .stream-entry .stream-viewers {
          font-size: 12px; } }

.ad-container {
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%; }

/*================ Interior Pages ================*/
.interior-pages {
  position: relative;
  margin: 0;
  padding: 30px 0;
  width: 100%; }
  @media screen and (max-width: 468px) {
    .interior-pages {
      margin-top: 45px;
      padding-top: 10px; } }
  .interior-pages h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0; }

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50em;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.25;
  margin: 0;
  padding: 0;
  z-index: 0; }
  @media screen and (min-width: 1400px) {
    .page-bg {
      height: 1000px; } }

.page-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50em;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, black);
  opacity: 1; }
  @media screen and (min-width: 1400px) {
    .page-bg:before {
      height: 1000px; } }

.page-position {
  position: relative;
  margin: 50px 0 0 0;
  padding: 0;
  z-index: 10 !important; }

/*================ Blogs ================*/
/*================ Full Blogs ================*/
.blog-container {
  margin: 0;
  padding: 0; }

.blog-block-full {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  height: 220px;
  background-color: rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 1400px) {
    .blog-block-full {
      padding-left: 5px; } }
  .blog-block-full a {
    width: 100%;
    display: block; }
  .blog-block-full .blog-image {
    float: left;
    width: 40%;
    height: 218px;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center center; }
  .blog-block-full .blog-content {
    float: left;
    width: 60%;
    height: 220px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 26px; }
    @media screen and (max-width: 468px) {
      .blog-block-full .blog-content {
        padding: 0 10px; } }
    .blog-block-full .blog-content .blog-info {
      margin: 0;
      padding: 0;
      width: 100%; }
    .blog-block-full .blog-content h3 {
      font-size: 20px;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%; }
      @media screen and (max-width: 1099px) {
        .blog-block-full .blog-content h3 {
          font-size: 16px; } }
    .blog-block-full .blog-content p {
      font-size: 12px;
      text-transform: none;
      margin: 0 0 24px 0;
      padding: 0;
      width: 100%; }
      @media screen and (max-width: 468px) {
        .blog-block-full .blog-content p {
          margin: 0; } }
    .blog-block-full .blog-content small {
      float: left;
      display: inline-block;
      font-size: 11px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      width: 50%; }
    .blog-block-full .blog-content span {
      float: right;
      display: inline-block;
      text-align: right;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      width: 50%; }

/*================ Quarter Blogs ================*/
.blog-block-container {
  float: left;
  width: 25%;
  margin: 0 0 12px 0;
  padding: 0; }

.blog-roll-block {
  position: relative;
  margin: 0;
  padding: 0;
  width: 96%;
  height: 16em; }

.blog-image-quarter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0; }

.blog-content-quarter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4); }
  .blog-content-quarter h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }

/*================ Blog Sidebar ================*/
.blog-sidebar {
  margin: 0;
  padding: 0 0 0 10px; }
  @media screen and (max-width: 468px) {
    .blog-sidebar {
      padding: 0; } }
  .blog-sidebar .twitter-sidebar {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%; }
    .blog-sidebar .twitter-sidebar h3 {
      float: left;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      padding: 0; }
    .blog-sidebar .twitter-sidebar .twitter-feed {
      float: left;
      clear: left;
      margin: 0;
      padding: 5px;
      width: 100%;
      min-height: 300px; }
  .blog-sidebar .instagram-sidebar {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%; }
    .blog-sidebar .instagram-sidebar h3 {
      float: left;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      padding: 0; }
    .blog-sidebar .instagram-sidebar .instagram-feed {
      float: left;
      clear: left;
      margin: 0;
      padding: 5px;
      width: 100%; }
  .blog-sidebar .youtube-sidebar {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%; }
    .blog-sidebar .youtube-sidebar h3 {
      float: left;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      padding: 0; }
    .blog-sidebar .youtube-sidebar .youtube-feed {
      float: left;
      clear: left;
      margin: 0;
      padding: 5px;
      width: 100%; }

/*================ Articles ================*/
article {
  margin: 20px 0 0 0;
  padding: 0; }
  article header {
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center; }
    article header h1 {
      font-size: 50px !important;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 468px) {
        article header h1 {
          font-size: 24px !important; } }
    article header p {
      font-size: 12px;
      margin: 0;
      padding: 0; }
      article header p span {
        padding: 0 8px; }

/*================ Sponsor Page ================*/
.partner-container {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0; }

.partner-block {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.4); }

.partner-image {
  float: left;
  width: 30%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 10px; }
  .partner-image img {
    max-height: 70px;
    margin: 0;
    padding: 0; }

.partner-info {
  float: left;
  width: 70%;
  height: 150px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 15px; }
  @media screen and (max-width: 468px) {
    .partner-info {
      overflow: scroll;
      height: 135px;
      margin: 7.5px 0; } }
  .partner-info p {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }

/*================ About Page ================*/
.about-info {
  display: inline-block;
  margin: 20px 0;
  padding: 0; }
  @media screen and (max-width: 468px) {
    .about-info {
      margin: 0 0 20px 0;
      width: 100%; } }

.manager-container {
  margin: 20px 0;
  padding: 0; }

.manager-block {
  margin: 0 2%;
  padding: 10px 20px;
  width: 96%;
  min-height: 250px;
  background-color: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 1099px) {
    .manager-block {
      margin: 0 5% 10px 5%;
      min-height: 275px;
      width: 90%; } }
  @media screen and (max-width: 468px) {
    .manager-block {
      margin: 0 0 10px 0;
      width: 100%; } }

.manager-image {
  float: left;
  width: 20%;
  height: 80px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0; }
  .manager-image img {
    max-height: 65px;
    margin: 0;
    padding: 0; }

.manager-info {
  float: left;
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0 5px; }
  .manager-info h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #606060;
    margin: 0 0 5px 0;
    padding: 0; }
  .manager-info p {
    font-size: 10px;
    text-transform: uppercase;
    color: #C21022;
    margin: 0 0 10px 0;
    padding: 0; }
  .manager-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .manager-info li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0; }
  .manager-info a {
    font-size: 16px;
    color: #C21022;
    margin: 0;
    padding: 0; }

.manager-bio {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0; }
  .manager-bio p {
    font-size: 12px;
    margin: 0;
    padding: 0; }

/*================ Roster Pages ================*/
.team-logo {
  position: relative;
  margin: 50px auto 20px auto;
  padding: 0;
  text-align: center; }
  .team-logo img {
    max-height: 50px;
    text-align: center;
    margin: 0 auto;
    padding: 0; }

.team-nav {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  touch-action: pan-y;
  text-align: center; }
  .team-nav button[role="button"]:focus {
    outline: 0;
    border-color: transparent; }
  .team-nav .slick-list {
    width: 80%;
    display: inline-block;
    padding: 0 5px; }
  .team-nav .slick-prev, .team-nav .slick-next {
    position: relative;
    top: -15px;
    display: inline-block;
    font-size: 32px;
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
    width: 5%; }
    @media screen and (max-width: 468px) {
      .team-nav .slick-prev, .team-nav .slick-next {
        top: 0; } }

.team-lineup {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  min-height: 750px;
  overflow: auto;
  white-space: nowrap; }
  @media screen and (max-width: 468px) {
    .team-lineup {
      white-space: normal; } }

.players {
  position: scroll;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }
  .players li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0; }

button.roster-block {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: left;
  outline: none;
  font-size: 15px;
  width: 222px;
  height: 250px;
  transition: 0.4s; }
  @media screen and (min-width: 1400px) {
    button.roster-block {
      width: 268px;
      height: 300px; } }
  @media screen and (max-width: 468px) {
    button.roster-block {
      width: 55px;
      height: 58px;
      margin-bottom: 10px; } }
  button.roster-block .roster-image {
    margin: 0;
    padding: 0;
    width: 220px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1400px) {
      button.roster-block .roster-image {
        width: 266px;
        height: 300px; } }
    @media screen and (max-width: 468px) {
      button.roster-block .roster-image {
        width: 49px;
        height: 49px; } }
  button.roster-block .roster-name {
    margin: -2em 0 0 -.4%;
    padding: 10px;
    text-align: center;
    width: 101%; }
    @media screen and (max-width: 468px) {
      button.roster-block .roster-name {
        display: none; } }
    button.roster-block .roster-name h3 {
      font-size: 12px;
      text-transform: uppercase;
      margin: -.25em 0 0 0;
      padding: 0; }

div.panel {
  display: none;
  position: absolute;
  top: 280px;
  right: 0;
  margin: 0;
  padding: 50px;
  width: 100%;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  white-space: normal; }
  @media screen and (min-width: 1400px) {
    div.panel {
      top: 322px; } }
  @media screen and (max-width: 468px) {
    div.panel {
      top: 140px;
      padding: 20px; } }
  div.panel p {
    text-transform: uppercase;
    font-size: 12px; }
  div.panel ul {
    list-style-type: none;
    margin: 20px 0; }
  div.panel li {
    display: inline-block;
    margin: 10px 8px 0 0;
    background-color: #000000;
    padding: 8px 12px; }
  div.panel a {
    color: #FFFFFF; }

div.panel.show {
  opacity: 1;
  display: block; }
  div.panel.show .player-image {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    max-height: 500px; }
    @media screen and (max-width: 468px) {
      div.panel.show .player-image {
        width: 100%;
        max-height: 202px;
        margin-bottom: 20px;
        text-align: center; } }
    div.panel.show .player-image img {
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      max-height: 250px; }
      @media screen and (max-width: 468px) {
        div.panel.show .player-image img {
          max-height: 200px; } }
  div.panel.show .player-info {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
    width: 80%;
    text-align: left; }
    @media screen and (max-width: 468px) {
      div.panel.show .player-info {
        clear: both;
        width: 100%;
        margin-bottom: 20px;
        padding: 0; } }
    div.panel.show .player-info h2 {
      margin: 0 0 12px 0;
      padding: 0;
      font-size: 32px;
      text-transform: uppercase; }
      @media screen and (max-width: 468px) {
        div.panel.show .player-info h2 {
          width: 100%;
          margin-bottom: 10px;
          font-size: 24px; } }
    div.panel.show .player-info p {
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0; }
      @media screen and (max-width: 468px) {
        div.panel.show .player-info p {
          font-size: 12px; } }
    div.panel.show .player-info h4 {
      margin: 0 0 12px 0;
      padding: 0;
      font-size: 14px;
      text-transform: uppercase; }
    div.panel.show .player-info .accomplishment {
      margin: 0 0 5px 0;
      padding: 0;
      font-size: 12px;
      text-transform: uppercase; }
      div.panel.show .player-info .accomplishment span {
        margin-right: 10px; }
    div.panel.show .player-info ul {
      margin: 20px 0 0 0;
      padding: 0; }
      @media screen and (max-width: 468px) {
        div.panel.show .player-info ul {
          width: 100%;
          margin-bottom: 20px;
          text-align: center;
          float: none; } }
    div.panel.show .player-info li {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 0;
      background-color: transparent; }
      @media screen and (max-width: 468px) {
        div.panel.show .player-info li {
          margin: 0 10px 0 0; } }
    div.panel.show .player-info a {
      font-size: 18px; }

/*================ Streams Page ================*/
.feature-stream {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0; }
  .feature-stream .stream {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .feature-stream .stream {
        width: 100%;
        margin-bottom: 10px; } }
  .feature-stream .chat {
    float: left;
    width: 30%;
    margin: 0;
    padding: 0 2%; }
    @media screen and (max-width: 468px) {
      .feature-stream .chat {
        width: 100%;
        padding: 0; } }

.livestreamContainer h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase; }
.livestreamContainer .streamer-modal {
  margin: 0;
  padding: 0; }
  .livestreamContainer .streamer-modal ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .livestreamContainer .streamer-modal .stream-entry {
    display: inline-block;
    float: left;
    width: 30%;
    padding: 10px;
    margin: 0 1.5% 12px 1.5%;
    height: 70px; }
    @media screen and (max-width: 468px) {
      .livestreamContainer .streamer-modal .stream-entry {
        width: 100%;
        margin: 0 0 12px 0; } }
    .livestreamContainer .streamer-modal .stream-entry img {
      max-height: 50px; }
    .livestreamContainer .streamer-modal .stream-entry .steam-avatar {
      float: left;
      height: 4em;
      margin-right: 10px !important; }
    .livestreamContainer .streamer-modal .stream-entry .stream-username {
      color: #FFFFFF;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0; }
    .livestreamContainer .streamer-modal .stream-entry .stream-viewers {
      text-transform: uppercase;
      font-size: 12px;
      margin: 0; }
      @media screen and (max-width: 468px) {
        .livestreamContainer .streamer-modal .stream-entry .stream-viewers {
          font-size: 12px; } }

/*================ Event Page ================*/
.feature-event-block {
  float: left;
  position: relative;
  margin: 0 1% 0 0;
  padding: 0;
  width: 49%;
  height: 21em; }
  @media screen and (max-width: 468px) {
    .feature-event-block {
      width: 100%;
      margin-bottom: 0.5em; } }

.feature-event-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0; }

.feature-event-tag {
  position: absolute;
  top: 1em;
  left: 1em;
  margin: 0;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase; }

.feature-event-text-position {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 3.5em;
  width: 100%; }

.feature-event-text {
  margin: 0;
  padding: 5px 8px;
  width: 100%; }
  .feature-event-text h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0; }
  .feature-event-text small {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 50%; }
    @media screen and (max-width: 468px) {
      .feature-event-text small {
        width: 100%; } }
  .feature-event-text span {
    float: right;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 50%; }
    @media screen and (max-width: 468px) {
      .feature-event-text span {
        display: none; } }

.event-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .event-list li {
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
    width: 25%;
    height: 10em; }
    @media screen and (max-width: 468px) {
      .event-list li {
        width: 50%;
        margin-bottom: 0.5em; } }

.event-block {
  position: relative;
  margin: 0;
  padding: 0;
  width: 96%;
  height: 10em; }
  @media screen and (max-width: 468px) {
    .event-block {
      margin: 0 1%;
      width: 98%; } }

.event-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 0; }

.event-text-position {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 3.5em;
  width: 100%; }

.event-text {
  margin: 0;
  padding: 5px 8px;
  width: 100%; }
  @media screen and (max-width: 468px) {
    .event-text {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; } }
  .event-text h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .event-text h2 {
        font-size: 12px;
        margin: 0; } }
  .event-text small {
    float: left;
    font-size: 9px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 70%; }
    @media screen and (max-width: 468px) {
      .event-text small {
        display: none; } }
  .event-text span {
    float: right;
    text-align: right;
    font-size: 9px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 30%; }
    @media screen and (max-width: 468px) {
      .event-text span {
        display: none; } }

/*================ Gallery Page ================*/
.gallery-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .gallery-list li {
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
    width: 25%;
    height: 15em; }
    @media screen and (max-width: 468px) {
      .gallery-list li {
        width: 50%;
        margin-bottom: 0.5em; } }

.gallery-block {
  position: relative;
  margin: 0;
  padding: 0;
  width: 96%;
  height: 15em; }
  @media screen and (max-width: 468px) {
    .gallery-block {
      margin: 0 1%;
      width: 98%; } }

.gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top center; }
  .gallery-image img {
    opacity: 0;
    width: auto;
    height: 100%; }

.gallery-text-position {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 4em;
  width: 100%; }

.gallery-text {
  margin: 0;
  padding: 5px 12px;
  height: 4em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gallery-text h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0; }
    @media screen and (max-width: 468px) {
      .gallery-text h2 {
        font-size: 12px;
        margin: 0; } }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px; }

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }
/*================ Creator Page ================*/
.creator-page-container h1 {
  font-size: 3rem;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  text-align: center; }

.creators-list_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
  padding: 0;
  width: 100%; }

.creators-list_block {
  position: relative;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
  width: 33%;
  height: 400px;
  overflow: hidden; }
  .creators-list_block:hover .creators-list_block-content {
    right: 0; }
  @media screen and (max-width: 768px) {
    .creators-list_block {
      width: 100%;
      height: 800px;
      margin-bottom: 20px; } }

.creators-list_block-image {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9990;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 200ms ease-in-out; }
  @media screen and (max-width: 768px) {
    .creators-list_block-image {
      height: 400px; } }

.creators-list_block-content {
  position: absolute;
  right: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  transition: all 200ms ease-in-out; }
  .creators-list_block-content h3 {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%; }
  .creators-list_block-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .creators-list_block-content li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 5px;
    padding: 0; }
  @media screen and (max-width: 768px) {
    .creators-list_block-content {
      right: 0;
      top: 400px;
      height: 400px; } }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
