﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.hide {
  display: none !important; }

input {
  -webkit-appearance: none; }

img {
  display: block; }

.row:after {
  display: block;
  clear: both;
  content: ''; }

.row + .row {
  margin-top: 1.5%; }

[class^="col-"] {
  float: left;
  margin-right: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  [class^="col-"]:last-child {
    margin-right: 0%; }

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

/*
.col-1  { width:5.583333333333333%; }
.col-2  { width:14.16666666666667%; }
.col-3  { width:22.75%; }
.col-4  { width:31.33333333333333%; }
.col-5  { width:39.91666666666667%; }
.col-6  { width:48.5%; }
.col-7  { width:57.08333333333333%; }
.col-8  { width:65.66666666666666%; }
.col-9  { width:74.25%; }
.col-10 { width:82.83333333333333%; }
.col-11 { width:91.41666666666666%; }
.col-12 { width:100%; }
*/
.col-1 {
  width: 6.95833%; }

.col-2 {
  width: 15.41667%; }

.col-3 {
  width: 23.875%; }

.col-4 {
  width: 32.33333%; }

.col-5 {
  width: 40.79167%; }

.col-6 {
  width: 49.25%; }

.col-7 {
  width: 57.70833%; }

.col-8 {
  width: 66.16667%; }

.col-9 {
  width: 74.625%; }

.col-10 {
  width: 83.08333%; }

.col-11 {
  width: 91.54167%; }

.col-12 {
  width: 100%; }

.USAGE-EXAMPLE {
  padding: 2rem;
  font-size: 1.8rem; }
  @media only screen and (min-width: 1080px) {
    .USAGE-EXAMPLE {
      padding-top: 4rem;
      font-size: 2.4rem; } }

input.placeholder,
textarea.placeholder {
  color: #AAA;
  font-weight: normal !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA;
  font-weight: normal !important; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #AAA;
  font-weight: normal !important; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #AAA;
  font-weight: normal !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAA;
  font-weight: normal !important; }

#red .theme-bg {
  background-color: #EB002B; }
  #red .theme-bg.shade-10 {
    background-color: #d40027; }

#red .theme-text {
  color: #EB002B; }
  #red .theme-text a {
    color: #EB002B; }
    #red .theme-text a:hover {
      color: #d40027; }

#red .enter a::before {
  border-bottom: 90px solid #EB002B; }

#red .enter a::after {
  border-top: 90px solid #EB002B; }

#red nav .enter::before {
  border-bottom: 50px solid #EB002B; }

#red nav .enter::after {
  border-top: 50px solid #EB002B; }

#error-page {
  background: #333;
  text-align: center;
  background-image: url(/img/master-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  #error-page h1 {
    font-weight: 900;
    font-style: italic;
    font-size: 2.6em;
    text-transform: uppercase;
    color: #ddd;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  #error-page p {
    color: #eee;
    font-size: 1.2em;
    font-weight: 700;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    #error-page p a {
      color: #fff; }
      #error-page p a:hover {
        text-decoration: none; }
  #error-page img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 250px; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

.container {
  max-width: 1235px;
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (max-width: 1279px) {
    .container {
      max-width: 940px; } }
  @media only screen and (max-width: 1079px) {
    .container {
      max-width: 720px; } }
  @media only screen and (max-width: 800px) {
    .container {
      max-width: 96%;
      padding: 0; } }

.bigContainer {
  max-width: calc(98rem -30px);
  margin: 0 auto;
  padding: 0 15px; }

.relative {
  position: relative; }

.main {
  border-right: 1px solid #ddd;
  padding-right: 15px; }

body {
  background-color: #fff;
  font-family: "Barlow", sans-serif;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden; }

.page {
  z-index: 100 !important;
  position: relative;
  transform: translateX(0);
  transition: transform .3s ease;
  will-change: transform; }
  .page.active {
    transform: translateX(-29%);
    transition: transform .3s ease;
    will-change: transform;
    height: 100vh;
    overflow: hidden; }

#alert {
  background-color: #222;
  color: white;
  position: relative;
  height: 50px;
  line-height: 50px; }
  #alert .title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2em;
    font-style: italic;
    margin-left: 70px;
    display: inline; }
  #alert a {
    display: inline-block;
    background-color: #EB002B;
    color: white;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin-top: 10px;
    padding: 0 30px;
    text-align: right;
    margin-left: 25px;
    text-decoration: none; }
  #alert .icon {
    width: 50px;
    height: 50px;
    background-color: #EB002B;
    color: white;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 1.5em; }

#awe {
  font-family: "Barlow", sans-serif;
  color: white;
  width: 30%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: scroll;
  z-index: 9990 !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: transform .3s ease;
  will-change: transform;
  background-color: #111; }
  @media only screen and (max-width: 1079px) {
    #awe {
      width: 400px; } }
  @media only screen and (max-width: 739px) {
    #awe {
      width: 100vw; } }
  #awe.active {
    transform: translateX(0%);
    transition: transform .3s ease; }
  #awe .logo {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    margin-right: 4px;
    margin-top: -7px; }
    #awe .logo img {
      padding-top: 5px; }
  #awe #eventSelector {
    padding: 20px; }
    #awe #eventSelector:hover {
      z-index: 999999999999999999999 !important; }
    #awe #eventSelector .explore {
      padding-right: 10px;
      font-weight: 900;
      font-style: italic;
      text-transform: uppercase;
      font-size: 1.6em;
      color: white;
      background-color: #111;
      margin-bottom: 0px; }
      #awe #eventSelector .explore i {
        float: right;
        color: #EB002B;
        cursor: pointer; }
    #awe #eventSelector .events {
      display: block;
      background-color: #111; }
      #awe #eventSelector .events .event {
        padding: 12px 0;
        border-bottom: 1px solid #222; }
        @media only screen and (max-width: 559px) {
          #awe #eventSelector .events .event {
            text-align: center; }
            #awe #eventSelector .events .event .col-2, #awe #eventSelector .events .event .col-10 {
              width: 100% !important;
              float: none !important; } }
        @media only screen and (max-width: 739px) {
          #awe #eventSelector .events .event:first-of-type {
            margin-top: 15px; } }
        #awe #eventSelector .events .event .date {
          color: #EB002B;
          font-weight: 900;
          font-size: 1em;
          margin-top: 5px; }
          @media only screen and (max-width: 559px) {
            #awe #eventSelector .events .event .date {
              font-size: 1.1em;
              margin-top: 15px; } }
        #awe #eventSelector .events .event .location {
          color: #777;
          letter-spacing: 1px;
          padding-top: 5px;
          text-transform: uppercase;
          font-size: .9rem;
          padding-bottom: 5px; }
          #awe #eventSelector .events .event .location i {
            color: #999;
            margin-right: 3px; }
        #awe #eventSelector .events .event .price {
          color: #999;
          font-size: .9em; }
          @media only screen and (max-width: 559px) {
            #awe #eventSelector .events .event .price {
              font-size: 1.2em;
              margin-top: 10px;
              margin-top: 5px; } }
          #awe #eventSelector .events .event .price strong {
            color: #EB002B;
            font-weight: 900;
            font-size: 1.1em; }
        #awe #eventSelector .events .event img {
          width: 100%;
          height: auto; }
        #awe #eventSelector .events .event a {
          display: block;
          color: white !important;
          padding: 0;
          transition: all .2s linear;
          text-decoration: none;
          font-weight: 900;
          text-transform: uppercase;
          font-style: italic;
          font-size: 1.3em;
          cursor: pointer; }
          @media only screen and (max-width: 559px) {
            #awe #eventSelector .events .event a {
              font-size: 1.4em; } }
          #awe #eventSelector .events .event a:hover {
            padding-left: 4px;
            transition: all .2s linear;
            color: #EB002B !important;
            text-decoration: underline; }

header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+96 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 96%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 96%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 96%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  padding: 20px 40px 100px 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9000; }
  @media only screen and (max-width: 1079px) {
    header .col-8 {
      width: 100% !important;
      float: none;
      position: relative;
      z-index: 999; } }
  @media only screen and (max-width: 1079px) {
    header .col-2 {
      float: none;
      width: 50%; } }
  @media only screen and (max-width: 559px) {
    header {
      padding: 15px 0 0px 40px;
      height: 44px;
      background: rgba(235, 0, 43, 0.85) !important;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.7); } }
  header #toggleEvents {
    color: white;
    font-size: 1.6em;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-align: right;
    float: right;
    cursor: pointer;
    margin-top: 17px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    transition: all .2s ease;
    text-decoration: none; }
    @media only screen and (max-width: 1079px) {
      header #toggleEvents {
        position: absolute;
        right: 20px;
        top: 0; } }
    @media only screen and (max-width: 559px) {
      header #toggleEvents {
        font-size: 1.4em;
        right: 10px; } }
    header #toggleEvents i {
      color: #EB002B;
      padding-left: 10px; }
      @media only screen and (max-width: 559px) {
        header #toggleEvents i {
          color: white; } }
    header #toggleEvents:hover {
      padding-right: 5px;
      transition: all .2s ease; }
  header #eventLogo {
    padding: 10px; }
    header #eventLogo img {
      width: 100%;
      height: auto;
      max-width: 140px; }
    @media only screen and (max-width: 1079px) {
      header #eventLogo {
        max-width: 90px;
        padding: 0 5px;
        margin-top: -10px;
        margin-bottom: -20px; } }
    @media only screen and (max-width: 559px) {
      header #eventLogo {
        margin-top: 0px; } }
  header .event-title {
    color: #444;
    font-weight: 900;
    font-family: "Barlow", sans-serif;
    font-size: 2.4em;
    font-style: italic;
    text-transform: uppercase;
    text-align: right;
    padding-top: 45px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 1279px) {
      header .event-title {
        font-size: 2em; } }
    @media only screen and (max-width: 1079px) {
      header .event-title {
        font-size: 1.6em;
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 800px) {
      header .event-title {
        font-size: 1.3em; } }
    header .event-title .eventDate {
      display: block;
      font-size: .8em;
      color: #888; }
  header nav {
    background-color: transparent;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    font-weight: 700;
    z-index: 9999999999;
    position: relative;
    text-align: center;
    transition: left .3s ease; }
    @media only screen and (max-width: 1279px) {
      header nav {
        font-size: 80%; } }
    @media only screen and (max-width: 1079px) {
      header nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw !important;
        z-index: 999999;
        height: 100%;
        text-align: left;
        background-color: #000;
        transition: transform ease .3s;
        will-change: transform;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        opacity: 0; } }
  @media only screen and (max-width: 1079px) and (max-width: 739px) {
    header nav {
      /*width: calc(100% - 56px) !important;*/ } }
    @media only screen and (max-width: 1079px) {
        header nav.visible {
          -webkit-transform: none;
          transform: none;
          opacity: 1;
          transition: opacity .3s ease;
          z-index: 999999999999999 !important; } }
    header nav .visible {
      z-index: 999999999999999 !important; }
      @media only screen and (max-width: 800px) {
        header nav .visible .container {
          width: 100% !important;
          max-width: none !important; } }
    header nav a, header nav .hasChildren {
      color: #fff;
      display: inline-block;
      padding: 0px 6px;
      font-size: 1.3em;
      text-decoration: none;
      font-weight: 900;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); }
      header nav a:after, header nav .hasChildren:after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background-color: rgba(235, 0, 43, 0.8);
        border-radius: 3px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -10px;
        transition: all .15s ease; }
        @media only screen and (max-width: 1079px) {
          header nav a:after, header nav .hasChildren:after {
            display: none; } }
      header nav a:hover, header nav .hasChildren:hover {
        color: #fff;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.9); }
        header nav a:hover:after, header nav .hasChildren:hover:after {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          background-color: #eb002b;
          border-radius: 50%;
          margin-left: auto;
          margin-right: auto;
          margin-top: -10px;
          transition: all .15s ease; }
          @media only screen and (max-width: 1079px) {
            header nav a:hover:after, header nav .hasChildren:hover:after {
              display: none; } }
      @media only screen and (max-width: 1279px) {
        header nav a, header nav .hasChildren {
          padding: 0 5px; } }
      @media only screen and (max-width: 1079px) {
        header nav a, header nav .hasChildren {
          display: block;
          border-bottom: none;
          color: white;
          font-size: 2.4em;
          text-align: center; } }
    header nav .hasChildren {
      position: relative;
      cursor: pointer; }
      header nav .hasChildren .subNav {
        position: absolute;
        display: none;
        left: -3px;
        top: 49px;
        z-index: 999999;
        width: 250px;
        text-align: left; }
        header nav .hasChildren .subNav a {
          font-size: .8em;
          display: block;
          line-height: 38px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.05);
          transition: all .2s linear; }
          header nav .hasChildren .subNav a:hover {
            background-color: #222;
            padding-left: 15px;
            transition: all .2s linear; }
          header nav .hasChildren .subNav a:last-of-type {
            border-bottom: none !important; }
      header nav .hasChildren.visible .subNav {
        display: block;
        background-color: rgba(48, 48, 48, 0.9);
        border-top: 2px solid #1b1b1b;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        @media only screen and (max-width: 1079px) {
          header nav .hasChildren.visible .subNav {
            position: relative;
            top: 0;
            width: auto;
            background-color: #191919;
            margin-left: -10px;
            margin-right: -10px; } }
        @media only screen and (max-width: 1079px) {
          header nav .hasChildren.visible .subNav {
            border-radius: 0; } }

