@charset "UTF-8";
/* Begin Normalize Styling*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.placeholder {
  color: #8c8c8c !important;
}

/* End Normalize Styling*/
/* Begin non-semantic helper classes */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* End non-semantic helper classes */
/* Begin Print Styling */
@media print {
  body:after {
    content: 'print';
  }

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* End Print Styling */
/* Begin Site Variables */
/* End Site Variables */
/* Begin Teaser Variables */
/* End Teaser Variables */
/* Begin Main site Variables */
/* End Main site Variables */
@font-face {
  font-family: 'GothamLight';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/Gotham/Light/Gotham-Light.eot");
  src: local("☺"), local("Gotham-Light"), url("/assets/fonts/Gotham/Light/Gotham-Light.woff") format("woff"), url("/assets/fonts/Gotham/Light/Gotham-Light.ttf") format("truetype"), url("/assets/fonts/Gotham/Light/Gotham-Light.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'GothamBold';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/Gotham/Bold/Gotham-Bold.eot");
  src: local("☺"), local("Gotham-Bold"), url("/assets/fonts/Gotham/Bold/Gotham-Bold.woff") format("woff"), url("/assets/fonts/Gotham/Bold/Gotham-Bold.ttf") format("truetype"), url("/assets/fonts/Gotham/Bold/Gotham-Bold.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'GothamMedium';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/Gotham/Medium/Gotham-Medium.eot");
  src: local("☺"), local("Gotham-Medium"), url("/assets/fonts/Gotham/Medium/Gotham-Medium.woff") format("woff"), url("/assets/fonts/Gotham/Medium/Gotham-Medium.ttf") format("truetype"), url("/assets/fonts/Gotham/Medium/Gotham-Medium.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'OpenSansRegular';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/OpenSans/Regular/OpenSans-Regular.eot");
  src: local("☺"), local("OpenSans-Regular"), url("/assets/fonts/OpenSans/Regular/OpenSans-Regular.woff") format("woff"), url("/assets/fonts/OpenSans/Regular/OpenSans-Regular.ttf") format("truetype"), url("/assets/fonts/OpenSans/Regular/OpenSans-Regular.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'OpenSansLight';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/OpenSans/Light/OpenSans-Light.eot");
  src: local("☺"), local("OpenSans-Light"), url("/assets/fonts/OpenSans/Light/OpenSans-Light.woff") format("woff"), url("/assets/fonts/OpenSans/Light/OpenSans-Light.ttf") format("truetype"), url("/assets/fonts/OpenSans/Light/OpenSans-Light.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'OpenSansBold';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/OpenSans/Bold/OpenSans-Bold.eot");
  src: local("☺"), local("OpenSans-Bold"), url("/assets/fonts/OpenSans/Bold/OpenSans-Bold.woff") format("woff"), url("/assets/fonts/OpenSans/Bold/OpenSans-Bold.ttf") format("truetype"), url("/assets/fonts/OpenSans/Bold/OpenSans-Bold.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'OpenSansSemiBold';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/OpenSans/Semibold/OpenSans-Semibold.eot");
  src: local("☺"), local("OpenSans-Semibold"), url("/assets/fonts/OpenSans/Semibold/OpenSans-Semibold.woff") format("woff"), url("/assets/fonts/OpenSans/Semibold/OpenSans-Semibold.ttf") format("truetype"), url("/assets/fonts/OpenSans/Semibold/OpenSans-Semibold.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'OpenSansExtraBold';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.eot");
  src: local("☺"), local("OpenSans-ExtraBold"), url("/assets/fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.woff") format("woff"), url("/assets/fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.ttf") format("truetype"), url("/assets/fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'EntypoRegular';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/Entypo/Regular/Entypo-Regular.eot");
  src: local("☺"), local("entypo-webfont"), url("/assets/fonts/Entypo/Regular/Entypo-Regular.woff") format("woff"), url("/assets/fonts/Entypo/Regular/Entypo-Regular.ttf") format("truetype"), url("/assets/fonts/Entypo/Regular/Entypo-Regular.svg#webfont6izVs1DN") format("svg");
}

@font-face {
  font-family: 'EntypoSocial';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/Entypo/Social/Entypo-Social.eot");
  src: local("☺"), local("entypo-webfont"), url("/assets/fonts/Entypo/Social/Entypo-Social.woff") format("woff"), url("/assets/fonts/Entypo/Social/Entypo-Social.ttf") format("truetype"), url("/assets/fonts/Entypo/Social/Entypo-Social.svg#webfont6izVs1DN") format("svg");
}

body,
html {
  background-color: #000;
  background-image: url(https://s3.amazonaws.com/vice_asset_uploader/files/1379709140affbg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'bp0';
}

p {
  font: 1em/1.5em GothamLight, "Helvetica Neue", "Helvetica", arial, sans-serif;
}

/* Begin Form Styling */
form div.validate {
  display: block;
  position: absolute;
  background: #000;
  font: 1.1em/1.15em GothamBold;
  padding: 8px 12px;
  z-index: 999;
  top: -50px;
  margin: 0;
  color: #fff;
}
form div.validate i {
  font-style: normal;
}
form div.validate span {
  display: block;
  bottom: -3px;
  left: 10px;
  position: relative;
}
form div.validate span:after, form div.validate span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
form div.validate span:after {
  top: 100%;
  left: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}
form div.validate span:before {
  top: 100%;
  left: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: #000;
}
form input:focus,
form select:focus,
form textarea:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* End Form Styling */
/* Begin Icons Styling */
.heart {
  position: relative;
  width: 16px;
  height: 14px;
  display: block;
}

.heart:before,
.heart:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 45% 45% 0 0;
  -moz-border-radius: 45% 45% 0 0;
  -ms-border-radius: 45% 45% 0 0;
  -o-border-radius: 45% 45% 0 0;
  border-radius: 45% 45% 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.nextButton {
  display: block;
  width: 52px;
  height: 52px;
  background: #ebebeb;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 0;
  margin: -15px 0 0 -26px;
  z-index: 99;
}
.nextButton:after {
  width: 0;
  height: 0;
  content: "";
  top: auto;
  bottom: 50%;
  left: 50%;
  margin: 0 0 0 -7px;
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 10;
  border: 3px solid #000;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.link {
  position: relative;
  width: 19px;
  height: 10px;
  display: block;
}
.link span {
  display: block;
  width: 13px;
  height: 9px;
  border: 2px #000 solid;
  border-radius: 5px;
  -webkit-transform: rotate(-30deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.link span.link2 {
  left: auto;
  right: 0;
  bottom: auto;
  top: 0.05em;
}
.link.animate span {
  animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
}

.bittorrent {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  background: #000;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  overflow: hidden;
}
.bittorrent:after {
  position: absolute;
  z-index: 10;
  background: #000;
  content: "";
  width: 100%;
  height: 20px;
  top: -4px;
  left: 21px;
  -webkit-transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  -o-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.bittorrent:before {
  position: absolute;
  z-index: 10;
  background: #000;
  content: "";
  width: 100%;
  height: 15px;
  bottom: 6.3px;
  right: -21px;
}
.bittorrent span {
  display: block;
  border: 2px solid #fff;
  background: #000;
  height: 36px;
  width: 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  top: 9px;
  left: 2px;
  position: absolute;
  z-index: 1;
}
.bittorrent span.second {
  height: 26px;
  top: 14px;
  z-index: 2;
  left: 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.bittorrent span.third {
  height: 17px;
  width: 17px;
  top: 19px;
  z-index: 2;
  left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.bittorrent i {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  z-index: 20;
  bottom: 8px;
  left: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360%);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* End Icons Styling */
/* Begin Menu Styling */
body {
  padding-top: 65px;
}
@media only screen and (min-width: 1170px) {
  body {
    padding-top: 0;
  }
}

menu#mainMenu {
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  position: fixed;
  z-index: 99999;
  width: 100%;
  color: #000;
  margin: 0;
  padding: 2em 0;
  padding-top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
menu#mainMenu.expand .mobileWrapper {
  height: 399px;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu.expand .mobileWrapper {
    height: auto;
  }
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu {
    display: block;
    position: fixed;
    padding-top: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu.hide {
    top: -120px;
  }
}
menu#mainMenu .wrapper {
  max-width: 100%;
}
menu#mainMenu .mobileWrapper {
  display: inline-block;
  position: absolute;
  width: 218px;
  height: 0;
  right: 0;
  top: 0;
  padding-top: 65px;
  overflow: hidden;
  margin-top: 0;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu .mobileWrapper {
    background: none;
    position: static;
    width: auto;
    padding-top: 0;
    height: auto;
    vertical-align: top;
    margin-top: 4px;
    overflow: visible;
  }
}
menu#mainMenu .mobileWrapper:after {
  cursor: pointer;
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 47px;
  height: 7px;
  background: black;
  -webkit-box-shadow: 0 14px 0 0 black, 0 28px 0 0 black;
  -moz-box-shadow: 0 14px 0 0 black, 0 28px 0 0 black;
  box-shadow: 0 14px 0 0 black, 0 28px 0 0 black;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu .mobileWrapper:after {
    display: none;
  }
}
menu#mainMenu .mobileWrapper a {
  padding: 1em 0;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu .mobileWrapper a {
    padding: 0;
  }
}
menu#mainMenu .mobileWrapper a.menuScroll {
  font: 0.85em/1.25em GothamBold;
}
menu#mainMenu a {
  font: 1.2em/1.25em GothamBold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background: #fff;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu a {
    display: inline-block;
  }
}
menu#mainMenu a.menuScroll {
  margin: 2px 0;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu a.menuScroll {
    margin: 0 10px;
  }
}
menu#mainMenu a.menuScroll:hover, menu#mainMenu a.menuScroll.active {
  text-decoration: none;
  color: #ee2b30;
}
menu#mainMenu a.mainTitle {
  font: 1.0em/1.05em GothamLight;
  margin: 0 20px 0 0;
  text-align: left;
  padding-left: 15px;
  letter-spacing: 0.15em;
  padding-top: 2em;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu a.mainTitle {
    font: 1.4em/1.45em GothamLight;
    text-align: center;
    letter-spacing: 0.3em;
    padding-top: 0;
    padding-left: 0;
    vertical-align: top;
  }
}
menu#mainMenu a.mainTitle span {
  color: #ee2b30;
}
menu#mainMenu .socials {
  display: block;
  margin-top: 1px;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu .socials {
    margin-left: 18px;
    margin-top: -4px;
    vertical-align: top;
    display: inline-block;
  }
}
menu#mainMenu .socials a {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
  background: url(../images/site/mobileMenu.png) white 6px 0;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  menu#mainMenu .socials a {
    background-image: url("../images/site/mobileMenu@2x.png");
    background-size: 203px 68px;
  }
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu .socials a {
    background-color: none;
    background: url(../images/site/mainBg.png) no-repeat 0 -98px;
    /* CSS for high-resolution devices */
    width: 1.75em;
    height: 1.75em;
  }
}
@media only screen and (min-width: 1170px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1170px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1170px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1170px) and (min-device-pixel-ratio: 1.5) {
  menu#mainMenu .socials a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
menu#mainMenu .socials a.twitter {
  background-position: -65px 0;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu .socials a.twitter {
    background-position: -25px -98px;
  }
}
menu#mainMenu .socials a.google {
  background-position: -136px 0;
}
@media only screen and (min-width: 1170px) {
  menu#mainMenu .socials a.google {
    background-position: -55px -98px;
  }
}

