@font-face {
  font-family: "VoltaBold";
  src: url("/fonts/f212185f-4d51-417f-912d-e59babccab28.eot?#iefix");
  src: url("/fonts/f212185f-4d51-417f-912d-e59babccab28.eot?#iefix") format("eot"), url("/fonts/1fc2e412-da42-452e-8faf-89f4d36e89bb.woff") format("woff"), url("/fonts/9bdaeedd-cf5e-4879-8d85-50d201ec49d1.ttf") format("truetype"), url("/fonts/531670dd-8c85-49cb-a429-ec8f7b65855e.svg#531670dd-8c85-49cb-a429-ec8f7b65855e") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VoltaMedium";
  src: url("/fonts/96594fc3-8eeb-4f1c-83fb-059e54ce8b19.eot?#iefix");
  src: url("/fonts/96594fc3-8eeb-4f1c-83fb-059e54ce8b19.eot?#iefix") format("eot"), url("/fonts/43b214f5-b420-49c6-b1c8-31fc0ef2f559.woff") format("woff"), url("/fonts/77a244ec-f069-46a6-ac9c-125f9f7aea7c.ttf") format("truetype"), url("/fonts/c014cc90-1ce3-4b8d-a3f8-739be8f71f90.svg#c014cc90-1ce3-4b8d-a3f8-739be8f71f90") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

@-webkit-keyframes bulge {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes bulge {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-o-keyframes bulge {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes bulge {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes animated-logo {
  0% {
    background-position: 0% 0;
  }

  33% {
    background-position: 50% 0;
  }

  66% {
    background-position: 100% 0;
  }
}

@-moz-keyframes animated-logo {
  0% {
    background-position: 0% 0;
  }

  33% {
    background-position: 50% 0;
  }

  66% {
    background-position: 100% 0;
  }
}

@-o-keyframes animated-logo {
  0% {
    background-position: 0% 0;
  }

  33% {
    background-position: 50% 0;
  }

  66% {
    background-position: 100% 0;
  }
}

@keyframes animated-logo {
  0% {
    background-position: 0% 0;
  }

  33% {
    background-position: 50% 0;
  }

  66% {
    background-position: 100% 0;
  }
}

@-webkit-keyframes shake-little {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  2% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  4% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  6% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  8% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  10% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  12% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  14% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  16% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  18% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  20% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  22% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  24% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  26% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  28% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  30% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  32% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  34% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  36% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  38% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  40% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  42% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  44% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  46% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  48% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  50% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  52% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  54% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  56% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  58% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  60% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  62% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  64% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  66% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  68% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  70% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  72% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  74% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  76% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  78% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  80% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  82% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  84% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  86% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  88% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  90% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  92% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  94% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  96% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  98% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
}

@-ms-keyframes shake-little {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }

  2% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  4% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  6% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  8% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  10% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  12% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  14% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  16% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  18% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  20% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  22% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  24% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  26% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  28% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  30% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  32% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  34% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  36% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  38% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  40% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  42% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  44% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  46% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  48% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  50% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  52% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  54% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  56% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  58% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  60% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  62% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  64% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  66% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  68% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  70% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  72% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  74% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  76% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  78% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  80% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  82% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  84% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  86% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  88% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  90% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }

  92% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  94% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  96% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }

  98% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
}

@keyframes shake-little {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  2% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  4% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  6% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  8% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  10% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  12% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  14% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  16% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  18% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  20% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  22% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  24% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  26% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  28% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  30% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  32% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  34% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  36% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  38% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  40% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  42% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  44% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  46% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  48% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  50% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  52% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  54% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  56% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  58% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  60% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  62% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  64% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  66% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  68% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  70% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  72% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  74% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  76% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  78% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }

  80% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  82% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  84% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  86% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  88% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  90% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }

  92% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  94% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }

  96% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }

  98% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_normalize\.scss}line{font-family:\000031}}
body {
  padding: 0;
  margin: 0;
  background-color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_normalize\.scss}line{font-family:\000036}}
.hidden {
  display: none !important;
  visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_normalize\.scss}line{font-family:\0000310}}
h1, h2, h3 {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\000034}}
.fight-module-body, .vote-buttons, .galleryItem-body {
  overflow: hidden;
  *zoom: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\000039}}
.unstyled-list, .bio-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000315}}
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000323}}
.hide-text, .main-logo > a {
  text-indent: -999em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000329}}
.flat-button, .vote-button, .time-remaining .message, .time-remaining .char, .social, .start-date .label, .vote-login-link, .main-nav-link, .footer-1, .minor-heading, .intro-text, .bio-header > .title, .small-heading, .galleryItem-body .view-fight, .galleryItem-body > .num-votes {
  font-family: liberatorregular, Liberator, Duke, sans-serif;
  letter-spacing: 0.05em;
  font-weight: normal !important;
  font-style: normal !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000336}}
.vote-num-1,
.vote-num-2, .time-remaining .num {
  font-family: dukeroman, Duke, sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000342}}
.fighter-name, .fighter-name-separator, .no-js .time-remaining .value, .start-date .value, .demo-header, .no-js-message, .galleryItem-body > .name {
  font-family: VoltaBold, Acknowledgement, Georgia, serif;
  letter-spacing: 0.1em;
  font-weight: normal !important;
  font-style: normal !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000349}}
.footer-2, .big-paragraph-text, .bio-header > .subtitle, .bio-meat, .bio-contact-list, .announcementBox {
  font-family: VoltaMedium, Acknowledgement, Georgia, serif;
  font-weight: normal !important;
  font-style: normal !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000355}}
.vote-results, .fighter-name, .time-remaining, .start-date, .no-js-message, .galleryItem-body > .name {
  padding: 15px 3%;
  border-bottom: 1px solid #dddddd;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000362}}
.top-bar, .peeps {
  background: url(/images/dark-noise.jpg) #313131;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000366}}
.main-logo > a, .nav-toggle {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_extends\.scss}line{font-family:\0000368}}
.main-logo > a:hover, .nav-toggle:hover {
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\000031}}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000314}}
body {
  background: #dfe0e1 url("data:image/gif;base64,R0lGODlhLQAtANUAAODh4t/f4N7f393e3+Hi49/g4eLj5OPk5dzd3uTl5uXm59vc3drb3Ofo6Nna2+bn6NjZ2ujo6dbX2NfY2ejp6tbW1+rr7Onq69XW1uzt7uvs7dPU1dTV1u3u78/Q0dDR0tHS0/Dx8e/w8e7v8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyM0JDRTEwNkIyMjExRTJBMUE0RTNGRDk0QzYxMkIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyM0JDRTExNkIyMjExRTJBMUE0RTNGRDk0QzYxMkIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODIzQkNFMEU2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODIzQkNFMEY2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAALQAtAAAG/8AAwgFQACSVACMgGDgIjYMj4TQcmI+GoxEYCBiHQwECIBggAoxEcVgYHAVFBXAwALgEwiGRtSAsUgUNBgwDAAwIE4ZmCwcAAgcDAV0MFwMNbBMOdgEQkgMJDAoUlQgJBQATAkwOFRAPEhEJAgALBQa4CBAIdAYIXb8DFBoCDpOSD6kUDQ0UCb4PChMICAsECgQLDQMGCwIQEWIN1gYFxnp5CALZCRQIDwLYerxiDwsLhgcRDAUJFaIHipkpgGrALVQEGCRwgCDCAgaPIhxB9YCBAXsGAmR4UMBggzUNOiRIAKUCAQQGBCQA0MpQBAULIFx86aDYgWojqShgIgFDgP8KBhccMiDBmyk2LAMQ6FigzZs4c+rcUaqHTwM/gOAMKnRIAK8IDTIAuEWATgFRDTCglDChHYEJCgosaGuPYBch3gY8mAAA5SMJAjpeU4DAi7kE2iJcMsQLcZkACtAADiCU6IQHSr1syDPhA4YC0SCEIrRywABqDCg8ICQBQQUjFewwgKKBADEGtB5AMCJhVwIMEwoIaIIgw4DP7pi0kSB4EsQBjQCcKROQWTyhBEh+W/CrLwRmDqDLBUPyiRkBgBbsJBAAQIIrBgYQCAxg7IBd4YsYeVZrVZGbwgWUgFINLMWLABKc0g0FuIwlQARDcDDJcEfkUUB2EnRwyR6QFaD/FAOADaCAAw+wB0Ayz7QF3TbdfHPeFwRwQ0sZAFTwC0QAyDQAhIURAMEBhXDhBgA/hSGRMRMQMp90YhiwFH22XHKEFQNYQIAFAywRQIO3WAChBascAMFBBgxI0koImAEGNkQ66YGYY9HYAABegLAIkQfEaAYCTanEmHo72gHdAskUsEacS+zkRX3hODBCRb74eAAmCkQwHAXr6PYASfDoM8AV4DDQyC0OTJBaYVPcIgQR1TSxV18TQBZQBAUUxlEtun02jSCWNtQRABdIMNAzZUnwwAEdJMkLBWaUFYqHQjx1wAXx+Mhne3mM1gAEGYghQAO0KFFNAKyqQ6cDB8RF/8eAV1B4wU4McDGABNA1wZYHx6Z0BS/cnVaOAn6u08A0XADsYS1pKtZUYeVQYBqtbNCCSj/1GaBAmamFFwEE1kSACyIpbfaWZ6BFNppCdJ6GzwXpBrfHBpIQsPFCNe1RxsXb6ONLAIN4E4oCFni4B8CYEqApp5AoBuo+o75hqjtOKLhqEUcksYRXChLpRUCrdDRbFw1AWICNuEQBc2HhCEKOOUrlOSKhDIBhUHZ9lQFBBad8d0GaxXC32yvV7LQlAhf/F+M2dTvGXmQIrlIZW5jFKEA0FygRV9wiaNDFTYHNudsRvgEnHHHGIfcLJAswJ59zdEY3nR7fgsuQiEtlVP+AqRI4wEZTzsBBLgWxLrXABQcp1iwtyIfyWhMgs1ElAxNEIp41w3UUQLrCQeiAhEzQIuxS2anEwVKTaHBABgtsWUYow3OxTtq+jFQfE2kqcewBFCggiWCzVSAABSRqQDReg4AGxIFcB5BAAFaSvyqVQS+YWCBE3oONSUkDfwbYBgYGNJZbhGEcppHGlhJQoCwRwB3siZcZ2gMKD8XjAhAgQO6U8qsA1IolDqDXASoQheH8rwn3uBAtiECvbxFuAaEITgYDECuUgEE4m7rPe64ngIuUI1YDegCJ2COBMkFAKTXxwgI2cKwEoOF2AlNIFryxh//FAQHOwMQDJHIAeFyxqChYAxhLjuCFBhxxffPhWHd0AZ7pkYcA5klJetZThyou8AATiKEVbCiJuExyQO6YXB1J4hpuGCACHLHipxQgDZT84h3zIcIdFBgfPplijgERBEnKoQtcQEeB9OBZrYJzmWiACS45CsECS3KSlKykJQB4SUxmMiKb4CQhDaBCzOTjiz5RoS+A8ljrCDWWQ6EiUV2YUTiU1gmmNalUp4qaqoZANSQogQlOgIIUqLCJAwQBADs=") repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000318}}
.main {
  clear: both;
  padding-top: 2.5%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000323}}