.flexslider {
  min-height: 45vh; }

.bannerHome {
  position: relative;
  padding: 0px;
  margin-bottom: 15px;
  margin: 0px;
  background-color: #000; }
  .bannerHome .bannerContent {
    position: absolute;
    bottom: 0;
    padding: 20px 40px 60px 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.62+67 */
    background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.62) 75%, rgba(0, 0, 0, 0.62) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.62) 75%, rgba(0, 0, 0, 0.62) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.62) 75%, rgba(0, 0, 0, 0.62) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=0 );
    /* IE6-9 */
    width: calc(100% - 60px);
    text-align: left;
    border-left: 8px solid rgba(235, 0, 43, 0.6); }
    @media only screen and (max-width: 1079px) {
      .bannerHome .bannerContent {
        padding: 20px;
        width: calc(100% - 40px); } }
    @media only screen and (max-width: 800px) {
      .bannerHome .bannerContent {
        border-left: none;
        text-align: center; } }
    .bannerHome .bannerContent .solOut {
      color: #EB002B; }
    .bannerHome .bannerContent .sponsor {
      width: 200px;
      padding-bottom: 10px;
      padding-top: 10px; }
      @media only screen and (max-width: 800px) {
        .bannerHome .bannerContent .sponsor {
          font-size: 4vw;
          width: 140px;
          margin-left: auto;
          margin-right: auto; } }
    .bannerHome .bannerContent .latestLabel {
      color: #fff;
      display: inline-block;
      font-size: 1.1em;
      font-weight: 900;
      background-color: #EB002B;
      padding: 5px 8px;
      border-radius: 3px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 559px) {
        .bannerHome .bannerContent .latestLabel {
          margin-bottom: 5px; } }
      .bannerHome .bannerContent .latestLabel i {
        margin-right: 5px;
        color: #fff; }
    .bannerHome .bannerContent h3 {
      color: white;
      font-size: 2.8vw;
      font-weight: 900;
      font-style: italic;
      margin-bottom: 5px;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
      max-width: 50%;
      text-transform: uppercase; }
      @media only screen and (max-width: 800px) {
        .bannerHome .bannerContent h3 {
          font-size: 4vw;
          max-width: 85%;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (max-width: 800px) {
        .bannerHome .bannerContent h3 {
          font-size: 5vw;
          text-shadow: none; } }
      @media only screen and (max-width: 559px) {
        .bannerHome .bannerContent h3 {
          font-size: 7vw;
          text-shadow: none;
          max-width: 94%; } }
    .bannerHome .bannerContent h4 {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.3em;
      font-weight: 700;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
      @media only screen and (max-width: 559px) {
        .bannerHome .bannerContent h4 {
          font-size: 1em; } }
    .bannerHome .bannerContent .event-data {
      color: white;
      font-weight: 700;
      font-size: 1.4em;
      padding-top: 5px;
      padding-bottom: 5px; }
      @media only screen and (max-width: 559px) {
        .bannerHome .bannerContent .event-data {
          font-size: 1.1em; } }
      .bannerHome .bannerContent .event-data i {
        color: #EB002B;
        margin-right: 5px; }
    .bannerHome .bannerContent a.link {
      line-height: 38px;
      border: 2px solid #EB002B;
      padding: 0 30px;
      background-color: #EB002B;
      color: white;
      font-size: 1.2em;
      display: inline-block;
      border-radius: 20px;
      text-decoration: none;
      margin-top: 20px; }
      @media only screen and (max-width: 559px) {
        .bannerHome .bannerContent a.link {
          font-weight: 900;
          display: block;
          line-height: 44px;
          border-radius: 24px;
          font-size: 1.3em; } }
      .bannerHome .bannerContent a.link:hover {
        background-color: #EB002B;
        color: white;
        border-color: white; }
  .bannerHome picture, .bannerHome img {
    width: 100%;
    height: auto;
    opacity: .8;
    /*@include image-transition;*/ }
  @media only screen and (max-width: 1079px) {
    .bannerHome {
      box-shadow: none; } }
  .bannerHome .eventMeta {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Barlow", sans-serif;
    position: absolute;
    bottom: 0px;
    width: 100%; }
    @media only screen and (max-width: 1079px) {
      .bannerHome .eventMeta .col-8, .bannerHome .eventMeta .col-4 {
        width: 100% !important;
        float: none !important;
        text-align: center; } }
    .bannerHome .eventMeta .inner {
      height: 90px;
      line-height: 90px;
      background-color: rgba(30, 30, 30, 0.75);
      position: relative;
      /*&:after, &:before {
                height: 0;
                width: 0;
                content: "";
                display: block;
                position: relative;
            }

            &:before {
                border-bottom: 90px solid rgba(0,0,0,.6);
                position: absolute;
                top: 0;
                border-left: 20px solid transparent;
                left: -20px;
            }*/ }
      @media only screen and (max-width: 559px) {
        .bannerHome .eventMeta .inner {
          height: 60px;
          line-height: 60px; } }
      @media only screen and (max-width: 1079px) {
        .bannerHome .eventMeta .inner {
          box-shadow: none; }
          .bannerHome .eventMeta .inner .container {
            width: 100% !important; } }
    .bannerHome .eventMeta .enter {
      margin-right: -2px !important; }
      .bannerHome .eventMeta .enter a {
        display: block;
        font-weight: 900;
        padding: 0 30px;
        font-size: 1.9vw;
        text-transform: uppercase;
        text-align: center;
        color: white;
        height: 90px;
        line-height: 90px;
        font-style: italic;
        position: relative;
        text-decoration: none;
        /*&:after, &:before {
                    height: 0;
                    width: 0;
                    content: "";
                    display: block;
                    position: relative;
                }

                &:before {
                    position: absolute;
                    top: 0;
                    border-left: 20px solid transparent;
                    left: -20px;
                }*/
        /*&:after {
                    position: absolute;
                    top: 0;
                    border-right: 20px solid transparent;
                    right: -20px;
                }*/ }
        .bannerHome .eventMeta .enter a.closed {
          text-decoration: line-through; }
        @media only screen and (max-width: 1079px) {
          .bannerHome .eventMeta .enter a {
            height: 60px;
            line-height: 60px;
            font-size: 2em !important; } }
        @media only screen and (max-width: 1079px) {
          .bannerHome .eventMeta .enter a {
            font-size: 2.6vw;
            margin-right: 0; } }
        .bannerHome .eventMeta .enter a:hover {
          color: white; }
          .bannerHome .eventMeta .enter a:hover i {
            margin-left: 15px;
            transition: all linear .3s; }
        .bannerHome .eventMeta .enter a i {
          margin-left: 10px;
          transition: all linear .3s; }
        @media only screen and (max-width: 1079px) {
          .bannerHome .eventMeta .enter a {
            font-size: 3vw; } }

.sectionTitle {
  padding: 0;
  color: #EB002B;
  font-size: 2.8em;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  line-height: 40px; }
  @media only screen and (max-width: 559px) {
    .sectionTitle {
      font-size: 2em;
      padding-bottom: 0; } }

#newsWall {
  /*border-top: 3px solid $aweRed;*/
  margin-top: 25px;
  /*border-bottom: 3px solid $aweRed;*/
  padding-bottom: 50px;
  margin-bottom: -45px; }
  @media only screen and (max-width: 559px) {
    #newsWall {
      border-bottom: none; } }
  @media only screen and (max-width: 1079px) {
    #newsWall .col-7 {
      width: 100% !important;
      float: none !important; }
    #newsWall .col-5 {
      width: 100% !important;
      float: none !important; }
      #newsWall .col-5 .latestItem {
        margin-bottom: 20px; } }
  #newsWall img {
    width: 100%;
    height: auto; }
  #newsWall .latestItem a.link {
    font-weight: 900;
    color: #fff;
    background-color: #EB002B;
    font-size: 1.4em;
    display: inline-block;
    margin-top: -20px;
    text-decoration: none;
    padding: 10px 15px 10px 10px; }
    #newsWall .latestItem a.link i {
      margin-left: 8px; }
    #newsWall .latestItem a.link:hover {
      background-color: #333; }
  #newsWall .otherNews a.link {
    font-weight: 700;
    color: #EB002B;
    display: block;
    margin-top: 8px;
    text-decoration: none;
    margin-bottom: 6px;
    line-height: 1.2;
    padding: 4px 6px;
    height: 44px; }
    @media only screen and (max-width: 559px) {
      #newsWall .otherNews a.link {
        text-align: center; } }
    #newsWall .otherNews a.link:hover {
      color: white;
      text-decoration: underline; }
  #newsWall .otherNews .col-4:hover a.link {
    color: #c80025; }
  @media only screen and (max-width: 559px) {
    #newsWall .otherNews .col-4 {
      width: 100% !important;
      float: none !important;
      text-align: center; }
    #newsWall .otherNews .row2 {
      display: none; } }

.sorry {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 700;
  color: #EB002B; }

#latestPostsContainer {
  position: absolute;
  bottom: 15px;
  right: 20px; }

.latestPostBox {
  background-color: rgba(30, 30, 30, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: inline-block;
  color: white;
  transition: transform .2s ease;
  transform: scale(1);
  width: 150px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 4px solid #EB002B;
  margin-left: 5px;
  opacity: .9;
  font-size: 90%; }
  @media only screen and (max-width: 1279px) {
    .latestPostBox {
      width: 145px;
      font-size: 85%; } }
  @media only screen and (max-width: 1179px) {
    .latestPostBox {
      display: none; } }
  .latestPostBox:first-of-type {
    opacity: 1; }
    @media only screen and (max-width: 1279px) {
      .latestPostBox:first-of-type {
        width: 145px !important;
        font-size: 85% !important; } }
    @media only screen and (max-width: 1179px) {
      .latestPostBox:first-of-type {
        display: block; } }
  @media only screen and (max-width: 800px) {
    .latestPostBox {
      display: none !important; } }
  .latestPostBox .row {
    position: relative; }
  .latestPostBox .image {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .latestPostBox .image {
        width: 60px;
        top: 0;
        bottom: auto;
        box-shadow: none; } }
    .latestPostBox .image img {
      width: 100%;
      height: auto;
      float: right; }
  .latestPostBox span {
    display: inline-block;
    background-color: #EB002B;
    padding: 5px;
    margin-top: 0px;
    margin-left: -4px;
    z-index: 90;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .latestPostBox span {
        float: right;
        margin-left: 0; } }
  .latestPostBox .col-9 {
    width: 100% !important; }
  .latestPostBox a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 5px 0px 5px 8px;
    text-align: left;
    position: relative;
    z-index: 90;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.62+67 */
    background: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.62) 67%, rgba(0, 0, 0, 0.62) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.62) 67%, rgba(0, 0, 0, 0.62) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.62) 67%, rgba(0, 0, 0, 0.62) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=0 );
    /* IE6-9 */ }
    .latestPostBox a:hover {
      color: white; }
    @media only screen and (max-width: 800px) {
      .latestPostBox a {
        display: inline-block;
        margin-left: 60px;
        background: none !important;
        padding-top: 10px; } }
  .latestPostBox:hover {
    transform: scale(1.085);
    opacity: 1;
    transition: transform .2s ease; }
    @media only screen and (max-width: 800px) {
      .latestPostBox:hover {
        transform: none; } }

.bannerGeneric {
  width: 100%;
  max-width: 100vw;
  overflow: hidden; }
  .bannerGeneric picture, .bannerGeneric img {
    width: 100%;
    height: auto;
    /*@include image-transition;*/ }

.pagination {
  border-top: 4px solid #EB002B;
  padding: 10px 0;
  max-width: 840px;
  margin-left: auto !important;
  margin-right: auto;
  margin-top: 15px; }
  .pagination li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #ddd; }
    .pagination li:first-of-type {
      border-left: none; }
    .pagination li a {
      color: #EB002B;
      text-decoration: none;
      font-size: 1.4em;
      font-weight: 900; }
      .pagination li a:hover {
        text-decoration: underline;
        opacity: .8; }
    .pagination li.active a {
      color: #888; }

.category-intro {
  margin: 15px 0 0 0;
  padding: 25px 15px;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .category-intro #poweredBy {
    text-align: center;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
    font-size: .9em;
    letter-spacing: 2px; }
    .category-intro #poweredBy img {
      width: 100%;
      height: auto;
      max-width: 170px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px; }
  .category-intro h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700; }
  .category-intro p {
    font-size: 1.1em;
    line-height: 1.3; }