/* End Menu Styling */
/* Begin Header Styling */
section#section-header {
  color: #fff;
  padding: 10px;
  background: transparent;
  position: relative;
  margin: 0;
  top: 0;
  overflow: hidden;
  padding-top: 4em;
}
@media only screen and (min-width: 58.75em) {
  section#section-header {
    padding: 0;
    padding-top: 4em;
  }
}
section#section-header .wrapper {
  z-index: 11;
}
section#section-header header {
  margin: 0 0 4.5em 0;
}
@media only screen and (min-width: 58.75em) {
  section#section-header header {
    margin-top: 1.25em;
  }
}
section#section-header h1 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 3.25em/1.25em GothamLight, "Helvetica Neue", "Helvetica", arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 15px;
}
@media only screen and (min-width: 58.75em) {
  section#section-header h1 {
    font-size: 4.0em;
    letter-spacing: 0.15em;
    padding: 0;
  }
}
section#section-header h1 a {
  word-wrap: break-word;
}
section#section-header h2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 1.1em/1.5em GothamBold, "Helvetica Neue", "Helvetica", arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0.5em;
}
@media only screen and (min-width: 58.75em) {
  section#section-header h2 {
    font-size: 2.0em;
  }
}
section#section-header span {
  color: #ee2b30;
}
section#section-header #revolution-logo {
  max-width: 160px;
  margin: 3em auto 6em auto;
}
section#section-header #revolution-logo img {
  max-width: 100%;
}
section#section-header #feature-containter {
  overflow: hidden;
  zoom: 1;
  *-ms-inject: expression(this.x||(this.innerHTML+='<br\ style="clear:both;font:0/0">',this.x=1));
  background: #ebebeb;
  margin-top: 45px;
  margin-bottom: 55px;
  position: relative;
  padding-top: 53px;
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter {
    width: 940px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    padding-top: 0;
  }
}
section#section-header #feature-containter a.downloadFile {
  display: block;
  background: #e1e1e1;
  position: relative;
  height: 350px;
  width: 100%;
  font: 1.4em/1.45em GothamBold;
  text-transform: uppercase;
  text-align: center;
}
section#section-header #feature-containter a.downloadFile span {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  margin: -15px 0 0 0;
  top: 50%;
  left: 0;
}
section#section-header #feature-containter .madona-container {
  display: none;
}
section#section-header #feature-containter .video-container {
  padding: 1px;
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter .video-container {
    float: left;
    width: 620px;
    height: auto;
  }
}
section#section-header #feature-containter .video-container .madona-container .video {
  height: 351px;
}
section#section-header #feature-containter .video-container img {
  width: 100%;
}
section#section-header #feature-containter .tabs-btn {
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
  zoom: 1;
  *-ms-inject: expression(this.x||(this.innerHTML+='<br\ style="clear:both;font:0/0">',this.x=1));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ebebeb;
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter .tabs-btn {
    position: static;
    background: none;
  }
}
section#section-header #feature-containter .tabs-btn a {
  width: 50%;
  float: left;
  vertical-align: top;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font: 0.85em/1.05em GothamBold;
  background: #d3d3d3;
  color: #737373;
}
section#section-header #feature-containter .tabs-btn a.feature-btn {
  background: none;
  color: #000;
}
section#section-header #feature-containter .info-container {
  color: #000;
  text-align: left;
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter .info-container {
    width: 320px;
    float: left;
  }
}
section#section-header #feature-containter .info-container span {
  color: #000;
}
section#section-header #feature-containter .info-container .info .container {
  overflow-y: scroll;
  padding: 25px 20px 20px 20px;
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter .info-container .info .container {
    height: 295px;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter .info-container .info .container.hasImage {
    display: none;
    height: auto;
  }
}
section#section-header #feature-containter .info-container .info a {
  text-decoration: underline;
}
section#section-header #feature-containter .info-container .info a:hover {
  text-decoration: underline;
}
section#section-header #feature-containter .info-container .info .vcard p {
  margin: 0;
}
section#section-header #feature-containter .info-container .info .vcard p.author {
  font-weight: 900;
  text-transform: uppercase;
  font: 1.2em/1.05em GothamBold;
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter .info-container .info .vcard p.author {
    font: 1em/1.05em GothamBold;
  }
}
section#section-header #feature-containter .info-container .info h3 {
  margin: 0.2em 0;
  font: 2.0em/1.3em GothamLight;
}
section#section-header #feature-containter .info-container .social {
  *zoom: 1;
  padding: 5px 0 0 0;
}
section#section-header #feature-containter .info-container .social:before, section#section-header #feature-containter .info-container .social:after {
  content: " ";
  display: table;
}
section#section-header #feature-containter .info-container .social:after {
  clear: both;
}
section#section-header #feature-containter .info-container .social a {
  width: 15px;
  height: 18px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  float: left;
  background: url(../images/site/mainBg.png) no-repeat -77px -76px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-header #feature-containter .info-container .social a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-header #feature-containter .info-container .social a.twitter {
  margin: 1px 0 0 0;
  width: 18px;
  background-position: -96px -76px;
}
section#section-header #feature-containter .info-container .social a.instagram {
  margin: 1px 0 0 0;
  background-position: -116px -76px;
}
section#section-header #feature-containter .info-container .social a.google {
  width: 20px;
  margin: 1px 0 0 0;
  background-position: -133px -76px;
}
section#section-header #feature-containter.view-madonna .madona-container {
  display: block;
}
section#section-header #feature-containter.view-madonna .featureitem-container {
  display: none;
}
section#section-header #feature-containter.view-madonna .tabs-btn a.feature-btn {
  background: #d3d3d3;
  color: #737373;
}
section#section-header #feature-containter.view-madonna .tabs-btn a.madonna-btn {
  background: none;
  color: #000;
}
section#section-header #feature-containter .image {
  position: relative;
}
@media only screen and (min-width: 58.75em) {
  section#section-header #feature-containter .video {
    height: 351px;
  }
}
section#section-header .description {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
section#section-header .description h3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 1.5em;
}
section#section-header .description p {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-size: 1.15em;
  text-transform: uppercase;
  margin-top: 1.5em;
}

