/* page compilation --*/
@font-face {
  font-family: 'TiemposHeadline-BoldItalic';
  src: url("../fonts/TiemposHeadline-BoldItalic.otf") format("opentype");
}
/* line 1, ../scss/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #2800D7;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 21, ../scss/base/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #1a008b;
  color: #fff;
}
/* line 27, ../scss/base/_buttons.scss */
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, ../scss/base/_forms.scss */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.875em;
  padding: 1.75em;
}

/* line 8, ../scss/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  font-size: 1.25em;
}

/* line 16, ../scss/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.4375em;
}
/* line 20, ../scss/base/_forms.scss */
label.required::after {
  content: "*";
}
/* line 24, ../scss/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, ../scss/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  font-size: 1.25em;
  margin-bottom: 0.875em;
  padding: 0.58333em;
  transition: border-color;
  width: 100%;
}
/* line 44, ../scss/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
/* line 48, ../scss/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #2800D7;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(35, 0, 190, 0.7);
  outline: none;
}

/* line 55, ../scss/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, ../scss/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, ../scss/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.4375em;
}

/* line 69, ../scss/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.875em;
  width: 100%;
}

/* line 74, ../scss/base/_forms.scss */
select {
  margin-bottom: 1.75em;
  max-width: 100%;
  width: auto;
}

/* line 1, ../scss/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 20, ../scss/base/_lists.scss */
dl {
  margin-bottom: 0.875em;
}
/* line 23, ../scss/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.875em;
}
/* line 28, ../scss/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, ../scss/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.875em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 9, ../scss/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.875em 0;
  text-align: left;
}

/* line 16, ../scss/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.875em 0;
}

/* line 21, ../scss/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, ../scss/base/_typography.scss */
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #333;
  font-family: "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  font-size: 1.25em;
  line-height: 1.75;
}

/* line 11, ../scss/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  font-weight: normal;
  margin: 0 0 0.875em;
}

/* line 23, ../scss/base/_typography.scss */
h1 {
  font-size: 4rem;
  line-height: 1.1em;
  margin-bottom: 0.1em;
  color: rgba(20, 28, 82, 0.8);
}

/* line 30, ../scss/base/_typography.scss */
p {
  margin: 0 auto 1.75em;
  max-width: 800px;
}

/* line 36, ../scss/base/_typography.scss */
em {
  font-family: "TiemposTextWeb-RegularItalic", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
}

/* line 40, ../scss/base/_typography.scss */
a {
  color: #2800D7;
  transition: color 0.1s linear;
}
/* line 44, ../scss/base/_typography.scss */
a:active, a:focus, a:hover {
  color: inherit;
}
/* line 50, ../scss/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 56, ../scss/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.75em 0;
}

/* line 64, ../scss/base/_typography.scss */
img,
picture {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

                     /*-- Edit color and typography in _variables.scss & _typography.scss.
						  Check font family options in public/scss/bourbon/addons/_font-stacks.scss: --*/
/*-- STYLES WE CONTROL -- */
/*------------  STYLES FOR THE EXAMPLE PAGES GOES HERE ------------*/
/* line 4, ../scss/layout/_example_page.scss */
.example_headers {
  max-width: 1215px;
  margin: 0 auto;
}
/* line 20, ../scss/bourbon/addons/_clearfix.scss */
.example_headers::before, .example_headers::after {
  clear: both;
  content: "";
  display: table;
}

/* line 11, ../scss/layout/_example_page.scss */
.example_title, .example_subtitle {
  color: #444;
}

/* line 15, ../scss/layout/_example_page.scss */
.example_title {
  font: 2em "TiemposTextWeb-Semibold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  margin: 2em auto 0;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 0.25em;
}

/* line 22, ../scss/layout/_example_page.scss */
.example_subtitle {
  font: 1em "TiemposTextWeb-RegularItalic", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  margin: 3em auto 0.5em;
  color: #333;
  display: inline-block;
  background-color: rgba(249, 70, 15, 0.5);
  padding: 0 0.25em;
}

/*-- this is where the style for this site goes --*/
/*------------ LEDE STYLES ------------*/
/* line 8, ../scss/layout/_ledes.scss */
#main {
  height: 100%;
  overflow: visible;
  position: relative;
}

/* line 14, ../scss/layout/_ledes.scss */
#footer {
  width: inherit;
  clear: both;
}

/*------------ COMMON STYLES ------------*/
/* line 22, ../scss/layout/_ledes.scss */
.lede-content {
  max-width: 720px;
}
/* line 25, ../scss/layout/_ledes.scss */
.lede-content h1 {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
}
/* line 28, ../scss/layout/_ledes.scss */
.lede-content h1 em {
  font-family: 'BWHaasText-76BoldItalic';
}
/* line 33, ../scss/layout/_ledes.scss */
.lede-content .dek {
  font: 30px/36px "HaasDisplayBold", Helvetica, Arial, sans-serif;
  padding: 0;
}
/* line 37, ../scss/layout/_ledes.scss */
.lede-content .dek em {
  font-family: 'BWHaasText-76BoldItalic';
}



/*--- LEDE W/ TEXT OVER & PARALLAX ---*/
/* line 46, ../scss/layout/_ledes.scss */
.lede-text-overlay-parallax {
  background: transparent center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  min-height: 600px;
}
/* line 53, ../scss/layout/_ledes.scss */
.lede-text-overlay-parallax .lede-content {
  width: 80%;
  margin: 15% auto 30px 15%;
}
/* line 57, ../scss/layout/_ledes.scss */
.lede-text-overlay-parallax .lede-content h1 {
  color: #000;
  background-color: #fff;
  display: inline;
}
/* line 63, ../scss/layout/_ledes.scss */
.lede-text-overlay-parallax .lede-content .dek {
  display: inline;
  text-align: left;
  background-color: #fff;
}
/* line 69, ../scss/layout/_ledes.scss */
.lede-text-overlay-parallax .lede-content .byline-feat {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 5px 0;
  background-color: #fff;
  display: inline;
}

/*--- LEDE W/ TEXT UNDER ---*/
/* line 81, ../scss/layout/_ledes.scss */
.lede-text-under {
  width: 100%;
  padding: 0;
}
/* line 85, ../scss/layout/_ledes.scss */
.lede-text-under .lede-content {
  margin: 30px auto 70px;
}
/* line 88, ../scss/layout/_ledes.scss */
.lede-text-under .lede-content h1 {
  color: #000;
}
/* line 92, ../scss/layout/_ledes.scss */
.lede-text-under .lede-content .dek {
  text-align: left;
  margin: 0;
}
/* line 97, ../scss/layout/_ledes.scss */
.lede-text-under .lede-content .byline-feat {
  color: #767676;
  margin: 5px 0;
  font-size: 16px;
}

/*--- VIDEO LEDE ---*/
/* line 108, ../scss/layout/_ledes.scss */
.lede-video {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 113, ../scss/layout/_ledes.scss */
.lede-video video {
  width: 100%;
  margin-bottom: 30px;
}
/* line 118, ../scss/layout/_ledes.scss */
.lede-video .lede-content {
  width: 80%;
  margin: -40% auto 0 15%;
  position: absolute;
  z-index: 1;
}
/* line 124, ../scss/layout/_ledes.scss */
.lede-video .lede-content h1 {
  color: #000;
  background-color: #fff;
  display: inline;
}
/* line 130, ../scss/layout/_ledes.scss */
.lede-video .lede-content .dek {
  display: inline;
  text-align: left;
  background-color: #fff;
}
/* line 136, ../scss/layout/_ledes.scss */
.lede-video .lede-content .byline-feat {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 5px 0;
  background-color: #fff;
  display: inline;
}
/* line 145, ../scss/layout/_ledes.scss */
.lede-video .mobile-lede {
  display: none;
}

/*--- LEDE W/CONTAINED IMAGE & TEXT OVERLAY ---*/
/* line 154, ../scss/layout/_ledes.scss */
.lede-contained-img {
  background-image: url("../img/martin.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 6%;
  min-height: 700px;
}
/* line 162, ../scss/layout/_ledes.scss */
.lede-contained-img .lede-content {
  max-width: 30%;
  opacity: .8;
}
/* line 166, ../scss/layout/_ledes.scss */
.lede-contained-img .lede-content h1 {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
  font-size: 9em;
  line-height: 0.8em;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  margin-left: -8px;
}
/* line 176, ../scss/layout/_ledes.scss */
.lede-contained-img .lede-content .dek {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #fff;
  display: block;
  text-align: left;
  padding-bottom: 20px;
}
/* line 185, ../scss/layout/_ledes.scss */
.lede-contained-img .lede-content .byline-feat {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
  width: 100%;
}

/*--- LEDE W/FULL-WIDTH IMAGE & TEXT OVERLAY ---*/
/* line 197, ../scss/layout/_ledes.scss */
.lede-full-width-img {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 202, ../scss/layout/_ledes.scss */
.lede-full-width-img .lede-img {
  min-width: 100%;
  margin-bottom: 30px;
}
/* line 207, ../scss/layout/_ledes.scss */
.lede-full-width-img .lede-content {
  width: 80%;
  margin: -40% auto 0 15%;
  position: absolute;
  z-index: 1;
}
/* line 213, ../scss/layout/_ledes.scss */
.lede-full-width-img .lede-content h1 {
  color: #000;
  background-color: #fff;
  display: inline;
}
/* line 219, ../scss/layout/_ledes.scss */
.lede-full-width-img .lede-content .dek {
  display: inline;
  text-align: left;
  background-color: #fff;
}
/* line 225, ../scss/layout/_ledes.scss */
.lede-full-width-img .lede-content .byline-feat {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 5px 0;
  background-color: #fff;
  display: inline;
}

/*------------ IMAGES STYLES ------------*/
/* line 3, ../scss/layout/_images.scss */
.photo-info {
  border-bottom: 1px solid #ddd;
}

/* line 7, ../scss/layout/_images.scss */
figcaption, .caption {
  font: 0.7em "NHaasGroteskDSPro-55Rg", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  color: #3c3c3c;
}

/* line 12, ../scss/layout/_images.scss */
figcaption {
  margin-right: 0.325em;
  margin-top: 0.3em;
}

/* line 17, ../scss/layout/_images.scss */
.caption {
  width: 90%;
  margin: -2em auto 2em;
  max-width: 1280px;
}

/* line 23, ../scss/layout/_images.scss */
.credit {
  font-size: 0.6em;
  margin-top: 3px;
  margin-bottom: 10px;
  color: #999;
}

/* line 30, ../scss/layout/_images.scss */
.img_full {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 3rem;
}

/* line 36, ../scss/layout/_images.scss */
.img_column {
  width: 60%;
  max-width: 720px;
  margin: 0 auto;
}

/* line 42, ../scss/layout/_images.scss */
.img_left, .img_right {
  max-width: 450px;
  margin: 1em 40px;
}

/* line 47, ../scss/layout/_images.scss */
.img_left {
  float: left;
}

/* line 51, ../scss/layout/_images.scss */
.img_right {
  float: right;
}

/* line 55, ../scss/layout/_images.scss */
.img_parallax {
  height: 100vh;
  width: 100%;
  margin: 0;
}

/* line 61, ../scss/layout/_images.scss */
.img_parallax + .photo-info {
  margin-left: 20px;
  margin-right: 20px;
}

/*------------ VIDEO STYLES ------------*/
/* line 68, ../scss/layout/_images.scss */
.video {
  margin: 40px auto;
}

/* line 72, ../scss/layout/_images.scss */
.video-js, .video iframe {
  margin: 0 auto;
  min-width: 970px;
  min-height: 546px;
  display: block;
}

/* line 79, ../scss/layout/_images.scss */
.terminal .video {
  display: none;
}

/*------------ PHOTO ESSAY STYLES ------------*/
/* line 86, ../scss/layout/_images.scss */
.photo_essay {
  width: 100%;
}
/* line 20, ../scss/bourbon/addons/_clearfix.scss */
.photo_essay::before, .photo_essay::after {
  clear: both;
  content: "";
  display: table;
}
/* line 90, ../scss/layout/_images.scss */
.photo_essay h2 {
  font-weight: 600;
  line-height: 1.1em;
}
/* line 95, ../scss/layout/_images.scss */
.photo_essay h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  margin: 1.5em 0 0.5em;
}
/* line 101, ../scss/layout/_images.scss */
.photo_essay h3 + p {
  margin-top: 0.1em;
}
/* line 106, ../scss/layout/_images.scss */
.photo_essay p {
  width: 100%;
  font-size: 16px;
  margin: 0 0 20px;
}

/* line 113, ../scss/layout/_images.scss */
.img_wrapper {
  height: 100%;
  background-color: #000;
}

/* line 118, ../scss/layout/_images.scss */
.img_wrapper, .content {
  width: 50%;
  float: left;
}

/* line 123, ../scss/layout/_images.scss */
.content {
  padding: 2% 5%;
  box-sizing: border-box;
}

/* line 128, ../scss/layout/_images.scss */
.person_name {
  margin-bottom: 0;
}

/* line 132, ../scss/layout/_images.scss */
.person_title {
  margin-top: 0;
  font: 16px "TiemposTextWeb-RegularItalic", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
}

/*------------  QUOTE STYLES ------------*/
/*---  BLOCKQUOTE ---*/
/* line 4, ../scss/layout/_quotes.scss */
blockquote {
  font-size: 0.9em;
  margin: 2em auto;
  padding: 2em;
  width: 70%;
}
/* line 10, ../scss/layout/_quotes.scss */
blockquote p {
  color: #999;
}
/* line 13, ../scss/layout/_quotes.scss */
blockquote p:last-of-type {
  margin-bottom: 0;
}

/*--- PULL QUOTE ---*/
/* line 26, ../scss/layout/_quotes.scss */
.pullquotes {
  font: 2.2em/3.2rem "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  position: relative;
  width: 58%;
  max-width: 48rem;
  margin: 1.5em auto;
  color: #2800D7;
  padding: 1.25em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
/* line 38, ../scss/layout/_quotes.scss */
.pullquotes em {
  font-family: "TiemposHeadline-BoldItalic", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
}

/*------------  SIDEBAR STYLES ------------*/
/*--- LEFT SIDEBAR ---*/
/* line 6, ../scss/layout/_sidebar.scss */
.sidebar_left {
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 30px;
}

/*---  RIGHT SIDEBAR ---*/
/* line 15, ../scss/layout/_sidebar.scss */
.sidebar_right {
  float: right;
  padding-left: 30px;
}

/*---  SIDEBAR W/ TEXT ---*/
/* line 24, ../scss/layout/_sidebar.scss */
.sidebar_right, .sidebar_left {
  width: 40rem;
  max-width: 450px;
  margin: 0.5rem 40px 1rem 40px;
}
/* line 29, ../scss/layout/_sidebar.scss */
.sidebar_right h3, .sidebar_left h3 {
  font-family: "HaasDisplayBold", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
/* line 35, ../scss/layout/_sidebar.scss */
.sidebar_right .sidebar_text p, .sidebar_left .sidebar_text p {
  font-size: 0.7em;
  width: 100%;
  margin: 20px auto;
}

/*---  SIDEBAR W/ IMAGES ---*/
/*------------  VIDEOS & DAVA VIZ EMBEDS STYLES ------------*/
/*------------  VIDEOS STYLES ------------*/
/*------------  INTERACTIVES STYLES ------------*/
/*-- BODY COPY STYLES -- */
/*-- CENTERED COLUMN -- */
/* line 5, ../scss/layout/_body.scss */
p {
  width: 60%;
  max-width: 720px;
  margin: 30px auto;
  font: 18px/1.6em "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  color: #3c3c3c;
}
/* line 12, ../scss/layout/_body.scss */
p a {
  color: #3c3c3c;
  text-decoration: none;
  border-bottom: 2px solid #2800D7;
}

/* line 19, ../scss/layout/_body.scss */
.section-break {
  margin-top: 50px;
  padding-top: 50px;
}
/* line 23, ../scss/layout/_body.scss */
.section-break:first-line {
  font: 20px "HaasDisplayBold", Helvetica, Arial, sans-serif;
  color: #000;
}

/* line 29, ../scss/layout/_body.scss */
.terminal p a {
  border-bottom: none;
}

/* line 33, ../scss/layout/_body.scss */
.closer {
  display: inline;
  margin-top: -5px;
  margin-left: 2px;
  height: 14px;
}

/* line 40, ../scss/layout/_body.scss */
.top-banner a:hover {
  color: #fff;
}

/*-- MEDIA QUERIES -- */
/* MOBILE */
@media screen and (max-width: 560px) {
  /* line 4, ../scss/mediaqueries/_mobile.scss */
  .lede-content {
    max-width: 100%;
  }

  /* line 8, ../scss/mediaqueries/_mobile.scss */
  .lede-text-overlay-parallax {
    min-height: 400px;
  }
  /* line 11, ../scss/mediaqueries/_mobile.scss */
  .lede-text-overlay-parallax .lede-content {
    width: 90%;
    margin: 15% auto;
  }

  /* line 18, ../scss/mediaqueries/_mobile.scss */
  .lede-text-under .lede-content {
    margin: 30px auto;
    padding: 0 20px;
  }

  /* line 25, ../scss/mediaqueries/_mobile.scss */
  .lede-full-width-img .lede-img {
    min-height: 0;
  }
  /* line 29, ../scss/mediaqueries/_mobile.scss */
  .lede-full-width-img .lede-content {
    width: 90%;
    margin: 30px auto;
    position: relative;
  }

  /* line 36, ../scss/mediaqueries/_mobile.scss */
  .lede video {
    margin-bottom: 1rem;
  }

  /* line 41, ../scss/mediaqueries/_mobile.scss */
  .lede-video video {
    display: none;
  }
  /* line 45, ../scss/mediaqueries/_mobile.scss */
  .lede-video .mobile-lede {
    display: block;
  }
  /* line 49, ../scss/mediaqueries/_mobile.scss */
  .lede-video .lede-content {
    width: 90%;
    margin: -70% auto 0 0;
    padding: 0 20px;
  }

  /* line 56, ../scss/mediaqueries/_mobile.scss */
  header {
    width: 90%;
    margin-bottom: 0.5rem;
  }

  /* line 61, ../scss/mediaqueries/_mobile.scss */
  h1 {
    font-size: 1.8rem;
  }

  /* line 65, ../scss/mediaqueries/_mobile.scss */
  .lede-contained-img {
    min-height: 400px;
  }
  /* line 68, ../scss/mediaqueries/_mobile.scss */
  .lede-contained-img .lede-content {
    max-width: 100%;
  }
  /* line 71, ../scss/mediaqueries/_mobile.scss */
  .lede-contained-img .lede-content h1 {
    font-size: 2.2rem;
  }

  /* line 77, ../scss/mediaqueries/_mobile.scss */
  .lede-content .dek {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1.25rem;
  }

  /* line 83, ../scss/mediaqueries/_mobile.scss */
  .subhed {
    font-size: 0.95rem;
  }

  /* line 87, ../scss/mediaqueries/_mobile.scss */
  p {
    width: 90%;
    max-width: initial;
    font-size: 0.8em;
  }

  /* line 93, ../scss/mediaqueries/_mobile.scss */
  .img_right, .img_left {
    float: none;
    margin: 0 auto 1rem;
    width: 90%;
  }

  /* line 99, ../scss/mediaqueries/_mobile.scss */
  .img_column {
    width: 90%;
  }

  /* line 103, ../scss/mediaqueries/_mobile.scss */
  .img_wrapper, .content {
    float: none;
    width: 100%;
  }

  /* line 108, ../scss/mediaqueries/_mobile.scss */
  .img_parallax {
    height: 50vh;
  }

  /* line 112, ../scss/mediaqueries/_mobile.scss */
  blockquote {
    padding: 0 1em 1em;
    margin: 0 auto;
    width: 90%;
  }

  /* line 118, ../scss/mediaqueries/_mobile.scss */
  .pullquotes {
    font-size: 1.2em;
    line-height: 1.4em;
    float: none;
    width: 90%;
    margin: 1rem auto;
    padding: 1rem auto;
  }

  /* line 127, ../scss/mediaqueries/_mobile.scss */
  .divider {
    margin: 0 auto 0.75em;
  }

  /* line 131, ../scss/mediaqueries/_mobile.scss */
  .section-break {
    padding-top: 15px;
  }

  /* line 136, ../scss/mediaqueries/_mobile.scss */
  #main ul {
    width: 60%;
  }
  /* line 140, ../scss/mediaqueries/_mobile.scss */
  #main li {
    font-size: 0.75em;
    line-height: 1.25em;
  }

  /* line 146, ../scss/mediaqueries/_mobile.scss */
  .video-js, .video iframe {
    min-width: 320px;
    min-height: 180px;
  }

  /* line 151, ../scss/mediaqueries/_mobile.scss */
  .sidebar_right, .sidebar_left {
    width: 30rem;
    max-width: 80%;
    float: none;
    padding: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 560px) {
  /* line 166, ../scss/mediaqueries/_mobile.scss */
  .video-js, .video iframe {
    min-width: 480px;
    min-height: 270px;
  }
}
/* TABLET */
@media screen and (min-width: 560px) and (max-width: 1023px) {
  /* line 4, ../scss/mediaqueries/_tablet.scss */
  .lede-content {
    max-width: 100%;
  }

  /* line 8, ../scss/mediaqueries/_tablet.scss */
  .lede-text-overlay-parallax {
    min-height: 400px;
  }
  /* line 11, ../scss/mediaqueries/_tablet.scss */
  .lede-text-overlay-parallax .lede-content {
    margin: 15% auto;
  }

  /* line 17, ../scss/mediaqueries/_tablet.scss */
  .lede-text-under .lede-content {
    margin: 30px auto;
    padding: 0 20px;
  }

  /* line 24, ../scss/mediaqueries/_tablet.scss */
  .lede-full-width-img .lede-img {
    min-height: 0;
  }
  /* line 28, ../scss/mediaqueries/_tablet.scss */
  .lede-full-width-img .lede-content {
    margin: 30px auto;
    position: relative;
  }

  /* line 34, ../scss/mediaqueries/_tablet.scss */
  .lede-contained-img {
    min-height: 400px;
  }
  /* line 37, ../scss/mediaqueries/_tablet.scss */
  .lede-contained-img .lede-content {
    max-width: 100%;
  }
  /* line 40, ../scss/mediaqueries/_tablet.scss */
  .lede-contained-img .lede-content h1 {
    font-size: 5rem;
  }
  /* line 44, ../scss/mediaqueries/_tablet.scss */
  .lede-contained-img .lede-content .dek {
    margin-left: 0;
  }

  /* line 50, ../scss/mediaqueries/_tablet.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 54, ../scss/mediaqueries/_tablet.scss */
  .dek {
    font-size: 2rem;
    margin-bottom: 1.75rem;
  }

  /* line 59, ../scss/mediaqueries/_tablet.scss */
  .subhed {
    font-size: 0.9rem;
  }

  /* line 63, ../scss/mediaqueries/_tablet.scss */
  p {
    max-width: initial;
    font-size: 0.9em;
  }

  /* line 69, ../scss/mediaqueries/_tablet.scss */
  .video-js, .video iframe {
    min-width: 1023px;
    min-height: 511px;
  }

  /* line 74, ../scss/mediaqueries/_tablet.scss */
  .img_left, .img_right {
    float: none;
    max-width: 500px;
    margin: 0.5rem auto;
  }

  /* line 80, ../scss/mediaqueries/_tablet.scss */
  .img_wrapper, .content {
    float: none;
    width: 100%;
  }

  /* line 85, ../scss/mediaqueries/_tablet.scss */
  .sidebar_right, .sidebar_left {
    width: 30rem;
    max-width: 80%;
    float: none;
    padding: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  /* line 100, ../scss/mediaqueries/_tablet.scss */
  header, p, .pullquotes {
    width: 90%;
    max-width: 100%;
  }

  /* line 105, ../scss/mediaqueries/_tablet.scss */
  .video-js, .video iframe {
    min-width: 480px;
    min-height: 270px;
  }

  /* line 110, ../scss/mediaqueries/_tablet.scss */
  .img_right, .img_left {
    float: none;
    margin: 0 auto 1rem;
    width: 90%;
  }

  /* line 117, ../scss/mediaqueries/_tablet.scss */
  #main ul {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 123, ../scss/mediaqueries/_tablet.scss */
  header, p, .pullquotes {
    width: 80%;
    max-width: 100%;
  }

  /* line 128, ../scss/mediaqueries/_tablet.scss */
  .video-js, .video iframe {
    min-width: 730px;
    min-height: 411px;
  }

  /* line 133, ../scss/mediaqueries/_tablet.scss */
  .img_right, .img_left {
    width: 30rem;
  }

  /* line 137, ../scss/mediaqueries/_tablet.scss */
  #main ul {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  /* line 143, ../scss/mediaqueries/_tablet.scss */
  .video-js, .video iframe {
    min-width: 1024px;
    min-height: 576px;
  }
}
/* RETINA */
/* Print Styles
 ========================================================================== */
@media print {
  /* line 5, ../scss/mediaqueries/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 12, ../scss/mediaqueries/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 17, ../scss/mediaqueries/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 21, ../scss/mediaqueries/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*Don't show links for img, or javascript/internal links*/
  /* line 26, ../scss/mediaqueries/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 30, ../scss/mediaqueries/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 33, ../scss/mediaqueries/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 35, ../scss/mediaqueries/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 38, ../scss/mediaqueries/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 42, ../scss/mediaqueries/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 46, ../scss/mediaqueries/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}


.imgbreak{
  width: 80%;
  max-width: 1200px;
  margin: 20px auto;
}
.imgbreak img{width: 100%}





#lede{
  background: #ccc;
  height:900px;
  position: relative;
  overflow: hidden;
  max-width: 1700px;
  margin: 0 auto;
}

#background{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/titleA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
#graffiti {
  position:absolute;
  z-index: 4;
  background: url('../img/graffiti.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

#graffiti2 {
  position:absolute;
  z-index: 6;
  background: url('../img/graffiti2.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

#martin{
  position:absolute;
  z-index: 5;
  width: 85%;
  left: 50%;
  bottom: -500px;
  transform: translate(-50%, 0);
}

#whobought{
  color: #000;
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 8;
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "NHaasGroteskDSPro-75Bd", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  text-shadow: white 2px 2px;
}

#mobile-alt{
  display: none;
  width: 100%;
}
#mobile-alt img {width: 100%}


@media only screen and (min-width: 1300px) {
  #martin{width: 80%}
  #graffiti{width: 90%}
  #graffiti2{width: 90%}
}
@media only screen and (min-width: 1500px) {
  #martin{  width: 60%}
  #graffiti{width: 75%}
  #graffiti2{width: 75%}
}


@media only screen and (max-width: 1090px) {
  #whobought{
  font-size: 30px;
  line-height: 32px;}
}

@media only screen and (max-width: 950px) {
  #mobile-alt{display: block;}
  #lede{display: none;}
  #whobought{
  font-size: 22px;
  line-height: 24px;
  padding-top: 4px;
  }
}


.fuschia{color: #c14191;}

.terminal a { pointer-events: none; }

@media only screen and (max-width: 650px) {
  #mobile-alt #whobought {
    position: static;
  }
}

@media only screen and (max-width: 950px) {
  .bannerad-sized {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}