.tabs {
  text-align: left;
  margin-top: 0px;
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 559px) {
    .tabs {
      text-align: center; } }
  .tabs a {
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    font-size: 1.5em;
    color: #888;
    cursor: pointer; }
    @media only screen and (max-width: 800px) {
      .tabs a {
        font-size: 1.2em;
        padding: 10px; } }
    @media only screen and (max-width: 559px) {
      .tabs a {
        font-size: 1.2em;
        padding: 20px 10px;
        text-align: center; } }
    .tabs a:hover {
      color: #333; }
    .tabs a.active {
      border-bottom: 4px solid #EB002B;
      font-weight: 900;
      color: #333;
      font-size: 1.7em;
      margin-bottom: -2px; }
      @media only screen and (max-width: 800px) {
        .tabs a.active {
          font-size: 1.2em; } }

.tab {
  display: none; }

.tab-visible {
  display: block; }

.video {
  padding: 20px 0 30px 0; }
  .video h1 {
    font-weight: 900;
    font-size: 2.5em;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #444;
    text-transform: uppercase;
    font-style: italic; }
  .video .videoDescription {
    padding-top: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: center; }
    .video .videoDescription p {
      font-size: 1.2em;
      margin-bottom: 12px;
      line-height: 1.4;
      color: #333; }
      .video .videoDescription p strong {
        font-weight: 700; }
      .video .videoDescription p a {
        color: #EB002B;
        text-decoration: underline; }
        .video .videoDescription p a:hover {
          text-decoration: none; }

.otherVideos {
  padding-bottom: 15px; }

.banner {
  background-color: #EB002B;
  height: 120px; }

#resources {
  padding-top: 20px; }
  #resources .resource {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 15px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    transition: all .2s ease; }
    @media only screen and (max-width: 559px) {
      #resources .resource .col-3, #resources .resource .col-9 {
        width: 100%;
        float: none; } }
    #resources .resource:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      transition: all .2s ease;
      background-color: #EB002B;
      color: white; }
      #resources .resource:hover h3 {
        color: white !important; }
      #resources .resource:hover a {
        background-color: white !important;
        color: #EB002B !important; }
    #resources .resource h3 {
      font-weight: 900;
      font-size: 1.4em;
      color: #333;
      margin-bottom: 4px; }
    #resources .resource a {
      display: block;
      background-color: #EB002B;
      height: 44px;
      line-height: 44px;
      text-align: center;
      color: white;
      font-weight: 900;
      font-style: italic;
      text-decoration: none;
      border-radius: 22px;
      font-size: 1.1em;
      text-transform: uppercase; }
      @media only screen and (max-width: 559px) {
        #resources .resource a {
          margin-top: 10px; } }

.partners .banner-ad-container {
  margin-bottom: 45px; }

#partners {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center; }
  #partners h1 {
    font-size: 2.6em;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    color: #EB002B; }
  #partners .partner {
    width: 28%;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 20px; }
    @media only screen and (max-width: 739px) {
      #partners .partner {
        margin: 20px 0px 45px 0px;
        width: 45%; }
        #partners .partner img {
          width: 80%; } }
    #partners .partner img {
      width: 60%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }

#bannerArticle {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background-color: #555;
  margin: 0px 0px 0px 0px;
  position: relative; }
  @media only screen and (max-width: 1079px) {
    #bannerArticle {
      margin: 0px 0px 0px 0px; } }
  #bannerArticle .shade {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  #bannerArticle picture, #bannerArticle img {
    width: 100%;
    height: auto;
    /*@include image-transition;*/ }
  #bannerArticle h1 {
    font-size: 4.8vw;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase; }
    @media only screen and (max-width: 1079px) {
      #bannerArticle h1 {
        font-size: 6.5vw; } }
    #bannerArticle h1 span {
      display: block;
      font-size: 20px;
      font-weight: 400 !important;
      font-style: normal !important;
      letter-spacing: 1px; }
    #bannerArticle h1 a {
      font-size: 1.8vw;
      display: inline-block;
      clear: both;
      background-color: #EB002B;
      color: white;
      text-decoration: none;
      line-height: 1.8em;
      border-radius: .9em;
      padding: 0 1.2em;
      text-shadow: none;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
      #bannerArticle h1 a i {
        margin-left: 5px; }
      @media only screen and (max-width: 1079px) {
        #bannerArticle h1 a {
          font-size: 4.5vw;
          margin-top: 15px; } }

.announcement {
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none; }
  .announcement .title {
    font-weight: 900;
    font-size: 1.6em;
    color: white;
    font-style: italic; }

#bannerHelp {
  padding: 10vw 0;
  text-align: center; }
  #bannerHelp h1 {
    color: white;
    font-size: 3.8em;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 5px; }
  #bannerHelp h2 {
    color: white;
    font-size: 1.6em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900; }

.subBannerAd {
  background-color: rgba(238, 238, 238, 0.7);
  padding: 10px;
  text-align: right;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999999999;
  display: none; }
  .subBannerAd img {
    text-align: right; }

#articles {
  text-align: center;
  padding-bottom: 23px; }
  #articles h1 {
    font-size: 2.6em;
    color: #333;
    margin: 10px 0;
    text-align: left;
    font-weight: 900;
    font-style: italic; }
  #articles h4 {
    font-size: 1.8em;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: left;
    color: #EB002B;
    text-transform: uppercase; }
  #articles .lead {
    padding-top: 40px;
    padding-bottom: 30px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(30% - 30px);
    vertical-align: top;
    text-align: left; }
    @media only screen and (max-width: 800px) {
      #articles .lead {
        width: calc(48% - 30px); } }
    @media only screen and (max-width: 559px) {
      #articles .lead {
        width: calc(98% - 30px); } }
    #articles .lead p {
      font-size: 1.1em;
      color: #444;
      line-height: 1.3;
      margin-bottom: 10px; }
    #articles .lead h3 {
      font-size: 1.6em;
      font-weight: 900;
      font-style: italic;
      padding-top: 15px;
      color: #666;
      line-height: 1.1;
      margin-bottom: 5px;
      transition: all .3s linear; }
    #articles .lead a {
      display: inline-block;
      text-decoration: none;
      color: #aaa;
      font-size: 1.3em;
      font-weight: 700; }
      #articles .lead a i {
        padding-left: 5px; }
    #articles .lead:hover a, #articles .lead:hover h3 {
      color: #EB002B !important; }
    #articles .lead img {
      width: 100%;
      height: auto;
      background-color: #333; }
    #articles .lead:hover {
      transition: all .3s linear; }
      #articles .lead:hover img {
        opacity: .8;
        transition: all .3s linear; }
      #articles .lead:hover h3 {
        color: #444;
        transition: all .3s linear; }

.help h3 {
  color: #EB002B;
  font-weight: 900;
  font-size: 1.8em;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 3px solid #eee;
  padding-bottom: 16px;
  text-align: center; }

#latest {
  text-align: center;
  background-color: #151515;
  padding: 45px 0;
  background-image: url(/img/awe-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media only screen and (max-width: 559px) {
    #latest {
      padding: 25px 0;
      background-image: none; } }
  #latest .all a {
    background-color: #EB002B;
    text-align: center;
    color: white;
    font-weight: 700;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 1.4em;
    width: 240px;
    line-height: 50px;
    border-radius: 28px; }
  #latest .tabs {
    text-align: center !important;
    border-bottom: none; }
    #latest .tabs .active {
      color: white; }
    #latest .tabs a {
      color: #eee; }
      #latest .tabs a:hover {
        color: #fff; }
      @media only screen and (max-width: 559px) {
        #latest .tabs a {
          font-size: 1.2em;
          padding: 10px;
          text-align: center; } }
  #latest .latest-lead {
    padding-top: 40px;
    padding-bottom: 50px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33% - 30px);
    vertical-align: top;
    text-align: left;
    position: relative; }
    @media only screen and (max-width: 559px) {
      #latest .latest-lead {
        padding-bottom: 35px;
        padding-top: 10px;
        text-align: center; } }
    #latest .latest-lead .new {
      background: #EB002B;
      padding: 5px;
      color: white;
      position: absolute;
      left: 0;
      top: 45px; }
      @media only screen and (max-width: 800px) {
        #latest .latest-lead .new {
          top: 25px; } }
    #latest .latest-lead .play {
      position: absolute;
      top: 50px;
      left: 10px;
      border: 2px solid white;
      color: rgba(255, 255, 255, 0.9);
      padding: 0 !important;
      opacity: .5;
      line-height: 40px;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      text-align: center; }
    #latest .latest-lead:nth-child(4), #latest .latest-lead:nth-child(5) {
      font-size: 88% !important;
      padding-top: 30px; }
      #latest .latest-lead:nth-child(4) h3, #latest .latest-lead:nth-child(5) h3 {
        color: #888; }
    #latest .latest-lead:nth-child(7) {
      padding-top: 30px;
      text-align: center; }
      #latest .latest-lead:nth-child(7) img {
        margin: 0 auto; }
    @media only screen and (max-width: 800px) {
      #latest .latest-lead {
        width: calc(48% - 30px); } }
    @media only screen and (max-width: 559px) {
      #latest .latest-lead {
        width: calc(98% - 30px); } }
    #latest .latest-lead p {
      font-size: 1.2em;
      color: #eee;
      line-height: 1.4;
      margin-bottom: 10px; }
      @media only screen and (max-width: 559px) {
        #latest .latest-lead p {
          font-size: 1.1em; } }
    #latest .latest-lead .category {
      color: #EB002B;
      padding: 20px 0 5px 0;
      font-size: 1.1em;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #latest .latest-lead .category a {
        color: #EB002B;
        text-decoration: none; }
    #latest .latest-lead h3 {
      font-size: 1.6em;
      font-weight: 900;
      font-style: italic;
      color: #fff;
      line-height: 1.3;
      margin-bottom: 5px;
      transition: all .3s linear; }
      @media only screen and (max-width: 559px) {
        #latest .latest-lead h3 {
          font-size: 1.4em; } }
    #latest .latest-lead a.link {
      display: inline-block;
      text-decoration: none;
      color: #EB002B;
      font-size: 1.3em;
      font-weight: 700; }
      #latest .latest-lead a.link i {
        padding-left: 5px; }
      #latest .latest-lead a.link:hover {
        color: #d40027; }
    #latest .latest-lead img {
      width: 100%;
      height: auto; }
    #latest .latest-lead:hover {
      transition: all .3s linear; }
      #latest .latest-lead:hover img {
        opacity: 1;
        transition: all .3s linear; }
      #latest .latest-lead:hover h3 {
        color: #ccc;
        transition: all .3s linear; }
  #latest .ad {
    text-align: right; }
    #latest .ad img {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }

#featuredVideo {
  padding: 20px 0; }
  #featuredVideo .latest-videos {
    padding: 15px 0;
    margin-top: 15px; }
  #featuredVideo .title {
    color: #888;
    font-size: 1.6em;
    padding: 15px 0;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase; }

#eventNews {
  padding: 100px 0 40px 0;
  background-color: #eee;
  background-image: url(/img/master-bg-light.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  @media only screen and (max-width: 1079px) {
    #eventNews {
      padding: 20px; } }
  @media only screen and (max-width: 800px) {
    #eventNews {
      background-color: #fff;
      background-image: none; } }
  #eventNews a.all {
    text-align: center;
    color: white;
    font-weight: 700;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 1.4em;
    margin-top: 35px;
    width: 240px;
    line-height: 50px;
    border-radius: 28px;
    border: 3px solid #EB002B;
    background-color: #EB002B;
    margin-bottom: 35px; }
    #eventNews a.all i {
      margin-left: 10px; }
    #eventNews a.all:hover {
      background-color: #c80025;
      color: white; }
  #eventNews .latest-lead {
    display: inline-block;
    margin-left: -5px;
    position: relative;
    width: 50%;
    vertical-align: top;
    text-align: left;
    margin-bottom: -1px;
    background-color: #111;
    overflow: hidden; }
    @media only screen and (max-width: 800px) {
      #eventNews .latest-lead {
        display: block;
        width: 100%;
        margin-bottom: 10px !important; } }
    #eventNews .latest-lead .text {
      position: absolute;
      bottom: 0;
      padding: 20px;
      color: white;
      border-left: 8px solid #EB002B; }
      #eventNews .latest-lead .text h3 {
        font-weight: 900;
        font-style: italic;
        font-size: 2em;
        margin-bottom: 3px;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); }
        @media only screen and (max-width: 1079px) {
          #eventNews .latest-lead .text h3 {
            font-size: 1.5em; } }
      #eventNews .latest-lead .text a {
        color: #EB002B;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1em; }
    #eventNews .latest-lead img {
      width: 100%;
      height: auto;
      opacity: .35;
      transform: scale(1);
      transition: all .3s ease; }
    #eventNews .latest-lead:hover img {
      opacity: 1;
      transition: all .3s ease;
      transform: scale(1.1); }
    #eventNews .latest-lead:hover .text {
      background-color: rgba(0, 0, 0, 0.4); }

#backLink {
  display: block;
  border: 4px solid white;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.8em;
  background-color: #EB002B;
  color: white;
  position: absolute;
  top: -35px;
  left: 10vw;
  display: none; }
  @media only screen and (max-width: 1599px) {
    #backLink {
      left: 6vw; } }
  @media only screen and (max-width: 1079px) {
    #backLink {
      left: 2vw;
      width: 44px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border-radius: 50%;
      font-size: 1.4em;
      top: -26px; } }

#content .breadcrumb {
  margin-left: 140px !important;
  margin-bottom: 0 !important;
  background-color: white;
  margin-top: -60px;
  border-left: 8px solid #EB002B;
  padding: 10px; }
  @media only screen and (max-width: 1079px) {
    #content .breadcrumb {
      margin-left: 0px !important; } }
  @media only screen and (max-width: 739px) {
    #content .breadcrumb {
      font-size: .8em !important; } }
  #content .breadcrumb li {
    display: inline-block;
    color: #eee;
    text-transform: uppercase; }
    #content .breadcrumb li a {
      color: #999;
      text-decoration: none; }
      #content .breadcrumb li a:hover {
        color: #EB002B;
        text-decoration: underline; }