/* End Header Styling */
/* Begin Download Styling */
section#section-download {
  background: #ebebeb;
  padding: 2.0em 0 4em 0;
}
section#section-download header {
  position: relative;
  margin-bottom: 0;
}
section#section-download header h2 {
  font-size: 2.3em;
  text-transform: none;
  letter-spacing: -0.05em;
}
section#section-download header h2 span.bittorrent {
  display: inline-block;
  vertical-align: middle;
  margin: -8px 10px 0 0;
}
section#section-download header h2 sup {
  font-size: 0.2em;
  vertical-align: middle;
  position: relative;
  left: 2px;
}
section#section-download header p {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 1.4em/1.5em OpenSansRegular;
}
@media only screen and (min-width: 58.75em) {
  section#section-download header p {
    width: 100%;
  }
}
section#section-download header a.mainDownload {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 2.4em/1.3em GothamBold;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0.7em 0 0 0;
  display: block;
}
section#section-download header a.mainDownload span {
  color: #ee2b30;
}
@media only screen and (min-width: 58.75em) {
  section#section-download header a.mainDownload {
    font: 2.4em/2em GothamBold;
  }
}
section#section-download header a.mainDownload .downloadContainer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 200px;
  display: block;
  color: #fff;
  background: #000;
  position: relative;
}
section#section-download header a.mainDownload .downloadContainer span {
  color: #fff;
  left: 0;
  width: 100%;
  line-height: 1.5em;
  font-size: 0.6em;
  text-align: center;
  display: block;
  padding: 6px 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 58.75em) {
  section#section-download header a.mainDownload .downloadContainer span {
    margin-top: 0;
  }
}

