/* NEO SANS FONTS */
@font-face {
  font-family: "Neo Sans";
  src: url("../../fonts/Neo-Sans.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Neo Sans";
  src: url("../../fonts/Neo-Sans-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "Neo Sans";
  src: url("../../fonts/Neo-Sans-Bold.ttf") format("truetype");
  font-weight: 600; }

/* HELVETICA NEUE FONTS */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeueLTStd-Md.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 800; }

/*To parse multiple variables, use double brackets, eg.: @include transition((opacity 0.5s, width 0.2s));*/
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: white;
  font-size: 18px;
  color: #2C2F36;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
  font-style: normal;
  font-weight: 300; }
  @media only screen and (max-width: 768px) {
    html,
    body {
      font-size: 16px; } }

* {
  box-sizing: border-box; }

h1,
h2,
h3,
p,
a,
small {
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }

h1 {
  font-family: 'Neo Sans', 'Arial';
  font-style: normal;
  font-weight: 100;
  font-size: 40px;
  line-height: 50px; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 26px;
      line-height: 30px; } }

h2 {
  font-family: 'Neo Sans', 'Arial';
  font-style: normal;
  font-size: 28px;
  font-weight: 100;
  line-height: 35px; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 20px;
      line-height: 24px; } }

h3 {
  font-family: 'Neo Sans', 'Arial';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 18px; } }

p {
  line-height: 28px; }
  @media only screen and (max-width: 768px) {
    p {
      line-height: 20px; } }
  p a {
    color: #3451A4;
    font-weight: 400;
    text-decoration: underline; }

.para-p p {
  padding-top: 15px; }
  .para-p p:nth-of-type(1) {
    padding-top: 0px; }
  .para-p p:empty {
    display: none; }

.para-p h1 {
  margin-bottom: 25px; }
  .para-p h1:empty {
    display: none; }

.para-p h2 {
  margin-bottom: 25px; }
  .para-p h2:empty {
    display: none; }

.small {
  font-size: 16px;
  line-height: 20px; }

img {
  max-width: 100%; }

.bold {
  font-weight: 500 !important; }

.italic {
  font-style: italic; }

.light {
  font-weight: 100 !important; }

small {
  font-size: 14px;
  line-height: 16px;
  display: block; }

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #979797;
  border-radius: 10px;
  padding: 12px;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  background: white;
  outline: none;
  margin-bottom: 10px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  height: 200px; }

select {
  background-image: url(/images/dropdown.png);
  background-repeat: no-repeat;
  background-size: 9px 18px;
  background-position: center right 15px;
  vertical-align: middle; }