#content #upNext {
  color: white;
  padding: 0px 0;
  margin: 0px;
  text-align: center;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ba001f+0,eb002b+75 */
  background: #ba001f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ba001f 0%, #eb002b 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ba001f 0%, #eb002b 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ba001f 0%, #eb002b 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba001f', endColorstr='#eb002b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  #content #upNext .loader {
    color: #EB002B;
    font-size: 2.8em;
    margin-top: 30%; }
  #content #upNext .sponsor {
    position: absolute;
    width: 200px;
    bottom: 15px;
    right: 15px; }
  #content #upNext .soldOut {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 1.3em;
    padding: 8px;
    background-color: #EB002B;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .7; }
  #content #upNext .entry {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: white;
    font-size: 1.1em;
    padding: 0 15px;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 50px;
    border-radius: 25px; }
    #content #upNext .entry strong {
      font-size: 1.6em !important;
      position: relative; }
  @media only screen and (max-width: 1079px) {
    #content #upNext {
      margin: 8px; } }
  #content #upNext .date {
    font-weight: 700;
    font-size: 1.9em;
    padding: 0 0 10px 0;
    color: white;
    text-transform: uppercase; }
    @media only screen and (max-width: 559px) {
      #content #upNext .date {
        font-size: 1.2em !important; } }
    #content #upNext .date i {
      color: rgba(0, 0, 0, 0.3);
      margin-right: 5px; }
  #content #upNext .image {
    transform: scale(1.085);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6); }
    @media only screen and (max-width: 1079px) {
      #content #upNext .image {
        transform: scale(1);
        box-shadow: none; } }
    #content #upNext .image .mobOnly {
      display: none; }
      @media only screen and (max-width: 1079px) {
        #content #upNext .image .mobOnly {
          display: block; }
          #content #upNext .image .mobOnly img {
            width: 100% !important;
            height: auto !important; } }
      #content #upNext .image .mobOnly .noVid {
        display: none; }
  #content #upNext .meta {
    height: 25vw; }
    @media only screen and (max-width: 1079px) {
      #content #upNext .meta {
        height: auto; } }
    #content #upNext .meta .v-align {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 1079px) {
        #content #upNext .meta .v-align {
          position: relative;
          top: auto;
          -ms-transform: none;
          transform: none; } }
    #content #upNext .meta p {
      margin-top: 10px;
      font-size: 1.5em; }
      @media only screen and (max-width: 1279px) {
        #content #upNext .meta p {
          font-size: 1em; } }
  @media only screen and (max-width: 1079px) {
    #content #upNext .col-6 {
      float: none;
      width: 100%; }
    #content #upNext .meta a {
      margin-bottom: 20px; } }
  #content #upNext .lcwLogo {
    max-width: 120px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 15px;
    left: 2.5vw; }
  #content #upNext .eventName {
    font-size: 2.8vw;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    padding: 0px 40px 30px 40px; }
    @media only screen and (max-width: 1279px) {
      #content #upNext .eventName {
        font-size: 2.3em;
        padding: 20px 20px 20px 20px; } }
    @media only screen and (max-width: 1079px) {
      #content #upNext .eventName {
        font-size: 2.6em; } }
    @media only screen and (max-width: 800px) {
      #content #upNext .eventName {
        font-size: 1.8em !important;
        padding: 20px 15px; } }
  #content #upNext #countdown {
    text-align: center;
    font-size: 1.6vw;
    text-transform: uppercase;
    margin-top: -5px; }
    @media only screen and (max-width: 1079px) {
      #content #upNext #countdown {
        font-size: 3vw; } }
    @media only screen and (max-width: 559px) {
      #content #upNext #countdown {
        font-size: 4vw; } }
    #content #upNext #countdown strong {
      font-size: 140%;
      font-weight: 900;
      font-style: italic;
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      margin-right: 5px; }
      #content #upNext #countdown strong.sec {
        min-width: 65px; }
        @media only screen and (max-width: 559px) {
          #content #upNext #countdown strong.sec {
            min-width: 30px; } }
    #content #upNext #countdown span {
      display: inline-block;
      vertical-align: middle;
      padding-top: 4px; }
  #content #upNext #countdown {
    color: white !important;
    padding: 15px 0 20px 0;
    border-top: 2px dotted rgba(0, 0, 0, 0.1);
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 20px; }
    @media only screen and (max-width: 800px) {
      #content #upNext #countdown {
        margin-right: 0px; } }
    #content #upNext #countdown strong {
      font-weight: 900;
      font-style: italic; }
      @media only screen and (max-width: 800px) {
        #content #upNext #countdown strong {
          margin-left: 8px; } }
    #content #upNext #countdown span {
      color: rgba(0, 0, 0, 0.3);
      text-transform: uppercase;
      display: inline-block;
      margin-right: 15px; }
      @media only screen and (max-width: 800px) {
        #content #upNext #countdown span {
          margin-right: 8px; } }
  #content #upNext a.link {
    display: inline-block;
    line-height: 54px;
    border: 3px solid white;
    border-radius: 28px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    padding: 0 40px;
    font-size: 1.5em;
    text-transform: uppercase; }
    @media only screen and (max-width: 800px) {
      #content #upNext a.link {
        margin-bottom: 30px; } }
    #content #upNext a.link:hover {
      background-color: white;
      color: #EB002B; }
  #content #upNext .next {
    position: absolute;
    top: 20%;
    left: -30px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    color: rgba(255, 255, 255, 0.8);
    font-size: 2.8em;
    font-weight: 900;
    font-style: italic;
    text-align: left; }
    @media only screen and (max-width: 800px) {
      #content #upNext .next {
        bottom: auto;
        top: 15px;
        left: 15px;
        font-size: 2em;
        transform: none; } }
    @media only screen and (max-width: 559px) {
      #content #upNext .next {
        font-size: 1.4em; } }
  #content #upNext.LCW {
    background-color: #080808 !important; }
    #content #upNext.LCW .eventName {
      font-size: 2.4vw; }
    #content #upNext.LCW .date {
      color: #999 !important; }
    #content #upNext.LCW #countdown {
      border-top: 2px dotted #444;
      border-bottom: 2px dotted #444; }
      #content #upNext.LCW #countdown .LCW {
        background-color: #222 !important; }
      #content #upNext.LCW #countdown span {
        color: #999 !important; }
  #content #upNext p {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 50px; }
    @media only screen and (max-width: 1279px) {
      #content #upNext p {
        font-size: 1.2em; } }
  #content #upNext img {
    width: 100%;
    height: auto; }

#content .allEvents {
  background-color: #EB002B;
  padding: 0px 15px;
  height: 70px;
  line-height: 70px;
  z-index: 100;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  border-radius: 35px;
  text-align: center;
  transform: scale(1);
  transition: transform .2s ease; }
  #content .allEvents:hover {
    background-color: #d40027;
    transform: scale(1.1);
    transition: transform .2s ease; }
  #content .allEvents a {
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.5em;
    cursor: pointer; }

#content .section-title {
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 2.6em;
  padding: 45px 0 0px 0;
  text-transform: uppercase;
  color: #EB002B; }
  @media only screen and (max-width: 559px) {
    #content .section-title {
      padding: 0 0 10px 0;
      font-size: 2.3em; } }

#content .article {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media only screen and (max-width: 1079px) {
    #content .article {
      padding: 40px 20px; } }
  @media only screen and (max-width: 739px) {
    #content .article {
      padding: 20px 10px; } }
  #content .article .web {
    background-color: #EB002B;
    text-decoration: none;
    border: 2px solid #EB002B;
    line-height: 44px;
    height: 42px;
    border-radius: 22px;
    padding: 0 30px;
    display: inline-block;
    color: #fff; }
    #content .article .web i {
      margin-right: 10px; }
    #content .article .web:hover {
      text-decoration: none; }
  #content .article .bio {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px; }
  #content .article .contentAd {
    text-align: center;
    color: #999;
    padding: 5px 0 15px 0;
    margin: 10px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd; }
    #content .article .contentAd .caption {
      letter-spacing: 1px;
      padding-bottom: 8px;
      font-size: .9em; }
    #content .article .contentAd img {
      width: 100%;
      height: auto;
      max-width: 728px;
      margin-left: auto;
      margin-right: auto; }
  #content .article h1 {
    font-weight: 900;
    font-style: italic;
    font-size: 3.2em;
    color: #222;
    padding: 0; }
    @media only screen and (max-width: 739px) {
      #content .article h1 {
        font-size: 2em; } }
  #content .article .meta {
    font-size: .9em;
    color: #333;
    padding: 10px 0 10px 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc; }
    #content .article .meta a {
      color: #444;
      text-decoration: none; }
      #content .article .meta a:hover {
        color: #EB002B;
        text-decoration: underline; }
    #content .article .meta i {
      color: #EB002B;
      margin-right: 5px; }
    #content .article .meta .captain {
      color: #EB002B; }
      #content .article .meta .captain img {
        width: 13px;
        height: auto;
        margin-right: 5px;
        margin-left: 15px;
        vertical-align: middle;
        display: inline-block; }
  #content .article .eventMeta {
    padding-bottom: 35px;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 900;
    color: #555;
    margin-top: -10px; }
    #content .article .eventMeta .eventDate i {
      color: #EB002B;
      margin-right: 5px; }
    #content .article .eventMeta .distances .distance {
      display: inline-block;
      margin-right: 8px; }
    #content .article .eventMeta .cost {
      padding-top: 10px; }
      #content .article .eventMeta .cost strong {
        color: #EB002B;
        font-size: 2.4rem; }
    #content .article .eventMeta .infoRow {
      padding: 15px 0;
      border-bottom: 1px solid #eee; }
  #content .article h2 {
    font-weight: 900;
    font-size: 2em;
    color: #EB002B;
    padding: 5px 0 20px 0;
    line-height: 1.3;
    font-style: italic; }
    @media only screen and (max-width: 1079px) {
      #content .article h2 {
        margin-left: 0px !important; } }
    @media only screen and (max-width: 739px) {
      #content .article h2 {
        font-size: 1.4em;
        padding: 5px 0 15px 0; } }
  #content .article h3 {
    font-weight: 900;
    color: #444;
    font-size: 1.7em;
    margin-bottom: 8px;
    margin-top: 35px;
    font-style: italic; }
  #content .article .main h4 {
    font-weight: 900;
    color: #EB002B;
    font-size: 1.3em;
    margin-bottom: 8px;
    margin-top: 10px; }
  #content .article ol {
    margin-left: 40px; }
    #content .article ol li {
      line-height: 1.5;
      color: #111;
      font-size: 1.1rem;
      margin-bottom: 10px;
      list-style: decimal !important;
      font-weight: 700; }
  #content .article p {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1079px) {
      #content .article p {
        margin-left: 0px; } }
    @media only screen and (max-width: 739px) {
      #content .article p {
        font-size: 1.1em; } }
    #content .article p:first-of-type {
      font-weight: 900;
      color: #000;
      font-size: 1.2rem; }
    #content .article p a {
      color: #EB002B; }
      #content .article p a:hover {
        text-decoration: none; }
    #content .article p .caption {
      font-weight: 700;
      font-size: 1.1em;
      display: block;
      margin-top: 10px;
      margin-bottom: 20px;
      color: #444;
      line-height: 1.1; }
      #content .article p .caption::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 30px;
        border-left: 2px dotted #ddd;
        border-bottom: 2px dotted #ddd;
        margin-right: 10px;
        margin-top: -20px;
        vertical-align: top; }
        @media only screen and (max-width: 1079px) {
          #content .article p .caption::before {
            margin-left: 5px; } }
    #content .article p strong {
      font-weight: 900; }
      #content .article p strong a {
        color: #EB002B; }
        #content .article p strong a:hover {
          text-decoration: none; }
    #content .article p.image {
      margin-left: 0;
      max-width: unset;
      margin: 40px 0 30px 0;
      display: block; }
    #content .article p img {
      width: 100% !important;
      height: auto !important; }
  #content .article table {
    width: 100%;
    background-color: #f2f2f2;
    margin: 8px 0; }
    #content .article table tr td {
      padding: 8px;
      border: 1px solid #ccc; }
    #content .article table p {
      font-weight: normal !important;
      font-size: 1em !important;
      margin-bottom: 0 !important;
      color: #333 !important; }
      #content .article table p strong {
        font-weight: 900 !important; }

