@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,500,600,700,400italic);
@import url(//fonts.googleapis.com/css?family=Merriweather:400,700);
@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700);
@font-face {
  font-family: 'ChunkFive';
  src: font-files("fonts/chunk-five/Chunk.ttf");
}
/** Global styles for Chronicle Projects. 

    There are two ways to use these. If you would like to use the variables defined (colors, breakpoints, etc), import global/main.scss (this file) into your scss file. 
    If you just want to use the compiled styles (you'll need to define your own variables), you can include projects.css via a style tag. */
/** FONTS */
/** Partials. Order matters! */
/** D&I Colors */
/** Title IX Colors */
/** Define additional project colors down here! */
/* Global mixins */
/** HEADER */
.navbar {
  background-color: #201e1c;
  margin-bottom: 0 !important;
  min-height: 34px !important;
  height: 34px;
}
.navbar .navbar-header {
  height: 34px;
}
.navbar .brand {
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}
@media (max-width: 380px) {
  .navbar .brand {
    padding-left: 23px;
    width: 82%;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  .navbar .brand {
    padding-left: 23px;
    width: 85%;
  }
}
.navbar .brand .title {
  display: inline-block;
  font: 20px "Oswald";
  vertical-align: middle;
  padding-top: 2px;
}
.navbar .brand .title .wte {
  color: #fff;
}
.navbar .brand .title .org {
  color: #f06230;
}
.navbar .brand .title.img {
  width: 70%;
}
@media (max-width: 380px) {
  .navbar .brand .title.img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .navbar .brand .title.img {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .navbar .brand .title {
    font-size: 18px;
    padding-top: 4px;
  }
}
.navbar .brand img {
  width: 100%;
  max-width: 325px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 0 2px;
}
.navbar .navbar-right {
  padding-right: 20px;
}
.navbar .navbar-right a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none !important;
  text-shadow: none !important;
  cursor: pointer;
  font-size: 13px;
  line-height: 14px;
  background-color: #201e1c !important;
  padding: 10px 10px !important;
}
.navbar .navbar-right a:hover {
  color: #b1b5be;
}
.navbar .navbar-right a.icon {
  padding: 7px 8px !important;
}
.navbar .navbar-right a .fa {
  font-size: 20px;
}
@media (max-width: 767px) {
  .navbar .navbar-right a {
    padding: 15px 10px !important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    background-color: #201e1c;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .navbar .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .navbar .burger {
    color: #fff;
    display: inline-block;
    padding-bottom: 2px;
  }
  .navbar .burger .fa-bars {
    font-size: 20px;
    padding-top: 4px;
  }
}

/** FOOTER */
.footer {
  background-color: #201e1c;
  color: #b1b5be;
  z-index: 100;
}
.footer .desktop {
  display: block;
}
.footer .mobile {
  display: none;
}
.footer .row {
  margin: 0;
}
@media (max-width: 767px) {
  .footer .desktop {
    display: none;
  }
  .footer .mobile {
    display: block;
    padding-top: 0.5em;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .footer {
    padding: 0;
  }
}
.footer a {
  color: #fff;
}
.footer .che {
  margin-bottom: 4px;
  font-size: 14px;
  font-family: 'Merriweather', serif;
}
@media (max-width: 767px) {
  .footer .che {
    font-size: 0.9em;
  }
}
.footer .contact {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .contact {
    text-align: left;
    font-size: 0.8em;
    padding-top: 0.5em;
  }
}
.footer p {
  font-size: 11px;
  margin-bottom: 2px;
}
.footer ul {
  list-style-type: none;
  padding: 0px;
  float: left;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .footer .links {
    padding-top: 0.5em;
  }
}
.footer li {
  display: block;
  padding: 0px 4px;
  float: left;
  font-size: 11px;
  border-right: 1px solid #b1b5be;
}
.footer li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer li {
    font-size: 0.7em;
  }
}
.footer .bookend {
  border: none;
}
.footer .foot_padding {
  padding: 2em 0;
}
@media (max-width: 767px) {
  .footer .foot_padding {
    padding: 0.5em 0;
    margin-bottom: 35px;
  }
}

/** Generic styles */
.drop_left_padding {
  padding-left: 0;
}

.drop_right_padding {
  padding-right: 0;
}

#djDebug #djDebugToolbarHandle {
  top: 70px !important;
}

/** SCAFFOLDING */
body,
html {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #3a3a3a;
  font-family: "Source Sans Pro", sans-serif;
}

.body_content {
  margin-top: 0;
  overflow: hidden;
  min-height: 98vh;
}
@media (min-width: 992px) {
  .body_content {
    padding: 0;
  }
}

