/* Annual Report 2018-19 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&display=swap');
html {
  scroll-behavior: smooth;
}
html, body {
  font-size: 12px;
  line-height: 1.6em;
}
@media (min-width: 480px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
/* General */
body {
  background: #FFF !important;
}
body #maincontent {
  margin: 0;
  padding: 0 !important;
}
body #maincontent p {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 15px 0;
}
body #maincontent h3 {
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.35em;
  color: #006682;
  margin: 30px 0 15px 0;
}
@media (min-width: 992px) {
  body #maincontent h3 {
    font-size: 1.8rem;
  }
}
body #maincontent h3 strong {
  font-weight: 700;
}
h2 sup {
  font-size: 1rem;
  opacity: 0.85;
}
h3.slashes {
  width: 100%;
  background: repeating-linear-gradient(135deg, #D8AB4C, #D8AB4C 2px, #FFF 2px, #FFF 12px);
}
@media (min-width: 1200px) {
  h3.slashes {
    width: 670px;
  }
}
h3.slashes span {
  background: #FFF;
  padding: 0 12px 0 0;
  display: inline-block;
}
h3.bottom-bar {
  text-transform: uppercase;
  font-size: 2rem !important;
  line-height: 1.2em !important;
  background: linear-gradient(#FFF 15px, #e2eff3 15px);
  padding: 0 10px;
}
.introduction h3 {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .introduction h3 {
    float: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  .introduction h3 {
    font-size: 1.8rem !important;
    line-height: 1.55em !important;
  }
}
@media (min-width: 1200px) {
  .introduction h3 {
    font-size: 2.1rem !important;
  }
}
.introduction h3 a:link, .introduction h3 a:visited {
  color: #006682;
  border-bottom: 1px dotted #D8AB4C;
}
.introduction h3 a:hover {
  border-bottom: 3px solid #D8AB4C;
  color: #000;
}
/* Lists */
#chaptered-sections ol {
  margin: 15px 0 0 0;
  padding: 0 0 0 42px;
}
#chaptered-sections ul {
  margin: 15px 0 0 0;
  padding: 0 0 0 20px;
}
#chaptered-sections ol ol, #chaptered-sections ul ul {
  margin: 15px 0 0 0;
}
#chaptered-sections ol {
  list-style: none;
  counter-reset: report-counter;
}
#chaptered-sections ol li, #chaptered-sections ul li {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0;
  padding: 0 0 15px 0;
}
#chaptered-sections ol li {
  counter-increment: report-counter;
  position: relative;
}
#chaptered-sections ol li::before {
  content: counter(report-counter) " ";
  color: #000;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  position: absolute;
  left: -42px;
  font-size: 1.4rem;
  top: 0;
  background: #D8AB4C;
  padding: 0;
  border-radius: 50%;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