#content .volunteers {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media only screen and (max-width: 1079px) {
    #content .volunteers {
      padding: 20px; } }
  #content .volunteers .vLink {
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    border-radius: 25px;
    background-color: #EB002B;
    color: white;
    font-weight: 900;
    font-style: italic;
    font-size: 1.4em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    width: 100%;
    margin-top: 35px;
    cursor: pointer;
    text-transform: uppercase; }
    #content .volunteers .vLink i {
      margin-left: 8px; }
  #content .volunteers h2 {
    font-weight: 700;
    font-size: 2.5em;
    color: #EB002B;
    padding: 5px 0 30px 0;
    letter-spacing: -2px;
    max-width: 720px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1079px) {
      #content .volunteers h2 {
        margin-left: 0px !important; } }
    @media only screen and (max-width: 739px) {
      #content .volunteers h2 {
        font-size: 1.4em;
        padding: 5px 0 15px 0; } }
  #content .volunteers h3 {
    font-weight: 900;
    font-style: italic;
    color: #353535;
    font-size: 2.6em;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 35px;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 1079px) {
      #content .volunteers h3 {
        margin-left: 0px; } }
  #content .volunteers p {
    margin-bottom: 15px;
    line-height: 1.4;
    color: #444;
    font-size: 1.3em;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 739px) {
      #content .volunteers p {
        font-size: 1.1em; } }
    #content .volunteers p a {
      color: #EB002B; }
      #content .volunteers p a:hover {
        text-decoration: none; }
    #content .volunteers p .caption {
      font-weight: 700;
      font-size: .9em;
      display: block;
      margin-top: 10px;
      margin-bottom: 20px;
      color: #444;
      line-height: 1.1; }
      #content .volunteers p .caption::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 30px;
        border-left: 2px dotted #ddd;
        border-bottom: 2px dotted #ddd;
        margin-right: 10px;
        margin-top: -15px;
        vertical-align: top; }
        @media only screen and (max-width: 1079px) {
          #content .volunteers p .caption::before {
            margin-left: 5px; } }
    #content .volunteers p strong {
      font-weight: 700;
      font-size: 115%; }
      #content .volunteers p strong a {
        color: #EB002B; }
        #content .volunteers p strong a:hover {
          text-decoration: none; }
    #content .volunteers p.image {
      margin-left: 0;
      max-width: unset;
      margin: 40px 0 30px 0;
      display: block; }
    #content .volunteers p img {
      width: 100% !important;
      height: auto !important; }
  #content .volunteers #perks ul {
    margin-left: auto !important;
    margin-right: auto; }
    #content .volunteers #perks ul li {
      list-style: none;
      text-align: center;
      background-color: #eee;
      padding: 12px 8px;
      font-weight: 900;
      margin-bottom: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      font-size: 1.1em;
      color: #777; }
  #content .volunteers .groups {
    padding-top: 15px; }
    #content .volunteers .groups h3 {
      margin-bottom: 15px; }
    #content .volunteers .groups .text {
      padding: 25px;
      border: 6px solid #EB002B;
      border-radius: 6px; }
      #content .volunteers .groups .text p {
        color: #EB002B !important; }
        #content .volunteers .groups .text p strong {
          font-size: 115%; }

#content ul {
  line-height: 1.3;
  color: #111;
  font-size: 1.1em;
  color: #555;
  font-weight: 400;
  margin-bottom: 25px;
  margin-left: 35px; }
  #content ul li {
    margin-bottom: 8px;
    list-style: disc; }
  @media only screen and (max-width: 1079px) {
    #content ul {
      margin-left: 0px; } }

#content .quote {
  font-size: 1.3em;
  color: #656565;
  margin-left: 0px;
  padding-left: 20px;
  margin-right: 40px;
  line-height: 1.3 !important;
  font-weight: 900;
  font-style: italic;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  border-left: 4px solid #EB002B; }

#content .relatedSnippet {
  border-top: 3px solid #EB002B;
  border-bottom: 3px solid #EB002B;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px; }
  #content .relatedSnippet .col-6, #content .relatedSnippet .col-4 {
    padding-top: 10px; }
  #content .relatedSnippet span {
    font-weight: 900;
    font-size: 1.4em;
    display: block;
    padding-top: 5px;
    color: #EB002B;
    font-style: italic; }
  #content .relatedSnippet a {
    display: inline-block;
    float: right;
    background-color: #EB002B;
    padding: 0px 30px;
    line-height: 44px;
    border-radius: 22px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-style: italic;
    font-size: 1.2em;
    text-transform: uppercase; }
    #content .relatedSnippet a:hover {
      background-color: #d40027; }
    #content .relatedSnippet a i {
      margin-left: 5px; }
  #content .relatedSnippet img {
    width: 80%;
    height: auto; }
  @media only screen and (max-width: 1079px) {
    #content .relatedSnippet {
      margin-left: 0px; } }

.relatedArticles {
  background-color: #1a1a1a;
  color: white; }
  .relatedArticles #latest {
    background-color: transparent; }
    .relatedArticles #latest h3 {
      font-size: 1.4em;
      padding-top: 8px;
      line-height: 1.3; }

.news {
  background-color: #222;
  padding: 30px 0;
  color: #aaa;
  margin-bottom: -30px; }
  @media only screen and (max-width: 1079px) {
    .news .col-4 {
      width: 100% !important;
      float: none; } }
  .news .newsItem {
    padding: 30px; }
    .news .newsItem img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
  .news h3 {
    font-style: italic;
    font-weight: 900;
    font-size: 2.2em;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 30px; }
  .news a {
    font-size: 1.3em;
    text-decoration: none;
    font-weight: 700; }
    .news a:hover {
      color: white;
      text-decoration: underline; }

