/* Remove this one... */
/*
$nav-bg: $med-blue;
$nav-container-bg: $med-blue;
$nav-link-color: #fff;
$nav-link-active-bg: $green;
$nav-link-active-color: #fff;
*/
/**
$h1-color: $med-blue;
$h1-font: $lato;

$h2-color: $green;
$h2-font: $crimson;

$h3-color: $med-blue;
$h3-font: $lato;

$h4-color: $dark-blue;
$h4-font: $crimson;
**/
/* -----------------------------
 * #commoncore custom theme.
 *
 * Author: 	GSE IT Web Team
 * Date: 	October 2014
 * ----------------------------- */
/**
 * Base Styles - for basic styles.
 *
 * from smacss.coms:
 *    They are almost exclusively single element 
 *    selectors but it could include attribute 
 *    selectors, pseudo-class selectors, 
 *    child selectors or sibling selectors.
 */
/* line 17, ../sass/_base.scss */
html, body {
  height: 100%;
  width: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}

/* line 25, ../sass/_base.scss */
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 30, ../sass/_base.scss */
body.not-front {
  overflow: visible;
}

/* line 35, ../sass/_base.scss */
.front #the-website {
  display: none;
}

/* line 39, ../sass/_base.scss */
.front {
  background-color: #101625;
  background-image: url(../img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 46, ../sass/_base.scss */
h1 {
  font-size: 45px;
  margin: 0;
  color: #0e5264;
  text-transform: uppercase;
  font-family: "Ostrich", Arial, sans-serif;
}

/* line 54, ../sass/_base.scss */
h2 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 32px;
  color: #027007;
  margin-top: 30px;
}

/* line 61, ../sass/_base.scss */
h3 {
  /* @include lato-upper; */
  font-family: "Lato", Arial, sans-serif;
  color: #6f788d;
  font-weight: bold;
  font-size: 28px;
  margin-top: 30px;
}

/* line 70, ../sass/_base.scss */
h4 {
  font-family: "Crimson", Georgia, serif;
  font-weight: bold;
  color: #252934;
  font-size: 26px;
  margin-top: 30px;
}

/* line 78, ../sass/_base.scss */
h5 {
  font-family: "Crimson", Georgia, serif;
  font-weight: bold;
  color: #6f788d;
  font-size: 26px;
  margin: 0px 0px 10px 0px;
}

/* line 86, ../sass/_base.scss */
ul, ol,
p {
  font-family: "Crimson", Georgia, serif;
  color: #252934;
}

/* line 92, ../sass/_base.scss */
p {
  line-height: 1.35 !important;
  margin: 0 0 20px;
}

/* line 97, ../sass/_base.scss */
p > b, strong {
  line-height: 1 !important;
}

/* line 101, ../sass/_base.scss */
.p-small {
  font-size: 0.9em;
  line-height: 1.4em !important;
}

/* line 106, ../sass/_base.scss */
a {
  color: #349eb9;
}

/* line 110, ../sass/_base.scss */
a:hover {
  text-decoration: none;
  color: #51bcd7;
}

/* line 115, ../sass/_base.scss */
.clear {
  clear: both;
}

/* line 119, ../sass/_base.scss */
blockquote {
  font-family: "Ostrich", Arial, sans-serif;
  font-size: 32px;
  background-color: #101625;
  color: #f9d52b;
  border-color: #6f788d !important;
}
/* line 126, ../sass/_base.scss */
blockquote.pull-right {
  padding-left: 40px !important;
}
/* line 130, ../sass/_base.scss */
blockquote.pull-left {
  padding-right: 40px !important;
}

/* line 135, ../sass/_base.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 141, ../sass/_base.scss */
.drop-cap {
  font-family: "Lato", Arial, sans-serif;
  font-size: 28px;
  color: #027007;
  font-weight: bold;
}

/* line 148, ../sass/_base.scss */
.stress {
  color: #1ba521;
  font-size: 125%;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 155, ../sass/_base.scss */
.caption {
  font-style: italic;
  font-size: 90%;
  line-height: .8 !important;
}

/* line 161, ../sass/_base.scss */
.red {
  color: #d30000;
}

/* line 165, ../sass/_base.scss */
.blue {
  color: #349eb9;
}

/* line 169, ../sass/_base.scss */
.yellow {
  color: #E7BF00;
}

/* line 173, ../sass/_base.scss */
.green {
  color: #1ba521;
}

/* line 177, ../sass/_base.scss */
.dark-green {
  color: #027007 !important;
}

/* line 181, ../sass/_base.scss */
.page .direct-to-scene, #main-content .direct-to-scene {
  padding-right: 25px;
  background-image: url(../img/icon_redirect.png);
  background-repeat: no-repeat;
  background-position: right top;
}
/* line 187, ../sass/_base.scss */
.page .direct-to-scene:hover, #main-content .direct-to-scene:hover {
  background-position: right -56px;
}

/**
* Layout Styles (for positioning, size, etc. styles)
*
* from smacss.coms: divide the page into sections
*/
/* line 7, ../sass/_layout.scss */
body.not-front.cclanding {
  overflow: hidden;
  background-color: #101625;
  background-image: url(../img/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 15, ../sass/_layout.scss */
.cclanding #the-website {
  display: none;
}

/* line 19, ../sass/_layout.scss */
.header {
  position: absolute;
  background-color: #252934;
  width: 100%;
  height: 145px;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: visible;
  /* padding: 5px 20px; */
  /* Expanded Navigation */
}
/* line 31, ../sass/_layout.scss */
.header .row {
  margin: 0;
}
/* line 37, ../sass/_layout.scss */
.header #top-nav {
  border-bottom: 1px solid #6f788d;
  height: 45px;
}
/* line 42, ../sass/_layout.scss */
.header #acts-nav {
  float: left;
  display: inline;
  height: 40px;
}
/* line 47, ../sass/_layout.scss */
.header #acts-nav ul.menu {
  position: relative;
  list-style: none;
  vertical-align: middle;
  margin: 5px 0px 0px 0px;
  -webkit-padding-start: 20px;
}
/* line 55, ../sass/_layout.scss */
.header #acts-nav li {
  display: inline-block;
  margin-right: 15px;
}
/* line 60, ../sass/_layout.scss */
.header #acts-nav li a {
  color: white;
  font-size: .8em;
}
/* line 64, ../sass/_layout.scss */
.header #acts-nav li a.active, .header #acts-nav li a:hover {
  color: #f9d52b;
}
/* line 70, ../sass/_layout.scss */
.header #top-right {
  float: right;
}
/* line 73, ../sass/_layout.scss */
.header #top-right #comms-nav {
  float: right;
  display: inline;
  height: 40px;
}
/* line 78, ../sass/_layout.scss */
.header #top-right #comms-nav ul.menu {
  position: relative;
  list-style: none;
  vertical-align: middle;
  margin: 5px 10px 0px 0px;
  -webkit-padding-start: 0px;
}
/* line 86, ../sass/_layout.scss */
.header #top-right #comms-nav li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
/* line 93, ../sass/_layout.scss */
.header #top-right #comms-nav li a {
  font-family: "Lato", Arial, sans-serif;
  color: white;
  font-size: .7em;
}
/* line 98, ../sass/_layout.scss */
.header #top-right #comms-nav li a.active, .header #top-right #comms-nav li a:hover {
  color: #349eb9;
}
/* line 106, ../sass/_layout.scss */
.header #logo-well {
  margin-left: -10px;
  margin-top: 10px;
}
/* line 113, ../sass/_layout.scss */
.header .logo-box .cycle-slide {
  position: absolute !important;
  right: 0px !important;
  left: auto !important;
  max-width: 300px;
}
/* line 120, ../sass/_layout.scss */
.header .logo-box img.logo-gse {
  margin-top: 20px;
  width: 200px;
}
/* line 125, ../sass/_layout.scss */
.header .logo-box img.logo-cpre {
  margin-top: 10px;
}
/* line 129, ../sass/_layout.scss */
.header .logo-box img.logo-ucsd {
  margin-top: 22px;
}
/* line 133, ../sass/_layout.scss */
.header .logo-box img.logo-uned {
  margin-top: 2px;
}
/* line 139, ../sass/_layout.scss */
.header #header-left {
  margin: 22px 0px 0px 5px;
}
/* line 142, ../sass/_layout.scss */
.header #header-left h3 {
  margin: 0;
  font-size: 50px;
  font-weight: normal;
  float: left;
}
/* line 151, ../sass/_layout.scss */
.header #header-left a {
  color: #51bcd7;
  font-family: "Ostrich", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 159, ../sass/_layout.scss */
.header #slider-nav {
  color: white;
  font-family: "Ostrich", Arial, sans-serif;
  float: left;
  width: 280px;
  margin-left: 3%;
  margin-top: 15px;
}
/* line 171, ../sass/_layout.scss */
.header #header-right {
  float: right;
  text-align: right;
  		/* a#about-authors-link {
  			color: $blue;
  
  			@include lato-upper;
  			font-size: 16px;
  			font-weight: bold;
  
  			&:hover {
  				color: $dark-blue;
  			}
  		}
  		 */
}
/* line 188, ../sass/_layout.scss */
.header #header-right #chapter-name {
  font-family: "Ostrich", Arial, sans-serif;
  color: #fff;
  display: inline;
  font-size: 16px;
  position: relative;
  top: -2px;
  margin-right: 15px;
}
/* line 198, ../sass/_layout.scss */
.header #header-right #chapter-nav {
  display: inline;
  margin-right: 10px;
}
/* line 202, ../sass/_layout.scss */
.header #header-right #chapter-nav .chapter-link {
  margin-right: 10px;
  display: inline-block;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  background-color: #101625;
  border: 2px solid #101625;
  cursor: pointer;
}
/* line 212, ../sass/_layout.scss */
.header #header-right #chapter-nav .chapter-link.active {
  background-color: #1ba521;
  cursor: default;
}
/* line 217, ../sass/_layout.scss */
.header #header-right #chapter-nav .chapter-link.disabled {
  background-color: #6f788d;
  cursor: default;
}
/* line 222, ../sass/_layout.scss */
.header #header-right #chapter-nav .chapter-link.last {
  margin-right: 0;
}

/* line 232, ../sass/_layout.scss */
.modal .modal-dialog {
  padding-top: 5%;
}
/* line 236, ../sass/_layout.scss */
.modal#aboutAuthorsModal .modal-dialog {
  width: 85%;
}
/* line 240, ../sass/_layout.scss */
.modal#projectOverviewModal button {
  margin-top: 10px;
  color: #fff;
  opacity: 0.8;
  position: relative;
  z-index: 999;
}
/* line 248, ../sass/_layout.scss */
.modal .modal-header, .modal .modal-body {
  padding: 20px 40px;
}
/* line 252, ../sass/_layout.scss */
.modal .modal-header {
  padding: 10px 40px;
}
/* line 256, ../sass/_layout.scss */
.modal .modal-title {
  line-height: 1.1;
}
/* line 260, ../sass/_layout.scss */
.modal .modal-content {
  background-color: rgba(51, 56, 68, 0.8);
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  width: 800px;
  margin-left: -100px;
}
/* line 269, ../sass/_layout.scss */
.modal p {
  line-height: 1.1em;
}

/* line 273, ../sass/_layout.scss */
.front .pages-container {
  background-color: #000;
}

/* line 277, ../sass/_layout.scss */
.not-front #main-content {
  padding-top: 180px;
  padding-bottom: 80px;
}

/* line 282, ../sass/_layout.scss */
#nav-wrap-0 {
  z-index: 99;
}

/* line 286, ../sass/_layout.scss */
.nav-wrap {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #349eb9;
  height: 100px;
}

/* line 295, ../sass/_layout.scss */
.chapter-nav-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 15;
}

/* line 303, ../sass/_layout.scss */
#standard-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  background-color: #333;
  color: #ced1d9;
  font-size: 12px;
  padding: 7px 20px;
}
/* line 317, ../sass/_layout.scss */
#standard-footer a {
  color: #ced1d9;
}
/* line 321, ../sass/_layout.scss */
#standard-footer .footer-left {
  float: left;
  width: 60%;
}
/* line 326, ../sass/_layout.scss */
#standard-footer .footer-right {
  float: right;
  width: 40%;
  text-align: right;
}

/*
.columns-4 {
	float: left;
	width: 23%;
}

.columns-5 {
	float: left;
	width: 20%;
}
*/
/* line 345, ../sass/_layout.scss */
.columns-5, .columns-4, .columns-3 {
  padding: 10px;
  text-align: center;
}

