/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,700';
@import 'https://fonts.googleapis.com/css?family=Raleway:400,900';
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* resets:
    - import *after* _normalize.scss
    - helpful, but limited, resets

    note:
        - use restraint
        - this set of styles should be vers small
        - this file is global!
        - use common sense when adding settings to this file
*/
* {
  z-index: 1;
}

h1, h2, h3, h4, h5, h6,
blockquote,
p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

a {
  text-decoration: none;
}

input::-ms-clear {
  display: none;
}

html {
  line-height: 1.2;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* fonts */
@font-face {
  font-family: "bebas_neueregular";
  src: url("fonts/bebasneue-webfont.eot");
  src: url("fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneue-webfont.woff") format("woff"), url("fonts/bebasneue-webfont.ttf") format("truetype"), url("fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("fonts/roboto-medium-webfont.eot");
  src: url("fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-medium-webfont.woff") format("woff"), url("fonts/roboto-medium-webfont.ttf") format("truetype"), url("fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* fonts */
/* colors */
/*  Use "desktop" for default styling, then override with tablet & mobile */
header {
  width: 100%;
  margin: 0 auto;
  height: 126px;
  position: fixed;
  top: 0;
  z-index: 5;
}
header .container {
  z-index: 2;
  text-align: left;
}
header .container.clearfix {
  background-color: #edf1f3;
  margin-top: 0;
  max-width: 1440px;
  width: 100%;
}
header .wrapper {
  padding: 0 75px;
}
header .logo {
  float: left;
  width: 15%;
}
header .logo .logo-main {
  margin: 15px 0;
}
header .mega-menu {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: -4px auto 0;
  padding: 50px 0;
  z-index: 2;
  background: #fbfbfb;
}
header .mega-menu .container {
  text-align: center;
}
header .mega-menu ul {
  display: inline-block;
  width: 257px;
  margin-right: 45px;
  vertical-align: top;
}
header .mega-menu ul:last-child {
  margin-right: 0;
}
header .mega-menu li {
  margin-bottom: 7px;
  padding: 3px 0 3px 10px;
  text-align: left;
}
header .mega-menu li a {
  display: inline-block;
  width: 100%;
  font-family: "robotomedium";
  font-size: 14px;
  color: #575757;
}
header .mega-menu li:hover {
  background: #d22030;
}
header .mega-menu li:hover a {
  color: #fff;
}
header nav {
  display: inline-block;
  float: right;
  margin-top: 50px;
  width: 85%;
  font-family: "PT Sans", sans-serif;
  color: #fff;
}
header nav a {
  color: #444444;
}
header nav li {
  display: inline-block;
}
header nav .main {
  display: block;
  float: left;
}
header nav .main li {
  padding: 5px 10px;
  /* background-image: url(/static/img/global/nav-bar.png); */
  background-repeat: no-repeat;
  background-position: left;
  font-size: 14px;
  position: relative;
}
header nav .main li:first-child {
  background: none;
}
header nav .main li:last-child {
  border: none;
}
header nav .main li:hover a {
  color: #d22030;
}
header nav .main li.active a {
  color: #d22030;
}
header nav .sub {
  display: block;
  float: right;
}
header nav .sub li {
  padding: 5px 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left;
}
header nav .sub li a {
  color: #444444;
}
header nav .sub li a:hover {
  color: #d22030;
}
header nav .sub li:first-child {
  background: none;
}
header.small {
  height: 94px;
}
header.small .logo-main {
  margin: 10px;
  width: 64px;
}
header.small nav {
  margin-top: 27px;
}

@media screen and (min-width: 640px) and (max-width: 1025px) {
  header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 5;
  }
  header .container {
    z-index: 2;
    text-align: left;
  }
  header .wrapper {
    padding: 0 25px;
  }
  header .mega-menu {
    display: none;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: -25px auto 0;
    padding: 40px 0 50px;
    background: #fbfbfb;
  }
  header .mega-menu .container {
    text-align: center;
  }
  header .mega-menu ul {
    display: inline-block;
    width: 150px;
    margin-right: 25px;
    vertical-align: top;
  }
  header .mega-menu ul:last-child {
    margin-right: 0;
  }
  header .mega-menu li {
    margin-bottom: 7px;
    padding: 3px 0 3px 10px;
    text-align: left;
  }
  header .mega-menu li a {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #575757;
  }
  header .mega-menu li:hover {
    background: #dc1a28;
  }
  header .mega-menu li:hover a {
    color: #fff;
  }
  header nav {
    display: inline-block;
    float: right;
  }
  header nav li {
    display: inline-block;
  }
  header nav .main {
    display: inline-block;
  }
  header nav .main li {
    padding: 5px 8px;
    /* background-image: url(/static/img/global/nav-bar.png); */
    background-repeat: no-repeat;
    background-position: left;
    font-size: 13px;
    position: relative;
  }
  header nav .main li:first-child {
    background: none;
  }
  header nav .main li:last-child {
    border: none;
  }
  header nav .sub {
    display: inline-block;
  }
  header nav .sub li {
    padding: 5px 8px;
    font-size: 13px;
    /* background-image: url(/static/img/global/nav-bar.png); */
    background-repeat: no-repeat;
    background-position: left;
  }
  header nav .sub li:first-child {
    background: none;
  }
}
/* conditional statement to only load mobile goes here */
/*  Use "desktop" for default styling, then override with tablet & mobile */
footer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px 0 35px;
  background-color: #000;
}
footer .container {
  text-align: left;
}
footer .container.off {
  padding-bottom: 35px;
  border-bottom: solid 1px #363636;
}
footer ul {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 230px;
  padding: 0 0 0 40px;
  vertical-align: top;
  border-right: solid 1px #363636;
  z-index: 2;
}
footer ul li {
  margin-bottom: 7px;
}
footer ul li:first-child {
  font-family: "bebas_neueregular";
  font-size: 20px;
  color: #fff;
}
footer ul li a {
  font-family: "robotomedium";
  font-size: 13px;
  color: #444;
}
footer ul:nth-child(4) {
  border-right: 0;
}
footer ul.social-section li {
  display: inline-block;
  margin-right: 15px;
}
footer ul.social-section li:first-child {
  display: block;
}
footer ul.social-section li.learn {
  clear: both;
  display: block;
  font-family: "bebas_neueregular";
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
footer ul.links {
  padding-left: 0;
}
footer .links {
  width: 100%;
  height: 17px;
  margin-top: 60px;
  border: none;
}
footer .links li {
  display: inline-block;
  padding: 0 10px 0 5px;
  border-right: solid 1px #444;
  font-family: arial;
  font-size: 13px;
  color: #444;
}
footer .links li a {
  font-family: arial;
}
footer .links li:first-child {
  font-size: 13px;
  /* padding-left: 150px; */
}
footer .links li:nth-last-child(2) {
  border: none;
}
footer .links li:last-child {
  border: none;
  float: right;
}
footer .rules {
  font-family: arial;
  font-size: 10px;
  color: #444;
  margin: 40px 0 0 0;
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
  footer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 45px 0 60px;
    background-color: #000;
  }
  footer .container {
    text-align: left;
  }
  footer .container.off {
    padding-bottom: 35px;
    border-bottom: solid 1px #363636;
  }
  footer ul {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 190px;
    padding: 0 0 0 20px;
    vertical-align: top;
    border-right: solid 1px #363636;
    z-index: 2;
  }
  footer ul li {
    margin-bottom: 7px;
  }
  footer ul li:first-child {
    font-family: "bebas_neueregular";
    font-size: 20px;
    color: #fff;
  }
  footer ul li a {
    font-family: "robotomedium";
    font-size: 13px;
    color: #444;
  }
  footer ul:nth-child(4) {
    border-right: 0;
  }
  footer ul.social-section li {
    display: inline-block;
    margin-right: 15px;
  }
  footer ul.social-section li:first-child {
    display: block;
  }
  footer ul.pod-section {
    border: none;
    position: absolute;
    right: 27px;
    top: 95px;
  }
  footer ul.pod-section li:first-child {
    display: block;
  }
  footer ul.links {
    padding-left: 0;
  }
}
/* conditional statement to only load mobile goes here */
/*  Use "desktop" for default styling, then override with tablet & mobile */
.sponsors {
  display: none;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 0 60px;
  border-top: solid 1px #d9d9d9;
  background: #fff;
}
.sponsors h1 {
  margin-bottom: 50px;
  font-family: "bebas_neueregular";
  font-size: 24px;
  font-weight: 100;
  color: #444;
  text-transform: uppercase;
}
/* conditional statement to only load mobile goes here */
/*  Use "desktop" for default styling, then override with tablet & mobile */
body {
  /* background: url(/static/img/global/bg.gif) top center repeat-y #e4e5e7; */
  font-family: "roboto";
}

* {
  z-index: 1;
}

.container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5, h6, blockquote, p {
  font-weight: 100;
}

a {
  color: #d22030;
}

.clickable {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.box {
  display: inline-block;
  float: left;
  width: 400px;
  text-align: center;
}
.box img {
  width: 100%;
}
.box .info {
  margin: 20px auto 0;
  font-family: "robotomedium";
  font-size: 16px;
  color: #444;
  text-align: center;
  line-height: 1.5em;
}
.box .cta {
  margin: 25px auto 0;
}

.cta {
  display: inline-block;
  padding: 10px 45px;
  border: solid 3px #d22030;
  background-color: #d22030;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.cta.big {
  font-size: 28px;
  font-weight: 700;
}

.modal {
  padding: 46px 63px;
  background: #fff;
  text-align: center;
}
.modal h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 66px;
  text-transform: uppercase;
}
.modal p {
  font-size: 13px;
}
.modal .input_wrapper {
  width: 410px;
  margin-right: 65px;
  margin-bottom: 20px;
  text-align: left;
}
.modal .input_wrapper:nth-child(2n+0) {
  margin-right: 0;
}
.modal .input_wrapper .label {
  font-size: 14px;
  margin-bottom: 10px;
}
.modal .input_wrapper input {
  background: #fff;
  width: 100%;
  height: 35px;
  border: solid 1px #e2e2e2;
  padding-left: 10px;
}
.modal .notification_error {
  color: #d22030;
  padding: 5px 0 20px;
}
.modal#login_modal p {
  padding: 36px 0 15px;
}
.modal#login_modal .btn_lostpassword {
  font-size: 14px;
  float: left;
}
.modal#login_modal .needhelp {
  font-size: 14px;
  float: right;
}
.modal#login_modal .cta {
  margin-top: 40px;
}
.modal#login_modal .success {
  padding-top: 45px;
}
.modal#lostpassword_modal h1 {
  font-size: 46px;
}
.modal#lostpassword_modal #lostpassword_status {
  margin-top: 36px;
}
.modal#resend_modal h1 {
  font-size: 46px;
}
.modal#resend_modal #resend_status {
  margin-top: 36px;
}

.social {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 110px 0 75px;
  background-color: #fff;
}
.social .container {
  width: 1312px;
}
.social .main-title {
  display: inline-block;
  margin-top: -25px;
  padding: 20px 50px;
  border: solid 14px #d22030;
  font-family: "bebas_neueregular";
  font-size: 128px;
  color: #d22030;
}
.social .sub-title {
  display: inline-block;
  background-color: #edf1f3;
  z-index: 2;
  position: relative;
  padding: 0 20px;
  font-family: "robotomedium";
  font-size: 40px;
  font-weight: 100;
  color: #444;
  text-transform: uppercase;
}
.social p.text {
  width: 950px;
  margin: 80px auto 0;
  font-family: "robotomedium";
  font-size: 25px;
  line-height: 1.5em;
}
.social .icons-social {
  margin-top: 65px;
}
.social .social-boxes {
  margin-top: 0;
}
.social .social-boxes li {
  position: relative;
  display: block;
  float: left;
  width: 404px;
  height: 404px;
  margin: 0 40px 35px 0;
  border: none;
  vertical-align: top;
  text-align: left;
  /* box-shadow: 0px 10px 15px #b5b8ba; */
}
.social .social-boxes li:nth-child(3n+3) {
  margin: 0 0 35px 0;
}
.social .social-boxes li .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.social .social-boxes li .icon {
  position: relative;
  margin: 15px 0 0 15px;
  z-index: 2;
  display: none;
}
.social .social-boxes li .photo {
  position: absolute;
  z-index: 1;
  left: 0;
}
.social .social-boxes li .obj-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.social .social-boxes li.poll {
  background: #393939;
  color: #fff;
  text-align: center;
}
.social .social-boxes li.poll h1 {
  font-size: 35px;
  font-family: "bebas_neueregular";
  text-align: center;
  margin: 38px 0 22px;
}
.social .social-boxes li.poll .question {
  font-size: 17px;
  color: #a2aaaf;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.social .social-boxes li.poll .a .q {
  font-size: 14.5px;
  text-align: left;
  margin: 0 0 15px 43px;
}
.social .social-boxes li.poll .a .q input {
  margin-right: 5px;
}
.social .social-boxes li.poll .a .cta {
  font-size: 19px;
  color: #fff;
  border-color: #fff;
  padding: 8px 35px;
  margin: 15px auto;
}
.social .social-boxes li.poll .b {
  display: none;
}
.social .social-boxes li.poll .b .q {
  font-size: 14.5px;
  text-align: left;
  margin: 0 0 5px 43px;
}
.social .social-boxes li.poll .b .q input {
  margin-right: 5px;
}
.social .social-boxes li.poll .b .bar {
  margin: 0 0 10px 43px;
  width: 75%;
  height: 5px;
  background: #999;
}
.social .social-boxes li.poll .b .bar .results {
  width: 0;
  background-color: #dc1a28;
  height: 5px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.social .social-boxes li.poll .b .share {
  position: absolute;
  bottom: 32px;
  text-align: center;
  left: 50%;
  margin-left: -94px;
}
.social .social-boxes li.facts {
  background: #dc1a28;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.social .social-boxes li.facts h1 {
  font-size: 35px;
  font-family: "bebas_neueregular";
  text-align: center;
  margin: 38px 0 22px;
}
.social .social-boxes li.facts .a .question {
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.social .social-boxes li.facts .a .icon {
  background: url(/static/img/home/icon-facts.png);
  width: 117px;
  height: 117px;
  display: block;
  margin: 0 auto;
}
.social .social-boxes li.facts .a .cta {
  font-size: 17px;
  color: #fff;
  border: none;
  padding: 14px 35px;
  margin: 15px auto;
  font-family: "Roboto", sans-serif;
}
.social .social-boxes li.facts .b {
  display: none;
}
.social .social-boxes li.facts .b .answer {
  font-family: "bebas_neueregular";
  font-size: 40px;
  margin: 80px 0;
}
.social .social-boxes li.facts .b .share {
  position: absolute;
  bottom: 32px;
  text-align: center;
  left: 50%;
  margin-left: -94px;
}
.social .social-boxes li.funfacts {
  color: #fff;
  text-align: center;
}
.social .social-boxes li.funfacts h1 {
  font-size: 40px;
  font-family: "bebas_neueregular";
  text-align: center;
  margin: 225px 0 22px;
  position: relative;
  z-index: 2;
}
.social .social-boxes li.funfacts .fact {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.social .social-boxes li.terms {
  background: #d22030;
  color: #fff;
  text-align: center;
}
.social .social-boxes li.terms h1 {
  font-size: 35px;
  font-family: "bebas_neueregular";
  text-align: center;
  margin: 80px 0 0;
}
.social .social-boxes li.terms .definition {
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0 10px;
}
.social .social-boxes li.terms .icon {
  background: url(/static/img/home/icon-equals.png);
  width: 39px;
  height: 24px;
  display: block;
  margin: 28px auto;
}
.social .social-boxes li.terms .cta {
  font-size: 17px;
  color: #fff;
  border: none;
  padding: 14px 35px;
  margin: 15px auto;
  font-family: "Roboto", sans-serif;
}
.social .social-boxes li.btn_shout {
  float: left;
}
.social .social-boxes li.text .title {
  font-size: 13px;
  font-weight: 400;
  color: #959ca0;
  margin: 120px 0 35px 50px;
  line-height: 1.3;
}
.social .social-boxes li.text .title a {
  color: inherit;
}
.social .social-boxes li.text .title span {
  color: #d22030;
  font-size: 36px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.social .social-boxes li.text .content {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  line-height: 1.6;
  color: #222222;
  padding: 0 50px;
}
.social .social-boxes li.text .author {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 14px;
  color: #959ca0;
}
.social .social-boxes li.text .date {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 14px;
  color: #959ca0;
}
.social .social-boxes li.text.shoutout {
  background: url(/static/img/global/bg-so.png) #fff;
}
.social .social-boxes li.text.twitter {
  background: url(/static/img/global/bg-tw.png) #55acee;
}
.social .social-boxes li.text.twitter .content {
  color: #fff;
  font-size: 20px;
  margin-top: 110px;
}
.social .social-boxes li.text.twitter .content a {
  color: #fff;
}
.social .social-boxes li.text.twitter .content a:hover {
  text-decoration: underline;
}
.social .social-boxes li.text.twitter .author {
  color: #fff;
}
.social .social-boxes li.text.twitter .date {
  color: #fff;
}
.social .cta {
  margin-top: 70px;
  padding: 20px 70px;
}

#talent_modal {
  background: url(/static/img/global/popup_talent.jpg) #fff no-repeat;
}
#talent_modal.modal {
  height: 288px;
}
#talent_modal.modal .button {
  height: 55px;
  width: 169px;
  background: none;
  cursor: pointer;
}
#talent_modal.modal .btn_enter {
  bottom: 20px;
  position: absolute;
  right: 214px;
}
#talent_modal.modal .btn_tickets {
  bottom: 20px;
  position: absolute;
  right: 24px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  body {
    background: url(/static/img/global/bg.gif) top center repeat-y #e4e5e7;
    font-family: "roboto";
    padding-top: 75px;
  }

  * {
    z-index: 1;
  }

  .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  h1, h2, h3, h4, h5, h6, blockquote, p {
    font-weight: 100;
  }

  a {
    color: #d22030;
  }

  .clickable {
    cursor: pointer;
  }

  .hidden {
    display: none !important;
  }

  .box {
    display: inline-block;
    float: left;
    width: 400px;
    text-align: center;
  }
  .box img {
    width: 100%;
  }
  .box .info {
    margin: 20px auto 0;
    font-family: "robotomedium";
    font-size: 16px;
    color: #444;
    text-align: center;
    line-height: 1.5em;
  }
  .box .cta {
    margin: 25px auto 0;
  }

  .cta {
    display: inline-block;
    padding: 10px 45px;
    font-size: 21px;
    text-transform: uppercase;
  }
  .cta.big {
    font-size: 28px;
  }

  .modal {
    padding: 46px 63px;
    background: #fff;
    text-align: center;
  }
  .modal h1 {
    font-family: "bebas_neueregular";
    font-size: 96px;
  }
  .modal p {
    font-size: 13px;
  }
  .modal .input_wrapper {
    width: 410px;
    margin-right: 65px;
    margin-bottom: 20px;
    text-align: left;
  }
  .modal .input_wrapper:nth-child(2n+0) {
    margin-right: 0;
  }
  .modal .input_wrapper .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .modal .input_wrapper input {
    background: #fff;
    width: 100%;
    height: 35px;
    border: solid 1px #e2e2e2;
    padding-left: 10px;
  }
  .modal .notification_error {
    color: #d22030;
    padding: 5px 0 20px;
  }
  .modal#login_modal p {
    padding: 36px 0 15px;
  }
  .modal#login_modal .btn_lostpassword {
    font-size: 14px;
    float: left;
  }
  .modal#login_modal .needhelp {
    font-size: 14px;
    float: right;
  }
  .modal#login_modal .cta {
    margin-top: 40px;
  }
  .modal#login_modal .success {
    padding-top: 45px;
  }
  .modal#lostpassword_modal h1 {
    font-size: 46px;
  }
  .modal#lostpassword_modal #lostpassword_status {
    margin-top: 36px;
  }
  .modal#resend_modal h1 {
    font-size: 46px;
  }
  .modal#resend_modal #resend_status {
    margin-top: 36px;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#home .hero {
  position: relative;
  width: 100%;
  max-width: 1440px;
  max-height: 556px;
  margin: 130px auto 0;
  overflow: hidden;
  background: url("../img/home/slide-1b.jpg?nocache=1") no-repeat top center #fff;
  background-size: cover;
}
#home .hero img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#home .hero video {
  width: 100%;
  display: block;
}
#home .hero .cta {
  position: absolute;
  top: 505px;
  left: 162px;
  padding: 13px 55px;
  border: solid 3px #fff;
  font-size: 28px;
  color: #fff;
}
#home .hero .overlay {
  width: 100%;
  min-height: 100%;
  height: 470px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}
