/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: white;
  font-family: Arvo;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: white;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Links ---------------------- */
a img {
  border: none;
}

a {
  color: white;
  text-decoration: none;
  line-height: inherit;
}

a:hover {
  color: #f2f2f2;
}

a:focus {
  color: #f2f2f2;
}

p a, p a:visited {
  line-height: inherit;
}

/* Misc ---------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.hide-override {
  display: none !important;
}

.highlight {
  background: #ffff99;
}

#googlemap img, object, embed {
  max-width: none;
}

#map_canvas embed {
  max-width: none;
}

#map_canvas img {
  max-width: none;
}

#map_canvas object {
  max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
figure {
  margin: 0;
}

/* The Grid ---------------------- */
.row {
  width: 1200px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -30px;
}
.row .logos {
  display: flex;
  flex-wrap: wrap;
}

.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -30px;
}
.row .row.collapse {
  margin: 0;
}

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 30px;
  position: relative;
}
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

.one, .row .one {
  width: 8.33333%;
}

.two, .row .two {
  width: 16.66667%;
}

.three, .row .three {
  width: 25%;
}

.four, .row .four {
  width: 33.33333%;
}

.five, .row .five {
  width: 41.66667%;
}

.six, .row .six {
  width: 50%;
}

.seven, .row .seven {
  width: 58.33333%;
}

.eight, .row .eight {
  width: 66.66667%;
}

.nine, .row .nine {
  width: 75%;
}

.ten, .row .ten {
  width: 83.33333%;
}

.eleven, .row .eleven {
  width: 91.66667%;
}

.twelve, .row .twelve {
  width: 100%;
}

.row .offset-by-one {
  margin-left: 8.33333%;
}

.row .offset-by-two {
  margin-left: 16.66667%;
}

.row .offset-by-three {
  margin-left: 25%;
}

.row .offset-by-four {
  margin-left: 33.33333%;
}

.row .offset-by-five {
  margin-left: 41.66667%;
}

.row .offset-by-six {
  margin-left: 50%;
}

.row .offset-by-seven {
  margin-left: 58.33333%;
}

.row .offset-by-eight {
  margin-left: 66.66667%;
}

.row .offset-by-nine {
  margin-left: 75%;
}

.row .offset-by-ten {
  margin-left: 83.33333%;
}

.push-two {
  left: 16.66667%;
}

.pull-two {
  right: 16.66667%;
}

.push-three {
  left: 25%;
}

.pull-three {
  right: 25%;
}

.push-four {
  left: 33.33333%;
}

.pull-four {
  right: 33.33333%;
}

.push-five {
  left: 41.66667%;
}

.pull-five {
  right: 41.66667%;
}

.push-six {
  left: 50%;
}

.pull-six {
  right: 50%;
}

.push-seven {
  left: 58.33333%;
}

.pull-seven {
  right: 58.33333%;
}

.push-eight {
  left: 66.66667%;
}

.pull-eight {
  right: 66.66667%;
}

.push-nine {
  left: 75%;
}

.pull-nine {
  right: 75%;
}

.push-ten {
  left: 83.33333%;
}

.pull-ten {
  right: 83.33333%;
}

img {
  height: auto;
}

img, object, embed {
  max-width: 100%;
}

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

#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  margin: 0;
}
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}
.block-grid.two-up {
  margin: 0 -15px;
}
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  margin: 0 -12px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  margin: 0 -8px;
}
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up {
  margin: 0 -8px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}
.block-grid.seven-up {
  margin: 0 -8px;
}
.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}
.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}
.block-grid.eight-up {
  margin: 0 -8px;
}
.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}
.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}
.block-grid.nine-up {
  margin: 0 -8px;
}
.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}
.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}
.block-grid.ten-up {
  margin: 0 -8px;
}
.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}
.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}
.block-grid.eleven-up {
  margin: 0 -8px;
}
.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}
.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}
.block-grid.twelve-up {
  margin: 0 -8px;
}
.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}
.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
  /* NavBar --- */
  /*            */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  /* NavBar --- */
  /*            */
  .touch .nav-bar li a {
    font-size: 13px;
  }
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }

  /* Clearing --- */
  /*              */
  .clearing-main-right, .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none;
  }
  .clearing-main-right:before, .clearing-main-left:before {
    position: absolute;
    top: 50%;
  }

  .clearing-main-left {
    left: 0;
  }
  .clearing-main-left:before {
    left: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent white transparent transparent;
  }

  .clearing-main-right {
    height: 100%;
    right: 0;
  }
  .clearing-main-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent white;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  .left, .right {
    float: none;
  }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column, .columns {
    width: auto !important;
    float: none;
  }

  .column:last-child, .columns:last-child {
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

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

  .column:after, .columns:after {
    clear: both;
  }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important;
  }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }

  /* Mobile 4-column Grid */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 30px;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }

  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 30px;
  }
  .row .mobile-two:last-child {
    float: right;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }

  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 30px;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }

  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 30px;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }

  .push-one-mobile {
    left: 25%;
  }

  .pull-one-mobile {
    right: 25%;
  }

  .push-two-mobile {
    left: 50%;
  }

  .pull-two-mobile {
    right: 50%;
  }

  .push-three-mobile {
    left: 75%;
  }

  .pull-three-mobile {
    right: 75%;
  }

  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .block-grid > li {
    clear: none;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  input[type="text"].one,
  input[type="password"].one,
  input[type="date"].one,
  input[type="datetime"].one,
  input[type="email"].one,
  input[type="number"].one,
  input[type="search"].one,
  input[type="tel"].one,
  input[type="time"].one,
  input[type="url"].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important;
  }

  input[type="text"].two,
  input[type="password"].two,
  input[type="date"].two,
  input[type="datetime"].two,
  input[type="email"].two,
  input[type="number"].two,
  input[type="search"].two,
  input[type="tel"].two,
  input[type="time"].two,
  input[type="url"].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important;
  }

  input[type="text"].three,
  input[type="password"].three,
  input[type="date"].three,
  input[type="datetime"].three,
  input[type="email"].three,
  input[type="number"].three,
  input[type="search"].three,
  input[type="tel"].three,
  input[type="time"].three,
  input[type="url"].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important;
  }

  input[type="text"].four,
  input[type="password"].four,
  input[type="date"].four,
  input[type="datetime"].four,
  input[type="email"].four,
  input[type="number"].four,
  input[type="search"].four,
  input[type="tel"].four,
  input[type="time"].four,
  input[type="url"].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important;
  }

  input[type="text"].five,
  input[type="password"].five,
  input[type="date"].five,
  input[type="datetime"].five,
  input[type="email"].five,
  input[type="number"].five,
  input[type="search"].five,
  input[type="tel"].five,
  input[type="time"].five,
  input[type="url"].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important;
  }

  input[type="text"].six,
  input[type="password"].six,
  input[type="date"].six,
  input[type="datetime"].six,
  input[type="email"].six,
  input[type="number"].six,
  input[type="search"].six,
  input[type="tel"].six,
  input[type="time"].six,
  input[type="url"].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important;
  }

  input[type="text"].seven,
  input[type="password"].seven,
  input[type="date"].seven,
  input[type="datetime"].seven,
  input[type="email"].seven,
  input[type="number"].seven,
  input[type="search"].seven,
  input[type="tel"].seven,
  input[type="time"].seven,
  input[type="url"].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important;
  }

  input[type="text"].eight,
  input[type="password"].eight,
  input[type="date"].eight,
  input[type="datetime"].eight,
  input[type="email"].eight,
  input[type="number"].eight,
  input[type="search"].eight,
  input[type="tel"].eight,
  input[type="time"].eight,
  input[type="url"].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important;
  }

  input[type="text"].nine,
  input[type="password"].nine,
  input[type="date"].nine,
  input[type="datetime"].nine,
  input[type="email"].nine,
  input[type="number"].nine,
  input[type="search"].nine,
  input[type="tel"].nine,
  input[type="time"].nine,
  input[type="url"].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important;
  }

  input[type="text"].ten,
  input[type="password"].ten,
  input[type="date"].ten,
  input[type="datetime"].ten,
  input[type="email"].ten,
  input[type="number"].ten,
  input[type="search"].ten,
  input[type="tel"].ten,
  input[type="time"].ten,
  input[type="url"].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important;
  }

  input[type="text"].eleven,
  input[type="password"].eleven,
  input[type="date"].eleven,
  input[type="datetime"].eleven,
  input[type="email"].eleven,
  input[type="number"].eleven,
  input[type="search"].eleven,
  input[type="tel"].eleven,
  input[type="time"].eleven,
  input[type="url"].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important;
  }

  input[type="text"].twelve,
  input[type="password"].twelve,
  input[type="date"].twelve,
  input[type="datetime"].twelve,
  input[type="email"].twelve,
  input[type="number"].twelve,
  input[type="search"].twelve,
  input[type="tel"].twelve,
  input[type="time"].twelve,
  input[type="url"].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important;
  }

  /* Buttons --- */
  /*             */
  /* Basic overrides */
  .button {
    display: block;
  }

  button.button, input[type="submit"].button, input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Button Groups */
  .button-group button.button, .button-group input[type="submit"].button {
    width: auto;
    padding: 10px 20px 11px;
  }
  .button-group button.button.large, .button-group input[type="submit"].button.large {
    padding: 15px 30px 16px;
  }
  .button-group button.button.medium, .button-group input[type="submit"].button.medium {
    padding: 10px 20px 11px;
  }
  .button-group button.button.small, .button-group input[type="submit"].button.small {
    padding: 7px 14px 8px;
  }
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny {
    padding: 5px 10px 6px;
  }
  .button-group.even button.button, .button-group.even input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar --- */
  /*            */
  .nav-bar {
    height: auto;
  }
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }

  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  .flyout.small, .flyout.large {
    width: 100% !important;
  }
  .flyout p:last-child {
    margin-bottom: 18px;
  }

  /* Reveal --- */
  /*            */
  .reveal-modal-bg {
    position: absolute;
  }

  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 50%;
    margin-left: -40%;
    padding: 20px;
    height: auto;
  }

  /* Clearing --- */
  /*              */
  .clearing-container {
    margin: 0;
  }

  .clearing-close {
    z-index: 99;
    font-size: 37px;
    top: 0px;
    right: 5px;
  }

  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3;
  }

  .clearing-main-right, .clearing-main-left {
    display: none;
  }

  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%;
  }
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none;
  }

  /* Joyride --- */
  /*             */
  .joyride-tip-guide {
    width: 95% !important;
    left: 2.5% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  .joyride-tip-guide-wrapper {
    width: 100%;
  }

  /* Tabs --- */
  /*          */
  .tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 20px -15px 0px -15px;
  }
  .tabs.mobile dt, .tabs.mobile li, .tabs.mobile dd {
    float: none;
    height: auto;
  }
  .tabs.mobile dd a, .tabs.mobile li a {
    font-size: 15px;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    margin: 0;
    color: #555;
    line-height: 1;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  .tabs.mobile dd a.active, .tabs.mobile li a.active {
    border: none;
    background: white;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }
  .tabs.mobile dd:first-child a.active, .tabs.mobile li:first-child a.active {
    margin: 0;
  }
  .tabs.mobile + .tabs-content.contained {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs.mobile .section-title {
    padding-left: 20px !important;
  }

  .contained.mobile {
    margin-bottom: 0;
  }

  .contained.tabs.mobile dd a, .contained.tabs.mobile li a {
    padding: 18px 20px;
  }

  .tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }

  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }

  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 940px) {
  .top-bar {
    margin-bottom: 0;
    overflow: hidden;
    height: 45px;
    background: #222222;
    /* Override contain to grid stuff for breakpoint */
    /* Setting up the sliding area */
    /* When the Small Nav is Showing */
  }
  .top-bar .js-generated {
    display: block;
  }
  .contain-to-grid .top-bar {
    width: auto;
  }
  .top-bar section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms 0;
    -moz-transition: left 300ms 0;
    -o-transition: left 300ms 0;
    transition: left 300ms 0;
  }
  .top-bar ul {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }
  .top-bar ul > li {
    float: none;
    /* Branding and name */
    /* Dropdown Toggle */
    /* Divider for breakpoint */
    /* Search Overrides for breakpoint size */
    /* Dropdown Level 1 */
    /* Dropdown Level 2 */
  }
  .top-bar ul > li.active, .top-bar ul > li:hover {
    background: #151515;
  }
  .top-bar ul > li.name {
    height: 45px;
  }
  .top-bar ul > li.name h1 {
    line-height: 1;
  }
  .top-bar ul > li.name h1 a {
    color: white;
    display: block;
    line-height: 45px !important;
    padding-left: 15px;
    height: 45px;
  }
  .top-bar ul > li:hover a, .top-bar ul > li.active a {
    color: white;
  }
  .top-bar ul > li a:not(.button) {
    color: white;
  }
  .top-bar ul > li.toggle-topbar {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .top-bar ul > li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: white transparent transparent transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 22.5px;
    margin-top: -4px;
  }
  .top-bar ul > li.toggle-topbar:hover {
    background: inherit;
  }
  .top-bar ul > li.toggle-topbar a {
    padding: 0 !important;
  }
  .top-bar ul > li.divider {
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px black;
    clear: both;
    height: 1px !important;
    margin: 8px 0 !important;
    width: 100%;
  }
  .top-bar ul > li.search {
    padding: 0 22.5px;
  }
  .top-bar ul > li.search form {
    width: 100%;
  }
  .top-bar ul > li.search form input[type=text] {
    width: 75%;
  }
  .top-bar ul > li.search form .button {
    top: -1px;
    width: 25%;
  }
  .top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
  }
  .top-bar ul > li.has-dropdown a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
  }
  .top-bar ul > li.has-dropdown:hover > .dropdown {
    display: block;
    visibility: hidden;
  }
  .top-bar ul > li.has-dropdown .dropdown {
    visibility: hidden;
    z-index: 0 !important;
  }
  .top-bar ul > li.has-dropdown.moved {
    position: static;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown {
    top: 0;
    visibility: visible;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    margin-bottom: 6px;
    padding-top: 6px !important;
    font-size: 11px;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) {
    padding-bottom: 0;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li:not(.title) a {
    padding: 8px 22.5px;
    font-size: 14px;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a, .top-bar ul > li.has-dropdown.moved > .dropdown li label {
    padding: 0 22.5px;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li a:hover {
    background: #3c3c3c;
    display: block;
  }
  .top-bar ul > li.has-dropdown.moved > .dropdown li.divider {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .top-bar ul > li.has-dropdown.moved .back.title {
    padding-bottom: 0;
  }
  .top-bar ul > li.has-dropdown.moved .back.title a:before {
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent white transparent transparent;
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 {
    margin: 0;
    padding-left: 15px;
    position: relative;
  }
  .top-bar ul > li.has-dropdown.moved .back.title h5 a {
    background: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: bold;
  }
  .top-bar ul > li.has-dropdown .dropdown li {
    background: transparent;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 33.75px;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    content: "";
    margin-right: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover {
    background: #3c3c3c;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved {
    position: static;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown.moved .dropdown {
    top: 0;
    visibility: visible;
  }
  .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover {
    display: block;
  }
  .top-bar ul.left, .top-bar ul.right {
    float: none;
    width: 100%;
  }
  .top-bar ul.left > li, .top-bar ul.right > li {
    display: block;
    float: none;
    margin: 0 !important;
  }
  .top-bar ul.left > li.has-dropdown .dropdown, .top-bar ul.right > li.has-dropdown .dropdown {
    left: 100% !important;
    top: 0;
    right: auto !important;
  }
  .top-bar section > ul li a:not(.button) {
    padding-left: 22.5px !important;
  }
  .top-bar.expanded {
    height: 100%;
  }
  .top-bar.expanded ul li.toggle-topbar a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 8px;
    border-color: transparent transparent #cccccc transparent;
    top: auto;
    bottom: 50%;
    margin-bottom: -4px;
  }

  .top-bar ul li.has-button {
    padding: 5px 15px;
  }

  .top-bar ul li .button.small {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }

  .top-bar ul > li.has-button a.button {
    margin: 0;
  }
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

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

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 2em 0;
  background: #ccc;
  color: #000;
  padding: 2em 0;
  z-index: 4;
  position: relative;
  width: auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .main-nav:before, .inductees-menu .inductees-year:before,
.clearfix:after,
.main-nav:after,
.inductees-menu .inductees-year:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .main-nav:after, .inductees-menu .inductees-year:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .main-nav, .inductees-menu .inductees-year {
  *zoom: 1;
}

/* Re-usables */
.clearfix, .main-nav, .inductees-menu .inductees-year {
  zoom: 1;
}
.clearfix:before, .main-nav:before, .inductees-menu .inductees-year:before, .clearfix:after, .main-nav:after, .inductees-menu .inductees-year:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .main-nav:after, .inductees-menu .inductees-year:after {
  clear: both;
}

.red {
  background-color: #e32e33;
}

.orange {
  background-color: #e29432;
}

.blue {
  background-color: #abbfce;
}

.light-blue {
  background-color: #d6dee7;
}

.black {
  background-color: #231f20;
}

a.red:hover,
a.red:focus,
a:hover .red,
a:focus .red {
  background-color: #da1d22;
}

a.orange:hover,
a.orange:focus,
a:hover .orange,
a:focus .orange {
  background-color: #db881f;
}

a.blue:hover,
a.blue:focus,
a:hover .blue,
a:focus .blue {
  background-color: #9bb3c5;
}

a.light-blue:hover,
a.light-blue:focus,
a:hover .light-blue,
a:focus .light-blue {
  background-color: #c6d1de;
}

a.black:hover,
a.black:focus,
a:hover .black,
a:focus .black {
  background-color: #151314;
}

.animated {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

body {
  background: #000;
}

/* Typography */
body {
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.8725em;
}

h5 {
  font-size: 0.75em;
}

h6 {
  font-size: 0.6125em;
}

@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 12px;
  }
}
a {
  color: #fff;
}

a:hover,
a:focus {
  color: #fff;
}

ol.unstyled > li,
ul.unstyled > li {
  list-style: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  height: 40px;
  padding: 10px;
  line-height: 20px;
  background: #fafafa;
  color: #666;
  font-family: Arvo;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  color: #333;
}

textarea {
  height: 200px;
  line-height: 20px;
}

.button {
  font-family: Arvo;
  font-size: 125%;
  line-height: 1.25em;
  display: inline-block;
  padding: 1em 2em;
  color: #fff !important;
  border: none;
  text-align: center;
}
.button .ss-navigateright,
.button .ss-navigateleft {
  font-size: 80%;
}
.button .ss-navigateright {
  margin-left: 1em;
}
.button .ss-navigateleft {
  margin-right: 1em;
}

.button.full {
  width: 100%;
}

/* Split Layout for Home and top-level pages */
.split .left {
  width: 20%;
  position: relative;
  z-index: 2;
  background: #891216;
}
@media (max-width: 640px) {
  .split .left {
    width: 100%;
    float: none;
  }
}
@media (min-width: 641px) {
  .split .left {
    width: 25%;
    position: fixed;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .split .left {
    width: 20%;
  }
}
@media (min-width: 1441px) {
  .split .left {
    width: 16%;
  }
}
@media (max-height: 780px) {
  .split .left {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.split .right {
  width: 80%;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .split .right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
}
@media (min-width: 641px) {
  .split .right {
    width: 75%;
    float: right;
  }
}
@media (min-width: 1025px) {
  .split .right {
    width: 80%;
  }
}
@media (min-width: 1441px) {
  .split .right {
    width: 84%;
  }
}

@media (max-height: 780px) {
  .inductee .split .left {
    overflow: visible;
  }
}

/* The Grib */
.grid div {
  position: relative;
}
.grid .grid-cell {
  float: left;
}
.grid .pull-right {
  float: right;
}
.grid .grid-cell .item {
  margin: 0px;
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.grid .single-tall {
  height: 160px;
}
@media (max-width: 320px) {
  .grid .single-tall {
    height: 120px;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .grid .single-tall {
    height: 140px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .single-tall {
    height: 160px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .single-tall {
    height: 160px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .single-tall {
    height: 170px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .grid .single-tall {
    height: 180px;
  }
}
@media (min-width: 1681px) and (max-width: 1920px) {
  .grid .single-tall {
    height: 190px;
  }
}
@media (min-width: 1921px) {
  .grid .single-tall {
    height: 200px;
  }
}
.grid .single-half-tall {
  height: 240px;
}
@media (max-width: 320px) {
  .grid .single-half-tall {
    height: 180px;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .grid .single-half-tall {
    height: 210px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .single-half-tall {
    height: 225px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .single-half-tall {
    height: 240px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .single-half-tall {
    height: 255px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .grid .single-half-tall {
    height: 270px;
  }
}
@media (min-width: 1681px) and (max-width: 1920px) {
  .grid .single-half-tall {
    height: 285px;
  }
}
@media (min-width: 1921px) {
  .grid .single-half-tall {
    height: 300px;
  }
}
.grid .double-tall {
  height: 320px;
}
@media (max-width: 320px) {
  .grid .double-tall {
    height: 240px;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .grid .double-tall {
    height: 280px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .double-tall {
    height: 300px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .double-tall {
    height: 320px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .double-tall {
    height: 340px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .grid .double-tall {
    height: 360px;
  }
}
@media (min-width: 1681px) and (max-width: 1920px) {
  .grid .double-tall {
    height: 380px;
  }
}
@media (min-width: 1921px) {
  .grid .double-tall {
    height: 400px;
  }
}
.grid .triple-tall {
  height: 480px;
}
@media (max-width: 320px) {
  .grid .triple-tall {
    height: 240px;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .grid .triple-tall {
    height: 280px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .triple-tall {
    height: 450px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .triple-tall {
    height: 480px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .triple-tall {
    height: 510px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .grid .triple-tall {
    height: 540px;
  }
}
@media (min-width: 1681px) and (max-width: 1920px) {
  .grid .triple-tall {
    height: 570px;
  }
}
@media (min-width: 1921px) {
  .grid .triple-tall {
    height: 600px;
  }
}
.grid .four-tall {
  height: 640px;
}
@media (max-width: 320px) {
  .grid .four-tall {
    height: 240px;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .grid .four-tall {
    height: 280px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .four-tall {
    height: 300px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .four-tall {
    height: 480px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .four-tall {
    height: 510px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .grid .four-tall {
    height: 720px;
  }
}
@media (min-width: 1681px) and (max-width: 1920px) {
  .grid .four-tall {
    height: 760px;
  }
}
@media (min-width: 1921px) {
  .grid .four-tall {
    height: 800px;
  }
}
.grid .half-tall {
  height: 50%;
}
.grid .full-tall {
  height: 100%;
}
.grid .single-wide {
  width: 33.3333%;
}
@media (max-width: 480px) {
  .grid .single-wide {
    width: 50%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .single-wide {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .single-wide {
    width: 33.33333%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .single-wide {
    width: 25%;
  }
}
@media (min-width: 1441px) {
  .grid .single-wide {
    width: 20%;
  }
}
.grid .double-wide {
  width: 66.6666%;
}
@media (max-width: 480px) {
  .grid .double-wide {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .double-wide {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .double-wide {
    width: 66.6667%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .double-wide {
    width: 50%;
  }
}
@media (min-width: 1441px) {
  .grid .double-wide {
    width: 40%;
  }
}
.grid .triple-wide {
  width: 100%;
}
@media (max-width: 480px) {
  .grid .triple-wide {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .triple-wide {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .triple-wide {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .triple-wide {
    width: 75%;
  }
}
@media (min-width: 1441px) {
  .grid .triple-wide {
    width: 60%;
  }
}
.grid .four-wide {
  width: 100%;
}
@media (max-width: 480px) {
  .grid .four-wide {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .grid .four-wide {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid .four-wide {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .grid .four-wide {
    width: 75%;
  }
}
@media (min-width: 1441px) {
  .grid .four-wide {
    width: 80%;
  }
}
.grid .half-wide {
  width: 50%;
}
.grid .full-wide {
  width: 100%;
}

#footer {
  width: 100%;
  clear: both;
}
#footer .site-nav {
  display: none;
}

body > .the-story {
  position: relative;
  z-index: 5;
  /* Don't cover the header */
}

.inductee #footer .site-nav {
  display: block;
}

#bottom {
  width: 100%;
}
#bottom .bottom-contents {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  height: 40px;
  color: #aaa;
}
#bottom .copyright {
  float: left;
}
#bottom .links {
  float: right;
}
#bottom .links a {
  padding-left: 1em;
  color: #CCC;
}
#bottom .links a:hover, #bottom .links a:focus {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .about-page #navigation {
    display: none;
  }

  .inductees-page #navigation {
    display: none;
  }

  #footer .site-nav {
    display: block;
  }
}
@media (min-width: 641px) {
  .inductees-page .right,
  .discover-page .right,
  .single-story_author .right {
    padding-top: 70px;
  }
}

.home-grid,
.inductees-grid,
.inductee,
.discover-grid {
  background: #000;
}

.home-grid {
  background: url(i/bg-b.jpg) repeat fixed 0px 0px black;
}

.sort-heading {
  display: none;
}

.full-row {
  width: auto;
  max-width: auto;
  min-width: auto;
}

/* Testing Arrows */
.orange-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -40px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  z-index: 1;
}

.orange-arrow:after {
  border-bottom-color: #e29432;
}

a:hover .orange-arrow:after,
a:focus .orange-arrow:after {
  border-bottom-color: #db881f;
}

/* Item Type Sizing */
.single-wide {
  font-size: 100%;
}

.double-wide > .item .title {
  font-size: 150%;
}
.double-wide > .item .button-item strong {
  font-size: 150%;
}

.triple-wide > .item .title {
  font-size: 175%;
}
.triple-wide > .item .title strong {
  font-size: 1.5em;
}

.four-wide > .item .title {
  font-size: 200%;
}
.four-wide > .item .title strong {
  font-size: 1.5em;
}

@media (max-width: 1280px) {
  .triple-wide > .item .title,
  .four-wide > .item .title {
    font-size: 150%;
  }
}
@media (max-width: 1024px) {
  .triple-wide > .item .title,
  .four-wide > .item .title {
    font-size: 125%;
  }
}
/* Photo Items */
.photo-item {
  background-position: center center;
  background-size: cover;
}

.photo-item img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.photo-item:hover img {
  top: -5%;
}

/* Item Titles */
.highlighted {
  display: inline;
  padding: 0.3em 0.6em;
  line-height: 1.5em;
  color: white;
  white-space: nowrap;
}

.item .title {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 0;
  max-width: 100%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.item .title .highlighted {
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: left;
}

.item .title {
  bottom: -2.1em;
}

.item:hover .title {
  bottom: 0px;
}

.item .title > * {
  float: right;
  clear: right;
  margin: 0;
  max-width: 100%;
}

.item .flag {
  position: absolute;
  top: 20px;
  left: 0px;
  text-align: left;
}
.item .flag .highlighted {
  padding: 0.3em 0.6em 0.3em 1.2em;
}

.item .flag > * {
  float: left;
  clear: left;
  margin: 0;
}

.heading-item h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
}

.comment-item {
  background-image: url(i/bg-comment-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.comment-item > *,
.quote-item > *,
.button-item > * {
  padding: 1.5em 1.5em 0;
  margin: 0;
}

.comment-item .snippet {
  display: block;
  line-height: 1.5em;
  font-style: italic;
  max-height: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.comment-item cite {
  display: block;
  line-height: 1.5em;
  font-size: 75%;
  font-style: normal;
}

.comment-item.blue {
  color: #ebf0f4;
}

.comment-item.red {
  color: #f5b5b7;
}

.comment-item.orange {
  color: #f5dab8;
}

.brand {
  text-align: center;
  display: block;
  padding: 30px 20px;
  position: relative;
  background: black;
}

.main-nav {
  margin: 0;
  padding: 0;
  background-color: #b6181d;
}

.main-nav > li {
  list-style: none;
  width: 20%;
  float: left;
}
@media (max-width: 640px) {
  .main-nav > li {
    width: auto;
    float: none;
  }
}

.main-nav > li > .main-nav-item {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 1.7em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.main-nav > li > .main-nav-item strong {
  display: block;
  padding: 10px 15px 0;
}
.main-nav > li > .main-nav-item .subhead {
  display: block;
  padding: 0 15px 10px;
}
@media (min-width: 641px) {
  .main-nav > li > .main-nav-item strong {
    padding: 15px 30px 0 30px;
  }
  .main-nav > li > .main-nav-item .subhead {
    padding: 0 30px 15px 30px;
  }
}
.main-nav > li > .main-nav-item .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  opacity: 0;
}
@media (max-width: 480px) {
  .main-nav > li > .main-nav-item .icon {
    opacity: 1;
  }
}
.main-nav > li > .main-nav-item strong, .main-nav > li > .main-nav-item .subhead, .main-nav > li > .main-nav-item .icon {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.main-nav > li.browse > .main-nav-item {
  background-color: #da1d22;
}
.main-nav > li.browse > .main-nav-item:hover {
  background-color: #bb191d;
}

.main-nav > li.visit > .main-nav-item {
  background-color: #cd1b20;
}
.main-nav > li.visit > .main-nav-item:hover {
  background-color: #ad171b;
}

.main-nav > li.news > .main-nav-item {
  background-color: #bf1a1e;
}
.main-nav > li.news > .main-nav-item:hover {
  background-color: #a01519;
}

.main-nav > li.learn > .main-nav-item {
  background-color: #b2181c;
}
.main-nav > li.learn > .main-nav-item:hover {
  background-color: #921417;
}

.main-nav > li.discover > .main-nav-item {
  background-color: #a4161a;
}
.main-nav > li.discover > .main-nav-item:hover {
  background-color: #851215;
}

.main-nav > li.shop > .main-nav-item {
  background-color: #971418;
}
.main-nav > li.shop > .main-nav-item:hover {
  background-color: #771013;
}

body.split .main-nav > li {
  float: none;
  width: auto;
}
@media (min-width: 641px) {
  body.split .main-nav > li > a:hover,
  body.split .main-nav > li > a:focus {
    width: 103%;
  }
  body.split .main-nav > li > a:hover strong, body.split .main-nav > li > a:hover .subhead,
  body.split .main-nav > li > a:focus strong,
  body.split .main-nav > li > a:focus .subhead {
    padding-left: 40px;
  }
}
body.split .main-nav > li > a:hover .ss-navigateright,
body.split .main-nav > li > a:focus .ss-navigateright {
  opacity: 1;
}
@media (min-width: 641px) {
  body.split .left .main-nav > li.on > .main-nav-item {
    width: 105%;
  }
}

.main-nav > li.on > .main-nav-item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.main-nav > li.on > .main-nav-item,
.main-nav > li.on > .main-nav-item:hover,
.main-nav > li.on > .main-nav-item:focus {
  background: #e29432 !important;
  z-index: 4;
  color: #FFF;
}
@media (min-width: 801px) {
  .main-nav > li.on > .main-nav-item strong,
  .main-nav > li.on > .main-nav-item .subhead,
  .main-nav > li.on > .main-nav-item:hover strong,
  .main-nav > li.on > .main-nav-item:hover .subhead,
  .main-nav > li.on > .main-nav-item:focus strong,
  .main-nav > li.on > .main-nav-item:focus .subhead {
    padding-left: 30px !important;
  }
  .main-nav > li.on > .main-nav-item .ss-navigateright,
  .main-nav > li.on > .main-nav-item:hover .ss-navigateright,
  .main-nav > li.on > .main-nav-item:focus .ss-navigateright {
    opacity: 1;
  }
}

.main-nav > li > .disabled {
  color: #f19699;
}

@media (min-width: 641px) and (max-width: 1280px) {
  .main-nav .expendable {
    display: none;
  }
}

.nav li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.nav > li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav .menu {
  display: none;
  position: absolute;
  z-index: 2;
  background: #e32e33;
  margin: 0;
  padding: 0;
}
.nav .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav .menu li a {
  color: #fff;
  display: block;
  padding: 12px 20px;
}
.nav .menu li a:hover {
  background: #231f20;
  color: #fff;
}

.nav .has-menu.show-menu .menu {
  display: block;
}

.navbar {
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 641px) {
  .navbar {
    height: 70px;
  }
}
.navbar .menu li.on {
  background: #c41a1f;
}

.right .navbar {
  width: 100%;
}
@media (min-width: 641px) {
  .right .navbar {
    position: fixed;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .right .navbar {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .right .navbar {
    width: 80%;
  }
}
@media (min-width: 1441px) {
  .right .navbar {
    width: 84%;
  }
}

.navbar-contents {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
}
.navbar-contents h1, .navbar-contents h2 {
  margin: 0;
  color: #fff;
  line-height: 70px;
  font-size: 23px;
  padding-left: 20px;
  float: left;
}
@media (max-width: 640px) {
  .navbar-contents h1, .navbar-contents h2 {
    float: none;
    text-align: center;
    line-height: normal;
    padding: 10px;
  }
}
.navbar-contents .nav {
  float: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .navbar-contents .nav {
    float: none;
  }
}
.navbar-contents .nav > li > a {
  display: block;
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  text-align: center;
}
.navbar-contents .nav > li > a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.navbar-contents .nav > li.on > a {
  background: #e32e33;
  color: #FFF;
}
@media (max-width: 640px) {
  .navbar-contents .sort-nav .sort {
    display: none;
  }
}
.navbar-contents .nav .sort-label {
  color: #AAA;
  padding: 0 10px;
}
.navbar-contents .sort-nav {
  padding: 0 10px;
}
@media (max-width: 640px) {
  .navbar-contents .sort-nav {
    padding: 0;
  }
}
.navbar-contents .sort-nav > li {
  line-height: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .navbar-contents .sort-nav > li {
    margin: 0;
    width: 50%;
  }
}
.navbar-contents .sort-nav > li > a {
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
}
.navbar-contents .ss-chat {
  display: none;
}
@media (max-width: 1024px) {
  .navbar-contents .comments-label {
    display: none;
  }
  .navbar-contents .ss-chat {
    display: inline;
  }
}
.navbar-contents .count {
  background: #cccccc;
  background: rgba(255, 255, 255, 0.8);
  color: #231f20;
  font-size: 90%;
  padding: 0.125em .3em;
  margin-left: 0.25em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* Home Page  */
.home .class-hero {
  background: url(../img/inductees/2013-homepage-hero.jpg) no-repeat #a7bdce;
  background-size: cover;
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 480px) {
  .home .class-hero {
    padding-top: 15px;
  }
}
.home .class-hero h1 {
  font-size: 3.7em;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 480px) {
  .home .class-hero h1 {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.home .class-hero h2 {
  font-size: 3.2em;
  font-weight: 300;
  font-style: normal;
  line-height: 1.45em;
  margin: 0.5em 0;
}
@media (max-width: 480px) {
  .home .class-hero h2 {
    font-size: 1.65em;
    margin: 1em 0;
  }
}
.home .class-hero .button.gray {
  background-color: #80919e;
  font-size: 2.2em;
  padding: 1.25em 1.5em;
}
@media (max-width: 480px) {
  .home .class-hero .button.gray {
    font-size: 1.5em;
    padding: 1em;
    margin-top: 10px;
  }
}
.home .class-hero .button.gray:hover {
  background-color: #8999a5;
}
.home .class-hero .button.gray:active {
  background-color: #778997;
}
.home .view-class {
  background: url(../img/inductees/2014-homepage-class.jpg) no-repeat scroll center center #850203;
  background-size: 100%;
  text-align: center;
  font-size: 1.85em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.45em;
  -webkit-transition-property: all !important;
  -moz-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}
.home .view-class:hover {
  background-size: 120%;
}

/* About Pages */
.about-page .navbar-contents {
  background: none;
}

.row {
  min-width: inherit;
}

.about-page .chapter {
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-page .about-section {
  padding: 0 5%;
}

#about1,
#about2,
#about3,
#about4,
#about5 {
  padding: 140px 0;
}
@media (max-width: 1680px) {
  #about1,
  #about2,
  #about3,
  #about4,
  #about5 {
    padding: 20px 0 30px;
  }
}
@media (max-width: 1440px) {
  #about1,
  #about2,
  #about3,
  #about4,
  #about5 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1024px) {
  #about1,
  #about2,
  #about3,
  #about4,
  #about5 {
    padding: 10px 0 0;
  }
}

#about1 {
  font-size: 140%;
  background: url(i/bg-b.jpg) repeat scroll center center #1b3040;
}
#about1 p {
  line-height: 1.75;
}
#about1 .button {
  margin-bottom: 1em;
}

#about2,
#about4 {
  background: #1e1a1b;
  color: #ddd;
  font-size: 140%;
}
#about2 p,
#about4 p {
  line-height: 1.75;
}

#about3,
#about5 {
  background-color: #282425;
  font-size: 125%;
}
#about3 h2,
#about5 h2 {
  text-align: center;
  font-size: 2em;
}
#about3 .member,
#about5 .member {
  text-align: center;
  margin-bottom: 1em;
  font-size: 75%;
}
#about3 .member h3,
#about5 .member h3 {
  font-size: 1em;
  margin: 0 0 5px;
  font-weight: normal;
}

#about5 {
  background-color: #fff;
  color: #231f20;
}
#about5 .ca-sponsor {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.authored-stories-grid h2 {
  margin: 0;
  background: black;
  padding: 1em;
  padding-left: 1em;
}

#committee-nav h2 {
  margin: 0;
  background: black;
  padding: 1em;
  display: none;
}
@media (max-width: 1024px) {
  #committee-nav {
    clear: left;
  }
  #committee-nav h2 {
    display: block;
    clear: both;
  }
}
@media (min-width: 1025px) {
  #committee-nav .grid-cell {
    clear: right;
    float: right;
  }
}

#about3 {
  background: 000;
}
@media (min-width: 1025px) {
  #about3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#about3 h2 {
  margin: 0;
  background: black;
  padding: 1em .25em;
}

#ceremony {
  background: #1e1a1b;
  margin-bottom: 3em;
}
#ceremony h2 {
  font-size: 3em;
}
#ceremony .ceremony-date {
  line-height: 1.45em;
  margin-top: 50px;
  margin-bottom: 30px;
}
#ceremony .map-link {
  color: white;
  display: block;
  margin-bottom: 2.5em;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.45em;
}
#ceremony .yellow {
  background: #e29432;
}
#ceremony .button {
  font-size: 3em;
  padding-top: 0.6em;
  padding-bottom: .75em;
}
#ceremony .button:hover {
  background: #e99f42;
}
#ceremony .button:active {
  background: #d8851d;
}
#ceremony .ceremony-details {
  margin-bottom: 3.5em;
}
#ceremony p {
  display: block;
  font-size: 1.14em;
  line-height: 1.75em;
  width: 75%;
}

/* Blog */
.blog, .single-post {
  background: #1e1a1b;
  color: #ddd;
  font-size: 16px;
}
.blog .page-header, .single-post .page-header {
  background: black;
  float: left;
  padding: 0 30px;
  width: 100%;
}
.blog article, .single-post article {
  padding-top: 10px;
  padding-bottom: 21px;
}
.blog article:nth-of-type(even), .single-post article:nth-of-type(even) {
  background: #2c2627;
}
.blog .entry-title, .blog h2, .single-post .entry-title, .single-post h2 {
  margin-bottom: 0;
}
.blog p, .single-post p {
  line-height: 1.75;
}
.blog p a, .single-post p a {
  color: #f0c998;
  font-weight: bold;
}
.blog p a.btn, .single-post p a.btn {
  background: #da1d22;
  color: #ddd;
  display: inline-block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  padding: 9px 10px 11px;
}
.blog p a.btn:hover, .single-post p a.btn:hover {
  background: #e32d32;
}
.blog p a.btn .icon, .single-post p a.btn .icon {
  font-size: 0.8em;
}
.blog a.more-link, .single-post a.more-link {
  background: #da1d22;
  color: #ddd;
  display: inline-block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 9px 10px 11px;
}
.blog a.more-link:hover, .single-post a.more-link:hover {
  background: #e32d32;
}
.blog a.more-link .icon, .single-post a.more-link .icon {
  font-size: 0.8em;
}
.blog ul, .blog ol, .single-post ul, .single-post ol {
  list-style-position: inside;
  -webkit-padding-start: 0;
  padding: 0;
}

/* Inductee Page */
body.inductee {
  padding-top: 321px;
}
@media (max-width: 480px) {
  body.inductee {
    padding-top: 280px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  body.inductee {
    padding-top: 280px;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  body.inductee {
    padding-top: 281px;
  }
}
@media (min-width: 801px) {
  body.inductee {
    padding-top: 321px;
  }
}

.inductee-header {
  z-index: 6;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 640px) {
  .inductee-header {
    position: inherit;
  }
}
.inductee-header .split .left {
  background: none;
  position: absolute;
  width: 250px;
}
@media (max-width: 640px) {
  .inductee-header .split .left {
    width: 100%;
    position: static;
  }
}
.inductee-header .split .right {
  float: none;
  width: auto;
  margin-left: 250px;
  margin-right: 0.5px;
}
@media (max-width: 640px) {
  .inductee-header .split .right {
    display: none;
  }
}
.inductee-header .brand {
  height: 321px;
}
@media (max-width: 640px) {
  .inductee-header .brand {
    height: auto;
  }
}
.inductee-header .right {
  height: 321px;
}
.inductee-header .brand .helper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  .inductee-header .brand .helper {
    bottom: 10px;
  }
}
.inductee-header #logo {
  position: absolute;
  left: 30px;
  top: 186px;
}
@media (max-width: 640px) {
  .inductee-header #logo {
    position: static;
    margin-top: -20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .inductee-header #logo {
    top: 186px;
  }
}
@media (min-width: 801px) {
  .inductee-header #logo {
    top: 186px;
  }
}
.inductee-header #nav-toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  padding: 10px;
  line-height: 35px;
  font-size: 19px;
  text-align: center;
}
.inductee-header #nav-toggle.on, .inductee-header #nav-toggle.active {
  background: rgba(255, 255, 255, 0.5);
}
.inductee-header .navbar-contents h1 {
  margin-left: 230px;
  float: left;
}
@media (max-width: 640px) {
  .inductee-header .navbar-contents h1 {
    margin-left: 0;
    text-align: center;
    float: none;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .inductee-header .navbar-contents .nav {
    display: none;
  }
}
@media (max-width: 640px) {
  .inductee-header .navbar-contents .nav {
    float: right;
  }
}
@media (max-width: 767px) {
  .inductee-header #inductee-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .inductee-header #inductee-nav {
    float: none;
    width: 100%;
  }
  .inductee-header #inductee-nav #current-jump-item {
    display: inline-block;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .inductee-header #inductee-nav #jump-nav {
    width: 50%;
  }
  .inductee-header #inductee-nav #jump-nav > a {
    text-align: left;
  }
  .inductee-header #inductee-nav .full-bio,
  .inductee-header #inductee-nav .comments {
    width: 25%;
  }
  .inductee-header #inductee-nav > li > a {
    padding: 0 10px;
  }
}
.inductee-header.visible #logo {
  top: 40px;
}
@media (max-width: 640px) {
  .inductee-header.visible #logo {
    top: 20px;
  }
}
.inductee-header.visible .navbar-contents h1 {
  margin-left: 0px;
}
@media (min-width: 641px) {
  .inductee-header.visible .navbar-contents h1 {
    margin-left: 20px;
    text-align: left;
  }
}
.inductee-header.visible .brand:hover #logo {
  top: 20px;
}
@media (max-width: 641px) {
  .inductee-header.visible .brand:hover #logo {
    top: 5px;
  }
}
.inductee-header.visible .brand:hover .helper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.inductee-header .main-nav {
  height: 321px;
}
@media (min-width: 481px) and (max-width: 640px) {
  .inductee-header .main-nav {
    height: 280px;
  }
}
.inductee-header .main-nav > li {
  float: left;
  width: 20%;
}
.inductee-header .main-nav > li > .main-nav-item {
  height: 90px;
}
@media (max-width: 640px) {
  .inductee-header .main-nav > li > .main-nav-item {
    height: auto;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .inductee-header .main-nav > li > .main-nav-item {
    height: 65px;
  }
  .inductee-header .main-nav > li > .main-nav-item strong {
    padding-bottom: 20px;
  }
  .inductee-header .main-nav > li > .main-nav-item .subhead {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .inductee-header .main-nav > li > .main-nav-item strong {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .inductee-header .main-nav > li > .main-nav-item {
    height: 90px;
  }
}
.inductee-header .main-nav > li.on > a,
.inductee-header .main-nav > li.active > a,
.inductee-header .main-nav > li.on > a:hover,
.inductee-header .main-nav > li.active > a:hover,
.inductee-header .main-nav > li.on > a:focus,
.inductee-header .main-nav > li.on > a:focus {
  width: 100%;
  box-shadow: none;
}
@media (min-width: 1025px) {
  .inductee-header .main-nav > li.on > a .ss-navigatedown,
  .inductee-header .main-nav > li.active > a .ss-navigatedown,
  .inductee-header .main-nav > li.on > a:hover .ss-navigatedown,
  .inductee-header .main-nav > li.active > a:hover .ss-navigatedown,
  .inductee-header .main-nav > li.on > a:focus .ss-navigatedown,
  .inductee-header .main-nav > li.on > a:focus .ss-navigatedown {
    opacity: 1;
  }
}
.inductee-header .main-nav > li > a:hover,
.inductee-header .main-nav > li > a:focus {
  width: 100%;
}
@media (min-width: 1025px) {
  .inductee-header .main-nav > li > a:hover .ss-navigateright,
  .inductee-header .main-nav > li > a:focus .ss-navigateright {
    opacity: 1;
  }
}
.inductee-header .main-nav .menu {
  background: #e29432;
  height: 231px;
  padding: 20px 30px;
  width: 100%;
  top: 90px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .inductee-header .main-nav .menu {
    height: auto;
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .inductee-header .main-nav .menu {
    height: 256px;
    top: 65px;
  }
}
.inductee-header .main-nav .menu.touchable {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.coming-soon a:hover {
  cursor: default !important;
}

/* Author and Committee Member Pages */
.single-author .bio {
  margin-top: 30px;
}
.single-author .stories {
  margin-top: 50px;
}
.single-author .story.title {
  font-size: 80%;
}

.inductees-menu .year-tabs {
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
  position: absolute;
}
.inductees-menu .year-tabs li {
  display: block;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #9f6b2b;
}
.inductees-menu .year-tabs li .icon {
  font-size: 15px;
  display: none;
}
.inductees-menu .year-tabs li:hover .icon {
  display: inline;
}
.inductees-menu .year-tabs li.active {
  color: #fff;
  cursor: default;
}
.inductees-menu .year-tabs li.active .icon {
  display: inline;
}
.inductees-menu .inductees-year {
  max-height: 100%;
  margin: 0;
  margin-left: 130px;
  padding: 0;
}
.inductees-menu .inductees-year li {
  float: left;
  width: 100%;
  height: 30px;
  font-size: 14px;
  position: relative;
}
@media (min-width: 800px) {
  .inductees-menu .inductees-year li {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .inductees-menu .inductees-year li {
    width: 25%;
  }
}
.inductees-menu .inductees-year li .coming-soon,
.inductees-menu .inductees-year li a {
  display: block;
  padding: 4px 2.25em 4px 6px;
  height: 30px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #f0c998;
  border-radius: 3px;
}
.inductees-menu .inductees-year li .coming-soon {
  cursor: default;
}
.inductees-menu .inductees-year li a {
  color: #fff;
}
.inductees-menu .inductees-year li a:hover {
  background-color: #db881f;
}
.inductees-menu .inductees-year li.current-inductee a {
  font-weight: bold;
}
.inductees-menu .inductees-year li.new:before {
  content: "NEW!";
  position: absolute;
  width: 30px;
  text-align: right;
  left: -34px;
  top: 5px;
  font-size: 10px;
  line-height: 22px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #231f20;
}

.at-a-glance {
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.3);
}
.at-a-glance dl dt {
  float: left;
  width: 5em;
  clear: left;
}
.at-a-glance dl dd {
  margin-left: 6em;
}

.paging {
  position: relative;
  z-index: 4;
  background: #4c4345;
  box-shadow: inset 0px 10px 35px rgba(0, 0, 0, 0.25);
  padding: 2em 0;
}

/* Comments */
.supplementals {
  position: relative;
  z-index: 4;
  background: #312b2c;
  box-shadow: inset 0px 10px 40px rgba(0, 0, 0, 0.25);
}

.comment-list-container {
  padding: 1em 0 3em;
}

.commentlist {
  padding: 0;
  margin-bottom: 2em;
}
.commentlist li.comment {
  margin-bottom: 1.5em;
}

.comment p {
  margin: 0 0 1em;
}
.comment .meta {
  margin-top: -1em;
  font-size: 75%;
}
.comment .meta .fn, .comment .meta .location, .comment .meta time {
  display: inline-block;
  margin-right: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.comment-form-container {
  padding-bottom: 2em;
}

.comment-form {
  padding: 1em 2em;
  background-color: #070606;
  background-color: rgba(0, 0, 0, 0.2);
}
.comment-form p {
  margin: 0 0 1em;
}
.comment-form p label {
  display: block;
}
.comment-form p input,
.comment-form p textarea {
  width: 100%;
}

.comment-help {
  margin-top: 3em;
  border-top: 1px solid #231f20;
  padding-top: 2em;
  font-size: 85%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.comment-help h4 {
  margin: 0;
}
.comment-help p {
  margin-top: 0;
}

.byline {
  margin-bottom: 1em;
}
.byline h3 {
  margin: 0.5em 0 .25em;
}
.byline p {
  font-size: 90%;
  margin: 0 0 1em;
}
.byline p a {
  font-weight: bold;
}
.byline .left {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left !important;
}

.discover-grid.single > .current {
  height: auto;
}
.discover-grid.single > .current > .photo-item > .title {
  bottom: 0;
}
.discover-grid.single > .current > .photo-item:hover img {
  top: 0;
}
.discover-grid.single > .current .bio-item {
  background: #FFF;
  color: #222;
  font-size: 16px;
  line-height: 1.65em;
  padding: 2em;
}
@media (min-width: 1025px) {
  .discover-grid.single > .current .bio-item {
    padding: 6em;
  }
}
@media (min-width: 1440px) {
  .discover-grid.single > .current .bio-item {
    padding: 10em 6em;
  }
}
.discover-grid.single > .current .bio-item p, .discover-grid.single > .current .bio-item .bio {
  line-height: 2em;
}
.discover-grid.single > .current .bio-item a {
  color: #53748d;
}
.discover-grid.single > .current .bio-item a:hover, .discover-grid.single > .current .bio-item a:focus {
  color: #2d3f4d;
}
.discover-grid.single > .current .bio-item .container {
  margin: 0 auto;
  max-width: 750px;
}
.discover-grid.single > .current .bio-item .container .columns {
  padding: 0 5px;
}
@media (min-width: 769px) {
  .discover-grid.single > .current .bio-item .container .columns:first-child {
    padding-left: 0;
  }
  .discover-grid.single > .current .bio-item .container .columns:last-child {
    padding-right: 0;
  }
}
.discover-grid.single > .current .bio-item .button {
  display: block;
  font-weight: bold;
  padding: 10px;
}
.discover-grid.single > .current .bio-item .button .ss-icon {
  position: relative;
  top: 2px;
  margin-right: 1em;
}
.discover-grid.single > .current .bio-item blockquote {
  margin: 0 15px;
  padding: 0;
}

.no-comments {
  height: 637px;
  display: table;
  text-align: center;
  width: 100%;
}
.no-comments h2 {
  display: table-cell;
  vertical-align: middle;
  color: #555;
}
@media (max-width: 480px) {
  .no-comments {
    display: none;
  }
}

#paging, #supplementals {
  position: relative;
}

#museum-landing {
  background: url(i/bg-b.jpg) repeat scroll center center #231f20;
  font-size: 140%;
}
@media only screen and (min-width: 1500px) {
  #museum-landing {
    padding-bottom: 100px;
  }
}

#museum-content .page-header {
  background: url(i/visit-bg.jpg) no-repeat #abbfce;
  padding: 60px 20px;
  text-align: center;
}
#museum-content .page-header h1 {
  margin: 0;
}
#museum-content .page-header h2 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

#museum-info {
  background: #151922;
  background: rgba(21, 25, 34, 0.65);
  font-size: 75%;
  padding: 30px 0;
}
@media only screen and (min-width: 1024px) {
  #museum-info {
    font-size: inherit;
    text-align: center;
  }
}
#museum-info .columns {
  margin-bottom: 20px;
}
#museum-info .more-info {
  margin-top: 30px;
}

#museum-story {
  background: white;
  color: #151314;
}
#museum-story a {
  color: #151314;
}
@media only screen and (min-width: 1024px) {
  #museum-story {
    padding: 1em;
  }
}

#museum-directions {
  text-align: center;
}
#museum-directions img {
  width: 100%;
}
#museum-directions .directions {
  background: #e29432;
  padding: 30px;
  text-align: center;
}
#museum-directions .directions .button {
  font-size: 75%;
  margin-top: 20px;
  width: 100%;
}
@media only screen and (min-width: 1040px) {
  #museum-directions .directions .button {
    font-size: inherit;
  }
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
