@charset "UTF-8";
*, *:after, *:before {
  box-sizing: border-box; }

input[type="text"],
input[type="submit"],
input[type="search"],
input[type="number"],
button,
textarea,
select {
  -webkit-appearance: none;
  font-family: "Gotham"; }

html, body {
  font-family: "Gotham";
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border-style: solid;
  border-width: 0.125rem;
  border-color: #CCCCCC;
  line-height: 2.5rem;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0 0.625rem;
  font-family: "Gotham Narrow"; }

textarea {
  height: 5.5rem; }

button, input[type="submit"] {
  cursor: pointer; }

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

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

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

body {
  line-height: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Narrow";
  line-height: 1.2; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 1.5rem;
  font-weight: 600; }

h2 {
  font-size: 1.25rem;
  font-weight: 600; }

h3 {
  font-size: 1.125rem;
  font-weight: 600; }

h4 {
  font-size: 1rem;
  font-weight: 600; }

h5 {
  font-size: 1rem;
  font-weight: 600; }

.hero-title {
  font-size: 1.75rem; }

@media (min-width: 56.25rem) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 1.625rem; }
  h3 {
    font-size: 1.25rem; }
  .hero-title {
    font-size: 3rem; } }

a {
  color: black; }
  a:hover {
    color: orange; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; }

.entry, .post-list, .sidebar, .event-sidebar {
  margin-top: 1.875rem;
  margin-bottom: 5rem; }
  @media (min-width: 50rem) {
    .entry, .post-list, .sidebar, .event-sidebar {
      margin-top: 3.75rem; } }

.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1.25rem 0;
  padding: 0; }
  .breadcrumbs li {
    display: inline-block;
    margin: 0;
    font-size: 0.875rem;
    font-family: "Gotham Narrow";
    color: #B07418;
    font-weight: 600; }
    .breadcrumbs li a {
      color: black; }
    .breadcrumbs li:after {
      content: '>';
      margin-left: 0.3125rem;
      color: black; }
    .breadcrumbs li:last-child:after {
      content: '';
      margin: 0; }

.border-content {
  border-style: solid;
  border-width: 5px;
  margin-top: 0.3125rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem; }
  @media (min-width: 74.4375rem) {
    .border-content {
      margin-right: 0;
      margin-left: 0; } }

.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  box-sizing: border-box; }

.block-group {
  *zoom: 1; }

.block-group:before, .block-group:after {
  display: table;
  content: "";
  line-height: 0; }

.block-group:after {
  clear: both; }

.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important; }

.block {
  float: left;
  width: 100%; }

.form-group {
  box-sizing: border-box;
  *zoom: 1;
  margin: -10px 0 0 -20px; }
  .form-group:before, .form-group:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-group:after {
    clear: both; }

.form-item {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 10px 0 0 20px; }
  .form-item:before, .form-item:after {
    box-sizing: border-box; }

@media (min-width: 600px) {
  .form-item-12 {
    width: 100%; }
  .form-item-11 {
    width: 91.66%; }
  .form-item-10 {
    width: 83.33%; }
  .form-item-9 {
    width: 75%; }
  .form-item-8 {
    width: 66.66%; }
  .form-item-7 {
    width: 58.33%; }
  .form-item-6 {
    width: 50%; }
  .form-item-5 {
    width: 41.66%; }
  .form-item-4 {
    width: 33.33%; }
  .form-item-3 {
    width: 25%; }
  .form-item-2 {
    width: 16.66%; }
  .form-item-1 {
    width: 8.333%; } }

.container {
  margin: auto;
  max-width: 90rem;
  padding: 0 1.25rem; }

.container.container-small {
  max-width: 46.25rem; }

.container.container-medium {
  max-width: 65rem; }

@media (max-width: 74.375rem) {
  .container.not-padded-on-mobile {
    padding: 0; } }

@media (min-width: 50rem) {
  .container.container-small.with-sidebar {
    max-width: 65rem; } }

body {
  padding-top: 3.5rem; }