#home .actions {
  background-color: #edf1f3;
}
#home .actions h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  padding: 20px;
  text-transform: uppercase;
}
#home .actions .container {
  max-width: 1440px;
  width: 100%;
  padding: 40px 0 80px;
}
#home .actions .container .padding {
  padding: 0 50px;
}
#home .actions .container .box {
  display: inline-block;
  float: left;
  width: 330px;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
#home .actions .container .box img {
  width: 100%;
  display: block;
}
#home .actions .container .box .info {
  bottom: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: left;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
#home .actions .container .box .info p {
  padding: 20px 20px 20px;
  line-height: 1em;
}
#home .actions .container .box .info a {
  padding: 0 20px 20px;
  width: 100%;
  display: none;
}
#home .actions .container .box .info a img {
  display: inline-block;
}
#home .actions .container .box .info.active {
  margin: -105px auto 0;
  background-color: rgba(210, 32, 48, 0.8);
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
#home .actions .container .box .info.active a {
  display: block;
  /* animation-name: fadeIn;
  -webkit-animation-name: fadeIn; 

  animation-duration: .5s;   
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;     

  visibility: visible !important;  */
}
@keyframes slideUp {
  0% {
    transform: translateY(30%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(30%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
#home .actions .container .box a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#home .actions .container .box a img {
  width: auto;
}
#home .actions .container .box.last {
  margin-right: 0;
}
#home .actions .container .box.hover {
  margin: -105px auto 0;
}
#home .actions .container .box.hover a {
  display: block;
}
#home .subhero {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 556px;
  margin: 80px auto 0;
  background: url("../img/home/slide-2.jpg?nocache=1") no-repeat top center;
  background-size: cover;
}
#home .subhero .cta {
  position: absolute;
  top: 505px;
  left: 162px;
  padding: 13px 55px;
  border: solid 3px #fff;
  font-size: 28px;
  color: #fff;
}
#home .socialhero {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 556px;
  margin: 80px auto;
  background: url("../img/home/slide-3.jpg?nocache=1") no-repeat top center;
  background-size: cover;
}
#home .socialhero .cta {
  position: absolute;
  top: 505px;
  left: 162px;
  padding: 13px 55px;
  border: solid 3px #fff;
  font-size: 28px;
  color: #fff;
}
#home .social {
  background-color: #edf1f3;
  padding: 80px 0;
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
  #home .hero {
    /* min-height: 480px; */
    margin: 55px auto 0;
  }
  #home .actions {
    padding: 40px 0;
  }
  #home .actions .container {
    max-width: 1440px;
    width: 100%;
    padding: 0;
  }
  #home .actions .container .box {
    display: inline-block;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 275px;
  }
  #home .actions .container .box img {
    width: 100%;
    display: block;
  }
  #home .actions .container .box .info {
    bottom: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    width: 100%;
  }
  #home .actions .container .box .info p {
    padding: 20px 20px 20px;
    line-height: 1em;
  }
  #home .actions .container .box .info a {
    padding: 0 20px 20px;
    width: 100%;
    display: none;
  }
  #home .actions .container .box .info a img {
    display: inline-block;
  }
  #home .actions .container .box .info.active {
    margin: -105px auto 0;
    background-color: rgba(210, 32, 48, 0.8);
  }
  #home .actions .container .box .info.active a {
    display: block;
  }
  #home .actions .container .box a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  #home .actions .container .box a img {
    width: auto;
  }
  #home .actions .container .box.last {
    margin-right: 0;
  }
  #home .actions .container .box.hover {
    margin: -105px auto 0;
  }
  #home .actions .container .box.hover a {
    display: block;
  }
  #home .tickets h1 {
    width: 100%;
  }
  #home .subhero {
    background: url("../img/home/slide-2b.jpg?nocache=1") no-repeat top center;
    min-height: 440px;
    margin: 60px auto 0;
  }
  #home .socialhero {
    min-height: 440px;
    margin: 60px auto 0;
  }
  #home .social {
    margin: 60px auto 0;
  }
  #home .social .container {
    max-width: 100%;
    width: 860px;
  }
  #home .social .social-boxes li {
    margin: 0 13px 35px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  #home .subhero {
    min-height: 400px;
  }
  #home .socialhero {
    min-height: 400px;
  }
  #home .social {
    margin: 60px auto 0;
  }
  #home .social .container {
    max-width: 100%;
    width: 404px;
  }
  #home .social .social-boxes li {
    margin: 0 13px 35px;
  }
}
/* conditional statement to only load mobile goes here */
/*  Use "desktop" for default styling, then override with tablet & mobile */
#bands .heading {
  position: relative;
  width: 100%;
  margin-top: 120px;
  padding: 80px 0;
}
#bands .heading .main-title {
  font-family: "Raleway", sans-serif;
  font-size: 74px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
#bands .heading .sub-text {
  font-family: "robotomedium";
  font-size: 21px;
  color: #444;
  margin-top: 20px;
}
#bands .heading .sub-nav {
  margin-top: 90px;
}
#bands .heading .sub-nav li {
  display: inline-block;
}
#bands .heading .sub-nav li a {
  padding: 15px 50px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #444;
}
#bands .heading .sub-nav li a:hover {
  background-color: #d22030;
  color: #fff;
}
#bands .heading .sub-nav li a.active {
  background-color: #d22030;
  color: #fff;
}
#bands .heading .icon-devices {
  position: absolute;
  right: 0;
  top: 75px;
}
#bands .band-section, #bands .final8-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 60px;
  background: #edf1f3;
}
#bands .band-section .container, #bands .final8-section .container {
  text-align: left;
  width: 1300px;
}
#bands .band-section .notice, #bands .final8-section .notice {
  color: #000;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 auto 90px;
  padding: 15px;
  width: 90%;
}
#bands .band-section .notice.mb50, #bands .final8-section .notice.mb50 {
  margin-bottom: 50px;
}
#bands .band-section .section-title, #bands .final8-section .section-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}
#bands .band-section .section-title.active, #bands .final8-section .section-title.active {
  color: #d22030;
}
#bands .band-section .section-text, #bands .final8-section .section-text {
  margin-top: 15px;
  margin-bottom: 23px;
  font-family: "robotomedium";
  color: #595353;
  line-height: 1.6;
  width: 65%;
}
#bands .band-section .section-success, #bands .final8-section .section-success {
  display: none;
  margin-top: 15px;
  margin-bottom: 23px;
  font-family: "robotomedium";
  font-size: 21px;
}
#bands .band-section .section-subtext, #bands .final8-section .section-subtext {
  margin-top: 15px;
  font-family: "robotomedium";
  font-size: 13px;
  color: #959ca0;
  font-style: italic;
}
#bands .band-section .section-subtext img, #bands .final8-section .section-subtext img {
  float: left;
  margin: -12px 7px 0 0;
}
#bands .band-section .cta.off, #bands .final8-section .cta.off {
  position: absolute;
  right: 0;
  top: 93px;
  border-color: #d22030;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
}
#bands .band-section .band-list, #bands .final8-section .band-list {
  width: 1260px;
  margin: 40px auto 0;
}
#bands .band-section .band-list li, #bands .final8-section .band-list li {
  position: relative;
  display: inline-block;
  width: 404px;
  height: 526px;
  margin: 0 20px 25px 0;
  /* border: solid 8px #fff; */
  background-color: #fff;
  /* box-shadow: 0px 10px 15px #b5b8ba; */
  text-align: center;
}
#bands .band-section .band-list li:nth-child(3n), #bands .final8-section .band-list li:nth-child(3n) {
  margin-right: 0;
}
#bands .band-section .band-list li .main-img, #bands .final8-section .band-list li .main-img {
  width: 100%;
  max-width: 404px;
}
#bands .band-section .band-list li .u2, #bands .final8-section .band-list li .u2 {
  background: url(/static/img/bands/icon-u2-border.png);
  width: 78px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#bands .band-section .band-list li .f8, #bands .final8-section .band-list li .f8 {
  background: url(/static/img/bands/final8.png);
  width: 124px;
  height: 124px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#bands .band-section .band-list li .rollover, #bands .final8-section .band-list li .rollover {
  display: none;
  position: absolute;
  width: 404px;
  height: 404px;
  top: 0;
  left: 0;
  background-color: rgba(210, 32, 48, 0.7);
}
#bands .band-section .band-list li .rollover .cta, #bands .final8-section .band-list li .rollover .cta {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -75px;
  padding: 15px 30px;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  border: solid 1px #fff;
  color: #fff;
  background: none;
  text-transform: capitalize;
}
#bands .band-section .band-list li .school-title, #bands .final8-section .band-list li .school-title {
  margin-top: 20px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #202020;
}
#bands .band-section .band-list li .vote, #bands .final8-section .band-list li .vote {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 45px 10px 21px;
  border: solid 2px #edf1f3;
  border-radius: 0;
  text-align: left;
  background-image: url(/static/img/bands/icon-check-off.jpg);
  background-repeat: no-repeat;
  background-position: 100px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #959ca0;
}
#bands .band-section .band-list li .vote:hover, #bands .final8-section .band-list li .vote:hover {
  background-image: url(/static/img/bands/icon-check-on.jpg);
  background-color: #d22030;
  border: solid 2px #d22030;
  color: #fff;
}
#bands .band-section .band-list li .vote.active, #bands .final8-section .band-list li .vote.active {
  background-image: url(/static/img/bands/icon-check-on.jpg);
  background-color: #d22030;
  background-position: 68px;
  border: solid 2px #dc1a28;
  color: #fff;
}
#bands .band-section .band-list li .vote img, #bands .final8-section .band-list li .vote img {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
#bands .band-section .band-list li .view, #bands .final8-section .band-list li .view {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 11px 8px 11px;
  border: solid 2px #edf1f3;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 79px;
  font-family: "bebas_neueregular";
  font-size: 16px;
  text-transform: uppercase;
  color: #959ca0;
}
#bands .band-section .band-list li .view:hover, #bands .final8-section .band-list li .view:hover {
  background-color: #dc1a28;
  border: solid 2px #dc1a28;
  color: #fff;
}
#bands .band-section .cta.submit, #bands .final8-section .cta.submit {
  position: relative;
  margin: 65px auto 0 -129px;
  left: 50%;
  border-color: #d22030;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
}
#bands .band-section .cta.btn_backtobands, #bands .final8-section .cta.btn_backtobands {
  display: none;
  position: relative;
  margin: 65px auto 0 -129px;
  left: 50%;
  border-color: #d22030;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
}
#bands .band-section .cta.btn_backtobands.off, #bands .final8-section .cta.btn_backtobands.off {
  position: absolute;
  right: 0;
  top: -22px;
  left: auto;
}
#bands .band-section .cta.btn_final8, #bands .final8-section .cta.btn_final8 {
  border-color: #d22030;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  right: 20px;
}
#bands .band-section .cta.btn_gettickets, #bands .final8-section .cta.btn_gettickets {
  border-color: #000;
  font-size: 28px;
  color: #000;
}
#bands .band-section .tomorrow, #bands .final8-section .tomorrow {
  font-size: 25px;
  text-align: center;
  padding: 50px 0;
  color: #d22030;
}
#bands .band-section .voting ul.band-results, #bands .final8-section .voting ul.band-results {
  margin: 40px 0;
}
#bands .band-section .voting ul.band-results li, #bands .final8-section .voting ul.band-results li {
  position: relative;
  display: inline-block;
  width: 572px;
  height: 195px;
  margin: 0 20px 25px 30px;
  padding: 35px 0;
  border: solid 8px #fff;
  background-color: #fff;
  /* box-shadow: 0px 10px 15px #b5b8ba; */
  font-size: 16px;
  text-align: center;
}
#bands .band-section .voting ul.band-results li:nth-child(2n), #bands .final8-section .voting ul.band-results li:nth-child(2n) {
  margin-right: 0;
}
#bands .band-section .voting ul.band-results li .school-title, #bands .final8-section .voting ul.band-results li .school-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 29px;
  margin: -4px 30px 17px;
  border-top: solid 1px #d22030;
  padding: 20px 0;
  border-bottom: solid 1px #d22030;
}
#bands .band-section .voting ul.band-results li .share, #bands .final8-section .voting ul.band-results li .share {
  margin-top: 30px;
}
#bands .band-section .voting ul.band-results li p, #bands .final8-section .voting ul.band-results li p {
  color: #444444;
  font-size: 14px;
}
#bands .final8-section {
  display: none;
}
#bands .selection-section {
  display: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 60px;
  background: #edf1f3;
  font-family: "roboto";
}
#bands .selection-section .container {
  width: 1241px;
}
#bands .selection-section .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
#bands .selection-section .sub-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #959ca0;
  font-size: 16px;
  margin-top: 15px;
}
#bands .selection-section .diagram3 {
  background: url("/static/img/bands/selection_bg.png") no-repeat scroll center 0 transparent;
  height: 747px;
  margin: 42px auto 0;
  padding-bottom: 100px;
  width: 861px;
}
#bands .selection-section .diagram3 .copy {
  float: left;
  width: 299px;
  margin-right: 36px;
  font-size: 14px;
  padding: 213px 0 0 56px;
  text-align: left;
}
#bands .selection-section .diagram3 .copy p {
  line-height: 1.6;
  padding-top: 20px;
}
#bands .selection-section .diagram3 .title {
  color: #d22030;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