.page-content {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

a {
  color: #f06230;
  text-decoration: none !important;
  cursor: pointer;
}
a:hover {
  color: #3a3a3a;
}

h1 {
  margin-top: 0;
}

h3 {
  font-family: "Oswald";
  font-weight: 300;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-family: "Oswald";
  font-weight: 300;
  border-bottom: 1px solid #b1b5be;
  padding-bottom: 5px;
  padding-left: 4px;
  margin: 35px 0px;
}

.regular-pad {
  margin-top: 36px;
}

.large-pad {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .large-pad {
    margin-top: 36px;
  }
}

.btn {
  background-color: #f06230;
  color: #fff;
  border-radius: 2px;
}
.btn:hover {
  color: #ebebec;
}

.navbar .glyphicon-menu-right {
  color: #8a8c8e;
  top: 0px;
}

.attn-lbl {
  background: #201e1c;
  padding: 2px 6px;
  margin-bottom: 4px;
  color: #fff;
  font: 300 16px "Oswald";
}

/* PAGINATION */
.pagination-wrapper {
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .pagination-wrapper {
    padding-bottom: 50px;
  }
}
.pagination-wrapper .pagination > .active > a {
  background-color: #201e1c;
  border-color: #201e1c;
  color: #ffffff;
}
.pagination-wrapper .pagination > li > a {
  color: #8a8c8e;
}

/* MODAL STYLES */
.modal {
  overflow-y: auto;
}

.modal h4 {
  text-decoration: none;
  border-bottom: none;
}

.modal-open {
  overflow: auto;
}

.modal-data-hide {
  display: none;
}

.modal-hide {
  display: none;
}

.modal-fix {
  padding-right: 0px !important;
}

/* SUBSCRIBE MEESSAGE */
.subscribe {
  margin-top: 6%;
  margin-bottom: 6%;
  text-align: center;
}
@media (max-width: 767px) {
  .subscribe {
    margin-bottom: 9%;
  }
}
.subscribe p {
  font-size: 18px;
  font-family: "Oswald", sans-serif !important;
}
@media (max-width: 767px) {
  .subscribe p {
    font-size: 15px;
  }
}
.subscribe p .btn {
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
  .subscribe p .btn {
    font-size: 15px !important;
  }
}

/* Styling for all pages*/
.case_tag {
  margin: 0px 4px;
  border: 1px solid silver;
  padding: 3px;
}

.red {
  color: #f06230;
}

.filter_tag_status_red {
  color: #f06230;
}

.filter_tag_status_teal {
  color: #00b2b2;
}

.filter_tag_plain {
  color: #3a3a3a;
}

.case_display .case_info {
  padding: 0 0 0 15px;
  display: inline-block;
}
.case_display .case_info div {
  display: inline;
}
.case_display .case_info #case_name {
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  text-transform: uppercase;
  padding-right: 8px;
  padding-left: 8px;
}
.case_display .case_info .glyphicon {
  color: #3a3a3a;
  font-size: 11px !important;
}
.case_display .lbl {
  font: 0.85em "Source Sans Pro" !important;
  color: #8a8c8e;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 8px;
}
.case_display .case_info {
  padding: 0 0 0 15px;
  display: inline-block;
}
.case_display .case_info div {
  display: inline;
}
.case_display .case_info #case_name {
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  text-transform: uppercase;
  padding-right: 8px;
}
.case_display .tag_ctr {
  margin: 8px 0 0;
}
.case_display .tags {
  padding: 0 0 0 8px;
  display: inline-block;
}
.case_display .tags div {
  display: inline-block;
  padding: 0;
}
.case_display .tags .tag,
.case_display .tags .filter_tag_status_red,
.case_display .tags .filter_tag_status_teal {
  display: inline-block;
  margin: 2px;
  border: 1px solid #dbdcdd;
  padding: 3px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  background-color: #fff;
  line-height: 16px;
}
.case_display .tags .tag:hover,
.case_display .tags .filter_tag_status_red:hover,
.case_display .tags .filter_tag_status_teal:hover {
  background-color: #ebebec;
}
.case_display .tags a {
  color: #3a3a3a !important;
  cursor: pointer !important;
}
.case_display .tags a:hover {
  text-decoration: underline !important;
}

.ads img {
  text-align: center;
}

.section-pad {
  margin: 5% auto;
}
@media (max-width: 767px) {
  .section-pad {
    margin: 8% auto;
  }
}

/* Subscription call out */
.subscribe-callout {
  position: fixed;
  right: 20px;
  top: 52px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .subscribe-callout {
    right: 0;
    left: 0;
    bottom: 0;
    top: inherit;
    border-top: 1px solid white;
  }
}
.subscribe-callout .subscribe-box {
  padding: 2em;
  box-shadow: 1px 1px 2px #dbdde1;
  background-color: #fff;
  width: 200px;
  background-color: #201e1c;
  text-align: center;
  padding: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "Source Sans Pro" sans-serif;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .subscribe-callout .subscribe-box {
    width: 100%;
  }
}
.subscribe-callout .subscribe-box .bold {
  font-weight: 600;
  font-size: 1.1em;
  display: block;
}
@media (max-width: 767px) {
  .subscribe-callout .subscribe-box .bold {
    display: inline-block;
    padding-left: 4px;
    font-size: 1em;
  }
}
.subscribe-callout .subscribe-box:hover {
  color: #b1b5be;
}

/* ABOVE THE FOLD */
/* navigation links on the upper left of the page */
.nav-links {
  margin-top: 9%;
  z-index: 1000;
  width: 17%;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nav-links {
    position: absolute;
    top: 5%;
    padding: 0;
    width: 23%;
  }
}
.nav-links ul {
  list-style: none;
}
.nav-links ul li {
  padding: 5px 0;
}
.nav-links ul a {
  text-transform: uppercase;
  font-weight: 600;
  color: #3a3a3a !important;
  cursor: pointer !important;
}
.nav-links ul a:hover {
  text-decoration: underline !important;
}

/* Heading and overtime visual */
.center .heading {
  margin: 6% auto 3%;
  text-align: center;
}
@media (max-width: 767px) {
  .center .heading {
    margin: 9% auto 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .center .heading {
    margin: 14% auto 6%;
  }
}
.center .heading h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 5.5em;
  margin: 0;
  color: #201e1c;
}
@media (max-width: 767px) {
  .center .heading h1 {
    font-size: 4.5em;
  }
}
.center .heading h5 {
  margin-top: 0;
  font: 300 16px "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .center .heading h5 {
    font-size: 14px;
  }
}
.center .overtime-vis {
  text-align: center;
}
.center .overtime-vis img {
  margin: auto;
}
@media (max-width: 767px) {
  .center .overtime-vis {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .center .overtime-vis {
    margin-top: 4%;
  }
}

/* Introduction sentences */
.intro {
  margin-top: 3em;
  text-align: center;
  font-family: "Merriweather", serif;
}
.intro .small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .intro .small {
    font-size: 11px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .intro .small {
    width: 90%;
    margin: auto;
  }
}
.intro .large {
  font-weight: 600;
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .intro .large {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .intro {
    margin-top: 6%;
  }
}
@media (min-width: 351px) and (max-width: 767px) {
  .intro {
    margin-top: 9%;
    font-size: 0.9em;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .intro {
    margin: 6em 0 3em;
  }
}

/* INVESTIGATIONS SECTION */
.investigations .buttons {
  text-align: center;
}
.investigations .buttons button,
.investigations .buttons div {
  display: inline-block;
  margin: 4px;
}
@media (max-width: 767px) {
  .investigations .buttons button,
  .investigations .buttons div {
    margin: 2px;
  }
}
.investigations .buttons button {
  width: 170px;
  font: 400 14px "Source Sans Pro";
}
@media (max-width: 767px) {
  .investigations .buttons button {
    width: auto;
    font-size: 13px;
  }
}
.investigations .datapoints label {
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .investigations .datapoints label {
    margin-top: 5px;
    margin-bottom: 1em;
  }
}
.investigations .point {
  text-align: left;
}
@media (max-width: 767px) {
  .investigations .point {
    text-align: center;
    margin: 0 auto 4em;
  }
}
.investigations .point .point-wrapper {
  text-align: left;
  margin: auto;
}
.investigations .most-cases .lbl {
  padding-top: 4px;
}
.investigations .most-cases .lbl a {
  color: #3a3a3a;
}
.investigations .most-cases .lbl a:hover {
  text-decoration: underline !important;
}
.investigations .cases-tag span,
.investigations .cases-tag .number {
  display: inline-block;
  margin: 10px 6px;
  padding: 3px;
}
@media (max-width: 767px) {
  .investigations .cases-tag span,
  .investigations .cases-tag .number {
    margin: 5px 6px;
  }
}
.investigations .cases-tag span {
  background-color: #f6f6f6;
  display: inline-block;
  margin: 2px;
  border: 1px solid #dbdcdd;
  padding: 3px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  background-color: #fff;
}
.investigations .cases-tag span:hover {
  background-color: #ebebec;
}
.investigations .cases-tag .number {
  font: 16px "Oswald";
  text-align: right;
  width: 15%;
}

/* Search dropdown */
@media (max-width: 767px) {
  .search-wrapper {
    margin-top: 6%;
  }
}
.search-wrapper .search {
  margin: 25px auto 0;
}
@media (max-width: 767px) {
  .search-wrapper .search {
    margin: 15px auto 0;
  }
}
@media (max-width: 992px) {
  .search-wrapper .search {
    width: 95%;
  }
}
.search-wrapper .search .form-control {
  font-size: 1em !important;
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
  border-bottom: 2px solid #b6b7b9;
  box-shadow: none;
}
.search-wrapper .search .form-control:focus {
  border-bottom: 2px solid #3a3a3a;
}
@media (max-width: 767px) {
  .search-wrapper .search .form-control {
    height: 46px;
  }
}
.search-wrapper .search .form-group {
  margin-bottom: 5px;
}
.search-wrapper .search .search-btn {
  border-radius: 1px;
  background-color: #3a3a3a;
}
.search-wrapper a {
  font-style: italic;
  font-size: 12px;
  cursor: pointer;
  color: #f06230;
  float: right;
  margin-bottom: 5px;
}

/* CHANGELOG SECTION */
.change-log .log label {
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 1px;
  margin: 10px 0 4px;
  color: #8a8c8e;
  display: block;
}
.change-log .log .item {
  padding: 4px;
}
.change-log .log .item .name {
  font-weight: 400;
  font-size: 13px;
}
.change-log .log .item .summary {
  font-size: 11px;
  color: #8a8c8e;
  font-weight: 300;
}
.change-log .log .item .fa {
  color: #8a8c8e;
  margin-top: 16px;
}
.change-log .log .item .col {
  vertical-align: top;
}
.change-log .log .item .icon {
  text-align: center;
}
.change-log .update-callout {
  width: 150px;
  margin-top: 50%;
  float: right;
}
.change-log .update-callout p {
  margin: 0;
}
@media (max-width: 767px) {
  .change-log .update-callout {
    float: none;
    margin: auto;
    margin-top: 20%;
    text-align: center;
    padding: 1em 0;
    border-top: 1px solid #dbdcdd;
    border-bottom: 1px solid #dbdcdd;
  }
}
.change-log .changes-hidden {
  display: none;
}
.change-log #slide-changes-container {
  text-align: center;
  padding-top: 30px;
  position: relative;
  height: 50px;
}
.change-log #slide-changes-container a {
  text-decoration: underline !important;
  font-style: italic;
  cursor: pointer;
  color: #f06230;
}
.change-log #slide-changes-container a:visited, .change-log #slide-changes-container a:focus {
  color: #f06230;
}
.change-log #slide-changes-container #slide-changes-less {
  display: none;
}

/* IN THE NEWS SECTION */
.related {
  text-align: center;
}
.related .related-link {
  text-align: left;
  font-size: 13px;
  padding: 0 1.5%;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .related .related-link {
    font-size: 0.9em;
    margin: 6% 0;
  }
}
.related .related-link a {
  color: #3a3a3a !important;
  cursor: pointer !important;
}
.related .related-link a:hover {
  text-decoration: underline !important;
}
.related .related-link div:nth-child(1) {
  font-weight: 300;
  color: #8a8c8e;
}
.related .bottom {
  margin-bottom: 0px;
}
.related .related-links-hidden {
  display: none;
}
.related #slide-links-container {
  text-align: center;
  margin-top: -30px;
  padding-top: 40px;
  position: relative;
  height: 50px;
}
.related #slide-links-container a {
  text-decoration: underline !important;
  font-style: italic;
  cursor: pointer;
  color: #f06230;
}
.related #slide-links-container a:visited, .related #slide-links-container a:focus {
  color: #f06230;
}
.related #slide-links-container #slide-links-less {
  display: none;
}

/* PAGE /filter */
.filter_body {
  margin-top: 36px;
  background-color: #f6f6f6;
}
.filter_body h4 {
  border-bottom: none;
  margin: 0;
  display: inline-block;
  line-height: 34px;
}
.filter_body .filter_search_sticky {
  position: fixed;
  top: 34px;
  left: 0;
  background-color: #fff;
  z-index: 100;
  width: 33%;
  padding: 15px 15px 0;
}
@media (max-width: 767px) {
  .filter_body .filter_search_sticky {
    right: 0;
    width: auto;
    padding: 6px 15px 0;
  }
}
@media (max-width: 767px) {
  .filter_body #filter_form_hide {
    display: none;
  }
}
.filter_body .filter_results {
  min-height: 86%;
}
.filter_body .filter_results .case {
  padding: 2em;
  box-shadow: 1px 1px 2px #dbdde1;
  background-color: #fff;
}
.filter_body .filter_results .campus {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 1em;
  box-shadow: 1px 1px 2px #ebebec;
  background-color: #fff;
}
.filter_body .filter_results .campus a {
  color: #3a3a3a !important;
  cursor: pointer !important;
}
.filter_body .filter_results .campus a:hover {
  text-decoration: underline !important;
}
.filter_body .filter_results .campus #case_name {
  padding-left: 0;
}
.filter_body .filter_results .campus #case_name a {
  color: #3a3a3a !important;
  cursor: pointer !important;
  text-decoration: underline !important;
}
.filter_body .filter_results .campus #case_name a:hover {
  text-decoration: none !important;
}
.filter_body .filter_results .campus .campus_info .name {
  font-family: "Merriweather", serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.filter_body .filter_results .campus .campus_info .name a {
  color: #3a3a3a !important;
  cursor: pointer !important;
}
.filter_body .filter_results .campus .campus_info .name a:hover {
  text-decoration: underline !important;
}
.filter_body .filter_results .campus .campus_info .name .fa {
  color: #8a8c8e;
}
.filter_body .filter_results .campus .campus_info .attrs {
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}
.filter_body .filter_results .campus .campus_info .attrs span {
  display: inline-block;
  margin: 2px;
  border: 1px solid #dbdcdd;
  padding: 3px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  background-color: #fff;
  background-color: #f6f6f6;
}
.filter_body .filter_results .campus .campus_info .attrs span:hover {
  background-color: #ebebec;
}
@media (max-width: 992px) {
  .filter_body .filter_results .campus .campus_info .attrs span {
    margin: 4px 3px 4px 0;
    line-height: 12px;
  }
}
.filter_body .filter_results .campus .campus_info .attrs a {
  color: #3a3a3a !important;
  cursor: pointer !important;
}
.filter_body .filter_results .campus .campus_info .attrs a:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .filter_body .filter_results .campus .campus_info .attrs {
    text-align: left;
  }
}
.filter_body .filters_container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 992px) {
  .filter_body .results_container {
    padding-right: 0px;
  }
}
.filter_body .results_container .no_results {
  padding: 2em;
  font-size: 1.1em;
}
.filter_body .filters {
  box-shadow: 1px 1px 2px #ebebec;
  background-color: #fff !important;
  padding-left: 30px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .filter_body .filters {
    padding-left: 15px;
  }
}
.filter_body .filters h5 {
  margin-top: 0px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
}
.filter_body .filters label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 32px;
}
.filter_body .filters #clear_filters {
  float: right;
  margin: 2px 0 0;
  font-size: 0.9em;
  font-style: italic;
  font-size: 12px;
  cursor: pointer;
  color: #f06230;
}
.filter_body .filters .filter_submit {
  padding: 0px 0 10px;
}
@media (max-width: 767px) {
  .filter_body .filters .filter_submit {
    display: none;
  }
}
.filter_body .filters .filter_submit.mobile {
  display: none;
}
@media (max-width: 767px) {
  .filter_body .filters .filter_submit.mobile {
    display: block;
    margin-top: 1em;
  }
}
.filter_body .filters #filter_form_exp_button {
  display: none;
}
@media (max-width: 767px) {
  .filter_body .filters #filter_form_exp_button {
    display: inline-block;
    float: right;
  }
}
.filter_body .filters button {
  padding: 7px 40px;
}
.filter_body .filters .more_states {
  display: none;
}
.filter_body .filters .filter_states {
  margin: 8px 0px 0;
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 10px;
}
.filter_body .filters .filter_states #show_states {
  float: right;
  margin-top: 15px;
  font-size: 0.9em;
  font-style: italic;
  font-size: 12px;
  cursor: pointer;
  color: #f06230;
}
.filter_body .filters .tags p {
  margin-bottom: 2px;
  margin-top: 3px;
  color: #666;
  font-size: 12;
}
.filter_body .filter {
  margin: 10px 0px 0;
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 10px;
}
.filter_body .filter_check {
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .filter_body .filter_check {
    vertical-align: middle;
  }
}
.filter_body #no_search_params > div {
  display: none;
}

/* 
    The key to the drawer is the "checkbox hack" --> https://css-tricks.com/the-checkbox-hack/
    The label is assigned to the checkbox action. The checkbox is never shown. We
    have two checkboxes and two labels. We hide/show the labels based on the width of the screen.
    The size/position of the #drawer, #drawer-toggle-label-XXX (labels), and #campus_container
    */
#drawer::-webkit-scrollbar {
  display: none;
}

#drawer,
#drawer-toggle-desktop,
#drawer-toggle-mobile,
.drawer-label,
#campus_container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* adds animation for all transitions */
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-text-size-adjust: none;
}

/* the checkboxes */
#drawer-toggle-desktop {
  position: absolute;
  opacity: 0;
  pointer: cursor;
}

#drawer-toggle-mobile {
  position: absolute;
  opacity: 0;
  pointer: cursor;
}

/* Styles for the checkbox labels */
.drawer-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0px;
  height: 100%;
  width: 30px;
  display: block;
  position: fixed;
  background: #f6f6f6;
  z-index: 1;
  border-right: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
  cursor: pointer;
}

.drawer-label:before {
  font-family: FontAwesome;
  top: 50vh;
  position: relative;
  font-size: 20px;
  margin-left: 10px;
  content: '\f105';
}

.drawer-label span {
  position: relative;
  font-size: 20px;
  margin-left: 10px;
  color: red;
}

#drawer {
  position: fixed;
  top: 0;
  left: -300px;
  height: 100%;
  width: 300px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 36px 20px;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  padding-bottom: 120px;
}
#drawer .search {
  margin-bottom: 35px;
}
#drawer .search a {
  float: right;
  font-style: italic;
  font-size: 12px;
  cursor: pointer;
  color: #f06230;
}
#drawer label {
  position: absolute;
  top: 137px;
  left: 24px;
  margin: 5px;
}
#drawer input[type=text] {
  width: 100%;
  padding-left: 26px;
  line-height: 30px;
}
#drawer input[type=text]:FOCUS {
  outline: none;
}
#drawer hr {
  margin: 5px 0px;
  border-top: 1px solid #3a3a3a;
}
#drawer h5 {
  margin-bottom: 2px;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
#drawer p {
  padding: 10px 8px;
  margin-bottom: 0px;
}
#drawer p a {
  color: #3a3a3a !important;
  cursor: pointer !important;
}
#drawer p a:hover {
  text-decoration: underline !important;
}
#drawer .campus-odd {
  background-color: #f6f6f6;
}

/* Main content body that changes width when drawer is shown/hidden */
#campus_container {
  margin-left: 30px;
  width: 98%;
  -webkit-overflow-scrolling: touch;
}

/* HIDE THE MOBILE LABEL */
#drawer-toggle-label-mobile {
  display: none;
}

/* If tablet width, hide desktop label, show mobile label */
@media (max-width: 992px) {
  #drawer-toggle-label-desktop {
    display: none;
  }

  #drawer-toggle-label-mobile {
    display: block;
  }
}
#drawer-toggle-desktop:checked ~ #drawer-toggle-label-desktop {
  width: 30px;
  left: 300px;
}

#drawer-toggle-desktop:checked ~ .drawer-label:before {
  content: '\f104';
}

#drawer-toggle-desktop:checked ~ #drawer {
  left: 0px;
}
@media (max-width: 992px) {
  #drawer-toggle-desktop:checked ~ #drawer {
    left: -300px;
  }
}

#drawer-toggle-desktop:checked ~ #campus_container {
  margin-left: 340px;
  width: calc(100% - 360px);
}
@media (max-width: 992px) {
  #drawer-toggle-desktop:checked ~ #campus_container {
    width: 90%;
    margin-left: calc(30px + 2%);
    padding-left: 0;
  }
}

/* CSS FOR MOBILE DISPLAY */
@media (min-width: 767px) and (max-width: 992px) {
  #drawer-toggle-mobile:checked ~ #drawer-toggle-label-mobile {
    left: 50%;
  }
}
@media (max-width: 767px) {
  #drawer-toggle-mobile:checked ~ #drawer-toggle-label-mobile {
    left: 92%;
  }
}

#drawer-toggle-mobile:checked ~ .drawer-label:before {
  content: '\f104';
}

#drawer-toggle-mobile:checked ~ #drawer {
  left: 0px;
}
@media (min-width: 767px) and (max-width: 992px) {
  #drawer-toggle-mobile:checked ~ #drawer {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #drawer-toggle-mobile:checked ~ #drawer {
    width: 92%;
  }
}

.email_container {
  position: fixed;
  right: 0;
  top: 34px;
  background-color: #fff;
  z-index: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .email_container {
    position: inherit;
    z-index: 0;
    right: inherit;
    top: inherit;
    padding: 1em 0;
    text-align: center;
    border-bottom: 1px solid #ebebec;
  }
}
.email_container button, .email_container p {
  float: left;
}
@media (max-width: 767px) {
  .email_container button, .email_container p {
    float: none;
  }
}
.email_container button {
  background-color: #3a3a3a;
  color: white;
  font-family: "Oswald";
  font-weight: 100;
  border: 0px;
}
.email_container p {
  padding-top: 3px;
  padding-left: 5px;
  margin-bottom: 0px;
}
.email_container span {
  color: #f06230;
  font-weight: 600;
}

