/**
* Subtheme SASS
**/
h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
  color: #000000;
}

h3 {
  font-size: 1.4rem;
  color: #000000;
}

li.teaser-list article.node h3 a {
  color: #000000;
}

li.teaser-list article.node h3 a:hover {
  text-decoration: underline;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
}

#page {
  padding-top: 30px;
}
@media (max-width: 61.24em) {
  #page {
    padding-top: 21px;
  }
}

#main {
  margin-bottom: 60px;
}

@media (max-width: 46.24em) {
  .fb_iframe_widget_fluid_desktop iframe {
    min-width: 100% !important;
  }
}

#header {
  margin-bottom: 2rem;
}
@media (max-width: 61.24em) {
  #header {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 61.24em) {
  #header .columns {
    align-items: center;
  }
}

.isuma-logo {
  max-width: 100px;
  display: block;
  position: relative;
  float: right;
}
@media (max-width: 61.24em) {
  .isuma-logo {
    display: none;
  }
}

.did-logo {
  display: block;
  max-width: 260px;
  margin: 0 0 0 48px;
  position: relative;
  top: 4px;
}
@media (max-width: 61.24em) {
  .did-logo {
    max-width: 240px;
    margin: 0 6%;
  }
}
@media (max-width: 23.4275em) {
  .did-logo {
    max-width: calc(100% - 114px);
    margin: 0 20px;
  }
}
.did-logo img {
  display: block;
  width: 100%;
}

.did-links {
  background: #000000;
  text-align: center;
  margin: 0;
  padding: 11px 0;
}
@media (max-width: 61.24em) {
  .did-links {
    display: none;
    overflow: hidden;
  }
}
.did-links-toggle {
  display: block;
}
.did-links > li {
  display: inline-block;
  margin: 0 9px;
  padding-left: 20px;
  border-left: 1px solid white;
  position: relative;
}
.did-links > li:first-child {
  border: none;
}
@media (max-width: 61.24em) {
  .did-links > li {
    border: none;
    display: block;
  }
}
.did-links > li a {
  display: block;
  padding: 4px 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (max-width: 61.24em) {
  .did-links > li a {
    display: inline-block;
  }
}
.did-links > li a.active, .did-links > li a.hr-active {
  text-decoration: underline;
}
@media (max-width: 61.24em) {
  .did-links > li a.hr-active {
    text-decoration: none;
  }
}
@media (max-width: 61.24em) {
  .did-links > li a.did-dropdown-title {
    margin-top: 14px;
  }
}
.did-links ul {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  width: calc(100% + 23px);
  min-width: 170px;
  z-index: 1;
  text-align: left;
  margin-left: 0;
  padding-left: 16px;
  background: rgb(70, 103, 164);
}
@media (max-width: 61.24em) {
  .did-links ul {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 14px;
    position: static;
    text-align: center;
  }
}
.did-links ul .views-row-5, .did-links ul .views-row-11 {
  /* hide communities that we didn't end up working with */
  display: none;
}
.did-links ul .views-admin-links {
  display: none;
}
.did-links ul h3 {
  display: none;
}
.did-links ul ul {
  margin: 0 20px;
}
.did-links ul a {
  display: block;
  padding: 10px 5px;
}
@media (max-width: 61.24em) {
  .did-links ul a {
    padding: 7px 5px;
    display: inline-block;
  }
}
.did-links li:hover ul {
  display: block;
}
.did-links li:hover a.did-dropdown-title {
  text-decoration: none;
}
.did-links-button {
  cursor: pointer;
  font-size: 2.5rem;
  position: absolute;
  top: calc(5px + 1.5vw);
  right: 0;
  padding: 10px 1rem;
  color: rgb(70, 103, 164);
  display: none;
}
@media (max-width: 61.24em) {
  .did-links-button {
    display: block;
  }
}

.map {
  position: relative;
}
.map-img {
  width: 100%;
  object-fit: cover;
  height: 264px;
}
@media (max-width: 61.24em) {
  .map {
    overflow: hidden;
  }
}
@media (max-width: 46.24em) {
  .map {
    transform: scale(0.63);
    transform-origin: 0% 0%;
    width: 158.7%;
    margin-bottom: -108px;
    overflow: hidden;
  }
}
@media (max-width: 23.4275em) {
  .map {
    transform: scale(0.5);
    transform-origin: 0% 0%;
    width: 200%;
    margin-bottom: -132px;
    overflow: hidden;
  }
}
.map-pins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.map-pins a {
  position: absolute;
  width: 20px;
}
.map-pins a span {
  display: block;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  color: white;
  font-size: 12px;
}
.map-pins a:hover span {
  opacity: 0.5;
}
.map-legend {
  position: absolute;
  bottom: 12px;
  left: calc(50% - 20px);
  width: 450px;
}
@media (max-width: 46.24em) {
  .map-legend {
    display: none;
  }
}
.map-region {
  margin-right: 17px;
  display: inline-block;
  color: white;
  font-weight: bold;
  width: 115px;
  text-align: center;
  font-size: 12px;
  cursor: default;
  line-height: 1.2;
}
.map-region div {
  background: #FFD300;
  height: 7px;
  width: 81px;
  margin: 3px auto 0;
}
.map-region.map-baffin div {
  background: #91AB26;
}
.map-region.map-hudson div {
  background: #EC6608;
}

.node-158077 .main-header {
  display: none;
}

#about {
  padding: 0;
  margin-bottom: 20px;
}
#about-wrap {
  margin: 0 auto;
  background: rgba(138, 171, 211, 0.15);
}
#about .columns {
  padding: 0 2rem;
}