.genericText {
  padding: 25px 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -85px;
  z-index: 999;
  margin-bottom: 30px;
  color: #fff; }
  @media only screen and (max-width: 1079px) {
    .genericText {
      padding: 30px; } }
  @media only screen and (max-width: 739px) {
    .genericText {
      padding: 15px;
      margin-top: 10px; } }
  .genericText img {
    width: 100%;
    height: auto; }
  .genericText h1, .genericText h2 {
    font-style: italic;
    font-weight: 900;
    font-size: 2.2em;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media only screen and (max-width: 739px) {
      .genericText h1, .genericText h2 {
        font-size: 1.6em; } }
  @media only screen and (max-width: 739px) {
    .genericText h1 {
      font-size: 2em;
      margin-bottom: 20px; } }
  .genericText h3 {
    font-style: italic;
    font-weight: 900;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #999; }
    @media only screen and (max-width: 739px) {
      .genericText h3 {
        font-size: 1.5em !important; } }
    .genericText h3 a {
      text-decoration: none; }
      .genericText h3 a:hover {
        text-decoration: underline; }
  .genericText p {
    margin-bottom: 15px;
    line-height: 1.3;
    color: #aaa;
    font-size: 1.1em; }
    @media only screen and (max-width: 739px) {
      .genericText p {
        font-size: 1em; } }
    .genericText p a {
      color: white; }
      .genericText p a:hover {
        text-decoration: none; }
    .genericText p strong {
      font-weight: 700; }
  .genericText ul li {
    padding: 8px 0;
    font-size: 1.2em; }
    @media only screen and (max-width: 739px) {
      .genericText ul li {
        font-size: 1em; } }
    .genericText ul li strong {
      font-weight: 700; }
  .genericText .faq-cat {
    margin: 45px 0; }
    .genericText .faq-cat h3 {
      margin-bottom: 12px !important;
      font-size: 160%; }
    .genericText .faq-cat .faq {
      border: 2px solid #333;
      margin-bottom: 20px;
      border-radius: 3px;
      color: #ddd; }
      .genericText .faq-cat .faq .question {
        padding: 10px;
        margin: -1px -1px 15px -1px;
        font-size: 1.3em;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background-color: #333; }
        .genericText .faq-cat .faq .question i {
          color: #ccc;
          margin-right: 10px;
          margin-left: 10px; }
          @media only screen and (max-width: 739px) {
            .genericText .faq-cat .faq .question i {
              display: none; } }
      .genericText .faq-cat .faq p {
        padding-left: 10px;
        padding-right: 10px;
        color: #aaa !important; }
  .genericText .eventMeta {
    margin: -15px -40px 40px -40px;
    padding: 30px 40px;
    background-color: #333; }
    @media only screen and (max-width: 1079px) {
      .genericText .eventMeta {
        margin: -15px -30px 30px -30px;
        padding: 15px 30px; } }
    @media only screen and (max-width: 739px) {
      .genericText .eventMeta {
        margin: -15px -15px 30px -15px;
        padding: 15px; } }
    .genericText .eventMeta p {
      margin-bottom: 10px;
      padding-bottom: 10px;
      line-height: 1.3;
      color: #eee;
      border-bottom: 1px dotted #555;
      font-size: 1.1em; }
      .genericText .eventMeta p:last-of-type {
        border-bottom: none; }
    .genericText .eventMeta strong {
      font-weight: 900;
      font-style: italic;
      text-transform: uppercase;
      display: block;
      font-size: 1.3em; }
  .genericText .eventItinerary p {
    font-size: 1.1em;
    line-height: 1.3; }
  .genericText .eventItinerary h2 {
    margin-bottom: 10px; }
  .genericText .eventItinerary h3 {
    font-style: italic;
    font-weight: 900;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px; }
    @media only screen and (max-width: 800px) {
      .genericText .eventItinerary h3 {
        font-size: 1.3em; } }
    @media only screen and (max-width: 1079px) {
      .genericText .eventItinerary h3 {
        font-size: 1.1em !important; } }
    .genericText .eventItinerary h3 i {
      margin-right: 8px; }
  .genericText .eventItinerary .itineraryItem {
    padding: 12px 10px;
    border-bottom: 1px solid #353535;
    font-size: 1em;
    color: #bbb; }
    @media only screen and (max-width: 800px) {
      .genericText .eventItinerary .itineraryItem {
        font-size: .8em; } }
    .genericText .eventItinerary .itineraryItem div {
      display: inline-block;
      min-width: 30%; }
      .genericText .eventItinerary .itineraryItem div:last-child {
        text-align: right;
        float: right; }
      .genericText .eventItinerary .itineraryItem div strong {
        font-weight: 700;
        font-size: 1.1em; }
      @media only screen and (max-width: 1079px) {
        .genericText .eventItinerary .itineraryItem div {
          min-width: unset;
          margin-right: 5px; }
          .genericText .eventItinerary .itineraryItem div:last-child {
            display: block;
            float: none !important;
            text-align: left;
            margin-top: 8px; } }
    .genericText .eventItinerary .itineraryItem i {
      margin-right: 8px; }
    .genericText .eventItinerary .itineraryItem:nth-child(odd) {
      background-color: #353535;
      color: #ccc; }

@media only screen and (max-width: 1179px) {
  > .col-7 {
    width: 65%; } }

.partnerFooterArea {
  padding: 25px 0 35px; }
  .partnerFooterArea .sponsorCat {
    color: #555;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 1.3em;
    border-bottom: 1px dotted #303030;
    padding-bottom: 8px; }
  .partnerFooterArea .titlePartnerItem {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 20px;
    max-width: 160px;
    transform: scale(1);
    transition: all .2s ease; }
    .partnerFooterArea .titlePartnerItem:hover {
      transform: scale(1.1);
      transition: all .2s ease; }
    .partnerFooterArea .titlePartnerItem img {
      width: 100%;
      height: auto;
      max-width: 150px; }
  .partnerFooterArea .partnerItem {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 20px;
    max-width: 130px;
    transition: all .2s ease;
    opacity: .8;
    transform: scale(1); }
    .partnerFooterArea .partnerItem:hover {
      opacity: 1;
      transform: scale(1.1);
      transition: all .2s ease; }
    .partnerFooterArea .partnerItem img {
      width: 100%;
      height: auto;
      max-width: 120px; }

footer {
  background-color: #222;
  padding: 0px 0 10px 0; }
  footer .footer-bottom .banner-ad-container {
    padding-top: 30px; }
  footer .corp {
    padding-top: 40px; }
  footer p {
    color: #aaa;
    font-size: 1.1em;
    line-height: 1.5; }
    footer p strong {
      font-weight: 900; }
  @media only screen and (max-width: 800px) {
    footer .col-4 {
      width: 100%;
      float: none;
      text-align: center !important;
      padding-bottom: 35px; }
      footer .col-4 .title {
        font-size: 1.6em; } }
  footer .title {
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: .5em;
    color: #999; }
  footer ul li {
    padding: 5px 0; }
    footer ul li a {
      color: #ddd;
      font-size: 1.1em;
      text-decoration: none; }
      footer ul li a:hover {
        text-decoration: underline; }
    footer ul li strong {
      font-weight: 900;
      font-style: italic;
      font-size: 1.3em; }
  footer .corporate {
    color: #aaa;
    font-weight: 700;
    text-align: center; }
    footer .corporate .hashtag {
      font-size: 1.4em;
      font-weight: 900;
      font-style: italic; }
    footer .corporate .awe-logo img {
      width: 100%;
      height: auto;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    footer .corporate .social-links {
      padding: 0 0 15px 0; }
      footer .corporate .social-links a {
        color: white;
        font-size: 1.4em;
        display: inline-block;
        margin: 0 8px;
        opacity: 1;
        transition: opacity .3s linear; }
        footer .corporate .social-links a:hover {
          opacity: .8;
          transition: opacity .3s linear; }
    footer .corporate .awe-url {
      padding-bottom: 5px; }
      footer .corporate .awe-url a {
        text-decoration: none; }
        footer .corporate .awe-url a:hover {
          text-decoration: underline; }
  footer .partners {
    text-align: center;
    background-color: #111;
    padding: 60px 0; }
    footer .partners .title {
      color: white;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 2.4em; }
    footer .partners .pNav {
      border-top: 2px solid #EB002B;
      padding-top: 20px;
      margin-top: 10px; }
      footer .partners .pNav a {
        color: #EB002B;
        display: inline-block;
        text-decoration: none;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase;
        padding: 7px 25px;
        font-size: 1.2em;
        border-left: 2px solid #333; }
        footer .partners .pNav a:hover {
          color: white; }
        footer .partners .pNav a i {
          margin-right: 8px;
          width: 26px;
          height: 26px;
          line-height: 26px;
          border-radius: 15px;
          border: 2px solid #EB002B;
          text-align: center;
          color: #EB002B; }
        footer .partners .pNav a:first-of-type {
          border-left: 0; }
    footer .partners ul li {
      max-width: 140px;
      display: inline-block;
      vertical-align: middle;
      margin: 25px; }
      footer .partners ul li img {
        width: 100%;
        height: auto; }

#mobileNav {
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 1079px) {
    #mobileNav {
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #EB002B;
      position: absolute;
      top: 0px;
      left: 0;
      text-align: center;
      font-size: 1.7em;
      z-index: 9999; } }
  @media only screen and (max-width: 1079px) and (max-width: 559px) {
    #mobileNav {
      top: 5px;
      color: rgba(0, 0, 0, 0.45);
      text-shadow: 1px 1px #EB002B; } }
  @media only screen and (max-width: 1079px) {
      #mobileNav.visible {
        width: 56px;
        height: 56px;
        line-height: 56px;
        left: 320px;
        transition: left .3s ease;
        z-index: 9999;
        color: white;
        position: fixed;
        top: 0;
        margin-left: -20px;
        background-color: rgba(40, 40, 40, 0.8); } }
    @media only screen and (max-width: 1079px) and (max-width: 1079px) {
      #mobileNav.visible {
        left: calc(100% - 38px); } }

#ui-lock {
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  #ui-lock.visible {
    display: block; }

@keyframes imageZoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

.dark .genericText {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,222222+100&0.85+0,0.85+12,1+25,1+100 */
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.85) 0%, rgba(34, 34, 34, 0.85) 12%, #222222 25%, #222222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.85) 0%, rgba(34, 34, 34, 0.85) 12%, #222222 25%, #222222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.85) 0%, rgba(34, 34, 34, 0.85) 12%, #222222 25%, #222222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9222222', endColorstr='#222222',GradientType=0 );
  /* IE6-9 */ }
  @media only screen and (max-width: 739px) {
    .dark .genericText {
      background-color: #333 !important; } }

.light {
  background-color: #fff !important; }
  .light .news {
    background-color: #fff !important;
    color: #555 !important; }
    .light .news a:hover {
      color: #555 !important; }
  .light .faq {
    border: 2px solid #eee !important; }
    .light .faq .question {
      background-color: #eee !important; }
      .light .faq .question i {
        color: #999 !important; }
    .light .faq p {
      color: #444 !important; }
  .light .mainLeads .mainLead {
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 0 4px rgba(30, 30, 30, 0.2) !important; }
    .light .mainLeads .mainLead h3 {
      color: #444 !important; }
    .light .mainLeads .mainLead p {
      color: #444 !important; }
    .light .mainLeads .mainLead .links a:hover {
      color: #555 !important; }
  .light .genericText {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.85+0,0.85+12,1+25,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 12%, white 25%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 12%, white 25%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 12%, white 25%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
    .light .genericText .route {
      border-top: 2px dotted #eee !important; }
      .light .genericText .route h2 {
        color: #555 !important; }
    .light .genericText h2 {
      color: #333; }
    .light .genericText p {
      color: #444 !important; }
      .light .genericText p a {
        color: #666 !important; }
      .light .genericText p strong {
        color: #555 !important; }
    .light .genericText ul li {
      color: #555 !important; }
    .light .genericText .results li {
      border-bottom: 2px dotted #f4f4f4 !important; }
      .light .genericText .results li:hover {
        border-bottom: 2px dotted #ddd !important; }
    .light .genericText .eventMeta p {
      color: #ddd !important; }
      .light .genericText .eventMeta p strong {
        color: #aaa !important; }
    .light .genericText .itineraryItem {
      border-bottom: 1px solid #eee !important; }
      .light .genericText .itineraryItem:nth-child(odd) {
        background-color: #eee !important;
        color: #444 !important; }
    .light .genericText .racepack {
      border-top: 2px dotted #eee !important; }
  .light .partners .partner {
    border-bottom: 2px dotted #eee; }

@keyframes banner {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

@keyframes latest {
  0% {
    right: 20px; }
  50% {
    right: 25px; }
  100% {
    right: 20px; } }

#competition {
  padding-bottom: 30px; }
  #competition .top {
    height: 120px;
    background-color: #EB002B;
    margin-bottom: 40px; }
  @media only screen and (max-width: 739px) {
    #competition {
      padding-left: 15px;
      padding-right: 15px; } }
  #competition header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 45px; }
    @media only screen and (max-width: 739px) {
      #competition header {
        box-shadow: none;
        margin-bottom: 30px;
        border-bottom: 2px solid #eee; }
        #competition header #eventLogo {
          display: block !important; }
          #competition header #eventLogo img {
            max-width: 100px;
            width: 100px;
            margin-top: -20px; } }
  #competition h1 {
    font-size: 3.4em;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 10px;
    max-width: 680px;
    margin-left: 140px; }
    @media only screen and (max-width: 1079px) {
      #competition h1 {
        margin-left: 0px; } }
    @media only screen and (max-width: 739px) {
      #competition h1 {
        font-size: 2.8em; } }
  #competition h2 {
    font-weight: 700;
    font-size: 2em;
    color: #EB002B;
    max-width: 680px;
    margin-left: 140px;
    margin-bottom: 25px;
    line-height: 1.2; }
    @media only screen and (max-width: 1079px) {
      #competition h2 {
        margin-left: 0px; } }
    @media only screen and (max-width: 739px) {
      #competition h2 {
        font-size: 1.6em; } }
  #competition p, #competition ul {
    margin-bottom: 15px;
    line-height: 1.4;
    color: #444;
    font-size: 1.2em;
    max-width: 680px;
    margin-left: 140px;
    text-align: justify;
    font-weight: 700; }
    #competition p.image, #competition ul.image {
      margin-left: 0;
      max-width: unset;
      margin: 40px 0 30px 0; }
    #competition p img, #competition ul img {
      width: 100%;
      height: auto; }
    #competition p strong, #competition ul strong {
      color: #EB002B; }
    @media only screen and (max-width: 1079px) {
      #competition p, #competition ul {
        margin-left: 0px; } }
  #competition .terms {
    border-top: 3px dotted #eee;
    margin-top: 30px;
    padding-top: 30px; }
    #competition .terms p {
      margin-bottom: 8px;
      line-height: 1.4;
      color: #888;
      font-size: 1em;
      max-width: 680px;
      margin-left: 140px;
      text-align: justify;
      font-weight: normal; }
      @media only screen and (max-width: 1079px) {
        #competition .terms p {
          margin-left: 0px; } }
      #competition .terms p strong {
        font-weight: 700;
        color: #555; }
  #competition .form {
    max-width: 680px;
    margin-left: 140px;
    padding-top: 30px; }
    @media only screen and (max-width: 1079px) {
      #competition .form {
        margin-left: 0px; } }
    #competition .form .form-row label {
      display: block;
      font-weight: 900;
      font-style: italic;
      font-size: 1.6em;
      margin-bottom: 10px;
      text-transform: uppercase; }
    #competition .form input[type=text], #competition .form input[type=email] {
      display: block;
      border: 3px solid #ddd;
      border-radius: 5px;
      outline: none;
      width: calc(100% - 20px);
      padding: 10px;
      font-size: 1.2em;
      font-weight: 700;
      margin-bottom: 20px;
      color: #888; }
    #competition .form button {
      background-color: #EB002B;
      line-height: 50px;
      border-radius: 25px;
      color: white;
      padding: 0 50px;
      border: none;
      outline: none;
      font-size: 1.4em;
      font-family: "Barlow", sans-serif;
      font-weight: 700;
      cursor: pointer; }
      #competition .form button i {
        margin-left: 10px; }
    #competition .form .check-group {
      padding: 25px 0; }
      #competition .form .check-group input {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 4px solid #ddd;
        outline: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        transition: all .3s ease; }
      #competition .form .check-group input:checked {
        background-color: #EB002B;
        border-color: #c80025;
        transition: all .3s ease; }
      #competition .form .check-group label {
        font-size: 1.4em;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle; }

.adStrip {
  background-color: #282828;
  text-align: center;
  padding: 25px 15px; }
  .adStrip img {
    margin-left: auto;
    margin-right: auto; }

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

.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

#help {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  background-color: #EB002B;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  width: 54px;
  height: 54px;
  line-height: 52px;
  color: white;
  font-size: 2em;
  display: block;
  text-align: center;
  border-radius: 50%;
  display: none; }

.enterSnippet {
  background-color: #EB002B;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px;
  border-radius: 5px;
  text-align: left; }
  .enterSnippet:hover {
    background-color: #d40027; }
  @media only screen and (max-width: 800px) {
    .enterSnippet {
      text-align: center; } }
  .enterSnippet .col-5, .enterSnippet .col-4 {
    padding-top: 15px; }
    @media only screen and (max-width: 1079px) {
      .enterSnippet .col-5, .enterSnippet .col-4 {
        padding-top: 8px; } }
  @media only screen and (max-width: 800px) {
    .enterSnippet .col-3, .enterSnippet .col-5, .enterSnippet .col-4 {
      width: 100%;
      float: none; }
    .enterSnippet .col-5 {
      padding: 15px; }
    .enterSnippet .col-4 {
      padding: 0 15px 15px 15px; } }
  .enterSnippet span {
    font-weight: 400;
    color: #fff;
    font-size: .9em;
    text-transform: uppercase; }
    @media only screen and (max-width: 1279px) {
      .enterSnippet span {
        font-size: 1.1em; } }
    @media only screen and (max-width: 1079px) {
      .enterSnippet span {
        font-size: 1em; } }
    .enterSnippet span i {
      margin-right: 5px;
      color: #fff; }
    .enterSnippet span.cost {
      display: inline-block;
      margin-top: 5px;
      font-weight: 700;
      font-size: 1em; }
      @media only screen and (max-width: 1279px) {
        .enterSnippet span.cost {
          font-size: 1.2em; } }
      @media only screen and (max-width: 1079px) {
        .enterSnippet span.cost {
          font-size: 1.1em; } }
  .enterSnippet strong {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.4em;
    display: block;
    padding-top: 5px;
    color: #fff; }
    @media only screen and (max-width: 1279px) {
      .enterSnippet strong {
        font-size: 1.8em; } }
    @media only screen and (max-width: 1079px) {
      .enterSnippet strong {
        font-size: 1.5em; } }
    @media only screen and (max-width: 800px) {
      .enterSnippet strong {
        font-size: 2.2em; } }
  .enterSnippet a {
    display: inline-block;
    float: right;
    background-color: transparent;
    padding: 0px 30px;
    line-height: 44px;
    border-radius: 25px;
    color: #fff;
    border: 3px solid #fff;
    text-decoration: none;
    font-weight: 900;
    font-style: italic;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 5%; }
    @media only screen and (max-width: 1079px) {
      .enterSnippet a {
        margin-top: 3%; } }
    @media only screen and (max-width: 800px) {
      .enterSnippet a {
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
        display: block; } }
    .enterSnippet a i {
      margin-left: 5px; }
  .enterSnippet img {
    width: 100%;
    height: auto;
    border-right: 5px solid #EB002B; }
    @media only screen and (max-width: 800px) {
      .enterSnippet img {
        border-right: none; } }
  @media only screen and (max-width: 1079px) {
    .enterSnippet {
      margin-left: 0px; } }

#cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 28vw;
  background-color: #000; }
  @media only screen and (max-width: 1599px) {
    #cover {
      height: 35vw; } }
  @media only screen and (max-width: 1279px) {
    #cover {
      height: 36vw; } }
  @media only screen and (max-width: 1079px) {
    #cover {
      display: none; } }
  #cover .blocker {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vw;
    width: 100vw; }

.tv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: opacity .5s; }
    .tv .screen.active {
      opacity: 1; }

#rectangleAd {
  /*position: absolute;
    top: 0px;
    right: 0;*/
  padding: 20px 0; }
  @media only screen and (max-width: 1279px) {
    #rectangleAd {
      display: none; } }
  #rectangleAd img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

.volunteerEvents {
  text-align: center; }
  .volunteerEvents .event {
    background-color: #eee;
    margin-bottom: 5px;
    padding: 4px;
    width: 45%;
    display: inline-block;
    text-align: center; }
    @media only screen and (max-width: 1079px) {
      .volunteerEvents .event {
        width: 96%;
        display: block;
        font-size: 90%; } }
    @media only screen and (max-width: 800px) {
      .volunteerEvents .event .col-2 {
        display: none; }
      .volunteerEvents .event .col-10 {
        width: 100%;
        float: none; } }
    .volunteerEvents .event .date {
      font-weight: 900;
      font-size: 1.1em;
      margin-top: 5px; }
    .volunteerEvents .event a {
      text-decoration: none;
      font-weight: 900;
      font-style: italic;
      color: #EB002B;
      text-transform: uppercase;
      font-size: 1.3em; }
    .volunteerEvents .event img {
      max-width: 60px;
      width: 100%;
      height: auto; }

.no-offer {
  font-weight: 900;
  color: #666;
  font-size: 1.3em;
  text-align: center; }
  .no-offer i {
    color: #EB002B;
    font-size: 1.4em;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #EB002B;
    border-radius: 23px;
    margin-right: 10px; }

.offers {
  padding: 40px 0; }
  .offers .offer {
    padding: 15px;
    background-color: #eee;
    border-left: 8px solid #EB002B;
    margin-bottom: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    .offers .offer h3 {
      font-weight: 900;
      font-size: 2.2em;
      color: #444;
      font-style: italic;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .offers .offer p {
      font-size: 1.2em; }
    .offers .offer .offerCode {
      font-weight: 900;
      font-size: 1.4em;
      color: #EB002B;
      text-align: center; }
      .offers .offer .offerCode span {
        font-weight: normal;
        color: #777;
        text-transform: uppercase;
        font-size: 80%; }

#insta {
  margin-top: 15px;
  padding: 15px 0 15px 0;
  border-bottom: 3px solid #EB002B;
  text-align: center;
  margin-bottom: 15px; }
  #insta h3 {
    font-weight: 900;
    font-size: 1.4em !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0 !important; }
    #insta h3 i {
      color: #EB002B; }
  #insta a {
    display: inline-block;
    line-height: 44px;
    margin-top: 5px;
    border-radius: 22px;
    background-color: #EB002B;
    color: white;
    text-decoration: none;
    padding: 0 22px;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto; }
    #insta a i {
      margin-left: 8px; }

@media only screen and (max-width: 1079px) {
  .main {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    border-right: none !important; } }

.sidebar {
  position: sticky;
  top: 0px; }
  @media only screen and (max-width: 1079px) {
    .sidebar {
      position: relative;
      width: 100% !important;
      float: none !important; }
      .sidebar #related {
        border-top: 3px solid #ddd;
        margin-top: 20px;
        padding-top: 20px; }
        .sidebar #related h4 {
          font-size: 2.8em; } }
  .sidebar h3 {
    margin-top: 0 !important;
    padding-bottom: 10px;
    font-size: 1.5em !important;
    font-style: normal; }
  .sidebar .bio {
    margin-top: 20px; }
  .sidebar #related img {
    width: 100%;
    height: auto; }
  .sidebar #related p {
    font-size: 1rem !important;
    color: #666 !important;
    margin-bottom: 0;
    line-height: 1.4; }
    .sidebar #related p:first-of-type {
      font-weight: 400 !important; }
  .sidebar #related h4 {
    font-weight: 900;
    font-size: 1.1em; }
    .sidebar #related h4 a {
      color: #EB002B;
      text-decoration: none; }
      .sidebar #related h4 a:hover {
        color: black; }
  .sidebar #related .text {
    margin-left: 5px; }
  .sidebar #related .row {
    margin-bottom: 25px; }