.campus_body {
  margin: 36px 0px 0px;
}
.campus_body .spacer {
  margin-bottom: 5%;
}
.campus_body #campus_content {
  max-width: 1000px;
  margin: 0 auto;
}
.campus_body #campus_content .header {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .campus_body #campus_content .header {
    margin-top: 2em;
  }
}
.campus_body #campus_content h1 {
  font-family: "Oswald";
  font-weight: 300;
}
.campus_body #campus_content h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 2px;
}
.campus_body #campus_content h4 {
  border-bottom: 1px solid #b1b5be;
  padding-bottom: 5px;
  margin: 35px 0px;
}
.campus_body #campus_content #campus_info {
  float: left;
}
@media (max-width: 767px) {
  .campus_body #campus_content #campus_info {
    float: none;
  }
}
.campus_body #campus_content #campus_info .tag {
  display: inline-block;
  margin: 2px;
  border: 1px solid #dbdcdd;
  padding: 3px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  background-color: #fff;
  line-height: 14px;
  color: #8a8c8e;
}
.campus_body #campus_content #campus_info .tag:hover {
  background-color: #ebebec;
}
.campus_body #campus_content #learn-more-mobile {
  display: none;
  margin: 60px 0 20px;
  border: 1px solid #b1b5be;
  padding: 5px;
}
@media (max-width: 767px) {
  .campus_body #campus_content #learn-more-mobile {
    display: block;
  }
}
.campus_body #campus_content #learn-more {
  border: 1px solid #b1b5be;
  padding: 5px;
  float: right;
  width: 20%;
  margin-top: 25px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .campus_body #campus_content #learn-more {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .campus_body #campus_content #learn-more {
    display: none;
  }
}
.campus_body #campus_content .corrections {
  margin: 2em 2em 0 2em;
}
.campus_body #campus_content #learn-more p,
.campus_body #campus_content #learn-more-mobile p {
  color: #8a8c8e;
  padding-left: 30px;
  font-size: 13px;
  margin-bottom: 0px;
}
.campus_body #campus_content #learn-more .glyphicon,
.campus_body #campus_content #learn-more-mobile .glyphicon {
  float: left;
  font-size: 19px;
}
.campus_body #campus_content #campus-context-hidden {
  display: none;
  margin-bottom: 30px;
}
.campus_body #campus_content .bottom {
  margin-bottom: 0px !important;
}
.campus_body #campus_content .campus-context ul {
  margin-left: 0;
  padding-left: 1em;
}
.campus_body #campus_content .campus-context li {
  color: #3a3a3a;
  font-family: "Merriweather" !important;
  font-size: 13px;
  padding: 0;
  margin: 20px;
}
@media (max-width: 767px) {
  .campus_body #campus_content .campus-context li {
    margin: 5px;
  }
}
.campus_body #campus_content #slide-container {
  text-align: center;
  padding-top: 60px;
  position: relative;
  height: 50px;
  background: white;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0) 95%);
  background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0) 95%);
  background: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0) 95%);
  background: linear-gradient(bottom, white, rgba(255, 255, 255, 0) 95%);
}
.campus_body #campus_content #slide-container a {
  text-decoration: underline !important;
  font-style: italic;
  cursor: pointer;
  color: #f06230;
}
.campus_body #campus_content #slide-container a:visited, .campus_body #campus_content #slide-container a:focus {
  color: #f06230;
}
.campus_body #campus_content #slide-container #slide-context-less {
  display: none;
}
.campus_body #slide-links-hidden {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .campus_body #slide-links-hidden {
    margin-bottom: 0;
  }
}
.campus_body #slide-links-less {
  display: none;
}
.campus_body .equal_height {
  line-height: 26px;
}
.campus_body .campus_case {
  background-color: #f6f6f6;
  border: 1px solid #dbdcdd;
  padding: 6px 4px 4px;
  margin: 8px 15px 0;
  color: #3a3a3a;
  width: calc(100% - 30px);
}
.campus_body .campus_case #documents {
  float: right;
  margin: 0px;
  font-size: 12px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .campus_body .campus_case #documents {
    float: left;
  }
}
.campus_body .campus_case .slide-down {
  display: none;
}
.campus_body .link_row {
  margin-bottom: 75px;
}
.campus_body .case_details {
  display: none;
  width: calc(100% - 30px);
  margin-left: 15px;
  padding: 15px;
  border: 1px solid #dbdcdd;
}
.campus_body .related-links {
  display: block !important;
}
@media (max-width: 992px) {
  .campus_body .related-links {
    display: none !important;
  }
}
.campus_body .related-links-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .campus_body .related-links-mobile {
    display: block !important;
  }
}
.campus_body .related-link {
  margin: 1em 0;
}
@media (max-width: 767px) {
  .campus_body .related-link {
    font-size: 0.95em;
  }
}
.campus_body .related-link a {
  color: #3a3a3a !important;
  cursor: pointer !important;
}
.campus_body .related-link a:hover {
  text-decoration: underline !important;
}
.campus_body .related-link div:nth-child(2) {
  font-weight: 300;
  color: #8a8c8e;
}
.campus_body .item {
  margin: 2em 0;
}
.campus_body .item ul {
  margin-bottom: 0px;
}
.campus_body .summary .title, .campus_body .link .title, .campus_body .corrections .title {
  margin-bottom: 0.25em;
}
.campus_body .summary .title p, .campus_body .link .title p, .campus_body .corrections .title p {
  font: 0.85em "Source Sans Pro" !important;
  color: #8a8c8e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.campus_body .summary p {
  display: inline-block;
  width: 60px;
}
.campus_body .link {
  margin: 2em 0;
}
@media (max-width: 992px) {
  .campus_body .link {
    margin: 2em 0;
  }
  .campus_body .link:last-child {
    margin-bottom: 0;
    padding-bottom: 1em;
  }
}
.campus_body .link a {
  color: #3a3a3a !important;
  cursor: pointer !important;
  font-weight: 700;
}
.campus_body .link a:hover {
  text-decoration: underline !important;
}
@media (max-width: 992px) {
  .campus_body .link .link_img {
    margin-bottom: 0.5em;
  }
}
.campus_body .link .no-img {
  font-weight: 700;
  font-size: 0.8em;
  text-align: center;
  color: #b6b7b9;
}
@media (max-width: 992px) {
  .campus_body .link .no-img {
    text-align: left;
    display: none;
  }
}
.campus_body .link img {
  width: 100%;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .campus_body .link img {
    width: auto;
    max-width: 150px;
  }
}
.campus_body .link .source {
  padding-right: 8px;
}
.campus_body .link .date {
  padding-left: 8px;
}
.campus_body .link .date,
.campus_body .link .source {
  display: inline-block;
  color: #6d6d6d;
  margin-bottom: 4px;
  font-weight: 300;
  font-size: 0.9em;
}
.campus_body .link .link_teaser p {
  color: #6d6d6d;
  font-size: 0.85em;
  margin: 0.5em 0 0 0;
}
.campus_body .link .link_teaser.missing p {
  color: #b6b7b9;
}

