﻿@charset "UTF-8";
@font-face {
  font-family: "ProximaNovaRegular";
  src: url(../../fonts/ProximaNovaRegular.eot);
  src: local(" real FontName "), url(../../fonts/ProximaNovaRegular.ttf) format("truetype"); }
.seasonal-page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000; }

.seasonal-loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
html {
  overflow-x: auto;
  overflow: auto; }

body.interstitial-body {
  background: #000000; }

#seasonal {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  line-height: 1.2; }
  #seasonal * {
    font-family: "ProximaNovaRegular", verdana, helvetica, sans-serif !important;
    box-sizing: border-box; }
  #seasonal ul, #seasonal li {
    margin: 0;
    padding: 0; }
  #seasonal h2, #seasonal h3, #seasonal h4 {
    margin: 0; }
  #seasonal h2 {
    font-size: 72px;
    line-height: 72px;
    color: #ffffff; }
    @media only screen and (max-width: 640px) {
      #seasonal h2 {
        font-size: 22.5vw; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal h2 {
        font-size: 2.8125vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal h2 {
        font-size: 72px; } }
    @media only screen and (max-width: 640px) {
      #seasonal h2 {
        line-height: 22.5vw; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal h2 {
        line-height: 2.8125vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal h2 {
        line-height: 72px; } }
  #seasonal h3 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff; }
    @media only screen and (max-width: 640px) {
      #seasonal h3 {
        font-size: 13.125vw; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal h3 {
        font-size: 1.64063vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal h3 {
        font-size: 42px; } }
    @media only screen and (max-width: 640px) {
      #seasonal h3 {
        line-height: 13.125vw; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal h3 {
        line-height: 1.64063vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal h3 {
        line-height: 42px; } }
  #seasonal hr {
    background: #ffffff; }
    @media only screen and (max-width: 640px) {
      #seasonal hr {
        width: 182px;
        height: 4px;
        margin: 60px auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal hr {
        width: 7.10938vw;
        height: 0.15625vw;
        margin: 2.34375vw auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal hr {
        width: 182px;
        height: 4px;
        margin: 60px auto; } }
  #seasonal .clear {
    clear: both; }
  #seasonal .left {
    float: left; }
  #seasonal .right {
    float: right; }
  #seasonal .hcenter {
    text-align: center; }
  #seasonal .vcenter {
    position: relative;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important; }
    @media only screen and (max-width: 640px) {
      #seasonal .vcenter {
        vertical-align: middle;
        padding: 1% 1%; } }
    @media only screen and (min-width: 641px) {
      #seasonal .vcenter {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
  #seasonal section {
    position: relative;
    z-index: 1; }
  #seasonal strong {
    font-weight: 700; }
  @media only screen and (max-width: 640px) {
    #seasonal .desktop {
      display: none; } }
  @media only screen and (min-width: 641px) {
    #seasonal .desktop {
      display: block; } }
  @media only screen and (max-width: 640px) {
    #seasonal .mobile {
      display: block; } }
  @media only screen and (min-width: 641px) {
    #seasonal .mobile {
      display: none; } }
  @media only screen and (max-width: 640px) {
    #seasonal span.mobile-break {
      display: block; } }
  #seasonal .button {
    background: transparent;
    border: solid 0.15625vw #ffffff;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    border-radius: 5px;
    line-height: none; }
    @media only screen and (max-width: 640px) {
      #seasonal .button {
        font-size: 7.5vw; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal .button {
        font-size: 0.9375vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal .button {
        font-size: 24px; } }
  #seasonal .button:hover {
    background: #af1e2d; }
  #seasonal .opacity {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #seasonal .overlay-wrapper {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
    #seasonal .overlay-wrapper .overlay {
      background: #af1e2d;
      z-index: 1000;
      left: 50%;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 640px) {
        #seasonal .overlay-wrapper .overlay {
          position: fixed;
          width: 81.25vw;
          height: 120.3125vw;
          margin-left: -40.625vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal .overlay-wrapper .overlay {
          position: absolute;
          width: 55.85938vw;
          height: 21.48438vw;
          margin-left: -27.92969vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal .overlay-wrapper .overlay {
          position: absolute;
          width: 1430px;
          height: 550px;
          margin-left: -715px; } }
      #seasonal .overlay-wrapper .overlay .close {
        position: absolute;
        z-index: 1010;
        right: 5px;
        top: 5px;
        color: #ffffff;
        opacity: 1;
        width: 27px;
        height: 27px;
        border: solid 2px #ffffff;
        display: block;
        border-radius: 20px; }
      #seasonal .overlay-wrapper .overlay .close:before {
        content: 'x';
        color: #ffffff; }
      #seasonal .overlay-wrapper .overlay .overlay-content {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 42px;
        line-height: 22px;
        color: #ffffff; }
        @media only screen and (max-width: 640px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            max-width: 59.375vw;
            margin: 0 auto; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            max-width: 35.15625vw;
            margin: 0 auto; } }
        @media only screen and (min-width: 2561px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            width: 900px;
            margin-left: auto !important;
            margin-right: auto !important; } }
        @media only screen and (max-width: 640px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            height: auto; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            height: 6.44531vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            height: 165px; } }
        @media only screen and (max-width: 640px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            font-size: 5.625vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            font-size: 1.64063vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            font-size: 42px; } }
        @media only screen and (max-width: 640px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            line-height: 6.875vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            line-height: 1.95313vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal .overlay-wrapper .overlay .overlay-content {
            line-height: 50px; } }
  #seasonal section.hero {
    background-image: url("../../img/jobs/backgrounds/interstitial.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center; }
    @media only screen and (max-width: 640px) {
      #seasonal section.hero {
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.hero {
        height: 41.99219vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.hero {
        height: 1075px; } }
    #seasonal section.hero video {
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: url("../../img/jobs/backgrounds/interstitial.jpg") no-repeat center center fixed; }
      @media only screen and (max-width: 640px) {
        #seasonal section.hero video {
          display: none; } }
      @media only screen and (min-width: 641px) {
        #seasonal section.hero video {
          display: block; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.hero .vcenter {
        max-width: 85.9375vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.hero .vcenter {
        max-width: 55.3125vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.hero .vcenter {
        width: 1416px;
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.hero .vcenter {
        top: 50%;
        transform: translateY(-50%); } }
    @media only screen and (min-width: 641px) {
      #seasonal section.hero .vcenter {
        position: relative;
        z-index: 100; } }
    #seasonal section.hero .vcenter h2 {
      font-size: 82px;
      line-height: 36px;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: 2px 2px #000000; }
      @media only screen and (max-width: 640px) {
        #seasonal section.hero .vcenter h2 {
          font-size: 9.375vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.hero .vcenter h2 {
          font-size: 3.20313vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.hero .vcenter h2 {
          font-size: 82px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.hero .vcenter h2 {
          line-height: 11.25vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.hero .vcenter h2 {
          line-height: 3.59375vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.hero .vcenter h2 {
          line-height: 92px; } }
    #seasonal section.hero .vcenter .button {
      margin: 2.73438vw auto 0;
      width: 9.375vw;
      height: 3.51563vw;
      background: rgba(0, 0, 0, 0.75); }
      @media only screen and (max-width: 640px) {
        #seasonal section.hero .vcenter .button {
          display: none; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.hero .vcenter .button {
          display: block; } }
    #seasonal section.hero .vcenter .button:hover {
      background: #af1e2d; }
  #seasonal section.welcome {
    background: #ffffff; }
    @media only screen and (max-width: 640px) {
      #seasonal section.welcome {
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.welcome {
        height: 29.10156vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.welcome {
        height: 745px; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.welcome {
        padding: 50px 0; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.welcome .vcenter {
        max-width: 460.9375vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.welcome .vcenter {
        max-width: 57.61719vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.welcome .vcenter {
        width: 1475px;
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.welcome .vcenter img {
        width: 78.125vw;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.welcome .vcenter img {
        width: 22.53906vw;
        height: 5.54688vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.welcome .vcenter img {
        width: 577px;
        height: 142px; } }
    #seasonal section.welcome .vcenter h2 {
      color: #000000;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 72px;
      line-height: 35px; }
      @media only screen and (max-width: 640px) {
        #seasonal section.welcome .vcenter h2 {
          font-size: 9.375vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.welcome .vcenter h2 {
          font-size: 2.8125vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.welcome .vcenter h2 {
          font-size: 72px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.welcome .vcenter h2 {
          line-height: 10.9375vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.welcome .vcenter h2 {
          line-height: 2.8125vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.welcome .vcenter h2 {
          line-height: 72px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.welcome .vcenter h2 {
          margin-top: 35px;
          margin-bottom: 35px;
          width: 66.25vw;
          margin-left: auto !important;
          margin-right: auto !important; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.welcome .vcenter h2 {
          margin-top: 3.00781vw;
          margin-bottom: 2.03125vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.welcome .vcenter h2 {
          margin-top: 77px;
          margin-bottom: 52px; } }
    #seasonal section.welcome .vcenter p {
      font-size: 42px;
      line-height: 20px;
      font-weight: 100;
      text-transform: none; }
      @media only screen and (max-width: 640px) {
        #seasonal section.welcome .vcenter p {
          max-width: 86.875vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.welcome .vcenter p {
          max-width: 53.51563vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.welcome .vcenter p {
          width: 1370px;
          margin-left: auto !important;
          margin-right: auto !important; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.welcome .vcenter p {
          font-size: 5.625vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.welcome .vcenter p {
          font-size: 1.64063vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.welcome .vcenter p {
          font-size: 42px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.welcome .vcenter p {
          line-height: 6.25vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.welcome .vcenter p {
          line-height: 1.875vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.welcome .vcenter p {
          line-height: 48px; } }
  #seasonal section.seasonal {
    background: #000000; }
    @media only screen and (max-width: 640px) {
      #seasonal section.seasonal {
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal {
        height: 29.10156vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal {
        height: 745px; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.seasonal {
        padding: 50px 0; } }
    #seasonal section.seasonal .vcenter h3 {
      font-size: 42px;
      line-height: 22px; }
      @media only screen and (max-width: 640px) {
        #seasonal section.seasonal .vcenter h3 {
          max-width: 77.1875vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.seasonal .vcenter h3 {
          max-width: 40.89844vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.seasonal .vcenter h3 {
          width: 1047px;
          margin-left: auto !important;
          margin-right: auto !important; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.seasonal .vcenter h3 {
          font-size: 5.625vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.seasonal .vcenter h3 {
          font-size: 1.64063vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.seasonal .vcenter h3 {
          font-size: 42px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.seasonal .vcenter h3 {
          line-height: 6.875vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.seasonal .vcenter h3 {
          line-height: 1.95313vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.seasonal .vcenter h3 {
          line-height: 50px; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.seasonal .vcenter hr {
        margin-bottom: 0; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.seasonal .vcenter ul {
        max-width: 618.75vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul {
        max-width: 77.34375vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul {
        width: 1980px;
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.seasonal .vcenter ul {
        padding-bottom: 15.625vw; } }
    #seasonal section.seasonal .vcenter ul li {
      cursor: pointer;
      position: relative; }
      @media only screen and (max-width: 640px) {
        #seasonal section.seasonal .vcenter ul li {
          display: inline-block;
          width: 40.625vw;
          height: 42.1875vw;
          margin-top: 7.8125vw;
          margin-bottom: 7.8125vw;
          padding-top: 6.25vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.seasonal .vcenter ul li {
          display: inline-block;
          margin: 0 0.39063vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.seasonal .vcenter ul li {
          display: inline-block;
          margin: 0 10px; } }
      #seasonal section.seasonal .vcenter ul li .info {
        position: absolute;
        color: #ffffff;
        width: 6.25vw;
        height: 6.25vw;
        border: solid 2px #ffffff;
        border-radius: 6.25vw;
        font-size: 5vw;
        top: 3.125vw;
        left: 3.125vw; }
        #seasonal section.seasonal .vcenter ul li .info .i {
          position: relative;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      @media only screen and (min-width: 641px) {
        #seasonal section.seasonal .vcenter ul li .icon img {
          position: relative;
          bottom: 0; } }
      #seasonal section.seasonal .vcenter ul li .name {
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 28px; }
        @media only screen and (max-width: 640px) {
          #seasonal section.seasonal .vcenter ul li .name {
            font-size: 5vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.seasonal .vcenter ul li .name {
            font-size: 1.09375vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.seasonal .vcenter ul li .name {
            font-size: 28px; } }
        @media only screen and (max-width: 640px) {
          #seasonal section.seasonal .vcenter ul li .name {
            position: absolute;
            bottom: -12.5vw;
            width: 100%;
            height: 7.8125vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.seasonal .vcenter ul li .name {
            margin-top: 0.9375vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.seasonal .vcenter ul li .name {
            margin-top: 24px; } }
      #seasonal section.seasonal .vcenter ul li .description {
        display: none; }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#security {
        width: 6.99219vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#security {
        width: 179px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#security .icon img {
        width: 6.99219vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#security .icon img {
        width: 179px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#box-office {
        width: 6.79688vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#box-office {
        width: 174px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#box-office .icon img {
        width: 6.79688vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#box-office .icon img {
        width: 174px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#ticket-takers {
        width: 8.00781vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#ticket-takers {
        width: 205px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#ticket-takers .icon img {
        width: 6.13281vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#ticket-takers .icon img {
        width: 157px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#guest-services {
        width: 8.86719vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#guest-services {
        width: 227px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#guest-services .icon img {
        width: 5.625vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#guest-services .icon img {
        width: 144px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#ushers {
        width: 6.64063vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#ushers {
        width: 170px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#ushers .icon img {
        width: 19.53125vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#ushers .icon img {
        width: 500px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#cleaning {
        width: 10.58594vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#cleaning {
        width: 271px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#cleaning .icon img {
        width: 5.97656vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#cleaning .icon img {
        width: 153px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#maintenance {
        width: 6.40625vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#maintenance {
        width: 164px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#maintenance .icon img {
        width: 6.40625vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#maintenance .icon img {
        width: 164px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#parking-attendant {
        width: 11.71875vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#parking-attendant {
        width: 300px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#parking-attendant .icon img {
        width: 6.75781vw;
        height: auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#parking-attendant .icon img {
        width: 173px;
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#ushers img {
        bottom: -0.78125vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#ushers img {
        bottom: -20px; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.seasonal .vcenter ul li#parking-attendant img {
        bottom: -0.39063vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.seasonal .vcenter ul li#parking-attendant img {
        bottom: -10px; } }
    #seasonal section.seasonal .vcenter ul li:hover .name, #seasonal section.seasonal .vcenter ul li:hover .info {
      color: #af1e2d;
      border-color: #af1e2d; }
  #seasonal section.manager-supervisor {
    background: url("../../img/jobs/backgrounds/parallax.jpg") no-repeat center center fixed;
    background-color: #000000; }
    @media only screen and (max-width: 640px) {
      #seasonal section.manager-supervisor {
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.manager-supervisor {
        height: 31.25vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.manager-supervisor {
        height: 800px; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.manager-supervisor {
        padding: 76px 0; } }
    #seasonal section.manager-supervisor h3 {
      background: rgba(0, 0, 0, 0.86);
      border: solid 4px #ffffff;
      border-radius: 5px;
      margin-left: auto;
      margin-right: auto;
      font-size: 42px;
      line-height: 24px; }
      @media only screen and (max-width: 640px) {
        #seasonal section.manager-supervisor h3 {
          max-width: 92.1875vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.manager-supervisor h3 {
          max-width: 54.6875vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.manager-supervisor h3 {
          width: 1400px;
          margin-left: auto !important;
          margin-right: auto !important; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.manager-supervisor h3 {
          font-size: 5.625vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.manager-supervisor h3 {
          font-size: 1.64063vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.manager-supervisor h3 {
          font-size: 42px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.manager-supervisor h3 {
          line-height: 7.5vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.manager-supervisor h3 {
          line-height: 1.64063vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.manager-supervisor h3 {
          line-height: 42px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.manager-supervisor h3 {
          padding: 15.625vw 10.9375vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.manager-supervisor h3 {
          padding: 3.71094vw 1.5625vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.manager-supervisor h3 {
          padding: 95px 40px; } }
  #seasonal section.interest {
    background: #af1e2d; }
    @media only screen and (max-width: 640px) {
      #seasonal section.interest {
        height: auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.interest {
        height: 19.92188vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.interest {
        height: 510px; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.interest {
        padding: 60px 0; } }
    #seasonal section.interest h2 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 72px;
      line-height: 36px; }
      @media only screen and (max-width: 640px) {
        #seasonal section.interest h2 {
          max-width: 70vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interest h2 {
          max-width: 49.80469vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interest h2 {
          width: 1275px;
          margin-left: auto !important;
          margin-right: auto !important; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.interest h2 {
          font-size: 9.375vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interest h2 {
          font-size: 2.8125vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interest h2 {
          font-size: 72px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.interest h2 {
          line-height: 11.25vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interest h2 {
          line-height: 2.8125vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interest h2 {
          line-height: 72px; } }
    #seasonal section.interest p {
      font-size: 42px;
      line-height: 24px;
      color: #ffffff;
      font-weight: 400; }
      @media only screen and (max-width: 640px) {
        #seasonal section.interest p {
          max-width: 84.6875vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interest p {
          max-width: 40.23438vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interest p {
          width: 1030px;
          margin-left: auto !important;
          margin-right: auto !important; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.interest p {
          font-size: 5.625vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interest p {
          font-size: 1.64063vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interest p {
          font-size: 42px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.interest p {
          line-height: 7.5vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interest p {
          line-height: 1.875vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interest p {
          line-height: 48px; } }
  #seasonal section.form {
    background: #ffffff; }
    @media only screen and (max-width: 640px) {
      #seasonal section.form {
        padding: 12.5vw 0; } }
    @media only screen and (min-width: 641px) {
      #seasonal section.form {
        padding: 80px 0; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.form .form-wrapper {
        max-width: 82.8125vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.form .form-wrapper {
        max-width: 70.3125vw;
        margin: 0 auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.form .form-wrapper {
        width: 1800px;
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.form .form-wrapper .left, #seasonal section.form .form-wrapper .right {
        float: none;
        width: 100%; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.form .form-wrapper .left, #seasonal section.form .form-wrapper .right {
        width: 49%; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.form .form-wrapper .left, #seasonal section.form .form-wrapper .right {
        width: 850px; } }
    #seasonal section.form .form-wrapper h4 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 22px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 640px) {
        #seasonal section.form .form-wrapper h4 {
          font-size: 5.625vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.form .form-wrapper h4 {
          font-size: 1.17188vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.form .form-wrapper h4 {
          font-size: 30px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.form .form-wrapper h4 {
          line-height: 6.875vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.form .form-wrapper h4 {
          line-height: 1.5625vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.form .form-wrapper h4 {
          line-height: 40px; } }
    #seasonal section.form .form-wrapper .form-row {
      width: 100%;
      text-align: left;
      margin-bottom: 0; }
      @media only screen and (max-width: 640px) {
        #seasonal section.form .form-wrapper .form-row fieldset {
          margin-bottom: 35px; } }
      @media only screen and (min-width: 641px) {
        #seasonal section.form .form-wrapper .form-row fieldset {
          margin-bottom: 20px; } }
      #seasonal section.form .form-wrapper .form-row label {
        color: #af1e2d;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 40px; }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row label {
            font-size: 5.625vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .form-row label {
            font-size: 0.9375vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .form-row label {
            font-size: 24px; } }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row label {
            line-height: 12.5vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .form-row label {
            line-height: 2.8125vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .form-row label {
            line-height: 72px; } }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row label {
            text-align: center; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.form .form-wrapper .form-row label.form-header {
          text-align: center;
          line-height: 28px; } }
      #seasonal section.form .form-wrapper .form-row label.form-header .thin {
        color: #000000;
        font-weight: 100;
        text-transform: none;
        text-transform: uppercase; }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row label.form-header .thin {
            display: block;
            margin-bottom: 35px; } }
        @media only screen and (min-width: 641px) {
          #seasonal section.form .form-wrapper .form-row label.form-header .thin {
            margin-left: 20px; } }
      #seasonal section.form .form-wrapper .form-row input[type="text"], #seasonal section.form .form-wrapper .form-row input[type="email"], #seasonal section.form .form-wrapper .form-row input[type="number"] {
        background: #f0f0f0;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 25px;
        margin: 0; }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row input[type="text"], #seasonal section.form .form-wrapper .form-row input[type="email"], #seasonal section.form .form-wrapper .form-row input[type="number"] {
            font-size: 6.875vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .form-row input[type="text"], #seasonal section.form .form-wrapper .form-row input[type="email"], #seasonal section.form .form-wrapper .form-row input[type="number"] {
            font-size: 0.97656vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .form-row input[type="text"], #seasonal section.form .form-wrapper .form-row input[type="email"], #seasonal section.form .form-wrapper .form-row input[type="number"] {
            font-size: 25px; } }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row input[type="text"], #seasonal section.form .form-wrapper .form-row input[type="email"], #seasonal section.form .form-wrapper .form-row input[type="number"] {
            padding: 3.125vw;
            width: 81.25vw;
            height: 20.3125vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .form-row input[type="text"], #seasonal section.form .form-wrapper .form-row input[type="email"], #seasonal section.form .form-wrapper .form-row input[type="number"] {
            padding: 0.78125vw 1.36719vw;
            width: 32.34375vw;
            height: 3.51563vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .form-row input[type="text"], #seasonal section.form .form-wrapper .form-row input[type="email"], #seasonal section.form .form-wrapper .form-row input[type="number"] {
            padding: 20px 35px;
            width: 828px;
            height: 90px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.form .form-wrapper .form-row ::-webkit-input-placeholder {
          color: transparent; }
        #seasonal section.form .form-wrapper .form-row :-moz-placeholder {
          color: transparent;
          opacity: 0; }
        #seasonal section.form .form-wrapper .form-row ::-moz-placeholder {
          color: transparent;
          opacity: 0; }
        #seasonal section.form .form-wrapper .form-row :-ms-input-placeholder {
          color: transparent; } }
      #seasonal section.form .form-wrapper .form-row ul.jobs li {
        margin: 0; }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs li {
            display: block;
            width: 100%; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs li {
            display: inline-block;
            width: 25%; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs li {
            display: inline-block;
            width: 496px; } }
      #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom {
        opacity: 0;
        position: absolute; }
      #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom, #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
        cursor: pointer;
        text-align: left; }
      #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label {
        position: relative; }
        #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label .label-name {
          color: #000000;
          font-size: 24px; }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label .label-name {
              font-size: 5.625vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label .label-name {
              font-size: 0.9375vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label .label-name {
              font-size: 24px; } }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label .label-name {
              margin-left: 3.125vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label .label-name {
              margin-left: 0.58594vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom-label .label-name {
              margin-left: 15px; } }
      #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom + .checkbox-custom-label:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
        background: #f0f0f0; }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom + .checkbox-custom-label:before {
            width: 12.5vw;
            height: 12.5vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom + .checkbox-custom-label:before {
            width: 2.34375vw;
            height: 2.34375vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom + .checkbox-custom-label:before {
            width: 60px;
            height: 60px; } }
      #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom:checked + .checkbox-custom-label:before {
        content: '✔';
        color: #af1e2d; }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom:checked + .checkbox-custom-label:before {
            font-size: 9.375vw; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom:checked + .checkbox-custom-label:before {
            font-size: 1.95313vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .form-row ul.jobs .checkbox-custom:checked + .checkbox-custom-label:before {
            font-size: 50px; } }
      #seasonal section.form .form-wrapper .form-row .custom-dropdown {
        position: relative; }
        #seasonal section.form .form-wrapper .form-row .custom-dropdown select {
          display: none; }
        #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected, #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
          font-weight: 400;
          text-transform: uppercase;
          font-size: 24px;
          line-height: 35px;
          background: #f0f0f0;
          color: #555;
          overflow: hidden;
          border: 1px solid #ccc;
          border-radius: 4px;
          text-decoration: none;
          cursor: pointer; }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected, #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              font-size: 7.8125vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected, #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              font-size: 0.9375vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected, #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              font-size: 24px; } }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected, #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              line-height: 10.9375vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected, #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              line-height: 1.36719vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected, #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              line-height: 35px; } }
        #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected {
          line-height: 65px;
          display: block;
          box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset; }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected {
              line-height: 20.3125vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected {
              line-height: 3.51563vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected {
              line-height: 90px; } }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected {
              padding: 0 3.125vw;
              width: 81.25vw;
              height: 20.3125vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected {
              width: 32.34375vw;
              height: 3.51563vw;
              padding-left: 1.36719vw;
              padding-right: 1.36719vw;
              background: url("../../img/jobs/forms/select_arrow.png") no-repeat #f0f0f0;
              background-position: 95% center;
              background-size: 1.44531vw 1.67969vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected {
              width: 828px;
              height: 90px;
              padding-left: 35px;
              padding-right: 35px;
              background: url("../../img/jobs/forms/select_arrow.png") no-repeat #f0f0f0;
              background-position: 95% center;
              background-size: 37px 43px; } }
        #seasonal section.form .form-wrapper .form-row .custom-dropdown a.dropdown.selected.error {
          border-color: #af1e2d; }
        #seasonal section.form .form-wrapper .form-row .custom-dropdown .dropdown-wrapper {
          display: none; }
        #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 100;
          margin: 0;
          list-style-type: none;
          width: 100%; }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              min-height: 20.3125vw;
              padding: 3.125vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              padding: 0.78125vw 1.36719vw;
              width: 32.34375vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown {
              padding: 20px 35px;
              width: 828px; } }
          #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown li {
            font-weight: 400;
            text-transform: uppercase; }
            @media only screen and (max-width: 640px) {
              #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown li {
                padding: 3px 0; } }
            @media only screen and (min-width: 641px) {
              #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown li {
                padding: 3px 0; } }
          #seasonal section.form .form-wrapper .form-row .custom-dropdown ul.dropdown li:hover {
            color: #af1e2d; }
        #seasonal section.form .form-wrapper .form-row .custom-dropdown #state-dropdown ul.dropdown li {
          display: inline-block;
          width: 25%; }
          @media only screen and (max-width: 640px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown #state-dropdown ul.dropdown li {
              padding: 6.25vw 3.125vw; } }
          @media only screen and (min-width: 641px) and (max-width: 2560px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown #state-dropdown ul.dropdown li {
              padding: 0.78125vw 0.39063vw; } }
          @media only screen and (min-width: 2561px) {
            #seasonal section.form .form-wrapper .form-row .custom-dropdown #state-dropdown ul.dropdown li {
              padding: 20px 10px; } }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .form-row .custom-dropdown #venue-dropdown ul.dropdown li {
            line-height: 6.875vw;
            margin-bottom: 3.125vw; } }
    #seasonal section.form .form-wrapper .submit {
      text-align: center !important;
      margin-top: 60px; }
      #seasonal section.form .form-wrapper .submit .button {
        color: #000000;
        border-color: #000000; }
        @media only screen and (max-width: 640px) {
          #seasonal section.form .form-wrapper .submit .button {
            padding: 35px 75px; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.form .form-wrapper .submit .button {
            padding: 1.36719vw 2.92969vw; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.form .form-wrapper .submit .button {
            padding: 35px 75px; } }
      #seasonal section.form .form-wrapper .submit .button:hover {
        color: #ffffff;
        border-color: #ffffff; }
    #seasonal section.form .overlay-content {
      font-weight: 400;
      text-transform: uppercase; }
  #seasonal section.interstitial {
    /* background: url("../../img/jobs/backgrounds/hero.jpg") no-repeat center center fixed;
    background-size: cover;
    background-color: #000000; */ }
    @media only screen and (max-width: 640px) {
      #seasonal section.interstitial {
        height: auto;
        padding: 34.375vw 0; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.interstitial {
        height: 42.96875vw; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.interstitial {
        height: 1000px; } }
    #seasonal section.interstitial .vcenter h2 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 82px;
      line-height: 36px;
      text-shadow: 2px 2px #000000; }
      @media only screen and (max-width: 640px) {
        #seasonal section.interstitial .vcenter h2 {
          max-width: 71.875vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interstitial .vcenter h2 {
          max-width: 47.26563vw;
          margin: 0 auto; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interstitial .vcenter h2 {
          width: 1210px;
          margin-left: auto !important;
          margin-right: auto !important; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.interstitial .vcenter h2 {
          font-size: 9.375vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interstitial .vcenter h2 {
          font-size: 3.20313vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interstitial .vcenter h2 {
          font-size: 82px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.interstitial .vcenter h2 {
          line-height: 11.25vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interstitial .vcenter h2 {
          line-height: 3.51563vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interstitial .vcenter h2 {
          line-height: 90px; } }
    @media only screen and (max-width: 640px) {
      #seasonal section.interstitial .vcenter .button-links {
        width: 100%;
        margin-top: 9.375vw; } }
    @media only screen and (min-width: 641px) and (max-width: 2560px) {
      #seasonal section.interstitial .vcenter .button-links {
        width: 60vw;
        margin: 3.90625vw auto auto; } }
    @media only screen and (min-width: 2561px) {
      #seasonal section.interstitial .vcenter .button-links {
        /*width: 1125px;*/
        margin: 100px auto auto; } }
    #seasonal section.interstitial .vcenter .button-links a {
      display: block;
      background: rgba(0, 0, 0, 0.5);
      font-weight: 700;
      text-transform: uppercase;
      font-size: 36px; }
      @media only screen and (max-width: 640px) {
        #seasonal section.interstitial .vcenter .button-links a {
          font-size: 7.5vw; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interstitial .vcenter .button-links a {
          font-size: 1.40625vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interstitial .vcenter .button-links a {
          font-size: 36px; } }
      @media only screen and (max-width: 640px) {
        #seasonal section.interstitial .vcenter .button-links a {
          width: 75.625vw;
          height: 28.125vw;
          float: none;
          margin: 4.6875vw auto; } }
      @media only screen and (min-width: 641px) and (max-width: 2560px) {
        #seasonal section.interstitial .vcenter .button-links a {
          width: 18.35938vw;
          height: 6.83594vw; } }
      @media only screen and (min-width: 2561px) {
        #seasonal section.interstitial .vcenter .button-links a {
          width: 470px;
          height: 175px; } }
      #seasonal section.interstitial .vcenter .button-links a .link-box {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (max-width: 640px) {
          #seasonal section.interstitial .vcenter .button-links a .link-box {
            max-width: 54.6875vw;
            margin: 0 auto; } }
        @media only screen and (min-width: 641px) and (max-width: 2560px) {
          #seasonal section.interstitial .vcenter .button-links a .link-box {
            max-width: 12.89063vw;
            margin: 0 auto; } }
        @media only screen and (min-width: 2561px) {
          #seasonal section.interstitial .vcenter .button-links a .link-box {
            width: 330px;
            margin-left: auto !important;
            margin-right: auto !important; } }
    #seasonal section.interstitial .vcenter .button-links a:hover {
      text-decoration: none;
      background: #af1e2d; }

#seasonal section.interstitial .button-links a.first-inline {
    float: left;
}

#seasonal section.interstitial .button-links a.middle-inline {
    float: left;
    margin-left: 2.5vw;
}

#seasonal section.interstitial .button-links a.last-inline {
    float: right;
}