/* line 350, ../sass/_layout.scss */
.columns-5 {
  min-width: 16%;
}

/* line 354, ../sass/_layout.scss */
.columns-4 {
  min-width: 18%;
  max-width: 25%;
}

/* line 359, ../sass/_layout.scss */
.columns-3 {
  width: 28.5%;
}

/* line 363, ../sass/_layout.scss */
.columns-1 {
  width: 84%;
  text-align: center;
}

/* line 369, ../sass/_layout.scss */
#nav-wrap-0 .columns-5 {
  margin-right: 0px;
  float: left;
  width: 20%;
}

/* line 376, ../sass/_layout.scss */
.columns-6 {
  float: left;
  width: 16%;
}

/* line 381, ../sass/_layout.scss */
.nav-wrap > div {
  color: #101625;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14.5px;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.3;
}

/* line 391, ../sass/_layout.scss */
.lower {
  text-transform: lowercase;
}

/* line 395, ../sass/_layout.scss */
.pages {
  height: 100%;
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
  box-shadow: 0 0 48px rgba(5, 5, 6, 0.58);
  transition: box-shadow .25s ease;
  -moz-transition: box-shadow .25s ease;
  -webkit-transition: box-shadow .25s ease;
  -ms-transition: box-shadow .25s ease;
  transition: transform 1.25s ease;
  -moz-transition: transform 1.25s ease;
  -webkit-transition: transform 1.25s ease;
  -ms-transition: transform 1.25s ease;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  min-height: 500px;
}
/* line 420, ../sass/_layout.scss */
.safari .pages {
  -webkit-transition: all 1.25s ease-out;
}

/* line 426, ../sass/_layout.scss */
.page {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 130px;
}

/* line 436, ../sass/_layout.scss */
section.content {
  min-height: 100%;
  width: 100%;
  display: none;
  background: #fff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
}
/* line 445, ../sass/_layout.scss */
#main-content section.content {
  display: block;
  top: 0;
}

/* line 451, ../sass/_layout.scss */
#menu-carat {
  height: 25px;
  width: 25px;
  background-color: #349eb9;
  position: absolute;
  bottom: 88px;
  left: 50%;
  z-index: 1;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: -12.5px;
}

/* line 466, ../sass/_layout.scss */
.page {
  background-color: #101625;
}

/* line 470, ../sass/_layout.scss */
.chapter-cover {
  height: 100%;
  overflow: hidden;
}
/* line 474, ../sass/_layout.scss */
.chapter-cover > .container {
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 10;
}
/* line 481, ../sass/_layout.scss */
.chapter-cover#chapter-0-cover > .container {
  z-index: 20;
}
/* line 485, ../sass/_layout.scss */
.chapter-cover p {
  color: #fff;
}

/* line 490, ../sass/_layout.scss */
.overview-content {
  position: absolute;
  bottom: 50px;
  /*left: 8%;
  width: 84%;*/
  left: 0;
  width: 100%;
}

/* line 500, ../sass/_layout.scss */
.chapter-title {
  font-size: 80px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

/* line 507, ../sass/_layout.scss */
.chapter-number {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background-color: rgba(51, 56, 68, 0.8);
  color: #fff;
  margin-bottom: 40px;
}

/* line 517, ../sass/_layout.scss */
.scene-header {
  margin: 50px 0px 25px;
}

/* line 521, ../sass/_layout.scss */
.scene-title {
  font-size: 45px;
  margin: 0;
  color: #0e5264;
  font-family: "Ostrich", Arial, sans-serif;
  text-transform: uppercase;
}

/* line 529, ../sass/_layout.scss */
.no-padding-left {
  padding-left: 0;
}

/* ----- Gray Background -----

.gray-bg {

	.scene-title {
		color: #fff;
	}


} */
/* ----- Navigation Prev/Next ------ */
/* line 545, ../sass/_layout.scss */
.navigation {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 100%;
  display: block;
  z-index: 10;
  margin-top: -60px;
}

/* line 556, ../sass/_layout.scss */
.navigation a {
  background-image: url(../img/arrows_sprite.jpg);
  background-position: center top;
  font-size: 0;
  height: 52px;
  width: 50px;
  border-radius: 0;
}

/* line 565, ../sass/_layout.scss */
.navigation .prev {
  margin-left: 3%;
  background-position: center bottom;
}

/* line 570, ../sass/_layout.scss */
.navigation .next {
  float: right;
  margin-right: 3%;
}

/* line 575, ../sass/_layout.scss */
.navigation .disabled {
  display: none;
}

/* Prologue conflicting z-indices with HOW TO button */
/* line 580, ../sass/_layout.scss */
#chapter-0 .navigation {
  width: 30%;
  left: 70%;
  margin-left: -30px;
  z-index: 99999;
}

/* line 587, ../sass/_layout.scss */
#chapter-nav {
  width: 210px;
}

/* line 591, ../sass/_layout.scss */
.chapter-link {
  height: 20px;
  width: 15%;
  background: #6f788d;
  display: inline-block;
  margin-top: 3px;
  float: left;
  cursor: pointer;
}
/* line 600, ../sass/_layout.scss */
.chapter-link.active, .chapter-link:hover {
  background-color: #f9d52b;
}
/* line 604, ../sass/_layout.scss */
.chapter-link.disabled {
  background-color: #ced1d9;
}

/* line 609, ../sass/_layout.scss */
#chapter-5-link {
  margin-right: 15px;
}

/* line 614, ../sass/_layout.scss */
#toolbar {
  z-index: 999999999;
}

/* line 618, ../sass/_layout.scss */
.not-front.logged-in #main-content {
  padding-top: 80px;
}

/* line 623, ../sass/_layout.scss */
div#mini-top-nav {
  position: fixed;
  z-index: 999;
  background: #252934;
  width: 100%;
  height: 40px;
  padding-left: 15px;
}
/* line 631, ../sass/_layout.scss */
div#mini-top-nav h3 {
  font-family: "Ostrich", Arial, sans-serif;
  font-weight: normal;
  font-size: 55px;
  letter-spacing: 0px;
  position: relative;
  top: -33px;
  left: 5px;
  float: left;
}
/* line 641, ../sass/_layout.scss */
div#mini-top-nav h3 a {
  color: #51bcd7;
}
/* line 646, ../sass/_layout.scss */
div#mini-top-nav #slider-nav {
  position: absolute;
  top: -8px;
  left: 270px;
}
/* line 652, ../sass/_layout.scss */
div#mini-top-nav .btn-help {
  width: 30px;
  height: 30px;
  background-size: 30px;
  right: 52px;
}
/* line 658, ../sass/_layout.scss */
div#mini-top-nav .btn-help:hover {
  background-position: center -30px;
}

/* line 664, ../sass/_layout.scss */
#mini-comms-menu-responsive {
  z-index: 150;
}

/* line 668, ../sass/_layout.scss */
#comms-nav-collapsed,
#mini-comms-nav {
  position: relative;
}
/* line 672, ../sass/_layout.scss */
#comms-nav-collapsed div#mini-comms-menu-responsive,
#comms-nav-collapsed div#mini-comms-menu,
#mini-comms-nav div#mini-comms-menu-responsive,
#mini-comms-nav div#mini-comms-menu {
  position: absolute;
  left: -80px;
  background-color: #ced1d9;
  padding: 0;
  top: 35px;
  width: 110px;
  border: 2px solid #6f788d;
}
/* line 682, ../sass/_layout.scss */
#comms-nav-collapsed div#mini-comms-menu-responsive .menu,
#comms-nav-collapsed div#mini-comms-menu .menu,
#mini-comms-nav div#mini-comms-menu-responsive .menu,
#mini-comms-nav div#mini-comms-menu .menu {
  list-style: none;
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
/* line 692, ../sass/_layout.scss */
#comms-nav-collapsed div#mini-comms-menu-responsive li:hover,
#comms-nav-collapsed div#mini-comms-menu li:hover,
#mini-comms-nav div#mini-comms-menu-responsive li:hover,
#mini-comms-nav div#mini-comms-menu li:hover {
  background-color: #349eb9;
}
/* line 696, ../sass/_layout.scss */
#comms-nav-collapsed div#mini-comms-menu-responsive li a,
#comms-nav-collapsed div#mini-comms-menu li a,
#mini-comms-nav div#mini-comms-menu-responsive li a,
#mini-comms-nav div#mini-comms-menu li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px 10px;
  color: #0e5264;
}
/* line 704, ../sass/_layout.scss */
#comms-nav-collapsed div#mini-comms-menu-responsive li:hover a,
#comms-nav-collapsed div#mini-comms-menu li:hover a,
#mini-comms-nav div#mini-comms-menu-responsive li:hover a,
#mini-comms-nav div#mini-comms-menu li:hover a {
  color: #fff;
}

/* line 711, ../sass/_layout.scss */
#comms-nav-collapsed div#mini-comms-menu-responsive li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 717, ../sass/_layout.scss */
#mini-logo-link {
  display: block;
  width: 60px;
  height: 34px;
  background-size: 200px;
  position: relative;
  top: 5px;
  left: 15px;
}

/* line 727, ../sass/_layout.scss */
div#mini-header-left {
  float: left;
  width: 53%;
  position: relative;
  height: 40px;
}

/**
 * State Styles
 * 
 * from smacss.coms:
 *     ways to describe how our modules or layouts will look
 *     when in a particular state. Is it hidden or expanded? 
 *     Is it active or inactive? They are about describing 
 *     how a module or layout looks on screens that are smaller 
 *     or bigger
 */
/* ---- Homepage ---- */
/* line 15, ../sass/_state.scss */
#home,
#chapter-0 {
  background-color: #101625;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  /** the following fixes a weird safari issue with positioning */
  overflow-y: scroll;
}
/* line 20, ../sass/_state.scss */
#home header h1.title,
#chapter-0 header h1.title {
  color: #f9d52b;
  font-size: 120px;
  text-align: center;
  font-family: "Ostrich", Arial, sans-serif;
}
/* line 34, ../sass/_state.scss */
#home #chapter-0-cover,
#chapter-0 #chapter-0-cover {
  position: relative;
  height: 100%;
}
/* line 39, ../sass/_state.scss */
#home #cover-page-content,
#chapter-0 #cover-page-content {
  padding: 12% 100px 0 100px;
  background-image: url(../img/bubble.png);
  background-size: 800px;
  background-position: center -50px;
}
/* line 45, ../sass/_state.scss */
#home #cover-page-content img,
#chapter-0 #cover-page-content img {
  position: absolute;
  top: 60px;
  width: 840px;
  height: auto;
  left: 50%;
  margin-left: -420px;
}
/* line 54, ../sass/_state.scss */
#home #cover-page-content h3,
#chapter-0 #cover-page-content h3 {
  width: 500px;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 4px;
}
/* line 63, ../sass/_state.scss */
#home #cover-page-content p,
#chapter-0 #cover-page-content p {
  color: #ced1d9;
  margin: 0 auto;
}

/* line 70, ../sass/_state.scss */
#home #cover-page-content p, #chapter-0 #cover-page-content p {
  margin-bottom: 50px;
}

/* line 76, ../sass/_state.scss */
#prologue-overview h2 {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background-color: rgba(51, 56, 68, 0.8);
  color: #fff;
  color: white;
  font-size: 22px;
  margin: 0 auto 20px;
  padding: 4px 0px;
}

/* line 92, ../sass/_state.scss */
.chapter-nav-wrap {
  height: 45px;
  background-color: #0e5264;
  margin-top: -45px;
}
/* line 97, ../sass/_state.scss */
.chapter-nav-wrap > .container > div > div {
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  float: left;
  font-size: 17px;
  color: #fff;
  padding-top: 12px;
  cursor: pointer;
}
/* line 107, ../sass/_state.scss */
.chapter-nav-wrap > .container > div > div.active, .chapter-nav-wrap > .container > div > div.disabled {
  cursor: default;
}
/* line 111, ../sass/_state.scss */
.chapter-nav-wrap > .container > div > div:hover, .chapter-nav-wrap > .container > div > div.active {
  color: #349eb9;
}
/* line 116, ../sass/_state.scss */
.chapter-nav-wrap .chapter-nav-label {
  font-family: "Ostrich", Arial, sans-serif !important;
  font-weight: normal !important;
  color: #fff;
  background-color: #349eb9;
  height: 45px;
  font-size: 28px !important;
  padding: 10px;
  padding-top: 7px !important;
  margin-right: 20px;
  width: 80px;
  text-align: center;
  float: left;
  margin: 0;
}
/* line 131, ../sass/_state.scss */
.chapter-nav-wrap .chapter-nav-label:hover {
  color: #fff !important;
}
/* line 136, ../sass/_state.scss */
.chapter-nav-wrap #nav-chapter-5 .chapter-nav-label {
  width: 100px;
}