.chart {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.teaser-list {
  margin-top: 40px;
}
.teaser-list h3 {
  font-size: 1.14rem;
}

.node-158077 #sliders > .row {
  border-bottom: 4px solid rgb(70, 103, 164);
}
.node-158077 #sliders .slider-wrap {
  margin: 60px 0 0;
}
@media (max-width: 45.8025em) {
  .node-158077 #sliders .slider-info {
    margin-top: 20px;
  }
}
.node-158077 #sliders .slider-icon {
  text-align: right;
}
.node-158077 #sliders .slider-icon img {
  max-width: 67px;
}
.node-158077 #sliders h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.node-158077 #sliders h3 {
  margin-top: 5px;
}
.node-158077 #sliders .teaser-list {
  margin-top: 50px;
  padding-bottom: 60px;
}
.node-158077 #sliders .teaser-list .teaser .wrapper {
  background: none;
}

.listing {
  margin-top: 15px;
  padding-top: 50px;
  margin-bottom: 50px;
  border-top: 4px solid #000000;
}
.listing-title {
  margin-top: 6px;
}
.listing-body {
  line-height: 1.4;
}
.listing img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}

.image-wrapper {
  float: left;
  width: 25%;
}

.wrapper {
  float: right;
  width: 75%;
}

.node-type-channel-discuss #main {
  position: static;
}

.node-type-channel-discuss .main-header {
  display: none;
}

#findings-header {
  padding: 60px 0;
  margin-bottom: 60px;
  background: rgba(138, 171, 211, 0.15);
}
#findings-header video {
  width: 100%;
}
#findings-header p a {
  display: inline-block;
  margin-top: 10px;
}

.node-158089 .main-header {
  display: none;
}
.node-158089 #sliders > .row {
  margin: 60px auto;
  border-bottom: 4px solid rgb(70, 103, 164);
}
.node-158089 #sliders > .row:last-child .key-number {
  letter-spacing: -7px;
  font-size: 137px;
}
.node-158089 #sliders .slider-link a {
  font-weight: bold;
  color: rgb(70, 103, 164);
}
.node-158089 #sliders .key-number {
  font-size: 228px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: rgb(70, 103, 164);
}

.node-type-channel-media #channel-stream h2 {
  display: none;
}

.node-170657 #channel-stream h2, .node-170657 h1 {
  display: none;
}
.node-170657 #sliders {
  margin-top: 4rem;
}
.node-170657 #sliders .teaser-slider {
  margin-top: -2rem;
}

.findings-links a {
  font-size: 14px;
  font-weight: bold;
  color: rgb(70, 103, 164);
}
.findings-links img, .findings-links .isuma-icon {
  display: block;
  margin: 0 auto 20px;
  width: 38px;
  height: 50px;
  color: black;
  font-size: 46px;
}

.hria-breadcrumbs {
  margin: -10px auto 50px;
  font-size: 13px;
  font-weight: bold;
  color: rgb(70, 103, 164);
}
.hria-breadcrumbs a {
  font-size: 13px;
  font-weight: bold;
  color: rgb(70, 103, 164);
}

.findings-summary {
  max-width: 700px;
  margin: 0 auto;
}

.hria-playlist {
  border-top: 4px solid rgb(70, 103, 164);
  padding-top: 60px;
}
.hria-playlist img {
  width: 100%;
  height: 144px;
  object-fit: cover;
}
.hria-playlist-item p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

.node-type-post .table-contents h3 {
  font-size: 1.7142857143rem;
  color: rgb(70, 103, 164);
  margin: 2px 0;
}
.node-type-post .table-contents ol {
  margin-top: 10px;
  color: rgb(70, 103, 164);
}
.node-type-post .table-contents li {
  list-style: inherit;
}
.node-type-post .table-contents li a {
  font-size: 12px;
  color: rgb(70, 103, 164);
}

body.hria .main-header {
  display: none;
}

h1 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.node-type-post #post-body {
  margin-top: 0;
}

.node-158095 #post-body > .row:first-child {
  display: none;
}

.node-type-album #article-header, .node-type-album .nodeButtons {
  display: none;
}

section#media.audio {
  margin-bottom: 2rem;
}

a.ththu-logo:hover {
  text-decoration: none;
}

.ththu-logo {
  display: block;
  position: relative;
}
@media (max-width: 61.24em) {
  .ththu-logo {
    margin: 0 6%;
  }
}
@media (max-width: 23.4275em) {
  .ththu-logo {
    margin: 0 20px;
  }
}
.ththu-logo > div {
  font-size: 4rem;
  line-height: 120%;
}
.ththu-logo > div:last-of-type {
  font-size: 2.5rem;
}

#timeline {
  margin-top: 2rem;
}
#timeline h2 {
  width: 25%;
  float: left;
  padding: 1rem;
  background-color: #000000;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 2rem;
}
#timeline p {
  width: 70%;
  float: right;
}
#timeline img.censored {
  float: right;
  max-width: 25%;
}
#timeline .teaser-slider {
  margin-top: -20px;
}
#timeline div.timeline {
  border-bottom: 4px solid #000000;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}
#timeline div.timeline::after {
  content: " ";
  clear: both;
  display: table;
}

img.hero {
  width: 100%;
  margin-bottom: 2rem;
}

.bandwidth p .button {
  background-color: #000000;
}

#media.video .media-wrapper {
  background-color: #ffffff;
  padding: 0px;
}

.crtc {
  float: right;
}

.crtc img {
  max-width: 200px;
}/*# sourceMappingURL=style.css.map */