/* master scss
*/
.canary {
  background-color: #f1e6b2; }

/*
@font-face {
font-family:"d";
src:url($ROOT_URL + "css/d.woff") format("woff2");
font-style:normal;font-weight:700;
}

@font-face {
font-family:"m";
src:url($ROOT_URL + "css/m.woff") format("woff2");
font-style:normal;font-weight:700;
}

@font-face {
font-family:"m";
src:url($ROOT_URL + "css/mi.woff") format("woff2");
font-style:italic;font-weight:700;
}
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-indent: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul, ol {
  /*list-style: none*/ }

li {
  /*list-style-position: outside;*/ }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* added */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

img, a img {
  border: 0;
  max-width: 100%;
  height: auto; }

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

/* for chrome */
button, input, select, textarea {
  margin: 0; }

/* for IE */
button {
  width: auto;
  overflow: visible; }

/* for mozilla */
input:-moz-placeholder {
  color: #a9a9a9; }

textarea:-moz-placeholder {
  color: #a9a9a9; }

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

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

/* all css for main layout layoutElements
*/
body {
  position: relative; }

.wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 40px; }

.wrapper.fullBleed {
  padding: 0;
  max-width: none; }

.content {
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 60px;
  width: 50%; }
  .content ul {
    margin: 0 0 20px 0; }
    .content ul li {
      margin-bottom: 1rem; }
    .content ul a, .content ul a:link, .content ul a:visited {
      color: #594a25; }

.right {
  float: right; }

.content + .content {
  padding-right: 40px; }

.content.col2 {
  padding-right: 0;
  width: 46%; }

.content.col2 + .content.col2 {
  padding-right: 0;
  margin-left: 8%; }

.content.col3 {
  padding-right: 0;
  width: 30%;
  font-size: 16px; }

.content.col3 + .content.col3 {
  padding-right: 0;
  margin-left: 3.33%; }

.content.full {
  padding-right: 0; }

.widecol {
  float: left;
  width: 66%;
  padding-left: 40px;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.narrowcol {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.halfcol {
  float: left;
  width: 38%;
  margin-left: 6%;
  margin-right: 6%; }

.moreWhiteSpace {
  padding-top: 5%; }

.wrap3 {
  width: 100%;
  padding: 0;
  float: none;
  column-count: 3;
  column-gap: 40px; }

.moreVertSpace {
  margin-top: 5rem; }

.captionedImg {
  display: table;
  width: 100%;
  padding-top: 0; }
  .captionedImg .text, .captionedImg .img {
    display: table-cell;
    width: 33%;
    padding: 3.5%;
    padding-top: 0;
    vertical-align: top;
    text-align: right; }
    .captionedImg .text figcaption, .captionedImg .img figcaption {
      max-width: 250px;
      margin-right: 0;
      margin-left: auto; }
  .captionedImg .img {
    text-align: left;
    width: 66%; }
    .captionedImg .img img {
      max-width: 500px; }

section:after {
  content: " ";
  height: 0;
  display: block;
  clear: both; }

footer {
  padding: 40px;
  padding-bottom: 60px;
  background: black;
  color: white;
  letter-spacing: normal;
  text-transform: none;
  font-family: "m", "minion-pro", serif;
  font-weight: 400;
  font-size: 18px;
  vertical-align: top;
  line-height: 2.8; }
  footer a, footer a:link, footer a:active, footer a:visited, footer a:hover {
    color: white;
    line-height: 1;
    padding: 0;
    display: inline-block;
    position: relative; }
  footer a:link + a:link,
  footer a:link + a {
    margin-left: 1.25rem;
    border-left: 1px solid white;
    padding-left: 1rem; }
  footer .row {
    display: table;
    width: 100%; }
  footer .col {
    display: table-cell;
    line-height: 1.5; }
  footer .col + .col {
    text-align: right;
    padding-left: 3%; }
  footer .mhs {
    text-indent: .25rem;
    color: #bcbcbc;
    vertical-align: top; }
    footer .mhs a {
      display: block; }
    footer .mhs img {
      margin-top: .5rem;
      width: 220px;
      height: 81px;
      display: block; }
  footer .otherLinks {
    font-size: 24px; }
  footer .sharing {
    display: inline-block;
    margin-left: .5rem;
    max-width: 19px;
    vertical-align: middle; }
  footer .legal {
    text-align: right; }

footer:after {
  content: " ";
  height: 0;
  display: block;
  clear: both; }

.preload {
  overflow: hidden;
  height: 0; }
  .preload img {
    height: 0; }

#shareLRJ {
  cursor: pointer; }

#shareLRJoptions {
  display: none !important;
  background: black; }

#shareLRJoptions.open {
  display: block !important; }

.choicesRow {
  background: #6d3332;
  padding: 20px 60px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.choices {
  width: 100%;
  color: white;
  text-align: center; }
  .choices .choice {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    width: 262px;
    padding: 0 20px 40px 20px;
    display: inline-block;
    vertical-align: top; }
    .choices .choice h2 {
      font-size: 28px;
      color: white;
      letter-spacing: .05em;
      line-height: 1;
      text-transform: none; }
    .choices .choice img.wide {
      display: block;
      margin-bottom: .5rem; }
    .choices .choice figcaption {
      display: block;
      font-size: 22px;
      margin-bottom: .5rem;
      line-height: 1.1; }

/* Typography */
body {
  font-family: "m", "minion-pro", serif;
  font-size: 22px;
  line-height: 1.45;
  color: #5a4a25;
  background: #fbf7e8; }

a, a:link, a:visited, a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #85431e; }

.print {
  cursor: pointer; }

h1 {
  font-size: 60px;
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.innerPage h1 {
  text-transform: none;
  color: #5a4a25;
  font-size: 46px;
  line-height: 1.2; }

article {
  padding-top: 20px; }
  article date {
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px; }
  article h1 {
    font-size: 46px;
    margin-bottom: 1rem; }

h2 {
  padding: 20px 0;
  font-size: 60px;
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.lined {
  border-bottom: 2px solid #cfb023;
  margin-bottom: 2rem !important; }

h3 {
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 1rem 0;
  padding: 0; }

li h3 {
  margin-bottom: 0; }

.tagline {
  font-size: 26px;
  letter-spacing: .05em;
  text-transform: none; }

p {
  max-width: 800px;
  margin-bottom: 1rem; }

p + p {
  margin-top: 1.75rem; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

.rotRight {
  transform: rotate(7deg); }

.rotLeft {
  transform: rotate(-7deg); }

.shadow {
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.5); }

.scaleDown {
  transform: scale(0.8); }

.scaleUp {
  transform: scale(1.25); }

.rotLeft.scaleDown {
  transform: rotate(-7deg) scale(0.8); }

.rotRight.scaleDown {
  transform: rotate(7deg) scale(0.8); }

.rotLeft.scaleUp {
  transform: rotate(-7deg) scale(1.25); }

.rotRight.scaleUp {
  transform: rotate(7deg) scale(1.25); }

figcaption {
  font-size: 16px; }

.finePrint {
  font-size: 18px; }

.longlists p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1rem; }

.longlists.tight p {
  line-height: 1.25;
  margin-bottom: .5rem; }

.longlists p + p {
  margin-top: 0; }

.longlists p + p.hd {
  margin-top: 1.25rem; }

.longlists p + h3 {
  margin-top: 2rem; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.alignLeft {
  max-width: 40%;
  float: left;
  margin-right: 1rem;
  margin-bottom: .5rem; }

/* text types */
.majorText {
  max-width: 66%;
  font-size: 28px;
  line-height: 1.5; }

.learnMore {
  text-align: center;
  margin: 40px; }
  .learnMore a, .learnMore a:link, .learnMore a:visited {
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid black;
    font-size: 20px;
    letter-spacing: .15em;
    padding: .31rem 1.8rem; }

.moreLink {
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: white;
  letter-spacing: .1em;
  font-size: 18px; }

.moreArrow {
  vertical-align: middle;
  width: 26px;
  line-height: 1;
  display: inline-block;
  margin-left: .25rem;
  margin-top: -5px; }
  .moreArrow circle {
    fill: #b46a55; }
  .moreArrow polygon {
    fill: #ffffff; }

.topic {
  color: white;
  background: #9e2a2b; }

.quoteRed {
  letter-spacing: normal;
  text-transform: none;
  font-family: "m", "minion-pro", serif;
  font-weight: 400;
  text-align: center;
  padding: 0 40px;
  font-size: 36px;
  color: #b46a55; }
  .quoteRed hr {
    border: none;
    height: 1px;
    background: #cfb023;
    width: 50%;
    max-width: 200px;
    margin: 40px auto; }
  .quoteRed hr:first-child {
    margin-top: 20px; }
  .quoteRed cite {
    display: block;
    margin-top: 1rem;
    font-size: 18px;
    color: #594a25; }

.extras {
  list-style-type: none; }
  .extras li {
    margin-bottom: .5rem; }

.audio {
  background: url("/images/SVG/icon_audio.svg") no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  color: #b46a55;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer; }

.audio.playing {
  background: url("/images/SVG/icon_audio_pause.svg") no-repeat;
  background-size: 30px 30px; }

.video {
  background: url("/images/SVG/icon_video.svg") no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 700;
  color: #b46a55;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer; }

.audio span,
.video span {
  letter-spacing: normal;
  text-transform: none;
  font-family: "m", "minion-pro", serif;
  font-weight: 400;
  font-weight: normal;
  color: #5a4a25; }

.audio .standout,
.video .standout {
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-transform: none;
  color: #b46a55; }

.extLink {
  background: url("/images/SVG/icon_link.svg") no-repeat;
  background-size: 30px 30px;
  padding-left: 44px; }

cite {
  padding-top: 1rem;
  display: block;
  font-size: 18px; }

.primarySource {
  float: right;
  width: 202px;
  margin-left: 3rem; }

.magnify {
  display: inline-block;
  position: relative; }

.glass {
  z-index: 9000;
  width: 400px !important;
  height: 400px !important;
  position: absolute !important;
  border-radius: 100% !important;
  background-repeat: no-repeat !important;
  background-color: #fbf7e8 !important;
  border: 2px solid #cfb023 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75) !important;
  display: none;
  cursor: none; }

.magNotice {
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
  display: block;
  text-transform: none;
  color: #b46a55; }

@media (max-width: 400px) {
  article h1 {
    font-size: 40px;
    line-height: 1.25; } }
header {
  border-top: 6px solid #cfb023;
  background: white; }
  header .wrapper {
    padding: 20px 40px; }
  header .logo {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    header .logo img {
      width: 302px;
      height: 76px; }
  header .ham {
    display: none; }
  header nav {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin: 0 -15px 0 2%;
    width: 645px;
    text-align: right; }
    header nav a, header nav a:link, header nav a:visited, header nav a:hover {
      display: inline-block;
      font-family: "d", "nimbus-sans-condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #cfb023;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: .1rem;
      padding: 8.8% .5rem 0 .5rem;
      vertical-align: top;
      text-align: center;
      line-height: 1; }
      header nav a b, header nav a:link b, header nav a:visited b, header nav a:hover b {
        display: inline; }
    header nav a:hover {
      color: #85431e; }
    header nav .topics {
      background: url("/images/SVG/icon_topics.svg") no-repeat 50% 25%;
      background-size: 24px; }
    header nav .topics:hover {
      background-image: url("/images/SVG/icon_topics_on.svg"); }
    header nav .timeline {
      background: url("/images/SVG/icon_timeline.svg") no-repeat 50% 31%;
      background-size: 38px; }
    header nav .timeline:hover {
      background-image: url("/images/SVG/icon_timeline_on.svg"); }
    header nav .people {
      background: url("/images/SVG/icon_people.svg") no-repeat 50% 25%;
      background-size: 23px; }
    header nav .people:hover {
      background-image: url("/images/SVG/icon_people_on.svg"); }
    header nav .resources {
      background: url("/images/SVG/icon_resources.svg") no-repeat 50% 25%;
      background-size: 28px; }
    header nav .resources:hover {
      background-image: url("/images/SVG/icon_resources_on.svg"); }
    header nav .curriculum {
      background: url("/images/SVG/icon_curriculum.svg") no-repeat 50% 25%;
      background-size: 24px 28px; }
    header nav .curriculum:hover {
      background-image: url("/images/SVG/icon_curriculum_on.svg"); }
    header nav .about {
      background: url("/images/SVG/icon_about.svg") no-repeat 50% 25%;
      background-size: 21px; }
    header nav .about:hover {
      background-image: url("/images/SVG/icon_about_on.svg"); }

.topics header .topics {
  color: #85431e;
  background-image: url("/images/SVG/icon_topics_on.svg"); }

.timeline header .timeline {
  color: #85431e;
  background-image: url("/images/SVG/icon_timeline_on.svg"); }

.resources header .resources {
  color: #85431e;
  background-image: url("/images/SVG/icon_resources_on.svg"); }

.people header .people {
  color: #85431e;
  background-image: url("/images/SVG/icon_people_on.svg"); }

.guide header .curriculum,
.guide header .curriculum:hover {
  color: #85431e;
  background-image: url("/images/SVG/icon_curriculum_on.svg"); }
.guide header .people {
  color: #cfb023;
  background-image: url("/images/SVG/icon_people.svg");
  background-size: 23px; }
.guide header .people:hover {
  color: #85431e;
  background-image: url("/images/SVG/icon_people_on.svg"); }

.about header .about,
.about header .about:hover {
  color: #85431e;
  background-image: url("/images/SVG/icon_about_on.svg"); }
.about header .people {
  color: #cfb023;
  background-image: url("/images/SVG/icon_people.svg");
  background-size: 23px; }
.about header .people:hover {
  color: #85431e;
  background-image: url("/images/SVG/icon_people_on.svg"); }

header:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
  height: 15px; }

.navTools .wrapper {
  padding: 30px 40px;
  display: table;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.navTools a, .navTools a:link, .navTools a:visited, .navTools a:hover {
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #b46a55;
  display: table-cell;
  letter-spacing: .1em;
  font-size: 18px; }
.navTools .backLink {
  cursor: pointer; }
  .navTools .backLink img {
    margin-left: 0;
    margin-right: .5rem;
    width: 25px;
    transform: rotate(180deg); }
.navTools .print {
  text-align: right; }
  .navTools .print img {
    width: 25px;
    display: inline-block;
    margin-right: .5rem;
    line-height: 1;
    vertical-align: middle; }

.navTopics .wrapper {
  padding-bottom: 0; }
.navTopics .firewall {
  width: 100%;
  display: table;
  border-bottom: 1px solid white; }
.navTopics h2 {
  display: table-cell;
  padding: 0;
  text-transform: none;
  font-size: 48px;
  opacity: .5; }
.navTopics ul {
  display: table-cell;
  text-align: right; }
  .navTopics ul li {
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1; }
  .navTopics ul li + li {
    border-left: 1px solid #b46a55; }
.navTopics a, .navTopics a:link, .navTopics a:visited {
  color: #b46a55;
  color: white;
  opacity: .5;
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1;
  padding: 0 1rem; }
.navTopics a:hover {
  color: white; }
.navTopics a.last {
  padding-right: 0; }

.topicSlavery .navTopics li:nth-child(1) a {
  color: white;
  opacity: 1; }

.topicEducation .navTopics li + li {
  border-left: 1px solid #a3bcda; }

.topicEducation .navTopics li:nth-child(2) a {
  color: white;
  opacity: 1; }

.topicParticipation .navTopics li + li {
  border-left: 1px solid #abc9b3; }

.topicParticipation .navTopics li:nth-child(3) a {
  color: white;
  opacity: 1; }

.topicLeadership .navTopics li + li {
  border-left: 1px solid #bab5a4; }

.topicLeadership .navTopics li:nth-child(4) a {
  color: white;
  opacity: 1; }

@media (max-width: 1055px) {
  header .wrapper {
    padding: 20px;
    padding-right: 10px; }
  header nav {
    width: 456px;
    margin: 0;
    background-position: 50% 17%; }
    header nav a, header nav a:link, header nav a:visited, header nav a:hover {
      font-size: 18px;
      margin: 9px 0 0 0;
      letter-spacing: 0.08rem;
      padding: 9.5% .35rem 0 0.35rem; }
      header nav a b, header nav a:link b, header nav a:visited b, header nav a:hover b {
        display: block; }
    header nav .curriculum {
      background-position: 50% 17%; }
  header .logo {
    width: 256px; }

  .navTools .wrapper {
    padding: 20px; } }
@media (max-width: 750px) {
  header {
    position: relative; }
    header .wrapper {
      padding: 10px; }
    header .ham {
      width: 38px;
      right: 20px;
      top: 20px;
      position: absolute;
      display: block;
      margin-top: 8px;
      cursor: pointer; }
      header .ham span {
        display: block;
        height: 5px;
        width: 100%;
        background: #cab44b;
        margin-bottom: 5px; }
      header .ham b {
        font-family: "d", "nimbus-sans-condensed", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        display: block;
        line-height: 1.3; }
    header nav {
      float: none;
      width: 100%;
      clear: both;
      display: none;
      text-align: center; }
      header nav a, header nav a:link, header nav a:visited, header nav a:hover {
        font-size: 17px;
        margin: 9px 0 0 0;
        letter-spacing: 0rem;
        padding: 39px 10px 0px 10px; }
        header nav a b, header nav a:link b, header nav a:visited b, header nav a:hover b {
          display: block; }

  header:after {
    height: 0; }

  header.open nav {
    display: block; }

  .navTopics .firewall {
    display: block; }
    .navTopics .firewall ul {
      display: block;
      text-align: center;
      padding: 0;
      margin: 0 0 1rem 0; }
      .navTopics .firewall ul li + li {
        border-left: none; } }
@media (max-width: 400px) {
  header .logo img {
    width: 226px;
    height: 68px; }
  header .ham {
    top: 12px; } }
.banner {
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/images/banner.jpg") 50% 98%;
  background-size: 100%;
  width: 100%;
  padding-top: 21%;
  padding-bottom: 25%; }
  .banner .inner {
    position: absolute;
    left: 0;
    text-align: center;
    top: 55%;
    width: 100%; }
    .banner .inner h1 {
      position: relative;
      max-width: 778px;
      margin: auto;
      padding: 25px 22px 35px 22px;
      font-family: "d", "nimbus-sans-condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .07em;
      font-size: 64px;
      background: rgba(210, 178, 41, 0.81);
      color: white;
      text-transform: uppercase; }
      .banner .inner h1 .subtitle {
        letter-spacing: normal;
        text-transform: none;
        font-family: "m", "minion-pro", serif;
        font-weight: 400;
        font-size: 26px;
        display: block; }

.realPresident {
  background: white; }
  .realPresident .moreLink {
    font-size: 22px;
    color: #b85d5d; }
  .realPresident .obama {
    max-width: 100px;
    margin: auto;
    padding: 1rem 0;
    border-bottom: 1px solid #c0c0c0; }
    .realPresident .obama img {
      width: 100%;
      height: auto; }
  .realPresident h2 {
    padding-top: 0; }
    .realPresident h2 a:link, .realPresident h2 a:visited, .realPresident h2 a:active, .realPresident h2 a:hover {
      color: #b46a55;
      vertical-align: middle;
      font-size: 34px;
      letter-spacing: .05em; }

.home section {
  text-align: center;
  color: white; }
  .home section .illus {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .home section .topic {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px;
    float: right;
    width: 50%; }
  .home section .circle {
    display: block;
    width: 135px;
    height: 135px;
    margin: auto; }
  .home section a:link, .home section a:visited, .home section a:active, .home section a:hover {
    color: white; }
  .home section .learnMore a:link, .home section .learnMore a:visited, .home section .learnMore a:active, .home section .learnMore a:hover {
    border-color: white; }
  .home section .learnMore.dark a:link, .home section .learnMore.dark a:visited, .home section .learnMore.dark a:active, .home section .learnMore.dark a:hover {
    border-color: #b46a55;
    color: #b46a55; }

.home section.rightHand .illus {
  float: right; }
.home section.rightHand .topic {
  float: right; }

.home section:after {
  content: " ";
  height: 0;
  display: block;
  clear: both; }

.home .topic {
  background: none; }
.home .slavery {
  background: #9e2a2b; }
.home .education {
  background: #004b87; }
.home .participation {
  background: #4b9560; }
.home .leadership {
  background: #736635; }
.home .exhibition {
  background: white;
  padding-top: 45px;
  padding-bottom: 45px; }
  .home .exhibition .panel {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: right; }
    .home .exhibition .panel img {
      max-width: 100%; }
  .home .exhibition .topic {
    padding-top: 28px;
    text-align: left;
    color: #594a25; }
    .home .exhibition .topic .learnMore {
      text-align: left;
      margin-left: 0; }
  .home .exhibition h2 {
    color: #594a25; }

.home section a:link.teacherGuidePromo,
.home section a:visited.teacherGuidePromo {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  font-weight: bold;
  padding-left: 57px;
  background: url("/images/SVG/icon-reading.svg") no-repeat;
  background-position: -11px -9px;
  line-height: 1;
  font-size: 26px;
  background-size: 64px 64px;
  color: #b46a55;
  display: block;
  letter-spacing: .05em; }

@media (max-width: 1320px) {
  .home section .topic {
    padding: 40px; } }
@media (max-width: 1180px) {
  h2 {
    padding: 0; }

  .home section .circle {
    width: 90px;
    height: 90px; }
  .home section .topic {
    padding: 35px; }

  .banner .inner {
    top: 44%; }
    .banner .inner h1 {
      max-width: 645px;
      font-size: 56px; }
      .banner .inner h1 .subtitle {
        font-size: 20px; }

  h2 {
    font-size: 40px;
    padding: 0; }

  .majorText {
    max-width: 94%;
    font-size: 26px; }

  .learnMore {
    margin: 20px; } }
@media (max-width: 900px) {
  .home section .circle {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -45px; }
  .home section .topic {
    padding: 20px; }
    .home section .topic p {
      font-size: 20px; }

  .home .slavery,
  .home .education,
  .home .participation,
  .home .leadership {
    position: relative;
    padding-top: 150px; }

  .home section a:link.teacherGuidePromo,
  .home section a:visited.teacherGuidePromo {
    font-size: 20px; } }
@media (max-width: 750px) {
  .banner {
    position: relative;
    padding-bottom: 0;
    background-size: cover; }
    .banner .inner {
      position: relative;
      left: 0;
      text-align: center;
      top: 0;
      width: 100%; }
      .banner .inner h1 {
        font-size: 38px; }
        .banner .inner h1 .subtitle {
          font-size: 22px; }

  .home section .illus,
  .home section .topic {
    float: none;
    width: auto; }

  .home .exhibition .panel {
    float: none;
    width: auto; } }
@media (max-width: 400px) {
  .banner .inner h1 {
    font-size: 32px; }
    .banner .inner h1 .subtitle {
      font-size: 20px; } }
.timeline .wrapper.introChunk p {
  max-width: 800px; }
.timeline .wrapper .col {
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%; }
.timeline .wrapper hr.decadeLine {
  border: none;
  border-top: 1px solid #cfb023;
  margin: 3rem 0; }
.timeline .wrapper .col + .col {
  width: 56%;
  margin-left: 4%; }
.timeline .wrapper .decadeYear {
  margin-bottom: 40px; }
  .timeline .wrapper .decadeYear img {
    width: 100%; }
.timeline .wrapper .genHistory {
  color: #cfb023;
  text-align: right;
  margin: 0;
  padding: 0; }
  .timeline .wrapper .genHistory li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    font-family: "m", "minion-pro", serif;
    font-weight: 400;
    margin: 0 0 1rem 0; }
    .timeline .wrapper .genHistory li time {
      margin: 0;
      font-family: "d", "nimbus-sans-condensed", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 22px;
      display: block; }
.timeline .wrapper .genHistory.rightSide {
  text-align: left; }
.timeline .wrapper h2 {
  color: #9e2a2b;
  font-size: 32px;
  padding-bottom: 0; }
.timeline .wrapper .year {
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #cfb023;
  color: #fbf7e8;
  display: inline-block;
  padding: 0 1rem;
  font-size: 26px; }
  .timeline .wrapper .year b {
    display: inline-block;
    padding: 0; }
.timeline .wrapper p {
  max-width: 390px; }
.timeline .wrapper img.alignRight {
  max-width: 220px; }
.timeline .wrapper .learnMore {
  margin: 0;
  text-align: left; }
  .timeline .wrapper .learnMore a:link, .timeline .wrapper .learnMore a:visited, .timeline .wrapper .learnMore a:hover {
    color: #b46a55;
    border-color: #b46a55; }
.timeline .wrapper + .wrapper {
  padding-top: 0;
  padding-bottom: 0; }
.timeline .wrapper:after {
  content: " ";
  height: 0;
  display: block;
  clear: both; }
.timeline .intro {
  padding: 0 2rem 2rem 2.5rem; }
.timeline .decade {
  padding-bottom: 60px; }
  .timeline .decade .wrapper:nth-child(1) .col + .col {
    margin-top: 3%;
    padding-top: 2rem; }
.timeline .decade.era1600 {
  padding: 0; }
  .timeline .decade.era1600 .wrapper {
    padding: 0; }
    .timeline .decade.era1600 .wrapper .col + .col {
      margin-top: 0;
      padding-top: 0; }
  .timeline .decade.era1600 .genHistory {
    top: 125px;
    position: relative;
    left: 4px; }
.timeline .alignRight {
  float: right;
  margin-left: 1rem; }
.timeline .full {
  width: 100%;
  margin-bottom: 40px; }
.timeline .topic {
  text-align: center;
  background: #9e2a2b url("/images/topics/slavery/bg-slavery.jpg") no-repeat 100% 214%;
  background-size: 751px; }
  .timeline .topic .opal {
    padding: 40px;
    background-color: rgba(158, 42, 43, 0.61); }
  .timeline .topic label {
    display: inline-block;
    padding: 0 2rem 1.5rem 2rem;
    border-bottom: 1px solid white; }
  .timeline .topic .learnMore a:link, .timeline .topic .learnMore a:visited, .timeline .topic .learnMore a:active, .timeline .topic .learnMore a:hover {
    border-color: white;
    color: white; }

.topics article.topic {
  margin: 0;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: 100% 67%;
  background-size: 58%;
  padding-bottom: 60px; }
  .topics article.topic p {
    max-width: 500px;
    width: 45%; }
.topics .moreLink {
  color: white; }
  .topics .moreLink img {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 0;
    margin-bottom: 0;
    width: 25px; }
.topics .tertiary {
  border-top: none;
  padding: 0 40px 40px 40px; }
  .topics .tertiary section {
    padding: 40px 0; }
    .topics .tertiary section .content {
      padding: 0; }
  .topics .tertiary h2 {
    padding-top: 0;
    font-size: 32px; }
  .topics .tertiary .moreLink {
    display: block;
    margin-bottom: .75rem;
    color: #b46a55; }
.topics .canary {
  background: #f1e6b2; }
.topics .narrowcol.illustration {
  padding-left: 40px; }

.active .choices {
  overflow: hidden;
  position: relative; }
  .active .choices .tray {
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    transition: left .7s ease; }
.active .arrow {
  position: absolute;
  z-index: 100;
  width: 20px;
  height: 40px;
  background: url("/images/arrow.png") no-repeat;
  background-size: 17px 33px;
  cursor: pointer; }
.active .arrowLeft {
  transform: rotate(180deg); }
.active .arrow.deact {
  opacity: .3;
  cursor: default; }

.topicSlavery article.topic {
  background-image: url("/images/topics/slavery/bg-slavery.jpg"); }

.burns .yellow {
  margin-bottom: 40px; }
  .burns .yellow .illustration {
    padding: 33px; }
.burns .letter {
  transform: rotate(-7deg) translateY(-30px) scale(1.35);
  /* margin: 58px; */
  box-sizing: border-box;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.5); }
.burns .bigLetter {
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.5); }

.topicEducation .topic {
  background-color: #2f76b8; }
.topicEducation article.topic {
  background-image: url("/images/topics/education/bg-education.jpg");
  background-size: 35%;
  background-position: 94%; }
  .topicEducation article.topic p {
    max-width: 600px;
    width: 58%; }
.topicEducation .choicesRow {
  background: #004b87; }
.topicEducation .moreLink circle {
  fill: #5486af; }

.topicParticipation .topic {
  background-color: #4b9560; }
.topicParticipation .moreLink circle {
  fill: #7a8d80; }
.topicParticipation article.topic {
  background-image: url("/images/topics/participation/bg-participation.jpg");
  background-size: 42%; }
  .topicParticipation article.topic p {
    max-width: 600px;
    width: 58%; }
.topicParticipation .choicesRow {
  background: #395542; }

.topicLeadership .topic {
  background-color: #736635; }
.topicLeadership .moreLink circle {
  fill: #90866d; }
.topicLeadership article.topic {
  background-image: url("/images/topics/leadership/bg-leadership.jpg");
  background-size: 43%;
  background-position: 98% 100%; }
  .topicLeadership article.topic p {
    max-width: 500px;
    width: 44%; }
.topicLeadership .choicesRow {
  background: #594a25; }

@media (max-width: 1090px) {
  .topicLeadership article.topic {
    background-size: 60%; } }
@media (max-width: 990px) {
  .topics .narrowcol.illustration {
    padding: 0; }

  .burns .letter {
    transform: none; } }
@media (max-width: 400px) {
  .topics article.topic {
    padding: 20px; } }
.detail article {
  margin: 0 40px;
  border-top: 1px solid #cfb023; }
  .detail article section {
    padding: 20px 0; }
    .detail article section .illustration img {
      width: 100%;
      display: block;
      margin-bottom: .5rem; }
  .detail article .yellow {
    padding-top: 40px;
    background: #f1e6b2; }
  .detail article section:last-child {
    padding-bottom: 40px; }
  .detail article section + section:last-child {
    border-bottom: 1px solid #cfb023; }
.detail article.topic {
  border-top: none; }
.detail .illustration:first-child figcaption {
  text-align: right;
  width: 80%;
  display: block;
  margin: auto; }
.detail .quote {
  font-size: 30px; }
  .detail .quote em {
    display: block;
    font-size: 20px;
    margin-top: .5rem; }
.detail .quote.tight {
  max-width: 350px;
  text-align: center;
  margin: auto; }
.detail .quoteRed {
  margin-top: 2.5rem;
  font-size: 28px; }
  .detail .quoteRed .cite {
    display: block;
    font-size: 18px;
    color: #594a25;
    text-align: center;
    padding-top: 1rem; }

@media (max-width: 995px) {
  .detail article {
    margin: 0 20px 20px 20px; } }
.modalMask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 300;
  opacity: .35;
  background: black; }

.modal {
  position: relative;
  z-index: 500;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background: #fbf7e8; }
  .modal .closer {
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 60px;
    height: 60px;
    background: url("/images/SVG/close_x.svg") no-repeat;
    background-size: 54px; }
  .modal h2 {
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    border-bottom: 1px solid #cfb023;
    margin: 0 0 2rem 0;
    padding: 0;
    line-height: 1.2; }
    .modal h2 sup {
      letter-spacing: normal;
      text-transform: none;
      font-family: "m", "minion-pro", serif;
      font-weight: 400;
      display: block;
      font-size: 20px; }
    .modal h2 dates {
      letter-spacing: normal;
      text-transform: none;
      font-family: "m", "minion-pro", serif;
      font-weight: 400;
      display: inline-block;
      font-size: 20px;
      margin-left: .5rem; }
    .modal h2 dates:before {
      content: "("; }
    .modal h2 dates:after {
      content: ")"; }
  .modal .narrowcol {
    margin-right: 40px; }
  .modal .narrowcol + .content {
    width: 59%;
    padding-right: 40px; }
    .modal .narrowcol + .content p {
      max-width: 600px; }
  .modal .imgGroup .imgLarge {
    display: block;
    margin-bottom: 1rem; }
  .modal .imgGroup .imgChoice {
    cursor: pointer;
    display: inline-block;
    margin-right: 1rem;
    height: 75px;
    width: auto;
    border: 3px solid #fbf7e8; }
  .modal .imgGroup .imgChoice.selected {
    border: 3px solid #85431e; }
  .modal .imgGroup span.imgChoice {
    border: none;
    color: #5a4a25;
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: none;
    display: inline-block;
    margin-top: 1rem; }
  .modal .imgGroup span.imgChoice.selected {
    color: #b46a55;
    border: none; }

.modal.enabled {
  display: none;
  position: absolute;
  width: auto;
  left: 20px;
  right: 20px; }

@media (max-width: 400px) {
  .modal {
    padding: 20px; }
    .modal .closer {
      right: 0;
      top: 8px; }
    .modal .content {
      padding: 20px 0 0 0; } }
.resources article, .people article {
  padding: 20px; }
  .resources article h1, .people article h1 {
    padding: 10px 20px;
    text-transform: none; }
  .resources article .choicesRow, .people article .choicesRow {
    background: #f1e6b2; }
    .resources article .choicesRow .choice, .people article .choicesRow .choice {
      color: #594a25;
      width: 355px;
      padding-top: 7px; }
    .resources article .choicesRow h2, .people article .choicesRow h2 {
      border-bottom: 1px solid #cfb023; }
  .resources article section, .people article section {
    padding: 40px 20px; }
  .resources article h2, .people article h2 {
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0 0 1rem 0;
    padding: 0;
    letter-spacing: .05em; }
  .resources article .watch, .people article .watch {
    margin-left: -40px;
    margin-right: -40px; }
  .resources article .count, .people article .count {
    letter-spacing: normal;
    text-transform: none;
    font-family: "m", "minion-pro", serif;
    font-weight: 400;
    float: right;
    font-weight: normal;
    font-size: 20px;
    padding-top: 7px; }
  .resources article ul, .people article ul {
    padding: 0;
    list-style-type: none; }
    .resources article ul p, .people article ul p {
      margin-left: 40px;
      font-size: 18px; }
  .resources article .listen ul, .people article .listen ul {
    column-count: 2;
    column-gap: 60px; }
  .resources article .audio, .people article .audio {
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: none;
    color: #b46a55;
    font-size: 24px; }
  .resources article .moreLink, .people article .moreLink {
    color: #b46a55; }
.resources .explore h3, .people .explore h3 {
  font-family: "d", "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 110%;
  margin-bottom: .5rem; }

.people .first {
  background: #f1e6b2;
  padding: 40px 20px; }
.people .portraits {
  padding-top: 10px; }
  .people .portraits .prow {
    display: table;
    width: 100%; }
  .people .portraits .prowInner {
    clear: left;
    width: auto;
    padding-bottom: 2rem; }
  .people .portraits .prowInner:after {
    content: "";
    display: block;
    clear: left; }
  .people .portraits .portrait {
    cursor: pointer;
    width: 235px;
    padding-bottom: 1.5rem;
    display: table-cell;
    padding-right: 40px; }
    .people .portraits .portrait img {
      width: 204px;
      display: block;
      max-width: 100%; }
    .people .portraits .portrait h4 {
      font-size: 16px; }
      .people .portraits .portrait h4 em {
        display: block;
        font-size: 21px;
        font-style: normal; }
  .people .portraits .portraits:after {
    content: " ";
    height: 0;
    display: block;
    clear: both; }
.people .portraits.fullWidth .prow {
  display: block;
  clear: left;
  padding-bottom: 2rem; }
  .people .portraits.fullWidth .prow .content {
    float: right;
    width: 45%; }
.people .portraits.fullWidth .portrait {
  padding: 0;
  width: 19.75%;
  float: left; }
  .people .portraits.fullWidth .portrait img {
    width: 100%; }
.people .portraits.fullWidth .portrait + .portrait {
  margin-left: 7%; }
.people .portraits.fullWidth .portrait + .content {
  margin-left: 7%; }
.people .portraits.fullWidth .prow:after {
  content: " ";
  height: 0;
  display: block;
  clear: both; }
.people .firsts {
  padding-right: 0; }
  .people .firsts ul {
    padding: 0 0 0 1.5rem;
    font-size: 18px;
    list-style-type: disc;
    list-style-position: outside;
    line-height: 1.25; }

.judges .subNav a:nth-child(2) {
  color: #b46a55; }

.lawyers .subNav a:nth-child(1) {
  color: #b46a55; }

.people .subNav {
  border-bottom-width: 1px;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem; }
  .people .subNav a {
    padding: 0 1rem;
    line-height: .8;
    display: inline-block;
    color: #594a25; }
  .people .subNav a:first-child {
    padding-left: 0; }
  .people .subNav a + a {
    border-left: 3px solid #b46a55; }

.detail article .selectedPeople {
  padding-top: 0; }
  .detail article .selectedPeople h3 {
    font-family: "d", "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 110%; }
  .detail article .selectedPeople p {
    font-size: 18px; }

@media (max-width: 400px) {
  .people .first {
    padding: 20px; }

  .resources article h1,
  .people article h1 {
    padding: 0; }
  .resources article section,
  .people article section {
    padding: 20px 0 0 0; }
    .resources article section .content,
    .people article section .content {
      padding: 0; }
    .resources article section h2,
    .people article section h2 {
      font-size: 30px; } }
.guide .guidePoints {
  padding: 0;
  display: table;
  width: 100%; }
.guide .guidePoint {
  text-align: center;
  display: table-cell;
  width: 25%;
  padding: 0 1.5rem; }
  .guide .guidePoint img {
    width: 78px;
    display: block;
    margin: 1rem auto; }
  .guide .guidePoint .courthouse {
    width: 80px; }
  .guide .guidePoint .ideas {
    width: 94px; }
  .guide .guidePoint .reading {
    width: 104px;
    position: relative;
    top: 17px; }
  .guide .guidePoint p {
    line-height: 1.2; }

iframe {
  width: 700px;
  height: 394px;
  display: block;
  min-height: 0;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 995px) {
  .widecol {
    padding-left: 30px;
    padding-right: 40px; }

  .content {
    float: none;
    width: auto;
    padding: 30px; }

  .content + .content {
    padding-right: 0; }

  .content.col2 {
    width: auto; }

  .content.col2 + .content.col2 {
    padding-right: 0;
    margin-left: 0; }

  .content.col3 {
    float: left;
    width: 45%; }

  .content.col3 + .content.col3 {
    padding-right: 0;
    margin-left: 8%; }

  .content.col3 + .content.col3 + .content.col3 {
    margin-left: 0; }

  .halfcol,
  .narrowcol {
    float: none;
    width: auto; }

  .modal .narrowcol {
    margin-right: 0; }

  .modal .narrowcol + .content {
    width: auto;
    padding-right: 0; }

  .modal .imgGroup .imgChoice {
    height: auto;
    width: 30%;
    margin-right: 0; }

  .modal .narrowcol + .content p {
    max-width: none; }

  .wrap3 {
    column-count: 2;
    column-gap: 40px; }

  .captionedImg {
    display: block;
    width: auto; }
    .captionedImg .text, .captionedImg .img {
      display: block;
      width: auto;
      padding: 3.5%;
      padding-top: 0; }
      .captionedImg .text figcaption, .captionedImg .img figcaption {
        max-width: 250px;
        margin-right: 0;
        margin-left: auto; }
    .captionedImg .img {
      width: auto; }
      .captionedImg .img img {
        max-width: 500px; }

  .topics article.topic p {
    max-width: 500px;
    width: auto; }

  .timeline .wrapper .col {
    float: none;
    width: auto; }
  .timeline .wrapper .col + .col {
    width: auto;
    margin-left: 0; }

  .people .portraits.fullWidth .portrait {
    width: 45%; }
  .people .portraits.fullWidth .portrait + .portrait {
    margin-left: 10%; }
  .people .portraits.fullWidth .portrait + .portrait + .portrait {
    margin-left: 0;
    margin-top: 2rem;
    clear: both; }
  .people .portraits.fullWidth .portrait + .portrait + .portrait + .portrait {
    margin-left: 10%;
    clear: none; }
  .people .portraits.fullWidth .portrait + .content {
    margin-left: 0; }
  .people .portraits.fullWidth .prow .content {
    float: none;
    width: auto;
    padding: 2rem 0 0 0;
    clear: both;
    margin: 0; }

  .guide .guidePoints {
    display: block; }

  .guide .guidePoint {
    display: inline-block;
    width: auto;
    margin: 2.5%;
    width: 44%; }

  footer a, footer a:link, footer a:active, footer a:visited, footer a:hover {
    display: block;
    margin-bottom: 1rem; }
  footer a:link + a:link,
  footer a:link + a {
    border-left: none; }
  footer b {
    display: block; }

  iframe {
    width: 610px;
    height: 343px; } }
@media (max-width: 750px) {
  footer .row {
    display: block; }
  footer .col {
    display: block;
    width: auto; }
  footer .col + .col {
    padding-top: 2rem;
    text-align: left;
    padding-left: 0; }
  footer a:link + a:link,
  footer a:link + a {
    margin-left: 0;
    padding-left: 0; } }
@media (max-width: 725px) {
  .guide .guidePoint {
    display: block;
    width: auto;
    margin: 2.5%;
    margin-bottom: 40px;
    width: auto; }

  .choicesRow {
    padding: 20px; }

  .choices .choice {
    width: 48%; }

  iframe {
    width: 550px;
    height: 309px; } }
@media (max-width: 550px) {
  .choicesRow {
    padding: 10px; }

  .choices .choice {
    width: 90%; }

  iframe {
    width: 100%;
    height: 225px; } }
@media (max-width: 400px) {
  .wrapper {
    padding: 20px; }

  .content {
    padding: 20px; }

  .narrowcol + .content {
    padding-top: 20px; }

  .content.col3 {
    margin-left: 0;
    float: none;
    width: auto; }

  .content.col3 + .content.col3 {
    margin-left: 0; }

  article section .content {
    padding: 0; } }
@media (max-width: 700px) {
  .navTools .print {
    display: none; } }
@media print {
  header nav,
  .navTools,
  .ham,
  footer {
    display: none !important; }

  .narrowcol,
  .widecol,
  .content,
  .col2,
  .col3 {
    float: none !important;
    width: auto !important; } }

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