/******** VARIABES ********* */
/******** SITE STYLES ********** */
body {
  background-color: white;
  font-size: 1rem; }

header {
  width: 100%;
  height: 40px;
  background-color: black;
  position: relative;
  z-index: 11; }

div#logo-container {
  width: 130px;
  height: 40px;
  background-color: #a0181d;
  float: left;
  position: relative; }
  div#logo-container img {
    display: block;
    margin: 10px auto;
    width: 115px; }
  div#logo-container a {
    display: block;
    width: 100%;
    height: 100%; }

nav {
  float: left;
  margin: 0px;
  height: 40px; }
  nav ul {
    list-style: none;
    height: 40px;
    margin-left: 20px; }
    nav ul li {
      float: left;
      padding: 10px;
      color: white;
      cursor: pointer;
      margin-left: 20px;
      font-family: "Sintony";
      font-size: 0.9rem;
      text-transform: uppercase;
      border-bottom: 2px solid black; }
      nav ul li a {
        color: white;
        text-decoration: none; }
      nav ul li a:visited {
        color: white; }
      nav ul li:hover a {
        color: #cc1f25; }
      nav ul li.selected a {
        color: #cc1f25; }
      nav ul li.other-section a {
        color: #efa400; }

div.nav-bar-label {
  position: absolute;
  bottom: 10px;
  right: 0px;
  background-image: url("../images/black-transparent.png");
  color: white;
  padding: 5px 14px;
  text-align: center;
  width: 100px;
  border-bottom: 2px solid black;
  cursor: pointer; }
  div.nav-bar-label.selected {
    opacity: 1;
    background-color: #a0181d;
    background-image: none; }

div#news21-bar {
  width: 100%;
  height: 40px;
  background-color: #333333;
  position: relative;
  z-index: 11; }

div#mobile-header {
  width: 100%;
  background-color: black;
  margin: 0px;
  padding-top: 1px;
  position: fixed;
  border-bottom: 2px solid #a0181d;
  z-index: 10000;
  top: 0px;
  left: 0px;
  display: none; }
  div#mobile-header ul {
    margin: 0px;
    list-style: none;
    height: 0px;
    overflow: hidden;
    clear: both; }
    div#mobile-header ul li {
      display: block;
      padding: 10px 0px;
      text-align: center;
      background-color: #e8e8e8;
      color: #333333;
      margin: 0px;
      cursor: pointer;
      position: relative;
      border-bottom: 2px solid #cecece; }
      div#mobile-header ul li a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }

div#mobile-nav-icon {
  width: 30px;
  height: 30px;
  margin: 4px 0px 5px 10px;
  background-color: black;
  cursor: pointer;
  float: left; }
  div#mobile-nav-icon img {
    width: 30px; }
  div#mobile-nav-icon.selected {
    background-color: #a0181d; }

div#mobile-logo {
  position: absolute;
  top: 0px;
  left: 30%;
  width: 40%;
  height: 40px; }
  div#mobile-logo img {
    display: block;
    margin: 10px auto 0px auto; }

div#container, div#secondary-container {
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  z-index: 11; }

div#secondary-container {
  margin-top: 461px;
  z-index: 10; }

div.left-menu-container {
  width: 130px;
  height: 100%;
  background-color: #e8e8e8;
  position: absolute;
  z-index: 15;
  float: left; }

div#widget-container {
  position: absolute;
  top: 120px;
  right: 0%;
  width: 70px; }

.fixed-position {
  position: fixed !important;
  top: 120px !important;
  left: 60px !important; }

div.widget {
  width: 100%;
  height: 70px;
  background-color: #a0181d;
  border-bottom: 3px solid #731115;
  margin-bottom: 10px;
  position: relative; }
  div.widget img {
    width: 100%;
    cursor: pointer; }
  div.widget:hover {
    background-color: black; }
  div.widget.related {
    left: 70px; }
  div.widget.selected {
    background-color: black;
    border-bottom: 3px solid #333333; }

div.widget-description {
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 0%;
  overflow: hidden;
  border-bottom: 3px solid #a0181d; }
  div.widget-description p {
    color: white;
    font-size: 0.9em;
    position: relative;
    padding: 5px 10px;
    margin-top: 5px;
    width: 196px; }

div.widget-description-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8; }

div.block-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  div.block-link a {
    display: block;
    width: 100%;
    height: 100%; }

div.social-media-input {
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 0px;
  overflow: hidden;
  background-color: #a0181d;
  border-bottom: 3px solid #731115; }

textarea#tweet {
  width: 300px;
  height: 61px;
  resize: none;
  border: 0px;
  border-radius: 0px;
  padding-left: 10px;
  background-color: #e0e0e0;
  float: left; }

div.social-media-post-button {
  float: left;
  width: 70px;
  height: 70px; }

p#char-count {
  position: absolute;
  top: 45px;
  right: 90px;
  font-size: 0.8rem; }