#bands .selection-section .diagram3 .rc {
  margin-right: 0;
  margin-left: 80px;
}
#bands .selection-section .diagram3 ul {
  list-style-type: disc;
}
#bands .selection-section .diagram3 ul li {
  margin: 0 0 0 12px;
  line-height: 1.6;
}
#bands .selection-section .notice {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  margin: 40px 0;
}
#bands .selection-section .notice a {
  color: #d22030;
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
  #bands .heading {
    position: relative;
    height: 260px;
    width: 100%;
    padding: 30px 0;
    margin-top: 130px;
  }
  #bands .heading .icon-devices {
    position: absolute;
    right: 0;
    top: 75px;
  }
  #bands .band-section .container {
    text-align: left;
    max-width: 1018px;
    width: 100%;
  }
  #bands .band-section .band-list {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  #bands .band-section .band-list li {
    position: relative;
    display: inline-block;
    width: 330px;
    height: 455px;
    margin: 0 10px 25px 0;
    /* border: solid 8px #fff; */
    background-color: #fff;
    /* box-shadow: 0px 10px 15px #b5b8ba; */
    text-align: center;
  }
  #bands .band-section .band-list li:nth-child(3n) {
    margin-right: 0;
  }
  #bands .band-section .band-list li .main-img {
    width: 100%;
    max-width: 404px;
  }
  #bands .band-section .band-list li .u2 {
    background: url(/static/img/bands/icon-u2-border.png);
    width: 78px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #bands .band-section .band-list li .f8 {
    background: url(/static/img/bands/final8.png);
    width: 95px;
    height: 95px;
    display: block;
    position: absolute;
    top: -3px;
    left: -5px;
  }
  #bands .band-section .band-list li .rollover {
    display: none;
    position: absolute;
    width: 330px;
    height: 330px;
    top: 0;
    left: 0;
    background-color: rgba(210, 32, 48, 0.7);
  }
  #bands .band-section .band-list li .rollover .cta {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -75px;
    padding: 15px 30px;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    border: solid 1px #fff;
    color: #fff;
    background: none;
    text-transform: capitalize;
  }
  #bands .band-section .band-list li .school-title {
    margin-top: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: #202020;
  }
  #bands .band-section .band-list li .vote {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 45px 10px 21px;
    border: solid 2px #edf1f3;
    border-radius: 0;
    text-align: left;
    background-image: url(/static/img/bands/icon-check-off.jpg);
    background-repeat: no-repeat;
    background-position: 100px;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #959ca0;
  }
  #bands .band-section .band-list li .vote:hover {
    background-image: url(/static/img/bands/icon-check-on.jpg);
    background-color: #d22030;
    border: solid 2px #d22030;
    color: #fff;
  }
  #bands .band-section .band-list li .vote.active {
    background-image: url(/static/img/bands/icon-check-on.jpg);
    background-color: #d22030;
    background-position: 68px;
    border: solid 2px #dc1a28;
    color: #fff;
  }
  #bands .band-section .band-list li .vote img {
    position: relative;
    top: 1px;
    margin-left: 3px;
  }
  #bands .band-section .band-list li .view {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 11px 8px 11px;
    border: solid 2px #edf1f3;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 79px;
    font-size: 16px;
    text-transform: uppercase;
    color: #959ca0;
  }
  #bands .band-section .band-list li .view:hover {
    background-color: #dc1a28;
    border: solid 2px #dc1a28;
    color: #fff;
  }
  #bands .band-section .tomorrow {
    font-size: 25px;
    text-align: center;
    padding: 50px 0;
    color: #d22030;
  }
  #bands .band-section .voting ul.band-results {
    margin: 40px auto;
    width: 572px;
  }
  #bands .band-section .voting ul.band-results li {
    position: relative;
    display: inline-block;
    width: 572px;
    margin: 0 20px 25px 0;
    padding: 35px 0;
    border: solid 8px #fff;
    background-color: #fff;
    box-shadow: 0px 10px 15px #b5b8ba;
    font-size: 16px;
    text-align: center;
  }
  #bands .band-section .voting ul.band-results li:nth-child(2n) {
    margin-right: 0;
  }
  #bands .band-section .voting ul.band-results li .school-title {
    font-size: 42px;
    margin: 7px;
  }
  #bands .band-section .voting ul.band-results li .share {
    margin-top: 30px;
  }
  #bands .selection-section {
    display: none;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0 60px;
    background: #edf1f3;
    font-family: "roboto";
  }
  #bands .selection-section .container {
    width: 1000px;
  }
  #bands .selection-section .section-title {
    font-family: "bebas_neueregular";
    font-size: 48px;
    text-transform: uppercase;
  }
  #bands .selection-section .sub-title {
    font-weight: 400;
    color: #959ca0;
    font-size: 21px;
    margin-top: 15px;
  }
  #bands .selection-section .diagram3 {
    background: url("/static/img/bands/selection_bg.png") no-repeat scroll 0 0 transparent;
    background-size: 100%;
    height: 600px;
    margin: 42px auto 0;
    padding-bottom: 100px;
    width: 100%;
  }
  #bands .selection-section .diagram3 .copy {
    float: left;
    width: 240px;
    margin-right: 87px;
    margin-left: 25px;
    font-size: 13px;
    padding: 148px 0 0;
    text-align: left;
  }
  #bands .selection-section .diagram3 .copy p {
    line-height: 1.6;
    padding-top: 20px;
  }
  #bands .selection-section .diagram3 .title {
    color: #d22030;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
  }
  #bands .selection-section .diagram3 .lc {
    margin-left: 205px;
  }
  #bands .selection-section .diagram3 .rc {
    margin-left: 55px;
    margin-right: 0;
  }
  #bands .selection-section .diagram3 ul {
    list-style-type: disc;
  }
  #bands .selection-section .diagram3 ul li {
    margin: 0 0 0 12px;
    line-height: 1.6;
  }
  #bands .selection-section .notice {
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  #bands .selection-section .notice a {
    color: #d22030;
  }
}
@media screen and (min-width: 640px) and (max-width: 1020px) {
  #bands .heading {
    position: relative;
    height: 255px;
    width: 100%;
    padding: 30px 0;
    margin-top: 80px;
  }
  #bands .heading .icon-devices {
    position: absolute;
    right: 0;
    top: 75px;
  }
  #bands .band-section .container {
    text-align: left;
    max-width: 715px;
    width: 100%;
  }
  #bands .band-section .band-list {
    max-width: 100%;
    width: 404px;
    margin-top: 40px;
  }
  #bands .band-section .band-list li {
    position: relative;
    display: inline-block;
    width: 404px;
    height: 525px;
    margin: 0 20px 25px 0;
    /* border: solid 8px #fff; */
    background-color: #fff;
    /* box-shadow: 0px 10px 15px #b5b8ba; */
    text-align: center;
  }
  #bands .band-section .band-list li:nth-child(2n) {
    margin-right: 0;
  }
  #bands .band-section .band-list li:nth-child(3n) {
    margin-right: 40px;
  }
  #bands .band-section .band-list li .main-img {
    width: 100%;
    max-width: 404px;
  }
  #bands .band-section .band-list li .u2 {
    background: url(/static/img/bands/icon-u2-border.png);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #bands .band-section .band-list li .f8 {
    background: url(/static/img/bands/final8.png);
    width: 95px;
    height: 95px;
    display: block;
    position: absolute;
    top: -3px;
    left: -5px;
  }
  #bands .band-section .band-list li .rollover {
    display: none;
    position: absolute;
    width: 404px;
    height: 404px;
    top: 0;
    left: 0;
    background-color: rgba(210, 32, 48, 0.7);
  }
  #bands .band-section .band-list li .rollover .cta {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -75px;
    padding: 15px 30px;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    border: solid 1px #fff;
    color: #fff;
    background: none;
    text-transform: capitalize;
  }
  #bands .band-section .band-list li .school-title {
    margin-top: 20px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: #202020;
  }
  #bands .band-section .band-list li .vote {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 45px 10px 21px;
    border: solid 2px #edf1f3;
    border-radius: 0;
    text-align: left;
    background-image: url(/static/img/bands/icon-check-off.jpg);
    background-repeat: no-repeat;
    background-position: 100px;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #959ca0;
  }
  #bands .band-section .band-list li .vote:hover {
    background-image: url(/static/img/bands/icon-check-on.jpg);
    background-color: #d22030;
    border: solid 2px #d22030;
    color: #fff;
  }
  #bands .band-section .band-list li .vote.active {
    background-image: url(/static/img/bands/icon-check-on.jpg);
    background-color: #d22030;
    background-position: 68px;
    border: solid 2px #dc1a28;
    color: #fff;
  }
  #bands .band-section .band-list li .vote img {
    position: relative;
    top: 1px;
    margin-left: 3px;
  }
  #bands .band-section .band-list li .view {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 11px 8px 11px;
    border: solid 2px #edf1f3;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 79px;
    font-family: "bebas_neueregular";
    font-size: 16px;
    text-transform: uppercase;
    color: #959ca0;
  }
  #bands .band-section .band-list li .view:hover {
    background-color: #dc1a28;
    border: solid 2px #dc1a28;
    color: #fff;
  }
  #bands .band-section .tomorrow {
    font-size: 25px;
    text-align: center;
    padding: 50px 0;
    color: #d22030;
  }
  #bands .band-section .voting ul.band-results {
    margin: 40px auto;
    width: 572px;
  }
  #bands .band-section .voting ul.band-results li {
    position: relative;
    display: inline-block;
    width: 572px;
    height: 151px;
    margin: 0 20px 25px 0;
    padding: 35px 0;
    border: solid 8px #fff;
    background-color: #fff;
    box-shadow: 0px 10px 15px #b5b8ba;
    font-size: 16px;
    text-align: center;
  }
  #bands .band-section .voting ul.band-results li:nth-child(2n) {
    margin-right: 0;
  }
  #bands .band-section .voting ul.band-results li .school-title {
    font-family: "bebas_neueregular";
    font-size: 42px;
    margin: 7px;
  }
  #bands .band-section .voting ul.band-results li .share {
    margin-top: 30px;
  }
}
/* conditional statement to only load mobile goes here */
/*  Use "desktop" for default styling, then override with tablet & mobile */
#band-detail .container {
  max-width: 1440px;
  width: 100%;
}
#band-detail .info .main-title {
  margin-top: 170px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 74px;
  color: #202020;
  text-align: uppercase;
}
#band-detail .info .sub-title {
  margin-top: 20px;
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  color: #d22030;
}
#band-detail .info .separator {
  margin: 18px auto;
  height: 1px;
  width: 58px;
  border: none;
  color: #edf1f3;
  background-color: #edf1f3;
}
#band-detail .info .band-info li {
  display: inline-block;
  margin-right: 40px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #202020;
}
#band-detail .info .band-info li:nth-child(3) {
  margin-right: 0;
}
#band-detail .info .band-info span {
  color: #444;
}
#band-detail .info .cta {
  border-color: #d22030;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  margin: 50px 0 0;
}
#band-detail .info .hero-wrapper {
  position: relative;
}
#band-detail .info .hero-wrapper .f8 {
  background: url(/static/img/band-detail/final8.png);
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#band-detail .info .hero-wrapper .hero {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 556px;
  margin: 68px auto 0;
  background: url("../img/band-detail/hero.jpg?nocache=1") no-repeat top center;
  background-size: cover;
  z-index: 1;
}
#band-detail .info .mosaic {
  position: relative;
  margin-top: 50px;
  width: 100%;
}
#band-detail .info .mosaic ul li {
  display: inline-block;
  float: left;
  width: 33%;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#band-detail .info .mosaic ul li img {
  width: 404px;
  height: 404px;
}
#band-detail .info .mosaic ul li .obj-center {
  width: 43px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -22px;
}
#band-detail .info .bio {
  background: #edf1f3;
  padding: 55px 75px;
  margin-top: 35px;
  text-align: center;
}
#band-detail .info .bio h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #202020;
  text-align: uppercase;
  padding-bottom: 30px;
}
#band-detail .info .bio p {
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: left;
}
#band-detail .info .social-info {
  margin-top: 50px;
  padding-bottom: 45px;
  text-align: center;
  border-bottom: solid 1px #c3cbd0;
}
#band-detail .info .social-info .icon-ig {
  margin-left: 15px;
}
#band-detail .info .social-info .text {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -4px;
  font-family: "robotomedium";
  font-size: 16px;
  color: #444;
}
#band-detail .info .social-info .text span {
  color: #d22030;
}
#band-detail .social {
  background-color: #edf1f3;
}
#band-detail .social .container {
  max-width: 1300px;
  width: 100%;
}
#band-detail .social .sub-nav {
  text-align: left;
}
#band-detail .social .sub-nav li {
  display: inline-block;
}
#band-detail .social .sub-nav li a {
  padding: 5px 15px;
  font-family: "robotomedium";
  font-size: 15px;
  color: #444;
}
#band-detail .social .sub-nav li a.active {
  background-color: #dee2e4;
  border-radius: 20px;
  color: #000;
}
#band-detail .social .social-boxes {
  margin: 0 auto;
}
#band-detail #shoutout {
  color: #222222;
}
#band-detail #shoutout h1 {
  font-size: 48px;
  font-family: raleway;
  font-weight: 700;
  text-transform: uppercase;
}
#band-detail #shoutout .form {
  z-index: 1;
}
#band-detail #shoutout .forband {
  margin-top: 15px;
  font-size: 18px;
  color: #d22030;
  font-family: "PT Sans", sans-serif;
}
#band-detail #shoutout .description {
  margin: 35px 0 35px 0;
  font-size: 16px;
}
#band-detail #shoutout textarea {
  width: 470px;
  height: 170px;
  border: solid 1px #e3e3e3;
  padding: 15px;
  margin-bottom: 10px;
  reize: none;
}
#band-detail #shoutout .add-comment-button {
  float: right;
  color: #fff;
  border-color: #d22030;
}
#band-detail #shoutout .comment-approval {
  margin-top: 20px;
}
#band-detail #wordDown_counter {
  font-size: 14px;
  float: left;
}
#band-detail #wordDown_count {
  color: #C7101C;
  font-weight: bold;
}
#band-detail .loginmsg {
  margin: 0 0 8px 0;
  font-size: 16px;
}
#band-detail .notlogged {
  position: absolute;
  left: 5px;
  top: 260px;
  width: 610px;
  height: 150px;
  z-index: 6;
  text-align: center;
}
#band-detail .notlogged_bg {
  background: none repeat scroll 0 0 #fff;
  height: 302px;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 228px;
  width: 628px;
  z-index: 5;
}
#band-detail .cta {
  border-color: #d22030;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
  #band-detail .info .main-title {
    margin-top: 185px;
    font-size: 68px;
    color: #202020;
    text-align: uppercase;
  }
  #band-detail .info .sub-title {
    margin-top: 20px;
    font-family: "robotomedium";
    font-size: 21px;
    color: #444;
  }
  #band-detail .info .separator {
    margin: 18px auto;
    height: 1px;
    width: 58px;
    border: none;
    color: #edf1f3;
    background-color: #edf1f3;
  }
  #band-detail .info .band-info li {
    display: inline-block;
    margin-right: 40px;
    font-family: "robotomedium";
    font-size: 15px;
    color: #202020;
  }
  #band-detail .info .band-info li:nth-child(3) {
    margin-right: 0;
  }
  #band-detail .info .band-info span {
    color: #444;
  }
  #band-detail .info .mosaic {
    margin-top: 50px;
    width: 100%;
  }
  #band-detail .info .mosaic ul {
    display: inline-block;
    float: left;
  }
  #band-detail .info .mosaic ul li {
    display: inline-block;
    float: left;
    width: 50%;
    /*                         &:nth-child(4) {
                                display: none;
                            } */
  }
  #band-detail .info .mosaic ul li img {
    width: 404px;
    height: 404px;
  }
  #band-detail .info .mosaic .section-2 {
    display: inline-block;
    float: left;
  }
  #band-detail .info .mosaic .section-2 li {
    width: 492px;
    height: 480px;
    position: relative;
  }
  #band-detail .info .mosaic .section-2 li img.thumb {
    width: 492px;
    height: 480px;
  }
  #band-detail .info .mosaic .section-2 li .obj-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
  }
  #band-detail .info .mosaic .section-3 {
    display: inline-block;
    float: left;
    width: 492px;
  }
  #band-detail .info .mosaic .section-3 li {
    display: inline-block;
    float: left;
    width: 50%;
    height: 240px;
  }
  #band-detail .info .mosaic .section-3 li img {
    width: 100%;
    height: 240px;
  }
  #band-detail .info .social-info {
    margin-top: 50px;
    padding: 0 15px 35px;
    text-align: left;
  }
  #band-detail .info .social-info .icon-ig {
    margin-left: 15px;
  }
  #band-detail .info .social-info .text {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -4px;
    font-family: "robotomedium";
    font-size: 16px;
    color: #444;
    width: 58%;
  }
  #band-detail .info .social-info .text span {
    color: #d22030;
  }
  #band-detail .info .social-info .cta {
    float: right;
    margin-top: -15px;
    color: #d22030;
    border-color: #d22030;
  }
  #band-detail .social {
    margin: 60px auto 0;
  }
  #band-detail .social .container {
    max-width: 100%;
    width: 860px;
  }
  #band-detail .social .social-boxes li {
    margin: 0 13px 35px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  #band-detail .social .container {
    max-width: 100%;
    width: 404px;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#event-info .header {
  background: url("../img/event-info/header-event-info-2020-c.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 556px;
  width: 100%;
  max-width: 1440px;
  margin: 130px auto 0;
}
#event-info .content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 400px;
}
#event-info .content .sub-nav {
  padding: 45px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
#event-info .content .sub-nav li {
  display: inline-block;
}
#event-info .content .sub-nav li a {
  padding: 15px 15px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #444;
}
#event-info .content .sub-nav li a:hover {
  background-color: #d22030;
  color: #fff;
}
#event-info .content .sub-nav li a.active {
  background-color: #d22030;
  color: #fff;
}
#event-info .content .section {
  padding: 60px 0 90px;
  background-color: #edf1f3;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444;
}
#event-info .content .main-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #202020;
}
#event-info .content .separator {
  margin: 30px auto 40px;
  height: 2px;
  width: 85px;
  border: none;
  color: #202020;
  background-color: #202020;
}
#event-info .content .about-section {
  display: none;
}
#event-info .content .about-section .container {
  max-width: 1180px;
}
#event-info .content .about-section .title {
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
#event-info .content .about-section p {
  line-height: 1.6;
  margin-bottom: 35px;
  text-align: left;
}
#event-info .content .map-section {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0;
}
#event-info .content .map-section .map-wrapper {
  visibility: hidden;
}
#event-info .content .map-section .map-wrapper iframe {
  width: 100%;
  height: 500px;
}
#event-info .content .map-section .map-info {
  margin-top: 60px;
  text-align: left;
}
#event-info .content .map-section .map-info br {
  line-height: 1.6;
}
#event-info .content .map-section .map-info .section-1,
#event-info .content .map-section .map-info .section-2 {
  display: inline-block;
  width: 540px;
}
#event-info .content .map-section .map-info .section-1 .title,
#event-info .content .map-section .map-info .section-2 .title {
  font-weight: 700;
}
#event-info .content .map-section .map-info .section-1 p,
#event-info .content .map-section .map-info .section-2 p {
  line-height: 1.6;
}
#event-info .content .map-section .map-info .section-1 {
  margin: 0 60px 0 45px;
}
#event-info .content .map-section .map-info .section-1 p {
  margin-bottom: 40px;
}
#event-info .content .map-section .map-info .section-2 {
  vertical-align: top;
}
#event-info .content .map-section .map-info .section-2 .cta {
  padding: 10px 25px;
}
#event-info .content .seating-section {
  display: none;
}
#event-info .content .seating-section p {
  line-height: 1.6;
  margin-bottom: 35px;
}
#event-info .content .seating-section p .tickets {
  color: #d22030;
}
#event-info .content .seating-section .cta {
  color: #fff;
  border: 3px solid #d22030;
  margin-bottom: 15px;
}
#event-info .content .perform-section {
  display: none;
  padding: 60px 0 60px;
}
#event-info .content .perform-section p {
  line-height: 1.6;
  margin-bottom: 35px;
}
#event-info .content .perform-section .splash {
  background: url("../img/event-info/performance-order.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 435px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 20px;
}
#event-info .content .perform-section .band-block {
  margin: 0 auto 20px;
  width: 972px;
  background: #FFFFFF;
  border: solid 1px #ececec;
  padding: 3px;
  height: 162px;
}
#event-info .content .perform-section .band-block.special {
  background: #FFFFFF;
  border: none;
  padding: 3px;
  height: 172px;
}
#event-info .content .perform-section .band-block .name {
  font-family: "bebas_neueregular";
  padding-top: 45px;
  width: 788px;
  text-align: center;
  float: left;
  font-size: 40px;
}
#event-info .content .perform-section .band-block .photo {
  width: 162px;
  height: 162px;
  float: right;
  position: relative;
}
#event-info .content .perform-section .band-block .photo img.band {
  width: 162px;
  height: 162px;
}
#event-info .content .perform-section .band-block .final8-sm {
  margin: 0 !important;
  position: absolute;
  right: 0;
  z-index: 2;
}
#event-info .content .perform-section .band-block .n {
  height: 47px;
}
#event-info .content .perform-section .band-block .num {
  width: 121px;
  float: left;
  display: none;
}
#event-info .content .perform-section .cta {
  color: #d22030;
  border: 3px solid #d22030;
  margin: 15px auto;
}
#event-info .content .recruitment-section {
  display: none;
}
#event-info .content .recruitment-section p {
  line-height: 1.6;
  margin: 0 40px 35px;
  text-align: left;
}
#event-info .content .recruitment-section ul {
  margin: 0 auto 50px;
  max-width: 1200px;
  width: 100%;
}
#event-info .content .recruitment-section ul li {
  width: 376px;
  height: 165px;
  border: 7px solid #000;
  float: left;
  margin-right: 15px;
  padding-top: 30px;
}
#event-info .content .recruitment-section ul li .main-title {
  margin-bottom: 10px;
}
#event-info .content .recruitment-section ul li:nth-last-child(2) {
  margin-right: 0;
}
#event-info .content .recruitment-section ul li p {
  text-align: center;
}
#event-info .content .recruitment-section .cta {
  color: #d22030;
  border: 3px solid #d22030;
  margin-top: 71px;
}
#event-info .content .recruitment-section .gallery {
  margin: 0 auto;
  z-index: 3;
  max-width: 938px;
}
#event-info .content .recruitment-section .tborder {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 59px;
  height: 43px;
  border: 2px solid #C7101C;
}
#event-info .content .recruitment-section .photo {
  height: 560px;
  margin: 15px 0 10px 0;
}
#event-info .content .recruitment-section .thumb {
  margin-right: 8.6px;
}
#event-info .content .recruitment-section .mr-0 {
  margin-right: 0px;
}
#event-info .content .recruitment-section .alignleft {
  float: left;
}
#event-info .content .recruitment-section .clear {
  clear: both;
}
#event-info .content .faq-section, #event-info .content .eventdayinfo-section {
  display: none;
}
#event-info .content .faq-section .container, #event-info .content .eventdayinfo-section .container {
  max-width: 1180px;
}
#event-info .content .faq-section .section-1,
#event-info .content .faq-section .section-2, #event-info .content .eventdayinfo-section .section-1,
#event-info .content .eventdayinfo-section .section-2 {
  text-align: left;
  float: left;
  width: 540px;
}
#event-info .content .faq-section .section-1 .title,
#event-info .content .faq-section .section-2 .title, #event-info .content .eventdayinfo-section .section-1 .title,
#event-info .content .eventdayinfo-section .section-2 .title {
  font-weight: 700;
}
#event-info .content .faq-section .section-1 .title.ul,
#event-info .content .faq-section .section-2 .title.ul, #event-info .content .eventdayinfo-section .section-1 .title.ul,
#event-info .content .eventdayinfo-section .section-2 .title.ul {
  text-decoration: underline;
}
#event-info .content .faq-section .section-1 .title.it,
#event-info .content .faq-section .section-2 .title.it, #event-info .content .eventdayinfo-section .section-1 .title.it,
#event-info .content .eventdayinfo-section .section-2 .title.it {
  font-style: italic;
}
#event-info .content .faq-section .section-1 p,
#event-info .content .faq-section .section-2 p, #event-info .content .eventdayinfo-section .section-1 p,
#event-info .content .eventdayinfo-section .section-2 p {
  line-height: 1.6;
}
#event-info .content .faq-section .section-2, #event-info .content .eventdayinfo-section .section-2 {
  margin-left: 95px;
}
#event-info .content .guest-section {
  display: none;
}
#event-info .content .guest-section .module {
  background: #fff;
  width: 1200px;
  padding: 85px 0;
}
#event-info .content .guest-section .module p {
  line-height: 1.6;
  margin-bottom: 35px;
}
#event-info .content .guest-section .module h1 {
  color: #d22030;
  font-family: "bebas_neueregular";
  font-size: 58px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#event-info .content .guest-section .module .bold {
  font-weight: 700;
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
  body#event-info {
    padding-top: 0px;
  }

  #event-info .header {
    background: url("../img/event-info/header-event-info-2020-c.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 434px;
    width: 100%;
    max-width: 1440px;
    margin: 125px auto 0;
  }
  #event-info .content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 400px;
  }
  #event-info .content .section {
    padding: 60px 0 90px;
    background-color: #edf1f3;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #444;
  }
  #event-info .content .about-section {
    display: none;
  }
  #event-info .content .about-section .title {
    font-weight: 700;
    line-height: 1.6;
    padding: 0 60px;
  }
  #event-info .content .about-section p {
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 0 60px;
  }
  #event-info .content .map-section {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
  #event-info .content .map-section .map-wrapper {
    visibility: hidden;
  }
  #event-info .content .map-section .map-wrapper iframe {
    width: 100%;
    height: 500px;
  }
  #event-info .content .map-section .map-info {
    margin-top: 60px;
    text-align: left;
  }
  #event-info .content .map-section .map-info br {
    line-height: 1.6;
  }
  #event-info .content .map-section .map-info .section-1,
#event-info .content .map-section .map-info .section-2 {
    display: inline-block;
    width: auto;
    padding: 0 40px;
  }
  #event-info .content .map-section .map-info .section-1 .title,
#event-info .content .map-section .map-info .section-2 .title {
    font-weight: 700;
  }
  #event-info .content .map-section .map-info .section-1 p,
#event-info .content .map-section .map-info .section-2 p {
    line-height: 1.6;
  }
  #event-info .content .map-section .map-info .section-1 {
    margin: 0;
  }
  #event-info .content .map-section .map-info .section-1 p {
    margin-bottom: 40px;
  }
  #event-info .content .map-section .map-info .section-2 {
    vertical-align: top;
  }
  #event-info .content .map-section .map-info .section-2 .cta {
    padding: 10px 25px;
  }
  #event-info .content .seating-section {
    display: none;
  }
  #event-info .content .seating-section p {
    line-height: 1.6;
    margin-bottom: 35px;
  }
  #event-info .content .seating-section p .tickets {
    color: #d22030;
  }
  #event-info .content .seating-section .cta {
    color: #fff;
    border: 3px solid #d22030;
    margin-bottom: 15px;
  }
  #event-info .content .seating-section .seating-chart img {
    width: 80%;
  }
  #event-info .content .perform-section {
    display: none;
    padding: 60px 0 0;
  }
  #event-info .content .perform-section p {
    line-height: 1.6;
    margin-bottom: 35px;
  }
  #event-info .content .perform-section .splash {
    background: url("../img/event-info/performance-order.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 774px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  #event-info .content .recruitment-section {
    display: none;
  }
  #event-info .content .recruitment-section p {
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 0 40px;
  }
  #event-info .content .recruitment-section ul {
    width: 376px;
    margin: 0 auto;
  }
  #event-info .content .recruitment-section ul li {
    width: 376px;
    height: 165px;
    border: 7px solid #000;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #event-info .content .recruitment-section ul li .main-title {
    margin-bottom: 10px;
  }
  #event-info .content .recruitment-section ul li:nth-last-child(2) {
    margin-right: 0;
  }
  #event-info .content .recruitment-section .cta {
    color: #d22030;
    border: 3px solid #d22030;
    margin-top: 71px;
  }
  #event-info .content .faq-section, #event-info .content .eventdayinfo-section {
    display: none;
  }
  #event-info .content .faq-section .lead, #event-info .content .eventdayinfo-section .lead {
    padding: 0 40px;
  }
  #event-info .content .faq-section .section-1,
#event-info .content .faq-section .section-2, #event-info .content .eventdayinfo-section .section-1,
#event-info .content .eventdayinfo-section .section-2 {
    text-align: left;
    float: left;
    width: auto;
    padding: 0 40px;
  }
  #event-info .content .faq-section .section-1 .title,
#event-info .content .faq-section .section-2 .title, #event-info .content .eventdayinfo-section .section-1 .title,
#event-info .content .eventdayinfo-section .section-2 .title {
    font-weight: 700;
  }
  #event-info .content .faq-section .section-1 p,
#event-info .content .faq-section .section-2 p, #event-info .content .eventdayinfo-section .section-1 p,
#event-info .content .eventdayinfo-section .section-2 p {
    line-height: 1.6;
  }
  #event-info .content .faq-section .section-2, #event-info .content .eventdayinfo-section .section-2 {
    margin-left: 0;
  }
  #event-info .content .guest-section {
    display: none;
  }
  #event-info .content .guest-section .module {
    background: #fff;
    width: 1200px;
    padding: 85px 0;
  }
  #event-info .content .guest-section .module p {
    line-height: 1.6;
    margin-bottom: 35px;
  }
  #event-info .content .guest-section .module h1 {
    color: #d22030;
    font-family: "bebas_neueregular";
    font-size: 58px;
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  #event-info .content .guest-section .module .bold {
    font-weight: 700;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#invitational-showcase .container {
  max-width: 100%;
}
#invitational-showcase .header {
  padding: 180px 0 40px;
  text-align: center;
}
#invitational-showcase .header .main-title {
  font-family: "bebas_neueregular";
  font-size: 86px;
  color: #202020;
}
#invitational-showcase .boxes {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 0 120px;
  background: #edf1f3;
}
#invitational-showcase .boxes li {
  position: relative;
  float: left;
  width: 400px;
  text-align: center;
}
#invitational-showcase .boxes li .main-img {
  width: 400px;
  height: 240px;
  vertical-align: top;
}
#invitational-showcase .boxes li .title {
  padding: 40px 0;
  background: #fff;
  font-family: "bebas_neueregular";
  font-size: 26px;
  color: #202020;
}
#invitational-showcase .boxes li:hover .title {
  background: #000;
  color: #fff;
}
#invitational-showcase .assets {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 0 120px;
  background: #edf1f3;
  position: relative;
}
#invitational-showcase .assets .gallery {
  width: 749px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#invitational-showcase .assets .showcase-wrapper {
  width: 749px;
  margin: 0 auto;
}
#invitational-showcase .assets .crumb {
  font-size: 16px;
  font-weight: 500;
}
#invitational-showcase .assets .crumb a {
  color: #959ca0;
}
#invitational-showcase .assets .highlights {
  padding: 10px 30px;
  font-size: 13px;
  color: #5f5f5f;
}
#invitational-showcase .assets .arrow {
  position: absolute;
  top: 45%;
}
#invitational-showcase .assets .arrow.prev {
  left: 50px;
}
#invitational-showcase .assets .arrow.next {
  right: 50px;
}
#invitational-showcase .assets .tborder {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 81px;
  height: 61px;
  border: 2px solid #C7101C;
}
#invitational-showcase .assets .photo, #invitational-showcase .assets .video {
  width: 749px;
  height: 421px;
  margin: 15px 0 14px 0;
}
#invitational-showcase .assets .thumb {
  margin-right: 14px;
  float: left;
  position: relative;
}
#invitational-showcase .assets .thumb.mr-0 {
  margin-right: 0;
}
#invitational-showcase .assets .bands {
  position: relative;
  width: 749px;
  margin: 0 auto;
  z-index: 3;
}
#invitational-showcase .assets .band {
  width: 241px;
  margin: 0 10px 30px 0;
}
#invitational-showcase .assets .band .title {
  font-size: 14px;
  margin: 14px 0 0 5px;
}
#invitational-showcase .assets .share {
  position: absolute;
  left: 715px;
  top: 70px;
  text-align: center;
  color: #5f5f5f;
  z-index: 5;
}
#invitational-showcase .assets .text4 {
  padding-bottom: 10px;
}
#invitational-showcase .assets .btnlike {
  position: relative;
  padding: 0 30px;
  z-index: 5;
}
#invitational-showcase .assets .fb-comments {
  padding: 0 30px;
  margin: 15px 0 0 0;
}
#invitational-showcase .assets .section_bottom_image_footer {
  display: none;
}
#invitational-showcase .assets .obj-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -12px;
}

#invitational-showcase .header {
  padding: 180px 0 40px;
  text-align: center;
}
#invitational-showcase .header .main-title {
  font-family: "bebas_neueregular";
  font-size: 86px;
  color: #202020;
}
#invitational-showcase .boxes {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 0 120px;
  background: #edf1f3;
}
#invitational-showcase .boxes .container {
  width: 1128px;
}
#invitational-showcase .boxes li {
  position: relative;
  float: left;
  width: 376px;
  text-align: center;
}
#invitational-showcase .boxes li .main-img {
  width: 376px;
  height: auto;
  vertical-align: top;
}
#invitational-showcase .boxes li .title {
  padding: 40px 0;
  background: #fff;
  font-family: "bebas_neueregular";
  font-size: 26px;
  color: #202020;
}
#invitational-showcase .boxes li:hover .title {
  background: #000;
  color: #fff;
}
#invitational-showcase .assets {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 120px;
  background: #edf1f3;
  position: relative;
}
#invitational-showcase .assets .gallery {
  width: 749px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#invitational-showcase .assets .showcase-wrapper {
  width: 749px;
  margin: 0 auto;
}
#invitational-showcase .assets .crumb {
  font-size: 16px;
  font-weight: 500;
}
#invitational-showcase .assets .crumb a {
  color: #959ca0;
}
#invitational-showcase .assets .highlights {
  padding: 10px 30px;
  font-size: 13px;
  color: #5f5f5f;
}
#invitational-showcase .assets .arrow {
  position: absolute;
  top: 45%;
}
#invitational-showcase .assets .arrow.prev {
  left: 50px;
}
#invitational-showcase .assets .arrow.next {
  right: 50px;
}
#invitational-showcase .assets .tborder {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 81px;
  height: 61px;
  border: 2px solid #C7101C;
}
#invitational-showcase .assets .photo, #invitational-showcase .assets .video {
  width: 749px;
  height: 421px;
  margin: 15px 0 14px 0;
}
#invitational-showcase .assets .thumb {
  margin-right: 14px;
  float: left;
  position: relative;
}
#invitational-showcase .assets .thumb.mr-0 {
  margin-right: 0;
}
#invitational-showcase .assets .bands {
  position: relative;
  width: 749px;
  margin: 0 auto;
  z-index: 3;
}
#invitational-showcase .assets .band {
  width: 241px;
  margin: 0 10px 30px 0;
}
#invitational-showcase .assets .band .title {
  font-size: 14px;
  margin: 14px 0 0 5px;
}
#invitational-showcase .assets .share {
  position: absolute;
  left: 715px;
  top: 70px;
  text-align: center;
  color: #5f5f5f;
  z-index: 5;
}
#invitational-showcase .assets .text4 {
  padding-bottom: 10px;
}
#invitational-showcase .assets .btnlike {
  position: relative;
  padding: 0 30px;
  z-index: 5;
}
#invitational-showcase .assets .fb-comments {
  padding: 0 30px;
  margin: 15px 0 0 0;
}
#invitational-showcase .assets .section_bottom_image_footer {
  display: none;
}
#invitational-showcase .assets .obj-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -12px;
}

/*  Use "desktop" for default styling, then override with tablet & mobile */
body#power-dreams {
  padding: 0 !important;
}

#power-dreams .header {
  width: 100%;
  max-width: 1440px;
  margin: 130px auto 0;
  background: url("../img/power-dreams/header-power-dreams-2020-c.jpg") no-repeat top center;
  background-size: 100%;
  height: 250px;
}
#power-dreams .container {
  text-align: left;
}
#power-dreams .container.nominate {
  text-align: center;
}
#power-dreams section {
  padding: 110px 0;
  background-color: #edf1f3;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444;
}
#power-dreams section .container {
  width: 1300px;
}
#power-dreams section .squares {
  text-align: center;
}
#power-dreams section .winner {
  display: inline-block;
  width: 33%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 65px;
}
#power-dreams section .winner .title {
  font-weight: 700;
}
#power-dreams section .winner p {
  line-height: 1.6;
}
#power-dreams section .winner img {
  width: 100%;
}
#power-dreams section .section-2, #power-dreams section .section-4 {
  padding-right: 0;
}
#power-dreams section .section-2 .cta, #power-dreams section .section-4 .cta {
  margin-left: -50px;
}
#power-dreams section .clearfix {
  clear: both;
}
#power-dreams section.winners img {
  width: auto;
}
#power-dreams section.winners h1 {
  text-transform: uppercase;
  margin: 10px 0 0;
}
#power-dreams section.winners h2 {
  color: #d22030;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
#power-dreams section.winners .sub {
  margin-top: 50px;
}
#power-dreams section.previous {
  text-align: center;
  background-color: #fff;
}
#power-dreams section.previous .main-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #202020;
  font-weight: 700;
}
#power-dreams section.previous .main-title.med {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
}
#power-dreams section.previous .main-title.extend {
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-bottom: 35px;
}
#power-dreams section.previous .main-title.lrg {
  font-size: 76px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#power-dreams .info {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px 0px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 16px;
}
#power-dreams .info .main-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #202020;
  font-weight: 700;
}
#power-dreams .info .main-title.med {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
}
#power-dreams .info .main-title.extend {
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-bottom: 70px;
}
#power-dreams .info .main-title.lrg {
  font-size: 60px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#power-dreams .info .btn-details {
  float: right;
  margin-left: 150px;
  margin-bottom: 150px;
}
#power-dreams .info .divider {
  border-left: solid 1px #c2c9cc;
  width: 1px;
  height: 73px;
  margin: 0 auto 37px;
}
#power-dreams .info .separator {
  margin: 30px auto 40px;
  height: 2px;
  width: 85px;
  border: none;
  color: #202020;
  background-color: #202020;
}
#power-dreams .info p {
  line-height: 1.6;
  margin: 0 auto 60px;
}
#power-dreams .info p.notice {
  font-style: italic;
  max-width: 940px;
}
#power-dreams .info p.about {
  margin-top: 20px;
  margin-bottom: 25px;
  max-width: 940px;
}
#power-dreams .info.rules .container {
  text-align: left;
}
#power-dreams .info.rules .container .main-title {
  text-align: center;
}
#power-dreams .info.rules .container ul {
  width: 920px;
  margin: 0 auto;
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 35px;
}
#power-dreams .steps {
  min-height: 400px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0 90px;
  background-color: #edf1f3;
  font-weight: 400;
  color: #444;
}
#power-dreams .steps.you, #power-dreams .steps.waystoenter, #power-dreams .steps.confirm, #power-dreams .steps.done {
  display: none;
}
#power-dreams .steps p {
  line-height: 1.6;
  font-size: 14px;
  padding: 10px 0 0 0;
}
#power-dreams .steps p.review {
  text-align: left;
  padding: 25px 0;
}
#power-dreams .steps p.nopad {
  padding: 0;
}
#power-dreams .steps .main-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #202020;
  margin-bottom: 15px;
  font-weight: 700;
}
#power-dreams .steps .main-title.med {
  font-size: 28px;
  font-weight: 500;
}
#power-dreams .steps .main-title.lrg {
  font-size: 76px;
  font-family: "Raleway", sans-serif;
}
#power-dreams .steps .main-title.final {
  font-size: 32px;
  font-family: "Raleway", sans-serif;
}
#power-dreams .steps .pager {
  position: absolute;
  width: 50px;
  height: 221px;
  display: block;
  left: -173px;
  top: 85px;
}
#power-dreams .steps .pager.one {
  background: url(../img/power-dreams/1.png);
}
#power-dreams .steps .pager.two {
  background: url(../img/power-dreams/2.png);
}
#power-dreams .steps .pager.three {
  background: url(../img/power-dreams/3.png);
}
#power-dreams .steps .container {
  width: 600px;
}
#power-dreams .steps #nominate_form {
  width: 410px;
  margin: 30px auto 50px;
}
#power-dreams .steps .input_wrapper {
  width: 410px;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: left;
}
#power-dreams .steps .input_wrapper:nth-child(2n+0) {
  margin-right: 0;
}
#power-dreams .steps .input_wrapper .label {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}
#power-dreams .steps .input_wrapper input.textinput {
  background: #fff;
  color: #000;
  width: 100%;
  height: 35px;
  border: solid 1px #e2e2e2;
  padding-left: 10px;
}
#power-dreams .steps .input_wrapper input.textinput.youtube {
  width: 615px;
}
#power-dreams .steps .input_wrapper input.textinput.link {
  margin-bottom: 5px;
}
#power-dreams .steps .input_wrapper input.textinput.error {
  border: solid 1px #f00;
}
#power-dreams .steps .input_wrapper.long {
  width: 100%;
  padding: 30px;
  font-size: 14px;
  text-align: center;
}
#power-dreams .steps .errormsg {
  display: none;
  color: #d22030;
  font-size: 18px;
  padding: 5px 20px 20px;
}
#power-dreams .steps .red {
  color: #d22030;
}
#power-dreams .steps .input_wrapper.text {
  margin-top: 20px;
  margin-bottom: 30px;
}
#power-dreams .steps .cta {
  position: relative;
  clear: both;
  margin-top: 30px;
}
#power-dreams .steps .cta.record, #power-dreams .steps .cta.write {
  padding: 18px 70px;
}
#power-dreams .steps .back {
  background: url(../img/power-dreams/btn_back.png) no-repeat;
  font-size: 14px;
  color: #959ca0;
  position: absolute;
  padding-left: 20px;
  left: 0;
  bottom: 20px;
}
#power-dreams .steps.who .addmore {
  cursor: pointer;
}
#power-dreams .steps.who .addmore_fields {
  display: none;
}
#power-dreams .steps.who .notice {
  text-align: center;
  margin-top: 30px;
}
#power-dreams .steps.who .notice a {
  text-decoration: underline;
}
#power-dreams .steps.you .error {
  border: solid 1px #f00;
  width: 420px;
}
#power-dreams .steps.you .checkbox {
  padding: 13px 0 0 10px;
  width: 35px;
  float: left;
}
#power-dreams .steps.you .copy {
  float: left;
  line-height: 1.6;
  margin-left: 40px;
  margin-top: -27px;
  padding: 10px 0 0;
  width: 386px;
}
#power-dreams .steps.waystoenter .back {
  top: 350px;
  bottom: auto;
}
#power-dreams .steps.waystoenter .big {
  font-size: 35px;
  padding: 17px 67px;
}
#power-dreams .steps.recordit {
  /*.qq-upload-button-hover {background:#cc0000;}
  .qq-upload-button-focus {outline:1px dotted black;}*/
}
#power-dreams .steps.recordit .container {
  min-height: 558px;
}
#power-dreams .steps.recordit .upload {
  background: url(../img/power-dreams/bg_upload.png) no-repeat;
  width: 629px;
  height: 196px;
  margin-top: 45px;
  line-height: 17em;
}
#power-dreams .steps.recordit .or {
  color: #a2aaaf;
  font-size: 14px;
  padding: 10px 0;
}
#power-dreams .steps.recordit .cta.inactive {
  background-color: #eee;
  border: 3px solid #a2aaaf;
  color: #a2aaaf;
}
#power-dreams .steps.recordit .error {
  border: solid 1px #f00;
}
#power-dreams .steps.recordit .qq-uploader {
  position: relative;
  width: 100%;
}
#power-dreams .steps.recordit .qq-uploader input {
  font-size: 198px !important;
}
#power-dreams .steps.recordit .qq-upload-button {
  width: 630px;
}
#power-dreams .steps.recordit .qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
  display: none;
}
#power-dreams .steps.recordit .qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
#power-dreams .steps.recordit .qq-upload-drop-area-active {
  background: #FF7171;
}
#power-dreams .steps.recordit .qq-upload-list {
  background: #fff;
  width: 101%;
  margin: 10px 0;
  border: solid 1px #e2e2e2;
  padding: 10px;
  text-align: left;
  display: none;
}
#power-dreams .steps.recordit .qq-upload-error {
  background: #fff;
  width: 101%;
  margin: 10px 0;
  border: solid 1px #f00;
  padding: 10px;
  text-align: left;
  display: none;
}
#power-dreams .steps.recordit .qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
}
#power-dreams .steps.recordit .qq-upload-file, #power-dreams .steps.recordit .qq-upload-spinner, #power-dreams .steps.recordit .qq-upload-size, #power-dreams .steps.recordit .qq-upload-cancel, #power-dreams .steps.recordit .qq-upload-failed-text {
  margin-right: 7px;
}
#power-dreams .steps.recordit .qq-upload-spinner {
  display: inline-block;
  /*background: url("loading.gif");*/
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
#power-dreams .steps.recordit .qq-upload-size, #power-dreams .steps.recordit .qq-upload-cancel {
  font-size: 11px;
}
#power-dreams .steps.recordit .qq-upload-failed-text {
  display: none;
}
#power-dreams .steps.recordit .qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
#power-dreams .steps.writeit .container {
  min-height: 614px;
}
#power-dreams .steps.writeit .cta.inactive {
  background-color: #eee;
  border: 3px solid #a2aaaf;
  color: #a2aaaf;
}
#power-dreams .steps.writeit textarea {
  background: #fff;
  width: 570px;
  height: 349px;
  border: solid 1px #e2e2e2;
  margin-top: 35px;
  padding: 15px;
}
#power-dreams .steps.writeit textarea.error {
  border: solid 1px #f00;
}
#power-dreams .steps.writeit #wordDown_counter {
  padding-top: 10px;
  text-align: right;
  color: #a2aaaf;
  font-size: 14px;
}
#power-dreams .steps.confirm .editinfo {
  cursor: pointer;
}
#power-dreams .steps.confirm .review {
  text-align: left;
  padding: 25px 0;
  line-height: 1.6;
}
#power-dreams .steps.confirm #youtube {
  background: #fff;
  width: 100%;
  border: solid 1px #e2e2e2;
  padding: 10px;
  text-align: left;
  position: relative;
}
#power-dreams .steps.confirm #essay {
  text-align: left;
  display: none;
}
#power-dreams .steps.confirm #essay .label {
  background: #fff;
  width: 100%;
  border: solid 1px #e2e2e2;
  padding: 10px;
  margin-bottom: 10px;
}
#power-dreams .steps.confirm #essay .editessay {
  cursor: pointer;
}
#power-dreams .steps.confirm .x {
  background: url(../img/power-dreams/btn_x.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  right: 10px;
  top: 10px;
}
#power-dreams .steps.done .container {
  padding-top: 140px;
}
#power-dreams .steps.done ul.submitted {
  margin: 40px 0;
}
#power-dreams .steps.done ul.submitted li {
  position: relative;
  display: inline-block;
  width: 572px;
  height: 151px;
  margin: 0 20px 25px 0;
  padding: 35px 0;
  border: solid 8px #fff;
  background-color: #fff;
  box-shadow: 0px 10px 15px #b5b8ba;
  font-size: 16px;
  text-align: center;
}
#power-dreams .steps.done ul.submitted li:nth-child(2n) {
  margin-right: 0;
}
#power-dreams .steps.done ul.submitted li .fullname {
  font-family: "bebas_neueregular";
  font-size: 42px;
  margin: 7px;
}
#power-dreams .steps.done ul.submitted li .share {
  margin-top: 30px;
}
#power-dreams .winner {
  cursor: pointer;
  position: relative;
  display: block;
}
#power-dreams .bio {
  display: none;
}
#power-dreams .rollover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#power-dreams .rollover .cta {
  position: absolute;
  left: 42%;
  top: 105%;
  margin-top: -25px;
  margin-left: -75px;
  padding: 15px 30px;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  border: solid 1px #d22030;
  color: #fff;
  background: #d22030;
  text-transform: capitalize;
}
#power-dreams .rollover .cta1 {
  position: absolute;
  left: 57%;
  top: 105%;
  margin-top: -25px;
  margin-left: -75px;
  padding: 15px 30px;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  border: solid 1px #d22030;
  color: #fff;
  background: #d22030;
  text-transform: capitalize;
}
#power-dreams .rollover img {
  width: auto !important;
}
#power-dreams #pod_modal h1 {
  font-size: 48px;
}
#power-dreams #pod_modal h2 {
  font-size: 26px;
  color: #d22030;
  margin: 10px 0;
}
#power-dreams #pod_modal p {
  padding: 20px 0;
  font-size: 18px;
  text-align: left;
  line-height: 1.3em;
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
  #power-dreams .header {
    width: 100%;
    max-width: 1440px;
    margin: 130px auto 0;
    background: url("../img/power-dreams/header-power-dreams-2020-c.jpg") no-repeat top center;
    background-size: 100%;
    min-height: 200px;
    height: 100%;
  }
  #power-dreams .container {
    text-align: left;
  }
  #power-dreams .container.nominate {
    text-align: center;
  }
  #power-dreams section {
    padding: 60px 0;
    background-color: #edf1f3;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #444;
  }
  #power-dreams section .container {
    max-width: 1440px;
    width: 100%;
  }
  #power-dreams section .clearfix {
    clear: both;
  }
  #power-dreams section.previous {
    text-align: center;
    background-color: #fff;
    text-align: center;
  }
  #power-dreams section.previous .section-1,
#power-dreams section.previous .section-2 {
    text-align: center;
  }
  #power-dreams section.previous img.profile {
    width: 100%;
  }
  #power-dreams .info {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 0 0px;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 16px;
  }
  #power-dreams .info .main-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #202020;
    font-weight: 700;
  }
  #power-dreams .info .main-title.med {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
  }
  #power-dreams .info .main-title.extend {
    font-size: 40px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin-bottom: 50px;
  }
  #power-dreams .info .main-title.lrg {
    font-size: 76px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
  }
  #power-dreams .info .btn-details {
    float: right;
    margin-left: 150px;
    margin-bottom: 150px;
  }
  #power-dreams .info .divider {
    border-left: solid 1px #c2c9cc;
    width: 1px;
    height: 73px;
    margin: 0 auto 37px;
  }
  #power-dreams .info .separator {
    margin: 30px auto 40px;
    height: 2px;
    width: 85px;
    border: none;
    color: #202020;
    background-color: #202020;
  }
  #power-dreams .info p {
    line-height: 1.6;
    margin: 0 auto 40px;
  }
  #power-dreams .info p.notice {
    display: block;
    font-style: italic;
    width: 80%;
    margin: 25px auto 50px;
  }
  #power-dreams .info.rules .container {
    text-align: left;
  }
  #power-dreams .info.rules .container .main-title {
    text-align: center;
  }
  #power-dreams .info.rules .container ul {
    width: 920px;
    margin: 0 auto;
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 35px;
  }
  #power-dreams .info .padding {
    padding: 40px;
  }
  #power-dreams .steps {
    min-height: 400px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 0 90px;
    background-color: #edf1f3;
    font-weight: 400;
    color: #444;
  }
  #power-dreams .steps.you, #power-dreams .steps.waystoenter, #power-dreams .steps.confirm, #power-dreams .steps.done {
    display: none;
  }
  #power-dreams .steps p {
    line-height: 1.6;
    font-size: 14px;
    padding: 10px 0 0 0;
  }
  #power-dreams .steps p.review {
    text-align: left;
    padding: 25px 0;
  }
  #power-dreams .steps p.nopad {
    padding: 0;
  }
  #power-dreams .steps .main-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #202020;
    margin-bottom: 15px;
    font-weight: 700;
  }
  #power-dreams .steps .main-title.med {
    font-size: 28px;
    font-weight: 500;
  }
  #power-dreams .steps .main-title.lrg {
    font-size: 76px;
    font-family: "Raleway", sans-serif;
  }
  #power-dreams .steps .main-title.final {
    font-size: 32px;
    font-family: "Raleway", sans-serif;
  }
  #power-dreams .steps .pager {
    position: absolute;
    width: 50px;
    height: 221px;
    display: block;
    left: -173px;
    top: 85px;
  }
  #power-dreams .steps .pager.one {
    background: url(../img/power-dreams/1.png);
  }
  #power-dreams .steps .pager.two {
    background: url(../img/power-dreams/2.png);
  }
  #power-dreams .steps .pager.three {
    background: url(../img/power-dreams/3.png);
  }
  #power-dreams .steps .container {
    width: 600px;
  }
  #power-dreams .steps #nominate_form {
    width: 410px;
    margin: 30px auto 50px;
  }
  #power-dreams .steps .input_wrapper {
    width: 410px;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  #power-dreams .steps .input_wrapper:nth-child(2n+0) {
    margin-right: 0;
  }
  #power-dreams .steps .input_wrapper .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #power-dreams .steps .input_wrapper input.textinput {
    background: #fff;
    width: 100%;
    height: 35px;
    border: solid 1px #e2e2e2;
    padding-left: 10px;
  }
  #power-dreams .steps .input_wrapper input.textinput.youtube {
    width: 615px;
  }
  #power-dreams .steps .input_wrapper input.textinput.link {
    margin-bottom: 5px;
  }
  #power-dreams .steps .input_wrapper input.textinput.error {
    border: solid 1px #f00;
  }
  #power-dreams .steps .input_wrapper.long {
    width: 100%;
    padding: 30px;
    font-size: 14px;
    text-align: center;
  }
  #power-dreams .steps .errormsg {
    display: none;
    color: #d22030;
    font-size: 18px;
    padding: 5px 20px 20px;
  }
  #power-dreams .steps .red {
    color: #d22030;
  }
  #power-dreams .steps .input_wrapper.text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #power-dreams .steps .cta {
    position: relative;
    clear: both;
    margin-top: 30px;
  }
  #power-dreams .steps .cta.record, #power-dreams .steps .cta.write {
    padding: 18px 70px;
  }
  #power-dreams .steps .back {
    background: url(../img/power-dreams/btn_back.png) no-repeat;
    font-size: 14px;
    color: #959ca0;
    position: absolute;
    padding-left: 20px;
    left: 0;
    bottom: 20px;
  }
  #power-dreams .steps.who .addmore {
    cursor: pointer;
  }
  #power-dreams .steps.who .addmore_fields {
    display: none;
  }
  #power-dreams .steps.who .notice {
    text-align: center;
    margin-top: 30px;
  }
  #power-dreams .steps.who .notice a {
    text-decoration: underline;
  }
  #power-dreams .steps.you .error {
    border: solid 1px #f00;
    width: 420px;
  }
  #power-dreams .steps.you .checkbox {
    padding: 13px 0 0 10px;
    width: 35px;
    float: left;
  }
  #power-dreams .steps.you .copy {
    float: left;
    line-height: 1.6;
    margin-left: 40px;
    margin-top: -27px;
    padding: 10px 0 0;
    width: 386px;
  }
  #power-dreams .steps.waystoenter .back {
    top: 350px;
    bottom: auto;
  }
  #power-dreams .steps.waystoenter .big {
    font-size: 35px;
    padding: 17px 67px;
  }
  #power-dreams .steps.recordit {
    /*.qq-upload-button-hover {background:#cc0000;}
    .qq-upload-button-focus {outline:1px dotted black;}*/
  }
  #power-dreams .steps.recordit .container {
    min-height: 558px;
  }
  #power-dreams .steps.recordit .upload {
    background: url(../img/power-dreams/bg_upload.png) no-repeat;
    width: 629px;
    height: 196px;
    margin-top: 45px;
    line-height: 17em;
  }
  #power-dreams .steps.recordit .or {
    color: #a2aaaf;
    font-size: 14px;
    padding: 10px 0;
  }
  #power-dreams .steps.recordit .cta.inactive {
    background-color: #eee;
    border: 3px solid #a2aaaf;
    color: #a2aaaf;
  }
  #power-dreams .steps.recordit .error {
    border: solid 1px #f00;
  }
  #power-dreams .steps.recordit .qq-uploader {
    position: relative;
    width: 100%;
  }
  #power-dreams .steps.recordit .qq-uploader input {
    font-size: 198px !important;
  }
  #power-dreams .steps.recordit .qq-upload-button {
    width: 630px;
  }
  #power-dreams .steps.recordit .qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
    display: none;
  }
  #power-dreams .steps.recordit .qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
  }
  #power-dreams .steps.recordit .qq-upload-drop-area-active {
    background: #FF7171;
  }
  #power-dreams .steps.recordit .qq-upload-list {
    background: #fff;
    width: 101%;
    margin: 10px 0;
    border: solid 1px #e2e2e2;
    padding: 10px;
    text-align: left;
    display: none;
  }
  #power-dreams .steps.recordit .qq-upload-error {
    background: #fff;
    width: 101%;
    margin: 10px 0;
    border: solid 1px #f00;
    padding: 10px;
    text-align: left;
    display: none;
  }
  #power-dreams .steps.recordit .qq-upload-list li {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
  }
  #power-dreams .steps.recordit .qq-upload-file, #power-dreams .steps.recordit .qq-upload-spinner, #power-dreams .steps.recordit .qq-upload-size, #power-dreams .steps.recordit .qq-upload-cancel, #power-dreams .steps.recordit .qq-upload-failed-text {
    margin-right: 7px;
  }
  #power-dreams .steps.recordit .qq-upload-spinner {
    display: inline-block;
    /*background: url("loading.gif");*/
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
  }
  #power-dreams .steps.recordit .qq-upload-size, #power-dreams .steps.recordit .qq-upload-cancel {
    font-size: 11px;
  }
  #power-dreams .steps.recordit .qq-upload-failed-text {
    display: none;
  }
  #power-dreams .steps.recordit .qq-upload-fail .qq-upload-failed-text {
    display: inline;
  }
  #power-dreams .steps.writeit .container {
    min-height: 614px;
  }
  #power-dreams .steps.writeit .cta.inactive {
    border: 3px solid #a2aaaf;
    color: #a2aaaf;
  }
  #power-dreams .steps.writeit textarea {
    background: #fff;
    width: 570px;
    height: 349px;
    border: solid 1px #e2e2e2;
    margin-top: 35px;
    padding: 15px;
  }
  #power-dreams .steps.writeit textarea.error {
    border: solid 1px #f00;
  }
  #power-dreams .steps.writeit #wordDown_counter {
    padding-top: 10px;
    text-align: right;
    color: #a2aaaf;
    font-size: 14px;
  }
  #power-dreams .steps.confirm .editinfo {
    cursor: pointer;
  }
  #power-dreams .steps.confirm .review {
    text-align: left;
    padding: 25px 0;
    line-height: 1.6;
  }
  #power-dreams .steps.confirm #youtube {
    background: #fff;
    width: 100%;
    border: solid 1px #e2e2e2;
    padding: 10px;
    text-align: left;
    position: relative;
  }
  #power-dreams .steps.confirm #essay {
    text-align: left;
    display: none;
  }
  #power-dreams .steps.confirm #essay .label {
    background: #fff;
    width: 100%;
    border: solid 1px #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
  }
  #power-dreams .steps.confirm #essay .editessay {
    cursor: pointer;
  }
  #power-dreams .steps.confirm .x {
    background: url(../img/power-dreams/btn_x.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 10px;
    top: 10px;
  }
  #power-dreams .steps.done .container {
    padding-top: 140px;
  }
  #power-dreams .steps.done ul.submitted {
    margin: 40px 0;
  }
  #power-dreams .steps.done ul.submitted li {
    position: relative;
    display: inline-block;
    width: 572px;
    height: 151px;
    margin: 0 20px 25px 0;
    padding: 35px 0;
    border: solid 8px #fff;
    background-color: #fff;
    box-shadow: 0px 10px 15px #b5b8ba;
    font-size: 16px;
    text-align: center;
  }
  #power-dreams .steps.done ul.submitted li:nth-child(2n) {
    margin-right: 0;
  }
  #power-dreams .steps.done ul.submitted li .fullname {
    font-family: "bebas_neueregular";
    font-size: 42px;
    margin: 7px;
  }
  #power-dreams .steps.done ul.submitted li .share {
    margin-top: 30px;
  }
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  #power-dreams .header {
    min-height: 150px;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#tickets .header {
  width: 100%;
  max-width: 1440px;
  margin: 130px auto 0;
  background: url("../img/tickets/header-tickets-2020.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 556px;
  position: relative;
}
#tickets .header .event_date {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding-top: 75px;
}
#tickets .header .countdown_timer {
  color: #fff;
  font-size: 72px;
  font-family: "PT Sans", sans-serif;
  width: 880px;
  padding-top: 215px;
  position: absolute;
  right: 30px;
}
@media only screen and (max-width: 1450px) {
  #tickets .header .countdown_timer {
    right: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  #tickets .header .countdown_timer {
    right: 0;
  }
}
@media only screen and (max-width: 1350px) {
  #tickets .header .countdown_timer {
    right: 0;
  }
}
@media only screen and (max-width: 1300px) {
  #tickets .header .countdown_timer {
    right: -20px;
  }
}
@media only screen and (max-width: 1250px) {
  #tickets .header .countdown_timer {
    right: 30px;
  }
}
@media only screen and (max-width: 1225px) {
  #tickets .header .countdown_timer {
    right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #tickets .header .countdown_timer {
    right: 0px;
  }
}
@media only screen and (max-width: 1150px) {
  #tickets .header .countdown_timer {
    right: -10px;
  }
}
@media only screen and (max-width: 1100px) {
  #tickets .header .countdown_timer {
    right: -20px;
  }
}
@media only screen and (max-width: 1000px) {
  #tickets .header .countdown_timer {
    right: -40px;
  }
}
#tickets .header .countdown_timer .is-countdown {
  border: 1px solid #ccc;
  background-color: #eee;
}
#tickets .header .countdown_timer .countdown-rtl {
  direction: rtl;
}
#tickets .header .countdown_timer .countdown-holding span {
  color: #888;
}
#tickets .header .countdown_timer .countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
#tickets .header .countdown_timer .countdown-show1 .countdown-section {
  width: 98%;
}
#tickets .header .countdown_timer .countdown-show2 .countdown-section {
  width: 48%;
}
#tickets .header .countdown_timer .countdown-show3 .countdown-section {
  width: 32.5%;
}
#tickets .header .countdown_timer .countdown-show4 .countdown-section {
  width: 24.5%;
}
#tickets .header .countdown_timer .countdown-show5 .countdown-section {
  width: 19.5%;
}
#tickets .header .countdown_timer .countdown-show6 .countdown-section {
  width: 16.25%;
}
#tickets .header .countdown_timer .countdown-show7 .countdown-section {
  width: 14%;
}
#tickets .header .countdown_timer .countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
#tickets .header .countdown_timer .countdown-section:nth-child(1) {
  margin: 0;
}
#tickets .header .countdown_timer .countdown-section:nth-child(2) {
  margin: 0;
}
#tickets .header .countdown_timer .countdown-section:nth-child(3) {
  margin-right: 0;
}
#tickets .header .countdown_timer .countdown-section:nth-child(4) {
  /*       display: none; */
}
#tickets .header .countdown_timer .countdown-amount {
  font-size: 200%;
  text-align: center;
}
#tickets .header .countdown_timer .countdown-period {
  display: none;
}
#tickets .header .countdown_timer .countdown-descr {
  display: block;
  width: 100%;
}
#tickets .tickets {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0 90px;
  background-color: #edf1f3;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444;
}
#tickets .tickets .module {
  padding: 70px 68px;
  border: 14px solid #000;
  background: #fff;
  text-align: left;
}
#tickets .tickets .module .main-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #202020;
  line-height: 1;
  margin-bottom: 40px;
}
#tickets .tickets .module .sub-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #202020;
}
#tickets .tickets .module .bold {
  font-weight: 700;
}
#tickets .tickets .module .section {
  float: left;
}
#tickets .tickets .module .section p {
  line-height: 1.6;
}
#tickets .tickets .module .section-1 {
  width: 351px;
  margin-right: 40px;
}
#tickets .tickets .module .section-2 {
  /* width: 256px; */
}
#tickets .tickets .module .section-3 {
  background-image: url(/static/img/tickets/divider.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 100px;
}
#tickets .tickets .module.individual .sub-title {
  margin-bottom: 35px;
}
#tickets .tickets .module.group .section-2 {
  width: 645px;
}
#tickets .tickets .module.group .section-2 .sub-title {
  width: 100%;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 21px;
}
#tickets .tickets .module.group .section-2 .ticket-section {
  margin-bottom: 25px;
}
#tickets .tickets .module.group .section-2 .ticket-section .notification_error {
  color: #d22030;
  padding: 5px 0 20px;
}
#tickets .tickets .module.group .section-2 .label {
  float: left;
  margin-bottom: 15px;
  line-height: 2;
  width: 250px;
  text-align: right;
}
#tickets .tickets .module.group .section-2 .field {
  float: right;
  width: 380px;
  margin-bottom: 15px;
}
#tickets .tickets .module.group .section-2 .field input {
  width: 367px;
  border: solid 1px #e2e2e2;
  padding: 5px;
}
#tickets .tickets .module.group .section-2 .field input.ticks {
  width: 50px;
}
#tickets .tickets .module.group .section-2 .red {
  color: #d22030;
}
#tickets .tickets .module.group .section-2 .cta {
  margin-top: 44px;
  font-size: 28px;
  padding: 15px 40px;
}
#tickets .tickets .extra {
  padding: 60px 68px;
}
#tickets .tickets .extra .seating {
  float: left;
}
#tickets .tickets .extra .seating-text {
  float: left;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #444;
  margin-left: 16px;
  padding-top: 29px;
}
#tickets .tickets .extra .seating-text a {
  color: inherit;
}
#tickets .tickets .extra .notice {
  float: right;
  text-align: left;
  width: 665px;
  color: #959ca0;
  font-size: 13px;
  line-height: 1.6;
  font-style: italic;
}
#tickets .tickets .extra .notice .red {
  color: #d22030;
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
  #tickets .header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: url("../img/tickets/header-tickets-2020.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 434px;
  }
  #tickets .header .countdown_timer {
    color: #fff;
    font-size: 62px;
    padding-top: 150px;
    width: 728px;
    margin: 0 auto;
  }
  #tickets .header .countdown_timer .is-countdown {
    border: 1px solid #ccc;
    background-color: #eee;
  }
  #tickets .header .countdown_timer .countdown-rtl {
    direction: rtl;
  }
  #tickets .header .countdown_timer .countdown-holding span {
    color: #888;
  }
  #tickets .header .countdown_timer .countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
  }
  #tickets .header .countdown_timer .countdown-show1 .countdown-section {
    width: 98%;
  }
  #tickets .header .countdown_timer .countdown-show2 .countdown-section {
    width: 48%;
  }
  #tickets .header .countdown_timer .countdown-show3 .countdown-section {
    width: 32.5%;
  }
  #tickets .header .countdown_timer .countdown-show4 .countdown-section {
    width: 24.5%;
  }
  #tickets .header .countdown_timer .countdown-show5 .countdown-section {
    width: 19.5%;
  }
  #tickets .header .countdown_timer .countdown-show6 .countdown-section {
    width: 16.25%;
  }
  #tickets .header .countdown_timer .countdown-show7 .countdown-section {
    width: 14%;
  }
  #tickets .header .countdown_timer .countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
  }
  #tickets .header .countdown_timer .countdown-section:nth-child(1) {
    margin: 0;
  }
  #tickets .header .countdown_timer .countdown-section:nth-child(2) {
    margin: 0;
  }
  #tickets .header .countdown_timer .countdown-section:nth-child(3) {
    margin-right: 0;
  }
  #tickets .header .countdown_timer .countdown-amount {
    font-size: 200%;
    text-align: center;
  }
  #tickets .header .countdown_timer .countdown-period {
    display: none;
  }
  #tickets .header .countdown_timer .countdown-descr {
    display: block;
    width: 100%;
  }
  #tickets .tickets {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 0 90px;
    background-color: #edf1f3;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #444;
  }
  #tickets .tickets .module {
    padding: 50px 38px;
    border: 14px solid #000;
    background: #fff;
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  #tickets .tickets .module .main-title {
    font-size: 72px;
    color: #202020;
    line-height: 1;
    margin-bottom: 40px;
  }
  #tickets .tickets .module .sub-title {
    font-size: 20px;
    color: #202020;
  }
  #tickets .tickets .module .bold {
    font-weight: 700;
  }
  #tickets .tickets .module .section {
    float: left;
  }
  #tickets .tickets .module .section p {
    line-height: 1.6;
  }
  #tickets .tickets .module .section-1 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #tickets .tickets .module .section-1 p {
    margin-bottom: 35px;
  }
  #tickets .tickets .module .section-2 {
    width: 236px;
  }
  #tickets .tickets .module .section-3 {
    background-image: url(/static/img/tickets/divider.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 80px;
  }
  #tickets .tickets .module.individual .sub-title {
    margin-bottom: 35px;
  }
  #tickets .tickets .module.group .section-2 {
    width: auto;
  }
  #tickets .tickets .module.group .section-2 .sub-title {
    width: 100%;
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 5px;
    margin-bottom: 21px;
  }
  #tickets .tickets .module.group .section-2 .ticket-section {
    margin-bottom: 25px;
  }
  #tickets .tickets .module.group .section-2 .ticket-section .notification_error {
    color: #d22030;
    padding: 5px 0 20px;
  }
  #tickets .tickets .module.group .section-2 .label {
    float: left;
    margin-bottom: 15px;
    line-height: 2;
    width: 220px;
    text-align: right;
  }
  #tickets .tickets .module.group .section-2 .field {
    float: right;
    width: 360px;
    margin-bottom: 15px;
  }
  #tickets .tickets .module.group .section-2 .field input {
    width: 96%;
    border: solid 1px #e2e2e2;
    padding: 5px;
  }
  #tickets .tickets .module.group .section-2 .field input.ticks {
    width: 50px;
  }
  #tickets .tickets .module.group .section-2 .red {
    color: #d22030;
  }
  #tickets .tickets .module.group .section-2 .cta {
    margin-top: 44px;
    font-size: 28px;
    padding: 15px 40px;
  }
  #tickets .tickets .extra {
    padding: 60px 68px;
  }
  #tickets .tickets .extra .seating {
    float: left;
  }
  #tickets .tickets .extra .seating-text {
    float: left;
    font-size: 21px;
    color: #444;
    margin-left: 16px;
    padding-top: 29px;
  }
  #tickets .tickets .extra .seating-text a {
    color: inherit;
  }
  #tickets .tickets .extra .notice {
    float: right;
    text-align: left;
    width: 665px;
    color: #959ca0;
    font-size: 13px;
    line-height: 1.6;
    font-style: italic;
  }
  #tickets .tickets .extra .notice .red {
    color: #d22030;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#account .header {
  width: 100%;
  max-width: 1440px;
  margin: 130px auto 0;
  background: #fff;
  text-align: center;
}
#account .header h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 70px;
  padding: 40px 0 37px;
  text-transform: uppercase;
}
#account .header p {
  font-size: 13px;
  margin-bottom: 37px;
}
#account .signup {
  min-height: 400px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0 90px;
  background-color: #edf1f3;
  font-weight: 400;
  color: #444;
}
#account .signup .container {
  width: 890px;
}
#account .signup p {
  line-height: 1.6;
}
#account .signup p.small {
  font-size: 14px;
}
#account .signup .input_wrapper {
  width: 410px;
  margin-right: 65px;
  margin-bottom: 20px;
  float: left;
  text-align: left;
}
#account .signup .input_wrapper:nth-child(2n+0) {
  margin-right: 0;
}
#account .signup .input_wrapper .label {
  font-size: 14px;
  margin-bottom: 10px;
}
#account .signup .input_wrapper input.textinput {
  background: #fff;
  width: 100%;
  height: 35px;
  border: solid 1px #e2e2e2;
  padding-left: 10px;
}
#account .signup .input_wrapper.long {
  width: 700px;
  font-size: 14px;
}
#account .signup .jqform .month {
  width: 200px;
}
#account .signup .jqform .day {
  width: 100px;
}
#account .signup .jqform .year {
  width: 150px;
}
#account .signup .red {
  color: #d22030;
}
#account .signup .radio_label {
  margin-right: 40px;
  font-size: 14px;
  margin-top: 4px;
}
#account .signup .input_wrapper.text {
  margin-top: 20px;
  margin-bottom: 30px;
}
#account .signup .btn_signup {
  position: relative;
  clear: both;
  margin-bottom: 150px;
}
#account .signup .btn_submit {
  position: relative;
  clear: both;
  margin-top: 40px;
  margin-bottom: 150px;
}
#account .signup table table td {
  padding: 5px;
}
#account .signup .optin {
  width: 100% !important;
  border-top: solid 1px #e2e2e2;
  padding: 39px 0;
  margin: 35px auto 0 !important;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
#account .signup .notification_error {
  color: #d22030;
  padding: 5px 0 20px;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  #account .header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
    height: 196px;
    text-align: center;
  }
  #account .header h1 {
    font-family: "bebas_neueregular";
    font-size: 96px;
    margin: 50px 0 37px;
  }
  #account .header p {
    font-size: 13px;
  }
  #account .header.settings {
    height: 165px;
  }
  #account .signup {
    min-height: 400px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 0 90px;
    background-color: #edf1f3;
    font-weight: 400;
    color: #444;
  }
  #account .signup .container {
    width: 95%;
    margin: 0 auto;
  }
  #account .signup p {
    line-height: 1.6;
  }
  #account .signup .input_wrapper {
    width: 320px;
    margin-right: 55px;
    margin-bottom: 20px;
    float: left;
    text-align: left;
  }
  #account .signup .input_wrapper:nth-child(2n+0) {
    margin-right: 0;
  }
  #account .signup .input_wrapper .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #account .signup .input_wrapper input.textinput {
    background: #fff;
    width: 100%;
    height: 35px;
    border: solid 1px #e2e2e2;
    padding-left: 10px;
  }
  #account .signup .input_wrapper.long {
    width: 700px;
    font-size: 14px;
  }
  #account .signup .jqform .month {
    width: 200px;
  }
  #account .signup .jqform .day {
    width: 100px;
  }
  #account .signup .jqform .year {
    width: 150px;
  }
  #account .signup .red {
    color: #d22030;
  }
  #account .signup .radio_label {
    margin-right: 40px;
    font-size: 14px;
    margin-top: 4px;
  }
  #account .signup .input_wrapper.text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #account .signup .btn_signup {
    position: relative;
    clear: both;
    margin-bottom: 150px;
  }
  #account .signup .btn_submit {
    position: relative;
    clear: both;
    margin-top: 40px;
    margin-bottom: 150px;
  }
  #account .signup table table td {
    padding: 5px;
  }
  #account .signup .optin {
    width: 100% !important;
    border-top: solid 1px #e2e2e2;
    padding: 39px 0;
    margin: 35px auto 0 !important;
    font-size: 14px;
    font-style: italic;
    text-align: center;
  }
  #account .signup .notification_error {
    color: #d22030;
    padding: 5px 0 20px;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#press .header {
  background: url("../img/press/header-pressbox-2020.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 556px;
  width: 100%;
  max-width: 1440px;
  margin: 130px auto 0;
}
#press .max-width-850 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
#press .content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 400px;
}
#press .content .sub-nav {
  padding: 45px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
#press .content .sub-nav li {
  display: inline-block;
}
#press .content .sub-nav li a {
  padding: 15px 50px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #444;
}
#press .content .sub-nav li a:hover {
  background-color: #d22030;
  color: #fff;
}
#press .content .sub-nav li a.active {
  background-color: #d22030;
  color: #fff;
}
#press .content .section {
  padding: 60px 0 90px;
  background-color: #edf1f3;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444;
  min-height: 400px;
}
#press .content .press-date {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #d22030;
  padding-bottom: 5px;
}
#press .content .main-title {
  font-family: "PT Sans", sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #202020;
}
#press .content .main-title a {
  color: inherit;
}
#press .content .sub-title {
  font-weight: bold;
  font-size: 20px;
  color: #959ca0;
}
#press .content .separator {
  margin: 30px auto 40px;
  height: 2px;
  width: 85px;
  border: none;
  color: #202020;
  background-color: #202020;
}
#press .content .press-detail {
  text-align: left;
  display: block;
  position: relative;
  padding: 30px 100px;
}
#press .content .press-detail:nth-child(even) {
  background: #fff;
}
#press .content .press-detail .container {
  text-align: left;
}
#press .content .press-detail p {
  line-height: 1.6;
  margin-bottom: 20px;
}
#press .content .press-detail ul {
  margin-bottom: 20px;
}
#press .content .press-detail ul li {
  list-style-type: disc;
  margin-left: 50px;
  line-height: 1.6;
}
#press .content .press-detail .btn-details {
  float: right;
  margin-left: 150px;
  margin-top: 20px;
}
#press .content .pressreleases-section {
  display: none;
}
#press .content .pressreleases-section .title {
  font-weight: 700;
  line-height: 1.6;
}
#press .content .pressreleases-section p {
  line-height: 1.6;
  margin-bottom: 15px;
}
#press .content .mediacontacts-section {
  display: none;
}
#press .content .mediacontacts-section .title {
  font-weight: 700;
  line-height: 1.6;
}
#press .content .mediacontacts-section p {
  line-height: 1.6;
  margin-bottom: 35px;
}
#press .content .mediacontacts-section p .red {
  color: #d22030;
}
#press .content .credentials-section {
  display: none;
}
#press .content .credentials-section .title {
  font-weight: 700;
  line-height: 1.6;
}
#press .content .credentials-section p {
  line-height: 1.6;
  margin-bottom: 35px;
}
#press .content .credentials-section p .red {
  color: #d22030;
}
#press .content .credentials-section .cta {
  color: #d22030;
  border: 3px solid #d22030;
}
#press .content .credentials-section .section-2 {
  border: 14px solid #000;
  background: #fff;
  text-align: left;
  width: 650px;
  margin: 0 auto;
  padding: 60px 90px;
}
#press .content .credentials-section .section-2 .errormsg {
  display: none;
  color: #f00;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
}
#press .content .credentials-section .section-2 .thankyou {
  display: none;
  font-size: 25px;
  text-align: center;
}
#press .content .credentials-section .section-2 .thankyou span {
  font-size: 14px;
}
#press .content .credentials-section .section-2 .sub-title {
  width: 100%;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 21px;
}
#press .content .credentials-section .section-2 .ticket-section {
  margin-bottom: 25px;
}
#press .content .credentials-section .section-2 .ticket-section.footer {
  text-align: center;
}
#press .content .credentials-section .section-2 .label {
  float: left;
  margin-bottom: 15px;
  line-height: 2;
  width: 250px;
  text-align: right;
}
#press .content .credentials-section .section-2 .field {
  float: right;
  width: 380px;
  margin-bottom: 15px;
}
#press .content .credentials-section .section-2 .field input {
  width: 367px;
  border: solid 1px #e2e2e2;
  padding: 5px;
}
#press .content .credentials-section .section-2 .field input.ticks {
  width: 40px;
  margin-bottom: 10px;
}
#press .content .credentials-section .section-2 .field.has-error {
  border: solid 1px #f00;
}
#press .content .credentials-section .section-2 .field.padding {
  padding: 10px 0;
}
#press .content .credentials-section .section-2 .field .qq-uploader {
  border: solid 1px #e2e2e2;
  text-align: center;
  padding: 40px 10px;
}
#press .content .credentials-section .section-2 .red {
  color: #d22030;
}
#press .content .credentials-section .section-2 .cta {
  margin-top: 0;
  font-size: 28px;
  padding: 15px 40px;
  background-color: #fff;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  #press .header {
    background: url("../img/press/header-pressbox.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 434px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  #press .content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 400px;
  }
  #press .content .sub-nav {
    padding: 25px 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
  }
  #press .content .sub-nav li {
    display: inline-block;
  }
  #press .content .sub-nav li a {
    padding: 6px 12px;
    font-family: "robotomedium";
    font-size: 15px;
    color: #444;
  }
  #press .content .sub-nav li a:hover {
    background-color: #b80000;
    border-radius: 20px;
    color: #fff;
  }
  #press .content .sub-nav li a.active {
    background-color: #b80000;
    border-radius: 20px;
    color: #fff;
  }
  #press .content .section {
    background-color: #edf1f3;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #444;
  }
  #press .content .main-title {
    font-family: "bebas_neueregular";
    font-size: 48px;
    color: #202020;
  }
  #press .content .separator {
    margin: 30px auto 40px;
    height: 2px;
    width: 85px;
    border: none;
    color: #202020;
    background-color: #202020;
  }
  #press .content .about-section {
    display: none;
  }
  #press .content .about-section .title {
    font-weight: 700;
    line-height: 1.6;
  }
  #press .content .about-section p {
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 0 60px;
  }
  #press .content .map-section {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
  #press .content .map-section .map-wrapper {
    visibility: hidden;
  }
  #press .content .map-section .map-wrapper iframe {
    width: 100%;
    height: 500px;
  }
  #press .content .map-section .map-info {
    margin-top: 60px;
    text-align: left;
  }
  #press .content .map-section .map-info br {
    line-height: 1.6;
  }
  #press .content .map-section .map-info .section-1,
#press .content .map-section .map-info .section-2 {
    display: inline-block;
    width: auto;
    padding: 0 40px;
  }
  #press .content .map-section .map-info .section-1 .title,
#press .content .map-section .map-info .section-2 .title {
    font-weight: 700;
  }
  #press .content .map-section .map-info .section-1 p,
#press .content .map-section .map-info .section-2 p {
    line-height: 1.6;
  }
  #press .content .map-section .map-info .section-1 {
    margin: 0;
  }
  #press .content .map-section .map-info .section-1 p {
    margin-bottom: 40px;
  }
  #press .content .map-section .map-info .section-2 {
    vertical-align: top;
  }
  #press .content .map-section .map-info .section-2 .cta {
    padding: 10px 25px;
  }
  #press .content .seating-section {
    display: none;
  }
  #press .content .seating-section p {
    line-height: 1.6;
    margin-bottom: 35px;
  }
  #press .content .seating-section p .tickets {
    color: #d22030;
  }
  #press .content .seating-section .cta {
    color: #d22030;
    border: 3px solid #d22030;
    margin-bottom: 15px;
  }
  #press .content .seating-section .seating-chart img {
    width: 80%;
  }
  #press .content .perform-section {
    display: none;
    padding: 60px 0 0;
  }
  #press .content .perform-section p {
    line-height: 1.6;
    margin-bottom: 35px;
  }
  #press .content .perform-section .splash {
    background: url("../img/event-info/performance-order.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 774px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  #press .content .recruitment-section {
    display: none;
  }
  #press .content .recruitment-section p {
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 0 40px;
  }
  #press .content .recruitment-section ul {
    width: 376px;
    margin: 0 auto;
  }
  #press .content .recruitment-section ul li {
    width: 376px;
    height: 165px;
    border: 7px solid #000;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #press .content .recruitment-section ul li .main-title {
    margin-bottom: 10px;
  }
  #press .content .recruitment-section ul li:nth-last-child(2) {
    margin-right: 0;
  }
  #press .content .recruitment-section .cta {
    color: #d22030;
    border: 3px solid #d22030;
    margin-top: 71px;
  }
  #press .content .faq-section {
    display: none;
  }
  #press .content .faq-section .section-1,
