/* LESS vars */
/* Normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   $H5BP
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #333;
}
body {
  font-size: 1em;
  line-height: 1.5;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin: 24px 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 18px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  legend {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  legend {
    font-size: 23px;
  }
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   $Global
   ========================================================================== */
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  background: #fffdfa;
  color: #333;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
}
/* Links */
a,
a:link,
a:visited {
  color: #0013ff;
  outline: none;
  text-decoration: none;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -o-transition: color .15s linear;
  -ms-transition: color .15s linear;
  transition: color .15s linear;
}
a:hover,
a:active {
  color: #8e7d6c;
}
a:active {
  color: #7a6652;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/* Containers */
.container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 24px;
  position: relative;
}
@media (min-width: 480px) {
  .container {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 40px;
  }
}
.container > p:last-child,
.container > ol:last-child,
.container > ul:last-child {
  margin-bottom: 0;
}
/* Images */
img.responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ==========================================================================
   $Type
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
blockquote {
  font-weight: 400;
  margin: 0 0 24px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}
h1 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}
h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.015em;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 24px 0 18px 0;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 15px 0;
  text-transform: uppercase;
}
blockquote {
  border-left: 1px solid #c6c6c6;
  font-family: Damion, cursive;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  padding: 0 40px;
}
strong {
  font-weight: 700;
}
.nowrap {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.red {
  color: #7a6652;
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
}
/* ==========================================================================
   $Video-Containers
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   $Forms
   ========================================================================== */
form div.input {
  margin-bottom: 20px;
  position: relative;
}
form div.select select {
  width: 100%;
}
form div.two-column {
  *zoom: 1;
}
form div.two-column:before,
form div.two-column:after {
  content: " ";
  display: table;
}
form div.two-column:after {
  clear: both;
}
@media (min-width: 768px) {
  form div.two-column > div.input {
    float: left;
    width: 50%;
  }
  form div.two-column > div.input:nth-child(odd) {
    padding-right: 2.5%;
  }
  form div.two-column > div.input:nth-child(even) {
    padding-left: 2.5%;
  }
  form div.two-column.phone-with-dnc > div.input:nth-child(2) {
    padding-top: 35px;
  }
}
form > button,
form > a.button {
  min-width: 115px;
}
label {
  display: block;
  cursor: pointer;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 3px;
  max-width: 285px;
}
label .normal {
  font-weight: normal;
}
input,
textarea {
  border-radius: 0;
  /* Remove iOS default */
}
a.button,
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="submit"],
textarea {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 0px;
  box-shadow: 0 1px 0 #fff;
  font: 16px/22px Montserrat, Arial, Helvetica, sans-serif;
  padding: 8px 12px;
  outline: none;
  -webkit-appearance: none;
  /* Remove iOS default */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
a.button[disabled],
button[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled],
input[type="submit"][disabled],
textarea[disabled] {
  background: #fafafa;
  border-color: #f6f6f6;
  color: #777;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="submit"] {
  height: 42px;
}
input[type="submit"],
a.button,
button {
  padding: 9px 14px;
}
input[type="submit"][disabled],
a.button[disabled],
button[disabled] {
  background: #fafafa;
  border-color: #f6f6f6;
  color: #ccc;
}
input[type="submit"][disabled]:hover,
a.button[disabled]:hover,
button[disabled]:hover {
  background: #eaeaea;
  color: #ccc;
}
button[type="submit"] {
  position: relative;
}
button[type="submit"]:after {
  background-image: url('../img/ajax_loader.gif');
  background-repeat: no-repeat;
  display: none;
  content: '';
  width: 16px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -5px;
}
button[type="submit"].disabled:after {
  display: block;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="submit"],
textarea,
select {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width: 100%;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="tel"]:active,
input[type="number"]:active,
input[type="submit"]:active,
textarea:active,
select:active,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  border-color: #d6d6d6;
  outline: none;
}
select {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 0px;
  box-shadow: none;
  font: 16px/22px Montserrat, Arial, Helvetica, sans-serif;
  height: 42px;
  padding: 8px 7px;
  outline: none;
  display: inline-block;
  width: auto;
  -webkit-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -o-transition: border .2s linear;
  -ms-transition: border .2s linear;
  transition: border .2s linear;
}
select[disabled] {
  background: #efefef;
  color: #777;
}
select#limiter-dropdown {
  height: auto;
}
a.button,
button,
input[type=submit] {
  background-color: #555;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: auto;
}
a.button:hover,
button:hover,
input[type=submit]:hover {
  background: #8e7d6c;
}
a.button:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}
a.button:active,
button:active,
input[type=submit]:active {
  background: #7a6652;
  color: #e0e0e0;
  outline: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
button,
a.button {
  margin-top: 15px;
  text-align: center;
}
button .subtext,
a.button .subtext {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
}
button.gray,
a.button.gray {
  background: #ccc;
  min-width: 50px;
}
button.gray:hover,
a.button.gray:hover {
  background: #8e7d6c;
  color: #fff;
}
button.gray:active,
a.button.gray:active {
  background: #7a6652;
  color: #e0e0e0;
}
button.small,
a.button.small {
  background: #dcdcdc;
  box-shadow: none;
  color: #777;
  font-size: 15px;
  margin: 0 0 0 2px;
  min-width: 0;
  position: relative;
  padding: 2px 9px;
  top: -2px;
  vertical-align: middle;
}
button.small:hover,
a.button.small:hover {
  color: #8e7d6c;
}
button.small:active,
a.button.small:active {
  color: #7a6652;
}
/* ==========================================================================
   $Animations
   ========================================================================== */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   $Nav
   ========================================================================== */
#nav {
  background: #8e7d6c;
}
#nav .container {
  padding-top: 7px;
  padding-bottom: 7px;
}
#nav .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav .container ul li {
  display: block;
  text-align: center;
}
#nav .container ul li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  letter-spacing: .01em;
  font-family: Impact, Montserrat, Arial, Helvetica, "sans serif";
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #nav .container ul {
    text-align: right;
  }
  #nav .container ul li {
    margin-right: 15px;
    display: inline-block;
    text-align: right;
  }
  #nav .container ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 860px) {
  #nav .container ul li {
    margin-right: 20px;
  }
  #nav .container ul li a {
    font-size: 22px;
  }
  #nav .container ul li:last-child {
    margin-right: 0;
  }
}
/* ==========================================================================
   $Content
   ========================================================================== */