.navigation-area {
  background-color: #141210; }

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

.main-nav-toggle {
  line-height: 2.25rem;
  padding: 0 0.875rem;
  font-family: "Gotham Narrow";
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  position: absolute;
  right: 1.125rem;
  top: 0.5rem; }

.branding {
  vertical-align: top; }
  .branding a {
    display: block;
    padding: 0.3125rem 1.125rem;
    height: 3.5rem; }
  .branding img {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0; }

.navigation-area {
  position: relative; }

.main-nav {
  position: absolute;
  background-color: #13110f;
  width: 100%;
  display: none;
  z-index: 100; }
  .main-nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .main-nav a {
    text-decoration: none; }

.nav-main-item {
  border-width: 1px  0 0 0;
  border-style: solid;
  border-color: #333; }

.nav-main-link {
  display: block;
  text-align: center;
  line-height: 3.125rem;
  color: white;
  font-family: "Gotham Narrow";
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700; }

.menu-item-has-children .nav-main-link:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 0.3125rem;
  margin-left: 0.3125rem; }

.nav-drop {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nav-drop-item {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #666; }
  .nav-drop-item:last-child {
    border: none; }

.nav-drop-link {
  display: block;
  color: #fff;
  font-family: "Gotham Narrow";
  padding: 0 1.25rem;
  line-height: 3.125rem;
  background-color: #333; }

.nav-drop-thumb {
  display: none; }

.nav-drop-title {
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase; }

.nav-drop-period {
  float: right;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }

.festival-dates {
  text-align: center;
  margin-top: -3.4375rem;
  line-height: 3.4375rem;
  color: #fff;
  font-size: 0.875rem; }

.festival-dates__period {
  font-weight: 700; }

.festival-dates__since {
  display: none; }

.navigation-area.menu-is-visible .main-nav {
  display: block; }

.menu-item-has-children.children-are-visible .nav-drop {
  display: block;
  z-index: 100; }

.menu-item-has-children.children-are-visible .nav-main-link {
  color: orange; }
  .menu-item-has-children.children-are-visible .nav-main-link:after {
    border-color: transparent transparent orange transparent;
    margin-bottom: 0.3125rem;
    z-index: 110; }

.header-search__toggle {
  display: none; }

.header-search-form {
  margin: 0;
  position: relative;
  z-index: 100; }

.header-search-form__search-input {
  display: block;
  width: 100%;
  background: #fff;
  height: 3.125rem;
  border-radius: 0;
  border-style: solid none;
  border-color: #ccc;
  border-width: 1px;
  padding: 1.25rem;
  color: #999;
  font-family: "Gotham Narrow";
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0; }

.header-search-form__search-button {
  background: transparent;
  height: 3.125rem;
  width: 60px;
  border: none;
  margin-top: -3.125rem;
  margin-bottom: 0;
  float: right;
  font-size: 24px; }

.header-search-form__button-text {
  display: none; }

.my-tickets {
  line-height: 3.125rem;
  background-color: #FFA500;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600; }
  .my-tickets:hover {
    background-color: #B07418;
    color: #fff; }

@media (min-width: 62.5rem) {
  body, body.has-coupon {
    padding-top: 0 !important; }
  .main-header {
    position: relative; }
  .navigation-area {
    margin-top: 0.625rem; }
  .main-nav {
    display: block;
    height: 5.625rem; }
  .branding {
    display: inline-block; }
    .branding a {
      display: block;
      padding: 0.625rem 1.125rem;
      height: 5.625rem; }
  .festival-dates {
    text-align: center;
    margin-top: 0;
    line-height: 0.75rem;
    height: 5.625rem;
    display: inline-block;
    vertical-align: top;
    padding-top: 1.875rem;
    text-transform: uppercase; }
  .festival-dates__period {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.625rem; }
  .festival-dates__since {
    font-size: 0.75rem;
    display: block; }
  .main-nav {
    display: block;
    float: right;
    position: static;
    width: auto;
    vertical-align: top; }
    .main-nav > ul {
      vertical-align: top;
      display: inline-block; }
  .nav-main-item {
    display: inline-block;
    vertical-align: top;
    border: none; }
  .header-search-form {
    display: none; }
  .nav-main-link {
    line-height: 5.625rem;
    padding: 0 1.25rem; }
  .main-nav-toggle {
    display: none; }
  .nav-drop {
    position: absolute;
    margin-top: 0.625rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-color: black;
    border-width: 0.3125rem;
    padding: 2.5rem 0; }
  .nav-drop-item {
    float: left;
    width: 12.5%;
    display: block;
    border: none; }
  .nav-drop-thumb {
    display: block;
    height: 5rem;
    margin-bottom: 0.625rem; }
    .nav-drop-thumb img {
      margin: 0;
      padding: 0;
      display: inline;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      max-height: 5rem; }
  .nav-drop-title, .nav-drop-period {
    display: block; }
  .nav-drop-link {
    text-align: center;
    background: transparent;
    padding: 0; }
  .nav-drop-title {
    color: black;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    text-decoration: underline; }
  .nav-drop-period {
    float: none;
    font-size: 0.75rem;
    line-height: 1rem;
    color: black;
    font-size: 0.75rem;
    font-weight: 300; }
  .menu-item-has-children.children-are-visible .nav-main-link {
    position: relative; }
    .menu-item-has-children.children-are-visible .nav-main-link:before {
      content: '';
      display: block;
      border-style: solid;
      border-color: black transparent transparent black;
      border-width: 0.3125rem;
      position: relative;
      margin-left: 0.3125rem;
      height: 1.25rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 1.25rem;
      position: absolute;
      bottom: -25px;
      left: 50%;
      margin-left: -0.625rem;
      z-index: 110;
      background: #fff; }
  .header-search__toggle {
    display: block;
    height: 5.625rem;
    margin: 0;
    color: #fff;
    width: 5rem;
    font-size: 2rem;
    background: transparent;
    border: none; }
    .header-search__toggle:hover {
      color: orange; }
  .header-search {
    display: inline-block;
    position: relative; }
  .header-search-form {
    margin-top: 0.625rem;
    position: absolute;
    display: none;
    width: 37.5rem;
    right: 0;
    border-style: solid;
    border-width: 5px; }
  .header-search-form__search-input {
    height: 4.125rem;
    border: none;
    font-size: 1.5rem;
    font-weight: 300; }
  .header-search-form__search-button {
    width: auto;
    line-height: 4.125rem;
    height: 4.125rem;
    margin-top: -4.125rem;
    padding: 0 1.25rem; }
    .header-search-form__search-button .icon-search {
      display: none; }
  .header-search-form__button-text {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700; }
  .header-search.search-is-visible .header-search-form {
    display: block; }
  .header-search.search-is-visible .header-search__toggle:before {
    content: '';
    display: block;
    border-style: solid;
    border-color: black transparent transparent black;
    border-width: 0.3125rem;
    margin-left: 0.3125rem;
    height: 1.25rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.25rem;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -0.625rem;
    z-index: 110;
    background: #fff; }
  .my-tickets {
    display: inline-block;
    line-height: 5.625rem;
    vertical-align: top;
    padding: 0 1.5625rem; }
    .my-tickets:hover {
      background-color: #B07418;
      color: #fff; }
  .nav-drop-item:hover .nav-drop-title {
    color: orange; }
  .menu-item-824 a {
    border-style: solid;
    border-width: 0.125rem;
    border-color: orange;
    line-height: 2.25rem;
    margin: 1.5625rem 0;
    color: orange; }
    .menu-item-824 a:hover {
      background-color: orange;
      color: #000; } }

.highlights {
  overflow: auto; }
  .highlights .card-list {
    white-space: nowrap;
    padding: 0 1.25rem; }
  .highlights .card-wrap {
    white-space: normal;
    display: inline-block;
    margin-right: 0.625rem;
    max-width: 21.0625rem;
    width: 100%; }

.card:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: .2s;
  opacity: 0;
  border-style: solid;
  border-width: 0.3125rem;
  border-color: #fff; }

.card:hover:before {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  margin-top: 0.625rem;
  margin-left: 0.625rem; }

.blog-link {
  display: none; }

@media (min-width: 50rem) {
  .highlights {
    background: #000;
    position: relative;
    /* Grid styles */ }
    .highlights .blog-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      font-size: 2.25rem;
      padding: 2.375rem 2.5rem; } }
  @media (min-width: 50rem) and (max-width: 74.375rem) {
    .highlights {
      margin-left: 0.3125rem;
      margin-right: 0.3125rem; } }

@media (min-width: 50rem) {
    .highlights .card-list {
      white-space: normal;
      padding: 0; }
    .highlights .card-wrap {
      display: block;
      margin-right: 0;
      max-width: none; }
      .highlights .card-wrap:nth-child(6n+1) {
        width: 60%; }
        .highlights .card-wrap:nth-child(6n+1) .card {
          min-height: 31.875rem; }
      .highlights .card-wrap:nth-child(6n+2) {
        width: calc(40%);
        float: right;
        margin-top: -31.875rem;
        margin-right: 0;
        margin-bottom: 0.625rem; }
        .highlights .card-wrap:nth-child(6n+2) .card {
          border-left: none;
          min-height: 15.9375rem; }
      .highlights .card-wrap:nth-child(6n+3) {
        width: calc(40%);
        float: right;
        margin-top: -15.9375rem;
        margin-right: 0;
        margin-bottom: 0; }
        .highlights .card-wrap:nth-child(6n+3) .card {
          border-left: none;
          border-top: none;
          min-height: 15.9375rem; }
      .highlights .card-wrap:nth-child(6n+4) {
        width: calc(40%);
        margin-top: 0.625rem; }
        .highlights .card-wrap:nth-child(6n+4) .card {
          min-height: 15.9375rem; }
      .highlights .card-wrap:nth-child(6n+5) {
        width: calc(40%);
        margin-top: 0.625rem;
        margin-bottom: 0.625rem; }
        .highlights .card-wrap:nth-child(6n+5) .card {
          min-height: 15.9375rem; }
      .highlights .card-wrap:nth-child(6n+6) {
        float: right;
        width: 60%;
        margin-top: -32.5rem;
        margin-bottom: 0.625rem;
        /* else */ }
        .highlights .card-wrap:nth-child(6n+6) .card {
          min-height: 31.875rem; }
      .highlights .card-wrap .card-title {
        font-size: 1.625rem; }
      .highlights .card-wrap .card-subtitle {
        font-size: 0.875rem; }
      .highlights .card-wrap:nth-child(1n+6) .card-title, .highlights .card-wrap:nth-child(6n+6) .card-title {
        font-size: 2.25rem; }
      .highlights .card-wrap:nth-child(1n+6) .card-subtitle, .highlights .card-wrap:nth-child(6n+6) .card-subtitle {
        font-size: 1.125rem; }
  .highlights.inverted .card-wrap:nth-child(3n+1) {
    float: right; }
  .highlights.inverted .card-wrap:nth-child(3n+2), .highlights.inverted .card-wrap:nth-child(3n+3) {
    margin-top: 0;
    float: none; }
  .highlights.with-ads .card-wrap:nth-child(6n+4) {
    margin-top: 6.875rem; } }

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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Festival-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.icon-search:before {
  content: "\e906"; }

.icon-ticket:before {
  content: "\e907"; }

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

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

.fade-enter {
  opacity: 0.01; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.fade-leave {
  opacity: 1; }

.fade-leave.fade-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }

.card {
  border-style: solid;
  border-width: 0.3125rem;
  min-height: 14.375rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #d2d2d2; }
  .card a {
    text-decoration: none;
    color: inherit; }

.card-anchor {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.card-subtitle {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  margin: 0; }
  .card-subtitle span {
    padding: 0.125rem;
    background-color: black;
    display: inline-block; }

.card-category {
  position: absolute;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Gotham";
  background-color: #fff;
  color: black;
  padding: 0.125rem 0.25rem;
  font-weight: 400;
  vertical-align: middle; }

.mostra .card-category {
  background: black;
  color: #fff; }

.festas .card-category {
  background-color: #34184C;
  color: #fff; }

.risorama .card-category {
  background-color: #00BCD4;
  color: #fff; }

.gastronomix .card-category {
  background-color: #F56F02;
  color: #fff; }

.mishmash .card-category {
  background-color: #85766A;
  color: #fff; }

.card.fringe {
  background-image: url(../images/fringe-placeholder-site.jpg); }

.card.mostra {
  background-image: url(../images/mostra-placeholder-site.jpg); }

.card.festas {
  background-image: url(../images/festas-placeholder-site.jpg); }

.card.risorama {
  background-image: url(../images/risorama-placeholder-site.jpg); }

.card.gastronomix {
  background-image: url(../images/gastronomix-placeholder-site.jpg); }

.card.mishmash {
  background-image: url(../images/mishmash-placeholder-site.jpg); }

.card.guritiba {
  background-image: url(../images/guritiba-placeholder-site.jpg); }

.card.blog-card {
  background-image: url(../images/mostra-placeholder-site.jpg); }

.card.atividades-de-formacao {
  background-image: url(../images/mostra-placeholder-site.jpg); }

.card.curitiba-mostra {
  background-image: url(../images/mostra-placeholder-site.jpg); }

.card-title {
  font-family: "Gotham Narrow";
  font-size: 1.25rem;
  font-weight: 700;
  color: black;
  display: inline-block;
  margin: 0;
  text-transform: uppercase; }
  .card-title span {
    padding: 0.25rem;
    background-color: #fff;
    display: inline-block; }

.blog-callout {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #black;
  line-height: 4.6875rem;
  text-align: center;
  font-family: "Gotham Narrow"; }
  @media (min-width: 50rem) {
    .blog-callout {
      line-height: 7.5rem; } }
  .blog-callout a {
    color: orange; }

.site-description {
  text-align: center; }
  @media (max-width: 74.375rem) {
    .site-description {
      margin-left: 0.3125rem;
      margin-right: 0.3125rem; } }
  .site-description h4 {
    font-family: "Gotham";
    font-size: 1rem;
    font-weight: 300;
    margin-top: 3.125rem;
    margin-bottom: 0.625rem;
    text-transform: uppercase; }

.site-description__card {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 35px 0 0 0px; }
  .site-description__card:before, .site-description__card:after {
    box-sizing: border-box; }
  .site-description__card:nth-child(1) i {
    font-size: 5rem; }
  .site-description__card:nth-child(2) i {
    font-size: 2.8125rem; }
  .site-description__card:nth-child(3) i {
    font-size: 3.625rem; }
  .site-description__card p {
    margin: 0; }
  @media (min-width: 56.25rem) {
    .site-description__card:nth-child(1) i {
      font-size: 10rem; }
    .site-description__card:nth-child(2) i {
      font-size: 5.625rem; }
    .site-description__card:nth-child(3) i {
      font-size: 7.5rem; } }

.site-description__card__link {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Gotham Narrow";
  color: black;
  font-weight: 700; }

.site-description__card {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 2.5px 5px; }
  .site-description__card:before, .site-description__card:after {
    box-sizing: border-box; }
  .site-description__card a {
    display: inline-block; }

.site-description__wrapper {
  box-sizing: border-box;
  *zoom: 1;
  margin: -2.5px -5px; }
  .site-description__wrapper:before, .site-description__wrapper:after {
    display: table;
    content: "";
    line-height: 0; }
  .site-description__wrapper:after {
    clear: both; }

.site-description__card-content {
  padding: 1.875rem 0;
  border-style: solid;
  border-width: 0.3125rem; }

@media (min-width: 56.25rem) {
  .site-description__card-content {
    height: 22.5rem; }
  .site-description__card-content {
    padding: 2.5rem 0; }
  .site-description__card {
    width: 33.33%; }
    .site-description__card i {
      line-height: 10rem; }
  .site-description {
    margin-top: 0.625rem;
    padding: 0; } }

.presentation {
  background-color: #444444;
  text-align: center;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0; }
  .presentation h5 {
    font-size: 1rem;
    font-weight: 200;
    color: #FFFFFF;
    margin: 0;
    font-family: "Gotham Narrow";
    line-height: 1.25rem; }

.ad {
  background: black;
  border-style: solid;
  border-width: 0.3125rem;
  border-color: #000;
  display: block;
  text-align: center;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem; }

.ad-over-highlights {
  height: 5.625rem;
  margin-top: -38.75rem;
  margin-bottom: 33.125rem; }

.ad.ad-mobile {
  display: none; }

@media (max-width: 49.9375rem) {
  .ad.ad-desktop {
    display: none; }
  .ad.ad-mobile {
    display: block; } }

.lone-filters {
  padding: 3.75rem 0; }
  @media (min-width: 901) {
    .lone-filters {
      padding: 11.25rem 0; } }

.option-filter-name {
  border-style: solid;
  border-width: 0.125rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0;
  padding: 0.125rem 0.25rem; }

.option-filter-name__name:after {
  content: '';
  border-style: solid;
  border-width: 0.3125rem;
  border-color: black transparent transparent transparent;
  height: 0.625rem;
  width: 0.625rem;
  display: inline-block;
  margin-bottom: -0.125rem;
  vertical-align: middle;
  margin-left: 0.25rem; }

.option-filters {
  box-sizing: border-box;
  *zoom: 1;
  margin: -12px 0 0 -15px; }
  .option-filters:before, .option-filters:after {
    display: table;
    content: "";
    line-height: 0; }
  .option-filters:after {
    clear: both; }

.option-filter {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 12px 0 0 15px;
  width: 50%; }
  .option-filter:before, .option-filter:after {
    box-sizing: border-box; }

.option-filters.odd-filters .option-filter:first-child {
  width: 100%; }

.option-filter-options {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 1.25rem;
  display: none; }
  .option-filter-options.is-visible {
    display: block; }

.option-filter-options__wrapper {
  background-color: #E1E1E1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 1.25rem;
  max-width: 37.5rem;
  margin: 0 auto;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3); }

.option-filter__name {
  line-height: 2.5625rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  font-family: "Gotham Narrow";
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  padding: 0 0.625rem;
  cursor: pointer; }
  .option-filter__name:hover {
    background-color: #CCCCCC; }

.option-filter__label {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  display: inline-block;
  cursor: pointer; }
  .option-filter__label input {
    position: absolute;
    left: -9999px; }
  .option-filter__label input:checked + .option-filter__name {
    background-color: #FFA500;
    border-color: #FFA500; }
    .option-filter__label input:checked + .option-filter__name:hover {
      border-color: #e69500;
      background-color: #e69500; }

.option-filter-options__header {
  margin-bottom: 1.875rem; }

.option-filter-options__close-button {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Gotham Narrow";
  font-weight: 600;
  font-size: 1.25rem;
  background-color: transparent;
  border: none;
  padding: 0; }

.filters-submit {
  display: block;
  font-size: 1rem;
  font-family: "Gotham";
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 2.75rem;
  background-color: orange; }
  .filters-submit:hover {
    color: #fff;
    background-color: #B07418; }

.search-filter input {
  width: 100%;
  margin-bottom: 0.625rem;
  line-height: 2.125rem;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  font-size: 1rem;
  color: black; }
  .search-filter input::-webkit-input-placeholder {
    font-style: italic; }
  .search-filter input::-moz-placeholder {
    font-style: italic; }
  .search-filter input:-ms-input-placeholder {
    font-style: italic; }
  .search-filter input::placeholder {
    font-style: italic; }

.filters-title {
  text-transform: uppercase; }

.option-filter-name__selections {
  color: #b07418;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 70%;
  text-overflow: ellipsis; }
  .option-filter-name__selections + span {
    display: none; }

.search-filter-name {
  display: none; }

.filters.not-mobile .option-filter {
  display: inline-block;
  width: auto; }

.filters.not-mobile .option-filter-name {
  display: inline-block;
  border: none; }

.filters.not-mobile .option-filter-name__selections {
  display: none; }
  .filters.not-mobile .option-filter-name__selections + span {
    display: inline-block; }

.filters.not-mobile .option-filter-name__name:after {
  content: ": ";
  border: none;
  margin: 0 0.3125rem 0 0;
  display: inline; }

.filters.not-mobile .option-filter-options {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0;
  top: auto;
  left: auto;
  background: transparent; }

.filters.not-mobile .option-filter-options__wrapper {
  background-color: transparent;
  top: 0;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  padding: 0;
  max-width: none;
  margin: 0;
  box-shadow: none; }

.filters.not-mobile .option-filter-options__header {
  display: none; }

.filters.not-mobile .option-filter__name {
  line-height: 0.875rem;
  padding: 2px 4px; }

.filters.not-mobile .option-filter__label {
  margin-right: 0.3125rem;
  margin-bottom: 0.625rem; }

.filters.not-mobile .option-filters {
  box-sizing: border-box;
  *zoom: 1;
  margin: 0px 0 0 0px; }
  .filters.not-mobile .option-filters:before, .filters.not-mobile .option-filters:after {
    display: table;
    content: "";
    line-height: 0; }
  .filters.not-mobile .option-filters:after {
    clear: both; }

.filters.not-mobile .option-filter {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0px 0 0 0px;
  display: inline-block;
  margin-right: 0.625rem; }
  .filters.not-mobile .option-filter:before, .filters.not-mobile .option-filter:after {
    box-sizing: border-box; }

.filters.not-mobile .search-filter-name {
  display: block;
  font-family: "Gotham Narrow";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  width: 4.375rem;
  margin-top: -0.5625rem;
  vertical-align: middle; }

.filters.not-mobile .search-filter input {
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: middle;
  line-height: 1.4375rem; }

.filters.not-mobile .filters-submit {
  width: auto;
  padding: 0 0.9375rem; }

.full-schedule .filters {
  margin-bottom: 3.75rem; }

.filters-wrapper {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  border-style: solid;
  border-width: 0.3125rem; }
  @media (max-width: 74.375rem) {
    .filters-wrapper {
      margin-left: 0.3125rem;
      margin-right: 0.3125rem; } }

.with-sidebar .entry, .with-sidebar .post-list {
  overflow: hidden;
  position: relative; }
  @media (min-width: 50rem) {
    .with-sidebar .entry, .with-sidebar .post-list {
      margin-right: 5rem;
      display: inline-block;
      width: calc(100% - 385px); } }

.with-sidebar .sidebar {
  overflow: hidden;
  display: inline-block;
  padding-left: 2.5rem;
  vertical-align: top;
  position: relative;
  width: 17.5rem;
  border-style: none none none solid;
  border-color: #ccc;
  display: none; }
  @media (min-width: 50rem) {
    .with-sidebar .sidebar {
      display: inline-block; } }

.with-sidebar .event-sidebar {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 18.75rem;
  display: none; }
  @media (min-width: 50rem) {
    .with-sidebar .event-sidebar {
      display: inline-block; } }

.share ul {
  list-style-type: none;
  padding: 0;
  box-sizing: border-box;
  *zoom: 1;
  margin: -10px 0 0 -10px; }
  .share ul:before, .share ul:after {
    display: table;
    content: "";
    line-height: 0; }
  .share ul:after {
    clear: both; }

.share li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 10px 0 0 10px;
  width: 33.3333%; }
  .share li:before, .share li:after {
    box-sizing: border-box; }

.share a {
  background: black;
  font-size: 1.125rem;
  display: block;
  color: #fff;
  line-height: 2.8125rem;
  height: 2.8125rem;
  text-align: center;
  text-decoration: none; }
  .share a:hover {
    background-color: #333; }

.share i {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.event-info-card {
  background: #E1E1E1;
  padding: 1.25rem;
  margin-bottom: 0.625rem; }

.event-info strong, .event-info h4 {
  text-transform: uppercase; }

.event-info p:first-child {
  margin-top: 0; }

.event-info p:last-child {
  margin-bottom: 0; }

.event-info .button {
  display: block;
  margin-bottom: 0.625rem; }

.event-info h4 {
  margin-bottom: 0.625rem;
  text-transform: uppercase; }

.sidebar {
  margin-top: 3.75rem;
  margin-bottom: 5rem; }

.important-dates h4 {
  text-transform: uppercase;
  margin: 0.625rem 0 0 0; }

.important-dates p {
  margin: 0; }

.widget {
  margin-bottom: 2.5rem; }

.widget-title {
  text-transform: uppercase;
  margin: 0 0 0.625rem 0; }

.widget-card-thumbnail {
  height: 15rem;
  background-size: cover;
  background-position: center; }

.widget-card {
  font-size: 0.875rem;
  margin-bottom: 1.25rem; }
  .widget-card a {
    color: inherit;
    text-decoration: none; }
  .widget-card p {
    margin: 0.3125rem 0 0 0; }

.widget-card-title {
  margin-top: 0.3125rem;
  margin-bottom: 0; }

.entry-card {
  margin-bottom: 1.875rem;
  overflow: hidden; }
  .entry-card a {
    color: black; }
  .entry-card a:hover {
    color: orange; }
  @media (min-width: 37.5rem) {
    .entry-card {
      margin-bottom: 4.375rem; } }

.entry-card__thumbnail {
  height: 0;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.625rem; }
  @media (min-width: 37.5rem) {
    .entry-card__thumbnail {
      width: 12.5rem;
      padding: 0;
      height: 8.75rem;
      float: left;
      margin-right: 1.25rem; } }

.entry-card__text {
  overflow: hidden; }

.entry-card__meta {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  display: block; }

.entry-card__title {
  margin-bottom: 0; }
  .entry-card__title a {
    text-decoration: none; }
  @media (min-width: 600) {
    .entry-card__title {
      font-size: 1.625rem; } }

.pagination {
  font-family: "Gotham narrow";
  font-size: 1.5rem; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  @media (min-width: 65.625rem) {
    .pagination {
      text-align: center; }
      .pagination ul {
        display: inline-block; } }
  .pagination li, .pagination .next-page, .pagination .prev-page {
    display: inline-block;
    border-style: solid;
    border-width: 0.125rem;
    border-color: #E6E6E6; }
  .pagination a:hover {
    background-color: #E6E6E6;
    color: #38383A; }
  .pagination a, .pagination span {
    display: block;
    line-height: 2.875rem;
    padding: 0 1.25rem;
    text-decoration: none;
    font-weight: 400;
    color: #38383A; }
  .pagination .current {
    background-color: #FFA500;
    border-color: #FFA500; }
    .pagination .current span {
      color: #fff; }
  .pagination .next-page, .pagination .prev-page {
    margin: 2.5rem 0;
    display: inline-block; }

.entry-header {
  position: relative;
  margin-bottom: 1.875rem; }
  .entry-header h1 {
    margin-top: 0rem; }
  .entry-header img {
    margin-bottom: 0.625rem; }
  @media (min-width: 50rem) {
    .entry-header .event-info {
      display: none; } }

.event-logo {
  margin: 0 auto;
  display: block; }

.search-input input[type="search"] {
  width: calc(100% - 100px);
  float: left;
  overflow: hidden;
  display: block;
  border-width: 2px;
  border-style: solid none solid solid;
  border-color: #ccc;
  font-family: "Gotham";
  font-size: 1rem;
  line-height: 2.5rem;
  padding: 0 0.625rem; }

.search-input input[type="submit"] {
  width: 6.25rem;
  display: block;
  line-height: 2.75rem;
  padding: 0;
  border: none;
  font-family: "Gotham";
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: orange;
  color: #fff; }
  .search-input input[type="submit"]:hover {
    background-color: #B07418; }

.search-form {
  margin-bottom: 1.875rem; }
  @media (min-width: 50rem) {
    .search-form {
      margin-bottom: 3.75rem; } }
  .search-form form {
    margin: 0; }

.tag-cloud {
  margin-top: 0.625rem;
  display: block; }
  .tag-cloud a {
    color: black; }
  .tag-cloud a:hover {
    color: orange; }

.sponsors {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center; }
  .sponsors li {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-family: 'Lucida', sans-serif;
    text-transform: uppercase;
    font-size: 0.625rem;
    position: relative;
    margin: 0.9375rem 0.625rem; }
  .sponsors img {
    max-height: 4.375rem; }
  .sponsors .sponsors-label {
    position: absolute;
    vertical-align: top;
    top: -1.5625rem; }

.sponsors-primary {
  padding: 2.5rem;
  border-style: solid none none none;
  border-width: 1px;
  border-color: #E1E1E1; }
  @media (min-width: 56.25rem) {
    .sponsors-primary {
      border-style: solid solid none solid;
      border-width: 0.3125rem;
      border-color: #000;
      margin: 0.625rem 0.3125rem 0 0.3125rem; } }
  @media (min-width: 74.4375rem) {
    .sponsors-primary {
      margin-left: 0;
      margin-right: 0; } }

.banner {
  background-color: #333;
  height: 3.125rem;
  padding: 0.3125rem 0;
  position: relative; }
  .banner img {
    height: 2.5rem;
    display: block; }

.banner-left-image, .banner-right-image {
  position: absolute;
  top: 0.3125rem; }

.banner-left-image {
  left: 0.625rem; }

.banner-right-image {
  right: 0.625rem; }

.banner-title {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.5rem;
  margin: 0;
  vertical-align: middle; }

.banner-desktop-title {
  display: none; }

@media (min-width: 50rem) {
  .banner-title {
    font-size: 1.75rem;
    line-height: 5rem; }
  .banner-desktop-title {
    display: block; }
  .banner-mobile-title {
    display: none; }
  .banner {
    height: 5.625rem; }
    .banner img {
      height: 3.75rem; }
  .banner-left-image, .banner-right-image {
    top: 0.9375rem; } }

.button {
  line-height: 2.75rem;
  padding: 0 1rem;
  text-transform: uppercase;
  font-family: "Gotham";
  text-decoration: none;
  background: #d2d2d2;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 1rem;
  cursor: pointer; }

.button.button-primary {
  background-color: orange; }
  .button.button-primary:hover {
    color: #fff;
    background-color: #B07418; }

.button-large {
  line-height: 3.5rem; }

.button.button-disabled {
  color: #fff;
  background-color: #d2d2d2; }
  .button.button-disabled:hover {
    color: #fff; }

.guest-thumb {
  height: 8.125rem;
  background-position: center;
  background-size: cover; }

.page-schedule-header {
  border-style: none none solid none;
  border-width: 0.125rem;
  border-color: #ccc;
  margin-bottom: 0.3125rem; }

.guests {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.guest {
  width: 14.0625rem;
  display: inline-block;
  margin-right: 0.625rem;
  overflow: hidden;
  vertical-align: top; }

.guest-name {
  white-space: normal;
  text-align: center;
  margin: 0.625rem 0 0 0;
  text-transform: uppercase; }

.page-schedule {
  margin-top: 1.875rem; }

.page-schedule-footer {
  display: block; }
  .page-schedule-footer .button {
    display: block; }

.page-schedule-header .button {
  display: none; }

.page-schedule-list {
  margin: 1.25rem;
  padding: 0; }
  .page-schedule-list li {
    margin-bottom: 0.3125rem; }

@media (min-width: 46.875rem) {
  .page-schedule-content ul {
    white-space: normal; }
  .guest:nth-child(3n + 3) {
    margin-right: 0; }
  .guest {
    margin-bottom: 1.25rem; }
  .page-schedule {
    margin-top: 4.375rem; }
  .page-schedule-header {
    position: relative;
    margin-bottom: 1.875rem; }
    .page-schedule-header .button {
      position: absolute;
      right: 0;
      top: 0; }
  .page-schedule-title {
    font-size: 1.625rem;
    line-height: 40px; }
  .page-schedule-footer {
    display: none; }
  .page-schedule-header .button {
    display: block; } }

.schedule .card-list {
  box-sizing: border-box;
  *zoom: 1;
  margin: -20px 0 0 -20px; }
  .schedule .card-list:before, .schedule .card-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .schedule .card-list:after {
    clear: both; }

.schedule .card-wrap {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 20px 0 0 20px; }
  .schedule .card-wrap:before, .schedule .card-wrap:after {
    box-sizing: border-box; }
  @media (min-width: 37.5rem) {
    .schedule .card-wrap {
      width: 50%; } }
  @media (min-width: 62.5rem) {
    .schedule .card-wrap {
      width: 33.3333%; } }
  @media (min-width: 68.75rem) {
    .schedule .card-wrap {
      width: 25%; } }

.full-schedule {
  margin-bottom: 5rem; }

.full-schedule__footer {
  margin-top: 2.5rem;
  text-align: center; }

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

.pixelwolf-anchor {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px; }
  .pixelwolf-anchor:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline; }

.pixelwolf.footer {
  padding: 10px 0;
  background: #242424;
  text-align: center; }

.pixelwolf.footer .pixelwolf-anchor {
  vertical-align: middle; }
  .pixelwolf.footer .pixelwolf-anchor .pixelwolf.footer .pixelwolf-anchor span {
    display: inline-block;
    vertical-align: middle; }

.pixelwolf.footer img {
  vertical-align: middle; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  width: 100%;
  margin: 0;
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; }

.slider-area {
  margin-bottom: 10px; }

.slider-nav {
  margin-top: 10px; }
  .slider-nav .slick-slide {
    background-color: #333; }
  .slider-nav img {
    height: 80px;
    width: auto;
    margin: auto; }
  .slider-nav .slick-slide {
    opacity: .5; }
  .slider-nav .slick-current {
    opacity: 1; }

.coupon-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  display: table; }

.coupon {
  background: #fff;
  max-width: 30.625rem;
  width: 100%;
  margin: auto;
  padding: 1.75rem 0.625rem;
  text-align: center; }
  .coupon small {
    font-size: 0.75rem;
    font-style: italic; }
  .coupon .coupon-code {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Gotham narrow";
    color: #7ED321;
    margin-top: 0.3125rem;
    display: inline-block; }
  .coupon h3 {
    font-size: 1rem;
    text-transform: uppercase; }
  .coupon h2 {
    font-size: 2.25rem;
    margin: 0;
    margin-bottom: 1.75rem; }
  .coupon .button-share {
    font-family: "Gotham narrow";
    background-color: #4D7BD6;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 4rem;
    padding: 0 2rem;
    border-radius: 0.4375rem;
    font-weight: 600; }
  .coupon p:last-child {
    margin-bottom: 0; }

.coupon-close {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-family: 'Gotham Narrow';
  margin-top: 0.625rem; }

.coupon-vertical {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.3125rem; }

.coupon-bar {
  background-color: #7ED321;
  text-align: center;
  line-height: 1.625rem;
  padding: 0.625rem 0; }
  @media (min-width: 50rem) {
    .coupon-bar {
      padding: 0.9375rem 0; } }
  .coupon-bar h3 {
    vertical-align: middle;
    font-size: 1rem;
    margin: 0; }

.coupon-bar__code {
  color: #fff;
  font-size: 1.625rem;
  line-height: middle;
  display: inline-block;
  margin: 0 0.3125rem; }

.desktop-only {
  display: none; }
  @media (min-width: 50rem) {
    .desktop-only {
      display: inline; } }

body.has-coupon {
  padding-top: 5.9375rem; }
  @media (min-width: 50rem) {
    body.has-coupon {
      padding-top: 7.5rem; } }

#webview {
  padding: 0; }

.webview {
  text-align: center; }
  .webview h1 {
    font-size: 1.5rem; }

.main-footer {
  background: black;
  padding: 2.5rem 0; }

.main-footer__title {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: 0; }

.footer-nav {
  text-align: center;
  border-style: solid;
  border-color: #303030;
  border-width: 1px; }
  .footer-nav ul, .footer-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer-nav a, .footer-nav span {
    color: #fff;
    text-decoration: none;
    line-height: 3.125rem;
    font-size: 1.125rem;
    display: block; }
  .footer-nav a:hover {
    color: #FFA500;
    text-decoration: underline; }

.footer-nav-main-item {
  border-style: solid none none none;
  border-color: #303030;
  border-width: 1px; }

.footer-nav-main-link {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Gotham Narrow"; }
  .footer-nav-main-link:after {
    content: '';
    border-style: solid;
    border-width: 0.3125rem;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    margin-left: 0.625rem; }

.footer-nav-drop {
  border-style: solid none none none;
  border-color: #303030;
  border-width: 1px;
  display: none; }

.children-are-visible .footer-nav-drop {
  display: block; }

.children-are-visible .footer-nav-main-link:after {
  border-color: transparent transparent #fff transparent;
  margin-bottom: 0.3125rem; }

.footer-nav-main-item:first-of-type {
  border: none; }

.social-nav {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-style: solid none none none;
  border-color: #303030;
  border-width: 1px; }
  .social-nav a {
    color: #fff;
    text-decoration: none;
    padding: 0 0.9375rem; }
    .social-nav a:hover {
      color: orange; }
  .social-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .social-nav li {
    display: inline-block; }

@media (min-width: 50rem) {
  .footer-nav {
    text-align: left;
    border: none; }
    .footer-nav a {
      border: none;
      line-height: 1.875rem; }
      .footer-nav a:hover {
        color: #FFA500; }
  .footer-nav-list {
    box-sizing: border-box;
    *zoom: 1;
    margin: 0px 0 0 0px; }
    .footer-nav-list:before, .footer-nav-list:after {
      display: table;
      content: "";
      line-height: 0; }
    .footer-nav-list:after {
      clear: both; }
  .footer-nav-main-item {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0px 0 0 0px;
    width: 25%;
    border: none; }
    .footer-nav-main-item:before, .footer-nav-main-item:after {
      box-sizing: border-box; }
  .footer-nav-drop {
    border: none;
    display: block; }
  .footer-nav-main-link:after {
    display: none; }
  .main-footer__title {
    display: none; } }