#press .content .faq-section .section-2 {
    text-align: left;
    float: left;
    width: auto;
    padding: 0 40px;
  }
  #press .content .faq-section .section-1 .title,
#press .content .faq-section .section-2 .title {
    font-weight: 700;
  }
  #press .content .faq-section .section-1 p,
#press .content .faq-section .section-2 p {
    line-height: 1.6;
  }
  #press .content .faq-section .section-2 {
    margin-left: 0;
  }
  #press .content .guest-section {
    display: none;
  }
  #press .content .guest-section .module {
    background: #fff;
    width: 1200px;
    padding: 85px 0;
  }
  #press .content .guest-section .module p {
    line-height: 1.6;
    margin-bottom: 35px;
  }
  #press .content .guest-section .module h1 {
    color: #d22030;
    font-family: "bebas_neueregular";
    font-size: 58px;
    text-transform: uppercase;
    margin-bottom: 35px;
  }
  #press .content .guest-section .module .bold {
    font-weight: 700;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#news section {
  padding: 180px 0 130px;
}
#news section .container {
  max-width: 1200px;
}
#news section .content {
  float: left;
  max-width: 800px;
  width: 100%;
  text-align: left;
  margin-right: 50px;
}
#news section .content .label {
  padding: 0;
}
#news section .content .label img {
  display: block;
}
#news section .content .leading img {
  width: 100%;
}
#news section .content .copy {
  width: 800px;
  margin: 40px auto;
}
#news section .content h1 {
  font-family: "PT Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 30px 0 20px;
}
#news section .content h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 50px 0 25px;
}
#news section .content .pullquote {
  font-family: "PT Sans", sans-serif;
  font-size: 25px;
  font-style: italic;
  margin-bottom: 25px;
}
#news section .content .date {
  display: none;
  font-size: 12px;
  color: #d22030;
  text-transform: uppercase;
  margin: 0 0 25px;
}
#news section .content .body p {
  line-height: 1.6;
  margin-bottom: 15px;
}
#news section .content .share {
  margin: 130px 0 0;
  padding-top: 60px;
  border-top: 1px solid #d22030;
}
#news section .content .share ul.socialshare li {
  display: inline-block;
  width: 196px;
  height: 50px;
  cursor: pointer;
}
#news section .content .share ul.socialshare li.facebook {
  background-image: url(/static/img/news/btn-fb.png);
  margin-right: 15px;
}
#news section .content .share ul.socialshare li.twitter {
  background-image: url(/static/img/news/btn-tw.png);
}
#news section .content .video-container {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
#news section .content .video-container > div,
#news section .content .video-container iframe,
#news section .content .video-container object,
#news section .content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news section .side {
  float: left;
  max-width: 350px;
  width: 100%;
  padding-top: 0;
}
#news section .side h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 6px;
  color: #d22030;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d22030;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#news section .side ul li {
  clear: both;
}
#news section .side ul li .photo {
  margin: 13px 13px 0 0;
  float: left;
  width: 131px;
}
#news section .side ul li span {
  padding: 10px 10px 10px 0;
  display: block;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-align: left;
}
#news section .side ul li span a {
  color: #000;
}
#news section .side ul li.active span {
  padding: 15px 10px 15px 0;
  color: #d22030;
  display: block;
}
#news section .clearfix {
  clear: both;
}

/*  Use "desktop" for default styling, then override with tablet & mobile */
#news-list section {
  padding: 180px 0 130px;
}
#news-list section .content {
  float: left;
  max-width: 850px;
  width: 100%;
  text-align: left;
  margin-right: 50px;
}
#news-list section .content .label {
  padding: 0;
}
#news-list section .content .label img {
  display: block;
}
#news-list section .content ul li {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #c3cbd0;
  padding: 40px 0;
}
#news-list section .content ul li .photo {
  margin: 13px 20px 0 0;
  float: left;
  width: 226px;
}
#news-list section .content ul li .info {
  float: left;
  width: 600px;
}
#news-list section .content ul li .info h1 {
  font-family: "PT Sans", sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin: 13px 0 15px;
}
#news-list section .content ul li .info .date {
  font-size: 12px;
  color: #d22030;
  text-transform: uppercase;
  margin: 0 0 25px;
}
#news-list section .content ul li .info .body {
  line-height: 1.6;
}
#news-list section .content ul li:first-child {
  padding-top: 30px;
}
#news-list section .content ul li:last-child {
  border-bottom: none;
}
#news-list section .side {
  float: left;
  max-width: 300px;
  width: 100%;
  padding-top: 50px;
}
#news-list section .side ul.ctas {
  width: 230px;
  border: solid 1px #c3cbd0;
  padding: 30px;
}
#news-list section .side ul.ctas li {
  border-bottom: 1px solid #c3cbd0;
  padding: 20px 0;
}
#news-list section .side ul.ctas li .info {
  text-align: left;
  float: left;
  width: 130px;
}
#news-list section .side ul.ctas li .info h1 {
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 13px 0 15px;
  color: #d22030;
  text-transform: uppercase;
}
#news-list section .side ul.ctas li .info .body {
  font-size: 12px;
}
#news-list section .side ul.ctas li .photo {
  margin: 13px 0 0 20px;
  float: left;
  width: 80px;
}
#news-list section .side ul.ctas li:first-child {
  padding-top: 0;
}
#news-list section .side ul.ctas li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#news-list section .clearfix {
  clear: both;
}

/*  Use "desktop" for default styling, then override with tablet & mobile */
#lifedetails {
  font-family: "HelveticaNeueLight", sans-serif;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  margin-top: 126px;
}
#lifedetails article {
  padding: 80px 0;
}
#lifedetails article .container {
  text-align: left;
}
#lifedetails hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
#lifedetails p {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}
#lifedetails .head-img {
  position: relative;
}
#lifedetails .head-img .social-icon {
  position: absolute;
  right: 0;
  top: 100%;
}
#lifedetails h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
#lifedetails .date-div {
  color: #d22030;
  font-size: 12px;
  margin-bottom: 30px;
}
#lifedetails .photo-by {
  font-family: "FuturaStdMedium", sans-serif;
  color: #202020;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 10px;
  padding-right: 80px;
  line-height: 18px;
}
#lifedetails .social-icon {
  font-size: 0;
}
#lifedetails .social-icon a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 30px;
  text-decoration: none;
}
#lifedetails .social-icon a i {
  position: relative;
  top: 7px;
}
#lifedetails .social-icon a.fb {
  background: #3d5a98;
}
#lifedetails .social-icon a.tw {
  background: #55acee;
}
#lifedetails .bottom-social-div .social-icon a {
  padding-top: 14px;
  width: 190px;
  height: 50px;
  margin-right: 15px;
  font-size: 23px;
}
#lifedetails .bottom-social-div .social-icon a:last-child {
  margin-right: 0;
}
#lifedetails .bottom-social-div .social-icon a i {
  top: 0px;
}
#lifedetails .bottom-social-div .social-icon a span {
  border-left: 1px solid #fff;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
#lifedetails .sidebar-div {
  max-width: 343px;
  margin: 0 auto;
  color: #202020;
}
#lifedetails .sidebar-div .latest-update .media-heading {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #202020;
}
#lifedetails .sidebar-div .latest-update .media {
  padding-right: 20px;
}
#lifedetails .sidebar-div .latest-update .media .pull-left {
  padding-right: 20px;
}
#lifedetails .sidebar-div .title {
  text-align: center;
  font-size: 16px;
  color: #d22030;
  margin: 0 0 25px 0;
  padding: 15px 0;
  font-family: "FuturaStdMedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-bottom: 1px solid #e88f97;
}

@media screen and (max-width: 991px) {
  #detail article {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  #lifedetails {
    font-family: "HelveticaNeueLight", sans-serif;
    font-size: 26px;
    line-height: 22px;
    position: relative;
    margin-top: 0;
  }
  #lifedetails article {
    padding: 20px 0;
  }
  #lifedetails article .container {
    text-align: left;
  }
  #lifedetails hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #lifedetails p {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  #lifedetails .head-img {
    position: relative;
  }
  #lifedetails .head-img .social-icon {
    position: absolute;
    right: 0;
    top: 100%;
  }
  #lifedetails h1 {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #lifedetails .date-div {
    color: #d22030;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #lifedetails .left-div-content img {
    width: 100%;
  }
  #lifedetails .photo-by {
    font-family: "FuturaStdMedium", sans-serif;
    color: #202020;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    margin-bottom: 10px;
    padding-right: 80px;
    line-height: 18px;
  }
  #lifedetails .social-icon {
    font-size: 0;
  }
  #lifedetails .social-icon a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 30px;
    text-decoration: none;
  }
  #lifedetails .social-icon a i {
    position: relative;
    top: 7px;
  }
  #lifedetails .social-icon a.fb {
    background: #3d5a98;
  }
  #lifedetails .social-icon a.tw {
    background: #55acee;
  }
  #lifedetails .bottom-social-div .social-icon a {
    padding-top: 14px;
    width: 190px;
    height: 50px;
    margin-right: 15px;
    font-size: 23px;
  }
  #lifedetails .bottom-social-div .social-icon a:last-child {
    margin-right: 0;
  }
  #lifedetails .bottom-social-div .social-icon a i {
    top: 0px;
  }
  #lifedetails .bottom-social-div .social-icon a span {
    border-left: 1px solid #fff;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 12px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 320px) {
  #detail .bottom-social-div .social-icon {
    text-align: center;
  }
  #detail .bottom-social-div .social-icon a {
    width: 137px;
    height: 50px;
    margin-right: 15px;
  }
  #detail .bottom-social-div .social-icon a span {
    padding: 0 12px;
    margin-left: 10px;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#hbculife {
  position: relative;
  margin-top: 126px;
}
#hbculife .hide-home {
  display: none;
}
#hbculife .banner-container {
  width: 100%;
  background: url("../img/hbculife/header-image.png") no-repeat;
  background-size: cover;
  height: 556px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#hbculife .banner-container .caption-container {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#hbculife .banner-container .caption-container h2 {
  font-weight: 800;
  font-size: 90px;
}
#hbculife .banner-container .caption-container p {
  font-size: 16px;
  font-weight: 400;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 20px 0px;
  margin-top: 20px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}
#hbculife .banner-container .logo {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 555;
}
#hbculife .post-listing {
  margin-top: 70px;
}
#hbculife .post-listing .container .post-thumb {
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
#hbculife .post-listing .container .post-thumb img {
  width: 100%;
}
#hbculife .post-listing .container .post-thumb h3 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
  margin-top: 18px;
  margin-bottom: 18px;
}
#hbculife .post-listing .container .post-thumb p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}
#hbculife .more-stories {
  text-align: center;
  margin-bottom: 50px;
}
#hbculife .more-stories .btn {
  width: 199px;
  height: 59px;
  line-height: 45px;
  background-color: #d22030;
  font-family: Raleway;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#hbculife .more-stories .btn:hover {
  background-color: #fff;
  border: 1px solid #d22030;
  color: #d22030;
}

@media screen and (max-width: 640px) {
  #hbculife {
    font-size: 26px;
  }
  #hbculife .banner-container {
    height: 400px;
  }
  #hbculife .banner-container .caption-container h2 {
    font-size: 60px;
  }
  #hbculife .banner-container .caption-container p {
    font-size: 14px;
    padding: 15px;
  }
  #hbculife .post-listing {
    margin-top: 40px;
  }
  #hbculife .post-listing .container .post-thumb {
    margin-bottom: 40px;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#bandkit .header {
  background: url("../img/global/bandkit-header.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 556px;
  width: 100%;
  max-width: 1440px;
  margin: 130px auto 0;
}
#bandkit .max-width-850 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#bandkit .content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 400px;
}
#bandkit .content .sub-nav {
  padding: 45px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
#bandkit .content .sub-nav li {
  display: inline-block;
}
#bandkit .content .sub-nav li a {
  padding: 15px 50px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #444;
}
#bandkit .content .sub-nav li a:hover {
  background-color: #d22030;
  color: #fff;
}
#bandkit .content .sub-nav li a.active {
  background-color: #d22030;
  color: #fff;
}
#bandkit .content .section {
  padding: 60px 0 60px;
  background-color: #edf1f3;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444;
  min-height: 400px;
}
#bandkit .content .press-date {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #d22030;
  padding-bottom: 5px;
}
#bandkit .content .main-title {
  font-family: "PT Sans", sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #202020;
}
#bandkit .content .main-title a {
  color: inherit;
}
#bandkit .content .sub-title {
  font-weight: bold;
  font-size: 20px;
  color: #959ca0;
}
#bandkit .content .separator {
  margin: 30px auto 40px;
  height: 2px;
  width: 85px;
  border: none;
  color: #202020;
  background-color: #202020;
}
#bandkit .content .details {
  text-align: left;
  display: block;
  position: relative;
  padding: 30px 100px;
}
#bandkit .content .details:nth-child(even) {
  background: #fff;
}
#bandkit .content .details .container {
  text-align: left;
}
#bandkit .content .details p {
  line-height: 1.6;
  margin-bottom: 20px;
}
#bandkit .content .details ul, #bandkit .content .details ol {
  margin-bottom: 20px;
}
#bandkit .content .details ul li, #bandkit .content .details ol li {
  list-style-type: disc;
  margin-left: 50px;
  line-height: 1.6;
}
#bandkit .content .details .btn-details {
  float: right;
  margin-left: 150px;
  margin-top: 20px;
}
#bandkit .selection-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 60px;
  background: #edf1f3;
  font-family: "roboto";
}
#bandkit .selection-section .container {
  width: 1241px;
}
#bandkit .selection-section .section-title {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
#bandkit .selection-section .sub-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #959ca0;
  font-size: 16px;
  margin-top: 15px;
}
#bandkit .selection-section h2 {
  margin-bottom: 15px;
}
#bandkit .selection-section .diagram3 {
  background: url("/static/img/bands/selection_bg.png") no-repeat scroll center 0 transparent;
  height: 747px;
  margin: 0 auto 0;
  padding-bottom: 100px;
  width: 861px;
}
#bandkit .selection-section .diagram3 .copy {
  float: left;
  width: 299px;
  margin-right: 36px;
  font-size: 14px;
  padding: 213px 0 0 56px;
  text-align: left;
}
#bandkit .selection-section .diagram3 .copy p {
  line-height: 1.6;
  padding-top: 75px;
}
#bandkit .selection-section .diagram3 .title {
  color: #d22030;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
#bandkit .selection-section .diagram3 .rc {
  margin-right: 0;
  margin-left: 80px;
}
#bandkit .selection-section .diagram3 ul, #bandkit .selection-section .diagram3 ol {
  list-style-type: disc;
}
#bandkit .selection-section .diagram3 ul li, #bandkit .selection-section .diagram3 ol li {
  margin: 0 0 0 12px;
  line-height: 1.6;
}
#bandkit .section-2 {
  border: 14px solid #000;
  background: #fff;
  text-align: left;
  width: 700px;
  margin: 0 auto;
  padding: 60px 60px;
}
#bandkit .section-2 .errormsg {
  display: none;
  color: #f00;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
}
#bandkit .section-2 .thankyou {
  display: none;
  font-size: 22px;
  text-align: center;
}
#bandkit .section-2 .thankyou .url {
  background: #fefefe;
  padding: 10px;
  border: solid 2px #ccc;
  margin: 10px;
}
#bandkit .section-2 .sub-title {
  width: 100%;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 21px;
}
#bandkit .section-2 .ticket-section {
  margin-bottom: 25px;
}
#bandkit .section-2 .ticket-section.footer {
  text-align: center;
}
#bandkit .section-2 .ticket-section p {
  line-height: 1.3em;
}
#bandkit .section-2 .label {
  float: left;
  margin-bottom: 15px;
  line-height: 2;
  width: 250px;
  text-align: right;
}
#bandkit .section-2 .field {
  float: right;
  width: 380px;
  margin-bottom: 15px;
}
#bandkit .section-2 .field input {
  width: 367px;
  border: solid 1px #e2e2e2;
  padding: 5px;
}
#bandkit .section-2 .field input.ticks {
  width: 40px;
  margin-bottom: 10px;
}
#bandkit .section-2 .field.has-error {
  border: solid 1px #f00;
}
#bandkit .section-2 .field.padding {
  padding: 10px 0;
}
#bandkit .section-2 .field .qq-uploader {
  border: solid 1px #e2e2e2;
  text-align: center;
  padding: 40px 10px;
}
#bandkit .section-2 .red {
  color: #d22030;
}
#bandkit .section-2 .cta {
  margin-top: 0;
  font-size: 28px;
  padding: 15px 40px;
  background-color: #fff;
}
#bandkit td, #bandkit th {
  padding: 15px 5px;
  vertical-align: top;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  #bandkit .selection-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0 60px;
    background: #edf1f3;
    font-family: "roboto";
  }
  #bandkit .selection-section .container {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