#brand-avalance-presents {
  margin: 0 auto;
  max-width: 273px;
  width: 80%;
  position: relative;
  z-index: 2;
}
#tycg-logo {
  margin: -6px -20px 20px -20px;
  position: relative;
  z-index: 1;
}
#tycg-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 400px) {
  #tycg-logo {
    margin: -10px 0 20px 0;
  }
}
@media (min-width: 500px) {
  #tycg-logo {
    margin-top: -20px;
  }
}
@media (min-width: 660px) {
  #tycg-logo {
    margin-top: -25px;
  }
}
@media (min-width: 820px) {
  #tycg-logo {
    margin-top: -30px;
  }
}
#content .container {
  overflow: hidden;
}
#content .container img {
  display: block;
  max-width: 100%;
  height: auto;
}
#content .container #widget {
  margin-top: 0;
  margin-left: -24px;
  margin-right: -24px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#content .container #updated-terms {
  margin-top: 30px;
  text-align: center;
}
#content .container #updated-terms a {
  color: #b0b0b0;
  font-size: 11px;
}
#content .container #logos {
  margin-top: 100px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#content .container #logos .logo-container {
  text-align: center;
}
#content .container #logos .logo-container a,
#content .container #logos .logo-container img {
  display: inline-block;
}
@media (min-width: 480px) {
  #content .container #widget {
    margin-left: 0;
    margin-right: 0;
  }
  #content .container #logos {
    margin-top: 140px;
  }
  #content .container #logos .logo-container {
    float: left;
    width: 50%;
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  #content .container {
    padding-top: 30px;
  }
  #content .container #logos {
    max-width: 880px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 30px;
  }
  #content .container #logos .logo-container {
    clear: none !important;
    float: none;
    display: inline-block;
    width: auto !important;
    margin-right: 25px;
  }
  #content .container #logos .logo-container:nth-child(4) {
    clear: left;
  }
  #content .container #logos .logo-container:last-child {
    clear: none;
    width: 50%;
  }
}
@media (min-width: 1100px) {
  #content .container #logos {
    max-width: 940px;
  }
  #content .container #logos .logo-container {
    margin-right: 40px;
  }
  #content .container #logos .logo-container:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #content .container #logos {
    max-width: 1000px;
  }
  #content .container #logos .logo-container {
    margin-right: 55px;
  }
  #content .container #logos .logo-container:last-child {
    margin-right: 0;
  }
}
#prize-content .container {
  overflow: hidden;
}
@media (min-width: 1024px) {
  #prize-content .container {
    margin-bottom: 24px;
  }
}
#prize-content #prizes-headline {
  color: #676767;
  text-align: center;
  font-size: 22px;
  margin: 0 0 28px 0;
}
#prize-content .prize-day {
  margin-top: 22px;
}
#prize-content .prize-day .prize-day-trigger {
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-image: url('img/lock.png');
  background-position: 14px center;
  color: #8e7d6c;
  font-size: 20px;
  font-weight: bold;
  padding: 17px 30px 17px 60px;
  position: relative;
}
#prize-content .prize-day .prize-day-trigger.unlocked {
  background-image: url('img/chevron.png');
  cursor: pointer;
}
#prize-content .prize-day .prize-day-trigger .prize-day-winner {
  color: #333;
  font-weight: 400;
}
@media (min-width: 860px) {
  #prize-content .prize-day .prize-day-trigger .prize-day-winner {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 17px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #prize-content .prize-day .prize-day-trigger {
    font-size: 22px;
  }
}
#prize-content .prize-day .prize-day-expand {
  display: none;
  padding-top: 18px;
}
#prize-content .prize-day .prize-day-expand.current-day {
  display: block;
}
#prize-content .prize-day .prize-day-expand .prize-day-button {
  display: inline-block;
  background: #8e7d6c;
  color: #fff;
  font-size: 18px;
  padding: 8px 18px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}