.page-wrapper {
  position: relative;
  width: 95%;
  max-width: 62.5em;
  margin: 0 auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000333}}
.fight-module {
  margin-bottom: 45px;
  text-align: center;
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000338}}
.fight-module .vote-results {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000341}}
.fight-module .vote-buttons {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000345}}
.fight-module.prevent-voting .vote-results {
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000348}}
.fight-module.prevent-voting .vote-buttons {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000354}}
.fight-module-body {
  padding: 0 3%;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000360}}
.fight-images {
  position: relative;
  height: 0;
  padding-bottom: 50.1%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000365}}
.entry-image-wrapper {
  position: absolute;
  width: 50%;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000370}}
.entry-image-wrapper > img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-backface-visibility: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000379}}
.entry-image-wrapper:hover:not(.is-zoomed) > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000385}}
.entry-image-wrapper.is-zoomed {
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000387}}
.entry-image-wrapper.is-zoomed > img {
  max-width: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000391}}
.has-zoomed .entry-image-wrapper:not(.is-zoomed) {
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0.5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000396}}
.entry-1-image-wrapper {
  left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\0000399}}
.entry-2-image-wrapper {
  right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003105}}
.vote-results {
  padding: 15px 0;
  display: table;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003112}}
.vote-num-1,
.vote-num-2 {
  letter-spacing: 0.1em;
  font-size: 38.4px;
  font-size: 2.4rem;
  display: table-cell;
  vertical-align: middle;
  padding-top: 0.075em;
  width: 2.5em;
}
@media (min-width: 42em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003112}}
  .vote-num-1,
  .vote-num-2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003127}}
.vote-num-1 {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003131}}
.vote-num-2 {
  text-align: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003135}}
.vote-bar-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003141}}
.vote-bar-1,
.vote-bar-2 {
  -webkit-transition: all 400ms cubic-bezier(0.995, 1.65, 0.505, 0.65);
  -moz-transition: all 400ms cubic-bezier(0.995, 1.65, 0.505, 0.65);
  -o-transition: all 400ms cubic-bezier(0.995, 1.65, 0.505, 0.65);
  transition: all 400ms cubic-bezier(0.995, 1.65, 0.505, 0.65);
  width: 0;
  height: 30px;
  position: absolute;
  top: 0;
  background-color: #58595b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003151}}
.hidden .vote-bar-1, .hidden
.vote-bar-2 {
  width: 0;
}
@media (min-width: 42em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003141}}
  .vote-bar-1,
  .vote-bar-2 {
    height: 25px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003161}}
.vote-bar-1 {
  border-right: 1px solid white;
  left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003166}}
.vote-bar-2 {
  float: right;
  border-left: 1px solid white;
  right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003172}}
.vote-buttons {
  margin-top: 7px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003176}}
.vote-button-container {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  width: 50%;
  float: left;
  position: relative;
}
@media (min-width: 50em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003183}}
  .vote-button-container:after {
    position: absolute;
    content: "\0000a0";
    width: 79px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAPCAYAAAClbJLqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODc3NTE5ODZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODc3NTE5OTZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGMkFDNTdGNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGMkFDNTgwNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+i4TUPwAAAFJJREFUeNrs1rENwCAMBEBAWZoJkiU9C1BCZ1Gkupe+ozrJ4mtEjCJ7vtWeefisVl53aQjgwYMHT7K/ralyOWlMFWcLDx48gfcH3tCjbxZvCjAAm7pKhxZSWfEAAAAASUVORK5CYII=") center no-repeat;
    left: 78%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003187}}
  .vote-button-container:before {
    position: absolute;
    content: "\0000a0";
    width: 79px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAPCAYAAAClbJLqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRjJBQzU3RDZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRjJBQzU3RTZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGMkFDNTdCNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGMkFDNTdDNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ylVbCgAAAExJREFUeNrs1rsJACAQREG1ajuwyqvFT2JgpJnBPNgGBg4uR0S6rM3VpF1+wNNRQQAPHjx4usVbL0i393lVnC08ePAE7yc8L82xIcAA+i2bXFHdyx8AAAAASUVORK5CYII=") center no-repeat;
    right: 78%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003194}}
.entry-1-image-wrapper-zoomed .entry-2-vote-button-container,
.entry-2-image-wrapper-zoomed .entry-1-vote-button-container {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003199}}
.entry-1-image-wrapper-zoomed .entry-1-vote-button-container,
.entry-2-image-wrapper-zoomed .entry-2-vote-button-container {
  border-left: none;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003206}}
.flat-button, .vote-button {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  cursor: pointer;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media (min-width: 35em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003206}}
  .flat-button, .vote-button {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003217}}