/* line 141, ../sass/_state.scss */
.nav-wrap-per {
  width: 110%;
  position: relative;
  left: 0px;
  display: block;
}

/* line 148, ../sass/_state.scss */
#main-nav {
  height: 100%;
  	/* > div:hover#ch-0-sc-1, #ch-0-sc-1.active {
        background-position: -157px ((-100px * $i) - 5px); */
  	/* > div:hover#ch-0-sc-2, #ch-0-sc-2.active {
        background-position: -157px ((-100px * $i) - 5px); */
  	/* > div:hover#ch-0-sc-3, #ch-0-sc-3.active {
        background-position: -157px ((-100px * $i) - 5px); */
  	/* > div:hover#ch-0-sc-4, #ch-0-sc-4.active {
        background-position: -157px ((-100px * $i) - 5px); */
  	/* > div:hover#ch-0-sc-5, #ch-0-sc-5.active {
        background-position: -157px ((-100px * $i) - 5px); */
  	/* > div:hover#ch-0-sc-6, #ch-0-sc-6.active {
        background-position: -157px ((-100px * $i) - 5px); */
}
/* line 151, ../sass/_state.scss */
#main-nav > div {
  text-align: center;
  padding: 40px 15px;
  height: 100%;
  background-image: url(../img/cc_sprite.png);
  transition: background-color .25s ease;
  -moz-transition: background-color .25s ease;
  -webkit-transition: background-color .25s ease;
}
/* line 161, ../sass/_state.scss */
#main-nav > div:hover, #main-nav > div.active {
  color: #fff;
  cursor: pointer;
  background-position: top right;
}
/* line 170, ../sass/_state.scss */
#main-nav #ch-0-sc-1 {
  background-position: 1px 0px;
  /*background-position-x: left; */
}
/* line 178, ../sass/_state.scss */
#main-nav > div:hover#ch-0-sc-1, #main-nav #ch-0-sc-1.active {
  background-position-x: right;
  background-position: -227px 1px;
}
/* line 170, ../sass/_state.scss */
#main-nav #ch-0-sc-2 {
  background-position: 1px -100px;
  /*background-position-x: left; */
}
/* line 178, ../sass/_state.scss */
#main-nav > div:hover#ch-0-sc-2, #main-nav #ch-0-sc-2.active {
  background-position-x: right;
  background-position: -227px -99px;
}
/* line 170, ../sass/_state.scss */
#main-nav #ch-0-sc-3 {
  background-position: 1px -200px;
  /*background-position-x: left; */
}
/* line 178, ../sass/_state.scss */
#main-nav > div:hover#ch-0-sc-3, #main-nav #ch-0-sc-3.active {
  background-position-x: right;
  background-position: -227px -199px;
}
/* line 170, ../sass/_state.scss */
#main-nav #ch-0-sc-4 {
  background-position: 1px -300px;
  /*background-position-x: left; */
}
/* line 178, ../sass/_state.scss */
#main-nav > div:hover#ch-0-sc-4, #main-nav #ch-0-sc-4.active {
  background-position-x: right;
  background-position: -227px -299px;
}
/* line 170, ../sass/_state.scss */
#main-nav #ch-0-sc-5 {
  background-position: 1px -400px;
  /*background-position-x: left; */
}
/* line 178, ../sass/_state.scss */
#main-nav > div:hover#ch-0-sc-5, #main-nav #ch-0-sc-5.active {
  background-position-x: right;
  background-position: -227px -399px;
}
/* line 170, ../sass/_state.scss */
#main-nav #ch-0-sc-6 {
  background-position: 1px -500px;
  /*background-position-x: left; */
}
/* line 178, ../sass/_state.scss */
#main-nav > div:hover#ch-0-sc-6, #main-nav #ch-0-sc-6.active {
  background-position-x: right;
  background-position: -227px -499px;
}
/* line 185, ../sass/_state.scss */
#main-nav h3 {
  margin: 0;
}

/* line 191, ../sass/_state.scss */
.navbar-toggle {
  border: 2px solid #6f788d;
  border-radius: 0;
  width: 30px;
  height: 30px;
  position: relative;
  top: -3px;
  left: 0px;
  padding-top: 6px;
  padding-left: 5px;
}
/* line 202, ../sass/_state.scss */
.navbar-toggle:hover, .navbar-toggle .active {
  background-color: #6f788d;
}
/* line 206, ../sass/_state.scss */
.ff3 .navbar-toggle, .ff4 .navbar-toggle {
  padding-left: 9px;
}

/* line 211, ../sass/_state.scss */
.navbar-toggle span.icon-bar {
  border-color: #B7BDCC;
  position: relative;
  left: 0px;
  border: 1px solid #ced1d9;
  width: 16px;
}

/* line 220, ../sass/_state.scss */
#comms-nav-collapsed {
  display: none;
}

/* line 225, ../sass/_state.scss */
.chapter h1.title {
  font-family: "Crimson", Georgia, serif;
}

/* line 230, ../sass/_state.scss */
h3.title {
  text-transform: none;
  color: #51bcd7;
}

/* line 236, ../sass/_state.scss */
section.content.active {
  display: block;
}

/* line 241, ../sass/_state.scss */
#twitter-overlay {
  position: absolute;
  z-index: 999;
  right: 0;
  background-color: #333;
  padding: 0 10px;
}
/* line 248, ../sass/_state.scss */
#twitter-overlay iframe {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

/* line 255, ../sass/_state.scss */
#project-overview {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
  width: 250px;
  border: 2px solid #51bcd7;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  color: white;
  margin-left: 50%;
  position: relative;
  left: -125px;
  background-color: rgba(0, 17, 45, 0.8);
}
/* line 272, ../sass/_state.scss */
#project-overview:hover {
  background-color: rgba(4, 64, 83, 0.85);
}

/* line 277, ../sass/_state.scss */
.gray-bg {
  background-color: #B7BDCC;
}

/* ----- Cover Images ----- */
/* line 283, ../sass/_state.scss */
#chapter-1-cover > .container {
  background-position: 50% 70%;
  background-size: 75%;
}

/* line 288, ../sass/_state.scss */
#chapter-2-cover > .container {
  padding-top: 35%;
  background-position: 50% 0%;
  background-size: 75%;
}

/* line 294, ../sass/_state.scss */
#chapter-3-cover > .container, #chapter-4-cover > .container {
  padding-top: 35%;
  background-position: 50% 0%;
  background-size: 65%;
}

/* line 300, ../sass/_state.scss */
#chapter-5-cover > .container {
  padding-top: 35%;
  background-position: 50% 0%;
  background-size: 55%;
}

/* line 306, ../sass/_state.scss */
#ajaxModal .modal-body {
  padding: 5px;
}

/* ----- Modal Box Styling ----- */
/* line 312, ../sass/_state.scss */
.modal-content {
  background-color: transparent;
}

/* line 317, ../sass/_state.scss */
.modal p {
  color: white;
}

/* line 322, ../sass/_state.scss */
.modal-header {
  border-bottom: 0px;
}

/* line 326, ../sass/_state.scss */
iframe {
  border: none;
  margin-top: 2%;
  margin-left: 2%;
  border: 5px solid #333;
  background: #101625 url(../img/loading.gif) no-repeat center;
}

/* line 334, ../sass/_state.scss */
#how-to-text {
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.9em;
}

/* ----- Modal for Networks ----- */
/* ----- Podcasts ----- */
/**
 * Custom Styles and Overrides for the Current Theme
 */
/** ---- D3JS Styles -------- **/
/* line 5, ../sass/_custom.scss */
.axis {
  font: 10px sans-serif;
}

/* line 9, ../sass/_custom.scss */
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

/* line 17, ../sass/_custom.scss */
.bar-chart > div {
  border: 1px solid #333;
  background-color: #666;
}

/* line 24, ../sass/_custom.scss */
.arc path {
  stroke: #fff;
}

/* line 28, ../sass/_custom.scss */
svg {
  position: relative;
  z-index: 9999;
}

/* ----- Homepage Styles ----- */
/** ---- These styles position images **/
/* line 38, ../sass/_custom.scss */
.photoleft {
  float: left;
  padding: 20px 40px 20px 0px;
}

/* line 43, ../sass/_custom.scss */
.photoright {
  float: right;
  padding: 20px 0px 20px 40px;
}

/* line 48, ../sass/_custom.scss */
.photoright-sm {
  float: right;
  padding: 10px 0px 10px 20px;
}

/* line 53, ../sass/_custom.scss */
.photocenter {
  text-align: center;
  padding: 20px 0px 30px 0px;
  margin: 0 auto;
}

/* line 59, ../sass/_custom.scss */
.top-padding {
  padding-top: 10px;
}

/* ---- These styles determine image size ---- */
/* line 65, ../sass/_custom.scss */
img {
  max-width: 100%;
}

/* line 69, ../sass/_custom.scss */
.photofull img, img.photofull {
  width: 100%;
}

/* line 73, ../sass/_custom.scss */
.photoeighty img, img.photoeighty {
  width: 80%;
}

/* line 77, ../sass/_custom.scss */
.photosixty img, img.photosixty {
  width: 65%;
}

/* line 81, ../sass/_custom.scss */
.photoforty img, img.photoforty {
  width: 40%;
}

/* line 85, ../sass/_custom.scss */
.photothirty img, img.photothirty {
  width: 30%;
}

/* line 89, ../sass/_custom.scss */
img.side-by-side, .side-by-side img {
  padding: 10px 0px;
  width: 40% !important;
}

/* ---- The Giant Network Morph ---- */
/* line 96, ../sass/_custom.scss */
.morph-wrap {
  background-image: url(../img/networks_morph.gif);
  background-size: 330px;
  width: 340px;
  height: 340px;
  float: right !important;
  border: 4px solid #fff;
  border-radius: 170px;
  margin-top: -50px;
}
/* line 106, ../sass/_custom.scss */
.morph-wrap:hover {
  border: 4px solid #51bcd7;
}

/* line 111, ../sass/_custom.scss */
.preview-morph {
  position: absolute;
  height: 334px;
  width: 334px;
  border-radius: 170px;
  padding: 70px 100px 100px 90px;
  background-color: rgba(4, 64, 83, 0.4);
}
/* line 123, ../sass/_custom.scss */
.preview-morph h2 {
  display: inline;
  color: white;
  text-transform: uppercase;
  line-height: 26px !important;
  font-weight: bold;
}