/* End Download Styling */
/* Begin Social Styling */
section#section-social {
  background: #ebebeb;
  padding: 2em 0 2em 0;
}
section#section-social header {
  position: relative;
}
section#section-social header h2 {
  text-transform: uppercase;
  color: #ee2b30;
  font: 2.0em/1.3em GothamBold;
}
@media only screen and (min-width: 58.75em) {
  section#section-social header h2 {
    font: 2.6em/2.5em GothamBold;
  }
}
section#section-social header h2 a {
  color: #000;
}
section#section-social header p {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
section#section-social header a.mainDownload {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 2.4em/1.3em GothamBold;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0.7em 0 2.3em 0;
  display: block;
}
@media only screen and (min-width: 58.75em) {
  section#section-social header a.mainDownload {
    font: 2.4em/2em GothamBold;
  }
}
section#section-social header a.mainDownload .downloadContainer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 200px;
  display: block;
  color: #fff;
  background: #000;
  position: relative;
}
section#section-social header a.mainDownload .downloadContainer span {
  color: #fff;
  left: 0;
  width: 100%;
  line-height: 1.5em;
  font-size: 0.6em;
  text-align: center;
  display: block;
  padding: 6px 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 58.75em) {
  section#section-social header a.mainDownload .downloadContainer span {
    margin-top: 0;
  }
}
section#section-social #connect-container {
  margin-top: 2em;
  padding-top: 1.25em;
  padding-bottom: 0.75em;
  border: 1px solid #989898;
  *zoom: 1;
}
section#section-social #connect-container:before, section#section-social #connect-container:after {
  content: " ";
  display: table;
}
section#section-social #connect-container:after {
  clear: both;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #connect-container {
    margin-top: 3em;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    width: 700px;
  }
}
section#section-social #connect-container h3 {
  width: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #ee2b30;
  font: 1.6em/1.65em GothamBold, "Helvetica Neue", "Helvetica", arial, sans-serif;
  text-transform: uppercase;
  margin-left: -90px;
  padding: 0 1.25em;
  position: absolute;
  top: -0.6em;
  left: 50%;
  width: 180px;
  min-width: 180px;
  background: #ebebeb;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #connect-container h3 {
    width: 120px;
    min-width: 120px;
    padding: 0;
    font: 1.4em/1.65em GothamBold, "Helvetica Neue", "Helvetica", arial, sans-serif;
    margin-left: -60px;
  }
}
section#section-social #connect-container p {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 1.6em/1.7em GothamLight;
  text-transform: uppercase;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #connect-container p {
    outline: 1px solid #989898;
    width: 40%;
    height: 2.5em;
    padding: 1.5em 0 1.5em 0;
    height: 75px;
    float: left;
    font: 1.2em/1.7em GothamLight;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
}
section#section-social #connect-container p#names {
  margin-top: 0;
  padding-top: 0.5em;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #connect-container p#names {
    padding: 1.5em 0 1.5em 0;
  }
}
section#section-social #connect-container p#names span {
  margin-left: 0.5em;
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}
section#section-social #connect-container p#hashtag {
  margin-top: 0.5em;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #connect-container p#hashtag {
    margin-top: 0;
    padding: 1.5em 0 1.5em 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: none;
    float: right;
  }
}
section#section-social #connect-container ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 1.2em;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #connect-container ul {
    width: 20%;
    float: left;
    margin-top: 1.9em;
  }
}
section#section-social #connect-container ul li {
  background-size: 100% 100%;
  width: 1.75em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 1.75em;
  margin-right: 1em;
  display: inline-block;
}
section#section-social #connect-container ul li:last-child {
  margin-right: 0;
}
section#section-social #connect-container ul li a {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/site/mainBg.png) no-repeat 0 -98px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-social #connect-container ul li a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-social #connect-container ul li.twitter a {
  background-position: -25px -98px;
}
section#section-social #connect-container ul li.instagram a {
  background-position: -149px -98px;
}
section#section-social #connect-container ul li.googleplus a {
  background-position: -55px -98px;
}
section#section-social #share-container {
  margin-top: 2em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #share-container {
    float: left;
    width: 220px;
    margin-top: 3em;
    border: 1px solid #989898;
    margin-left: 1.4em;
    position: relative;
    margin-bottom: 4em;
  }
}
section#section-social #share-container h3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #ee2b30;
  font: 1.4em/1.65em GothamBold;
  text-transform: uppercase;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #share-container h3 {
    margin-left: -50px;
    position: absolute;
    top: -0.6em;
    left: 50%;
    width: 100px;
    min-width: 100px;
    background: #ebebeb;
  }
}
section#section-social #share-container ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 0.7em;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #share-container ul {
    padding: 1.4em 0 1.65em 0;
  }
}
section#section-social #share-container ul li {
  background-size: 100% 100%;
  width: 1.75em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 1.75em;
  margin-right: 1em;
  display: inline-block;
}
section#section-social #share-container ul li:last-child {
  margin-right: 0;
}
section#section-social #share-container ul li a {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/site/mainBg.png) no-repeat 0 -98px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-social #share-container ul li a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-social #share-container ul li.twitter a {
  background-position: -25px -98px;
}
section#section-social #share-container ul li.instagram a {
  background-position: -149px -98px;
}
section#section-social #share-container ul li.googleplus a {
  background-position: -55px -98px;
}
section#section-social #email-sign-up-container {
  background: url(../images/site/dottedBgWhite.jpg) repeat #010101;
  /* CSS for high-resolution devices */
  padding-bottom: 5em;
  clear: both;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-social #email-sign-up-container {
    background-image: url("../images/site/dottedBgWhite@2x.jpg");
    background-size: 15px 15px;
  }
}
section#section-social #email-sign-up-container .email-wrapper {
  padding: 3em 10px;
  position: relative;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container .email-wrapper {
    padding: 3em 5em;
  }
}
section#section-social #email-sign-up-container h3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #ee2b30;
  font: 1.6em/1.65em GothamBold;
  text-transform: uppercase;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container h3 {
    display: inline;
  }
}
section#section-social #email-sign-up-container p {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 1.6em/1.65em GothamLight;
  text-transform: uppercase;
  margin-top: 0.5em;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container p {
    display: inline;
  }
}
section#section-social #email-sign-up-container p#terms {
  width: 80%;
  max-width: 375px;
  font: 1em/1.25em OpenSansRegular;
  text-transform: none;
  text-align: right;
  padding-right: 1em;
  position: absolute;
  bottom: 1em;
  left: 0;
  margin-top: 3em;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container p#terms {
    width: 100%;
    max-width: none;
    text-align: center;
    top: 100%;
    bottom: auto;
  }
}
section#section-social #email-sign-up-container p#terms a {
  text-decoration: underline;
}
section#section-social #email-sign-up-container form {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 1em;
  *zoom: 1;
}
section#section-social #email-sign-up-container form:before, section#section-social #email-sign-up-container form:after {
  content: " ";
  display: table;
}
section#section-social #email-sign-up-container form:after {
  clear: both;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container form {
    margin-top: 3em;
  }
}
section#section-social #email-sign-up-container fieldset {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 1.25em;
  *zoom: 1;
}
section#section-social #email-sign-up-container fieldset:before, section#section-social #email-sign-up-container fieldset:after {
  content: " ";
  display: table;
}
section#section-social #email-sign-up-container fieldset:after {
  clear: both;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container fieldset {
    width: 38%;
    margin-top: 0;
    float: left;
  }
}
section#section-social #email-sign-up-container fieldset#email-fieldset {
  margin-top: 0;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container fieldset#email-fieldset {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container fieldset#submit-fieldset {
    width: 20%;
    float: right;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container fieldset#submit-fieldset p {
    width: auto;
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
  }
}
section#section-social #email-sign-up-container label {
  width: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 1em/1.25em OpenSansRegular;
  position: absolute;
  top: 1.1em;
  left: 1.1em;
  z-index: 5;
  display: none;
}
section#section-social #email-sign-up-container input {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 3.75em;
  border: 1px solid #959595;
  outline: none;
}
section#section-social #email-sign-up-container input[type="text"],
section#section-social #email-sign-up-container input[type="email"] {
  font: 1em/1.25em OpenSansRegular;
  padding: 1em;
  padding-top: 0.9em;
  z-index: 0;
}
section#section-social #email-sign-up-container input[type="text"]:focus, section#section-social #email-sign-up-container input[type="text"]:active,
section#section-social #email-sign-up-container input[type="email"]:focus,
section#section-social #email-sign-up-container input[type="email"]:active {
  z-index: 10;
}
section#section-social #email-sign-up-container input[type="text"]:focus ~ label, section#section-social #email-sign-up-container input[type="text"]:active ~ label,
section#section-social #email-sign-up-container input[type="email"]:focus ~ label,
section#section-social #email-sign-up-container input[type="email"]:active ~ label {
  display: none !important;
}
section#section-social #email-sign-up-container input[type="submit"] {
  background: #000;
  color: #fff;
  width: 20%;
  font-family: GothamMedium;
  text-transform: uppercase;
  padding-top: 0.4em;
  float: right;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #email-sign-up-container input[type="submit"] {
    width: 100%;
    margin-top: 0;
    float: none;
  }
}
section#section-social #email-sign-up-container img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section#section-social #info {
  background: transparent;
  padding: 10px;
  color: #fff;
  font-family: GothamMedium;
}
@media only screen and (min-width: 58.75em) {
  section#section-social #info {
    padding: 5em;
  }
}
section#section-social #info ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: block;
  text-align: center;
}
section#section-social #info ul li {
  background: url(../images/site/dottedBg.jpg) repeat #010101;
  /* CSS for high-resolution devices */
  text-align: center;
  vertical-align: top;
  padding: 9em 2em 3em 2em;
  margin: 0 0 2em 0;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-social #info ul li {
    background-image: url("../images/site/dottedBg@2x.jpg");
    background-size: 8px 8px;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-social #info ul li {
    display: inline-block;
    width: 27%;
    margin: 0 2em;
  }
}
section#section-social #info ul li:after {
  background: url(../images/site/mainBg.png) no-repeat 0 0;
  /* CSS for high-resolution devices */
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 55px;
  left: 50%;
  margin: 0 0 0 -20px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-social #info ul li:after {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-social #info ul li.artwork:after {
  background-position: -47px 0;
}
section#section-social #info ul li.socialFeed:after {
  background-position: 0 -46px;
  width: 110px;
  height: 25px;
  margin-left: -55px;
  top: 75px;
}
section#section-social #info ul li h3 {
  font-size: 1.8em;
  text-transform: uppercase;
}
section#section-social #info ul li p {
  height: 40px;
}

.no-placeholder label {
  display: block !important;
}

/* End Social Styling */
/* Begin Submit Styling */
section#section-submit {
  background: #000;
  padding: 2em 0 8em 0;
  color: #fff;
}
section#section-submit form div.validate {
  background: #fff;
  color: #000;
}
section#section-submit form div.validate span:before {
  border-top-color: #fff;
}
section#section-submit form div.validate span:after {
  border-top-color: #fff;
}
section#section-submit h2 {
  font: 2.8em/1.3em GothamBold;
  text-transform: uppercase;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit h2 {
    font: 2.8em/2.85em GothamBold;
  }
}
section#section-submit h2 span {
  color: #ee2b30;
}
section#section-submit #submit-artwork h4 {
  font: 3em/3.05em GothamBold;
  text-transform: uppercase;
}
section#section-submit #submit-artwork input {
  height: 33px;
}
section#section-submit #submit-artwork input,
section#section-submit #submit-artwork textarea {
  background: #000;
  border: 1px solid #959595;
  font-size: 11px;
  font-family: OpenSansRegular;
  color: #fff;
  font-weight: 200;
  padding: 8px 10px;
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
}
section#section-submit #submit-artwork input#input_url,
section#section-submit #submit-artwork textarea#input_url {
  padding-left: 40px;
}
section#section-submit #submit-artwork input#input_url:-ms-input-placeholder,
section#section-submit #submit-artwork textarea#input_url:-ms-input-placeholder {
  padding-left: 40px;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork .terms {
    width: 265px;
    float: left;
    margin-top: 10px;
  }
}
section#section-submit #submit-artwork .terms label {
  display: block !important;
  /*font: 1.0em/1.05em GothamBold;*/
  color: #fff !important;
  position: relative;
  z-index: 10;
  float: left;
}
section#section-submit #submit-artwork .terms label a {
  text-decoration: underline;
}
section#section-submit #submit-artwork .terms input {
  float: left;
  width: 20px !important;
  margin: 0 !important;
  height: auto !important;
  padding: 0 !important;
  z-index: 9;
}
section#section-submit #submit-artwork textarea {
  height: 100px;
}
section#section-submit #submit-artwork input[type=file] {
  display: none;
}
section#section-submit #submit-artwork label {
  text-align: left;
  display: none;
  padding: 0;
  font-size: 11px;
  font-family: OpenSansRegular;
  color: #fff;
}
section#section-submit #submit-artwork label.fileLabel {
  display: block;
  margin: 0 0 7px 0;
  background: #000;
  border: 1px dashed #959595;
  padding: 10px;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