#prize-content .prize-day .prize-day-expand p {
  margin: 0 0 15px 0;
}
#prize-content .prize-day .prize-day-expand p:last-child {
  margin-bottom: 0;
}
/* ==========================================================================
   $Popups
   ========================================================================== */
#watch-video,
#terms,
#prize-details {
  width: 240px;
}
#watch-video h2,
#terms h2,
#prize-details h2 {
  margin-top: 0;
}
@media (min-width: 480px) {
  #watch-video,
  #terms,
  #prize-details {
    width: 360px;
  }
}
@media (min-width: 600px) {
  #watch-video,
  #terms,
  #prize-details {
    width: 500px;
  }
}
@media (min-width: 860px) {
  #watch-video,
  #terms,
  #prize-details {
    width: 720px;
  }
}
#terms,
#prize-details {
  background: #fff;
  font-size: 14px;
  padding: 10px;
}
#terms > *,
#prize-details > * {
  padding-right: 5px;
}
#terms > :last-child,
#prize-details > :last-child {
  margin-bottom: 0;
}
#prize-details img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#prize-details ol li {
  margin-bottom: 10px;
}
/* ==========================================================================
   $Footer
   ========================================================================== */
#footer {
  background: #2d2f34;
}
#footer p.container {
  color: #e0e0e0;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* ==========================================================================
   $Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   $Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* LG */
  #header,
  #nav,
  #tabs,
  #title-tabs,
  .button.small {
    display: none;
  }
  #footer a:after {
    content: '';
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */