@charset "UTF-8";
/* 
Bark Design Chicago
Description: Master file for loading organized SCSS files 
Author: Shaun Rowe @ Bark Design Chicago
Note: Inspired by Alex Vasquez, author of Some Like it Neat
*/
/*! 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;
}

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

ul {
  padding: 0;
}

/*
$medium-screen: em(640);
$large-screen: em(860);
$medium-screen-up: new-breakpoint(min-width $medium-screen 4);
$large-screen-up: new-breakpoint(min-width $large-screen 8);
*/
html {
  box-sizing: border-box;
}

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

/* Typographic Vars */
/* Weights */
/* Colors */
/* Modal */
/*! 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;
}

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

ul {
  padding: 0;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* =Typographical Mixins/Functions
-------------------------------------------------------------- */
/**
 * PX to Rem Sizing
 *
 * How to use
 * @include fontSize(20px);
 *
 * Ouputs —
 * font-size: 20px;
 * font-size: 1.25rem;
 */
/* =Typography
-------------------------------------------------------------- */
.wf-loading p, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4 {
  visibility: hidden;
}

.wf-active h2, .wf-active h3, .wf-active h4 {
  visibility: visible;
}

.wf-inactive p, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4 {
  visibility: visible;
}

html {
  font-size: 100%;
}

body {
  font-size: 12.18px;
  font-size: 0.76125rem;
  font-family: "acumin-pro", sans-serif;
  color: #595959;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  	overflow-wrap: break-word;
  	word-wrap: break-word;
  */
}

a {
  text-decoration: none;
}

body {
  background-color: #f2f2f2;
}

#header-container, #main-content-wrapper, .footer-wrapper, .featured-content-wrapper, .race-list-wrapper, .sponsor-wrapper, .race-info-wrapper, .rules-content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header-container::after, #main-content-wrapper::after, .footer-wrapper::after, .featured-content-wrapper::after, .race-list-wrapper::after, .sponsor-wrapper::after, .race-info-wrapper::after, .rules-content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.position-wrapper, .footer-content {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
.position-wrapper::after, .footer-content::after {
  clear: both;
  content: "";
  display: table;
}

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

.wp-caption {
  width: 100% !important;
}

.post-wrapper .main-content .more-link, .page-section-wrapper .main-content .more-link, .sidebar-wrapper .more-link {
  font-size: 13.92px;
  font-size: 0.87rem;
  padding: 3px 15px 5px;
  display: block;
  width: 85px;
  margin-top: 20px;
  color: #005280;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background-color: #e6e6e6;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .post-wrapper .main-content .more-link, .page-section-wrapper .main-content .more-link, .sidebar-wrapper .more-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.post-wrapper .main-content .more-link:hover, .page-section-wrapper .main-content .more-link:hover, .sidebar-wrapper .more-link:hover {
  color: #b21d22;
}

.post-wrapper .date-posted, .page-section-wrapper .date-posted, .sidebar-wrapper .block.news-post .date-posted, .sidebar-wrapper .block.tweets .tweet_secondary_meta a {
  font-size: 12.18px;
  font-size: 0.76125rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .post-wrapper .date-posted, .page-section-wrapper .date-posted, .sidebar-wrapper .block.news-post .date-posted, .sidebar-wrapper .block.tweets .tweet_secondary_meta a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.post-wrapper .main-content li, .page-section-wrapper .main-content li, .sidebar-wrapper p {
  color: #595959;
  font-size: 12.18px;
  font-size: 0.76125rem;
}
@media screen and (min-width: 48em) {
  .post-wrapper .main-content li, .page-section-wrapper .main-content li, .sidebar-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.post-wrapper a, .page-section-wrapper a, .sidebar-wrapper a, #utility-wrapper li.menu-item a {
  color: #005280;
}
.post-wrapper a:hover, .page-section-wrapper a:hover, .sidebar-wrapper a:hover, #utility-wrapper li.menu-item a:hover {
  color: #b21d22;
}

.sidebar-wrapper .block.news-post p a {
  text-decoration: underline;
}

.intro-wrapper h1, .sidebar-wrapper .block.tweets h2, .sidebar-wrapper .block.photos h2, .sidebar-wrapper .block.instagram h2, .sidebar-wrapper .block.sponsor h2, .sidebar-wrapper .block.standard h2, .race-list-wrapper h1, .sponsor-wrapper .block h2, .sponsor-wrapper .sponsors h3, .comment cite, .race-info-wrapper .info h2 {
  font-family: "industry-inc-base";
  letter-spacing: .04em;
  color: #005280;
}

iframe {
  width: 100%;
}

.alignleft {
  float: left;
  padding-right: 40px;
}

.masthead-wrapper {
  background-color: #bfbfbf;
}
.masthead-wrapper .slideshow {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 25vh;
}
@media screen and (min-width: 33.75em) {
  .masthead-wrapper .slideshow {
    min-height: 328px;
  }
}
@media screen and (min-width: 48em) {
  .masthead-wrapper .slideshow {
    min-height: 528px;
  }
}
.masthead-wrapper .slide-overlay {
  width: 100%;
  display: none;
}
@media screen and (min-width: 48em) {
  .masthead-wrapper .slide-overlay .left, .masthead-wrapper .slide-overlay .right {
    position: absolute;
  }
}
@media screen and (min-width: 48em) {
  .masthead-wrapper .slide-overlay .left {
    margin-top: 243px;
    left: 0;
  }
}
.masthead-wrapper .slide-overlay .right {
  margin-top: 118px;
  right: 0;
}
.masthead-wrapper .slide-overlay img {
  opacity: .8;
}
@media screen and (min-width: 48em) {
  .masthead-wrapper .slide-overlay {
    display: block;
  }
}