section#section-submit #submit-artwork label.fileLabel u {
  text-decoration: underline;
  margin-left: 5px;
}
section#section-submit #submit-artwork label.fileLabel span {
  display: none;
}
section#section-submit #submit-artwork label.fileLabel span.loaderUpload {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #fff;
  background: #000;
  padding: 10px;
  display: block;
  overflow: hidden;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
section#section-submit #submit-artwork .hover label.fileLabel {
  background: #000;
  color: #fff;
}
section#section-submit #submit-artwork fieldset .inputContainer {
  position: relative;
}
section#section-submit #submit-artwork fieldset .inputContainer span.link {
  position: absolute;
  top: 11px;
  left: 15px;
}
section#section-submit #submit-artwork fieldset .inputContainer .errorMessage,
section#section-submit #submit-artwork fieldset .inputContainer .successMessage {
  position: absolute;
  right: 15px;
  top: 8px;
  display: none;
}
section#section-submit #submit-artwork fieldset .inputContainer .errorMessage {
  font: 1.6em/1.65em GothamBold;
  color: red;
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#section-submit #submit-artwork fieldset .inputContainer .successMessage {
  border-right: 3px solid green;
  border-bottom: 3px solid green;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
}
section#section-submit #submit-artwork fieldset .inputContainer.success .successMessage {
  display: block;
}
section#section-submit #submit-artwork fieldset .inputContainer.error .errorMessage {
  display: block;
}
section#section-submit #submit-artwork fieldset .inputContainer.error input {
  border: 1px solid red;
}
section#section-submit #submit-artwork fieldset .inputContainer.success input, section#section-submit #submit-artwork fieldset .inputContainer.error input {
  padding-right: 30px;
}
section#section-submit #submit-artwork fieldset .inputContainer .textareaCounter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font: 1.0em/1.05em GothamBold;
  color: #999;
}
section#section-submit #submit-artwork fieldset .inputContainer .textareaCounter.errorCounter {
  color: red;
}
section#section-submit #submit-artwork fieldset legend {
  font: 1.2em/1.25em GothamBold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 30px 0;
  display: block;
  width: 100%;
  clear: both;
}
section#section-submit #submit-artwork fieldset legend span.float {
  position: absolute;
  margin: 0 0 0 -10px;
  width: 100%;
  text-align: center;
  font-weight: 200;
  height: 20px;
  left: 0;
  top: 31%;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset legend span.float {
    height: 236px;
    left: 50%;
    top: 40px;
    width: 20px;
  }
}
section#section-submit #submit-artwork fieldset legend span.float span {
  background: #000;
  padding: 7px 0;
  font-family: GothamLight;
  display: block;
  position: relative;
  z-index: 2;
  top: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  left: 50%;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset legend span.float span {
    width: 100%;
    left: 0;
    margin: -17px 0 0 0;
  }
}
section#section-submit #submit-artwork fieldset legend span.float:after {
  z-index: 1;
  position: absolute;
  content: "";
  background: #959595;
  top: 0;
  margin: 0 0 0 1px;
  left: 0;
  height: 1px;
  width: 100%;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset legend span.float:after {
    left: 50%;
    height: 100%;
    width: 1px;
  }
}
section#section-submit #submit-artwork fieldset.left {
  padding: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset.left {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding: 0;
    padding-bottom: 20px;
  }
}
section#section-submit #submit-artwork fieldset.right {
  padding: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset.right {
    float: left;
    width: 45%;
    margin-left: 5%;
    margin-top: 0;
    padding: 0;
    padding-bottom: 20px;
  }
}
section#section-submit #submit-artwork fieldset.bottom {
  text-align: left;
  clear: both;
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset.bottom {
    padding: 0px;
    height: 135px;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset.bottom .inputContainer {
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
  }
}
section#section-submit #submit-artwork fieldset.bottom .inputContainer.last {
  margin: 0;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset.bottom .inputContainer.input_location {
    width: 462px;
  }
}
section#section-submit #submit-artwork fieldset.bottom legend {
  margin-top: 20px;
}
section#section-submit #submit-artwork fieldset.bottom input {
  vertical-align: top;
  margin: 0 0 10px 0;
}
section#section-submit #submit-artwork fieldset.bottom input.submit {
  bottom: 0;
  right: 0;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font: 1.2em/1.25em GothamBold;
  margin: 0;
  border: 0;
  width: auto;
  padding: 9px 15px;
  float: right;
  margin-top: 20px;
}
@media only screen and (min-width: 58.75em) {
  section#section-submit #submit-artwork fieldset.bottom input.submit {
    float: none;
    margin-top: 0;
    position: absolute;
  }
}
section#section-submit #submit-artwork .server_error {
  position: absolute;
  bottom: -55px;
  border: 1px dotted red;
  padding: 8px 15px 8px 35px;
  right: 0;
  font: 1.0em/1.05em GothamBold;
  text-transform: uppercase;
  color: red;
  max-width: 90%;
  display: none;
}
section#section-submit #submit-artwork .server_error:after, section#section-submit #submit-artwork .server_error:before {
  position: absolute;
  left: 10px;
  top: 5px;
}
section#section-submit #submit-artwork .server_error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 17px solid red;
}
section#section-submit #submit-artwork .server_error:after {
  content: "!";
  font: 0.8em/0.85em GothamBold;
  color: #fff;
  margin: 6px 0 0 0.7em;
}
section#section-submit #submit-artwork span.fileUploadInfo {
  display: block;
  font-size: 11px;
  font-family: OpenSansRegular;
  text-align: left;
  margin: 0 0 8px 0;
}
section#section-submit #submit-artwork #input_url_container label {
  padding-left: 40px;
}
section#section-submit #submit-artwork #input_url_container span.link span {
  border: 2px #fff solid;
}
section#section-submit #submit-artwork #input_url_container.animate span.link span {
  animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
}

.no-placeholder section#section-submit #submit-artwork .inputContainer label {
  display: block;
  position: absolute;
  margin: 10px;
}

@-moz-document url-prefix() {
  fieldset.bottom {
    height: 155px !important;
  }
}

/* End Submit Styling */
/* Begin Guest Curator Styling */
section#section-guest-curator {
  background: #ebebeb;
  padding: 4.0em 0 4em 0;
}
section#section-guest-curator header {
  position: relative;
  margin-bottom: 34px;
}
section#section-guest-curator header h2 {
  font-size: 2.3em;
  text-transform: none;
  letter-spacing: -0.05em;
}
section#section-guest-curator header h2 span {
  color: #ee2b30;
}
section#section-guest-curator .inner {
  overflow: hidden;
  zoom: 1;
  *-ms-inject: expression(this.x||(this.innerHTML+='<br\ style="clear:both;font:0/0">',this.x=1));
  width: 620px;
  margin: 0 auto;
  max-width: 98%;
}
section#section-guest-curator .content {
  float: left;
  width: 100%;
}
section#section-guest-curator .details {
  float: left;
  margin: 1.0em 0 1.15em 0;
}
section#section-guest-curator .details .name {
  float: left;
  font-size: 1em;
  font-family: 'GothamBold';
  font-weight: normal;
  text-transform: uppercase;
}
section#section-guest-curator .details .location {
  float: left;
  font-size: 0.9em;
  margin: 0 0 0 2em;
}
section#section-guest-curator .social {
  *zoom: 1;
  float: right;
  margin: 0.6em 0 1.4em 0;
}
section#section-guest-curator .social:before, section#section-guest-curator .social:after {
  content: " ";
  display: table;
}
section#section-guest-curator .social:after {
  clear: both;
}
section#section-guest-curator .social a {
  width: 15px;
  height: 18px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  float: left;
  background: url(../images/site/mainBg.png) no-repeat -77px -76px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-guest-curator .social a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-guest-curator .social a.twitter {
  margin: 1px 0 0 0;
  width: 18px;
  background-position: -96px -76px;
}
section#section-guest-curator .social a.instagram {
  margin: 1px 0 0 0;
  background-position: -116px -76px;
}
section#section-guest-curator .social a.google {
  width: 20px;
  margin: 1px 0 0 0;
  background-position: -133px -76px;
}
section#section-guest-curator span.title {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
  font-size: 1.85em;
  font-weight: normal;
  margin-bottom: 6px;
}
section#section-guest-curator p.description {
  display: block;
  float: left;
  font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  text-align: left;
  width: 100%;
  line-height: 1.7em;
}
section#section-guest-curator ul.socials {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 1.2em;
}
@media only screen and (min-width: 58.75em) {
  section#section-guest-curator ul.socials {
    width: 20%;
    float: left;
    margin-top: 1.9em;
  }
}
section#section-guest-curator ul.socials li {
  background-size: 100% 100%;
  width: 1.75em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 1.75em;
  margin-right: 1em;
  display: inline-block;
}
section#section-guest-curator ul.socials li:last-child {
  margin-right: 0;
}
section#section-guest-curator ul.socials li a {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/site/mainBg.png) no-repeat 0 -98px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-guest-curator ul.socials li a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-guest-curator ul.socials li.twitter a {
  background-position: -25px -98px;
}
section#section-guest-curator ul.socials li.instagram a {
  background-position: -149px -98px;
}
section#section-guest-curator ul.socials li.googleplus a {
  background-position: -55px -98px;
}