.flat-button:hover, .vote-button:hover {
  -webkit-animation: bulge 0.1s ease-in-out 2 alternate;
  -moz-animation: bulge 0.1s ease-in-out 2 alternate;
  -o-animation: bulge 0.1s ease-in-out 2 alternate;
  animation: bulge 0.1s ease-in-out 2 alternate;
  background-color: #939598;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003221}}
.flat-button:hover:before, .vote-button:hover:before {
  background-color: #939598;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003227}}
.flat-button {
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  padding: 1.1em 1.4em;
  border: none;
  background-color: #bbbbbb;
  color: #58595b;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003236}}
.load-more {
  text-align: center;
  margin-bottom: 45px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003241}}
.vote-button {
  position: relative;
  padding: 0.7em 1.4em;
  margin: 0 1em;
  line-height: 1.1em;
  min-width: 50%;
  color: #939598;
  border: 1px solid #939598;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_mixins\.scss}line{font-family:\00003106}}
.csstransforms .vote-button:before {
  content: "\0000a0";
  position: absolute;
  background-color: white;
  border-color: #939598;
  border-style: solid;
  border-width: 1px 0 0 1px;
  width: 8px;
  height: 8px;
  top: -5px;
  left: 50%;
  margin-left: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_mixins\.scss}line{font-family:\00003131}}
.vote-button:hover:before {
  background-color: #939598;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003253}}
.fighter-names {
  float: left;
  width: 100%;
  position: relative;
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003253}}
  .fighter-names {
    display: table;
    float: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003263}}
.fighter-name {
  font-size: 16px;
  font-size: 1rem;
  color: #58595b;
  text-transform: uppercase;
}
@media (min-width: 25em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003263}}
  .fighter-name {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
@media (min-width: 35em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003263}}
  .fighter-name {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003263}}
  .fighter-name {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    font-size: 17.6px;
    font-size: 1.1rem;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003280}}
  .fighter-name.entry-1-name {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003283}}
  .fighter-name.entry-2-name {
    padding-left: 40px;
    padding-left: 2.5rem;
    border-left: 1px solid #dddddd;
  }
}
@media (min-width: 57.5em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003263}}
  .fighter-name {
    font-size: 1.4em;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003293}}
.fighter-name-separator {
  font-size: 14.4px;
  font-size: 0.9rem;
  width: 48px;
  width: 3rem;
  margin: -8px 0px -8px 0px;
  margin: -0.5rem 0rem -0.5rem 0rem;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #939598;
  margin-left: auto;
  margin-right: auto;
  background: white;
  text-transform: uppercase;
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003293}}
  .fighter-name-separator {
    margin-top: -28px;
    margin-top: -1.75rem;
    margin-left: -32px;
    margin-left: -2rem;
    width: 64px;
    width: 4rem;
    height: 56px;
    height: 3.5rem;
    line-height: 60.8px;
    line-height: 3.8rem;
    top: 50%;
    left: 50%;
    position: absolute;
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ik1vYmlsZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1NXB4IiBoZWlnaHQ9IjUwcHgiIHZpZXdCb3g9IjAgMCA1NSA1MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTUgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjREZERkRGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMjcuNSwxIDAuNSwxOC41MzggMC41LDMxLjQ2MyAyNy41LDQ5IDU0LjUsMzEuNDYyIA0KCTU0LjUsMTguNTM3ICIvPg0KPC9zdmc+DQo=") center no-repeat;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003318}}
.fight-module-footer {
  display: table;
  width: 100%;
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003318}}
  .fight-module-footer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003330}}
.time-remaining {
  font-size: 17.6px;
  font-size: 1.1rem;
  border-left: 1px solid #dddddd;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  color: #939598;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_mixins\.scss}line{font-family:\0000355}}
.time-remaining:before {
  background: url("data:image/gif;base64,R0lGODlhBQAKAMQAAP///9/g4dzd3uLj5OHi48fIyePk5d/f4N3e3+Dh4urq6u/v8Ofo6PP09Pf39+bn5+zs7eHh4tXW1tTV1u7v8NnZ2tLT1Nna297f39XV1uTl5vv7+/z8/N7e39fY2QAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyM0JDRTE0NkIyMjExRTJBMUE0RTNGRDk0QzYxMkIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyM0JDRTE1NkIyMjExRTJBMUE0RTNGRDk0QzYxMkIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODIzQkNFMTI2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODIzQkNFMTM2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABQAKAAAFKeDiAGRRdBuADFYGHMYlKNpEBFXgCQETGIlBZHBAUBoJCeYBEBAgHEAIADs=") 0 50% no-repeat;
  content: "\0000a0";
  position: absolute;
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_mixins\.scss}line{font-family:\0000367}}
.time-remaining:after {
  background: url("data:image/gif;base64,R0lGODlhBQAKAMQAAP///97f3+Lj5Obn6OXm593e3+7v7+fo6N/g4dzd3uDh4tfY2c3Oz9fY2NXW1tna2/Ly8vf39+jo6MrLzP39/d7f4M7Oz87P0Onq6+Tl5vv7+93d3uDg4d/f4AAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBFNjdDQzc3NkIyNTExRTJBMUE0RTNGRDk0QzYxMkIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBFNjdDQzc4NkIyNTExRTJBMUE0RTNGRDk0QzYxMkIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODIzQkNFMTY2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEU2N0NDNzY2QjI1MTFFMkExQTRFM0ZEOTRDNjEyQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABQAKAAAFKSAgRgagbcwEWFeGScIzHI2SDAGBKEtQEYcCAhIoBBwATkIgAFAMnUEIADs=") 100% 50% no-repeat;
  content: "\0000a0";
  position: absolute;
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003340}}
.no-js .time-remaining .value {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #58595b;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003348}}
.time-remaining .message {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.3em;
  margin: 0;
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003348}}
  .time-remaining .message {
    line-height: 70.4px;
    line-height: 4.4rem;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003358}}
.time-remaining .num {
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003363}}
.time-remaining .num-col {
  margin: 0 -0.2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003366}}