input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.has-error {
  border-color: #EC9B2B; }

.mb {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .mb {
      margin-bottom: 40px; } }

.mb-sm {
  margin-bottom: 30px; }

.mb-xs {
  margin-bottom: 15px; }

.mt {
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .mt {
      margin-top: 40px; } }

.mt-sm {
  margin-top: 30px; }

.mt-xs {
  margin-top: 15px; }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

.mr {
  margin-right: 30px; }

.p {
  padding: 95px 20px 100px 20px; }
  @media only screen and (max-width: 768px) {
    .p {
      padding: 50px 20px; } }

.psm {
  padding: 70px 20px; }
  @media only screen and (max-width: 768px) {
    .psm {
      padding: 40px 20px; } }

.pxs {
  padding: 50px 20px; }
  @media only screen and (max-width: 768px) {
    .pxs {
      padding: 30px 20px; } }

.pxxs {
  padding: 30px 20px; }

.pb {
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .pb {
      padding-bottom: 30px; } }

.pb-0 {
  padding-bottom: 0; }

.pt-0 {
  padding-top: 0; }

.pt {
  padding-top: 50px; }
  @media only screen and (max-width: 768px) {
    .pt {
      padding-top: 30px; } }

.p-sm {
  padding: 15px 10px; }

.p-xs {
  padding: 10px; }

.pull-right {
  float: right; }

.center {
  text-align: center; }

.left-aligned {
  text-align: left; }

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

.float {
  float: left; }

.half {
  width: 50%; }
  @media only screen and (max-width: 768px) {
    .half {
      width: 100% !important;
      float: none; }
      .half:not(:first-of-type) {
        padding-top: 0; } }
  .half.image {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      .half.image {
        position: static;
        height: 180px;
        display: none; } }
  .half.right {
    margin-left: 50%; }
    @media only screen and (max-width: 768px) {
      .half.right {
        margin-left: 0; } }
  .half.gf {
    width: 45%; }
    .half.gf.right {
      margin-left: 55%; }
      @media only screen and (max-width: 768px) {
        .half.gf.right {
          margin-left: 0; } }

.quater {
  width: 25%; }
  @media only screen and (max-width: 1024px) {
    .quater {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .quater {
      width: 100%; } }

.clearfix {
  overflow: auto;
  clear: both;
  position: relative; }

.hidden {
  display: none; }

.lightgrey {
  color: #F8F8F8; }

.orange {
  color: #EC9B2B; }

.navy {
  color: #3451A4; }

.yellow {
  color: #F5D461; }

.red {
  color: #F04E58; }

.bg-lightgrey {
  background: #F8F8F8; }

.bg-orange {
  background: #EC9B2B;
  color: white; }

.bg-navy {
  background: #3451A4;
  color: white; }

.bg-yellow {
  background: #F5D461;
  color: #2C2F36; }

.bg-darkgrey {
  background: #4C4D4F;
  color: white; }

.bg-lightblue {
  background: #7290E8; }

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.content {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .content.left {
    margin-left: 0; }
  .content.right {
    margin-right: 0;
    text-align: right; }

.button {
  position: relative;
  overflow: hidden;
  line-height: 44px;
  background-color: #3451A4;
  display: inline-block;
  color: #fff;
  padding: 0 25px;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  border: none;
  outline: none;
  font-family: "Neo Sans";
  font-weight: normal;
  box-shadow: 0 0 0 0 transparent;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }
  .button:hover {
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2); }
  .button:active {
    box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.1);
    opacity: .9; }
  .button.button-white {
    background: white;
    color: #3451A4; }
  .button.button-orange {
    background: #EC9B2B; }
  .button.button-yellow {
    background: #F5D461;
    color: #2C2F36; }
  .button.disabled {
    background: #E5E5E5;
    pointer-events: none;
    opacity: .8; }
  .button.button-wide {
    padding: 0 40px; }
  .button.button-large {
    height: 65px;
    line-height: 65px;
    padding: 0 130px;
    font-size: 36px;
    border-radius: 10px; }
  .button.button-full {
    width: 100%; }

.nav {
  height: 90px;
  width: 100%;
  background-color: transparent;
  box-shadow: 0 0 0 0 transparent;
  position: fixed;
  top: 0;
  white-space: nowrap;
  transition: .2s ease all;
  z-index: 10;
  color: #2C2F36; }
  @media only screen and (max-width: 768px) {
    .nav {
      height: 64px;
      background: rgba(255, 255, 255, 0.2); } }
  .nav.fixed {
    background: #FEFEFE;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.4);
    color: #2C2F36; }
    .nav.fixed .nav-list a span:after {
      background: #F5D461; }
  .nav .logo {
    height: 100%;
    padding: 15px 40px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .nav .logo {
        padding: 15px 10px; } }
    .nav .logo img {
      max-height: 100%;
      width: auto; }
  .nav .nav-list a span:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 3px;
    left: 50%;
    bottom: -5px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: 0.2s ease width;
    -moz-transition: 0.2s ease width;
    -ms-transition: 0.2s ease width;
    -o-transition: 0.2s ease width;
    transition: 0.2s ease width;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px; }
  .nav .nav-list li:hover a span:after,
  .nav .nav-list li.active a span:after {
    width: 100%;
    opacity: 1; }

.nav-list {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle; }
  .nav-list li {
    font-family: 'Neo Sans', 'Arial';
    font-style: normal;
    list-style: none;
    display: inline-block;
    font-size: 20px;
    line-height: 90px; }
    @media only screen and (max-width: 768px) {
      .nav-list li {
        line-height: 64px;
        font-size: 16px; } }
    .nav-list li a {
      color: inherit;
      text-decoration: none;
      padding: 0 15px; }
      .nav-list li a span {
        position: relative; }
      .nav-list li a .mobile-label {
        display: none; }
      @media only screen and (max-width: 1024px) {
        .nav-list li a {
          padding: 0 9px; } }
      @media only screen and (max-width: 1024px) {
        .nav-list li a {
          padding: 0 10px; } }
      @media only screen and (max-width: 1024px) {
        .nav-list li a {
          padding: 0 5px; }
          .nav-list li a .desktop-label {
            display: none; }
          .nav-list li a .mobile-label {
            display: inline; } }

.sunsuper {
  float: right;
  padding: 35px 20px 35px 0;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .sunsuper {
      padding: 22px 10px 22px 0; } }
  .sunsuper img {
    max-height: 100%; }

.social-list {
  float: right;
  height: 100%;
  padding-right: 20px; }
  .social-list li {
    list-style: none;
    display: inline-block;
    padding: 30px 10px;
    height: 100%; }
    .social-list li img {
      max-height: 100%; }

.header {
  height: 500px;
  background: lightgrey;
  background-size: cover;
  background-position: center;
  padding-top: 120px; }
  @media only screen and (max-width: 1024px) {
    .header {
      height: 300px; } }
  .header h1,
  .header h2,
  .header p {
    position: relative; }
  .header.full-screen {
    height: 100vh; }
  .header.video {
    height: auto;
    padding: 0; }
    @media only screen and (max-width: 1024px) {
      .header.video {
        height: 500px; } }
    @media only screen and (max-width: 768px) {
      .header.video {
        height: 300px; } }
    .header.video video {
      width: 100%;
      margin: 0;
      padding: 0;
      display: block;
      pointer-events: none; }
      @media only screen and (max-width: 1024px) {
        .header.video video {
          display: none; } }

.sub-cards {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .sub-cards .match-copy {
    display: inline-block; }
    .sub-cards .match-copy p:last-child {
      padding-bottom: 30px; }
  .sub-cards.grand {
    max-width: 90%; }
    .sub-cards.grand .sub-card {
      width: 25%; }
      @media only screen and (max-width: 1024px) {
        .sub-cards.grand .sub-card {
          width: 50%; } }
  @media only screen and (max-width: 768px) {
    .sub-cards.top3 .sub-card {
      width: 100% !important; }
      .sub-cards.top3 .sub-card .sub-img {
        height: 130px; } }

.sub-card {
  width: 33.3333%;
  float: left;
  padding: 15px 30px;
  vertical-align: top; }
  .sub-card.sub-card-grey .sub-info,
  .sub-card.sub-card-grey .sub-buttons {
    background-color: #F8F8F8; }
  .sub-card .sub-img {
    display: block;
    background-color: grey;
    height: 180px;
    border-radius: 8px 8px 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    .sub-card .sub-img iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .sub-card .sub-img.video {
      height: 250px; }
  .sub-card .sub-info {
    background-color: #fff;
    padding: 20px 20px 1px 20px;
    position: relative;
    text-align: left; }
    .sub-card .sub-info.detail {
      overflow: hidden; }
    .sub-card .sub-info h3 {
      margin-bottom: 5px; }
    .sub-card .sub-info p {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .sub-card .sub-info p small {
        font-size: 14px; }
  .sub-card .sub-buttons {
    padding: 15px 20px 30px 20px;
    background: #fff;
    border-radius: 0 0 8px 8px; }
    .sub-card .sub-buttons .button {
      width: 100%;
      max-width: 200px;
      margin: 0 auto;
      display: block; }
  .sub-card .sub-links {
    margin-top: 15px;
    margin-bottom: 0; }
    .sub-card .sub-links .sub-link {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      cursor: pointer; }
      .sub-card .sub-links .sub-link img {
        height: 100%;
        opacity: .6; }
      .sub-card .sub-links .sub-link:last-child {
        margin-right: 0; }
      .sub-card .sub-links .sub-link:hover img {
        opacity: 1; }
  .sub-card.winner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    float: none; }
    .sub-card.winner .sub-info {
      text-align: center;
      height: auto;
      padding: 20px 30px; }
      .sub-card.winner .sub-info p.sub-snippet {
        height: auto; }
  .sub-card.grand-winner {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .sub-card.grand-winner {
        width: 100%; } }
  @media only screen and (max-width: 1024px) {
    .sub-card {
      padding: 15px; } }
  @media only screen and (max-width: 768px) {
    .sub-card {
      width: 50%; }
      .sub-card .sub-img {
        height: 100px; }
      .sub-card .sub-info {
        padding: 15px;
        border-radius: 0 0 8px 8px; }
      .sub-card .sub-buttons {
        display: none; }
      .sub-card .sub-links {
        display: none; }
      .sub-card .sub-snippet {
        display: none; } }
  @media only screen and (max-width: 500px) {
    .sub-card {
      padding: 10px 5px; } }

.footer {
  height: 100px;
  white-space: nowrap;
  overflow: hidden;
  background: #4C4D4F;
  color: #F8F8F8; }
  @media only screen and (max-width: 768px) {
    .footer {
      height: 64px; } }
  .footer .logo {
    height: 100%;
    width: auto;
    padding: 20px 40px 20px 40px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .footer .logo {
        padding: 15px 10px; } }
    .footer .logo img {
      height: 100%; }

.banner {
  height: 200px;
  background-color: #4C4D4F;
  background-size: cover;
  background-position: center;
  background-image: url("/images/separate_banner.jpg"); }
  @media only screen and (max-width: 768px) {
    .banner {
      height: 80px; } }

.popup {
  display: none; }
  .popup.show {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .popup.show {
        background: black; } }
  .popup .popup-backdrop {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10; }
  .popup .popup-content {
    width: 300px;
    height: 600px;
    background: #fff;
    z-index: 11;
    border-radius: 5px;
    position: relative;
    z-index: 20;
    overflow: hidden; }
    .popup .popup-content .popup-header {
      padding: 5px;
      font-size: 18px;
      color: #fff;
      background: #EC9B2B;
      line-height: 35px; }
    @media only screen and (max-width: 768px) {
      .popup .popup-content {
        top: 20px;
        width: 100%;
        height: 100% !important;
        top: 0; } }

@media only screen and (max-width: 768px) {
  body.popup-open #header, body.popup-open .footer, body.popup-open .newsletter {
    display: none; }
  body.popup-open .finalist > *:not(.popup) {
    display: none; } }

@media only screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important; } }

.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .mobile-only {
      display: block !important; } }

.newsletter .form-content {
  max-width: 960px;
  margin: 0 auto; }
  .newsletter .form-content input:not([type="submit"]),
  .newsletter .form-content select {
    width: 100%; }

.newsletter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2C2F36; }

.newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2C2F36; }

.newsletter :-ms-input-placeholder {
  /* IE 10+ */
  color: #2C2F36; }

.newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #2C2F36; }

.newsletter input[type="text"],
.newsletter input[type="email"],
.newsletter input[type="number"],
.newsletter select {
  border: none;
  border-radius: 0;
  outline: none !important;
  padding: 15px;
  margin-bottom: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #2C2F36; }

.newsletter .half {
  width: 49%; }
  .newsletter .half:first-child {
    margin-right: 2%; }

.newsletter .left {
  float: none;
  max-width: 480px;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .newsletter .right-aligned {
    text-align: center; }
  .newsletter input,
  .newsletter select {
    background-color: rgba(255, 255, 255, 0.6); } }

.faq input {
  width: 300px;
  padding: 5px 10px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 0;
  background: #F8F8F8;
  border-color: #E5E5E5;
  font-size: 16px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .faq input:focus {
    background: white;
    border-color: #EC9B2B; }

.faq .faq-content h3 {
  margin-top: 30px;
  transition: .5s ease background-color; }
  .faq .faq-content h3.highlight {
    background-color: #F5D461; }

.faq #search-results {
  border-radius: 10px; }
  .faq #search-results li {
    list-style: none;
    margin-bottom: 5px; }
    .faq #search-results li.search-result,
    .faq #search-results li a {
      cursor: pointer; }
      .faq #search-results li.search-result:hover,
      .faq #search-results li a:hover {
        color: #EC9B2B; }
    .faq #search-results li a {
      font-weight: 500; }
    .faq #search-results li:before {
      content: "- "; }

.dates {
  text-align: center; }
  .dates .rounds {
    text-align: center;
    font-size: 0px;
    width: 750px;
    display: inline-block; }
    .dates .rounds .round-box {
      position: relative;
      display: inline-block;
      width: 350px;
      font-size: 20px;
      text-align: left;
      padding: 20px 20px 25px 20px;
      border-bottom-right-radius: 40px;
      margin-bottom: 40px; }
      .dates .rounds .round-box:nth-child(2n) {
        margin-left: 50px; }
      .dates .rounds .round-box:nth-child(5n - 4) {
        background-color: #3451A4;
        color: #fff; }
        .dates .rounds .round-box:nth-child(5n - 4) .accordion-bar:before, .dates .rounds .round-box:nth-child(5n - 4) .accordion-bar:after {
          background-color: #fff; }
      .dates .rounds .round-box:nth-child(5n - 3) {
        background-color: #EC9B2B;
        color: #fff; }
        .dates .rounds .round-box:nth-child(5n - 3) .accordion-bar:before, .dates .rounds .round-box:nth-child(5n - 3) .accordion-bar:after {
          background-color: #fff; }
      .dates .rounds .round-box:nth-child(5n - 2) {
        background-color: #B9D2EB; }
        .dates .rounds .round-box:nth-child(5n - 2) .accordion-bar:before, .dates .rounds .round-box:nth-child(5n - 2) .accordion-bar:after {
          background-color: #4C4D4F; }
      .dates .rounds .round-box:nth-child(5n - 1) {
        background-color: #F5D461; }
        .dates .rounds .round-box:nth-child(5n - 1) .accordion-bar:before, .dates .rounds .round-box:nth-child(5n - 1) .accordion-bar:after {
          background-color: #4C4D4F; }
      .dates .rounds .round-box:nth-child(5n) {
        background-color: #4C4D4F;
        color: #fff; }
        .dates .rounds .round-box:nth-child(5n) .accordion-bar:before, .dates .rounds .round-box:nth-child(5n) .accordion-bar:after {
          background-color: #fff; }
      .dates .rounds .round-box h3 {
        font-family: "Neo Sans";
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        padding-bottom: 15px; }
      .dates .rounds .round-box table {
        width: 100%; }
      .dates .rounds .round-box td {
        font-family: "Helvetica Neue";
        font-size: 18px;
        padding-bottom: 12px; }
        .dates .rounds .round-box td:nth-child(1) {
          width: 60%;
          padding-right: 10px; }
        .dates .rounds .round-box td:nth-child(2) {
          width: 40%;
          font-weight: 500; }
        .dates .rounds .round-box td .mobile-date {
          display: none; }
      .dates .rounds .round-box tr {
        width: 100%; }
        .dates .rounds .round-box tr:last-child td {
          padding-bottom: 0px; }
      .dates .rounds .round-box:last-child {
        width: 480px;
        margin-bottom: 0px; }
        .dates .rounds .round-box:last-child td:nth-child(1) {
          width: 65%; }
        .dates .rounds .round-box:last-child td:nth-child(2) {
          width: 35%; }
      .dates .rounds .round-box .accordion-bar {
        display: none; }
    @media only screen and (max-width: 1024px) {
      .dates .rounds {
        width: 90%;
        max-width: 350px; }
        .dates .rounds .round-box {
          width: 100% !important;
          margin-left: 0px !important;
          margin-bottom: 30px;
          padding: 10px 16px 20px 16px;
          overflow: hidden;
          max-height: 52px;
          border-bottom-right-radius: 12px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .dates .rounds .round-box td {
            font-size: 16px;
            padding-bottom: 8px; }
            .dates .rounds .round-box td:nth-child(1) {
              width: 60% !important; }
            .dates .rounds .round-box td:nth-child(2) {
              width: 40% !important; }
          .dates .rounds .round-box .accordion-bar {
            display: block;
            position: absolute;
            height: 52px;
            width: 100%;
            top: 0px;
            left: 0px; }
            .dates .rounds .round-box .accordion-bar:after, .dates .rounds .round-box .accordion-bar:before {
              content: '';
              position: absolute;
              height: 2px;
              width: 24px;
              right: 16px;
              top: calc(50% - 1px); }
            .dates .rounds .round-box .accordion-bar:after {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg);
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
          .dates .rounds .round-box.open {
            max-height: 300px;
            border-bottom-right-radius: 40px; }
            .dates .rounds .round-box.open .accordion-bar:after {
              -webkit-transform: rotate(90deg) scale(0.01, 1);
              -moz-transform: rotate(90deg) scale(0.01, 1);
              -ms-transform: rotate(90deg) scale(0.01, 1);
              -o-transform: rotate(90deg) scale(0.01, 1);
              transform: rotate(90deg) scale(0.01, 1); } }
    @media only screen and (max-width: 768px) {
      .dates .rounds {
        width: 100%; } }
    @media only screen and (max-width: 500px) {
      .dates .rounds .round-box td:nth-child(1) {
        width: 70% !important; }
      .dates .rounds .round-box td:nth-child(2) {
        width: 30% !important; } }

.submit-info .links a {
  margin-right: 20px; }
  .submit-info .links a:last-child {
    margin-right: 0; }

.prize {
  padding: 15px; }
  .prize h2 {
    font-weight: 500; }
  .prize.grand {
    clear: both;
    padding-top: 30px; }
  .prize:before {
    content: "";
    display: block;
    height: 80px;
    background-image: url("/images/first-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px; }
  .prize:nth-of-type(2):before {
    background-image: url("/images/second-icon.svg"); }
  .prize:nth-of-type(3):before {
    background-image: url("/images/third-icon.svg"); }
  .prize:nth-of-type(4):before {
    background-image: url("/images/fourth-icon.svg"); }
  .prize:nth-of-type(5):before {
    background-image: url("/images/peoples-choice-icon.svg"); }

.file-picker p {
  font-family: 'Neo Sans', 'Arial';
  font-style: normal;
  font-weight: 100;
  font-size: 16px; }

.file-picker .clear {
  cursor: pointer; }

.cta {
  text-align: center; }
  .cta h1 {
    font-weight: normal;
    margin-bottom: 15px; }
  .cta p {
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 300;
    line-height: 24px; }
  .cta .submit-dream {
    font-family: "Neo Sans";
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    display: inline-block;
    width: 240px;
    text-align: center;
    background-color: #fff;
    padding: 9px 15px;
    margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .cta {
      padding: 20px 0px 30px 0px; }
      .cta h2 {
        font-size: 36px;
        font-weight: 300;
        line-height: 40px;
        padding-bottom: 30px; }
      .cta p {
        margin: 0 auto;
        max-width: 250px; } }

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all; }
  .fade-in.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  @media only screen and (max-width: 768px) {
    .fade-in {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1; }

.rippleEffect {
  animation: rippleDrop .6s linear; }

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0; } }

.generic ul li {
  line-height: 28px; }
  @media only screen and (max-width: 768px) {
    .generic ul li {
      line-height: 20px;
      padding-bottom: 5px; } }

.select a {
  margin: 0 5px;
  display: inline-block;
  padding: 5px 20px 0 20px;
  border: 1px solid #4C4D4F;
  border-radius: 15px;
  color: #2C2F36;
  text-decoration: none; }

.year > h3 {
  padding: 15px;
  background: #E5E5E5;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0; }

.year .winners {
  background: #F8F8F8;
  padding: 5px 15px;
  margin-bottom: 20px; }
  .year .winners .winner-wrapper {
    width: 20%;
    float: left;
    padding: 15px; }
    @media only screen and (max-width: 768px) {
      .year .winners .winner-wrapper {
        width: 50%; }
        .year .winners .winner-wrapper.grand {
          width: 100%; } }
    .year .winners .winner-wrapper .winner {
      background: white;
      display: block;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 0 0 transparent;
      -webkit-transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -ms-transition: 0.2s ease all;
      -o-transition: 0.2s ease all;
      transition: 0.2s ease all; }
      .year .winners .winner-wrapper .winner .winner-img {
        height: 100px;
        background-color: darkgrey;
        background-size: cover;
        background-position: center; }
      .year .winners .winner-wrapper .winner .winner-content {
        padding: 15px; }
        .year .winners .winner-wrapper .winner .winner-content h3,
        .year .winners .winner-wrapper .winner .winner-content small {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .year .winners .winner-wrapper .winner:hover {
        box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2); }
      .year .winners .winner-wrapper .winner:active {
        box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.1);
        opacity: .9; }