/* End Guest Curator Styling */
/* Begin Winner Styling */
section#section-winner {
  background: #ebebeb;
  border-bottom: #959595 1px solid;
  padding: 4.0em 0 7em 0;
}
section#section-winner header {
  position: relative;
  margin-bottom: 0;
}
section#section-winner header h2 {
  font-size: 2.3em;
  text-transform: none;
  letter-spacing: -0.05em;
}
section#section-winner header h2 span {
  color: #ee2b30;
}
section#section-winner .content {
  float: left;
  width: 60%;
}
section#section-winner .content img {
  max-width: 100%;
}
section#section-winner .site-container {
  max-width: 98%;
  margin: 1em auto 0 auto;
}
section#section-winner .details {
  float: left;
  text-align: left;
  margin: 0 0 0 2em;
  width: 35%;
}
section#section-winner .details .name {
  font: 1.1em/1.0em GothamBold;
  text-transform: uppercase;
  float: left;
  margin: 0 0 4px 0;
  width: 100%;
}
section#section-winner .details .title {
  float: left;
  width: 100%;
  font: 1.85em/1.2em OpenSansLight;
  margin: 0 0 16px 0;
}
section#section-winner .details p.description {
  float: left;
  width: 100%;
  font: 0.9em/2em OpenSansSemiBold;
}
section#section-winner .social {
  *zoom: 1;
  float: right;
  margin: 2px 0 18px 0;
}
section#section-winner .social:before, section#section-winner .social:after {
  content: " ";
  display: table;
}
section#section-winner .social:after {
  clear: both;
}
section#section-winner .social a {
  width: 15px;
  height: 18px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  float: left;
  background: url(../images/site/mainBg.png) no-repeat -77px -76px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-winner .social a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-winner .social a.twitter {
  margin: 1px 0 0 0;
  width: 18px;
  background-position: -96px -76px;
}
section#section-winner .social a.instagram {
  margin: 1px 0 0 0;
  background-position: -116px -76px;
}
section#section-winner .social a.google {
  width: 20px;
  margin: 1px 0 0 0;
  background-position: -133px -76px;
}
section#section-winner p {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 1.4em/1.5em OpenSansRegular;
}
@media only screen and (min-width: 58.75em) {
  section#section-winner p {
    width: 100%;
  }
}
section#section-winner .wrapper {
  overflow: hidden;
  zoom: 1;
  *-ms-inject: expression(this.x||(this.innerHTML+='<br\ style="clear:both;font:0/0">',this.x=1));
}
@media screen and (max-width: 600px) {
  section#section-winner div.content {
    width: 100%;
  }
  section#section-winner div.details {
    width: 100%;
    margin: 0.5em 0 0 0;
  }
  section#section-winner div.details .social {
    width: auto;
    margin: -2 0 12px 0;
  }
}

/* End Winners Styling */
/* Begin Previous Guest Curator Styling */
section#section-previous-guest-curator {
  background: #ebebeb;
  padding: 4.0em 0 5em 0;
}
section#section-previous-guest-curator header {
  position: relative;
  margin-bottom: 0;
}
section#section-previous-guest-curator header h2 {
  font-size: 2.3em;
  text-transform: none;
  letter-spacing: -0.05em;
}
section#section-previous-guest-curator header h2 span {
  color: #ee2b30;
}
section#section-previous-guest-curator .content {
  float: left;
  width: 60%;
}
section#section-previous-guest-curator .content img {
  max-width: 100%;
}
section#section-previous-guest-curator .site-container {
  max-width: 98%;
  margin: 1em auto 0 auto;
}
section#section-previous-guest-curator .details {
  float: left;
  text-align: left;
  margin: 0 0 0 2em;
  width: 35%;
}
section#section-previous-guest-curator .details .name {
  float: left;
  width: 100%;
  font: 1.85em/1.2em OpenSansLight;
  margin: 0 0 16px 0;
}
section#section-previous-guest-curator .details p.description {
  float: left;
  width: 100%;
  font: 0.9em/2em OpenSansSemiBold;
}
section#section-previous-guest-curator .social {
  *zoom: 1;
  float: right;
  margin: 2px 0 18px 0;
}
section#section-previous-guest-curator .social:before, section#section-previous-guest-curator .social:after {
  content: " ";
  display: table;
}
section#section-previous-guest-curator .social:after {
  clear: both;
}
section#section-previous-guest-curator .social a {
  width: 15px;
  height: 18px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  float: left;
  background: url(../images/site/mainBg.png) no-repeat -77px -76px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-previous-guest-curator .social a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-previous-guest-curator .social a.twitter {
  margin: 1px 0 0 0;
  width: 18px;
  background-position: -96px -76px;
}
section#section-previous-guest-curator .social a.instagram {
  margin: 1px 0 0 0;
  background-position: -116px -76px;
}
section#section-previous-guest-curator .social a.google {
  width: 20px;
  margin: 1px 0 0 0;
  background-position: -133px -76px;
}
section#section-previous-guest-curator p {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font: 1.4em/1.5em OpenSansRegular;
}
@media only screen and (min-width: 58.75em) {
  section#section-previous-guest-curator p {
    width: 100%;
  }
}
section#section-previous-guest-curator .wrapper {
  overflow: hidden;
  zoom: 1;
  *-ms-inject: expression(this.x||(this.innerHTML+='<br\ style="clear:both;font:0/0">',this.x=1));
}
@media screen and (max-width: 600px) {
  section#section-previous-guest-curator div.content {
    width: 100%;
  }
  section#section-previous-guest-curator div.details {
    width: 100%;
    margin: 0.5em 0 0 0;
  }
  section#section-previous-guest-curator div.details .social {
    width: auto;
    margin: -2 0 12px 0;
  }
}

