@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ====================================================
variables.scss

Notes: Should only include variables
==================================================== */
/* ====================================================
Colours
==================================================== */
/* Colour usage */
/* Additional link info */
/* ====================================================
Modular Scale
==================================================== */
/* http://modularscale.com/scale/?px1=18&px2=14&ra1=1.618&ra2=0 */
/* current accepted 'default' pixel size browsers use */
/* $a-scale is based on $base-number */
/* this is the base font size */
/* $a-scale-- is based on $a-scale and gives smaller numbers */
/* b-scale is based on $important-number */
/* these are additional numbers based on $important-number */
/* $b-scale- is based on $important-number and gives smaller numbers */
/* ====================================================
Typography
==================================================== */
/* == Font stack == */
/* == Font sizes == */
/* == Line heights == */
/* == Typogarphy margins - == */
/* ====================================================
Borders
==================================================== */
/* ====================================================
Layout
==================================================== */
/* ====================================================
Utility
==================================================== */
/* ==========================================================================
   Useful mixins 
   ========================================================================== */
/* ==========================================================================
    Typography mixins - all with + px and then + rem are fallbacks for
    browsers that don't recognise rem
   ========================================================================== */
/* ==========================================================================
    Margin and padding mixins
   ========================================================================== */
/* ==========================================================================
    Transitions
   ========================================================================== */
/* to use: @include transition(property time effect); (can take multiple arguments e.g. color 0.3s ease, border-color 0.3s ease) */
[class*="block-grid-"] {
  display: block;
  margin: -0.84746;
  padding: 0;
}

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 0.84746;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}