.time-remaining .char {
  display: none;
}
@media (min-width: 35em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003330}}
  .time-remaining {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003330}}
  .time-remaining {
    height: 70.4px;
    height: 4.4rem;
    line-height: 70.4px;
    line-height: 4.4rem;
    width: 42%;
    border-style: solid;
    border-color: #dddddd;
    border-width: 0 1px 0 1px;
    float: left;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003382}}
  .time-remaining .num {
    font-size: 32px;
    font-size: 2rem;
    color: #58595b;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003386}}
  .time-remaining .char {
    font-size: 14.4px;
    font-size: 0.9rem;
    vertical-align: middle;
    display: inline;
    margin: 0 0.3em 0 -0.3em;
    letter-spacing: 0.2em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003393}}
  .time-remaining .num-col {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003399}}
.social {
  font-size: 24px;
  font-size: 1.5rem;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003402}}
.social .icon {
  display: inline-block;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003406}}
.social.fight-social {
  min-height: 49px;
  min-height: 3.063rem;
  font-size: 2em;
  width: 100%;
  float: none;
  padding: 15px 2%;
  display: table-caption;
  caption-side: bottom;
  vertical-align: middle;
  clear: both;
  position: relative;
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003406}}
  .social.fight-social {
    height: 70.4px;
    height: 4.4rem;
    line-height: 70.4px;
    line-height: 4.4rem;
    float: left;
    display: block;
    clear: none;
    width: 29%;
    border: none;
    padding: 0 0 0 76px;
    text-align: center;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003427}}
  .social.fight-social:before {
    position: absolute;
    content: "\0000a0";
    width: 79px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAPCAYAAAClbJLqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEODc3NTE5ODZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEODc3NTE5OTZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGMkFDNTdGNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGMkFDNTgwNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+i4TUPwAAAFJJREFUeNrs1rENwCAMBEBAWZoJkiU9C1BCZ1Gkupe+ozrJ4mtEjCJ7vtWeefisVl53aQjgwYMHT7K/ralyOWlMFWcLDx48gfcH3tCjbxZvCjAAm7pKhxZSWfEAAAAASUVORK5CYII=") center no-repeat;
    left: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003435}}
.pinterest-container {
  display: inline-block;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003440}}
[data-icon]:before {
  font-family: typefight-icons;
  content: attr(data-icon);
  speak: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003446}}
.start-date {
  width: 50%;
  color: #939598;
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.7em;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003454}}
.start-date .label {
  position: absolute;
  font-size: 12.8px;
  font-size: 0.8rem;
  position: absolute;
  width: 100%;
  top: 1em;
  left: 0;
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003454}}
  .start-date .label {
    line-height: 2.1;
    padding-right: 76px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003473}}
.start-date .value {
  display: block;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
@media (min-width: 35em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003446}}
  .start-date {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media (min-width: 49em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003446}}
  .start-date {
    line-height: 70.4px;
    line-height: 4.4rem;
    height: 70.4px;
    height: 4.4rem;
    width: 29%;
    display: block;
    border-bottom: none;
    float: left;
    position: relative;
    padding: 0.5em 76px 0 0;
    text-align: center;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003493}}
  .start-date a {
    border: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003496}}
  .start-date:before {
    position: absolute;
    content: "\0000a0";
    width: 79px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAPCAYAAAClbJLqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRjJBQzU3RDZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRjJBQzU3RTZDRTgxMUUyQTQ3MjlFNEJENDczMkVFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGMkFDNTdCNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGMkFDNTdDNkNFODExRTJBNDcyOUU0QkQ0NzMyRUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ylVbCgAAAExJREFUeNrs1rsJACAQREG1ajuwyqvFT2JgpJnBPNgGBg4uR0S6rM3VpF1+wNNRQQAPHjx4usVbL0i393lVnC08ePAE7yc8L82xIcAA+i2bXFHdyx8AAAAASUVORK5CYII=") center no-repeat;
    right: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003503}}
.num-dash {
  font-size: 0.6em;
  vertical-align: middle;
  margin: 0 0.3em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003512}}
.demo-header {
  font-size: 24px;
  font-size: 1.5rem;
  color: #58595b;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003521}}
.no-js-message {
  color: #939598;
  font-size: 0.7em;
  text-transform: none;
  letter-spacing: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003530}}
.pagination-nav {
  margin-bottom: 45px;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003536}}
.pagination-button {
  min-width: 9.9em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003541}}
.next-button:after {
  content: ">";
  margin-left: 0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003548}}
.prev-button:before {
  content: "<";
  margin-right: 0.5em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003554}}
.vote-login-container {
  padding: 15px 0;
  width: 50%;
  float: left;
  border-bottom: solid 1px #dfe0e1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003562}}
.vote-login-link {
  color: #939598;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media (min-width: 35em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003562}}
  .vote-login-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_styles\.scss}line{font-family:\00003572}}
.vote-login-link:hover {
  text-decoration: underline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\000034}}
.top-bar {
  width: 100%;
  float: left;
  padding: 0.5em 0;
}
@media (min-width: 720px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\000034}}
  .top-bar {
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000316}}
.main-logo {
  float: left;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000321}}
.main-logo > a {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media (max-width: 720px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000321}}
  .main-logo > a {
    width: 43.2px;
    width: 2.7rem;
    height: 43.2px;
    height: 2.7rem;
    background-image: url(/images/lil-logo.svg);
  }
}
@media (min-width: 721px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000321}}
  .main-logo > a {
    width: 217px;
    width: 13.563rem;
    height: 15px;
    height: 0.938rem;
    top: 0;
    margin: 0.4em 0;
    background-image: url(/images/full-logo.svg);
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000343}}
.nav-toggle {
  float: right;
  padding: 0 0 0 0.5em;
  color: #999;
  font-size: 1.8em;
  cursor: pointer;
}
@media (min-width: 721px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000343}}
  .nav-toggle {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000355}}
.main-nav {
  cursor: default;
}
@media (max-width: 720px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000355}}
  .main-nav {
    clear: both;
    padding: 0.5em 2.5%;
    background-color: #8c8c8d;
    background-color: rgba(15, 15, 15, 0.38);
    box-shadow: inset 0 -5px 3px -3px rgba(0, 0, 0, 0.3);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000363}}
  .main-nav.is-collapsed {
    display: none;
  }
}
@media (min-width: 721px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000355}}
  .main-nav {
    position: absolute;
    width: 100%;
    text-align: right;
    right: 2.5%;
    top: 0;
    overflow: hidden;
  }
}
@media (min-width: 65.75em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000355}}
  .main-nav {
    right: 50%;
    margin-right: -31.25em;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000382}}
.main-nav-link {
  letter-spacing: 0.2em;
  text-decoration: none;
  line-height: 1.1;
  color: #939598;
}
@media (max-width: 720px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000382}}
  .main-nav-link {
    display: block;
    padding: 0.75em 0;
    color: #373737;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000393}}
  .main-nav-link + .main-nav-link {
    border-top: 1px solid #373737;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000397}}
  .main-nav-link:hover, .main-nav-link:focus {
    color: black;
    padding-left: 2%;
  }
}
@media (min-width: 721px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\0000382}}
  .main-nav-link {
    display: inline-block;
    padding: 1.1em;
    font-size: 0.8em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003107}}
  .main-nav-link + .main-nav-link:before {
    font-family: Arial, sans-serif;
    display: inline-block;
    content: "|";
    position: relative;
    left: -1em;
    color: #717171;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003116}}
  .main-nav-link:hover, .main-nav-link:focus, .main-nav-link.current {
    color: white;
  }
}

@media (min-width: 720px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003127}}
  .main-nav-auth-link:before {
    display: none !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003136}}
.main-nav-twitter-icon {
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 720px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003136}}
  .main-nav-twitter-icon {
    color: #55acee;
    line-height: 0;
  }
}

@media (min-width: 720px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003149}}
  .main-nav-link-logout {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 46px;
    background-color: black;
    margin-top: -1em;
    padding-top: 0.8em;
    margin-right: -5.6em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003159}}
  .main-nav-link-logout:hover, .main-nav-link-logout:focus {
    margin-right: 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_header\.scss}line{font-family:\00003166}}
.main-nav-profile-picture {
  display: inline-block;
  vertical-align: middle;
  border-radius: 99em;
  margin-right: 0.5em;
  height: 27px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\000031}}
.main-footer {
  -webkit-backface-visibility: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\000036}}
.footer-1 {
  width: 100%;
  float: left;
  clear: both;
  padding-bottom: 1em;
  background-color: #999999;
  color: #333;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000323}}
.footer-1-text {
  padding-bottom: 0.75em;
  border-bottom: 2px solid #58595b;
  line-height: 1.3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000329}}
.image-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000336}}
.image-list-item {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 12em;
  margin: 0 auto;
}
@media (min-width: 25em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000336}}
  .image-list-item {
    float: left;
    width: 33%;
    max-width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000349}}
.image-list-item img {
  max-width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000354}}
.footer-2 {
  width: 100%;
  float: left;
  clear: both;
  padding: 2em 0;
  background: #333333;
  color: #a1a1a1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000365}}
.minor-heading {
  color: #a1a1a1;
  display: block;
  text-decoration: none;
  font-size: 0.8em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000373}}
.footer-logo {
  background-image: url(/images/full-logo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 13.75em;
  height: 1.4em;
  max-width: 80%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000383}}
.footer-2-subtitle {
  margin-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000387}}
.footer-2-rule {
  border-color: #4B4B4B;
  border-top: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000392}}
.footer-2-paragraph {
  font-size: 0.8em;
  line-height: 1.4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\0000395}}
.footer-2-paragraph a {
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\00003100}}
.footer-2-section {
  max-width: 23em;
  padding: 0 1em 1em;
  float: left;
  clear: left;
}
@media (min-width: 43.75em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_footer\.scss}line{font-family:\00003100}}
  .footer-2-section {
    max-width: 100%;
    clear: none;
    width: 33%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\000031}}
.hero-ratio {
  width: 100%;
  padding-bottom: 43%;
  height: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\0000310}}
.about-hero {
  min-height: 170px;
  max-height: 391px;
  position: relative;
  background-color: #444444;
  background-image: url(/images/boxers.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\0000323}}
.animated-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -74px;
  margin-left: -82px;
  width: 164px;
  height: 148px;
  background-image: url(/images/animated-logo-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation-name: animated-logo;
  -moz-animation-name: animated-logo;
  -ms-animation-name: animated-logo;
  -o-animation-name: animated-logo;
  animation-name: animated-logo;
  -webkit-animation-duration: 3.5s;
  -moz-animation-duration: 3.5s;
  -ms-animation-duration: 3.5s;
  -o-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
  -moz-animation-timing-function: step-end;
  -ms-animation-timing-function: step-end;
  -o-animation-timing-function: step-end;
  animation-timing-function: step-end;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\0000342}}
.intro-text {
  margin: 1em 0;
  color: #333333;
  font-size: 1.3em;
  line-height: 1.5;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
@media (min-width: 30em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\0000342}}
  .intro-text {
    font-size: 2em;
  }
}
@media (min-width: 52em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\0000342}}
  .intro-text {
    font-size: 2.9em;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\0000357}}
.big-paragraph-text {
  margin: 2em 0;
  color: #555555;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (min-width: 40em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_about\.scss}line{font-family:\0000357}}
  .big-paragraph-text {
    font-size: 1.3em;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\000031}}
.peeps {
  color: #999;
  padding: 2em 0;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\000039}}
.companies {
  padding: 2em 0;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000314}}
.bio {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
  float: left;
}
@media (min-width: 32em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000314}}
  .bio {
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000324}}
  .bio:nth-child(2n - 1) {
    clear: both;
  }
}
@media (min-width: 53em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000314}}
  .bio {
    width: 33.333%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000332}}
  .bio:nth-child(2n - 1) {
    clear: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000337}}
  .bio:nth-child(3n + 1) {
    clear: both;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000343}}
.bio-inner {
  padding: 0 5%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000347}}
.bio-photo {
  text-align: center;
  margin-bottom: 2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000350}}
.bio-photo > img {
  max-width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000355}}
.bio-content {
  max-width: 24em;
  margin: 0 auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000360}}
.bio-header {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #555555;
  color: #555555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000364}}
.bio-header > .title {
  margin-bottom: 0.3em;
  font-size: 1.4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000369}}
.bio-header > .subtitle {
  font-size: 0.8em;
  color: #888;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000377}}
.bio-meat {
  padding-bottom: 1em;
  font-size: 0.75em;
  line-height: 1.7;
  color: #888;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000385}}
.small-heading {
  letter-spacing: 0.2em;
  font-size: 0.7em;
  border-bottom: 1px solid #555;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  color: #555;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000393}}
.small-heading.light {
  color: white;
  border-color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\0000399}}
.bio-contact-list {
  font-size: 0.75em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003103}}
.bio-contact-list > li {
  margin: 0.7em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003106}}
.bio-contact-list a {
  text-decoration: none;
  color: #888;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003112}}
.bio-horizontal {
  width: 100%;
}
@media (min-width: 39.125em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003115}}
  .bio-horizontal .bio-photo {
    float: left;
    width: 33.33%;
    padding-right: 2em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003120}}
  .bio-horizontal .bio-content {
    max-width: 100%;
    float: right;
    width: 66.66%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003129}}
.bio-dark .bio-header {
  border-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003131}}
.bio-dark .bio-header > .title {
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003134}}
.bio-dark .bio-header > .subtitle {
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003138}}
.bio-dark .bio-meat {
  color: #999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_bio\.scss}line{font-family:\00003142}}
.bio-dark .bio-contact-list a {
  color: #999;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000332}}
.gallery-wrapper {
  padding: 0 1.25%;
  margin: 0 auto;
  max-width: 110em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000338}}
.gallery-item-wrapper {
  position: relative;
  display: block;
  float: left;
  width: 47.5%;
  margin: 0 1.25% 2.5%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000347}}
.gallery-item {
  overflow: hidden;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000352}}
.gallery-item:hover:not(.is-expanded) .gallery-image > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000357}}
.gallery-item .gallery-image > img {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-backface-visibility: hidden;
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000365}}
.gallery-item-wrapper:nth-child(2n) .gallery-item {
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000368}}
.gallery-item.is-expanded {
  -webkit-transition: width 0.3s, box-shadow 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition: width 0.3s, box-shadow 0.3s 0.3s;
  -o-transition: width 0.3s, box-shadow 0.3s 0.3s;
  transition: width 0.3s, box-shadow 0.3s 0.3s;
  box-shadow: 0 33px 40px -40px rgba(0, 0, 0, 0.5), 0 0 7px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  width: 195%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000374}}
.gallery-item.is-expanded .gallery-image > img {
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000380}}
.galleryItem-body {
  position: absolute;
  left: -999em;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  border-bottom: 1px solid #b9babb;
  border-color: rgba(0, 0, 0, 0.2);
  margin-top: -5px;
  background-color: white;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000385}}
.is-expanded .galleryItem-body {
  display: block;
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s, left 0;
  -webkit-transition-delay: 0.15s, 0.15s;
  -moz-transition: -moz-transform 0.2s 0.15s, left 0 0.15s;
  -o-transition: -o-transform 0.2s 0.15s, left 0 0.15s;
  transition: transform 0.2s 0.15s, left 0 0.15s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000399}}
.galleryItem-body > .name {
  color: #58595b;
  font-size: 1em;
  text-transform: uppercase;
}
@media (min-width: 28em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000399}}
  .galleryItem-body > .name {
    font-size: 1.4em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\00003109}}
.galleryItem-body .view-fight {
  letter-spacing: 0.2em;
  text-decoration: none;
  line-height: 1.3;
  padding-top: 0.4em;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\00003117}}
.galleryItem-body > .half {
  padding: 15px 4%;
  width: 50%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\00003122}}
.galleryItem-body > .left {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\00003125}}
.galleryItem-body > .right {
  border-left: 1px solid #dddddd;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\00003129}}
.galleryItem-body > .num-votes {
  color: #939598;
  font-size: 1.3em;
  clear: both;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 15px 4%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\00003140}}
.text-link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #939598;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\00003143}}
.text-link:hover {
  color: #333333;
}

@media (min-width: 37em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000314}}
  .gallery-item-wrapper {
    margin: 0 0.75% 1.5%;
    width: 23.5%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000317}}
  .gallery-item-wrapper:nth-child(2n+1) {
    clear: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000320}}
  .gallery-item-wrapper:nth-child(4n+1) {
    clear: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000323}}
  .gallery-item-wrapper:nth-child(2n) .gallery-item {
    right: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000326}}
  .gallery-item-wrapper:nth-child(4n) .gallery-item {
    right: 0;
  }
}
@media (min-width: 62em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000314}}
  .gallery-item-wrapper {
    margin: 0 0.35% 0.7%;
    width: 19.3%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000317}}
  .gallery-item-wrapper:nth-child(4n+1) {
    clear: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000320}}
  .gallery-item-wrapper:nth-child(5n+1) {
    clear: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000323}}
  .gallery-item-wrapper:nth-child(4n) .gallery-item {
    right: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000326}}
  .gallery-item-wrapper:nth-child(5n) .gallery-item {
    right: 0;
  }
}
@media (min-width: 85em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000314}}
  .gallery-item-wrapper {
    margin: 0 0.35% 0.7%;
    width: 15.967%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000317}}
  .gallery-item-wrapper:nth-child(5n+1) {
    clear: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000320}}
  .gallery-item-wrapper:nth-child(6n+1) {
    clear: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000323}}
  .gallery-item-wrapper:nth-child(5n) .gallery-item {
    right: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_gallery\.scss}line{font-family:\0000326}}
  .gallery-item-wrapper:nth-child(6n) .gallery-item {
    right: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_announcement-box\.scss}line{font-family:\000031}}
.announcementBox {
  color: #58595b;
  background-color: white;
  margin-bottom: 1em;
  text-align: center;
  padding: 1px 1em;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_mixins\.scss}line{font-family:\0000355}}
.announcementBox:before {
  background: url("data:image/gif;base64,R0lGODlhBQAKAMQAAP///9/g4dzd3uLj5OHi48fIyePk5d/f4N3e3+Dh4urq6u/v8Ofo6PP09Pf39+bn5+zs7eHh4tXW1tTV1u7v8NnZ2tLT1Nna297f39XV1uTl5vv7+/z8/N7e39fY2QAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyM0JDRTE0NkIyMjExRTJBMUE0RTNGRDk0QzYxMkIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyM0JDRTE1NkIyMjExRTJBMUE0RTNGRDk0QzYxMkIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODIzQkNFMTI2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODIzQkNFMTM2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABQAKAAAFKeDiAGRRdBuADFYGHMYlKNpEBFXgCQETGIlBZHBAUBoJCeYBEBAgHEAIADs=") 0 50% no-repeat;
  content: "\0000a0";
  position: absolute;
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_mixins\.scss}line{font-family:\0000367}}
.announcementBox:after {
  background: url("data:image/gif;base64,R0lGODlhBQAKAMQAAP///97f3+Lj5Obn6OXm593e3+7v7+fo6N/g4dzd3uDh4tfY2c3Oz9fY2NXW1tna2/Ly8vf39+jo6MrLzP39/d7f4M7Oz87P0Onq6+Tl5vv7+93d3uDg4d/f4AAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBFNjdDQzc3NkIyNTExRTJBMUE0RTNGRDk0QzYxMkIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBFNjdDQzc4NkIyNTExRTJBMUE0RTNGRDk0QzYxMkIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODIzQkNFMTY2QjIyMTFFMkExQTRFM0ZEOTRDNjEyQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEU2N0NDNzY2QjI1MTFFMkExQTRFM0ZEOTRDNjEyQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABQAKAAAFKSAgRgagbcwEWFeGScIzHI2SDAGBKEtQEYcCAhIoBBwATkIgAFAMnUEIADs=") 100% 50% no-repeat;
  content: "\0000a0";
  position: absolute;
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_announcement-box\.scss}line{font-family:\0000317}}
.announcementBox:before, .announcementBox:after {
  top: 50%;
  margin-top: -0.6em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_announcement-box\.scss}line{font-family:\0000325}}
.announcementBox p {
  font-size: 0.8em;
}
@media (min-width: 40em) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_announcement-box\.scss}line{font-family:\0000325}}
  .announcementBox p {
    font-size: 1.1em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/_announcement-box\.scss}line{font-family:\0000332}}
.announcementBox a {
  color: #262627;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\000035}}
.dark-button {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-family: liberatorregular;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 0.4em;
  background: #58595b;
  color: white;
  padding: 0.7em 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000316}}
.dark-button.lil {
  font-size: 0.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000321}}
.dark-button:hover, .dark-button:focus {
  background: #464748 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000326}}
.letter-list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: default;
  margin-bottom: 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000334}}
.letter-list li {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000338}}
.letter-list .last-letter {
  margin-right: 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000342}}
.letter-list a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-family: liberatorregular;
  text-decoration: none;
  font-size: 1.1em;
  padding: 0.5em;
  color: #58595b;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000353}}
.letter-list a:hover, .letter-list a:focus, .letter-list a.current {
  color: black;
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000360}}
.letter-list .best-in-show a {
  color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000366}}
.gallery-title {
  font-family: VoltaBold, Acknowledgement, Georgia, serif;
  letter-spacing: 0.1em;
  font-weight: normal !important;
  font-style: normal !important;
  color: #58595b;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000385}}
.creativesouth .vote-button {
  margin: 1em 0;
  width: 90%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\0000389}}
.creativesouth .voted-message {
  font-family: VoltaBold, Acknowledgement, Georgia, serif;
  letter-spacing: 0.1em;
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  color: #58595b;
  padding: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\00003101}}
.creativesouth .center {
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\00003107}}
.hide-after-voting {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\00003109}}
.prevent-voting .hide-after-voting {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\00003114}}
.show-after-voting {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/var\/www\/html\/thetypefight-ee\.com\/releases\/20151125131501\/scss\/creative-south\.scss}line{font-family:\00003116}}
.prevent-voting .show-after-voting {
  display: block;
}