#coaches {
  padding-top: 20px; }
  #coaches .author {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd; }
    #coaches .author img {
      max-width: 120px;
      width: 100%;
      height: auto; }
    #coaches .author h3 {
      font-weight: 900;
      font-size: 1.6em;
      text-transform: uppercase;
      margin-bottom: 8px;
      margin-top: 15px; }
      #coaches .author h3 a {
        color: #EB002B;
        text-decoration: none; }
    #coaches .author p {
      font-size: 1.1rem;
      line-height: 1.4; }
      #coaches .author p a {
        color: #EB002B;
        text-decoration: none; }

.authorInfo {
  margin-top: 55px;
  border-top: 3px solid #EB002B;
  padding-top: 15px; }
  @media only screen and (max-width: 559px) {
    .authorInfo {
      text-align: center; }
      .authorInfo .col-9, .authorInfo .col-3 {
        float: none !important;
        width: 100% !important; }
      .authorInfo .col-3 {
        padding-top: 10px; } }
  .authorInfo .aa {
    font-size: .9em;
    color: #777;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 5px;
    background-color: #fff;
    margin-top: -22px;
    float: left; }
    @media only screen and (max-width: 559px) {
      .authorInfo .aa {
        font-size: 1.2em; } }
  .authorInfo .col-9 {
    padding-top: 20px; }
  .authorInfo .name {
    font-weight: 900;
    font-size: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    color: #EB002B; }
  .authorInfo p {
    font-weight: 400 !important;
    font-size: 1rem !important; }
  .authorInfo img {
    width: 100%;
    height: auto; }
  .authorInfo a {
    color: #EB002B;
    text-decoration: none; }
    .authorInfo a:hover {
      text-decoration: underline; }

.authorPage h1 {
  margin-bottom: 20px !important;
  text-transform: uppercase; }

.authorPage p {
  text-align: justify;
  font-weight: normal !important;
  font-size: 1rem !important; }

.authorPage img {
  width: 95%;
  height: auto; }

.authorPage .main a.web {
  background-color: #EB002B;
  text-decoration: none;
  border: 2px solid #EB002B;
  line-height: 44px;
  height: 42px;
  border-radius: 22px;
  padding: 0 30px;
  display: inline-block;
  color: #fff; }
  .authorPage .main a.web i {
    margin-right: 10px; }
  .authorPage .main a.web:hover {
    text-decoration: none; }

.authorPage .sLogo {
  max-width: 60%;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.search {
  outline: none;
  border: none;
  border-bottom: 1px solid #EB002B;
  padding: 0;
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.4em;
  color: #EB002B;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 14px;
  line-height: 2.2; }
  @media only screen and (max-width: 1079px) {
    .search {
      width: calc(100% - 14px); } }

#searchIcon {
  position: absolute;
  line-height: 2.2;
  font-size: 1.4em;
  color: #EB002B;
  right: 10px;
  top: 0; }

@media only screen and (max-width: 559px) {
  .newList .col-4, .newList .col-8 {
    width: 100%;
    float: none; } }

.newList .listItem {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #eee; }
  .newList .listItem img {
    width: 100%;
    height: auto; }
  .newList .listItem .text {
    padding-left: 10px;
    padding-top: 10px; }
  .newList .listItem .meta {
    padding: 8px 0;
    font-weight: 900;
    font-size: .9em;
    color: #666; }
    .newList .listItem .meta i {
      color: #EB002B; }
  .newList .listItem h3 {
    font-weight: 900;
    font-style: italic; }
    .newList .listItem h3 a {
      color: #222;
      text-decoration: none;
      font-size: 1.4em; }
      .newList .listItem h3 a:hover {
        color: #EB002B; }
  .newList .listItem p {
    font-size: 1em;
    color: #555;
    line-height: 1.3; }

.promotions {
  list-style: none; }
  .promotions .promotion {
    font-weight: 900;
    margin-left: 0;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    list-style: none;
    font-size: 1.1em;
    color: #EB002B; }

#ad-slot-banner .ad {
  margin: 0 !important; }

#ad-slot-banner a, #ad-slot-banner img {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.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; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .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: .14286em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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; }

.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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; }

.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: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: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before, .fa-address-card:before {
  content: ""; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before, .fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

/* eocNewsticker */
#latest-ticker {
  position: absolute;
  top: 0px;
  left: 0;
  height: 40px;
  background-color: #EB002B;
  line-height: 40px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 0 10px;
  display: block;
  width: 120px; }
  @media only screen and (max-width: 559px) {
    #latest-ticker {
      display: none; } }

.eocnewsticker {
  padding: 10px 0;
  background-color: #333;
  color: white;
  margin-left: 140px; }
  @media only screen and (max-width: 559px) {
    .eocnewsticker {
      display: none; } }

.eocnewsticker > div {
  position: relative;
  height: 20px;
  overflow: hidden; }

.eocnewsticker > div > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  white-space: nowrap; }
  .eocnewsticker > div > div a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    font-size: 1.1em;
    color: #bbb;
    font-weight: 700;
    text-decoration: none; }
    .eocnewsticker > div > div a:hover {
      text-decoration: underline;
      color: #fff; }

#eventPack .toolbar {
  padding: 20px 0; }
  #eventPack .toolbar .eventName {
    font-weight: 900;
    font-style: italic;
    color: #EB002B;
    text-transform: uppercase;
    font-size: 2.2em; }
    @media only screen and (max-width: 559px) {
      #eventPack .toolbar .eventName {
        font-size: 1.6em; } }
  #eventPack .toolbar .col-4 {
    text-align: right;
    font-size: 1.4em; }

#eventPack #coverImage {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #eventPack #coverImage img {
    width: 100%;
    height: auto; }

#eventPack #year {
  font-weight: 900;
  font-style: italic;
  font-size: 12em;
  color: white;
  position: absolute;
  bottom: -25px;
  left: 30px; }
  @media only screen and (max-width: 559px) {
    #eventPack #year {
      font-size: 6em;
      bottom: -15px; } }

#eventPack h1 {
  font-weight: 900;
  font-style: italic;
  font-size: 5em;
  color: #EB002B;
  text-transform: uppercase;
  margin-top: -24px;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 559px) {
    #eventPack h1 {
      font-size: 3.6em;
      margin-top: -8px; } }

#eventPack .intro {
  margin-top: 65px;
  position: relative; }
  @media only screen and (max-width: 559px) {
    #eventPack .intro {
      margin-top: 25px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media print {
    #eventPack .intro {
      page-break-after: always; } }
  #eventPack .intro .badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #EB002B;
    text-align: center;
    position: absolute;
    left: -95px; }
    #eventPack .intro .badge img {
      width: 80%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      top: 25px;
      position: relative; }

#eventPack .txt {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 559px) {
    #eventPack .txt {
      max-width: none;
      width: auto; } }

#eventPack .ep-section {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 3px dotted #ddd;
  padding-left: 35px;
  padding-right: 35px; }
  @media print {
    #eventPack .ep-section {
      margin-top: 20px;
      padding-top: 20px;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 559px) {
    #eventPack .ep-section {
      margin-top: 40px;
      padding-top: 40px;
      padding-left: 10px;
      padding-right: 10px; } }
  #eventPack .ep-section h2 {
    font-weight: 900;
    font-style: italic;
    font-size: 3em;
    color: #EB002B;
    text-transform: uppercase;
    margin-bottom: 15px; }
    #eventPack .ep-section h2 span {
      color: #888;
      font-weight: 400; }
    @media only screen and (max-width: 559px) {
      #eventPack .ep-section h2 {
        font-size: 2.2em; } }
    @media print {
      #eventPack .ep-section h2 {
        font-size: 2em; } }
  #eventPack .ep-section h3 {
    color: #333;
    font-weight: 900;
    font-style: italic;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 25px; }
    @media only screen and (max-width: 559px) {
      #eventPack .ep-section h3 {
        font-size: 1.5em; } }
    #eventPack .ep-section h3.warning {
      padding: 20px;
      margin: 0;
      background-color: #bc0022;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      color: white;
      border-left: none; }
  #eventPack .ep-section iframe {
    width: 100% !important;
    height: 450px !important; }

#eventPack p {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1079px) {
    #eventPack p {
      margin-left: 0px; } }
  @media only screen and (max-width: 739px) {
    #eventPack p {
      font-size: 1.1em; } }
  #eventPack p a {
    color: #EB002B; }
    #eventPack p a:hover {
      text-decoration: none; }
  #eventPack p strong {
    font-weight: 900; }
    #eventPack p strong a {
      color: #EB002B; }
      #eventPack p strong a:hover {
        text-decoration: none; }
  #eventPack p.image {
    margin-left: 0;
    max-width: unset;
    margin: 40px 0 30px 0;
    display: block; }
  #eventPack p img {
    width: 100% !important;
    height: auto !important; }

#eventPack table {
  width: 100%;
  background-color: #f2f2f2;
  margin: 8px 0; }
  #eventPack table tr td {
    padding: 8px;
    border: 1px solid #ccc; }
  #eventPack table p {
    font-weight: normal !important;
    font-size: 1em !important;
    margin-bottom: 0 !important;
    color: #333 !important; }
    #eventPack table p strong {
      font-weight: 900 !important; }

.eventItinerary p {
  font-size: 1.1em;
  line-height: 1.3; }

.eventItinerary ul li {
  list-style: none;
  margin-left: 0; }

@media only screen and (max-width: 800px) {
  .eventItinerary ul {
    margin: 0; } }

.eventItinerary h3 {
  font-style: italic;
  font-weight: 900;
  font-size: 1.7em;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px; }
  @media only screen and (max-width: 800px) {
    .eventItinerary h3 {
      font-size: 1.3em; } }
  @media only screen and (max-width: 1079px) {
    .eventItinerary h3 {
      font-size: 1.1em !important; } }
  .eventItinerary h3 i {
    margin-right: 8px; }