.intro-wrapper {
  text-align: center;
  padding: 0 30px 40px;
}
.intro-wrapper h1 {
  width: 100%;
  margin: -33px 0 0px;
  font-size: 32.19px;
  font-size: 2.01188rem;
  line-height: 34px;
  clear: both;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .intro-wrapper h1 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media screen and (min-width: 48em) {
  .intro-wrapper h1 {
    margin: 0;
    font-size: 66.99px;
    font-size: 4.18687rem;
    line-height: 80px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .intro-wrapper h1 {
    font-size: 77px;
    font-size: 4.8125rem;
  }
}

.intro-wrapper img {
  padding: 0 50px;
}
.intro-wrapper span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: -38px 0 44px;
  padding: 6px 15px;
  font-size: 13.92px;
  font-size: 0.87rem;
  line-height: 12px;
  background-color: #b21d22;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .06em;
}
@media screen and (min-width: 48em) {
  .intro-wrapper span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.intro-wrapper span:before {
  width: 23px;
  height: 13px;
  margin-right: 10px;
  content: "";
  display: inline-block;
  background-image: url(../images/icon_star_double_white.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.intro-wrapper span:after {
  width: 23px;
  height: 13px;
  margin-left: 10px;
  content: "";
  display: inline-block;
  background-image: url(../images/icon_star_double_white.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  .intro-wrapper span {
    margin: -50px 32% 12px;
  }
}
.intro-wrapper i {
  display: block;
  margin-top: -17px;
  margin-bottom: 5px;
  width: 20px;
  font-size: 12.18px;
  font-size: 0.76125rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .intro-wrapper i {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.intro-wrapper .intro-content {
  position: relative;
  margin-top: -10px;
}
@media screen and (min-width: 48em) {
  .intro-wrapper {
    padding: 0 50px 20px;
  }
}

.featured-content-wrapper, .page-content-wrapper, .news-content-wrapper {
  padding: 10px 30px;
  background-image: url(../images/bg_pointer_left_small.png);
  background-position: right bottom -90px;
  background-repeat: no-repeat;
  background-color: #bfbfbf;
}
@media screen and (min-width: 48em) {
  .featured-content-wrapper, .page-content-wrapper, .news-content-wrapper {
    padding: 10px 50px 90px;
  }
}

.search .news-content-wrapper {
  padding: 80px 30px;
}

.post-wrapper, .page-section-wrapper {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}
.post-wrapper::after, .page-section-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.post-wrapper h1, .page-section-wrapper h1 {
  font-size: 36.54px;
  font-size: 2.28375rem;
  line-height: 46px;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .post-wrapper h1, .page-section-wrapper h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.post-wrapper h1 a, .page-section-wrapper h1 a {
  border: 0;
  box-shadow: none;
  color: #005280;
}
.post-wrapper a, .page-section-wrapper a {
  color: #595959;
  border-bottom: 2px solid #e6e6e6;
  box-shadow: inset 0 -4px 0 #e6e6e6;
}
.post-wrapper ol, .page-section-wrapper ol {
  margin: 0 0 20px 20px;
  padding: 0;
}
.post-wrapper hr, .page-section-wrapper hr {
  margin-top: 30px;
  border: 0;
  border-bottom: 1px dashed #e6e6e6;
}
.post-wrapper .date-posted, .page-section-wrapper .date-posted {
  margin-top: 5px;
}
.post-wrapper .content-wrapper, .page-section-wrapper .content-wrapper {
  padding: 10px 0 25px;
}
.post-wrapper .content-wrapper::after, .page-section-wrapper .content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.post-wrapper .featured-image, .page-section-wrapper .featured-image {
  padding: 10px 0 20px;
  text-align: center;
}
.post-wrapper .featured-image .credit, .page-section-wrapper .featured-image .credit {
  font-size: 11.31px;
  font-size: 0.70688rem;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .post-wrapper .featured-image .credit, .page-section-wrapper .featured-image .credit {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 48em) {
  .post-wrapper .featured-image, .page-section-wrapper .featured-image {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 27.58621%;
  }
  .post-wrapper .featured-image:last-child, .page-section-wrapper .featured-image:last-child {
    margin-right: 0;
  }
}
.post-wrapper .main-content ul, .page-section-wrapper .main-content ul {
  margin: 0 0 20px 20px;
}
.post-wrapper .main-content li, .page-section-wrapper .main-content li {
  padding: 5px 0;
}
.post-wrapper .main-content h1, .page-section-wrapper .main-content h1 {
  color: #005280;
}
@media screen and (min-width: 48em) {
  .post-wrapper .main-content, .page-section-wrapper .main-content {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 68.96552%;
  }
  .post-wrapper .main-content:last-child, .page-section-wrapper .main-content:last-child {
    margin-right: 0;
  }
  .post-wrapper .main-content.no-image, .page-section-wrapper .main-content.no-image {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 100%;
  }
  .post-wrapper .main-content.no-image:last-child, .page-section-wrapper .main-content.no-image:last-child {
    margin-right: 0;
  }
}
.post-wrapper .extras, .page-section-wrapper .extras {
  font-size: 10.44px;
  font-size: 0.6525rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .post-wrapper .extras, .page-section-wrapper .extras {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.post-wrapper .extras a, .page-section-wrapper .extras a {
  font-weight: 400;
  border-bottom: 2px solid #e6e6e6;
  box-shadow: inset 0 -4px 0 #e6e6e6;
}
.post-wrapper .extras .com a, .page-section-wrapper .extras .com a {
  font-weight: 700;
}
.post-wrapper .partner-content a, .page-section-wrapper .partner-content a {
  border-bottom: 2px solid #e6e6e6;
  box-shadow: inset 0 -4px 0 #e6e6e6;
}
.post-wrapper .partner-social a, .page-section-wrapper .partner-social a {
  display: inline;
  padding-right: 10px;
  font-family: "industry-inc-base";
  font-size: 10.44px;
  font-size: 0.6525rem;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 48em) {
  .post-wrapper .partner-social a, .page-section-wrapper .partner-social a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.post-wrapper .partner-social i, .page-section-wrapper .partner-social i {
  font-size: 16px;
}
@media screen and (min-width: 48em) {
  .post-wrapper, .page-section-wrapper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 61.70213%;
  }
  .post-wrapper:last-child, .page-section-wrapper:last-child {
    margin-right: 0;
  }
}

.page-section-wrapper {
  padding: 0px;
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  .page-section-wrapper .post-wrapper, .page-section-wrapper .page-section-wrapper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
  }
  .page-section-wrapper .post-wrapper:last-child, .page-section-wrapper .page-section-wrapper:last-child {
    margin-right: 0;
  }
}

.sidebar-wrapper {
  margin-bottom: 50px;
}
.sidebar-wrapper .block {
  margin-bottom: 20px;
  padding: 30px 50px;
  overflow: hidden;
}
.sidebar-wrapper .block.news-post {
  background-color: #e6e6e6;
}
.sidebar-wrapper .block.news-post h2 {
  font-size: 27.84px;
  font-size: 1.74rem;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper .block.news-post h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.sidebar-wrapper .block.news-post ul {
  margin-left: 18px;
}
.sidebar-wrapper .block.news-post .more-link {
  text-decoration: none;
}
.sidebar-wrapper .block.tweets {
  background-color: #005280;
  color: #b3b3b3;
  position: relative;
  word-wrap: break-word;
}
.sidebar-wrapper .block.tweets h2 {
  font-size: 25.23px;
  font-size: 1.57688rem;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper .block.tweets h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.sidebar-wrapper .block.tweets .tweet_text, .sidebar-wrapper .block.tweets p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 12.18px;
  font-size: 0.76125rem;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper .block.tweets .tweet_text, .sidebar-wrapper .block.tweets p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.sidebar-wrapper .block.tweets a {
  font-weight: 600;
  color: #ffffff;
}
.sidebar-wrapper .block.tweets a:hover {
  color: #b3b3b3;
}
.sidebar-wrapper .block.tweets .tweet_secondary_meta a {
  color: #b3b3b3;
}
/*
.sidebar-wrapper .block.tweets:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 10px;
  left: -20px;
  content: '\f099';
  font-size: 70px;
  color: #bfbfbf;
}
*/
.sidebar-wrapper .block.tweets .tweet {
  margin-top: 20px;
}
.sidebar-wrapper .block.tweets .tweet_profile_img, .sidebar-wrapper .block.tweets .tweet_intents, .sidebar-wrapper .block.tweets .tweet_primary_meta, .sidebar-wrapper .block.tweets .tweet_retweet, .sidebar-wrapper .block.tweets img {
  display: none;
}
.sidebar-wrapper .block.photos {
  background-color: #e6e6e6;
  position: relative;
}
.sidebar-wrapper .block.photos h2 {
  font-size: 25.23px;
  font-size: 1.57688rem;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper .block.photos h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.sidebar-wrapper .block.photos img {
  display: block;
  padding: 10px 0;
}
.sidebar-wrapper .block.photos:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 10px;
  left: -25px;
  content: '\f06e';
  font-size: 70px;
  color: #bfbfbf;
}
.sidebar-wrapper .block.instagram {
  background-color: #e6e6e6;
  position: relative;
}
.sidebar-wrapper .block.instagram h2 {
  font-size: 25.23px;
  font-size: 1.57688rem;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper .block.instagram h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.sidebar-wrapper .block.instagram img {
  display: block;
  padding: 10px 0;
}
.sidebar-wrapper .block.instagram:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 10px;
  left: -25px;
  content: '\f16d';
  font-size: 70px;
  color: #bfbfbf;
}
.sidebar-wrapper .block.sponsor {
  padding: 30px 25px 30px 50px;
  background-color: #e6e6e6;
  position: relative;
}
.sidebar-wrapper .block.sponsor h2 {
  font-size: 25.23px;
  font-size: 1.57688rem;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper .block.sponsor h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.sidebar-wrapper .block.sponsor img {
  display: block;
  padding: 10px 0;
}
.sidebar-wrapper .block.sponsor:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 10px;
  left: -20px;
  content: '\f087';
  font-size: 70px;
  color: #bfbfbf;
}
.sidebar-wrapper .block.standard {
  background-color: #e6e6e6;
  position: relative;
}
.sidebar-wrapper .block.standard h2 {
  font-size: 25.23px;
  font-size: 1.57688rem;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper .block.standard h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.sidebar-wrapper .block.standard img {
  display: block;
  padding: 10px 0;
}
.sidebar-wrapper .more-link {
  background-color: #ffffff;
}
@media screen and (min-width: 48em) {
  .sidebar-wrapper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 36.17021%;
    margin-right: 0;
  }
  .sidebar-wrapper:last-child {
    margin-right: 0;
  }
}

.race-list-wrapper {
  padding: 0 30px 38px;
  background-color: #828384;
  text-align: center;
}
.race-list-wrapper h1 {
  padding: 38px 0;
  font-size: 36px;
  color: #ffffff;
}
.race-list-wrapper h1:before {
  width: 42px;
  height: 23px;
  margin-right: 10px;
  content: "";
  display: inline-block;
}
@media screen and (min-width: 33.75em) {
  .race-list-wrapper h1:before {
    background-image: url(../images/icon_star_double.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.race-list-wrapper h1:after {
  width: 42px;
  height: 23px;
  margin-left: 10px;
  content: "";
  display: inline-block;
}
@media screen and (min-width: 33.75em) {
  .race-list-wrapper h1:after {
    background-image: url(../images/icon_star_double.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.race-list-wrapper .grid-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.race-list-wrapper .grid-item {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.race-list-wrapper .grid-item:last-child {
  margin-right: 0;
}
.race-list-wrapper .grid-item:nth-child(1n) {
  margin-right: 0;
}
.race-list-wrapper .grid-item:nth-child(1n+1) {
  clear: left;
}
.race-list-wrapper .grid-item .grid-overlay {
  display: block;
  min-height: 200px;
  position: absolute;
}
.race-list-wrapper .grid-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  padding: 100px 10px;
  display: block;
  font-size: 19.14px;
  font-size: 1.19625rem;
  font-family: "industry-inc-base";
  line-height: 26px;
  color: #ffffff;
  background-blend-mode: luminosity;
  background-color: rgba(0, 82, 128, 0.8);
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 48em) {
  .race-list-wrapper .grid-item a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.race-list-wrapper .grid-item a:hover {
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}
.race-list-wrapper .grid-item a p {
  margin: 0;
  padding: 0;
  font-family: "acumin-pro", sans-serif;
  font-size: 13.92px;
  font-size: 0.87rem;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .race-list-wrapper .grid-item a p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.race-list-wrapper .grid-item span {
  margin-bottom: 5px;
  font-family: "acumin-pro", sans-serif;
  font-size: 12.18px;
  font-size: 0.76125rem;
  line-height: 18px;
  text-shadow: none;
}
@media screen and (min-width: 48em) {
  .race-list-wrapper .grid-item span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.race-list-wrapper .grid-item i {
  display: block;
  font-size: 12.18px;
  font-size: 0.76125rem;
}
@media screen and (min-width: 48em) {
  .race-list-wrapper .grid-item i {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.race-list-wrapper .grid-item:nth-child(even) {
  padding-left: 10px;
}
@media screen and (min-width: 48em) {
  .race-list-wrapper .grid-item:nth-child(even) {
    padding: 0;
  }
}
.race-list-wrapper .grid-item:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (min-width: 48em) {
  .race-list-wrapper .grid-item:nth-child(odd) {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .race-list-wrapper .grid-item {
    min-height: 156px;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
  }
  .race-list-wrapper .grid-item:nth-child(1n) {
    margin-right: 2.12766%;
  }
  .race-list-wrapper .grid-item:nth-child(1n+1) {
    clear: none;
  }
  .race-list-wrapper .grid-item:last-child {
    margin-right: 0;
  }
  .race-list-wrapper .grid-item:nth-child(4n) {
    margin-right: 0;
  }
  .race-list-wrapper .grid-item:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 80.625em) {
  .race-list-wrapper .grid-item {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 18.29787%;
  }
  .race-list-wrapper .grid-item:nth-child(4n) {
    margin-right: 2.12766%;
  }
  .race-list-wrapper .grid-item:nth-child(4n+1) {
    clear: none;
  }
  .race-list-wrapper .grid-item:last-child {
    margin-right: 0;
  }
  .race-list-wrapper .grid-item:nth-child(5n) {
    margin-right: 0;
  }
  .race-list-wrapper .grid-item:nth-child(5n+1) {
    clear: left;
  }
}
.race-list-wrapper .archived a {
  background-color: rgba(179, 179, 179, 0.8);
}
.race-list-wrapper .archived a span {
  color: #595959;
  background-color: #e6e6e6;
}
.race-list-wrapper .archived a:hover span {
  color: #595959 !important;
}
@media screen and (min-width: 48em) {
  .race-list-wrapper {
    padding: 0 50px 38px;
  }
}

.sponsor-wrapper {
  padding: 83px 30px;
  background-image: url(../images/bg_pointer_right_big.png), url(../images/bg_pointer_left_small.png);
  background-position: left top -90px, right bottom -90px;
  background-repeat: no-repeat;
  background-color: #bfbfbf;
}
.sponsor-wrapper .block {
  min-height: 375px;
  padding: 30px 50px;
  background-color: #e6e6e6;
}
.sponsor-wrapper .block.nosidebar {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .sponsor-wrapper .block.nosidebar {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 29.78723%;
  }
  .sponsor-wrapper .block.nosidebar:last-child {
    margin-right: 0;
  }
}
.sponsor-wrapper .block h2 {
  font-size: 25.23px;
  font-size: 1.57688rem;
  color: #005280;
}
@media screen and (min-width: 48em) {
  .sponsor-wrapper .block h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.sponsor-wrapper .block.instagram {
  position: relative;
  overflow: hidden;
}
.sponsor-wrapper .block.instagram img {
  display: block;
  padding: 10px 0;
}
.sponsor-wrapper .block.instagram:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 10px;
  left: -25px;
  content: '\f16d';
  font-size: 70px;
  color: #bfbfbf;
}
.sponsor-wrapper .sponsors {
  min-height: 267px;
  padding: 30px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}
.sponsor-wrapper .sponsors h3 {
  font-size: 25.23px;
  font-size: 1.57688rem;
  padding-bottom: 20px;
  color: #a3a4a5;
  line-height: 1.5em;
}
@media screen and (min-width: 48em) {
  .sponsor-wrapper .sponsors h3 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.sponsor-wrapper .sponsors .sponsor-carousel {
  margin: 30px 20px 0;
  padding: 40px 0;
  border-top: 1px solid #737373;
  height: 200px;
}
.sponsor-wrapper .sponsors .sponsor-carousel img {
  padding: 20px;
  vertical-align: middle;
  max-width: 150px;
  height: auto;
}
@media screen and (min-width: 48em) {
  .sponsor-wrapper .sponsors .sponsor-carousel img {
    max-width: 100%;
    height: auto;
  }
}
.sponsor-wrapper .sponsors .sponsor-nav a {
  position: absolute;
  bottom: 100px;
  font-size: 43.5px;
  font-size: 2.71875rem;
  color: #e6e6e6;
}
@media screen and (min-width: 48em) {
  .sponsor-wrapper .sponsors .sponsor-nav a {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.sponsor-wrapper .sponsors .sponsor-nav #prev {
  left: 0;
  padding-left: 10px;
}
.sponsor-wrapper .sponsors .sponsor-nav #next {
  right: 0;
  padding-right: 10px;
}
@media screen and (min-width: 48em) {
  .sponsor-wrapper .sponsors {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 68.08511%;
  }
  .sponsor-wrapper .sponsors:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .sponsor-wrapper {
    padding: 83px 50px;
  }
}

.commentlist {
  list-style-type: none;
}

.comment {
  margin: 0 5px 30px 0;
  padding: 10px 0 30px;
  border-bottom: 1px dashed #e6e6e6;
}
.comment cite {
  font-style: normal;
  font-size: 16.53px;
  font-size: 1.03313rem;
}
@media screen and (min-width: 48em) {
  .comment cite {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.comment cite a {
  box-shadow: none;
  border: 0;
}
.comment .comment-meta a {
  box-shadow: none;
  border: 0;
}
.comment .children {
  list-style-type: none;
  margin: 20px 0 0 20px;
  padding: 20px 0 0 5px;
  border-left: 1px dashed #e6e6e6;
}
.comment .children:first-child li {
  border-bottom: 0;
}
@media screen and (min-width: 48em) {
  .comment .children {
    padding: 20px 0 0 25px;
  }
}
@media screen and (min-width: 48em) {
  .comment {
    margin: 0 30px 30px 0;
  }
}

#header-container {
  background-color: #ffffff;
}

#utility-wrapper {
  display: none;
  text-align: center;
}
@media screen and (min-width: 48em) {
  #utility-wrapper {
    float: right;
    display: block;
    text-align: right;
  }
}
#utility-wrapper ul li.menu-item:after {
  display: none;
}
#utility-wrapper li.menu-item a {
  display: inline-block;
  font-size: 11.31px;
  font-size: 0.70688rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  #utility-wrapper li.menu-item a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 48em) {
  #utility-wrapper li.menu-item a {
    padding: 0 10px;
  }
}
#utility-wrapper .social-icon a {
  padding: 0 5px !important;
  font-size: 20px !important;
  color: #b21d22 !important;
}
#utility-wrapper .social-icon a:hover {
  color: #005280 !important;
}
#utility-wrapper .social-icon i {
  vertical-align: middle;
}
#utility-wrapper .social-icon i.fa-search {
  color: #737373;
}
#utility-wrapper .social-icon .fontawesome-text {
  display: none;
}
#utility-wrapper.ribbon {
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  position: relative;
  background-color: #e6e6e6;
  color: #fff;
  text-align: center;
  padding: 0 0 8px;
  /* Adjust to suit */
  margin: 0 45px 0;
  /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
  z-index: 1;
}
#utility-wrapper.ribbon:before, #utility-wrapper.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 1.5em solid #e6e6e6;
  z-index: 0;
}
#utility-wrapper.ribbon:before {
  left: -3em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
#utility-wrapper.ribbon:after {
  right: -3em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
#utility-wrapper.ribbon #utility-wrapper.ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
#utility-wrapper.ribbon #utility-wrapper.ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}
.modal .modal-state {
  display: none;
}
.modal .modal-trigger {
  padding: 0.8em 1em;
}
.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999;
}
@media screen and (min-width: 80.625em) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}
.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: transparent;
  cursor: pointer;
}
.modal .modal-close::after, .modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 0;
  height: 1.5em;
  width: 0.15em;
  background: #000;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: #cdcdcd;
}
.modal .modal-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-inner {
  background: transparent;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 95%;
}
@media screen and (min-width: 48em) {
  .modal .modal-inner {
    max-height: 70%;
    padding: 3em;
    width: 100%;
  }
}
@media screen and (min-width: 80.625em) {
  .modal .modal-inner {
    width: 100%;
  }
}
.modal .modal-inner h1 {
  margin-top: 20px;
  color: #005280;
  text-align: left;
  text-transform: capitalize;
  font-size: 43.5px;
  font-size: 2.71875rem;
}
@media screen and (min-width: 48em) {
  .modal .modal-inner h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.modal .modal-inner p {
  color: #fff;
  line-height: 1.5em;
}
.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}
.modal .modal-inner .modal-content {
  color: #fff;
}
@media screen and (min-width: 48em) {
  .modal .modal-inner .modal-content {
    -webkit-columns: 2 8em;
       -moz-columns: 2 8em;
            columns: 2 8em;
  }
}
.modal .modal-inner form {
  margin-top: 20px;
}
.modal .modal-inner form input[type='text'] {
  width: 100%;
  padding: 10px 20px 20px 0;
  font-size: 21.75px;
  font-size: 1.35938rem;
  background: transparent;
  border: 0;
  color: #b21d22;
}
@media screen and (min-width: 48em) {
  .modal .modal-inner form input[type='text'] {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 48em) {
  .modal .modal-inner form input[type='text'] {
    font-size: 43.5px;
    font-size: 2.71875rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .modal .modal-inner form input[type='text'] {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.modal .modal-inner form input[type='submit'] {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 12.18px;
  font-size: 0.76125rem;
  background-color: #005280;
  border: 0;
  width: 200px;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .modal .modal-inner form input[type='submit'] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.modal .modal-inner a.cta {
  color: transparent;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

.navigation {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.navigation::after {
  clear: both;
  content: "";
  display: table;
}
.navigation .navigation-menu-button {
  float: right;
  display: block;
  text-align: right;
  margin: 0;
  padding: 48px 0 30px;
  color: #737373;
  width: 50%;
}
@media screen and (min-width: 48em) {
  .navigation .navigation-menu-button {
    display: none;
  }
}
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .navigation .logo-wrapper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 17.02128%;
  }
  .navigation .logo-wrapper:last-child {
    margin-right: 0;
  }
}
.navigation .logo {
  position: absolute;
  margin-top: 32px;
  float: left;
  display: block;
  text-align: left;
}
.navigation .logo img {
  max-width: 80%;
}
@media screen and (min-width: 48em) {
  .navigation .logo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .navigation .logo {
    padding-right: 2em;
    text-align: center;
  }
}
.navigation nav {
  float: none;
}
@media screen and (min-width: 48em) {
  .navigation nav {
    text-align: left;
    line-height: 1.5em;
    padding-top: 0.3em;
  }
}
.navigation ul.navigation-menu {
  position: relative;
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 45px 0 25px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .navigation ul.navigation-menu {
    display: block;
    padding: 0;
    margin: 77px 0 24px;
  }
}
.navigation ul.navigation-menu.show {
  display: block;
}
@media screen and (min-width: 48em) {
  .navigation .menu-primary-menu-container {
    margin-left: 155px;
  }
}
.navigation ul {
  margin: 0;
}
.navigation ul li.menu-item {
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .navigation ul li.menu-item.mobile-only {
    display: none;
  }
}
.navigation ul li.menu-item:nth-child(4):after {
  display: none;
}
@media screen and (min-width: 48em) {
  .navigation ul li.menu-item {
    background: transparent;
    display: inline;
    text-decoration: none;
    width: auto;
  }
  .navigation ul li.menu-item:after {
    content: "\2022";
    color: #737373;
    font-size: 15.66px;
    font-size: 0.97875rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .navigation ul li.menu-item:after {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .navigation ul li.menu-item li:after {
    display: none;
  }
}
.navigation li.menu-item a {
  display: inline-block;
  padding: 6px 0;
  font-size: 15.66px;
  font-size: 0.97875rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 500;
  color: #595959;
}
@media screen and (min-width: 48em) {
  .navigation li.menu-item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .navigation li.menu-item a {
    font-size: 12.18px;
    font-size: 0.76125rem;
    padding: 0 17px 0 15px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .navigation li.menu-item a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 80.625em) {
  .navigation li.menu-item a {
    font-size: 15.66px;
    font-size: 0.97875rem;
  }
}
@media screen and (min-width: 80.625em) and (min-width: 48em) {
  .navigation li.menu-item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.navigation li.menu-item a:hover {
  color: #b21d22;
}
.navigation li.current_page_item a {
  color: #b21d22;
}
.navigation li.current_page_item li a {
  color: #595959;
}
.navigation li.current_page_ancestor a {
  color: #b21d22;
}
.navigation li.current_page_ancestor li a {
  color: #595959;
}
.navigation li.current-menu-item a {
  color: #b21d22;
}
.navigation li.current-menu-item li a {
  color: #595959;
}
@media screen and (min-width: 48em) {
  .navigation {
    padding: 0;
  }
}

.menu-item-has-children {
  overflow: visible;
  padding-right: 0;
  display: none;
}
@media screen and (min-width: 48em) {
  .menu-item-has-children {
    position: relative;
  }
}
.menu-item-has-children .hover-menu-item {
  position: relative;
}
.menu-item-has-children .hover-menu-item::after {
  content: "›";
  padding-left: 0.5em;
}
.menu-item-has-children .sub-menu {
  padding: 0 5px 20px;
}
@media screen and (min-width: 48em) {
  .menu-item-has-children .sub-menu {
    display: block;
    visibility: hidden;
    -webkit-transition: 0.2s .3s;
    transition: 0.2s .3s;
    /* delay of 1 seconds on hover off */
    margin: 0;
    padding: 25px 5px;
    background-color: #fff;
    left: 0;
    position: absolute;
    z-index: 9999;
  }
}
.menu-item-has-children .sub-menu li {
  display: block;
  padding-right: 0;
}
.menu-item-has-children .sub-menu li a {
  display: inline-block;
  padding: 4px 0;
  text-align: center;
  width: 100%;
  font-size: 12.18px;
  font-size: 0.76125rem;
}
@media screen and (min-width: 48em) {
  .menu-item-has-children .sub-menu li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .menu-item-has-children .sub-menu li a {
    padding: 4px 10px;
    width: 175px;
    text-align: left;
  }
}
.menu-item-has-children .sub-menu .sub-menu {
  display: none;
  margin: 10px 0;
  padding-top: 8px;
}
@media screen and (min-width: 48em) {
  .menu-item-has-children .sub-menu .sub-menu a {
    padding: 4px 15px;
    width: 200px;
    font-size: 12.18px;
    font-size: 0.76125rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .menu-item-has-children .sub-menu .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 48em) {
  .menu-item-has-children .sub-menu .sub-menu {
    display: block;
    left: 175px;
    top: -20px;
  }
}
@media screen and (min-width: 48em) {
  .menu-item-has-children .sub-menu .sub-menu .sub-menu {
    left: 200px;
    top: -20px;
  }
}
.menu-item-has-children:focus > .sub-menu, .menu-item-has-children:hover > .sub-menu {
  display: block;
}
@media screen and (min-width: 48em) {
  .menu-item-has-children:focus > .sub-menu, .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    /* react immediately on hover */
  }
}

.races .intro-wrapper {
  padding-top: 80px;
}
.races .race-list-wrapper {
  background-color: #bfbfbf;
  background-image: url(../images/bg_pointer_right_big.png), url(../images/bg_pointer_left_small.png);
  background-position: left top, right top 490px;
  background-repeat: no-repeat;
}
.races .grid-item {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 74.46809%;
  margin-bottom: 20px;
  min-height: 200px;
  width: 100%;
}
.races .grid-item:last-child {
  margin-right: 0;
}
.races .grid-item:nth-child(1n) {
  margin-right: 0;
}
.races .grid-item:nth-child(1n+1) {
  clear: left;
}
.races .grid-item a {
  padding: 120px 20px;
  font-size: 20.88px;
  font-size: 1.305rem;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .races .grid-item a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.races .grid-item a:hover span {
  color: #ffffff;
}
.races .grid-item span {
  margin: 5px 10px;
  padding: 0 10px 3px;
  font-size: 12.18px;
  font-size: 0.76125rem;
  font-weight: 700;
  line-height: 18px;
  background-color: #b21d22;
  letter-spacing: .06em;
}
@media screen and (min-width: 48em) {
  .races .grid-item span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.races .grid-item i {
  margin-bottom: 5px;
  font-size: 12.18px;
  font-size: 0.76125rem;
}
@media screen and (min-width: 48em) {
  .races .grid-item i {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.races .grid-item h2 {
  margin-top: 5px;
  font-size: 31.32px;
  font-size: 1.9575rem;
  line-height: 38px;
}
@media screen and (min-width: 48em) {
  .races .grid-item h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.races .grid-item:nth-child(even) {
  padding: 0;
}
.races .grid-item:nth-child(odd) {
  padding: 0;
}
@media screen and (min-width: 33.75em) {
  .races .grid-item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .races .grid-item:nth-child(1n) {
    margin-right: 2.12766%;
  }
  .races .grid-item:nth-child(1n+1) {
    clear: none;
  }
  .races .grid-item:last-child {
    margin-right: 0;
  }
  .races .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .races .grid-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 48em) {
  .races .grid-item {
    min-height: 268px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .races .grid-item:nth-child(2n) {
    margin-right: 2.12766%;
  }
  .races .grid-item:nth-child(2n+1) {
    clear: none;
  }
  .races .grid-item:last-child {
    margin-right: 0;
  }
  .races .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .races .grid-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 80.625em) {
  .races .grid-item {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
  }
  .races .grid-item:nth-child(2n) {
    margin-right: 2.12766%;
  }
  .races .grid-item:nth-child(2n+1) {
    clear: none;
  }
  .races .grid-item:last-child {
    margin-right: 0;
  }
  .races .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .races .grid-item:nth-child(3n+1) {
    clear: left;
  }
}

.single-race .post {
  display: block;
}
.single-race .post::after {
  clear: both;
  content: "";
  display: table;
}
.single-race .post h1 {
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}
.single-race .post .content-wrapper {
  display: block;
}
.single-race .post .content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.single-race .post:first-child h1 {
  padding-top: 0;
  border: 0;
}
.single-race .page-content-wrapper {
  background-image: url(../images/bg_pointer_right_big.png), url(../images/bg_pointer_left_small.png);
  background-position: left top, right top 490px;
  background-repeat: no-repeat;
}
.single-race .intro-wrapper .intro-content {
  margin-top: -44px;
}

.single-race-post .page-content-wrapper {
  padding-top: 80px;
}

.race-info-wrapper {
  padding: 0 30px 0 30px;
}
@media screen and (min-width: 48em) {
  .race-info-wrapper .flexheight {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.race-info-wrapper .info {
  margin-bottom: 20px;
  background-color: #e6e6e6;
  padding: 20px 20px 20px 20px;
  background-position: 15px 20px;
  background-repeat: no-repeat;
}
.race-info-wrapper .info h2 {
  font-size: 13.92px;
  font-size: 0.87rem;
  line-height: 16px;
  color: #005280;
}
@media screen and (min-width: 48em) {
  .race-info-wrapper .info h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.race-info-wrapper .info p {
  margin: 0;
  padding: 0;
  font-size: 12.18px;
  font-size: 0.76125rem;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .race-info-wrapper .info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.race-info-wrapper .info a {
  color: #595959;
  text-decoration: underline;
}
.race-info-wrapper .info a:hover {
  color: #b21d22;
}
.race-info-wrapper .info.race-date {
  padding-left: 80px;
  background-image: url(../images/icon_info_date.png);
}
.race-info-wrapper .info.location {
  padding-left: 60px;
  background-image: url(../images/icon_info_location.png);
}
.race-info-wrapper .info.register {
  padding-left: 85px;
  background-image: url(../images/icon_info_register.png);
}
.race-info-wrapper .info.organized {
  padding-left: 75px;
  background-image: url(../images/icon_info_organized.png);
}
@media screen and (min-width: 48em) {
  .race-info-wrapper .info {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    margin-bottom: 0;
  }
  .race-info-wrapper .info:last-child {
    margin-right: 0;
  }
  .race-info-wrapper .info:nth-child(2n) {
    margin-right: 0;
  }
  .race-info-wrapper .info:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 80.625em) {
  .race-info-wrapper .info {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
  }
  .race-info-wrapper .info:nth-child(2n) {
    margin-right: 2.12766%;
  }
  .race-info-wrapper .info:nth-child(2n+1) {
    clear: none;
  }
  .race-info-wrapper .info:last-child {
    margin-right: 0;
  }
  .race-info-wrapper .info:nth-child(4n) {
    margin-right: 0;
  }
  .race-info-wrapper .info:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 48em) {
  .race-info-wrapper {
    padding: 0 50px 50px;
  }
}

.news .post {
  display: block;
}
.news .post::after {
  clear: both;
  content: "";
  display: table;
}
.news .post h1 {
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
}
.news .post .content-wrapper {
  display: block;
}
.news .post .content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.news .post:first-child h1 {
  padding-top: 0;
  border: 0;
}
.news .page-content-wrapper {
  background-image: url(../images/bg_pointer_right_big.png), url(../images/bg_pointer_left_small.png);
  background-position: left top, right top 490px;
  background-repeat: no-repeat;
}

.post iframe {
  width: 100% !important;
}
.post a {
  border-bottom: 3px solid #e6e6e6;
  box-shadow: inset 0 -3px 0 #e6e6e6;
}
.post h1 a {
  color: #005280;
  border: 0;
  box-shadow: none;
}

.single-news-post .page-content-wrapper {
  padding-top: 80px;
}

.rules-faqs .page-content-wrapper {
  background-image: url(../images/bg_pointer_right_big.png), url(../images/bg_pointer_left_small.png);
  background-position: left top, right top 490px;
  background-repeat: no-repeat;
}
.rules-faqs .column {
  background-color: #ffffff;
  padding: 30px;
}
@media screen and (min-width: 48em) {
  .rules-faqs .column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .rules-faqs .column:last-child {
    margin-right: 0;
  }
}
.rules-faqs .column h1 {
  color: #005280;
}
.rules-faqs .column h2 {
  color: #b21d22;
  margin-top: 10px;
  padding: 0;
}
.rules-faqs .column h2 + p {
  margin-top: 0;
}
.rules-faqs .column ul, .rules-faqs .column ol {
  margin-left: 18px;
  padding: 0;
}
.rules-faqs .column li {
  padding: 5px 0;
}
.rules-faqs .column a {
  color: #005280;
  border-bottom: 3px solid #e6e6e6;
}
.rules-faqs .column a:hover {
  color: #b21d22;
}
.rules-faqs .column table {
  margin: 10px 0;
  width: 25%;
}
.rules-faqs .column table td {
  border-right: 1px solid #e6e6e6;
  line-height: 2.5em;
}
.rules-faqs .column table td:last-child {
  padding-left: 20px;
}
.rules-faqs .column table strong {
  padding-right: 5px;
  font-weight: 800;
}
.rules-faqs .question p, .rules-faqs .answer p {
  font-size: 12.18px;
  font-size: 0.76125rem;
  color: #005280;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .rules-faqs .question p, .rules-faqs .answer p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.rules-faqs .question p:before, .rules-faqs .answer p:before {
  content: "Q: ";
  width: 10px;
  color: #b21d22;
  font-size: 15.66px;
  font-size: 0.97875rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .rules-faqs .question p:before, .rules-faqs .answer p:before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.rules-faqs .answer p {
  font-weight: 400;
  color: #595959;
}
.rules-faqs .answer p:before {
  content: "A: ";
}

.page .page-content-wrapper {
  background-image: url(../images/bg_pointer_right_big.png), url(../images/bg_pointer_left_small.png);
  background-position: left top, right top 490px;
  background-repeat: no-repeat;
}
.page .post-wrapper h1, .page .page-section-wrapper h1 {
  color: #005280;
}
.page .post-wrapper h2, .page .page-section-wrapper h2 {
  color: #b21d22;
  margin-top: 10px;
  padding: 0;
}
.page .post-wrapper h2 + p, .page .page-section-wrapper h2 + p {
  margin-top: 0;
}
.page .post-wrapper ul, .page .page-section-wrapper ul {
  margin-left: 18px;
}
.page .accordion {
  margin: 0 !important;
  list-style-type: none !important;
}
.page .accordion h3 {
  margin: 0 0 15px;
  color: #005280;
  font-size: 12.18px;
  font-size: 0.76125rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .page .accordion h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page .accordion hr {
  display: block;
  margin: 30px 0;
  border: 0;
  border-bottom: 1px dashed #e6e6e6;
}
.page .accordion li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 25px;
}
.page .accordion li li {
  border: 0;
  padding: 5px 0;
}
.page .accordion > li > a {
  font-weight: normal;
}
.page .accordion ul.submenu {
  display: none;
  margin: 0;
  padding: 0;
}
.page .accordion .external-link {
  display: block;
  font-weight: 700;
}
.page .accordion .external-link a {
  position: relative;
  padding-left: 20px;
  color: #005280;
}
.page .accordion .external-link a:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '\f08e';
  font-family: "fontAwesome";
}
.page .accordion .is-expanded {
  display: block;
}
.page .accordion .is-expanded > a:after {
  float: right;
  content: '\f068';
  margin-top: -18px;
  font-family: "fontAwesome";
  color: #b21d22;
}
.page .accordion .is-expanded ul.submenu {
  display: block;
}
.page .accordion .js-accordion-trigger h3:hover {
  color: #005280;
}
.page .accordion .js-accordion-trigger:after {
  float: right;
  content: '\f067';
  margin-top: -18px;
  font-family: "fontAwesome";
}

#footer-wrapper {
  padding: 24px 30px 40px;
  background-color: #f2f2f2;
}
#footer-wrapper ul {
  list-style: none;
}
#footer-wrapper .logo {
  margin-top: -53px;
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 36.17021%;
}
#footer-wrapper .logo:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  #footer-wrapper .logo {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 10.6383%;
  }
  #footer-wrapper .logo:last-child {
    margin-right: 0;
  }
}
#footer-wrapper .footer-nav-wrapper {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 61.70213%;
  margin-right: 0;
}
#footer-wrapper .footer-nav-wrapper:last-child {
  margin-right: 0;
}
#footer-wrapper .footer-nav-wrapper a {
  font-size: 12.18px;
  font-size: 0.76125rem;
  text-transform: uppercase;
  color: #595959;
  font-weight: 500;
}
@media screen and (min-width: 48em) {
  #footer-wrapper .footer-nav-wrapper a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#footer-wrapper .footer-nav-wrapper a:hover {
  color: #b21d22;
}
@media screen and (min-width: 48em) {
  #footer-wrapper .footer-nav-wrapper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 68.08511%;
  }
  #footer-wrapper .footer-nav-wrapper:last-child {
    margin-right: 0;
  }
}
#footer-wrapper .footer-utility-wrapper {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 61.70213%;
  margin-left: 38.29787%;
}
#footer-wrapper .footer-utility-wrapper:last-child {
  margin-right: 0;
}
#footer-wrapper .footer-utility-wrapper a {
  font-size: 11.31px;
  font-size: 0.70688rem;
  text-transform: uppercase;
  color: #005280;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  #footer-wrapper .footer-utility-wrapper a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#footer-wrapper .footer-utility-wrapper a:hover {
  color: #b21d22;
}
@media screen and (min-width: 48em) {
  #footer-wrapper .footer-utility-wrapper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 4.25532%;
    margin-left: 0%;
  }
  #footer-wrapper .footer-utility-wrapper:last-child {
    margin-right: 0;
  }
}
#footer-wrapper .footer-social-wrapper {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 61.70213%;
  margin-left: 38.29787%;
}
#footer-wrapper .footer-social-wrapper:last-child {
  margin-right: 0;
}
#footer-wrapper .footer-social-wrapper .fontawesome-text {
  display: none;
}
#footer-wrapper .footer-social-wrapper li {
  display: inline;
}
#footer-wrapper .footer-social-wrapper a {
  padding: 0 !important;
  color: #b21d22;
  font-size: 20px;
}
#footer-wrapper .footer-social-wrapper a:hover {
  color: #005280;
}
#footer-wrapper .footer-social-wrapper i.fa-search {
  color: #737373;
}
@media screen and (min-width: 48em) {
  #footer-wrapper .footer-social-wrapper {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 10.6383%;
    margin-left: 0%;
  }
  #footer-wrapper .footer-social-wrapper:last-child {
    margin-right: 0;
  }
}
#footer-wrapper .copyright {
  font-size: 11.31px;
  font-size: 0.70688rem;
}
@media screen and (min-width: 48em) {
  #footer-wrapper .copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}



/*# sourceMappingURL=maps/chicrosscup.css.map */