/* End Previous Guest Curator Styling */
/* Begin Daily Styling */
section#section-daily {
  background: transparent;
  color: #fff;
  padding: 5em 0 7em 0;
  overflow: hidden;
}
section#section-daily header {
  margin-bottom: 0;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily header {
    margin-bottom: 3em;
  }
}
section#section-daily header h2 {
  color: #fff;
  font: 2.0em/1.3em GothamBold;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily header h2 {
    font: 2.6em/2.5em GothamBold;
  }
}
section#section-daily header p {
  margin-top: 1em;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily header p {
    margin-top: 0;
  }
}
section#section-daily .infoMobile {
  display: block;
  text-align: center;
  color: #666666;
  font: 1.0em/1.25em GothamBold;
  padding: 1.4em 0;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily .infoMobile {
    display: none;
  }
}
section#section-daily #feature,
section#section-daily #viewDetails {
  *zoom: 1;
}
section#section-daily #feature:before, section#section-daily #feature:after,
section#section-daily #viewDetails:before,
section#section-daily #viewDetails:after {
  content: " ";
  display: table;
}
section#section-daily #feature:after,
section#section-daily #viewDetails:after {
  clear: both;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #feature,
  section#section-daily #viewDetails {
    margin-bottom: 4em;
  }
}
section#section-daily #feature .video,
section#section-daily #feature .info,
section#section-daily #viewDetails .video,
section#section-daily #viewDetails .info {
  text-align: left;
  padding: 10px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #feature .video,
  section#section-daily #feature .info,
  section#section-daily #viewDetails .video,
  section#section-daily #viewDetails .info {
    width: 50%;
    float: left;
    padding: 0;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #feature .info .container,
  section#section-daily #viewDetails .info .container {
    padding-top: 10px;
    padding-left: 20px;
  }
}
section#section-daily #feature .info a,
section#section-daily #viewDetails .info a {
  text-decoration: underline;
}
section#section-daily #feature .info a:hover,
section#section-daily #viewDetails .info a:hover {
  text-decoration: underline;
}
section#section-daily #feature .info .vcard p,
section#section-daily #viewDetails .info .vcard p {
  margin: 0;
}
section#section-daily #feature .info .vcard p.author,
section#section-daily #viewDetails .info .vcard p.author {
  font-weight: 900;
  text-transform: uppercase;
  font: 1.2em/1.05em GothamBold;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #feature .info .vcard p.author,
  section#section-daily #viewDetails .info .vcard p.author {
    font: 1em/1.05em GothamBold;
  }
}
section#section-daily #feature .info h3,
section#section-daily #viewDetails .info h3 {
  margin: 0.2em 0;
  font: 2.0em/1.3em GothamLight;
}
section#section-daily #feature .social,
section#section-daily #viewDetails .social {
  *zoom: 1;
  padding: 5px 0 0 0;
}
section#section-daily #feature .social:before, section#section-daily #feature .social:after,
section#section-daily #viewDetails .social:before,
section#section-daily #viewDetails .social:after {
  content: " ";
  display: table;
}
section#section-daily #feature .social:after,
section#section-daily #viewDetails .social:after {
  clear: both;
}
section#section-daily #feature .social a,
section#section-daily #viewDetails .social a {
  width: 15px;
  height: 18px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  float: left;
  background: url(../images/site/mainBg.png) no-repeat 0 -76px;
  /* CSS for high-resolution devices */
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-daily #feature .social a,
  section#section-daily #viewDetails .social a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
section#section-daily #feature .social a.twitter,
section#section-daily #viewDetails .social a.twitter {
  margin: 1px 0 0 0;
  width: 18px;
  background-position: -14px -76px;
}
section#section-daily #feature a.downloadFile {
  display: block;
  background: #e1e1e1;
  position: relative;
  height: 281px;
  width: 100%;
  font: 1.4em/1.45em GothamBold;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #feature a.downloadFile {
    width: 470px;
  }
}
section#section-daily #feature a.downloadFile span {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  margin: -15px 0 0 0;
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #feature .image {
    width: 470px;
    height: 281px;
    overflow: hidden;
  }
}
section#section-daily #feature .image img {
  text-align: center;
  width: 100%;
}
section#section-daily #viewDetails {
  z-index: 999;
}
section#section-daily #viewDetails .close {
  text-transform: uppercase;
  font: 7.5em/0.7em GothamLight;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  z-index: 9999;
  color: #fff;
  top: -5px;
  right: -15px;
}
section#section-daily #viewDetails .close span {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .close {
    right: 0;
    top: 0;
    font: 4em/0.7em GothamLight;
    color: #000;
    background: #fff;
  }
}
section#section-daily #viewDetails .swipeInfo {
  margin-top: 1em;
  display: block;
  text-align: center;
  color: #666666;
  font: 0.8em/1.25em GothamBold;
  padding: 1.8em 0;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .swipeInfo {
    display: none;
  }
}
section#section-daily #viewDetails .curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  top: 0;
  left: 0;
}
section#section-daily #viewDetails .video {
  padding: 10px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .video {
    padding: 0;
    max-width: 470px;
    overflow: hidden;
  }
}
section#section-daily #viewDetails .social a {
  background-position: 3px -76px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .social a {
    background-position: -77px -76px;
  }
}
section#section-daily #viewDetails .social a.twitter {
  background-position: -16px -76px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .social a.twitter {
    background-position: -96px -76px;
  }
}
section#section-daily #viewDetails .social a.instagram {
  margin: 1px 0 0 0;
  background-position: -39px -76px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .social a.instagram {
    background-position: -116px -76px;
  }
}
section#section-daily #viewDetails .social a.google {
  width: 20px;
  margin: 1px 0 0 0;
  background-position: -56px -76px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .social a.google {
    background-position: -133px -76px;
  }
}
section#section-daily #viewDetails .image {
  height: auto;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .image {
    width: 470px;
    min-height: 300px;
    /*height: 349px;*/
    position: relative;
    overflow: hidden;
  }
}
section#section-daily #viewDetails .image img {
  text-align: center;
  width: 100%;
}
section#section-daily #viewDetails .socials a {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  float: left;
  background: url(../images/site/mainBg.png) no-repeat 0 -121px;
  /* CSS for high-resolution devices */
  margin-right: 10px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  section#section-daily #viewDetails .socials a {
    background-image: url(../images/site/mainBg@2x.png);
    background-size: 180px 144px;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .socials a {
    background-position: 0 -98px;
  }
}
section#section-daily #viewDetails .socials a.twitter {
  background-position: -27px -121px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .socials a.twitter {
    background-position: -27px -98px;
  }
}
section#section-daily #viewDetails .socials a.google {
  background-position: -56px -121px;
  height: 22px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .socials a.google {
    background-position: -56px -98px;
  }
}
section#section-daily #viewDetails .socials a.tumblr {
  background-position: -87px -121px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .socials a.tumblr {
    background-position: -87px -98px;
  }
}
section#section-daily #viewDetails .socials a.email {
  background-position: -118px -121px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .socials a.email {
    background-position: -118px -98px;
  }
}
section#section-daily #viewDetails a.downloadFile {
  display: block;
  background: #e1e1e1;
  position: relative;
  height: 395px;
  width: 100%;
  font: 1.4em/1.45em GothamBold;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails a.downloadFile {
    width: 470px;
  }
}
section#section-daily #viewDetails a.downloadFile span {
  display: block;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  margin: -30px 0 0 0;
  top: 50%;
  left: 0;
}
section#section-daily #viewDetails .content {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .content {
    *zoom: 1;
  }
  section#section-daily #viewDetails .content:before, section#section-daily #viewDetails .content:after {
    content: " ";
    display: table;
  }
  section#section-daily #viewDetails .content:after {
    clear: both;
  }
}
section#section-daily #viewDetails .contentDescription {
  overflow-y: scroll;
  max-height: 200px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .contentDescription {
    max-height: 100px;
  }
  section#section-daily #viewDetails .contentDescription.hasImage {
    max-height: none;
    display: none;
  }
}
section#section-daily #viewDetails .info {
  padding: 10px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .info {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0;
    padding-left: 20px;
  }
}
section#section-daily #viewDetails .info .container {
  padding: 0;
  position: relative;
  padding-bottom: 120px;
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .info .container {
    background: #fff;
    color: #000;
    padding: 5%;
    padding-bottom: 95px;
    height: 100%;
  }
}
section#section-daily #viewDetails .info .container .share {
  position: absolute;
  bottom: 20px;
  left: 0;
  border-top: 1px solid #bdbdbd;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 15px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .info .container .share {
    margin: 0 5%;
    width: 90%;
  }
}
section#section-daily #viewDetails .info .container .share h5 {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  color: #ee2b30;
  text-transform: uppercase;
  font: 1.1em/1.15em GothamBold;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #viewDetails .info .container .share h5 {
    font: 1.5em/1.55em GothamBold;
    margin-bottom: 0;
  }
}
section#section-daily #viewDetails .info .container .share .socials a {
  display: inline-block;
}
section#section-daily #calendar {
  position: relative;
  min-height: 400px;
}
section#section-daily #calendar.minHeight {
  min-height: 1000px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar.minHeight {
    min-height: 470px;
  }
}
section#section-daily #calendar .loading {
  position: absolute;
  padding: 15px 0;
  top: 50%;
  margin: -8px 0 0 -100px;
  width: 200px;
  background: #fff;
  color: #000;
  font: 1.5em/1.55em GothamBold;
  text-transform: uppercase;
  z-index: 9999;
  left: 50%;
}
section#section-daily #calendar #viewDetails {
  position: relative;
  display: none;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar #viewDetails {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 75px;
  }
}
section#section-daily #calendar .header {
  position: relative;
  border: 1px solid #888;
  border-right: 0;
  border-left: 0;
  color: #878787;
  text-transform: uppercase;
  font: 1em/1.05em GothamBold;
  height: 50px;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header {
    display: block;
    overflow: visible;
  }
}
section#section-daily #calendar .header a.afterBtn,
section#section-daily #calendar .header a.beforeBtn {
  position: absolute;
  left: 10px;
  border-left: 2px #888 solid;
  border-top: 2px #888 solid;
  display: block;
  top: 50%;
  margin: -8px 0 0 0;
  width: 15px !important;
  height: 15px;
  z-index: 998;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header a.afterBtn,
  section#section-daily #calendar .header a.beforeBtn {
    display: none !important;
  }
}
section#section-daily #calendar .header a.afterBtn {
  border-left: 0;
  border-top: 0;
  border-right: 2px #888 solid;
  border-bottom: 2px #888 solid;
  left: auto;
  right: 10px;
}
section#section-daily #calendar .header a.beforeBtn {
  display: none;
}
section#section-daily #calendar .header .months {
  width: 1400%;
  position: absolute;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .months {
    width: 100%;
    position: static;
    left: 0 !important;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
}
section#section-daily #calendar .header .month {
  float: left;
  display: block;
  width: 100%;
  vertical-align: top;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month {
    width: 7.3%;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.first {
    position: static;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.first span.monthView {
    text-align: left;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.first.active span.monthViewFull {
    text-align: left;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.last {
    position: absolute;
    right: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.last span.monthView {
    text-align: right;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.last.active span.monthViewFull {
    text-align: right;
  }
}
section#section-daily #calendar .header .month span {
  text-align: center;
}
section#section-daily #calendar .header .month span.monthViewFull {
  display: block;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month span.monthViewFull {
    display: none;
  }
}
section#section-daily #calendar .header .month span.monthView {
  display: none;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month span.monthView {
    font-size: 0.8em;
    display: block;
  }
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.active {
    text-align: center;
  }
}
section#section-daily #calendar .header .month.active span.monthViewFull {
  color: #fff;
  font-size: 1.2em;
  display: block;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .month.active span.monthViewFull {
    text-align: center;
  }
}
section#section-daily #calendar .header .month.active span.monthView {
  display: none;
}
section#section-daily #calendar .header .year {
  position: absolute;
  display: block;
  background: #000;
  left: auto;
  right: 0;
  margin: -25px -25% 0 0;
  top: 0;
  padding: 5px;
  font-size: 0.8em;
  color: #878787;
  display: none;
}
section#section-daily #calendar .header .year.firstYear {
  margin: -10px 0 0 -5px;
  right: auto;
  left: 0;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar .header .year {
    display: block;
  }
}
section#section-daily #calendar ul {
  margin: 2em 0 0 0;
  overflow: hidden;
  width: 100%;
  padding: 0 10px 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul {
    width: 110%;
  }
}
section#section-daily #calendar ul li {
  overflow: hidden;
  margin: 0 5px 10px 5px;
  position: relative;
  cursor: pointer;
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  background: #252525;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul li {
    margin: 0 10px 10px 0;
    width: 125px;
    height: 125px;
    background: #252525;
  }
}
section#section-daily #calendar ul li.item {
  background: #fff;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul li.item {
    background: #252525;
  }
}
section#section-daily #calendar ul li.item span.day:after {
  background: #fff;
}
section#section-daily #calendar ul li .img {
  display: none;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul li .img {
    display: block;
  }
}
section#section-daily #calendar ul li .img .video_thumb {
  position: absolute;
  top: 0;
}
section#section-daily #calendar ul li .img .video_thumb.youtube {
  left: 50%;
  width: 134%;
  margin: 0 0 0 -67%;
}
section#section-daily #calendar ul li .img .video_thumb.vimeo {
  left: 50%;
  width: 246%;
  margin: 0 0 0 -123%;
}
section#section-daily #calendar ul li .img .video_thumb img {
  width: 100%;
  height: auto;
}
section#section-daily #calendar ul li span.downloadFile {
  display: block;
  top: 50%;
  left: 0;
  padding: 0 7px;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: -10px;
  font: 1.0em/1.05em GothamBold;
}
section#section-daily #calendar ul li span.coming {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font: 1em/1.05em GothamBold;
  color: #464646;
  text-align: center;
  margin-top: -0.5em;
  display: none;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul li span.coming {
    display: block;
  }
}
section#section-daily #calendar ul li span.day {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul li span.day {
    position: absolute;
    width: auto;
    height: auto;
  }
}
section#section-daily #calendar ul li span.day:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #464646;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul li span.day:after {
    display: block;
  }
}
section#section-daily #calendar ul li span.day span.dayDisplay {
  padding: 3px;
  font: 1.6em/1em OpenSansBold;
  display: block;
  position: relative;
  z-index: 2;
  color: #000;
  top: 50%;
  margin-top: -0.65em;
}
@media only screen and (min-width: 58.75em) {
  section#section-daily #calendar ul li span.day span.dayDisplay {
    font: 1em/1em OpenSansBold;
    top: 0;
    margin-top: 0;
    width: 20px;
  }
}
section#section-daily #calendar ul li img {
  width: 100%;
  height: auto;
}