/* line 132, ../sass/_custom.scss */
.view-morph {
  width: 100%;
  height: 600px;
  background-color: #101625;
  background-image: url(../img/networks_morph.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: 50px 0px;
}

/* ---- Button Styles ---- */
/* Interactive Network Image Placement */
/* line 148, ../sass/_custom.scss */
.network-interactive {
  background-image: url(../img/interactive_network.png);
  background-repeat: no-repeat;
  background-position: top right;
  height: 171px;
  width: 225px;
  float: right;
  display: block;
}
/* line 157, ../sass/_custom.scss */
.network-interactive:hover {
  background-position: bottom right;
}

/* Transmitter Btn (Green) */
/* line 164, ../sass/_custom.scss */
.btn-modal {
  background-image: url(../img/network_btn_sprite.jpg);
  background-position: 0px 0px;
  display: block;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "Lato", Arial, sans-serif, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin: 20px 20%;
  padding: 35px 10px 30px 10px !important;
  text-align: center;
  text-transform: uppercase;
  height: 100px;
  border-bottom: 5px solid #349eb9;
}
/* line 182, ../sass/_custom.scss */
.btn-modal:hover {
  border-bottom: 5px solid #51bcd7;
  color: white;
  background-position: 0px -100px;
}

/* Tranciever Btn (Blue) */
/* line 191, ../sass/_custom.scss */
.btn-green {
  border-bottom: 5px solid #027007;
}
/* line 194, ../sass/_custom.scss */
.btn-green:hover {
  border-bottom: 5px solid #1ba521;
}

/* Trancender Btn (Yellow) */
/* line 202, ../sass/_custom.scss */
.btn-yellow {
  background-image: url(../img/network_btn_sprite_2.jpg);
  border-bottom: 5px solid #f9d52b;
}
/* line 206, ../sass/_custom.scss */
.btn-yellow:hover {
  border-bottom: 5px solid #f9d52b;
}

/* Blue Networks button (used on Press page) */
/* line 214, ../sass/_custom.scss */
.btn-blue {
  background-image: url(../img/network_btn_sprite_2.jpg);
  background-position: 0px 0px;
  display: block;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "Lato", Arial, sans-serif, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin: 20px 20%;
  padding: 35px 10px 10px 10px !important;
  text-align: center;
  text-transform: uppercase;
  height: 100px;
  border-bottom: 5px solid #349eb9;
}
/* line 232, ../sass/_custom.scss */
.btn-blue:hover {
  border-bottom: 5px solid #51bcd7;
  color: white;
  background-position: 0px -100px;
}

/* ---- Top Bar Styles ---- */
/* line 242, ../sass/_custom.scss */
.col-md-3-5 {
  width: 27%;
}

/* line 246, ../sass/_custom.scss */
.btn-help {
  float: right;
  height: 35px;
  width: 35px;
  background-image: url(../img/help_sprite.jpg);
  background-size: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
/* line 257, ../sass/_custom.scss */
.btn-help:hover {
  background-position: center -35px;
}

/* line 264, ../sass/_custom.scss */
#transmitters-for-bar,
#transceivers-for-bar,
#transcenders-for-bar {
  position: relative;
  cursor: all-scroll;
}

/* line 271, ../sass/_custom.scss */
.subgroup-zooms {
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 999;
}

/* --- Featherlight --- */
/* line 279, ../sass/_custom.scss */
a[data-featherlight=image] {
  display: block;
  height: 100%;
}

/* line 284, ../sass/_custom.scss */
.featherlight {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 288, ../sass/_custom.scss */
.featherlight .featherlight-image {
  margin: 0 auto;
  padding: 2% 2%;
}

/* line 294, ../sass/_custom.scss */
.featherlight .featherlight-content {
  padding: 0px;
  border-bottom: none;
}

/* line 299, ../sass/_custom.scss */
.featherlight .featherlight-content {
  background: white;
}

/* line 303, ../sass/_custom.scss */
span.featherlight-close-icon.featherlight-close:before {
  content: "close";
  font-family: "Lato";
  margin-right: 5px;
  margin-top: -2px;
}

/* line 310, ../sass/_custom.scss */
span.featherlight-close-icon.featherlight-close {
  width: 106px;
  font-size: 0.85em;
}

/* line 315, ../sass/_custom.scss */
.featherlight .featherlight-close-icon {
  background-color: #349eb9;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: white !important;
}
/* line 322, ../sass/_custom.scss */
.featherlight .featherlight-close-icon:hover {
  background-color: #0e5264;
}

/* line 327, ../sass/_custom.scss */
span.featherlight-close-icon.featherlight-close {
  font-size: 0px !important;
  width: 35px;
  height: 35px;
}

/* line 333, ../sass/_custom.scss */
.zoom-wrap {
  position: relative;
}
/* line 337, ../sass/_custom.scss */
.zoom-wrap:hover .zoom-image-hover {
  display: block !important;
}
/* line 340, ../sass/_custom.scss */
.zoom-wrap:hover .zoom-image-hover#structural-communities-graphic {
  display: none !important;
}

/* line 347, ../sass/_custom.scss */
.zoom-image-hover {
  width: 300px;
  position: absolute;
  text-align: center;
}
/* line 352, ../sass/_custom.scss */
.zoom-image-hover span {
  background-color: rgba(0, 17, 45, 0.8);
  padding: 10px 20px 10px 45px;
  font-family: "Lato", Arial, sans-serif;
  color: white !important;
  text-transform: uppercase;
  background-image: url(../img/zoom_controls.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  font-size: 18px;
  border: 2px solid #349eb9;
  position: relative;
  top: 45%;
}
/* line 366, ../sass/_custom.scss */
.zoom-image-hover span:hover {
  background-color: rgba(4, 64, 83, 0.85);
}

/* line 372, ../sass/_custom.scss */
.zoomContainer {
  z-index: 99999999999;
  /* This is the topmost thing always. */
  /*margin-left: 5.2%;
  margin-top: 0.9%; */
}

/* line 378, ../sass/_custom.scss */
#structural-communities-graphic {
  /** Click to enlarge for this **/
  height: 100%;
  width: 100%;
  display: none;
  margin-top: -20px;
}

/* line 385, ../sass/_custom.scss */
#main-row {
  margin: 0;
}

/* line 389, ../sass/_custom.scss */
body.not-front,
.not-front .header,
.not-front #the-website {
  min-width: 0 !important;
}

/* line 395, ../sass/_custom.scss */
#back-btn {
  position: absolute;
  top: 15px;
  color: #fff;
  background-color: #349eb9;
  right: 10px;
  text-transform: uppercase;
  padding-left: 25px;
  font-size: 20px;
  line-height: 1.3em;
  font-family: "Lato", Arial, sans-serif;
  cursor: pointer;
  cursor: hand;
  z-index: 100;
}
/* line 410, ../sass/_custom.scss */
#back-btn #back-btn-content {
  background-color: #6f788d;
  padding: 15px;
}
/* line 414, ../sass/_custom.scss */
#back-btn #back-btn-content:hover {
  background-color: #349eb9;
}
/* line 419, ../sass/_custom.scss */
#back-btn span {
  font-style: italic;
  text-transform: none;
}
/* line 424, ../sass/_custom.scss */
#back-btn span.go-to {
  font-weight: bold;
  font-size: 26px;
  text-transform: lowercase;
  font-style: italic;
}
/* line 431, ../sass/_custom.scss */
#back-btn span.arrow {
  color: #101625;
  left: 3px;
  top: 27px;
  font-size: 18px;
  position: absolute;
}
/* line 439, ../sass/_custom.scss */
#back-btn:hover {
  background-color: #fff;
}
/* line 443, ../sass/_custom.scss */
#back-btn:hover span.arrow {
  color: #349eb9;
}

@media (max-width: 991px) {
  /* line 452, ../sass/_custom.scss */
  .page-node-32 #main-row img {
    width: 45% !important;
    margin: 0 !important;
  }
}
@media (max-width: 550px) {
  /* line 459, ../sass/_custom.scss */
  .not-front .header img {
    width: 125% !important;
  }
  /* line 462, ../sass/_custom.scss */
  .not-front .header img.logo-gse {
    margin-top: 25px;
  }
  /* line 466, ../sass/_custom.scss */
  .not-front .header img.logo-cpre {
    margin-top: 28px;
  }
  /* line 470, ../sass/_custom.scss */
  .not-front .header img.logo-ucsd {
    margin-top: 34px;
  }

  /* line 475, ../sass/_custom.scss */
  .page-node-10 #main-row img {
    float: none !important;
    width: 60%;
    height: auto;
    margin-left: 20%;
    padding: 0;
    padding-top: 10px;
  }

  /* line 484, ../sass/_custom.scss */
  .not-front .btn-modal {
    font-size: 0.8em;
  }
}
@media all and (orientation: portrait) {
  /* line 490, ../sass/_custom.scss */
  .ipad #chapter-4-scene-1 {
    height: 1200px;
  }
}
/* line 495, ../sass/_custom.scss */
.ipad .jp-audio .jp-controls,
.ipad .jp-audio .jp-progress {
  width: 82% !important;
}

/* line 500, ../sass/_custom.scss */
.ipad .jp-duration {
  margin-right: 5% !important;
}

/* line 1, ../sass/_responsive.scss */
html, body {
  /*min-width: 760px;*/
}