div#related-widget-container {
  overflow: hidden; }

div#peel-image-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4; }

div.peel-image, div#peel-away {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat; }

div#peel-away {
  overflow: hidden; }

div#first-image {
  background-image: url("../images/image1.jpg");
  background-size: cover; }

div#second-image {
  background-image: url("../images/image2.jpg");
  background-size: cover; }

div.story-container, div.overview-story-container {
  width: 100%;
  margin-left: 130px;
  position: relative;
  z-index: 14;
  background-color: white; }
  div.story-container p, div.overview-story-container p {
    width: 650px;
    margin-left: 60px;
    font-family: "Times New Roman";
    font-size: 1.3rem;
    line-height: 30px;
    color: black; }
  div.story-container p.byline, div.overview-story-container p.byline {
    margin-left: 25px;
    width: 720px;
    font-style: italic;
    color: #838383;
    font-size: 1rem;
    border-bottom: 1px solid darkgrey; }
    div.story-container p.byline span, div.overview-story-container p.byline span {
      float: right; }

div.has-banner {
  margin-top: 348px; }

div.media-boundary {
  width: 90%; }

div#main-image {
  margin-top: 0px;
  height: 430px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: none; }
  div#main-image img {
    width: 100%;
    position: relative; }

div#headline {
  margin: 0px;
  padding: 0px; }

h1 {
  padding: 20px;
  margin: 0px;
  font-style: italic;
  font-size: 2.6em; }

div#fixed-headline-container {
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  font-family: "Georgia";
  display: none; }

div#fixed-logo {
  width: 130px;
  height: 41px;
  float: left;
  color: white;
  font-weight: bold;
  background-color: #a0181d; }
  div#fixed-logo img {
    display: block;
    margin: 10px auto;
    width: 115px; }
  div#fixed-logo p {
    text-align: center;
    font-size: 1.1em;
    margin: 10px auto;
    font-family: helvetica neue;
    text-transform: uppercase; }
  div#fixed-logo a {
    display: block;
    width: 100%;
    height: 100%; }

div#fixed-headline {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  background-color: black;
  width: 90%;
  font-size: 1.5em;
  padding: 0px;
  color: white;
  border: 0px solid red;
  position: absolute;
  left: 130px; }
  div#fixed-headline p {
    margin: 10px 0px 10px 10px;
    float: left; }
  div#fixed-headline p#back-to-top {
    font-size: 0.9rem;
    font-style: normal;
    font-family: "Helvetica Neue";
    color: #a0181d;
    cursor: pointer;
    margin-left: 20px; }
    div#fixed-headline p#back-to-top:hover {
      color: white; }

div#fixed-nav, div#fixed-media-icons {
  height: 39px;
  width: 140px;
  background-color: #a0181d;
  float: right;
  margin-right: 10px;
  font-family: Helvetica Neue;
  font-style: normal;
  font-size: 0.9rem;
  text-align: center; }
  div#fixed-nav img, div#fixed-media-icons img {
    margin: 0px auto;
    display: block; }
  div#fixed-nav ul, div#fixed-media-icons ul {
    list-style: none;
    margin: 0px;
    height: 0px;
    overflow: hidden; }
    div#fixed-nav ul li, div#fixed-media-icons ul li {
      background-color: #e8e8e8;
      color: #333333;
      border-bottom: 2px solid #cecece;
      display: block;
      padding: 10px 0px;
      line-height: 21px;
      margin: 0px;
      cursor: pointer;
      position: relative; }
      div#fixed-nav ul li:hover, div#fixed-media-icons ul li:hover {
        background-color: #a0181d;
        color: white; }
      div#fixed-nav ul li a, div#fixed-media-icons ul li a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }

div#fixed-media-icons {
  background-color: transparent;
  width: auto; }

div#fixed-media-icons-content {
  float: left; }

div.media-icon-container {
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  cursor: pointer; }
  div.media-icon-container img {
    width: 30px; }
  div.media-icon-container:hover {
    background-color: #a0181d; }

div.to-top {
  float: right !important; }

div#mobile-share {
  width: 30px;
  height: 30px;
  margin: 4px 10px 5px 0px;
  background-color: black;
  cursor: pointer;
  float: right; }
  div#mobile-share img {
    width: 30px; }
  div#mobile-share.selected {
    background-color: #a0181d; }

div#media-icons-divider {
  height: 30px;
  width: 2px;
  margin: 5px 10px 5px 0px;
  background-color: white;
  float: right; }

figure.photo, figure.video, figure.interactive, figure.gallery, figure.gallery-full {
  width: 500px;
  margin: 20px;
  float: right;
  position: relative; }

figure.video iframe {
  margin-bottom: -5px;
  padding: 0px; }

figure.interactive img {
  border: 1px solid #e0e0e0;
  width: 498px; }

figure.gallery, figure.gallery-full {
  position: relative;
  overflow: hidden; }

img.swipe {
  position: absolute;
  top: 35%;
  left: 30%;
  width: 40%;
  z-index: 999999;
  display: none; }

div.gallery-slide-container {
  width: 100%;
  position: relative; }

div.gallery-slide {
  width: 500px;
  float: left;
  background-color: black; }

div.gallery-indicator-container {
  clear: both;
  float: right; }

img.arrow-right, img.arrow-left {
  position: absolute;
  top: 0px;
  z-index: 1001;
  cursor: pointer;
  display: none; }

img.arrow-right {
  right: -100%; }

img.arrow-left {
  left: -100%; }

div.left-half-hover, div.right-half-hover {
  position: absolute;
  z-index: 1002;
  top: 31px;
  height: 333px;
  width: 50%;
  border: 0px solid red; }

div.right-half-hover {
  left: 50%; }

div.gallery-indicator-content {
  float: left; }

div.gallery-indicator {
  height: 15px;
  width: 30px;
  background-color: #cecece;
  margin: 10px 0px 10px 10px;
  cursor: pointer;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }
  div.gallery-indicator.selected {
    background-color: #a0181d;
    cursor: default; }

div.gallery-counter {
  float: left;
  margin-left: 10px;
  margin-top: 6px;
  display: none; }
  div.gallery-counter div {
    float: left; }

div.mini-arrow-left, div.mini-arrow-right {
  float: left;
  height: 40px;
  cursor: pointer;
  margin: 7px -5px 10px 10px;
  font-size: 1.3rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }

div.mini-arrow-right {
  margin: 7px 0px 10px 10px; }

span.media-label {
  display: inline-block;
  padding: 5px 15px;
  background-color: #a0181d;
  color: white;
  font-size: 0.7em;
  text-transform: uppercase;
  float: right; }

img.figure-photo {
  display: block;
  margin: 0px auto; }

div.photo-author {
  font-size: 0.7em;
  background-color: #e8e8e8;
  color: #9c9c9c;
  text-align: right;
  margin: 0px;
  padding: 4px 2px 0px 0px; }

div.caption {
  padding: 0px 10px 5px 10px;
  background-color: #e8e8e8;
  font-size: 0.8em; }

div#multimedia-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2000;
  opacity: 0.9;
  display: none; }

figure.gallery-full {
  position: fixed;
  z-index: 99999;
  width: 800px;
  top: 50px;
  left: 300px;
  overflow: hidden; }
  figure.gallery-full img.figure-photo, figure.gallery-full div.gallery-slide {
    width: 800px; }
  figure.gallery-full div.left-half-hover, figure.gallery-full div.right-half-hover, figure.gallery-full div.right-half-hover {
    height: 533px; }
  figure.gallery-full img.arrow-right, figure.gallery-full img.arrow-left {
    height: 533px;
    width: 100px; }

figure#gallery-lightbox-container {
  position: fixed;
  top: 50px;
  left: 5%;
  width: 800px;
  z-index: 2001; }

div.gallery-slide-full {
  width: 800px; }

img.figure-photo-full {
  width: 100%;
  display: block; }

div.pull-quote {
  width: 500px;
  margin: 30px 100px;
  color: #a0181d;
  border-top: 3px solid #e0e0e0;
  border-bottom: 3px solid #e0e0e0;
  padding: 10px 0px; }

div.pull-quote-text {
  font-family: "Fanwood", serif;
  font-size: 2.5rem;
  line-height: 100%; }

div.pull-quote-source {
  font-family: "Lato";
  float: right;
  text-transform: uppercase;
  font-size: 1.2rem; }

h2 {
  margin-left: 20px; }

ul.about {
  list-style-type: disc;
  margin-left: 5%; }

.fellow {
  clear: both;
  padding-top: 20px;
  width: 90%;
  margin-left: 5%; }
  .fellow p {
    font-size: 1.1rem !important;
    line-height: 25px !important;
    margin-left: 0px !important;
    width: 520px !important; }

.mug {
  float: left;
  width: 100px; }

.bio {
  padding-top: 10px;
  margin-left: 110px;
  margin-top: -15px; }

div#interactive-margin {
  clear: both;
  height: 25px; }

@font-face {
  font-family: "District";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/district.otf") format("opentype"); }

@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/futura.otf") format("opentype"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/lato-reg.otf") format("opentype"); }

@font-face {
  font-family: "Fanwood";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fanwood.otf") format("opentype"); }

/******** MEDIA QUERIES ******** */
@media only screen and (min-width: 1400px) {
  div.media-boundary {
    width: 1262px; } }
@media only screen and (min-width: 959px) and (max-width: 1100px) {
  div.story-container, div.overview-story-container {
    width: 90%; } }
@media only screen and (max-width: 1100px) {
  div.media-icon-container {
    display: none; }

  div#media-icons-divider {
    display: none; }

  div.to-top {
    display: inline; }

  div#peel-image-container {
    display: none; }

  div#secondary-container {
    margin-top: 0px !important; }

  div#secondary-container div.story-container, div#secondary-container div.overview-story-container {
    margin-top: 0px; }

  div#secondary-container div.left-menu-container {
    margin-top: 0px; }

  nav ul li {
    font-size: 0.8rem;
    margin-left: 10px; }

  div#fixed-headline-container {
    display: none !important; } }
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  div#logo-container {
    width: 110px; }

  div#left-menu-container {
    display: none; }

  div#fixed-media-icons {
    display: none; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  div#logo-container {
    width: 130px; }

  div#fixed-logo {
    width: 130px; }

  div#fixed-headline {
    width: 85%; }

  div.left-menu-container {
    display: none; }

  div#fixed-media-icons {
    display: none; }

  div.story-container, div.overview-story-container {
    width: 100%;
    margin-left: 0%; } }
@media only screen and (max-width: 950px) {
  nav ul li {
    font-size: 0.7rem;
    margin-left: 8px; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 850px) {
  div.story-container, div.overview-story-container {
    width: 100%;
    margin-left: 0%; }
    div.story-container p, div.overview-story-container p {
      width: 90%;
      margin-left: 5%;
      font-size: 1.2rem; }
      div.story-container p.byline, div.overview-story-container p.byline {
        width: 95%;
        margin-left: 2%; }

  figure.photo, figure.video, figure.interactive, figure.gallery, figure.gallery-full {
    float: none;
    width: 100%;
    margin-left: 0%; }
    figure.photo img.figure-photo, figure.video img.figure-photo, figure.interactive img.figure-photo, figure.gallery img.figure-photo, figure.gallery-full img.figure-photo {
      width: 100%; }
    figure.photo iframe, figure.video iframe, figure.interactive iframe, figure.gallery iframe, figure.gallery-full iframe {
      width: 100%; }

  header {
    display: none; }

  div#mobile-header {
    display: block; }

  img.arrow-left {
    display: none; }

  img.arrow-right {
    display: none; }

  div.gallery-indicator {
    margin: 10px 5px 10px 5px; }

  div.mini-arrow-left, div.mini-arrow-right {
    display: inline-block; }

  div.left-menu-container {
    display: none; }

  div#secondary-container {
    margin-top: 0px !important; }

  div#main-image {
    position: static; }

  div.media-boundary {
    width: 100%; }

  div#fixed-headline-container {
    display: none; }

  div.fellow p {
    width: 90% !important; }

  footer {
    display: none; } }
/* Applies to interactives 600px wide and bigger */
@media only screen and (max-width: 600px) {
  div.pull-quote {
    width: 100%;
    padding: 0px;
    margin: 30px auto; }
    div.pull-quote div.pull-quote-text {
      font-size: 2rem;
      margin: 10px 10px; }
    div.pull-quote div.pull-quote-source {
      font-size: 0.9rem; }
    div.pull-quote img {
      width: 100%; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div#main-image {
    height: auto;
    margin-top: 0px; }

  div.story-container, div.overview-story-container {
    margin-top: 0px; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  div#main-image {
    height: 260px;
    margin-top: 40px;
    display: none; }

  div.story-container, div.overview-story-container {
    margin-top: 0px; }

  h1 {
    font-size: 2em;
    margin-top: 40px; }

  p.byline {
    font-size: 0.8em !important; }

  div#news21-bar {
    height: 25px;
    display: none; }
    div#news21-bar img {
      height: 25px; }

  div.gallery-indicator-content {
    display: none; }

  div.gallery-counter {
    display: block; }

  div#interactive-margin {
    height: 50px; } }
nav {
  width: 1000px;
  float: none;
  margin: 0px auto;
  overflow: hidden; }

div#container, div#secondary-container {
  margin-top: 0px; }

div.overview-container {
  position: relative;
  background-color: white;
  overflow: hidden; }

div#overview-top-container {
  position: relative;
  width: 100%;
  background-color: black; }

div#overview-top-content {
  width: 1000px;
  height: 100%;
  margin: 0px auto;
  position: relative; }

div#back-home-big {
  position: absolute;
  top: 20px;
  left: 90px;
  z-index: 10; }
  div#back-home-big img {
    width: 240px; }

div#portrait-container {
  position: relative;
  margin: 0px;
  height: 270px;
  overflow: hidden; }
  div#portrait-container img {
    height: 270px;
    display: block;
    margin: 0px auto; }

div#full-portrait-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none; }
  div#full-portrait-container img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120%; }

div#overview-lede {
  position: absolute;
  top: 390px;
  left: 60px;
  width: 440px;
  height: 200px;
  color: white;
  font-family: "HelveticaNeue-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 145%;
  display: none; }

div#mobile-overview-lede {
  color: white;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  font-size: 1.2rem;
  display: none;
  background-color: black;
  text-transform: uppercase;
  padding: 15px; }
  div#mobile-overview-lede a {
    text-transform: none;
    color: #cc1f25; }

div#mobile-overview-lede2 {
  color: white;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  font-size: 1.2rem;
  display: none;
  background-color: black;
  text-transform: uppercase;
  padding: 15px;
  position: absolute;
  top: 10%;
  right: 0px;
  width: 40%; }
  div#mobile-overview-lede2 a {
    text-transform: none;
    color: #cc1f25; }

.dropcap {
  font-family: "Times New Roman", serif;
  font-size: 75px;
  line-height: 65px;
  float: left;
  margin-bottom: -10px;
  position: relative;
  margin-right: 8px;
  right: 3px; }

div#full-portrait-gallery-arrow-container {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 260px;
  height: 30px;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: none; }
  div#full-portrait-gallery-arrow-container div {
    float: left; }
  div#full-portrait-gallery-arrow-container .arrow {
    font-size: 1.3rem;
    margin: 0px 7px;
    font-weight: bold;
    cursor: pointer; }

div#portrait-name {
  width: 170px;
  text-align: center; }

div#expand-button-container, div#collapse-button-container, div#mobile-expand-button-container {
  position: absolute;
  width: 250px;
  left: 80px;
  bottom: 0px;
  z-index: 100; }

div#expand-button, div#collapse-button, div#mobile-expand-button {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  font-size: 1em;
  background-color: #a0181d;
  color: white;
  text-align: center;
  margin: 0px auto;
  text-transform: uppercase;
  font-family: "District";
  cursor: pointer;
  position: relative;
  top: 0px; }

div#collapse-button-container {
  bottom: 100%;
  display: none;
  left: 0px;
  height: 70px;
  width: 100%; }

div#mobile-expand-button-container {
  width: 100%;
  left: 0px; }

div#overview-story-whole {
  display: none; }

div.overview-story-container {
  height: auto;
  margin: 20px auto;
  width: 1000px; }

div#mobile-overview {
  width: 100%;
  height: 200px;
  margin: 40px 0px 0px 0px;
  background-size: cover;
  position: relative;
  display: none; }
  div#mobile-overview img {
    width: 200px;
    margin: 30px 25px; }

div#home-container {
  width: 1000px;
  margin: 10px auto;
  position: relative; }

div.overview-video-container {
  width: 100%;
  background-color: black; }
  div.overview-video-container iframe {
    width: 1000px;
    height: 562px;
    display: block;
    margin: 0px auto; }

div.overview-story-photo {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none; }

div.overview-story-photo-holder {
  height: 500px; }

div.media-icon-container {
  background-color: #555555;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

div#collapse-button2 {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  float: right;
  font-size: 1.1rem;
  margin-top: 8px;
  cursor: pointer; }
  div#collapse-button2:hover {
    color: #cc1f25; }

div#sidebar {
  width: 290px;
  height: 400px;
  float: right; }

div.sidebar-element {
  width: 100%;
  margin: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #eeeeee;
  position: relative; }
  div.sidebar-element.expanded {
    height: 200px; }
  div.sidebar-element.collapsed {
    height: 67px; }
  div.sidebar-element a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

div.sidebar-element-title {
  background-color: black;
  height: 63px;
  border-bottom: 4px solid white;
  position: relative;
  z-index: 10; }
  div.sidebar-element-title p {
    text-align: center;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
    color: white;
    font-size: 1.3em;
    line-height: 100%;
    padding-top: 18px;
    text-transform: uppercase; }

div.sidebar-element-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 90px;
  height: 30px;
  padding: 5px 0px 0px 0px;
  background-color: #a0181d;
  text-align: center;
  color: white;
  font-family: "Helvetica Neue";
  font-size: 0.9rem;
  cursor: pointer;
  z-index: 9; }

div#home-slider-container {
  width: 700px;
  height: 400px;
  position: relative;
  overflow: hidden;
  float: left; }

div#home-slider-content {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 500%;
  height: 100%; }

div#home-slider-menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-color: black;
  z-index: 20; }

div.slider-tab {
  float: left;
  border: 0px solid red;
  width: 20%;
  height: 20px;
  padding: 10px 0px;
  text-align: center;
  font-size: 0.9rem;
  color: white;
  position: absolute;
  bottom: 0px;
  cursor: pointer; }
  div.slider-tab.selected {
    background-color: #d59300;
    cursor: default;
    color: white;
    height: 30px;
    padding: 15px 0px 5px 0px; }
  div.slider-tab.second {
    left: 20%; }
  div.slider-tab.third {
    left: 40%; }
  div.slider-tab.fourth {
    left: 60%; }
  div.slider-tab.fifth {
    left: 80%; }

div.home-slide {
  float: left;
  width: 700px;
  height: 375px;
  position: relative; }
  div.home-slide a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

img.home-slide-image {
  margin: 0px; }

div.home-slide-text {
  position: absolute;
  bottom: 50px;
  width: 45%; }
  div.home-slide-text.left {
    left: 0px;
    border-left: 10px solid black; }
  div.home-slide-text.right {
    right: 0px;
    border-right: 10px solid black; }
  div.home-slide-text p {
    color: white;
    position: relative;
    margin: 10px; }
  div.home-slide-text a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999; }

p.home-slide-title {
  font-family: "Times New Roman", serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 100%; }

p.home-slide-lede {
  font-size: 0.9rem;
  margin-top: 10px; }

div.home-slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5; }

div#mobile-home-slider {
  width: 100%;
  margin: 15px 0px;
  clear: both;
  display: none; }

div.mobile-slide {
  margin: 10px 0px;
  clear: both; }
  div.mobile-slide img {
    width: 70px;
    height: 70px;
    float: left;
    margin-left: 5px;
    margin-right: 15px; }
  div.mobile-slide a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

div#sections-container {
  width: 100%;
  margin-top: 20px;
  position: relative; }

div.section {
  width: 1000px;
  margin: 0px auto;
  position: relative; }

div.section-content {
  width: 1000px;
  margin: 0px auto;
  padding: 10px 0px 20px 0px; }

div.section-header {
  width: 1000px;
  height: 32px;
  background-color: black;
  color: white;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 0px 3px 0px; }

div.section-header-content {
  width: 1000px;
  margin: 0px auto;
  line-height: 175%; }

span.section-the {
  font-family: "Fanwood";
  font-style: italic;
  font-size: 1.3em;
  margin-left: 10px; }

span.section-name {
  font-family: "Lato";
  font-weight: bold;
  font-size: 1.3em; }

div.section-block {
  float: left;
  height: 300px; }

div.section-divider {
  height: 270px;
  margin: 15px 14px;
  width: 1px;
  background-color: darkgrey;
  float: left; }

div.width-20 {
  width: 188px; }

div.width-30 {
  width: 282px; }

div.width-40 {
  width: 376px; }

div.width-50 {
  width: 470px; }

div.width-60 {
  width: 594px; }

div.link-block {
  padding: 5px;
  position: relative;
  clear: both;
  cursor: pointer; }
  div.link-block:hover {
    background-color: #e0e0e0; }
  div.link-block a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

img.full-width {
  width: 100%; }

img.left-small {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  float: left; }

img.right-small {
  width: 70px;
  height: 70px;
  margin-left: 10px;
  float: right; }

img.right-med {
  width: 100px;
  height: 70px;
  margin-left: 10px;
  float: right; }

img.left-vertical {
  width: 90px;
  height: 160px;
  float: left;
  margin-right: 10px; }

img.left-vertical-big {
  width: 110px;
  height: 200px;
  float: left;
  margin-right: 10px; }

img.womens-quad {
  width: 138px;
  height: 190px;
  float: left;
  margin-right: 10px; }

p.headline-big, p.headline-med, p.headline-small {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  font-size: 2rem;
  margin: 5px 5px;
  line-height: 100%; }

p.headline-med {
  font-size: 1.7rem;
  margin: 6px 5px;
  line-height: 110%; }

p.headline-small {
  font-size: 1.5rem;
  margin: 6px 5px; }

p.deck-big {
  margin: 10px 5px; }

p.deck-small {
  margin: 5px;
  font-size: 0.9rem; }

img#full2 {
  display: none; }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 1000px) {
  div.overview-container {
    display: none; }

  div#container, div#secondary-container, div.section, div.section-content, div.section-header, div.section-header-content, div#home-container {
    width: 100%; }

  div.section-divider {
    display: none; }

  div.section-block {
    clear: both;
    height: auto;
    width: 100% !important; }

  div.link-block img {
    display: none; }

  p.headline-big, p.headline-med, p.headline-small, p.headline-med, p.headline-small {
    font-size: 1.3rem; }

  p.deck-big, p.deck-small {
    font-size: 1rem; }

  div#sidebar {
    clear: both;
    float: none;
    margin: 20px auto;
    height: auto; }

  div#mobile-overview {
    display: block; } }
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  div.overview-container {
    display: none; }

  div#mobile-overview {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px; }

  div#mobile-overview-lede {
    display: block; } }
@media only screen and (min-width: 480px) and (max-width: 1000px) {
  div#mobile-overview {
    margin-top: 0px;
    margin-bottom: 0px; }

  div#sidebar {
    display: none; } }
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  div#home-slider-container {
    margin: 10px auto;
    float: none; }

  div#home-container {
    margin: 0px; }

  div#mobile-overview-lede {
    display: block; } }
@media only screen and (max-width: 767px) {
  div#home-slider-container {
    display: none; }

  div#mobile-home-slider, div#mobile-overview-lede {
    display: block; } }
@media only screen and (max-width: 479px) {
  div#sidebar {
    width: 100%; }

  div.sidebar-element {
    height: 200px !important; }
    div.sidebar-element img {
      width: 100%; }

  div#home-slider-container {
    display: none; }

  div#mobile-home-slider, div#mobile-overview-lede {
    display: block; } }
