section#report-main-header-section {
  z-index:2000;
  width:100%;
}
div.report-main-header {
  text-align:center;
  display: block;
  padding-top: 10px;
  z-index:1001;
  height: 240px;
}
div.report-main-header span.report-header-1 {
  color: white;
  font-family: 'Chalk It Up';
  font-size: 16px;
  display: block;
  z-index:1201;
}
div.report-main-header span.report-header-2 {
  color: white;
  font-family: 'Chalk It Up';
  font-size: 36px;
  line-height: 30px;
  display: block;
  z-index:1201;
}
@media (min-width: 796px ) {
  div.report-main-header span.report-header-2 {
    color: white;
    font-family: 'Chalk It Up';
    font-size: 60px;
    line-height: 48px;
    display: block;
    z-index:1201;
  }
}
div.report-main-header span.report-header-3 {
  color: rgb(254, 176, 48);
  font-family: 'Chalk It Up';
  font-size: 18px;
  display: block;
  z-index:1201;
}
@media (max-width: 796px) {
  div.report-main-header span.report-header-3 {
    display: none;
    visibility: hidden;
  }
}
div.report-header-image img,
div.report-header-image img.img-responsive {
  max-height: 130px;
}
section#report-main-header-section section#block-echo-addthis-addthis {
  padding-left:10px;
  text-align:left;
}
.report-template .main-container #block-echo-addthis-addthis .addthis_toolbox {
  padding-top: 10px;
}
div.no-background {
  background-color:#ffffff;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
/* Force paragraphs and other elements to have a z-index below the report-main-header */
.paragraph-body {
  z-index: 1;
}
.report-section-header,
.report-section-header-hidden {
  max-width: 100%;
  height: auto;
  text-align: center;
}
.report-section-header-hidden {
  display: none;
  visibility: hidden;
}
report-section-header-hidden img,
.report-section-header-hidden img.img-responsive {
  display: none;
  visibility: hidden;
}
@font-face {
  font-family: 'Chalk It Up';
  src: url('../fonts/DJB-Chalk-It-Up/DJB-Chalk-It-Up.woff');
}
.chalk-board {
  font-family: 'Chalk It Up';
  font-style: normal;
}
/* Search input adjustments for Report pages */
body.report-template #block-bread-misc-settings-bread-search-block #bread-misc-settings-search-form .form-item-search-text {
  height: 40px;
}
body.report-template #block-bread-misc-settings-bread-search-block #bread-misc-settings-search-form input {
  height: 40px;
  padding-left: 10px;
  max-width: 360px;
  float: right;
}
body.report-template #block-bread-misc-settings-bread-search-block #bread-misc-settings-search-form button {
  height: 40px;
}
body.report-template #block-bread-misc-settings-bread-search-block #bread-misc-settings-search-form {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  body.report-template  #block-bread-misc-settings-bread-search-block {
    float: right;
  }
}
body.report-template #search-tagline {
  float: right;
  width: 500px;
}

@media (max-width: 796px) {
  body.report-template div#tagline {
    visibility: hidden;
    display: none;
  }
}

body.report-template div#search-tagline .search-wrap {
  display: none;
  visibility: hidden;
}

body.report-template div#search-tagline .search-wrap {
  display: none;
  visibility: hidden;
}
body.report-template div#search-tagline {
  float: right;
  width: 60%;
  margin-top: 60px;
}

@media (max-width:796px) {
  body.report-template div#search-tagline {
    margin-top: 2px;
  }
}
@media (max-width: 600px) {
  body.report-template div#search-tagline {
    margin-top: 10px;
    width: 100%;
  }
  body.report-template #block-bread-misc-settings-bread-search-block #bread-misc-settings-search-form input {
    max-width:100%;
  }
}
body.report-template #block-bread-misc-settings-bread-search-block {
  margin-right: 0;
  padding-right: 0;
  display: inline;
  visibility: visible;
  margin-bottom: 10px;
}
div#header-box {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
div#header-box div#puzzle_text_1,
div#header-box div#puzzle_text_2,
div#header-box div#puzzle_text_3,
div#header-box div#puzzle_text_4,
div#header-box div#puzzle_text_5 {
  position: absolute;
  display: inline-block;
  text-align: left;
  line-height: 0.4em;
}
div#puzzle_text_1 {
  top: 95px;
  left: 245px;
  width: 140px;
}
div#puzzle_text_2 {
  top: 25px;
  left: 175px;
  width: 90px;
}
div#puzzle_text_3 {
  top: 25px;
  left: 40px;
  width: 90px;
}
div#puzzle_text_4 {
  top: 95px;
  left: 45px;
  width: 120px;
}
div#puzzle_text_5 {
  top: 25px;
  left: 295px;
  width: 90px;
}
/*
div#puzzle_text_1.animated {
  top: 95px;
  left: 475px;
  width: 140px;
}
div#puzzle_text_2.animated {
  top: 25px;
  left: 403px;
  width: 90px;
}
div#puzzle_text_3.animated {
  top: 25px;
  left: 270px;
  width: 90px;
}
div#puzzle_text_4.animated {
  top: 95px;
  left: 275px;
  width: 120px;
}
div#puzzle_text_5.animated {
  top: 25px;
  left: 523px;
  width: 90px;
}
*/
div.section_header_subtitle {
  margin-top: 5px;
  font-size: 8px;
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
div#report-section-header-flyin {
  width:100%;
  text-align: center;
  display: block;
  padding-top: 10px;
}
div#flyin-header {
  z-index: 1101;
  height: 130px;
  width: 100%;
}
div#header-box .hidden {
  display:none;
  visibility: hidden;
}
img#animation0, img#animation1, img#animation2, img#animation3, img#animation4 {
  display:block;
  position:absolute;
  top:0px;
  left:0px;
}
@keyframes flyin0 {
  from {left: 0px; top: -150px;}
  to {left: calc(50vw - 197px); top: 0px;}
}
@keyframes flyin1 {
  from {left: 750px; top: -250px;}
  to {left: calc(50vw - 64px); top: -70px;}
}
@keyframes flyin2 {
  from {left: 400px; top: 150px;}
  to {left: calc(50vw + 44px); top: -160px;}
}
@keyframes flyin3 {
  from {left: 400px; top: -500px;}
  to {left: calc(50vw - 197px); top: -201px;}
}
@keyframes flyin4 {
  from {left: -200px; top: -150px; }
  to {left: calc(50vw - 33px); top: -262px;}
}