#chaptered-sections ol.lettered-list li::before {
  content: counter(report-counter, upper-alpha);
}
/* Inline Links */
.introduction p a:link, #chaptered-sections p a:link, .introduction p a:visited, #chaptered-sections p a:visited, #chaptered-sections li a:link, #chaptered-sections li a:visited {
  color: #006682 !important;
  border-bottom: 4px solid #CCE0E6 !important;
}
#chaptered-sections p a:hover, .introduction p a:hover, #chaptered-sections li a:hover {
  color: #222 !important;
  border-bottom: 4px solid #D8AB4C !important;
  text-decoration: none;
}
/* Basic Layout */
.report-container {
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  .report-container {
    padding: 0 0 30px 0;
  }
}
.report-container.full-padding {
  padding: 0;
}
/* Strong Foundations */
.opening-title {
  text-transform: uppercase;
  position: relative;
  background: #000;
  background: rgba(0, 0, 0, .75);
  width: 100%;
  padding: 10px 0 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .opening-title {
    width: 60%;
    margin: 0 auto;
    padding: 10px 20px 20px 25px;
    --notchSize: 30px;
    clip-path:
      polygon(0% 0, 0 0%, 0 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
  }
}
.opening-title h1 {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1em;
  color: #D8AB4C;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  background: none;
  border: 0;
  padding: 0;
  margin: 10px 0;
}
.opening-title h5 {
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: 1px;
  font-family: 'Roboto Slab', serif;
}
/* Impact Title */
.report-title i {
  font-size: 4rem !important;
  color: #D8AB4C;
}
@media (min-width: 992px) {
  .report-title i {
    font-size: 5rem !important;
  }
}
.report-title.center {
  text-align: center;
}
.report-title h1, .report-title h2, .report-title h3, .report-title h4, .report-title h5, .report-title h6 {
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  background: none;
  border: 0;
  padding: 0;
  margin: 10px 0;
  line-height: 1.2em;
}
.report-title.white h1, .report-title.white h2, .report-title.white h3, .report-title.white h4, .report-title.white h5, .report-title.white h6 {
  color: #FFF;
}
.report-closing h3 {
  font-size: 1.4rem !important;
  text-transform: initial !important;
  letter-spacing: 1px;
  line-height: 1.5em !important;
  color: #D8AB4C !important;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  background: none;
  border: 0;
  padding: 0;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .report-closing h3 {
    font-size: 1.8rem !important;
    margin: 10px 5% !important;
  }
}
@media (min-width: 992px) {
  .report-closing h3 {
    font-size: 2.2rem !important;
    margin: 10px 10% !important;
  }
}
@media (min-width: 1200px) {
  .report-closing h3 {
    font-size: 2.4rem !important;
    margin: 10px 15% !important;
  }
}
/* Video BGs */
.large-video-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .large-video-wrapper {
    height: 56.25vw;
  }
}
.small-video-wrapper {
  position: relative;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .small-video-wrapper {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    height: 144.525px;
  }
}
@media (min-width: 992px) {
  .small-video-wrapper {
    height: 189.625px;
  }
}
@media (min-width: 1200px) {
  .small-video-wrapper {
    height: 260.606px;
  }
}
.video-video, .video-overlay {
  display: none;
}
@media (min-width: 768px) {
  .video-video, .video-overlay {
    display: block;
  }
  .video-video, .video-overlay, .video-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.video-video {
  z-index: 1;
}
.video-overlay {
  z-index: 2;
}
.black-overlay {
  background-color: rgba(0, 0, 0, .5);
}
.blue-overlay {
  background-color: rgba(0, 102, 130, .5);
}
.red-overlay {
  background-color: rgba(153, 61, 27, .5);
}
.green-overlay {
  background-color: rgba(70, 78, 33, .5);
}
.video-text {
  z-index: 3;
  background-color: #000;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .video-text {
    background-color: transparent;
    padding: 0;
  }
}
.v-center-outer {
  display: table;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .large-video-wrapper .v-center-outer {
    height: 56.25vw;
    height: calc(56.25vw - 135px);
  }
  .small-video-wrapper .v-center-outer {
    height: 162.95px;
  }
}
@media (min-width: 992px) {
  .small-video-wrapper .v-center-outer {
    height: 213.28px;
  }
}
@media (min-width: 1200px) {
  .small-video-wrapper .v-center-outer {
    height: 259.18px;
  }
}
.v-center-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.large-video-wrapper .video-text h2 {
  font-size: 1.8rem;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  .large-video-wrapper .video-text h2 {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 640px) {
  .large-video-wrapper .video-text h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .large-video-wrapper .video-text h2 {
    font-size: 2.8rem;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 992px) {
  .large-video-wrapper .video-text h2 {
    font-size: 3.8rem;
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media (min-width: 1200px) {
  .large-video-wrapper .video-text h2 {
    font-size: 4.8rem;
    margin-left: 30%;
    margin-right: 30%;
  }
}
.small-video-wrapper .video-text h2 {
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .small-video-wrapper .video-text h2 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .small-video-wrapper .video-text h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .small-video-wrapper .video-text h2 {
    font-size: 2.6rem;
  }
}
.small-video-wrapper .video-video, .small-video-wrapper .video-overlay {
  --notchSize: 30px;
  clip-path:
    polygon(0% var(--notchSize), var(--notchSize) 0%, 0 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% 0);
}
/* Chaptered Navigation */
#chaptered-sections {
  margin-top: 30px;
}
.chaptered-anchor {
  display: block;
  height: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  #chaptered-nav, #chaptered-sections {
    position: relative;
  }
  #chaptered-nav-container {
    width: 220px;
  }
  #chaptered-nav-container.sticky {
    position: fixed;
  }
  #chaptered-nav-container.bottom-limit {
    position: absolute;
  }
}
@media (min-width: 992px) {
  #chaptered-nav-container {
    width: 293.3px;
  }
}
@media (min-width: 1200px) {
  #chaptered-nav-container {
    width: 262.5px;
  }
}
#chaptered-nav-inner {
  padding: 15px;
  background: #D8AB4C;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', serif;
}
#chaptered-nav-inner ul, #chaptered-nav-inner li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
#chaptered-nav-inner a {
  color: #000;
  display: inline-block;
  line-height: 2.4em;
}
#chaptered-nav-inner span {
  color: #F1E5CC;
  margin-right: 10px;
  line-height: 2.4em;
}
#chaptered-nav-inner h4 {
  display: none;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 1.6rem;
  background: none;
  border: 0;
  padding: 0;
  margin: 10px 0;
}
/* Infographics */
.info-graphic-container {
  text-align: center;
}
@media (min-width: 768px) {
  .info-graphic-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.info-graphic-container img {
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .info-graphic-container.trailblazers img {
    max-width: 100%;
  }
}
.info-graphic-container h2 {
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  background: none;
  color: #006682;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 3rem;
  line-height: 1em !important;
}
@media (min-width: 768px) {
  .info-graphic-container h2 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .info-graphic-container h2 {
    font-size: 5rem;
    line-height: 0.85em !important;
  }
}
.info-graphic-container.big-block h2, .info-graphic-container.callout-block h2 {
  margin: 15px 0;
}
.info-graphic-container h2 span {
  font-size: 3rem;
  color: #006682;
  opacity: 0.5;
}
.info-graphic-container h3 {
  font-size: 1.8rem !important;
  font-family: 'Roboto Slab', serif !important;
  color: #006682;
  line-height: 1.25em !important;
  margin: 15px 0 !important;
}
h3.reduced, .info-graphic-container h3.reduced {
  font-size: 1.2rem !important;
  line-height: 1.4em !important;
  margin: 15px 0 !important;
}
.info-graphic-container.big-block h3.reduced {
  text-align: left;
}
.info-graphic-container h5 {
  font-weight: 200;
  font-size: 1.2rem;
}
.introduction {
  margin: 15px 0;
}
.introduction:first-child {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .introduction {
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .introduction {
    float: left;
  }
}
.introduction blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.introduction blockquote span {
  margin: 0px 0px 15px 0px;
  font-size: 1.4rem;
  line-height: 1.55em;
  font-weight: 300;
  display: block;
  background: #006682;
  padding: 25px;
  color: #FFF;
  position: relative;
}
.introduction blockquote em {
  display: block;
  color: #222;
  font-size: 1.15rem;
}
.introduction blockquote img {
  width: 110px;
  float: left;
  margin: 15px 15px 15px 50px;
}
.introduction span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  right: 50px;
  width: 0;
  border-width: 30px 30px 0;
  border-style: solid;
  border-color: #006682 transparent !important;
}
@media (min-width: 768px) {
  .introduction blockquote {
    width: 370px;
    margin: 0 0 2.5em 1em;
    float: right;
  }
}
@media (min-width: 992px) {
  blockquote.leftquote {
    float: left !important;
    margin: 0 1em 2.5em 0 !important;
  }
}
@media (min-width: 1200px) {
  .introduction blockquote {
    margin: 0 0 2.5em 1em;
  }
  blockquote.leftquote {
    margin: 30px 2.2em 2.5em 0 !important;
  }
}
/* Photo Containers */
.photo-container img {
  max-width: 200px;
  height: auto;
  padding: 4px;
  border: 2px dashed #D8AB4C;
}
.photo-right {
  text-align: center;
}
@media (min-width: 768px) {
  .photo-right {
    text-align: right;
  }
}
.photo-container p {
  margin-top: 15px !important;
}
.photo-container h4 {
  margin: 15px 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 200;
  line-height: 1.4em;
  color: #006682;
}
.photo-container h4 a:link, .photo-container h4 a:visited {
  text-decoration: none;
  color: #006682;
  border-bottom: 1px dotted #D8AB4C;
}
.photo-container h4 a:hover {
  color: #000;
  border-bottom: 1px solid #D8AB4C;
}
@media (min-width: 768px) {
  .photo-container p {
    font-size: 1.05rem !important;
  }
}
/* Big Block Notched Style */
.big-block {
  --notchSize: 0;
  clip-path:
    polygon(0% var(--notchSize), var(--notchSize) 0%, 0 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% 0);
}
@media (min-width: 768px) {
  .big-block {
    --notchSize: 30px;
  }
}
.big-block.section-block {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .big-block.section-block {
    margin-bottom: 30px;
  }
}
.big-block.grey-block {
  background: #F2F2F2;
}
.big-block.blue-block {
  background: #CCE0E6;
}
.big-block.section-block.grey-block h3.slashes {
  background: repeating-linear-gradient(125deg, #D8AB4C, #D8AB4C 4px, #F2F2F2 4px, #F2F2F2 2px);
}
.big-block.section-block.grey-block h3.slashes span {
  background: #F2F2F2;
}
.big-block.section-block.grey-block h3.bottom-bar {
  background: linear-gradient(#F2F2F2 50%, #CCE0E6 50%);
}
.big-block.section-block.grey-block .small-video-wrapper .video-video, .big-block.section-block.grey-block .small-video-wrapper .video-overlay {
  --notchSize: 0;
}
/* Gold Callout Boxes */
.callout-center-outer {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .callout-center-outer {
    width: 700px;
  }
}
.callout-center-inner {
  display: inline-block;
}
.callout-slashes {
  display: none;
}
.callout-block-wrapper {
    margin: 0px;
    float: left;
    position: relative;
    background: #F1E5CC;
    padding: 0 20px 0px 30px;
  }
.callout-slashes {
    display: block;
    width: 60px;
    background: repeating-linear-gradient(135deg, #D8AB4C, #D8AB4C 2px, transparent 2px, transparent 19px);
    height: 90%;
    position: absolute;
    left: -30px;
    right: auto;
    top: 5%;
  }
.callout-block-wrapper.right-slashes {
    margin: 0px;
    float: right;
    padding: 0 30px 0px 20px;
  }
.callout-block-wrapper.no-slashes {
    margin: 15px;
    padding: 0 20px;
  }
.callout-block-wrapper.right-slashes .callout-slashes {
    left: auto;
    right: -30px;
  }
.callout-block-wrapper img { padding-bottom: 35px; }

@media (min-width: 768px) {
  .callout-block-border {
    border-right: 1px dotted #D8AB4C;
  }
  .callout-block-wrapper {
    margin: 15px 15px 15px 45px;
  }
  .callout-block-wrapper.right-slashes {
    margin: 15px 45px 15px 15px;
  }
}
.callout-block-wrapper.no-slashes .callout-block-separator {
  width: 100%;
  height: 2px;
  background: #FFF;
  float: left;
}
.callout-block a:link, .callout-block a:visited {
  border-bottom: 3px solid #fdf5e3;
}
.callout-block a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 3px solid #FFF;
}
.callout-block-wrapper h3 {   font-family: 'Roboto Slab', serif !important; }
.callout-block h3 a:link, .callout-block h3 a:visited {
  color: inherit;
}
.callout-block h3 a:hover {
  color: #333;
}
.callout-block-wrapper.no-slashes {
    --notchSize: 30px;
    clip-path:
      polygon(0% var(--notchSize), var(--notchSize) 0%, 0 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% 0);
  }