.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-xs-3 > .block-grid-item {
  width: 33.33333%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-xs-6 > .block-grid-item {
  width: 16.66667%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-xs-7 > .block-grid-item {
  width: 14.28571%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}

.block-grid-xs-11 > .block-grid-item {
  width: 9.09091%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}

.block-grid-xs-12 > .block-grid-item {
  width: 8.33333%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}

body {
  background: white;
  color: #666666;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 100%;
  min-width: 100%;
  display: table;
  height: 100%;
}

html {
  height: 100%;
  min-height: 100%;
}

/* Layout */
img {
  max-width: 100%;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

path {
  fill: currentColor;
}

.margin-top {
  margin-top: 47.12263px;
  margin-top: 2.94516rem;
}

.container {
  display: table-cell;
  position: relative;
  height: inherit;
  width: inherit;
  min-height: 100%;
}

.wrapper {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  padding-bottom: 112px;
  clear: both;
}

header {
  margin-top: 47.12263px;
  margin-top: 2.94516rem;
}
header h1.huge {
  margin-bottom: 0;
}

.dangle {
  behavior: url("http://teachinghistory100.org/js/lib/pie/PIE.htc");
  position: absolute;
  width: 148px;
  height: 74px;
  left: 50%;
  margin-left: -74px;
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  line-height: 74px;
  text-align: center;
  vertical-align: middle;
  background: #d75b36;
  -webkit-border-radius: 0 0 74px 74px;
  -moz-border-radius: 0 0 74px 74px;
  border-radius: 0 0 74px 74px;
  background-image: none;
  margin-top: -12px;
  cursor: pointer;
  z-index: 10;
  background-color: #c7d6e7;
  color: black;
}
.dangle.closed {
  background-color: #d75b36;
  color: white;
}
.dangle.closed:hover {
  background-color: #c7d6e7;
  color: black;
}
.dangle:hover {
  cursor: pointer;
}

.dangle-text {
  margin-top: 400px;
}

.slide_head {
  position: relative;
  zoom: 1;
  margin: auto;
  width: 100%;
  background-color: #c7d6e7;
  float: none;
}
.slide_head .head_wrapper {
  padding-bottom: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.slide_head.closed {
  position: relative;
}
.slide_head.open {
  margin-top: 0px;
}

.slide_head_home {
  display: none;
}

.head_wrapper {
  display: none;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 112px;
  clear: both;
}

.about_header {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.618;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 74.57627%;
  clear: right;
}

.dofelogo {
  float: right;
  clear: right;
}

.close {
  float: right;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  cursor: pointer;
  color: black;
}

.left_logo {
  float: left;
  line-height: 1.41575;
  font-size: 22.652px;
  font-size: 1.41575rem;
}
.left_logo h1 {
  margin-bottom: 0;
}

.right_logo {
  float: right;
}

.main {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 57.62712%;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.about_main {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 74.57627%;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}

.aside {
  display: block;
  float: left;
  margin-left: 67.79661%;
  margin-right: -100%;
  width: 32.20339%;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.about_aside {
  display: block;
  float: left;
  margin-left: 76.27119%;
  margin-right: -100%;
  width: 23.72881%;
  margin-top: 18px;
  margin-top: 1.125rem;
}

#lead_icon img {
  width: 304px;
}

.share {
  margin-top: 47.12263px;
  margin-top: 2.94516rem;
  margin-bottom: 94.24526px;
  margin-bottom: 5.89033rem;
}
.share p {
  font-size: 14px;
  font-size: 0.875rem;
}
.share span.fa {
  font-size: 22.652px;
  font-size: 1.41575rem;
  margin-right: 20px;
}
.share span.fa.results span {
  font-size: 14px;
  font-size: 0.875rem;
}
.share svg {
  margin-bottom: -5px;
  margin-right: 20px;
}

.email_drawer {
  display: none;
}
.email_drawer input[type='text'] {
  background: #c7d6e7;
  color: black;
  border: #666666 thin solid;
  padding: 14px;
  padding: 0.875rem;
  padding-right: 12%;
  margin-bottom: 5.34775px;
  margin-bottom: 0.33423rem;
}
.email_drawer input[type='text']:focus {
  background: white;
}
.email_drawer input[type='text'].invalid {
  background-image: url("/teachinghistory100.org/img/cross-orange.svg");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: 132% 50%;
  color: #d75b36;
}
.email_drawer input[type='submit'] {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  background: #d75b36;
  color: white;
  border: none;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  padding: 14px;
  padding: 0.875rem;
  padding-right: 12%;
  margin-bottom: 5.34775px;
  margin-bottom: 0.33423rem;
  cursor: pointer;
}
.email_drawer input[type='submit']:hover {
  background: black;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}

footer {
  display: block;
  position: absolute;
  bottom: 0;
  height: 112px;
  width: 100%;
}

/* In page layout stuff */
.teaching-right {
  display: block;
  padding-left: 9%;
  background-image: url("/teachinghistory100.org/img/right-arrow-blue-large.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}
.teaching-right p.question {
  font-size: 22.652px;
  font-size: 1.41575rem;
  color: #d75b36;
}
.teaching-right section {
  padding-left: 4%;
  border-left: solid 6px #c7d6e7;
}

.teaching-main:first-of-type {
  display: block;
  margin: 0;
}

.teaching-main {
  display: block;
  margin-top: 47.12263px;
  margin-top: 2.94516rem;
}

.article-left {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 32.20339%;
  display: inline-block;
}

.article-right {
  display: block;
  float: left;
  margin-left: 33.89831%;
  margin-right: -100%;
  width: 66.10169%;
  display: inline-block;
}
.article-right p {
  font-size: 29.124px;
  font-size: 1.82025rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 36.65094px;
  margin-bottom: 2.29068rem;
}
.article-right p.small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.618;
  margin-bottom: 36.65094px;
  margin-bottom: 2.29068rem;
}

.article-main {
  display: block;
}

.article-title {
  font-size: 22.652px;
  font-size: 1.41575rem;
  font-weight: normal;
  line-height: 1.1;
  color: #d75b36;
}

/* Bigger Picture */
section.large_image img {
  width: 544px;
}

section.half_width {
  display: block;
}
section.half_width span.image {
  display: block;
  float: left;
}
section.half_width span.caption {
  display: block;
  float: left;
  margin-left: 20px;
  text-align: left;
  width: 50%;
}
section.half_width span.url {
  display: block;
  clear: both;
}

.found_with .found_with_item {
  display: block;
  float: left;
  width: 224px;
  margin-bottom: 24px;
}
.found_with .found_with_item:nth-of-type(2n+1) {
  margin-right: 48px;
}
.found_with .found_with_item:nth-of-type(2n+2) {
  margin-left: 48px;
}

/* for the classroom */
.in_classroom section, .out_classroom section {
  margin-top: 10px;
}

.out_classroom section {
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}
.out_classroom section h2, .out_classroom section p {
  margin-bottom: 8px;
}

/* needs special margin-bottom */
#from_map {
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}

.next-section {
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}

/* footer */
.footer-top {
  text-align: center;
  color: #666666;
  background: #c7d6e7;
  font-size: 14px;
  font-size: 0.875rem;
  height: 56px;
  line-height: 56px;
}

.footer-bottom {
  color: white;
  text-align: center;
  font-size: 11.12485px;
  font-size: 0.6953rem;
  background: #666666;
  height: 56px;
  line-height: 56px;
}
.footer-bottom a, .footer-bottom a:visited {
  color: white;
}
.footer-bottom a:hover, .footer-bottom a:visited:hover {
  color: black;
}

.region.left {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 40.67797%;
  clear: left;
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}
.region.right {
  display: block;
  float: left;
  margin-left: 50.84746%;
  margin-right: -100%;
  width: 49.15254%;
  float: none;
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}

/* CSS Leaders */
.dots {
  width: 100%;
  display: block;
  clear: both;
  height: 18px;
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
  margin-top: 47.12263px;
  margin-top: 2.94516rem;
  color: #c7d6e7;
}
.dots.top {
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.dots.white {
  color: white;
}
.dots dl {
  overflow: hidden;
  /* That's the leader! */
}
.dots dl dt {
  float: left;
  padding: 0 .4em 0 0;
  margin: 0;
}
.dots dl dd {
  float: right;
  padding: 0 0 0 .4em;
  margin: 0;
}
.dots dl:after {
  font-size: 19px;
  text-align: center;
  content: "● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ";
  letter-spacing: 3px;
  display: block;
  overflow: hidden;
  height: 1em;
}

/* Typography */
p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.618;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

h1 {
  font-size: 29.124px;
  font-size: 1.82025rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 36.65094px;
  margin-bottom: 2.29068rem;
}

h1.huge {
  font-size: 47.12263px;
  font-size: 2.94516rem;
}

h2 {
  font-size: 22.652px;
  font-size: 1.41575rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 22.652px;
  margin-bottom: 1.41575rem;
  margin-top: 0;
}
h2.classroom {
  margin-top: 0;
  color: black;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

article {
  padding-bottom: 112px;
}

.orange {
  color: #d75b36;
}

.white {
  color: black;
}

.italic {
  font-style: italic;
}

.p {
  font-size: 18px;
  font-size: 1.125rem;
}

.small {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Links */
a, a:visited {
  color: #d75b36;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:visited:hover {
  color: black;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.arrow, a:visited.arrow {
  border-bottom: none;
  /* TODO CHANGE IF LINK COLOUR CHANGES */
}
a.arrow:hover, a:visited.arrow:hover {
  border-bottom: none;
}
a.arrow svg, a:visited.arrow svg {
  margin-left: 4px;
}

figcaption {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}

hr {
  border: none;
  border-bottom: 3px #c7d6e7 solid;
  clear: both;
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
  margin-top: 47.12263px;
  margin-top: 2.94516rem;
}

/* lists */
ul, ol {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding-left: 29.124px;
  padding-left: 1.82025rem;
}
ul li, ol li {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.link-list {
  list-style: none;
  padding: 0;
}
.link-list li {
  margin: 0;
}
.link-list a, .link-list a:visited {
  display: block;
  padding-right: 12%;
  background: #d75b36;
  color: white;
  border: none;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  padding: 14px;
  padding: 0.875rem;
  margin-bottom: 5.34775px;
  margin-bottom: 0.33423rem;
}
.link-list a:hover, .link-list a:visited:hover {
  background: black;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.link-list a.active {
  display: block;
  background: black;
  color: white;
  border: none;
  padding: 14px;
  padding: 0.875rem;
  margin-bottom: 5.34775px;
  margin-bottom: 0.33423rem;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

dt.link-list a, dt.link-list a:visited {
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium-down.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
dt.link-list a:hover, dt.link-list a:visited:hover {
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium-down.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

.link-list.subtle a, .link-list.subtle a:visited {
  padding-right: 12%;
  background: #c7d6e7;
  color: black;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.link-list.subtle a:hover, .link-list.subtle a:visited:hover {
  background: #d75b36;
  color: white;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-medium.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

.link-list.large li {
  clear: both;
}
.link-list.large a, .link-list.large a:visited {
  padding-right: 12%;
  padding-top: auto;
  padding-bottom: auto;
  padding-left: 5%;
  background: #c7d6e7;
  color: #666666;
  border: none;
  vertical-align: middle;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-large.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.link-list.large a div, .link-list.large a:visited div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.link-list.large a p.structured-title, .link-list.large a:visited p.structured-title {
  color: black;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.link-list.large a p.structured-intro, .link-list.large a:visited p.structured-intro {
  margin-top: -5px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
.link-list.large a p.structured-source, .link-list.large a:visited p.structured-source {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.link-list.large a .structured-icon, .link-list.large a:visited .structured-icon {
  display: table-cell;
  width: 48px;
  margin-left: 0;
}
.link-list.large a .structured-icon.video:before, .link-list.large a:visited .structured-icon.video:before {
  content: '\f03d';
}
.link-list.large a .structured-icon.audio:before, .link-list.large a:visited .structured-icon.audio:before {
  content: '\f028';
}
.link-list.large a .structured-icon.website:before, .link-list.large a:visited .structured-icon.website:before {
  content: '\f08e';
}
.link-list.large a .structured-icon.image:before, .link-list.large a:visited .structured-icon.image:before {
  content: '\f03e';
}
.link-list.large a .structured-icon.document:before, .link-list.large a:visited .structured-icon.document:before {
  content: "\f15c";
}
.link-list.large a .structured-icon:before, .link-list.large a:visited .structured-icon:before {
  top: 50%;
  vertical-align: middle;
}
.link-list.large a .structured-icon.icon, .link-list.large a:visited .structured-icon.icon {
  vertical-align: middle;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 29.124px;
  font-size: 1.82025rem;
  color: white;
}
.link-list.large a:hover, .link-list.large a:visited:hover {
  background: #d75b36;
  color: white;
  border: none;
  background-image: url("/teachinghistory100.org/img/right-arrow-white-large.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.link-list.large a:hover p.structured-title, .link-list.large a:visited:hover p.structured-title {
  color: white;
}

.link-list li.circle a, .link-list li.circle a:visited {
  behavior: url("http://teachinghistory100.org/js/lib/pie/PIE.htc");
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 29.124px;
  font-size: 1.82025rem;
  margin-left: 18px;
  float: left;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: none;
}
.link-list li.circle a:hover, .link-list li.circle a:visited:hover {
  background-image: none;
}
.link-list li.all {
  padding-top: 14px;
  padding-top: 0.875rem;
  clear: both;
}

.circle_label {
  float: left;
  line-height: 64px;
}

.explore_related .link-list {
  font-size: 18px;
  font-size: 1.125rem;
}
.explore_related p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.clearboth {
  clear: both;
}

#more_information_print {
  display: none;
}

.main article section section a.arrow {
  display: block;
}
.main article section section a.arrow span.print {
  display: none;
}
.main article section section span p a.print {
  display: none;
}
.main article section section span p a.arrow {
  display: block;
}
.main article section section span p a.arrow span.print {
  display: none;
}
.main article section section span a.print {
  display: none;
}
.main article section section span a.print:after {
  content: '';
}
.main article section section span a.arrow {
  display: block;
}
.main article section section span a.arrow span.print {
  display: none;
}

/* HOMEPAGE GRID */
.object_grid {
  min-height: 400px;
}
.object_grid div.object {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 15.25424%;
  float: left;
  clear: none;
  float: left;
  margin-left: 0;
  margin-right: 1.69492%;
  height: 144px;
  margin-bottom: 16px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.object_grid div.object.active:nth-of-type(6n) {
  margin-right: 0;
}
.object_grid div.object.hidden {
  display: none;
}
.object_grid div.object.active {
  display: block;
}
.object_grid div.object.hover {
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: none;
}
.object_grid div.object.hover a {
  width: 240px;
  min-height: 464px;
  position: absolute;
  background: black;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0.6);
}
.object_grid div.object.hover a img {
  margin-bottom: 0;
}
.object_grid div.object.hover a .after_image {
  display: block;
  line-height: 1.618;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px;
  color: white;
}
.object_grid div.object.hover a .after_image p {
  margin-top: 0;
  margin-bottom: 0;
}
.object_grid div.object.hover.hover_right a {
  position: absolute;
  right: 0px;
}
.object_grid div.object.hover.hover_bottom a {
  position: absolute;
  bottom: 0px;
}
.object_grid div.object.hover.hover_top a {
  position: absolute;
  top: 0px;
  bottom: auto;
}
.object_grid a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: none;
}
.object_grid a img {
  margin-bottom: 0;
}
.object_grid a .after_image {
  display: none;
}

ul.link-list li a.selected {
  background: black;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

/*

*/
.load-more {
  text-align: center;
  margin-top: 47.12263px;
  margin-top: 2.94516rem;
}
.load-more.margin_top {
  margin-top: 250px;
}
.load-more.margin_top_2 {
  margin-top: 454px;
}
.load-more a {
  display: block;
  background: #d75b36;
  color: white;
  border: none;
  padding: 14px;
  padding: 0.875rem;
  margin-bottom: 5.34775px;
  margin-bottom: 0.33423rem;
}
.load-more a:hover {
  background: #d75b36;
}

/** SEARCH **/
.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}
.dropdown dd {
  position: relative;
}
.dropdown dt a {
  display: block;
  padding-right: 32px;
  margin-bottom: 0px;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
}
.dropdown dd ul {
  overflow-y: scroll;
  max-height: 300px;
  display: none;
  left: 0px;
  padding: 5px 0px;
  padding-bottom: 0;
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  min-width: 170px;
  margin-top: 0px;
  padding-top: 0px;
  list-style: none;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding-right: 32px;
  margin: 0;
  display: block;
}
.dropdown dd ul li a.inactive {
  color: darkblue;
}

.search-go {
  float: right;
  font-size: 18px;
  font-size: 1.125rem;
}

.search-clear {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.results-text {
  margin-bottom: 47.12263px;
  margin-bottom: 2.94516rem;
}

/** layout of search stuff */
.row {
  display: table-row;
  width: 100%;
  margin-bottom: 16px;
}

.filter_options {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  width: 100%;
  height: 168px;
  display: table;
}
.filter_options .filter_left {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  width: 40.67797%;
}
.filter_options .filter_right {
  display: block;
  float: left;
  margin-left: 59.32203%;
  margin-right: -100%;
  width: 40.67797%;
  display: table;
  margin-top: 20px;
}
.filter_options .filter_label {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  width: 32.20339%;
  margin-right: 0;
  clear: left;
}
.filter_options .filter_sub {
  display: table-cell;
  clear: right;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  width: 57.62712%;
}
.filter_options .filter_sub ul.link-list {
  margin-bottom: 0;
}
.filter_options .filter_sub ul.link-list a {
  margin-bottom: 0;
}
.filter_options .filter_sub .circle {
  display: table-cell;
  margin-bottom: 0;
  padding-right: 14px;
}
.filter_options .filter_sub .circle:nth-child(1n) {
  padding-left: 0;
}
.filter_options .filter_sub .circle:nth-child(3n) {
  padding-right: 0;
}
.filter_options .filter_sub .circle a {
  margin-left: 0px;
}

@media print {
  figure img {
    max-height: 160mm;
  }

  hr {
    margin-top: 5mm;
    margin-bottom: 4mm;
    border: none;
  }

  h1.huge {
    margin-bottom: 10mm;
  }

  .dots {
    display: none;
  }

  .left_logo {
    width: 70mm;
  }

  .right_logo {
    width: 60mm;
  }

  body {
    margin-left: 2%;
    margin-right: 2%;
  }

  #from_map a:after {
    display: none;
  }

  .slide_head {
    display: none;
  }

  .wrapper {
    margin: 0 0 0 0;
    width: 90%;
  }
  .wrapper h2 {
    display: none;
  }
  .wrapper h2.classroom {
    display: block;
  }

  .link-list, .link-list a, .link-list.subtle.large li a, .link-list.subtle.large li a:visited, .link-list.subtle a, .link-list.subtle a:visited, .link-list.large a, .link-list.large a:visited {
    background: none;
    background-color: white;
    padding: 0;
    margin: 0;
  }

  .main {
    width: 100%;
  }
  .main article {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
  }
  .main article section section span p a.print {
    display: block;
  }
  .main article section section span p a.print:after {
    content: '';
  }
  .main article section section span p a.arrow {
    display: none;
  }
  .main article section section span a.print {
    display: block;
  }
  .main article section section span a.print:after {
    content: '';
  }
  .main article section section span a.arrow {
    display: none;
  }
  .main article #teaching_ideas {
    position: relative;
  }
  .main article #teaching_ideas .teaching-right {
    position: relative;
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
  }
  .main article hr {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .main article .article-main {
    position: relative;
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
  }
  .main article .article-main .article-right {
    width: 85mm;
  }
  .main article .article-main .article-left {
    width: 40mm;
  }
  .main article .article-main div p {
    margin-bottom: 12px;
  }
  .main:after {
    content: '';
  }
  .main a:after {
    content: ": " attr(href) "";
    font-size: 14px;
    font-size: 0.875rem;
  }

  .aside, footer, .dangle, .next-section {
    display: none;
  }

  #more_information {
    display: none;
  }

  #more_information_print {
    display: block;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    display: inline-block;
  }

  .dangle {
    behavior: url("http://teachinghistory100.org/js/lib/pie/PIE.htc");
    position: absolute;
    width: 98px;
    height: 49px;
    left: 50%;
    margin-left: -49px;
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    line-height: 49px;
    text-align: center;
    vertical-align: middle;
    background: #d75b36;
    -webkit-border-radius: 0 0 49px 49px;
    -moz-border-radius: 0 0 49px 49px;
    border-radius: 0 0 49px 49px;
    background-image: none;
    margin-top: -12px;
    cursor: pointer;
    z-index: 10;
    background-color: #c7d6e7;
    color: black;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .dangle.closed {
    background-color: #d75b36;
    color: white;
  }
  .dangle.closed:hover {
    background-color: #c7d6e7;
    color: black;
  }
  .dangle:hover {
    cursor: pointer;
  }

  article {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .share {
    margin-bottom: 32px;
  }

  iframe {
    max-width: 448px;
  }

  h1.huge, h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .right_logo {
    width: 28%;
  }

  .main, .aside {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    clear: left;
  }

  .slide_head_home {
    display: inline-block;
  }
  .slide_head_home .head_wrapper .filter_options, .slide_head_home .head_wrapper h1, .slide_head_home .head_wrapper .dots {
    display: none;
  }

  .slide_head .about_header {
    margin: auto;
    text-align: center;
    float: none;
    clear: right;
    margin-bottom: 18px;
  }
  .slide_head .dofelogo {
    float: none;
    text-align: center;
    clear: both;
  }

  .wrapper {
    padding-left: 3%;
  }
  .wrapper .about_header {
    display: none;
    margin: auto;
    text-align: center;
    float: none;
    clear: right;
    margin-bottom: 18px;
  }
  .wrapper .dofelogo {
    display: none;
    float: none;
    text-align: center;
    clear: both;
  }
  .wrapper .dots.clearboth.top {
    display: none;
  }

  .filter_options .filter_right, .filter_options .filter_left {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 0;
  }

  .object_grid {
    min-height: 400px;
  }
  .object_grid div.object {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 22.79412%;
    float: left;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 2.00121%;
    height: 100%;
    margin-bottom: 16px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .object_grid div.object.active:nth-of-type(6n) {
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 2.00121%;
  }
  .object_grid div.object.active:nth-of-type(4n) {
    margin-right: 0;
  }
  .object_grid div.object.hidden {
    display: none;
  }
  .object_grid div.object.active {
    display: block;
  }
  .object_grid div.object.hover {
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background: none;
    margin-bottom: 16px;
  }
  .object_grid div.object.hover a {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 10px 3px rgba(50, 50, 50, 0);
  }
  .object_grid div.object.hover a img {
    margin-bottom: 0;
  }
  .object_grid div.object.hover a .after_image {
    display: none;
    line-height: 1.618;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px;
    color: white;
  }
  .object_grid div.object.hover a .after_image p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .object_grid div.object.hover.hover_right a {
    position: relative;
    top: 0px;
  }
  .object_grid div.object.hover.hover_bottom a {
    position: relative;
    top: 0px;
  }
  .object_grid div.object.hover.hover_top a {
    position: relative;
    top: 0px;
  }

  .link-list li.circle a, .link-list li.circle a:visited {
    behavior: url("http://teachinghistory100.org/js/lib/pie/PIE.htc");
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 29.124px;
    font-size: 1.82025rem;
    margin-left: 18px;
    float: left;
    text-align: center;
    vertical-align: middle;
    padding: 0 0 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: none;
  }
  .link-list li.circle a:hover, .link-list li.circle a:visited:hover {
    background-image: none;
  }
  .link-list li.all {
    padding-top: 14px;
    padding-top: 0.875rem;
    clear: both;
  }

  .circle_label {
    float: left;
    line-height: 48px;
  }

  footer .footer-top {
    padding: 12px;
    line-height: 24px;
    height: 48px;
  }
  footer .footer-top a:before {
    content: "\A";
    white-space: pre;
  }

  .article-left {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 47.52941%;
  }

  .article-right {
    display: block;
    float: left;
    margin-left: 49.47059%;
    margin-right: -100%;
    width: 47.52941%;
  }
  .article-right p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .region.left {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    clear: left;
    margin-bottom: 47.12263px;
    margin-bottom: 2.94516rem;
  }
  .region.right {
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    float: none;
    margin-bottom: 47.12263px;
    margin-bottom: 2.94516rem;
  }
}