/* ---------- Short browsers --------- */
@media (max-height: 1080px) {
  /* --- Front Cover Page --- */
  /* line 14, ../sass/_responsive.scss */
  #chapter-0 header h1.title {
    font-size: 3em !important;
  }

  /* line 18, ../sass/_responsive.scss */
  #chapter-0 #cover-page-content {
    background-size: 550px !important;
    background-position: left 0px !important;
  }

  /* line 23, ../sass/_responsive.scss */
  #prologue-headline {
    float: left;
    width: 40%;
  }

  /* line 28, ../sass/_responsive.scss */
  #prologue-overview {
    float: right;
    width: 50% !important;
    margin: 0px 75px 0px 0px;
  }
  /* line 33, ../sass/_responsive.scss */
  #prologue-overview p {
    font-size: 19px;
    line-height: 21px;
    color: white !important;
    width: 100%;
  }
  /* line 40, ../sass/_responsive.scss */
  #prologue-overview h2 {
    width: auto;
  }

  /* line 45, ../sass/_responsive.scss */
  #home #cover-page-content h3, #chapter-0 #cover-page-content h3 {
    width: auto;
  }

  /* line 49, ../sass/_responsive.scss */
  #home #cover-page-content, #chapter-0 #cover-page-content {
    padding: 8% 0px 0px 0px;
  }
}
@media (max-height: 900px) {
  /* line 58, ../sass/_responsive.scss */
  #chapter-3-cover > .container, #chapter-4-cover > .container, #chapter-5-cover > .container {
    background-size: 50%;
  }

  /* line 62, ../sass/_responsive.scss */
  #chapter-1-cover > .container, #chapter-2-cover > .container {
    background-size: 55%;
  }

  /* line 66, ../sass/_responsive.scss */
  #chapter-1-cover > .container {
    background-position: 50% -100px;
  }
}
/* ---------- Even Shorter Browsers ---------- */
@media (max-height: 730px) {
  /* line 78, ../sass/_responsive.scss */
  #chapter-0 .navigation {
    z-index: 99;
  }

  /* line 82, ../sass/_responsive.scss */
  .chapter-number {
    margin-bottom: 20px;
  }

  /* --- Front Cover Page --- */
  /* line 88, ../sass/_responsive.scss */
  #prologue-overview {
    margin: -50px 60px 0px 0px;
  }
  /* line 91, ../sass/_responsive.scss */
  #prologue-overview p {
    font-size: 18px;
    line-height: 21px;
    color: white !important;
    width: 100%;
  }

  /* line 99, ../sass/_responsive.scss */
  #home #cover-page-content, #chapter-0 #cover-page-content {
    padding: 8% 0px 0px 50px;
  }

  /* line 103, ../sass/_responsive.scss */
  #chapter-0 #cover-page-content {
    background-size: 600px !important;
    background-position: left 0px !important;
  }

  /* --- Inside Cover Pages --- */
  /* line 111, ../sass/_responsive.scss */
  .overview-content {
    width: 65%;
    right: 0;
    left: 40%;
    padding: 20px 100px 0px 0px;
    bottom: auto;
    top: 30px;
  }
  /* line 119, ../sass/_responsive.scss */
  .overview-content h1 {
    font-size: 50px !important;
    margin-bottom: 10px;
  }
  /* line 124, ../sass/_responsive.scss */
  .overview-content p {
    font-size: 19px;
    line-height: 21px;
  }

  /* line 130, ../sass/_responsive.scss */
  .chapter-cover {
    /* -- Specific Chapter Styles -- */
  }
  /* line 131, ../sass/_responsive.scss */
  .chapter-cover .container {
    background-position: 8% 20% !important;
    background-size: 35% !important;
  }
  /* line 138, ../sass/_responsive.scss */
  .chapter-cover#chapter-1-cover > .container {
    background-size: 40% !important;
    background-position: 8% -30px !important;
  }
  /* line 142, ../sass/_responsive.scss */
  .chapter-cover#chapter-2-cover > .container {
    background-size: 50% !important;
    background-position: -30px 35% !important;
  }
}
/* ---------- Breakpoints: Width ---------- */
@media (max-width: 1200px) {
  /* --- Nav --- */
  /* line 162, ../sass/_responsive.scss */
  .columns-5 {
    background-position-x: -15px !important;
  }
  /* line 165, ../sass/_responsive.scss */
  .columns-5:hover, .columns-5.active {
    background-position-x: 214px !important;
  }

  /* --- Firefox (& Opera...) Don't support background-position-x ---*/
  /* line 175, ../sass/_responsive.scss */
  .ff3 #main-nav #ch-0-sc-1 {
    background-position: -18px 0px;
  }
  /* line 179, ../sass/_responsive.scss */
  .ff3 #main-nav > div:hover#ch-0-sc-1,
  .ff3 #main-nav #ch-0-sc-1.active {
    background-position: -246px 1px;
  }
  /* line 175, ../sass/_responsive.scss */
  .ff3 #main-nav #ch-0-sc-2 {
    background-position: -18px -100px;
  }
  /* line 179, ../sass/_responsive.scss */
  .ff3 #main-nav > div:hover#ch-0-sc-2,
  .ff3 #main-nav #ch-0-sc-2.active {
    background-position: -246px -99px;
  }
  /* line 175, ../sass/_responsive.scss */
  .ff3 #main-nav #ch-0-sc-3 {
    background-position: -18px -200px;
  }
  /* line 179, ../sass/_responsive.scss */
  .ff3 #main-nav > div:hover#ch-0-sc-3,
  .ff3 #main-nav #ch-0-sc-3.active {
    background-position: -246px -199px;
  }
  /* line 175, ../sass/_responsive.scss */
  .ff3 #main-nav #ch-0-sc-4 {
    background-position: -18px -300px;
  }
  /* line 179, ../sass/_responsive.scss */
  .ff3 #main-nav > div:hover#ch-0-sc-4,
  .ff3 #main-nav #ch-0-sc-4.active {
    background-position: -246px -299px;
  }
  /* line 175, ../sass/_responsive.scss */
  .ff3 #main-nav #ch-0-sc-5 {
    background-position: -18px -400px;
  }
  /* line 179, ../sass/_responsive.scss */
  .ff3 #main-nav > div:hover#ch-0-sc-5,
  .ff3 #main-nav #ch-0-sc-5.active {
    background-position: -246px -399px;
  }
  /* line 175, ../sass/_responsive.scss */
  .ff3 #main-nav #ch-0-sc-6 {
    background-position: -18px -500px;
  }
  /* line 179, ../sass/_responsive.scss */
  .ff3 #main-nav > div:hover#ch-0-sc-6,
  .ff3 #main-nav #ch-0-sc-6.active {
    background-position: -246px -499px;
  }

  /* line 186, ../sass/_responsive.scss */
  #header-left h3 {
    top: -20px;
  }

  /* line 190, ../sass/_responsive.scss */
  #header-left h3 a {
    font-size: 40px;
    display: inline-block;
    position: relative;
    top: -3px;
  }

  /* line 197, ../sass/_responsive.scss */
  div#slider-nav {
    width: 240px !important;
  }

  /* line 201, ../sass/_responsive.scss */
  div#chapter-nav {
    width: 170px;
  }

  /* line 205, ../sass/_responsive.scss */
  .chapter-nav-wrap {
    height: 60px;
  }
  /* line 208, ../sass/_responsive.scss */
  .chapter-nav-wrap .chapter-nav-label {
    height: 60px;
    padding-top: 12px !important;
  }

  /* line 214, ../sass/_responsive.scss */
  .chapter-nav-wrap > .container > div > div {
    line-height: 2em;
  }

  /* line 218, ../sass/_responsive.scss */
  #ch-3-sc-3, #ch-5-sc-2 {
    line-height: 1.1em !important;
  }

  /* - Covers - */
  /* line 224, ../sass/_responsive.scss */
  .chapter-title {
    font-size: 60px !important;
  }

  /* line 228, ../sass/_responsive.scss */
  .chapter-number {
    margin-bottom: 10px !important;
  }

  /* line 233, ../sass/_responsive.scss */
  #chapter-1-cover p {
    line-height: 20px !important;
    font-size: 18px !important;
  }

  /* --- Graphs --- */
  /* line 241, ../sass/_responsive.scss */
  .tweet-examples {
    background-size: 300px;
  }

  /* line 245, ../sass/_responsive.scss */
  #heartbeat-of-cc {
    margin: 50px 0px !important;
  }

  /* line 249, ../sass/_responsive.scss */
  .bar-network {
    margin-top: -87px !important;
  }

  /* line 253, ../sass/_responsive.scss */
  .bar-network-below {
    height: 105px !important;
  }

  /* --- Motivations Podcasts --- */
  /* line 259, ../sass/_responsive.scss */
  .panel-display {
    padding: 40px 50px 0px 20px !important;
    padding-left: 20px !important;
  }

  /* line 266, ../sass/_responsive.scss */
  .podcast-panel h2 {
    font-size: 40px !important;
  }
  /* line 270, ../sass/_responsive.scss */
  .podcast-panel .podcast-quote {
    font-size: 1em !important;
    line-height: 1.1em !important;
  }
  /* line 275, ../sass/_responsive.scss */
  .podcast-panel .podcast-bio {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  /* line 280, ../sass/_responsive.scss */
  .podcast-panel .cody-bio {
    font-size: 15px !important;
    line-height: 17px !important;
  }

  /* line 286, ../sass/_responsive.scss */
  .jp-audio .jp-type-single .jp-progress {
    width: 40% !important;
  }

  /* line 290, ../sass/_responsive.scss */
  .jp-current-time, .jp-duration {
    margin-right: 235px !important;
  }

  /* line 294, ../sass/_responsive.scss */
  #podcast-player {
    padding: 40px !important;
  }

  /* line 298, ../sass/_responsive.scss */
  .jp-audio {
    bottom: 30px !important;
  }
}
@media (max-width: 1080px) {
  /** -- Firefox Difference in Font Sizes means menu should shrink sooner. -- **/
  /* line 307, ../sass/_responsive.scss */
  .ff3 #comms-nav {
    display: none !important;
  }
  /* line 311, ../sass/_responsive.scss */
  .ff3 #comms-nav-collapsed {
    display: inline-block;
    height: 35px;
  }
}
@media (max-width: 1024px) {
  /* line 320, ../sass/_responsive.scss */
  #comms-nav {
    display: none !important;
  }

  /* line 324, ../sass/_responsive.scss */
  #comms-nav-collapsed {
    display: inline-block;
    height: 35px;
  }

  /* line 329, ../sass/_responsive.scss */
  .zoom-wrap:hover .zoom-image-hover#structural-communities-graphic {
    display: block !important;
  }

  /* ----- Scenes ----- */
  /* --- Styles for Images w/in Text --- */
  /* line 338, ../sass/_responsive.scss */
  img.photoright-sm {
    max-width: 300px;
  }

  /* - Bar/Gephi Combos */
  /* line 344, ../sass/_responsive.scss */
  .bar-network {
    margin-top: -520px !important;
    margin-left: -10px !important;
  }

  /* line 349, ../sass/_responsive.scss */
  .bar-network-below {
    display: none;
  }

  /* --- Network Stacked Graphs --- */
  /* line 356, ../sass/_responsive.scss */
  #transmitter-stackedbar, #transceiver-stackedbar, #transcender-stackedbar {
    width: 100% !important;
    margin-bottom: 0px !important;
  }

  /* line 361, ../sass/_responsive.scss */
  #transmitters-for-bar, #transceivers-for-bar, #transcenders-for-bar {
    width: 100% !important;
    margin-top: -1px !important;
  }

  /* --- Network Gephis --- */
  /* line 368, ../sass/_responsive.scss */
  .h-networks .description {
    max-width: 55% !important;
  }
  /* line 371, ../sass/_responsive.scss */
  .h-networks .description p {
    margin-top: -5px !important;
  }
}
@media (max-width: 991px) {
  /* line 379, ../sass/_responsive.scss */
  .overview-content {
    padding: 0 20px;
  }

  /* line 383, ../sass/_responsive.scss */
  .btn-modal {
    margin: 20px 0px;
  }

  /* - Front Cover - */
  /* line 389, ../sass/_responsive.scss */
  #prologue-overview {
    margin: -50px 20px 0px 0px;
  }
  /* line 392, ../sass/_responsive.scss */
  #prologue-overview h2 {
    margin-bottom: 10px;
  }
  /* line 396, ../sass/_responsive.scss */
  #prologue-overview p {
    font-size: 19px;
    line-height: 21px !important;
  }

  /* --- Nav Styles --- */
  /* line 404, ../sass/_responsive.scss */
  #main-nav > div {
    background-image: none;
    padding-top: 20px;
  }

  /* line 409, ../sass/_responsive.scss */
  .header #acts-nav li {
    margin-right: 10px;
  }

  /* line 414, ../sass/_responsive.scss */
  #header-right {
    margin-top: -23px;
  }

  /* line 418, ../sass/_responsive.scss */
  .chapter-nav-wrap > .container > div > div {
    font-size: 15px;
  }

  /* line 422, ../sass/_responsive.scss */
  .columns-4 {
    max-width: 23%;
  }

  /* line 426, ../sass/_responsive.scss */
  #ch-3-sc-4 {
    line-height: 1.1em !important;
  }

  /* --- Styles for Images w/in Text --- */
  /* line 432, ../sass/_responsive.scss */
  .photoforty img, img.photoforty {
    width: 80%;
    margin: 0px 10%;
    padding: 20px 0px !important;
  }

  /* line 438, ../sass/_responsive.scss */
  .photosixty img, img.photosixty {
    width: 80%;
    margin: 0px 10%;
    padding: 20px 0px !important;
  }

  /* line 444, ../sass/_responsive.scss */
  .photoeighty img, img.photoeighty {
    width: 100%;
  }

  /* line 448, ../sass/_responsive.scss */
  .photothirty img, img.photothirty {
    width: 50%;
  }

  /* --- Network Gephis --- */
  /* line 454, ../sass/_responsive.scss */
  #about-author h3 {
    font-size: 130% !important;
  }

  /* --- Graphs --- */
  /* - All Graphs - */
  /* line 462, ../sass/_responsive.scss */
  .tweet-examples {
    background-size: 230px !important;
    width: 35% !important;
    background-position: 1px 105px;
  }
  /* line 467, ../sass/_responsive.scss */
  .tweet-examples img {
    margin-top: 25px;
  }

  /* - Individual Graphs - */
  /* line 476, ../sass/_responsive.scss */
  #heartbeat-of-cc #heartbeat-legend {
    margin-left: 525px;
    margin-left: 685px;
    width: 150px;
    background-size: 150px;
    margin-top: 120px;
  }

  /* line 488, ../sass/_responsive.scss */
  #content-of-tweets .content-of-tweets-chart {
    width: 50%;
  }
  /* line 492, ../sass/_responsive.scss */
  #content-of-tweets .tweet-examples {
    width: 30% !important;
    background-size: 200px !important;
  }

  /* line 498, ../sass/_responsive.scss */
  #political-refs #political-refs-chart {
    width: 80% !important;
  }

  /* line 504, ../sass/_responsive.scss */
  #edu-topics #edu-topics-chart {
    width: 55% !important;
  }
  /* line 508, ../sass/_responsive.scss */
  #edu-topics div.x-axis-label {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    margin-top: 70px;
  }

  /* line 518, ../sass/_responsive.scss */
  #political-topics #political-topics-chart {
    width: 55% !important;
  }
  /* line 522, ../sass/_responsive.scss */
  #political-topics div.x-axis-label {
    font-size: 14px !important;
  }

  /* line 528, ../sass/_responsive.scss */
  #level-gvt {
    margin-bottom: 60px !important;
  }
  /* line 531, ../sass/_responsive.scss */
  #level-gvt #level-gvt-chart {
    width: 55% !important;
    height: 110% !important;
  }
  /* line 536, ../sass/_responsive.scss */
  #level-gvt div.x-axis-label {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    margin-top: 65px;
  }

  /* line 546, ../sass/_responsive.scss */
  #political-language #political-language-chart {
    width: 55% !important;
    height: 115% !important;
  }

  /* line 554, ../sass/_responsive.scss */
  #language-distribution h3 {
    padding: 0px !important;
  }

  /* --- Motivations Podcasts --- */
  /* line 561, ../sass/_responsive.scss */
  #podcast-player {
    padding: 20px !important;
    min-height: 525px;
  }
  /* line 565, ../sass/_responsive.scss */
  #podcast-player #podcast-grid {
    float: left;
    position: relative !important;
    width: 40% !important;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  /* line 572, ../sass/_responsive.scss */
  #podcast-player #podcast-grid h2 {
    display: none;
  }
  /* line 577, ../sass/_responsive.scss */
  #podcast-player .podcast-quote {
    padding-right: 10px;
    background-image: none;
    text-align: left;
  }
  /* line 583, ../sass/_responsive.scss */
  #podcast-player .podcast-quote:after {
    background-image: none;
    right: -30px;
  }
  /* line 588, ../sass/_responsive.scss */
  #podcast-player .jp-audio {
    left: 8% !important;
  }
  /* line 592, ../sass/_responsive.scss */
  #podcast-player .panel-display {
    margin-right: 10px;
    position: static !important;
    padding: 0px !important;
  }
  /* line 598, ../sass/_responsive.scss */
  #podcast-player .col-md-6 .podcast-panel h2 {
    margin-top: 0px;
  }
  /* line 602, ../sass/_responsive.scss */
  #podcast-player #none-playing {
    position: absolute;
    width: 55%;
    right: 0px;
  }
  /* line 608, ../sass/_responsive.scss */
  #podcast-player #none-playing h1 {
    margin-top: 10px !important;
    font-size: 3em !important;
  }
}
/* ----- Under the Min-Height ----- */
@media (max-height: 650px) {
  /* line 619, ../sass/_responsive.scss */
  .page {
    min-height: 680px;
    overflow-y: scroll;
  }

  /* line 624, ../sass/_responsive.scss */
  .chapter-cover {
    max-height: 600px;
    overflow-y: scroll;
  }

  /* line 630, ../sass/_responsive.scss */
  .pages {
    overflow-y: scroll;
  }

  /* line 634, ../sass/_responsive.scss */
  #the-website {
    margin-bottom: 9px;
  }

  /** For Gephi Profiles **/
  /* line 639, ../sass/_responsive.scss */
  .body-networks {
    height: auto;
    overflow: scroll;
  }

  /* line 644, ../sass/_responsive.scss */
  #about-author, #sigma-container {
    height: 600px !important;
  }
}
/* ---- Under the Min-Width ---- */
@media (max-width: 960px) {
  /* line 651, ../sass/_responsive.scss */
  body {
    overflow-x: scroll;
  }

  /* line 655, ../sass/_responsive.scss */
  body, .header {
    min-width: 960px;
  }

  /* line 659, ../sass/_responsive.scss */
  .chapter-cover {
    max-width: 890px;
    overflow-x: scroll;
  }

  /* line 664, ../sass/_responsive.scss */
  #the-website {
    margin-bottom: 9px;
  }

  /* line 668, ../sass/_responsive.scss */
  div#nav-wrap-0 {
    width: 1020px;
  }

  /* line 672, ../sass/_responsive.scss */
  #menu-carat {
    margin-left: 6%;
  }

  /* - Front Cover - */
  /* line 678, ../sass/_responsive.scss */
  #chapter-0 header h1.title {
    font-size: 2.8em !important;
  }

  /* line 682, ../sass/_responsive.scss */
  #chapter-0 #cover-page-content {
    background-size: 450px !important;
  }

  /* line 686, ../sass/_responsive.scss */
  #chapter-0-cover {
    min-width: 960px;
  }

  /* line 690, ../sass/_responsive.scss */
  #prologue-headline {
    margin-left: 10px;
  }

  /* line 694, ../sass/_responsive.scss */
  #chapter-0 header h1.title {
    font-size: 2.8em !important;
  }

  /* line 698, ../sass/_responsive.scss */
  #home #cover-page-content, #chapter-0 #cover-page-content {
    padding: 8% 0px 0px 0px;
  }

  /* line 703, ../sass/_responsive.scss */
  #cover-page-content {
    width: 890px;
    margin-left: 0;
  }

  /* line 708, ../sass/_responsive.scss */
  #chapter-0 .navigation a {
    margin-right: -30px;
  }

  /* line 712, ../sass/_responsive.scss */
  #prologue-overview {
    width: 55% !important;
    margin-right: 0px;
  }
}
@media (max-width: 960px) and (min-height: 1080px) {
  /* line 720, ../sass/_responsive.scss */
  #prologue-overview {
    width: 80% !important;
    margin: 0 auto;
    margin-top: 50px;
  }
}
/* ---------- LAPTOPS ---------- */
@media (max-height: 900px) and (min-width: 1200px) {
  /* --- Network Gephis --- */
  /* line 733, ../sass/_responsive.scss */
  #sigma-container {
    width: 75% !important;
  }

  /* line 737, ../sass/_responsive.scss */
  #about-author {
    width: 25% !important;
  }
  /* line 740, ../sass/_responsive.scss */
  #about-author img {
    width: auto;
    max-height: 420px;
    margin: 0 auto;
    margin-top: -10px;
    max-width: 100%;
    text-align: center;
  }

  /* ^^^ I am not sure why these styles are not applying */
}
@media (max-height: 1300px) and (min-width: 1400px) {
  /* line 757, ../sass/_responsive.scss */
  #sigma-container {
    width: 80% !important;
  }

  /* line 761, ../sass/_responsive.scss */
  #about-author {
    width: 20% !important;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  /* line 768, ../sass/_responsive.scss */
  #home #cover-page-content, #chapter-0 #cover-page-content {
    padding-left: 0;
    padding-top: 10%;
    margin: 0 auto;
  }

  /* line 775, ../sass/_responsive.scss */
  #cover-page-content {
    width: 820px !important;
  }

  /* line 779, ../sass/_responsive.scss */
  #prologue-overview {
    width: 55% !important;
  }
}
/* ----------- Tablets & Phones ---------- */
@media (max-width: 767px) {
  /* line 789, ../sass/_responsive.scss */
  .overview-content p {
    line-height: 18px !important;
    font-size: 16px !important;
  }

  /* line 795, ../sass/_responsive.scss */
  .chapter-title {
    font-size: 35px !important;
  }
}
/**
 * CSS for Graphs in #CommonCore Project.
 */