.eventItinerary .itineraryItem {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 1.1em;
  color: #333; }
  @media only screen and (max-width: 800px) {
    .eventItinerary .itineraryItem {
      font-size: .9em; } }
  .eventItinerary .itineraryItem div {
    display: inline-block;
    min-width: 30%; }
    .eventItinerary .itineraryItem div:first-of-type {
      font-weight: 700;
      text-transform: uppercase;
      color: #000; }
    .eventItinerary .itineraryItem div:last-child {
      text-align: right;
      float: right; }
    .eventItinerary .itineraryItem div strong {
      font-weight: 900;
      font-size: 1.1em;
      text-transform: uppercase; }
    @media only screen and (max-width: 1079px) {
      .eventItinerary .itineraryItem div {
        min-width: unset;
        margin-right: 5px; }
        .eventItinerary .itineraryItem div:nth-child(2) {
          font-weight: 700; }
        .eventItinerary .itineraryItem div:last-child {
          display: block;
          float: none !important;
          text-align: left;
          margin-top: 8px; } }
  .eventItinerary .itineraryItem i {
    margin-right: 8px; }
  .eventItinerary .itineraryItem:nth-child(odd) {
    background-color: #f3f3f3; }

.reg-location {
  font-size: 1.6em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px; }
  .reg-location span {
    color: #EB002B; }
  .reg-location i {
    color: #EB002B;
    margin-right: 10px; }

.id-warning {
  color: #fff;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0px 0 35px 0;
  position: relative;
  padding: 20px 8px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #EB002B;
  text-transform: uppercase; }
  @media only screen and (max-width: 559px) {
    .id-warning {
      font-size: 1.1em; } }
  .id-warning .text {
    margin-left: 80px; }
    @media only screen and (max-width: 559px) {
      .id-warning .text {
        margin-left: 55px; } }
  .id-warning .icon {
    left: 14px;
    top: 14px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 3px solid white;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center; }
    @media only screen and (max-width: 559px) {
      .id-warning .icon {
        font-size: 1em;
        width: 34px;
        height: 34px;
        line-height: 34px;
        top: 20px; } }

.reg-intro p {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 20px; }
  @media only screen and (max-width: 739px) {
    .reg-intro p {
      font-size: 1.1em; } }
  .reg-intro p a {
    color: #EB002B; }
    .reg-intro p a:hover {
      text-decoration: none; }
  .reg-intro p strong {
    font-weight: 900; }
    .reg-intro p strong a {
      color: #EB002B; }
      .reg-intro p strong a:hover {
        text-decoration: none; }

.reg-intro .reg-pack {
  background-color: #ddd;
  border: 3px solid #ddd;
  margin: 30px 0 30px 0;
  border-radius: 3px; }
  .reg-intro .reg-pack h3 {
    padding-left: 20px !important;
    border-left: none;
    margin-top: 0; }
  .reg-intro .reg-pack p {
    padding-left: 20px;
    color: #666; }
  .reg-intro .reg-pack ul {
    margin: 20px 0px 0px 0px;
    font-size: 1.2em;
    font-weight: 900; }
    @media only screen and (max-width: 559px) {
      .reg-intro .reg-pack ul {
        font-size: 1em; } }
    .reg-intro .reg-pack ul li {
      padding: 20px 30px;
      border-top: 2px solid #ddd;
      color: #555;
      background-color: #f3f3f3; }

#rp-timing h3 {
  color: #000;
  font-weight: 900;
  font-style: italic;
  font-size: 1.6em;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 10px; }

#rp-timing .cut-off {
  font-weight: 900;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 3px;
  color: #fff;
  margin-top: 10px;
  background-color: #EB002B;
  margin-left: 20px;
  border-left: 6px solid #bc0022; }
  @media only screen and (max-width: 559px) {
    #rp-timing .cut-off {
      margin-left: 0px; } }
  #rp-timing .cut-off i {
    margin-right: 10px;
    color: white; }

.course .download {
  background: #EB002B;
  color: white;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  margin-top: 15px;
  border-radius: 25px;
  text-decoration: none; }

#rp-rules ul li {
  margin-bottom: 15px;
  line-height: 1.4;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 700;
  list-style: disc;
  margin-left: 45px; }
  @media only screen and (max-width: 559px) {
    #rp-rules ul li {
      margin-left: 25px; } }

#rp-rules h3 {
  margin-bottom: 20px; }

.partnerup {
  text-align: center; }
  .partnerup h2 {
    text-transform: uppercase; }
  .partnerup .sub {
    width: 100%;
    max-width: calc(30% - 20px);
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    @media only screen and (max-width: 1079px) {
      .partnerup .sub {
        max-width: calc(48% - 20px); } }
    @media only screen and (max-width: 739px) {
      .partnerup .sub {
        max-width: calc(98% - 20px); } }
    .partnerup .sub img {
      width: 100%;
      height: auto; }
    .partnerup .sub .cover {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .partnerup .sub:hover .cover {
      background-color: rgba(235, 0, 43, 0.85); }
    .partnerup .sub a {
      display: block;
      padding-top: 35%;
      font-weight: 900;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: white;
      text-transform: uppercase;
      font-size: 1.4em;
      text-decoration: none; }
      @media only screen and (max-width: 739px) {
        .partnerup .sub a {
          font-size: 1.8em; } }

.wwu-form {
  padding-top: 25px; }

.wwu-nav {
  background-color: #EB002B;
  color: white; }
  .wwu-nav h3 {
    color: white !important;
    padding: 15px 15px 15px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 0 !important; }
  .wwu-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important; }
    .wwu-nav ul li {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .wwu-nav ul li:last-of-type {
        border-bottom: none; }
      .wwu-nav ul li a {
        display: block;
        color: white;
        text-decoration: none;
        padding: 12px 25px;
        font-size: 1.1em;
        font-weight: 700;
        transition: all linear .2s; }
        .wwu-nav ul li a:hover {
          background-color: rgba(0, 0, 0, 0.1);
          padding-left: 30px;
          transition: all linear .2s; }

#wwu {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 40px;
  color: white;
  text-decoration: none;
  background-color: #000;
  font-weight: 900;
  font-size: 1.2em;
  padding: 0 15px;
  border-left: 3px solid #EB002B;
  display: none; }

#wwu-btn {
  display: block;
  line-height: 50px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  background-color: #000;
  font-weight: 900;
  font-size: 1.4em;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 15px; }
  #wwu-btn:hover {
    background-color: #EB002B; }

#events {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 25px;
  align-content: space-around;
  justify-content: space-between;
  padding: 20px 0px; }
  @media only screen and (max-width: 1279px) {
    #events {
      grid-template-columns: 1fr 1fr;
      font-size: 1.1em; } }
  @media only screen and (max-width: 739px) {
    #events {
      grid-template-columns: 1fr;
      font-size: 1.3em; } }
  #events .event {
    display: flex;
    vertical-align: top;
    width: 100%;
    min-height: 500px;
    background-color: #444;
    position: relative; }
    #events .event img {
      height: 100%;
      width: auto; }
      @media only screen and (max-width: 1279px) {
        #events .event img {
          height: auto;
          width: 100%; } }
    #events .event .overlay {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,111111+100&0.8+0,0.1+29,0.1+54,0.85+71 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(5, 5, 5, 0.1) 29%, rgba(9, 9, 9, 0.1) 54%, rgba(12, 12, 12, 0.85) 71%, rgba(17, 17, 17, 0.85) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(5, 5, 5, 0.1) 29%, rgba(9, 9, 9, 0.1) 54%, rgba(12, 12, 12, 0.85) 71%, rgba(17, 17, 17, 0.85) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(5, 5, 5, 0.1) 29%, rgba(9, 9, 9, 0.1) 54%, rgba(12, 12, 12, 0.85) 71%, rgba(17, 17, 17, 0.85) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#d9111111',GradientType=0 );
      /* IE6-9 */
      transition: all .3s ease;
      opacity: .8; }
    #events .event .padding {
      padding: 20px;
      position: absolute;
      top: 0px;
      left: 0px; }
    #events .event:hover .overlay {
      opacity: 1;
      transition: all .3s ease;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,111111+100&0.8+0,0.1+29,0.1+54,0.85+71 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(5, 5, 5, 0.1) 29%, rgba(9, 9, 9, 0.1) 54%, rgba(12, 12, 12, 0.85) 71%, rgba(17, 17, 17, 0.85) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(5, 5, 5, 0.1) 29%, rgba(9, 9, 9, 0.1) 54%, rgba(12, 12, 12, 0.85) 71%, rgba(17, 17, 17, 0.85) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(5, 5, 5, 0.1) 29%, rgba(9, 9, 9, 0.1) 54%, rgba(12, 12, 12, 0.85) 71%, rgba(17, 17, 17, 0.85) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#d9111111',GradientType=0 );
      /* IE6-9 */ }
    #events .event:hover a {
      transition: all .3s ease;
      background-color: #eb002b; }
    #events .event .date {
      color: white;
      text-transform: uppercase;
      display: inline-block;
      background-color: rgba(235, 0, 43, 0.9);
      padding: 4px;
      margin-bottom: 5px;
      font-size: 1.1em;
      font-weight: 700; }
    #events .event .title {
      font-size: 2em;
      color: white;
      font-weight: 900;
      text-transform: uppercase;
      font-style: italic;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    #events .event .meta {
      position: absolute;
      bottom: 55px;
      left: 0px;
      right: 0px;
      color: #fff;
      padding: 20px; }
      #events .event .meta .data {
        font-weight: 700; }
      #events .event .meta .price {
        font-size: 1.6em;
        font-weight: 700; }
      #events .event .meta .location {
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
        margin-top: 10px; }
        @media only screen and (max-width: 739px) {
          #events .event .meta .location {
            font-size: .8em !important; } }
        #events .event .meta .location i {
          color: #EB002B;
          padding-right: 4px; }
      #events .event .meta .distance {
        display: inline-block;
        padding-right: 10px;
        line-height: 1.3;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
        font-weight: 700; }
        @media only screen and (max-width: 739px) {
          #events .event .meta .distance {
            font-size: .8em !important; } }
    #events .event a {
      background-color: rgba(235, 0, 43, 0.8);
      color: white;
      display: block;
      text-decoration: none;
      clear: both;
      line-height: 50px;
      text-align: left;
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      padding-left: 30px;
      border-radius: 25px;
      font-weight: 900;
      text-transform: uppercase;
      transition: all .3s ease;
      overflow: hidden;
      font-size: 1.3em; }
      #events .event a span {
        display: inline-block;
        float: right;
        width: 100px;
        background-color: #a5001e;
        text-align: center; }
        @media only screen and (max-width: 739px) {
          #events .event a span {
            width: 130px; } }

#filters {
  position: relative;
  z-index: 999999999999999999;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 739px) {
    #filters {
      text-align: center;
      padding: 10px; } }
  #filters span {
    display: inline-block;
    padding: 0 10px;
    font-weight: 900;
    font-size: 1.4em;
    font-style: italic;
    text-transform: uppercase;
    cursor: pointer; }
    @media only screen and (max-width: 739px) {
      #filters span {
        line-height: 1.5;
        font-size: 1.2em; } }
    #filters span:hover {
      color: #888; }
    #filters span.active {
      color: #EB002B; }

.bannerSpacer {
  height: 140px; }
  @media only screen and (max-width: 739px) {
    .bannerSpacer {
      height: 80px; } }

#eventPage {
  padding-top: 35px;
  position: relative; }
  #eventPage h1 {
    color: #EB002B;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    font-size: 5em;
    line-height: .8;
    position: relative;
    z-index: 5; }
  #eventPage h3 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 2.8em;
    position: relative; }
  #eventPage .eventDate {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.6em;
    margin-bottom: 10px;
    margin-top: 8px; }
  #eventPage .distances {
    font-size: 1.4em;
    font-weight: 900;
    margin-bottom: 30px;
    color: #EB002B; }
  #eventPage .actions a {
    color: #333;
    font-size: 1.2em;
    display: block;
    border-bottom: 1px solid #eee;
    line-height: 44px;
    text-align: center; }
  #eventPage .actions .enter {
    display: block;
    line-height: 60px;
    border-radius: 30px;
    background-color: #EB002B;
    color: white;
    font-size: 1.6em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    border-bottom: none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 25px; }
    #eventPage .actions .enter:hover {
      background-color: #ec0d36; }
    #eventPage .actions .enter span {
      display: inline-block;
      float: right;
      text-align: center;
      background-color: #bc0022;
      width: 120px; }
  #eventPage .intro {
    padding: 20px 0; }
    #eventPage .intro p {
      font-size: 1.1em;
      margin-bottom: 15px;
      max-width: 800px;
      line-height: 1.4;
      color: #444; }
      #eventPage .intro p:first-of-type {
        font-size: 1.3em;
        color: #000;
        font-weight: 700;
        max-width: 1024px; }
  #eventPage .section {
    padding: 40px 0;
    position: relative; }
    #eventPage .section.alt {
      background-color: #f8f8f8; }
  #eventPage .images {
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding-top: 80px;
    padding-bottom: 80px; }
    #eventPage .images .big img {
      width: 100%;
      height: auto; }
    #eventPage .images .small {
      margin-right: 20px;
      width: calc(50% - 10px);
      display: inline-block;
      margin-bottom: 19px; }
      #eventPage .images .small:nth-child(even) {
        margin-right: 0px; }
      #eventPage .images .small img {
        width: 100%;
        height: auto; }
    #eventPage .images .fl {
      float: left;
      display: inline !important; }

#cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw;
  background-color: #000;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }
  @media only screen and (max-width: 1599px) {
    #cover {
      height: 37vw; } }
  @media only screen and (max-width: 1279px) {
    #cover {
      height: 44vw; } }
  @media only screen and (max-width: 1079px) {
    #cover {
      height: 65vw !important; } }
  @media only screen and (max-width: 800px) {
    #cover {
      display: none !important;
      top: -1000vh; } }

#grad {
  width: 110%;
  top: -36px;
  left: -5%;
  transform: rotate(-2deg);
  background-color: white;
  height: 80px;
  position: absolute;
  z-index: 1; }
