/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background: #fff;
  margin: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

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

::-moz-selection {
  background: #bdd9f2;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #bdd9f2;
  color: #fff;
  text-shadow: none; }

.alert {
  color: #f00; }

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

.flip-h {
  -ms-filter: 'FlipH';
  filter: FlipH;
  transform: scaleX(-1); }

.flip-v {
  -ms-filter: 'FlipV';
  filter: FlipV;
  transform: scaleY(-1); }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

@font-face {
  font-family: 'Cooper Hewitt Bold';
  src: url("/static/fonts/webfonts/CooperHewitt-Bold.woff2?2ba65f816a13") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-Bold.woff?2ba65f816a13") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cooper Hewitt BoldItalic';
  src: url("/static/fonts/webfonts/CooperHewitt-BoldItalic.woff2?2ba65f816a13") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-BoldItalic.woff?2ba65f816a13") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Cooper Hewitt Semibold';
  src: url("/static/fonts/webfonts/CooperHewitt-Semibold.woff2?4f2f71289256") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-Semibold.woff?4f2f71289256") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cooper Hewitt SemiboldItalic';
  src: url("/static/fonts/webfonts/CooperHewitt-SemiboldItalic.woff2?4f2f71289256") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-SemiboldItalic.woff?4f2f71289256") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Cooper Hewitt Medium';
  src: url("/static/fonts/webfonts/CooperHewitt-Medium.woff2?2ba65f816a13") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-Medium.woff?2ba65f816a13") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cooper Hewitt MediumItalic';
  src: url("/static/fonts/webfonts/CooperHewitt-MediumItalic.woff2?4f2f71289256") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-MediumItalic.woff?2ba65f816a13") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Cooper Hewitt Book';
  src: url("/static/fonts/webfonts/CooperHewitt-Book.woff2?2ba65f816a13") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-Book.woff?2ba65f816a13") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cooper Hewitt BookItalic';
  src: url("/static/fonts/webfonts/CooperHewitt-BookItalic.woff2?2ba65f816a13") format("woff2"), url("/static/fonts/webfonts/CooperHewitt-BookItalic.woff?2ba65f816a13") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'jimmyawards-icons';
  src: url("/static/fonts/icons/jimmyawards-icons.eot?ec3m1&6b431c86038a");
  src: url("/static/fonts/icons/jimmyawards-icons.eot?ec3m1&6b431c86038a#iefix") format("embedded-opentype"), url("/static/fonts/icons/jimmyawards-icons.woff2?ec3m1&6b431c86038a") format("woff2"), url("/static/fonts/icons/jimmyawards-icons.ttf?ec3m1&6b431c86038a") format("truetype"), url("/static/fonts/icons/jimmyawards-icons.woff?ec3m1&6b431c86038a") format("woff"), url("/static/fonts/icons/jimmyawards-icons.svg?ec3m1&6b431c86038a#jimmyawards-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jimmyawards-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-caret-up:before {
  content: "\e900"; }

.icon-caret-down:before {
  content: "\e901"; }

.icon-social-youtube:before {
  content: "\e902"; }

.icon-social-instagram:before {
  content: "\e903"; }

.icon-social-twitter:before {
  content: "\e904"; }

.icon-social-flickr:before {
  content: "\e905"; }

.icon-social-facebook:before {
  content: "\e906"; }

.icon-social-tiktok:before {
  content: "\e907"; }

body,
button,
input,
select,
textarea {
  color: #080d09;
  font: 15px "Cooper Hewitt Book", sans-serif;
  line-height: 1.4; }

a {
  color: #DA1653;
  text-decoration: none;
  transition: all 0.2s; }
  a:hover {
    color: #B40038;
    text-decoration: underline; }
  a:focus {
    outline: 1px dotted #8aa6bf; }
  a:hover, a:active {
    outline: 0; }

p {
  color: #000000;
  font: 400 16px/2.2em "Cooper Hewitt Book", sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0; }
  p.intro-text {
    font: 400 22px/28px "Cooper Hewitt Book", sans-serif; }

b,
strong {
  font-family: "Cooper Hewitt Semibold", sans-serif; }

blockquote {
  color: #76888a;
  font-size: 16px;
  font-style: italic;
  margin: 1em 40px;
  padding: 10px 0; }
  blockquote p {
    margin: 0; }

em,
i {
  font-style: italic; }

hr {
  border: 0 #e2e6e6 solid;
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  display: block;
  height: 1px;
  margin: 10px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  text-rendering: optimizeLegibility; }

h1 {
  color: #000000;
  font-family: "Cooper Hewitt Semibold", sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase; }

h2 {
  color: #000000;
  font-family: "Cooper Hewitt Semibold", sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase; }

h3 {
  color: #000000;
  font-family: "Cooper Hewitt Semibold", sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 30px;
  text-transform: uppercase; }

h4 {
  color: #000000;
  font: 500 25px/28px "Cooper Hewitt Medium", sans-serif;
  margin-bottom: 30px; }

h5 {
  color: #000000;
  font: 600 22px/24px "Cooper Hewitt Semibold", sans-serif;
  margin-bottom: 30px; }

h6 {
  color: #000000;
  font: 600 20px/23px "Cooper Hewitt Semibold", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase; }

.breadcrumb {
  color: #DA1653;
  font: 600 16px/30px "Cooper Hewitt Book", sans-serif;
  margin-bottom: 25px; }

.breadcrumb-black {
  color: #000000; }

ol li, ul li {
  font: 400 16px/1.6em "Cooper Hewitt Book", sans-serif; }

form {
  margin: 0; }

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

button,
label,
select,
input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"],
.button {
  cursor: pointer; }

input[type="text"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
  background: #fff;
  border: 1px solid #3f5f73;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  font-family: "Cooper Hewitt Book", sans-serif; }
  input[type="text"]:focus,
  input[type="datetime"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  select:focus {
    border-color: #bdd9f2;
    outline: none; }

#mc_embed_signup {
  font-family: "Cooper Hewitt Book", sans-serif; }
  #mc_embed_signup .button {
    padding: 5px 22px 2px !important;
    height: auto !important; }

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

a button, button,
input[type="submit"],
.button {
  background: #DA1653;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 20px "Cooper Hewitt Book", sans-serif;
  padding: 20px 30px 14px 20px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s; }
  a button:hover, button:hover,
  input[type="submit"]:hover,
  .button:hover {
    color: #fff;
    background: #B40038;
    text-decoration: none; }
    a button:hover:after, button:hover:after,
    input[type="submit"]:hover:after,
    .button:hover:after {
      width: 115px; }
  a button:after, button:after,
  input[type="submit"]:after,
  .button:after {
    transition: all 0.2s;
    background-color: #fff;
    content: "";
    height: 2px;
    position: relative;
    right: -17px;
    top: -7px;
    width: 75px;
    display: inline-block; }
  a button:before, button:before,
  input[type="submit"]:before,
  .button:before {
    transition: all 0.2s;
    background: url(/static/images/icon-arrow-buttonRight.svg?d6986524afaa) no-repeat;
    content: " ";
    height: 13px;
    position: absolute;
    bottom: 0;
    right: 6px;
    top: 21px;
    width: 13px; }
  a button:focus, button:focus,
  input[type="submit"]:focus,
  .button:focus {
    border: 0;
    outline: 1px dashed #8aa6bf; }

::-webkit-input-placeholder {
  color: #e9e9e9; }

:-moz-placeholder {
  color: #e9e9e9; }

:-ms-input-placeholder {
  color: #e9e9e9; }

input.placeholder {
  color: #e9e9e9; }

dd {
  margin: 0 0 0 40px; }

ul,
ol {
  padding: 10px 10px 10px 30px; }

p + ul {
  margin-top: -40px; }

ul li {
  background: transparent 0 6px no-repeat;
  list-style: disc;
  padding: 0px; }

ol li {
  list-style: decimal;
  margin: 0 0 0 10px;
  padding: 0 0 8px; }

nav ul,
nav ol,
nav li {
  background: none;
  margin: 0;
  padding: 0; }

table {
  padding: 10px 0; }

td,
th {
  padding: 5px; }

th {
  font-weight: bold; }

td {
  vertical-align: top; }

.link .arrow-button {
  background-color: #DA1653;
  color: #fff;
  cursor: pointer;
  font: 20px/22px "Cooper Hewitt Semibold", sans-serif;
  padding: 18px 0 12px 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-flex;
  transition: all 200ms ease-in-out; }
.link .button-text {
  font: 20px "Cooper Hewitt Semibold", sans-serif;
  line-height: 22px; }
.link .ticket-arrow {
  float: left;
  width: 70px;
  margin: 8px 0 0 10px;
  height: 2px;
  background: #fff;
  transition: all 200ms ease-in-out;
  margin: 0 20px 0 10px;
  position: relative;
  top: 7px; }
.link .ticket-arrow svg {
  margin: -5px -2px 0 0px;
  float: right;
  fill: #fff;
  transition: all 200ms ease-in-out; }
.link .arrow-button:hover {
  background: #B40038;
  padding-right: 15px; }
  .link .arrow-button:hover .ticket-arrow {
    width: 90px;
    margin-right: 0px; }

.overlap .arrow-button {
  margin-top: -10px; }

.twitter-btn .ticket-arrow {
  top: 13px; }

.news-link .arrow-button {
  color: #DA1653;
  cursor: pointer;
  font: 18px/22px "Cooper Hewitt Semibold", sans-serif;
  position: relative;
  text-transform: uppercase;
  display: inline-flex;
  transition: all 200ms ease-in-out; }
.news-link .button-text {
  font: 18px/22px "Cooper Hewitt Semibold", sans-serif; }
.news-link .ticket-arrow {
  float: left;
  width: 35px;
  margin: 8px 0 0 10px;
  height: 2px;
  background: #DA1653;
  transition: all 200ms ease-in-out;
  margin-top: 8px;
  margin-right: 20px; }
.news-link .ticket-arrow svg {
  margin: -5px -2px 0 0px;
  float: right;
  fill: #DA1653;
  transition: all 200ms ease-in-out; }
.news-link .arrow-button:hover {
  color: #B40038; }
  .news-link .arrow-button:hover .ticket-arrow {
    width: 55px;
    fill: #B40038;
    margin-right: 0px; }

.cols .col-1 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 3.44828%; }

.cols .col-2 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 10.34483%; }

.cols .col-3 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 17.24138%; }

.cols .col-4 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 24.13793%; }

.cols .col-5 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 31.03448%; }

.cols .col-6 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 37.93103%; }

.cols .col-7 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 44.82759%; }

.cols .col-8 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 51.72414%; }

.cols .col-9 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 58.62069%; }

.cols .col-10 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 65.51724%; }