/* line 5, ../sass/_graphs.scss */
.bar {
  height: 30px;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #aaa;
}

/* line 12, ../sass/_graphs.scss */
#transmitter-stackedbar .bar:hover,
#transceiver-stackedbar .bar:hover,
#transcender-stackedbar .bar:hover,
.bar.activeBar {
  border-width: 2px;
  border-color: #0e5264;
}

/* line 20, ../sass/_graphs.scss */
.stack {
  height: 100%;
  float: left;
  cursor: pointer;
}

/* line 25, ../sass/_graphs.scss */
.stack.green {
  background-color: #1ba521;
}

/* line 28, ../sass/_graphs.scss */
.stack.blue {
  background-color: #349eb9;
}

/* line 31, ../sass/_graphs.scss */
.stack.yellow {
  background-color: #f9d52b;
}

/* line 34, ../sass/_graphs.scss */
.xaxis label,
.yaxis label {
  font-family: "Lato", Arial, sans-serif;
  float: left;
  width: 30%;
  font-size: 14px;
  line-height: 14px;
  clear: both;
  padding-top: 2px;
  color: #666;
}

/* line 45, ../sass/_graphs.scss */
.yaxis {
  clear: both;
}

/* line 48, ../sass/_graphs.scss */
span.label {
  color: #000 !important;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 8px;
  font-family: "Lato", Arial, sans-serif;
}

/* line 57, ../sass/_graphs.scss */
.yaxis li {
  list-style: none;
  display: inline-block;
  width: 10.5%;
}

/* line 62, ../sass/_graphs.scss */
.yaxis ul {
  margin-left: 30%;
  padding: 0;
  border-top: 1px solid #ccc;
  padding-top: 3px;
}

/* line 68, ../sass/_graphs.scss */
.yaxis-label {
  margin-left: 30%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", Arial, sans-serif;
  color: #666;
}

/* line 77, ../sass/_graphs.scss */
#transceiver-stackedbar .yaxis li {
  width: 8.5%;
}

/* line 81, ../sass/_graphs.scss */
#transceiver-stackedbar span.label {
  padding: 0;
  margin-left: 5px;
}

/* line 86, ../sass/_graphs.scss */
#transmitter-stackedbar, #transceiver-stackedbar {
  width: 50%;
  padding: 20px;
  margin: 30px 0px;
}

/* line 92, ../sass/_graphs.scss */
#transmitters-for-bar, #transceivers-for-bar {
  margin: 30px 0px;
}

/* line 96, ../sass/_graphs.scss */
#sigma-container {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 70%;
  height: 700px;
  float: left;
  cursor: all-scroll;
}

/* line 106, ../sass/_graphs.scss */
.body-networks {
  background-color: rgba(51, 56, 68, 0.8);
  display: none;
}

/* line 111, ../sass/_graphs.scss */
.modal-body iframe {
  border: 10px solid #252934;
}

/* line 115, ../sass/_graphs.scss */
#modalDisplay button.close,
#projectOverviewModal button.close,
#ajaxModal button.close, #close-networks {
  color: #fff;
  z-index: 99999999;
  position: absolute;
  height: 5px;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  float: right;
  margin-top: 10px;
  background-image: url(../img/close.png);
  background-color: #0e5264;
  opacity: 1;
  font-size: 0;
}
/* line 134, ../sass/_graphs.scss */
#modalDisplay button.close:hover,
#projectOverviewModal button.close:hover,
#ajaxModal button.close:hover, #close-networks:hover {
  background-color: #51bcd7;
}

/* line 139, ../sass/_graphs.scss */
#ajaxModal button.close {
  position: absolute;
  top: 6%;
  right: 4%;
}

/* line 145, ../sass/_graphs.scss */
#close-networks {
  display: none !important;
}

/* line 149, ../sass/_graphs.scss */
#wrap-networks {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 156, ../sass/_graphs.scss */
#container-networks {
  display: table-cell;
  vertical-align: middle;
}
/* line 160, ../sass/_graphs.scss */
#container-networks .transcenders h1 {
  color: #f9d52b;
}
/* line 164, ../sass/_graphs.scss */
#container-networks .transmitters h1 {
  color: #027007;
}

/* line 172, ../sass/_graphs.scss */
.h-networks {
  height: 60px;
  padding: 20px 20px;
  overflow: hidden;
  background-color: #349eb9 !important;
  	/*#close-networks {
  		width: 35px;
  		height: 35px;
  		float:right;
  		margin-top:10px;
  		background-image: url(../img/close.png);
  		background-color: $dark-blue;
  
  		&:hover {
  			background-color: $light-blue;
  		}
  	}*/
}
/* line 178, ../sass/_graphs.scss */
.h-networks h1 {
  font-family: "Ostrich", Arial, sans-serif;
  margin-top: 10px;
  float: left;
  font-size: 50px;
  color: #0e5264;
  font-weight: normal;
}
/* line 187, ../sass/_graphs.scss */
.h-networks .description {
  float: left;
  width: auto;
  max-width: 70%;
  margin: 0px 20px;
}
/* line 193, ../sass/_graphs.scss */
.h-networks .description p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 22px;
  color: white;
}

/* ---- Transcievers ---- */
/* line 218, ../sass/_graphs.scss */
#about-author {
  background-color: #B7BDCC;
  width: 30%;
  height: 700px;
  float: left;
  display: table-cell;
  background: #B7BDCC url(../img/loading.gif) no-repeat center 115px;
  background-size: 35%;
}
/* line 227, ../sass/_graphs.scss */
#about-author img {
  width: 100%;
  height: auto;
  max-height: none;
}
/* line 233, ../sass/_graphs.scss */
#about-author h3 {
  font-family: "Ostrich", Arial, sans-serif !important;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: white;
  margin: 25px 0px 20px 0px;
}

/* line 246, ../sass/_graphs.scss */
#about-author-content p.middle {
  font-family: "Ostrich", Arial, sans-serif;
  font-size: 45px;
  line-height: 50px;
  padding: 40px 40px 0px 40px;
  color: white;
  margin-bottom: 0px;
}
/* line 255, ../sass/_graphs.scss */
#about-author-content p {
  color: white;
  padding: 40px;
  background-color: #B7BDCC;
}

/* ----- Zoom Buttons ----- */
/* line 264, ../sass/_graphs.scss */
#zoom-controls {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
  width: 25px;
}

/* line 272, ../sass/_graphs.scss */
.zoom-in, .zoom-out,
#zoom-in, #zoom-out {
  cursor: pointer;
  width: 25px !important;
  height: 25px !important;
  padding: 5px;
  margin-right: 5px;
  display: block;
  float: left;
  background-color: #6f788d;
  background-image: url(../img/zoom_controls.png);
}
/* line 284, ../sass/_graphs.scss */
.zoom-in:hover, .zoom-out:hover,
#zoom-in:hover, #zoom-out:hover {
  background-color: #252934;
}

/* line 289, ../sass/_graphs.scss */
.zoom-in,
#zoom-in {
  background-position: top center;
  margin-bottom: 3px;
}

/* line 295, ../sass/_graphs.scss */
.zoom-out,
#zoom-out {
  background-position: bottom center;
}

/* line 300, ../sass/_graphs.scss */
.zoom-in, .zoom-out {
  width: 35px !important;
  height: 35px !important;
}

/* ----------- Bar Graph / Gephi Combos --------- */
/* line 307, ../sass/_graphs.scss */
.bar-network {
  background-image: url(../img/interactive_bar_network.png);
  width: 250px;
  height: 179px;
  margin-top: -115px;
  margin-left: 20px;
  position: absolute;
}