/* End Daily Styling */
/* Begin Feed Styling */
section#section-socialfeed {
  background: transparent;
  padding: 5em 0;
}
section#section-socialfeed header {
  margin-bottom: 6em;
  color: #fff;
}
section#section-socialfeed header h2 {
  font: 2.0em/1.3em GothamBold;
}
@media only screen and (min-width: 58.75em) {
  section#section-socialfeed header h2 {
    font: 2.6em/2.5em GothamBold;
  }
}

/* End Feed Styling */
/* Begin Terms Styling */
section#terms {
  background: #fff;
}
section#terms .wrapper {
  text-align: left;
  padding: 20px;
}
section#terms h1 {
  text-transform: uppercase;
  margin: 0 0 40px 0;
  font-size: 2em;
  text-align: center;
  padding: 0;
}

/* End Terms Styling */
/* Begin Terms Styling */
#footer {
  background: #ebebeb;
  text-align: center;
  padding: 3em 0;
  font: 1em/0.8em OpenSansRegular, "Helvetica Neue", "Helvetica", arial, sans-serif;
  color: #000;
}
#footer span, #footer a {
  display: inline-block;
  color: #000;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer span {
  border-right: 1px solid #000;
}

/* End Terms Styling */
body {
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 940px;
  text-align: center;
}

section.section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
section.section a,
section.section a:visited {
  color: inherit;
  text-decoration: none;
}
section.section ul {
  list-style: none;
}
section.section header {
  margin: 0 0 3em 0;
}
section.section header h2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font: 2.6em/1.3em GothamBold;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 58.75em) {
  section.section header h2 {
    margin-top: 0;
    font: 2.6em/2.5em GothamBold;
  }
}
section.section header h2 a:hover {
  text-decoration: underline;
}
section.section header p {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.site-container {
  position: relative;
}

.backwards {
  color: red;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
  display: inline-block;
  z-index: 10;
}

.loadingImageBar {
  display: block;
  position: absolute;
  height: 2.2em;
  padding: 0.4em 2.5em 0 1em;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font: 1.15em/1.5em GothamBold, "Helvetica Neue", "Helvetica", arial, sans-serif;
  z-index: 99999;
  top: 50%;
  left: 50%;
  margin: -1.1em 0 0 -4em;
}
.loadingImageBar span {
  display: block;
}
.loadingImageBar .afterEl {
  right: 0.65em;
  top: 0.4em;
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  border: 0.25em solid #4b4a4a;
  border-top: 0.25em solid #fff;
  border-left: 0.25em solid #4b4a4a;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
  width: 1.2em;
  height: 1.2em;
  margin: 0 auto;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.loadingImageBar.error {
  background: red;
}
.loadingImageBar.error:after {
  display: none;
}