.cols .col-11 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 72.41379%; }

.cols .col-12 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 79.31034%; }

.cols .col-13 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 86.2069%; }

.cols .col-14 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 93.10345%; }

.cols .col-15 {
  float: left;
  margin: 0 3.44828% 0 0;
  width: 100%; }

.cols {
  clear: both;
  margin: 0 9.5%;
  max-width: 1200px;
  min-width: 320px;
  width: auto; }
  .cols::after {
    clear: both;
    content: '';
    display: table; }
  .cols .col-indent-1 {
    margin-left: 6.76667%; }
  .cols .col-indent-2 {
    margin-left: 13.43333%; }
  .cols .col-indent-3 {
    margin-left: 20.1%; }
  .cols .col-indent-4 {
    margin-left: 26.76667%; }
  .cols .col-indent-5 {
    margin-left: 33.43333%; }
  .cols .col-indent-6 {
    margin-left: 40.1%; }
  .cols .col-indent-7 {
    margin-left: 46.76667%; }
  .cols .col-indent-8 {
    margin-left: 53.43333%; }
  .cols .col-indent-9 {
    margin-left: 60.1%; }
  .cols .col-indent-10 {
    margin-left: 66.76667%; }
  .cols .col-indent-11 {
    margin-left: 73.43333%; }
  .cols .col-indent-12 {
    margin-left: 80.1%; }
  .cols .col-indent-13 {
    margin-left: 86.76667%; }
  .cols .col-indent-14 {
    margin-left: 93.43333%; }
  .cols .col-1:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-1:only-child {
    float: left; }
  .cols .col-2:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-2:only-child {
    float: left; }
  .cols .col-3:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-3:only-child {
    float: left; }
  .cols .col-4:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-4:only-child {
    float: left; }
  .cols .col-5:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-5:only-child {
    float: left; }
  .cols .col-6:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-6:only-child {
    float: left; }
  .cols .col-7:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-7:only-child {
    float: left; }
  .cols .col-8:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-8:only-child {
    float: left; }
  .cols .col-9:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-9:only-child {
    float: left; }
  .cols .col-10:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-10:only-child {
    float: left; }
  .cols .col-11:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-11:only-child {
    float: left; }
  .cols .col-12:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-12:only-child {
    float: left; }
  .cols .col-13:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-13:only-child {
    float: left; }
  .cols .col-14:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-14:only-child {
    float: left; }
  .cols .col-15:last-child {
    float: right;
    margin-right: 0; }
  .cols .col-15:only-child {
    float: left; }
  .cols img {
    max-width: 100%; }

.no-margins .right {
  margin-right: 0; }
.no-margins .left {
  margin-left: 0; }

.inner-header {
  margin-bottom: 60px;
  transition: all .1s ease-out; }
  .inner-header ul {
    padding: 0px; }
  .inner-header li a {
    color: #000000;
    font: 12px "Cooper Hewitt Semibold", sans-serif;
    transition: all .1s ease-out; }
  .inner-header li a:hover {
    color: #DA1653;
    text-decoration: none;
    border-bottom: 3px solid #DA1653; }
  .inner-header .desktop-logo {
    padding-top: 37px; }
  .inner-header .mark {
    display: inline-block;
    margin-bottom: 22px;
    width: 100%; }
  .inner-header .nav {
    padding-top: 33px;
    text-align: right; }
  .inner-header .selected a, .inner-header .ancestor a {
    color: #DA1653; }
  .inner-header .selected > ul > li a, .inner-header .ancestor > ul > li a {
    color: #000000; }
  .inner-header .border {
    height: 10px;
    width: 150px; }
  .inner-header .logo {
    float: left; }
  .inner-header .logo:hover .border {
    border-bottom: 3px solid #DA1653; }
  .inner-header > li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding: 0px;
    background: none; }
    .inner-header > li:last-child {
      margin: 0px; }
    .inner-header > li:hover > ul {
      display: block;
      position: absolute;
      opacity: 1;
      visibility: visible; }
    .inner-header > li > ul {
      background-color: #fff;
      display: block;
      margin-left: -20px;
      opacity: 0;
      padding: 0px;
      padding-top: 10px;
      padding-left: 20px;
      position: absolute;
      text-align: left;
      transition: all .3s ease-out;
      visibility: hidden;
      width: 220px;
      z-index: 1; }
      .inner-header > li > ul a {
        font: 16px/24px "Cooper Hewitt Semibold", sans-serif; }
      .inner-header > li > ul .selected a {
        color: #DA1653; }
      .inner-header > li > ul > li {
        color: #DA1653;
        display: block;
        font: 16px/24px "Cooper Hewitt Semibold", sans-serif;
        padding: 0px;
        padding-bottom: 6px;
        background: none; }
        .inner-header > li > ul > li a:hover {
          border: none;
          color: #B40038;
          text-decoration: underline; }
      .inner-header > li > ul > li:last-child {
        margin-bottom: 20px;
        padding-bottom: 0px; }
    .inner-header > li:hover > ul {
      display: block; }

.middle-header {
  display: none; }

.header-text {
  margin-bottom: 90px; }
  .header-text .homepage-headline {
    font: 60px/1.3em "Cooper Hewitt Semibold", sans-serif;
    color: #000000;
    text-transform: uppercase; }
  .header-text .homepage-headline-two {
    color: #000000;
    float: left;
    font: 60px/1.3em "Cooper Hewitt Semibold", sans-serif;
    margin-right: 4.25%;
    text-transform: uppercase; }
  .header-text .homepage-tagline {
    font: 16px/24px "Cooper Hewitt Book", sans-serif;
    float: left;
    color: #000000;
    margin-bottom: 90px;
    margin-top: 30px;
    width: 57%; }
  .header-text .responsive-headline {
    display: none; }
  .header-text .cta-on {
    margin-left: 270px; }
  .header-text .red-dot {
    color: #DA1653; }

.red-block {
  background-image: url("/static/images/bg-text-250.png?d6986524afaa");
  background-repeat: repeat-y;
  height: calc(100% - 375px);
  width: 100px;
  background-color: #DA1653;
  position: absolute;
  top: 375px;
  z-index: -999; }

.red-block-interior {
  background-image: url("/static/images/bg-text-250.png?d6986524afaa");
  background-repeat: repeat-y;
  height: calc(100% - 375px);
  width: 100px;
  background-color: #DA1653;
  position: absolute;
  top: 375px;
  z-index: -1; }

body {
  position: relative; }

.footer-wrap {
  max-width: 1400px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 0px; }

.footer {
  background-color: #000000;
  color: white;
  height: auto;
  transition: all 0.2s ease-in-out; }
  .footer .logos {
    margin-top: 80px; }
  .footer .mobile-logos {
    display: none; }
  .footer .logo {
    margin-bottom: 40px; }
    .footer .logo .presented-by {
      color: #fff;
      font: 12px "Cooper Hewitt Semibold", sans-serif;
      margin-bottom: 5px; }
  .footer .inner {
    margin-top: 80px;
    text-align: right; }
  .footer .social {
    margin-bottom: 40px; }
    .footer .social .social-icon {
      color: white;
      font-size: 20px;
      margin-right: 30px; }
    .footer .social .social-icon:last-child {
      margin-right: 0px; }
    .footer .social .social-icon:hover {
      color: #B40038;
      text-decoration: none; }
  .footer .copyright {
    margin-bottom: 50px; }
    .footer .copyright p {
      color: white;
      font-size: 14px; }
  .footer .blenderbox {
    font: 400 10px/30px "Cooper Hewitt Book", sans-serif;
    margin-bottom: 60px; }

.footer .nav {
  margin-bottom: 20px; }
  .footer .nav li {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    .footer .nav li a {
      color: #DA1653;
      font: 16px "Cooper Hewitt Semibold", sans-serif;
      line-height: 20px; }
  .footer .nav li:last-child {
    margin-right: 0px; }

.mobile-bottom-nav {
  display: none; }

.mobile-header {
  display: none; }

.mobile-nav {
  display: none; }

.mobile-nav-control {
  display: none; }

.mobile-nav {
  display: none;
  z-index: 1;
  position: absolute;
  padding-right: 15px;
  color: white;
  width: 300px;
  right: 100px;
  text-align: right; }
  .mobile-nav a {
    color: white; }
  .mobile-nav li {
    background: none;
    background-image: none;
    font: 16px/22px "Cooper Hewitt Semibold", sans-serif;
    width: 100%; }
  .mobile-nav li.sub > a {
    font-size: 30px;
    margin-left: 70px;
    line-height: 54px; }

.mobile-interior-nav {
  display: none; }

.mobile-interior-nav-control {
  display: none; }

.page-title h1 {
  margin-bottom: 53px; }

.sidenav {
  width: 250px;
  overflow: hidden;
  position: relative; }
  .sidenav li {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
    .sidenav li a {
      color: #000000;
      font: 16px/24px "Cooper Hewitt Semibold", sans-serif; }
    .sidenav li a:hover {
      color: #DA1653; }
  .sidenav ul {
    margin-top: 0px;
    padding: 0px;
    padding-top: 5px; }
    .sidenav ul li {
      background: none;
      background-image: none;
      margin-bottom: 16px;
      padding: 0px; }
      .sidenav ul li a {
        color: #000000;
        font: 16px/24px "Cooper Hewitt Semibold", sans-serif; }
      .sidenav ul li a:hover {
        color: #B40038;
        text-decoration: underline; }
      .sidenav ul li > ul {
        margin-top: 0px;
        padding: 0px; }
        .sidenav ul li > ul > li {
          margin-left: 20px;
          margin-bottom: 5px; }
          .sidenav ul li > ul > li:first-child {
            margin-top: 5px; }
          .sidenav ul li > ul > li:last-child {
            margin-bottom: -10px; }
          .sidenav ul li > ul > li > a {
            line-height: 24px; }
            .sidenav ul li > ul > li > a > .fa {
              font-size: 12px; }
  .sidenav .selected a {
    color: #DA1653;
    font-family: "Cooper Hewitt Semibold", sans-serif; }
  .sidenav .selected > ul > li a {
    color: #000000;
    font-family: "Cooper Hewitt Semibold", sans-serif; }

.sidenav .selected-line:after {
  content: "";
  position: absolute;
  margin-top: 15px;
  margin-left: 5px;
  height: 1px;
  border-bottom: 2px solid #DA1653;
  width: 100%; }
.sidenav .selected-line:hover:after {
  border-bottom: 2px solid #B40038; }

.body {
  min-height: 500px; }

.wrap {
  max-width: 1400px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 0px; }

.multi-title {
  width: 440px; }
  .multi-title h1 {
    margin-top: 0px; }

.multi-module {
  float: left;
  width: 63%; }
  .multi-module .fancy-text {
    display: none; }
  .multi-module p {
    line-height: 22px;
    margin-bottom: 0px; }
  .multi-module .module {
    margin-bottom: 40px;
    margin-right: 80px;
    min-height: 277px; }
    .multi-module .module .description {
      margin-top: 30px; }
    .multi-module .module .news-description {
      margin-top: 9px;
      margin-bottom: 13px; }
    .multi-module .module .news-link a {
      font: 18px/22px "Cooper Hewitt Semibold", sans-serif;
      position: relative;
      padding-right: 28px;
      text-transform: uppercase; }
      .multi-module .module .news-link a:hover {
        text-decoration: none; }
    .multi-module .module .image {
      float: left;
      margin-right: 8%;
      width: 40%; }
    .multi-module .module .image img {
      border-bottom: solid #DA1653 2px; }
    .multi-module .module .inner {
      float: left;
      width: 52%; }
    .multi-module .module .subtitle p {
      margin-top: 5px; }
    .multi-module .module h3 {
      margin-top: 0px;
      margin-bottom: 0px; }
  .multi-module .link {
    clear: both;
    height: 54px;
    padding-top: 20px;
    margin-bottom: 120px; }

.module-left {
  border-top: solid 2px #000000;
  border-left: solid 2px #000000;
  border-right: solid 2px #000000;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  margin-bottom: 222px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 37%; }
  .module-left h3 {
    color: #DA1653;
    line-height: 32px;
    margin-bottom: 22px;
    margin-top: 34px; }
  .module-left .inner {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 75px;
    margin-bottom: 28px; }
  .module-left p {
    line-height: 22px;
    margin-bottom: 0px; }
  a .module-left:hover {
    background-color: #B40038;
    color: #fff; }
    a .module-left:hover h3, a .module-left:hover p {
      color: white; }

.arrow {
  width: calc(100% - -15px);
  /*103%;*/
  /*515px;*/
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #DA1653;
  left: 0;
  transition: all 200ms ease-in-out; }

.arrow svg {
  position: absolute;
  right: -3px;
  top: -5px;
  fill: #DA1653;
  transition: all 200ms ease-in-out; }

.module-left:hover .arrow {
  width: calc(100% - -25px);
  /*105%;*/
  /*525px*/
  background: #000; }

.module-left:hover .arrow svg {
  fill: #000; }

.three-images {
  max-width: 1400px; }
  .three-images .column-one {
    display: inline-block;
    margin-left: 80px;
    padding-right: 15px;
    width: 60.5%; }
    .three-images .column-one .image-one {
      margin-bottom: 15px;
      margin-top: 10px;
      width: 100%;
      vertical-align: top;
      z-index: -1; }
    .three-images .column-one img {
      width: 100%; }
    .three-images .column-one .image-three {
      float: left;
      padding-right: 30px;
      margin-bottom: 120px;
      width: 73.75%; }
    .three-images .column-one .title {
      font: 24px/30px "Cooper Hewitt Semibold", sans-serif;
      text-transform: uppercase;
      margin-bottom: 6px; }
    .three-images .column-one .caption {
      display: inline-block;
      font: 16px/20px "Cooper Hewitt Semibold", sans-serif;
      margin-top: 20px;
      text-transform: uppercase;
      width: 21.75%; }
    .three-images .column-one .link {
      margin-left: 105px;
      position: absolute;
      z-index: 1; }
  .three-images .column-two {
    display: inline-block;
    width: 28.5%;
    vertical-align: top; }
    .three-images .column-two img {
      width: 100%; }
    .three-images .column-two .logo {
      margin-bottom: 10px; }
    .three-images .column-two .presented-by {
      margin-top: 30px;
      margin-bottom: 5px;
      font: 12px "Cooper Hewitt Semibold", sans-serif; }

.single-image {
  max-width: 1400px;
  margin-bottom: 120px; }
  .single-image .image {
    display: inline-block;
    width: 88.5%;
    vertical-align: bottom; }
  .single-image img {
    width: 100%; }
  .single-image .caption {
    display: inline-block;
    writing-mode: tb-rl;
    margin-left: 10px;
    margin-bottom: -6px;
    font: 16px/20px "Cooper Hewitt Semibold", sans-serif;
    text-transform: uppercase;
    transform: rotate(180deg);
    width: 2%; }

.partners-promo {
  transition: all 0.2s ease-in-out; }
  .partners-promo h1 {
    margin-top: 0px; }
  .partners-promo .image {
    margin-bottom: 10px; }
  .partners-promo .partner {
    float: left;
    font: 16px/32px "Cooper Hewitt Semibold", sans-serif;
    margin-right: 4%;
    margin-bottom: 50px;
    text-transform: uppercase;
    width: 21.25%; }
    .partners-promo .partner a {
      color: #000000;
      font: 16px/32px "Cooper Hewitt Semibold", sans-serif; }
    .partners-promo .partner a:hover {
      color: #B40038; }
  .partners-promo .partner:nth-child(4n) {
    margin-right: 0px; }
  .partners-promo .partner:nth-child(5n) {
    clear: left; }
  .partners-promo .main-title {
    width: 440px; }
  .partners-promo .view-all {
    clear: both;
    width: 500px;
    margin-bottom: 100px; }

.module-promo {
  height: auto;
  margin-bottom: 80px;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .module-promo h1 {
    margin-bottom: 15px;
    margin-top: 0px; }
  .module-promo .link {
    cursor: pointer; }
  .module-promo .intro {
    width: 480px; }
  .module-promo .image {
    margin-top: -10px;
    transition: all 0.2s ease-in-out;
    z-index: -1; }
  .module-promo .description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px; }
  .module-promo .mobile-link {
    display: none; }
  .module-promo .embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: none; }
    .module-promo .embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .module-promo .video-wrapper {
    cursor: pointer;
    margin-left: -40px;
    margin-top: -25px; }
    .module-promo .video-wrapper:hover svg .center {
      opacity: 1; }
    .module-promo .video-wrapper svg {
      position: absolute;
      left: 40%;
      transform: translateX(-42%);
      top: 70%;
      transform: translateY(-72%);
      transition: all 0.2s ease-in-out;
      height: 15%;
      width: 15%; }

.ticket-cta {
  background-color: #DA1653;
  background-image: url("/static/images/bg-nhsmtaText-Alert.png?b5beba0f475d");
  background-repeat: repeat-y;
  border: 0;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font: 24px/32px "Cooper Hewitt Book", sans-serif;
  padding: 40px;
  transition: all .2s;
  width: 485px; }

.ticket-cta:hover {
  background-color: #B40038; }

.promo-text {
  display: inline; }

.promo-text::after {
  margin-right: 20px;
  content: " "; }

.arrow-button {
  color: #fff;
  font: 24px/32px "Cooper Hewitt Semibold", sans-serif;
  text-transform: uppercase;
  line-height: .9;
  display: inline-flex; }

/* overrides for responsive box */
.header-text .arrow-button {
  display: block !important;
  position: relative;
  margin-top: 15px; }
.header-text .promo-text::after {
  margin-right: 0;
  content: '';
  display: none; }

.button-text {
  float: left;
  font: 24px/36px "Cooper Hewitt Semibold", sans-serif; }

.ticket-arrow {
  float: left;
  width: 70px;
  margin: 8px 0 0 10px;
  height: 2px;
  background: #fff;
  transition: all 200ms ease-in-out;
  margin-top: 16px;
  margin-right: 20px; }

.ticket-arrow svg {
  margin: -5px -2px 0 0px;
  float: right;
  fill: #fff;
  transition: all 200ms ease-in-out; }

.arrow-button:hover .ticket-arrow {
  width: 90px;
  margin-right: 0px; }

.nominee {
  color: #000000;
  float: left;
  height: auto;
  margin-right: 4%;
  margin-bottom: 60px;
  width: 48%; }
  .nominee .image img {
    border-bottom: solid #DA1653 2px; }
  .nominee .image,
  .nominee .logo {
    float: left;
    margin-right: 9%;
    width: 36%; }
  .nominee .inner {
    float: left;
    width: 55%; }
    .nominee .inner.no-logo {
      float: none;
      width: 100%; }
  .nominee .name {
    font: 24px/28px "Cooper Hewitt Semibold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .nominee .location {
    font: 16px "Cooper Hewitt Book", sans-serif;
    margin-bottom: 20px; }
  .nominee .ceremony-dates {
    font: 16px "Cooper Hewitt Book", sans-serif; }

.programs-container {
  overflow: auto; }
  .programs-container .nominee .image,
  .programs-container .nominee .logo {
    float: left;
    margin-right: 6%;
    width: 41%; }
  .programs-container .nominee .location,
  .programs-container .nominee .name {
    margin-bottom: 9px; }
  .programs-container .nominee .high-school {
    margin-bottom: 0; }

.nominee:nth-child(2n) {
  margin-right: 0; }

.nominee:last-child {
  margin-bottom: 50px; }

.winner-promo {
  margin-bottom: 50px;
  width: 560px; }
  .winner-promo::after {
    clear: both;
    content: '';
    display: table; }
  .winner-promo h3 {
    color: #000000;
    margin-bottom: 2px;
    margin-top: 0px; }
  .winner-promo .fancy-text {
    display: none; }
  .winner-promo .image img {
    border-bottom: solid #DA1653 2px; }
  .winner-promo .image {
    float: left;
    margin-right: 40px;
    width: 200px; }
  .winner-promo .inner {
    float: left;
    width: 320px; }
  .winner-promo .city-state {
    margin-bottom: 28px; }
  .winner-promo .description {
    font: 16px/22px "Cooper Hewitt Book", sans-serif; }

.link-promo {
  border-top: solid 2px #000000;
  border-left: solid 2px #000000;
  border-right: solid 2px #000000;
  display: flex;
  margin-bottom: 50px;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  width: 92%; }
  .link-promo::after {
    clear: both;
    content: '';
    display: table; }
  .link-promo a {
    width: 100%; }
    .link-promo a:hover {
      background-color: #B40038;
      color: #fff; }
      .link-promo a:hover h3, .link-promo a:hover .description {
        color: white; }
  .link-promo .background {
    align-items: stretch;
    background-color: black;
    float: left;
    height: 100%;
    margin-right: 6%;
    overflow: hidden;
    width: 47%;
    z-index: -1; }
    .link-promo .background svg {
      position: absolute;
      top: 25%;
      left: 18%;
      z-index: 1; }
  .link-promo h3 {
    margin-bottom: 25px;
    margin-top: 0px;
    color: #DA1653; }
  .link-promo .image {
    float: left;
    height: 100%;
    width: 100%; }
    .link-promo .image img {
      height: 100%;
      width: auto;
      transform: translateX(-50%);
      left: 50%;
      max-width: none;
      position: relative; }
  .link-promo .inner {
    float: left;
    width: 47%;
    padding-bottom: 38px;
    padding-top: 38px;
    padding-right: 38px; }
  .link-promo .city-state {
    margin-bottom: 26px; }
  .link-promo .description {
    color: #000000;
    font: 16px/22px "Cooper Hewitt Book", sans-serif; }
  .link-promo .overlay {
    height: 95px;
    width: 79px;
    position: absolute;
    margin-left: 125px;
    margin-top: 45px; }

.arrow {
  width: calc(100% + 15px);
  /*103%;*/
  /*515px;*/
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #DA1653;
  transition: all 200ms ease-in-out; }

.arrow svg {
  position: absolute;
  right: -3px;
  top: -5px;
  fill: #DA1653;
  transition: all 200ms ease-in-out; }

.link-promo:hover .arrow {
  width: calc(100% + 25px);
  /*105%;*/
  /*525px*/
  background: #000; }
.link-promo:hover .background svg .center {
  opacity: 1; }

.link-promo:hover .arrow svg {
  fill: #000; }

.feature-image {
  width: calc(50% + 470px); }

.twitter-plugin {
  margin-bottom: 130px; }
  .twitter-plugin h1 {
    margin-top: 0px; }
  .twitter-plugin h6 a {
    text-transform: none; }
  .twitter-plugin .intro {
    width: 440px; }
  .twitter-plugin .icon {
    float: left;
    font-size: 62px;
    margin-right: 32px;
    width: 62px; }
  .twitter-plugin .tweet {
    clear: both;
    margin-bottom: 60px;
    width: 92%;
    word-wrap: break-word; }
  .twitter-plugin ul {
    padding: 0px; }
    .twitter-plugin ul li {
      background: none;
      list-style: none;
      line-height: 22px;
      padding: 0px; }
  .twitter-plugin ul > :first-child {
    font-size: 32px;
    line-height: 42px; }
  .twitter-plugin b a {
    color: #000000;
    font: 18px "Cooper Hewitt Semibold", sans-serif; }
  .twitter-plugin .image {
    float: left;
    padding-right: 32px; }
  .twitter-plugin .details {
    margin: 0px;
    margin-top: -6px;
    width: 90%; }
  .twitter-plugin .follow-us {
    clear: both; }
  .twitter-plugin .inner {
    float: left;
    margin-bottom: 45px;
    width: calc(100% - 94px); }
  .twitter-plugin .reset {
    margin-bottom: 100px; }

.full-width-image {
  margin-bottom: 50px;
  width: 100%; }
  .full-width-image .image {
    display: inline-block;
    width: 95%;
    vertical-align: bottom; }
  .full-width-image .caption {
    display: inline-block;
    writing-mode: tb-rl;
    font: 16px/20px "Cooper Hewitt Semibold", sans-serif;
    text-transform: uppercase;
    transform: rotate(180deg);
    margin-left: 10px;
    margin-bottom: -6px;
    width: 2%; }

.inline-image {
  float: left;
  margin-bottom: 40px;
  margin-right: 40px;
  margin-top: 10px;
  max-width: 60%; }
  .inline-image .caption {
    background-color: #000000;
    color: white;
    font: 12px/22px "Cooper Hewitt Book", sans-serif;
    height: 30px;
    padding-left: 10px;
    padding-top: 3px;
    width: 100%; }

.right-inline-image {
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-top: 10px;
  max-width: 60%; }
  .right-inline-image .caption {
    background-color: #000000;
    color: white;
    font: 12px/22px "Cooper Hewitt Book", sans-serif;
    height: 30px;
    padding-left: 10px;
    padding-top: 3px;
    width: 100%; }

.alt-full-width-image {
  margin-bottom: 30px;
  max-width: 560px; }
  .alt-full-width-image .caption {
    background-color: #000000;
    color: white;
    font: 12px/22px "Cooper Hewitt Book", sans-serif;
    height: 30px;
    padding-left: 10px;
    padding-top: 3px;
    width: 100%; }

.program {
  width: 100%; }
  .program .image {
    margin-bottom: 25px; }
  .program .inner p {
    margin-top: 15px; }
  .program .website {
    margin-top: 15px;
    margin-bottom: 30px; }
  .program .location,
  .program .ceremony-dates {
    font-size: 16px;
    line-height: 22px; }
  .program .social {
    margin-top: 30px; }
  .program .name {
    font: 24px/22px "Cooper Hewitt Semibold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .program .social a {
    display: inline-block;
    font-size: 20px;
    margin-right: 15px; }
    .program .social a:hover {
      text-decoration: none; }
  .program .location,
  .program .ceremony-dates,
  .program .social {
    margin-bottom: 7px; }

.years-container {
  overflow: auto; }
  .years-container h3 {
    margin-top: 40px; }
  .years-container .nominee {
    margin-bottom: 45px; }

.year-container {
  clear: both;
  display: block; }
  .year-container .year-title {
    font: 24px/22px "Cooper Hewitt Semibold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .year-container.last-year .nominee {
    margin-bottom: 60px; }

hr.year-separator {
  margin-top: 0;
  margin-bottom: 45px; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 105px solid transparent;
  border-bottom: 105px solid transparent;
  border-left: 125px solid #fff; }

@media screen and (max-width: 1180px) {
  .homepage-headline {
    display: none; }

  .homepage-headline-two {
    display: none; }

  .header-text .responsive-headline {
    display: block;
    font: 60px/1.3em "Cooper Hewitt Semibold", sans-serif;
    color: #000000;
    text-transform: uppercase; } }
@media screen and (max-width: 1100px) {
  .inner-header .nav {
    float: right;
    width: auto; } }
@media screen and (max-width: 1050px) {
  .header-text .cta-on {
    margin-left: 0px;
    width: 75%; }

  .inner-header {
    display: none; }

  .middle-header {
    display: block; }

  .middle-header .inner-header {
    display: block; }

  .middle-header .nav {
    float: right;
    width: auto; }

  .module-promo .video-wrapper svg {
    position: absolute;
    left: 38%;
    transform: translateX(-42%);
    top: 76%;
    transform: translateY(-72%);
    transition: all 0.2s ease-in-out;
    height: 15%;
    width: 15%; } }
@media screen and (max-width: 950px) {
  .link-promo .background svg {
    top: 25%;
    left: 15%; } }
@media screen and (max-width: 800px) {
  .link-promo .background svg {
    top: 15.5%;
    left: 40%; } }
@media screen and (max-width: 750px) {
  /* columns */
  .cols {
    margin: 0 auto;
    padding: 0 9.5%; }
    .cols *[class*='col-'], .cols *[class^=' col-'], .cols .cols {
      width: 100%; }
      .cols *[class*='col-'][class*='col-'], .cols *[class^=' col-'][class*='col-'], .cols .cols[class*='col-'] {
        /* for pesky ultra-specific cascades */
        width: 100%; }

  .cols .col-1 {
    display: none; }

  .left-gutter {
    display: none; }

  /* Red Side Block Beocmes Smaller */
  .red-block-interior {
    height: calc(100% - 375px);
    width: 15px; }

  .red-block {
    height: calc(100% - 375px);
    width: 15px; }

  /* Resizing Homepage Intro */
  .header-text .responsive-headline {
    font: 32px/1.2em "Cooper Hewitt Semibold", sans-serif;
    width: 400px; }

  .header-text .homepage-tagline {
    width: 100%;
    margin-left: 0px; }

  /* Resizing Footer */
  .footer .social {
    margin-top: 40px; }
  .footer hr {
    margin-bottom: 30px; }
  .footer .inner {
    text-align: left;
    margin-top: 0px; }
  .footer .logos {
    display: none; }
  .footer .mobile-logos {
    display: block; }

  /* Side Nav Becomes Dropdown */
  .sidenav {
    display: none; }

  .mobile-interior-nav-control {
    display: block;
    color: #fff;
    font: 18px/22px "Cooper Hewitt Semibold", sans-serif;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 240px; }
    .mobile-interior-nav-control.on .more {
      background-color: #DA1653;
      vertical-align: bottom; }
    .mobile-interior-nav-control.on .caret {
      padding-bottom: 11px;
      padding-top: 14px;
      vertical-align: bottom; }
    .mobile-interior-nav-control.on .inner-caret svg {
      transform: rotateX(180deg); }
    .mobile-interior-nav-control.on .inner-caret:before {
      background-color: #3e0012;
      content: "";
      display: inline-block;
      height: 26px;
      top: 23px; }
    .mobile-interior-nav-control.on svg .cls-1 {
      stroke: #3e0012; }
    .mobile-interior-nav-control .more {
      display: inline-block;
      background-color: #3e0012;
      padding: 15px;
      padding-bottom: 10px;
      padding-left: 20px;
      height: 100%;
      width: 195px;
      transition: all 0.2s ease-in-out; }
    .mobile-interior-nav-control .caret {
      background-color: #DA1653;
      display: inline-block;
      font: 18px/22px "Cooper Hewitt Semibold", sans-serif;
      height: 100%;
      padding: 13px;
      padding-bottom: 10px;
      padding-top: 15px;
      position: relative;
      width: 45px;
      vertical-align: top; }

  .mobile-interior-nav-control .inner-caret {
    transition: all 0.2s ease-in-out; }
    .mobile-interior-nav-control .inner-caret:before {
      background-color: #fff;
      content: "";
      display: inline-block;
      height: 13px;
      position: absolute;
      left: 20px;
      width: 2px;
      transition: all 0.2s ease-in-out; }

  .mobile-interior-nav {
    background-color: #3e0012;
    padding-top: 10px;
    margin-top: -40px;
    margin-bottom: 40px;
    width: 240px;
    position: relative; }
    .mobile-interior-nav.on {
      display: block; }
    .mobile-interior-nav .selected:before {
      content: "";
      position: absolute;
      margin-top: 11px;
      margin-left: -25px;
      height: 1px;
      border-bottom: 2px solid #fff;
      width: 20px; }
    .mobile-interior-nav li {
      display: inline-block;
      margin-bottom: 10px;
      margin-left: 20px;
      position: relative;
      width: 80%; }
      .mobile-interior-nav li a {
        color: #fff;
        font: 16px/24px "Cooper Hewitt Semibold", sans-serif; }
    .mobile-interior-nav ul {
      margin-top: 0px;
      padding: 0px; }
      .mobile-interior-nav ul .selected:before {
        margin-left: -40px;
        width: 35px; }
      .mobile-interior-nav ul li {
        background: none;
        background-image: none;
        margin-bottom: 4px;
        padding: 0px; }
        .mobile-interior-nav ul li a {
          color: #fff;
          font: 16px/24px "Cooper Hewitt Semibold", sans-serif; }
        .mobile-interior-nav ul li > ul {
          margin-top: 0px; }
          .mobile-interior-nav ul li > ul > li {
            margin-left: 20px;
            margin-bottom: 5px; }
            .mobile-interior-nav ul li > ul > li:first-child {
              margin-top: 5px; }
            .mobile-interior-nav ul li > ul > li:last-child {
              margin-bottom: 14px; }
            .mobile-interior-nav ul li > ul > li > a {
              line-height: 24px; }
              .mobile-interior-nav ul li > ul > li > a > .fa {
                font-size: 12px; }

  /* Inner Header Becomes Mobile Header */
  .middle-header {
    display: none; }

  .mobile-header {
    display: block;
    margin-bottom: 50px; }
    .mobile-header .mobile-logo {
      float: left;
      padding-top: 20px; }

  /* Mobile Nav */
  .mobile-nav-control {
    display: inline-block; }

  .mobile-nav-control {
    float: right;
    margin-top: 44px; }

  * {
    margin: 0;
    padding: 0; }

  .taller {
    height: 1050px; }

  /* Nav Menu Icon */
  #nav-icon {
    width: 35px;
    height: 30px;
    top: 26px;
    right: 40px;
    transform: rotate(0deg);
    transition: .25s ease-out;
    cursor: pointer;
    position: absolute;
    z-index: 1; }

  #nav-icon span {
    display: block;
    position: absolute;
    height: 6px;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-out; }

  #nav-icon span:nth-child(1) {
    width: 35px;
    background: #DA1653; }

  #nav-icon span:nth-child(2) {
    width: 30px;
    background: #680420; }

  #nav-icon span:nth-child(3) {
    width: 25px;
    background: #3e0012; }

  #nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
    z-index: 2; }

  #nav-icon span:nth-child(2) {
    top: 12px;
    transform-origin: left center;
    z-index: 4; }

  #nav-icon span:nth-child(3) {
    top: 24px;
    transform-origin: left center;
    z-index: 2; }

  #nav-icon.open span:nth-child(1) {
    width: 330px;
    margin-left: -270px;
    height: 450px;
    top: -45px;
    position: absolute;
    /*width:0;
    opacity:0;*/
    z-index: -999; }

  #nav-icon.open.taller span:nth-child(1) {
    width: 330px;
    margin-left: -270px;
    height: 1050px;
    top: -45px;
    position: absolute;
    /*width:0;
    opacity:0;*/
    z-index: -999; }

  #nav-icon.open span:nth-child(2) {
    transform: rotate(-45deg);
    top: 24px;
    left: 8px;
    width: 35px; }

  #nav-icon.open span:nth-child(3) {
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
    width: 35px; }

  /* Nav Items */
  .nav-items {
    background: #DA1653;
    transition: .25s ease-out;
    position: absolute;
    top: 0;
    z-index: 1; }

  .ticket-cta {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 450px; }

  .mobile-nav {
    margin-top: -20px;
    position: absolute;
    padding-right: 9.5%;
    color: white;
    width: 250px;
    right: 40px;
    text-align: right;
    z-index: 1; }
    .mobile-nav .ico {
      color: #3e0012;
      display: inline-block;
      font-size: 10px; }
    .mobile-nav ul {
      padding: 0px; }
    .mobile-nav .ancestor-line:before {
      content: "";
      position: absolute;
      margin-top: 16px;
      margin-left: -48px;
      height: 1px;
      border-bottom: 2px solid #fff;
      width: 40px; }
    .mobile-nav .selected:before {
      content: "";
      position: absolute;
      margin-top: 19px;
      margin-left: 25px;
      height: 1px;
      border-bottom: 2px solid #3e0012;
      width: 40px; }
    .mobile-nav a {
      color: #ffffff; }
    .mobile-nav li {
      display: block;
      font: 24px/32px "Cooper Hewitt Semibold", sans-serif;
      margin-right: 0;
      position: relative;
      padding: 0px;
      z-index: 100;
      width: 100%; }
    .mobile-nav li.sub {
      margin-bottom: 10px; }
      .mobile-nav li.sub > a {
        font: 16px/22px "Cooper Hewitt Semibold", sans-serif;
        color: #3e0012; }
    .mobile-nav li.sub:first-child {
      margin-top: 10px; }
    .mobile-nav li.main {
      margin-bottom: 20px; }
      .mobile-nav li.main > .ico {
        transition: all 0.2s ease-in-out;
        position: absolute;
        right: -34px;
        top: 13px; }
      .mobile-nav li.main > ul {
        transition: all 0.2s ease-in-out;
        max-height: 0;
        overflow: hidden; }
      .mobile-nav li.main.on > .ico {
        transform: rotateX(180deg); }
      .mobile-nav li.main.on > ul {
        max-height: 600px; }

  h1 {
    font-size: 40px;
    line-height: 40px; }

  h2 {
    font-size: 32px;
    line-height: 32px; }

  h3 {
    font-size: 24px;
    line-height: 32px; }

  h4 {
    font-size: 18px;
    line-height: 24px; }

  h5 {
    font-size: 16px;
    line-height: 24px; }

  h6 {
    font-size: 12px;
    line-height: 28px; }

  p {
    line-height: 24px;
    margin-bottom: 20px; }

  .breadcrumb {
    margin-bottom: 10px; }

  /* Interior Plugins */
  .link-promo {
    width: 70%;
    margin-bottom: 30px; }
    .link-promo .inner {
      padding-left: 25px;
      padding-right: 25px;
      width: 100%; }
    .link-promo .background {
      height: auto;
      width: 100%; }
    .link-promo .image img {
      max-width: 100%; }

  .winner-promo {
    width: 85%; }
    .winner-promo .fancy-text {
      z-index: 1;
      width: 35%;
      float: left;
      font-size: 165px;
      line-height: 115px;
      font-family: "Cooper Hewitt Semibold", sans-serif;
      text-transform: uppercase;
      word-wrap: break-word;
      color: #DA1653;
      opacity: .1;
      position: relative;
      left: -20px;
      top: 16px; }
    .winner-promo .name {
      margin-bottom: 15px; }
    .winner-promo .image {
      width: 100%; }
    .winner-promo .image img {
      margin-bottom: 25px;
      float: left;
      width: 60%;
      z-index: -1;
      position: relative; }
    .winner-promo .city-state {
      margin-bottom: 20px; }

  .full-width-image {
    margin-bottom: 30px; }
    .full-width-image .image {
      width: 100%; }
    .full-width-image .caption {
      padding-left: 0px;
      margin-top: 10px;
      margin-left: 0px;
      transform: none;
      writing-mode: horizontal-tb;
      width: 100%; }

  .inline-image {
    max-width: 100%;
    margin-bottom: 30px; }

  .right-inline-image {
    max-width: 100%;
    margin-bottom: 30px; }

  .nominee {
    width: 100%;
    font-size: 12px;
    margin-bottom: 35px; }
    .nominee .image {
      width: auto;
      margin-right: 20px;
      margin-bottom: 20px; }
    .nominee .location {
      font-size: 12px; }

  .nominee:last-child {
    margin-bottom: 30px; }

  /* Homepage Plugins */
  .three-images {
    margin-bottom: 60px; }
    .three-images .column-one {
      width: 100%;
      margin-left: 0px; }
      .three-images .column-one .image-three {
        display: none; }
      .three-images .column-one .title {
        display: none; }
      .three-images .column-one .caption {
        display: none; }
      .three-images .column-one .link {
        margin-left: 10%; }
    .three-images .column-two {
      display: none; }

  .single-image {
    max-width: 1400px;
    margin-bottom: 60px; }
    .single-image .image {
      display: inline-block;
      float: left;
      margin-bottom: 60px; }
    .single-image .caption {
      display: none; }

  .partners-promo {
    margin-left: 0px; }
    .partners-promo .main-title {
      width: 100%; }
    .partners-promo h1 {
      margin-top: 0px; }
    .partners-promo .image {
      width: 157px; }
    .partners-promo .partner {
      margin-bottom: 25px;
      max-width: 100%;
      width: 100%; }
    .partners-promo .view-all {
      width: auto; }

  .partner:last-child {
    margin-bottom: 50px;
    width: 100%; }

  .twitter-plugin .icon {
    display: none; }
  .twitter-plugin .intro {
    width: 100%; }
  .twitter-plugin .inner {
    width: 100%; }
  .twitter-plugin .image {
    display: none; }
  .twitter-plugin .follow-us {
    margin-left: 0px; }
  .twitter-plugin .reset {
    padding-left: 0px; }
  .twitter-plugin .twitter-button {
    display: none; }
    .twitter-plugin .twitter-button .ticket-arrow {
      top: 0; }

  .twitter-btn .arrow-button {
    padding-top: 16px; }
    .twitter-btn .arrow-button .ticket-arrow {
      margin-top: 8px;
      top: 0; }

  .twitter-plugin ul > :first-child {
    font-size: 22px;
    line-height: 32px; }

  .multi-title {
    width: auto; }
    .multi-title h1 {
      margin-top: 0px; }

  .multi-module {
    width: 100%; }
    .multi-module .fancy-text {
      display: block;
      z-index: 1;
      width: 35%;
      float: left;
      font-size: 165px;
      line-height: 115px;
      font-family: "Cooper Hewitt Semibold", sans-serif;
      text-transform: uppercase;
      word-wrap: break-word;
      color: #DA1653;
      opacity: .1;
      position: relative;
      left: -20px;
      top: 17px; }
    .multi-module .module {
      margin-bottom: 30px;
      margin-right: 0px; }
      .multi-module .module .image {
        clear: both;
        float: none;
        margin-right: 20px;
        width: 100%; }
      .multi-module .module .image img {
        margin-bottom: 25px;
        float: left;
        width: 60%;
        z-index: 2;
        position: relative; }
      .multi-module .module .inner {
        width: 100%;
        margin-bottom: 40px; }

  .module-left {
    margin-bottom: 60px;
    width: 61%; }
    .module-left h3 {
      margin-top: 25px;
      margin-bottom: 10px; }
    .module-left .inner {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 20px; }

  .module-promo {
    margin-bottom: 60px; }
    .module-promo .intro {
      margin-left: 0px;
      width: 70%; }
      .module-promo .intro h1 {
        margin-top: 0px; }
    .module-promo .image {
      margin-bottom: 34px;
      width: 90%; }
    .module-promo .description {
      margin-bottom: 25px; }
    .module-promo .link {
      display: none; }
    .module-promo .mobile-link {
      display: block; }
      .module-promo .mobile-link .link {
        display: block; }
    .module-promo .video-wrapper {
      margin-top: 0px;
      margin-left: 0; }
      .module-promo .video-wrapper svg {
        left: 39%;
        transform: translateX(-40%);
        top: 58%;
        transform: translateY(-62%); } }
@media screen and (max-width: 700px) {
  .winner-promo .fancy-text {
    font-size: 135px;
    line-height: 100px;
    top: 11px; }

  .multi-module .fancy-text {
    font-size: 155px;
    line-height: 115px;
    top: 12px; } }
@media screen and (max-width: 615px) {
  .winner-promo .fancy-text {
    font-size: 115px;
    line-height: 90px;
    top: 7px; }

  .multi-module .fancy-text {
    font-size: 145px;
    line-height: 110px;
    top: 11px; }
  .multi-module .button:hover:after {
    width: 80px; }
  .multi-module .button:after {
    right: -14px;
    width: 50px; }
  .multi-module .button:before {
    right: 9px;
    top: 22px; }
  .multi-module .link {
    clear: both;
    height: 54px;
    padding-top: 0px;
    margin-bottom: 60px; }

  .module-left {
    margin-bottom: 60px;
    width: 71%; }

  .module-promo .video-wrapper {
    margin-left: 0; }
    .module-promo .video-wrapper svg {
      top: 63%;
      transform: translateY(-63%); }
  .module-promo .button:hover:after {
    width: 80px; }
  .module-promo .button:after {
    right: -14px;
    width: 50px; }
  .module-promo .button:before {
    right: 9px;
    top: 22px; }

  .twitter-plugin {
    margin-bottom: 60px; }
    .twitter-plugin h1 {
      margin-bottom: -25px; }
    .twitter-plugin .button:hover:after {
      width: 80px; }
    .twitter-plugin .button:after {
      right: -14px;
      width: 50px; }
    .twitter-plugin .button:before {
      right: 9px;
      top: 22px; }

  .ticket-cta {
    padding-left: 30px;
    padding-right: 30px;
    width: 300px; }

  .mobile-bottom-nav {
    background-color: #3e0012;
    display: block;
    width: 100%; }
    .mobile-bottom-nav .inner {
      color: white;
      font: 16px/40px "Cooper Hewitt Semibold", sans-serif;
      padding-bottom: 40px;
      padding-top: 40px;
      width: 50%; }
      .mobile-bottom-nav .inner li {
        display: block; }
      .mobile-bottom-nav .inner li a {
        color: white; }
      .mobile-bottom-nav .inner li a:hover {
        text-decoration: none; } }
@media screen and (max-width: 500px) {
  .winner-promo .fancy-text {
    font-size: 95px;
    line-height: 75px;
    top: 6px; }
  .winner-promo .description {
    width: 85%; }

  .multi-module .fancy-text {
    font-size: 115px;
    line-height: 90px;
    top: 7px; }

  .nominee .inner {
    text-align: left;
    width: 49%; }

  .module-left {
    margin-bottom: 60px;
    width: 81%; }

  .module-promo .video-wrapper svg {
    top: 70%;
    transform: translateY(-70%); }

  .link-promo {
    width: 84%; }
    .link-promo .background svg {
      top: 13%;
      left: 37%; }

  .link .arrow-button {
    padding-left: 12px; }

  .twitter-btn .arrow-button {
    padding-left: 12px; }

  .header-text .responsive-headline {
    width: 200px; } }
@media screen and (max-width: 420px) {
  .winner-promo .fancy-text {
    font-size: 88px;
    line-height: 70px;
    top: 5px; }

  .multi-module .fancy-text {
    font-size: 100px;
    line-height: 75px;
    top: 8px; }

  .module-left {
    margin-bottom: 60px;
    width: 91%; }

  .link-promo {
    width: 96%; }
    .link-promo .background svg {
      top: 13.5%; } }
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    -ms-filter: none !important;
    filter: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

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

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

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

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

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

  @page {
    margin: .6in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  header,
  footer {
    display: none; } }
.lt-ie9 .wrap {
  min-height: 1px;
  padding-bottom: 0; }
.lt-ie9 .footer {
  margin-top: 0;
  position: static; }

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