/* line 316, ../sass/_graphs.scss */
.bar-network-below {
  height: 50px;
}

/* ----------- ACT III Graphs ------------ */
/* - These styles affect ALL of the graphs */
/* line 324, ../sass/_graphs.scss */
.bar-chart {
  margin-left: 60px;
  position: relative;
  border: 1px solid #ccc;
  min-height: 400px;
}

/* line 331, ../sass/_graphs.scss */
.bar-chart h3, .animated-graph h3, #heartbeat-of-cc h3 {
  text-transform: uppercase;
}

/* line 335, ../sass/_graphs.scss */
.tweet-examples {
  float: left;
  margin-top: -50px;
  background-image: url(../img/graph_interactive.png);
  background-position: center 40%;
  background-repeat: no-repeat;
  position: relative;
  font-family: "Crimson", Georgia, serif;
}
/* line 344, ../sass/_graphs.scss */
.tweet-examples img {
  float: right;
}
/* line 348, ../sass/_graphs.scss */
.tweet-examples .no-examples {
  margin-top: 100%;
  text-align: center;
  padding-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
  font-style: italic;
}

/* line 358, ../sass/_graphs.scss */
.bar-chart > div {
  float: left;
  background-color: #101625;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
  border: 4px solid #fff;
  /* To maintain same width for active bars */
  border-bottom: none;
}

/* line 370, ../sass/_graphs.scss */
.bar-chart > div.has-examples {
  cursor: pointer;
}

/* line 374, ../sass/_graphs.scss */
.bar-chart > div.has-examples:hover,
.bar-chart > div.active {
  border: 4px solid #f9d52b;
  border-bottom: none;
}

/* line 380, ../sass/_graphs.scss */
.bar-chart > div > p {
  color: #333;
  margin-top: -45px;
  font-size: 13px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
}

/* line 388, ../sass/_graphs.scss */
div.x-axis-label {
  color: #333;
  position: relative;
  font-size: 16px;
  line-height: 1.1;
  top: 100%;
  padding-top: 5px;
  font-family: "Crimson", Georgia, serif;
}

/* line 397, ../sass/_graphs.scss */
.y-axis {
  height: 90%;
  background: transparent !important;
  margin-left: -44px;
  bottom: 5px !important;
}

/* line 404, ../sass/_graphs.scss */
.y-axis-label {
  background: transparent;
  color: #666;
  font-size: 13px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
}

/* line 412, ../sass/_graphs.scss */
.y-axis-label:last-child {
  height: 5% !important;
  margin-top: -6px;
}

/* line 417, ../sass/_graphs.scss */
.y-tick-mark {
  border-bottom: 1px solid #ccc;
  position: relative;
  top: -7px;
  left: 35px;
  width: 5px;
}

/* line 425, ../sass/_graphs.scss */
.chart-title {
  text-align: center;
  color: #101625;
  margin-top: 20px;
}

/* line 431, ../sass/_graphs.scss */
.bar-percent-value {
  padding-top: 0px;
  display: block;
}

/* line 436, ../sass/_graphs.scss */
.stacked-bar .x-axis-label {
  top: 0;
}

/* - Content of the Tweets - */
/* line 442, ../sass/_graphs.scss */
#content-of-tweets {
  height: 585px;
  padding: 50px 0px;
  background-image: url(../img/graphs_y_number.png);
  background-repeat: no-repeat;
  background-position: -11px 40%;
}
/* line 449, ../sass/_graphs.scss */
#content-of-tweets #content-of-tweets-chart {
  height: 400px;
  width: 60%;
  float: left;
}
/* line 454, ../sass/_graphs.scss */
#content-of-tweets #content-of-tweets-chart #content-of-tweets-chart--0 {
  background-color: #027007;
}
/* line 458, ../sass/_graphs.scss */
#content-of-tweets #content-of-tweets-chart #content-of-tweets-chart--1 {
  background-color: #101625;
}
/* line 462, ../sass/_graphs.scss */
#content-of-tweets #content-of-tweets-chart #content-of-tweets-chart--2 {
  background-color: #0e5264;
}
/* line 466, ../sass/_graphs.scss */
#content-of-tweets #content-of-tweets-chart #content-of-tweets-chart--3 {
  background-color: #6f788d;
}
/* line 471, ../sass/_graphs.scss */
#content-of-tweets .tweet-examples {
  width: 33%;
  height: 585px;
  float: right;
}
/* line 476, ../sass/_graphs.scss */
#content-of-tweets .tweet-examples img {
  max-width: 100%;
}

/* - References to education topics and politics/policy issues - */
/* line 486, ../sass/_graphs.scss */
#political-refs {
  padding-top: 50px;
  height: 470px;
}
/* line 490, ../sass/_graphs.scss */
#political-refs #political-refs-chart {
  height: 400px;
  width: 60%;
  margin: 0 auto;
}
/* line 495, ../sass/_graphs.scss */
#political-refs #political-refs-chart #political-refs-chart--0 {
  background-color: #0e5264;
}
/* line 499, ../sass/_graphs.scss */
#political-refs #political-refs-chart #political-refs-chart--1 {
  background-color: #027007;
}
/* line 504, ../sass/_graphs.scss */
#political-refs .y-axis {
  background-image: url("../img/graphs_y_number.png") !important;
  background-repeat: no-repeat !important;
  background-position: -12px 10% !important;
  padding-left: 20px;
  margin-left: -65px;
}

/* - Tweets mentioning education topics - */
/* line 515, ../sass/_graphs.scss */
#edu-topics {
  height: 490px;
  padding-top: 50px;
  background-image: url(../img/graphs_y_number.png);
  background-repeat: no-repeat;
  background-position: -11px 50%;
}
/* line 522, ../sass/_graphs.scss */
#edu-topics #edu-topics-chart {
  width: 60%;
  float: left;
}
/* line 526, ../sass/_graphs.scss */
#edu-topics #edu-topics-chart #edu-topics-chart--0 {
  background-color: #027007;
}
/* line 530, ../sass/_graphs.scss */
#edu-topics #edu-topics-chart #edu-topics-chart--1 {
  background-color: #1ba521;
}
/* line 534, ../sass/_graphs.scss */
#edu-topics #edu-topics-chart #edu-topics-chart--2,
#edu-topics #edu-topics-chart #edu-topics-chart--4,
#edu-topics #edu-topics-chart #edu-topics-chart--6 {
  background-color: #0e5264;
}
/* line 540, ../sass/_graphs.scss */
#edu-topics #edu-topics-chart #edu-topics-chart--3,
#edu-topics #edu-topics-chart #edu-topics-chart--5 {
  background-color: #349eb9;
}
/* line 546, ../sass/_graphs.scss */
#edu-topics .tweet-examples {
  width: 33%;
  height: 490px;
  float: right;
  margin-top: -40px;
}
/* line 552, ../sass/_graphs.scss */
#edu-topics .tweet-examples img {
  max-width: 100%;
}

/* - Tweets Mentioning Political/Policy Topics related to education - */
/* line 562, ../sass/_graphs.scss */
#political-topics {
  height: 510px;
  padding-top: 50px;
  background-image: url(../img/graphs_y_number.png);
  background-repeat: no-repeat;
  background-position: -11px 50%;
}
/* line 569, ../sass/_graphs.scss */
#political-topics #political-topics-chart {
  width: 60%;
  float: left;
}
/* line 573, ../sass/_graphs.scss */
#political-topics #political-topics-chart #political-topics-chart--0,
#political-topics #political-topics-chart #political-topics-chart--2 {
  background-color: #027007;
}
/* line 578, ../sass/_graphs.scss */
#political-topics #political-topics-chart #political-topics-chart--1,
#political-topics #political-topics-chart #political-topics-chart--3 {
  background-color: #1ba521;
}
/* line 583, ../sass/_graphs.scss */
#political-topics #political-topics-chart #political-topics-chart--4 {
  background-color: #0e5264;
}
/* line 587, ../sass/_graphs.scss */
#political-topics #political-topics-chart #political-topics-chart--5 {
  background-color: #349eb9;
}
/* line 592, ../sass/_graphs.scss */
#political-topics .tweet-examples {
  width: 33%;
  float: right;
  height: 510px;
}
/* line 597, ../sass/_graphs.scss */
#political-topics .tweet-examples img {
  max-width: 100%;
}
/* line 602, ../sass/_graphs.scss */
#political-topics h3 {
  padding: 0px 30px;
}
/* line 606, ../sass/_graphs.scss */
#political-topics div.x-axis-label {
  text-align: left;
}

/* - Level of System Referenced in Political Tweets - */
/* line 613, ../sass/_graphs.scss */
#level-gvt {
  height: 505px;
  padding: 50px 0px;
  background-image: url(../img/graphs_y_number.png);
  background-repeat: no-repeat;
  background-position: -11px 50%;
}
/* line 620, ../sass/_graphs.scss */
#level-gvt #level-gvt-chart {
  width: 60%;
  float: left;
}
/* line 624, ../sass/_graphs.scss */
#level-gvt #level-gvt-chart #level-gvt-chart--0 {
  background-color: #027007;
}
/* line 628, ../sass/_graphs.scss */
#level-gvt #level-gvt-chart #level-gvt-chart--1 {
  background-color: #0e5264;
}
/* line 632, ../sass/_graphs.scss */
#level-gvt #level-gvt-chart #level-gvt-chart--3 {
  background-color: #6f788d;
}
/* line 637, ../sass/_graphs.scss */
#level-gvt .tweet-examples {
  width: 33%;
  height: 505px;
  float: right;
}
/* line 642, ../sass/_graphs.scss */
#level-gvt .tweet-examples img {
  max-width: 100%;
}
/* line 648, ../sass/_graphs.scss */
#level-gvt h3 {
  padding: 0px 30px;
}

/* - Political Language in the Tweets - */
/* line 655, ../sass/_graphs.scss */
#political-language {
  height: 500px;
  padding: 50px 0px;
  background-image: url(../img/graphs_y_number.png);
  background-repeat: no-repeat;
  background-position: -11px 50%;
}
/* line 662, ../sass/_graphs.scss */
#political-language #political-language-chart {
  width: 60%;
  float: left;
}
/* line 666, ../sass/_graphs.scss */
#political-language #political-language-chart #political-language-chart--0 {
  background-color: #027007;
}
/* line 670, ../sass/_graphs.scss */
#political-language #political-language-chart #political-language-chart--1 {
  background-color: #0e5264;
}
/* line 675, ../sass/_graphs.scss */
#political-language .tweet-examples {
  width: 33%;
  height: 500px;
  float: right;
}
/* line 680, ../sass/_graphs.scss */
#political-language .tweet-examples img {
  max-width: 100%;
}

/* - Distribution of Political Language by Faction - */
/* line 688, ../sass/_graphs.scss */
#language-distribution {
  height: 480px;
  padding: 50px 0px;
}
/* line 693, ../sass/_graphs.scss */
#language-distribution #language-distribution-chart {
  width: 60%;
  margin: 0 auto;
}
/* line 698, ../sass/_graphs.scss */
#language-distribution .yellow-faction, #language-distribution .blue-faction {
  border-bottom: 2px solid white;
}
/* line 702, ../sass/_graphs.scss */
#language-distribution .yellow-faction {
  background-color: #f9d52b;
}
/* line 706, ../sass/_graphs.scss */
#language-distribution .green-faction {
  background-color: #1ba521;
}
/* line 710, ../sass/_graphs.scss */
#language-distribution .blue-faction {
  background-color: #349eb9;
}
/* line 714, ../sass/_graphs.scss */
#language-distribution p {
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
}
/* line 721, ../sass/_graphs.scss */
#language-distribution h3 {
  padding: 0px 60px;
}
/* line 725, ../sass/_graphs.scss */
#language-distribution span {
  display: block;
}

/* - Heartbeat of #commoncore -*/
/* line 732, ../sass/_graphs.scss */
#heartbeat-legend {
  background-image: url(../img/graph_heartbeat_legend.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 292px;
  width: 264px;
  margin-left: 730px;
  margin-top: 100px;
}