.buttons {
  text-align: center;
}
.buttons button,
.buttons div {
  display: inline-block;
  margin: 4px;
}
.buttons button {
  width: 170px;
  font: 400 14px "Source Sans Pro";
}

/* ABOUT PAGE */
.about {
  margin: 0;
  margin-bottom: 50px;
  margin-top: 40px;
}
.about .about-wrap {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .about .about-wrap {
    padding: 2em 1em;
  }
}
.about h3 {
  margin-top: 3%;
  margin-bottom: 3%;
}
.about p {
  font: 500 14px "Merriweather", serif;
  margin: 2em 0 0 0;
  line-height: 1.7em;
  margin-top: 1em;
}
.about .subscribe p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .about .subscribe p {
    font-size: 14px;
  }
}
.about .about_search {
  width: 100%;
  margin-bottom: 50px;
}

.api_body {
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 15px;
  padding-bottom: 60px;
}
.api_body h4 {
  border-bottom: none;
  margin: 15px 0px 5px;
  padding-left: 0px;
}
.api_body h5 {
  font-weight: bold;
  font-size: 16px;
}
.api_body li {
  margin-bottom: 10px;
}
.api_body .highlight {
  background-color: #ECECEC;
  color: #C50A0A;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: courier;
}
.api_body .param-highlight {
  background-color: #ECECEC;
  color: #5A5A5A;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: courier;
}
.api_body .code-highlight {
  background-color: #f5f5f5;
  color: #C50A0A;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: courier;
  margin: 25px 0px;
}
.api_body .param-block {
  background-color: #F9F9F9;
  padding: 10px;
  border-radius: 4px;
  width: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 10px 0px;
}

.ads {
  text-align: center;
}

.index-ad {
  margin-top: 6%;
  margin-bottom: -1%;
}

.campus-ad {
  margin-top: 8%;
}

.banner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 90px;
  width: 728px;
  margin: auto;
}
@media (max-width: 767px) {
  .banner {
    height: 50px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .banner {
    height: 90px;
    width: 100%;
  }
}

#everfi {
  background-image: url("//s3.amazonaws.com/assets.labs.chronicle.com/projects/img/everfi-2.jpg");
}

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