/* line 742, ../sass/_graphs.scss */
#heartbeat-of-cc {
  border: 1px solid #ccc;
  width: 750px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  margin: 0 auto;
  padding: 20px 0px;
}
/* line 751, ../sass/_graphs.scss */
#heartbeat-of-cc .x-axis .tick text {
  font-family: "Crimson", Georgia, serif !important;
  font-size: 15px;
  padding-top: 10px;
  fill: #333 !important;
}
/* line 758, ../sass/_graphs.scss */
#heartbeat-of-cc .y-axis .tick text {
  font-family: "Lato", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  fill: #666 !important;
}
/* line 765, ../sass/_graphs.scss */
#heartbeat-of-cc .axis path, #heartbeat-of-cc .axis line {
  stroke: #ccc;
}
/* line 769, ../sass/_graphs.scss */
#heartbeat-of-cc .circle {
  fill: #f80624;
}
/* line 773, ../sass/_graphs.scss */
#heartbeat-of-cc h3 {
  color: #101625;
}
/* line 777, ../sass/_graphs.scss */
#heartbeat-of-cc h4 {
  font-size: 22px;
}

/* line 782, ../sass/_graphs.scss */
#heartbeat-of-cc path {
  stroke: #349eb9;
  stroke-width: 2;
  fill: none;
}

/* line 788, ../sass/_graphs.scss */
#heartbeat-of-cc path.retweet-line {
  stroke: #1ba521;
}

/* line 792, ../sass/_graphs.scss */
.axis path,
.axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

/* line 800, ../sass/_graphs.scss */
.d3-tip {
  font-family: "Lato", Arial, sans-serif;
  line-height: 1;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  background-color: rgba(4, 64, 83, 0.85) !important;
  color: #fff;
  border-radius: 2px;
  width: 120px;
  line-height: 1.2em;
  font-size: 0.75em;
  width: 140px;
}

/* Creates a small triangle extender for the tooltip */
/* line 816, ../sass/_graphs.scss */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
/* line 829, ../sass/_graphs.scss */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

/* line 835, ../sass/_graphs.scss */
.author-name {
  color: #027007;
}

/* line 839, ../sass/_graphs.scss */
.tweet-event {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 20px;
}

/* line 845, ../sass/_graphs.scss */
#heartbeat-of-cc {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */
}

/**
 * Styles for the Audio Players
 */
/* line 5, ../sass/_audio.scss */
.jp-audio {
  font-family: "Crimson", Georgia, serif;
  font-size: 16px;
  color: #fff;
  border: 2px solid #6f788d;
  margin: 0 auto;
  position: absolute;
  width: 84%;
  bottom: 40px;
  background-color: #6f788d;
}
/* line 16, ../sass/_audio.scss */
.jp-audio .jp-controls {
  width: 85%;
  padding: 20px 0 0;
}
/* line 21, ../sass/_audio.scss */
.jp-audio .jp-controls-holder {
  width: 500px;
}
/* line 25, ../sass/_audio.scss */
.jp-audio .jp-progress {
  top: 25px;
  background-color: #0e5264;
}
/* line 30, ../sass/_audio.scss */
.jp-audio .jp-interface {
  background-color: #ced1d9;
  height: 65px;
}

/* Special style for "History of Standards Reform Audio */
/* line 39, ../sass/_audio.scss */
#sr-audio-top {
  border: 2px solid #6f788d;
  border-bottom: none !important;
  width: 100% !important;
  background-color: #B7BDCC;
  padding: 15px;
  height: 160px;
}
/* line 47, ../sass/_audio.scss */
#sr-audio-top h1 {
  color: white;
}
/* line 51, ../sass/_audio.scss */
#sr-audio-top p {
  color: white;
  margin: 0px;
}
/* line 56, ../sass/_audio.scss */
#sr-audio-top img {
  float: left;
  width: 35%;
  padding: 0px 20px 10px 0px;
}

/* line 63, ../sass/_audio.scss */
#sr-audio_container.jp-audio {
  position: static !important;
  bottom: auto !important;
  float: right;
  width: 100%;
  border-top: none !important;
  border-width: 0px 2px 2px 2px !important;
}
/* line 71, ../sass/_audio.scss */
#sr-audio_container.jp-audio .jp-current-time, #sr-audio_container.jp-audio .jp-duration {
  margin-right: 210px;
}

/* line 76, ../sass/_audio.scss */
#sr-audio_container.jp-audio .jp-type-single .jp-progress {
  width: 45%;
}

/* line 80, ../sass/_audio.scss */
#sr-audio-left {
  padding-left: 0px;
  padding-right: 30px;
}

/* ---- */
/* line 88, ../sass/_audio.scss */
.jp-audio .jp-type-single .jp-progress {
  left: 80px;
  width: 290px;
  left: 65px;
  width: 305px;
  width: 55%;
  top: 23px;
}

/* line 98, ../sass/_audio.scss */
.jp-volume-controls {
  top: 15px;
  left: 390px;
  right: -90px;
  left: auto;
  z-index: 9999;
}

/* line 106, ../sass/_audio.scss */
.jp-details .jp-title {
  font-size: 18px;
}

/* line 110, ../sass/_audio.scss */
.jp-details {
  background-color: #101625;
  color: #fff;
  display: none;
}

/* line 116, ../sass/_audio.scss */
.jp-current-time, .jp-duration {
  font-family: "Lato", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  margin-right: 160px;
  margin-top: -22px;
  color: #333;
}

/* line 125, ../sass/_audio.scss */
.jp-current-time {
  margin-left: 68px;
  margin-top: -20px;
}

/* line 130, ../sass/_audio.scss */
.jp-play-bar,
.jp-volume-bar-value {
  background-image: none;
  background-color: #349eb9;
}

/* line 136, ../sass/_audio.scss */
.jp-state-playing .jp-play,
.jp-state-playing .jp-play:focus {
  background: url("../img/jplayer.jpg") 0 -42px no-repeat;
  margin-left: 10px;
}

/* line 142, ../sass/_audio.scss */
.jp-play:focus {
  background: url("../img/jplayer.jpg") -41px 0 no-repeat;
}

/* line 146, ../sass/_audio.scss */
.jp-volume-bar {
  background-image: none;
  background-color: #252934;
}

/* line 151, ../sass/_audio.scss */
.jp-play {
  background: url(../img/jplayer.jpg);
  margin-left: 10px;
}

/* line 156, ../sass/_audio.scss */
.jp-mute {
  background: url("../img/jplayer.jpg") 0 -170px no-repeat;
}

/* line 159, ../sass/_audio.scss */
.jp-mute:focus {
  background: url("../img/jplayer.jpg") -19px -170px no-repeat;
}

/* line 162, ../sass/_audio.scss */
.jp-state-muted .jp-mute {
  background: url("../img/jplayer.jpg") -60px -170px no-repeat;
}

/* line 165, ../sass/_audio.scss */
.jp-state-muted .jp-mute:focus {
  background: url("../img/jplayer.jpg") -79px -170px no-repeat;
}

/* line 168, ../sass/_audio.scss */
.jp-volume-max {
  background: url("../img/jplayer.jpg") 0 -186px no-repeat;
}

/* line 171, ../sass/_audio.scss */
.jp-volume-max:focus {
  background: url("../img/jplayer.jpg") -19px -186px no-repeat;
}

/* line 174, ../sass/_audio.scss */
.jp-seek-bar {
  background: url(../img/jplayer.jpg) repeat-x scroll 0px -218px transparent;
}

/* ----- Styles for the Podcasts Page ----- */
/* .podcast-even, .podcast-odd {
	padding: 80px 100px;
	text-align: center;
	margin: 50px 0px;
	
	h2 {
		font-family: $ostrich;
		font-size: 45px;
		margin-top: 40px;
		color: $dark-green;
	}
	
	img {
		max-width: 850px;
	}
	
	p {
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: left;
	}
}

.podcast-odd {
	border: 3px solid $light-gray;
}

.podcast-even {
	background-color: $light-gray;
	
	h2 {
		color: white;
	}
} */
/* -- Columns -- */
/* line 219, ../sass/_audio.scss */
.col-md-4 {
  width: 33.33333333333333%;
  float: left;
}

/* ----- New Podcast Styles ----- */
/* line 227, ../sass/_audio.scss */
.col-md-6 h2 {
  font-size: 0.7em;
  text-align: center;
  margin: 0;
  color: #fff;
  background-color: #6f788d;
  line-height: 1.5em;
  padding: 0px 2px 2px 2px;
}
/* line 236, ../sass/_audio.scss */
.col-md-6 h2:hover {
  background-color: #252934;
}

/* line 241, ../sass/_audio.scss */
.col-md-6 .col-md-4 {
  padding: 10px;
}
/* line 244, ../sass/_audio.scss */
.col-md-6 .col-md-4 img {
  border: 2px solid #6f788d;
}

/* line 249, ../sass/_audio.scss */
#podcast-player {
  background-color: #B7BDCC;
  padding: 50px;
  position: relative;
}

/* line 255, ../sass/_audio.scss */
.tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none repeat scroll 0% 0% rgba(111, 120, 141, 0.8);
  border: 10px solid #B7BDCC;
  display: none;
}

/* line 266, ../sass/_audio.scss */
.col-md-6 .col-md-4:hover .tile-overlay {
  display: block;
}

/* line 270, ../sass/_audio.scss */
#podcast-player .col-md-6:first-child.podcastPlaying .tile-overlay,
#podcast-player .col-md-6:first-child:hover .tile-overlay {
  display: block;
  cursor: pointer !important;
}

/* Change this image */
/* line 277, ../sass/_audio.scss */
#podcast-player .col-md-6:first-child.podcastPlaying .col-md-4.active .tile-overlay,
#podcast-player .col-md-6:first-child:hover .col-md-4.active .tile-overlay,
#podcast-player .col-md-6:first-child:hover .col-md-4:hover .tile-overlay {
  background-color: transparent;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center 40%;
}

/* line 286, ../sass/_audio.scss */
#podcast-player .col-md-4.isPlaying .tile-overlay {
  background-image: url(../img/pause.png) !important;
}

/* line 290, ../sass/_audio.scss */
#podcast-player .col-md-6:first-child.podcastPlaying .col-md-4.active .tile-overlay {
  border-color: #349eb9;
}

/* line 294, ../sass/_audio.scss */
.podcast-panel {
  padding-bottom: 55px;
  display: none;
}

/* line 299, ../sass/_audio.scss */
.podcast-panel.active {
  display: block;
}

/* line 303, ../sass/_audio.scss */
.col-md-6 .podcast-panel h2 {
  font-family: "Ostrich",Arial,sans-serif;
  font-size: 45px;
  color: #027007;
  background-color: transparent !important;
  margin-top: 10px;
}

/* line 311, ../sass/_audio.scss */
.podcast-quote {
  color: #fff;
  font-family: "Crimson",Georgia,serif;
  font-size: 1.1em;
  line-height: 1.2em !important;
  text-align: center;
  padding-left: 50px;
  padding-right: 40px;
  background: url(http://redesign.gse.upenn.edu/commoncore/sites/gse.upenn.edu.commoncore/files/open_quote.png) no-repeat;
  background-size: 10%;
}

/* line 323, ../sass/_audio.scss */
.podcast-quote:after {
  content: " ";
  background: url(http://redesign.gse.upenn.edu/commoncore/sites/gse.upenn.edu.commoncore/files/close_quote.png) no-repeat;
  background-size: 10%;
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  top: -30px;
  right: -40px;
  background-position: right 0px;
  line-height: 1.2em !important;
}

/* line 337, ../sass/_audio.scss */
.podcast-quote .highlight {
  color: #1BA521;
  font-weight: bold;
  text-rendering: optimizelegibility;
}

/* line 343, ../sass/_audio.scss */
.podcast-bio {
  margin-bottom: 30px;
  color: #333;
  font-family: "Crimson",Georgia,serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: -10px;
}

/* line 352, ../sass/_audio.scss */
.cody-quote {
  margin-bottom: -35px;
  margin-top: -15px;
}

/* line 357, ../sass/_audio.scss */
.cody-bio {
  font-size: 18px;
  line-height: 20px;
}

/* line 362, ../sass/_audio.scss */
.panel-display {
  position: absolute;
  top: 0px;
  bottom: 20px;
  right: 0px;
  padding: 40px 50px 0px 40px;
}

/* line 370, ../sass/_audio.scss */
h1.podcast-main-title {
  text-align: center;
  font-size: 55px;
  color: #FFF;
  background-color: #349eb9;
  display: block;
  padding: 30px 0px 20px 0px;
  margin-top: 30px !important;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 382, ../sass/_audio.scss */
#none-playing h1 {
  color: #fff;
  width: 70%;
  margin-top: 10%;
  padding-left: 40px;
  margin-left: 5%;
  font-size: 3.5em;
}

/* line 391, ../sass/_audio.scss */
#none-playing h1:before {
  content: "\00ab\00a0";
  margin-left: -70px;
}
