/* line 22, ../scss/child_style.scss */
body {
  background: #fff;
}

/* line 26, ../scss/child_style.scss */
p {
  font-size: 13px;
}

/* line 32, ../scss/child_style.scss */
.columns {
  padding: 0;
}

/* line 36, ../scss/child_style.scss */
#top,
#bottom,
#left,
#right {
  background: #fff;
  position: fixed;
  z-index: 1000;
}

/* line 45, ../scss/child_style.scss */
#top {
  left: 0;
  right: 0;
  height: 20px;
  top: 0;
}

/* line 52, ../scss/child_style.scss */
#bottom {
  left: 0;
  right: 0;
  height: 20px;
  bottom: 0;
}

/* line 59, ../scss/child_style.scss */
#left {
  top: 0;
  bottom: 0;
  width: 20px;
  left: 0;
}

/* line 66, ../scss/child_style.scss */
#right {
  top: 0;
  bottom: 0;
  width: 20px;
  right: 0;
}

/* line 75, ../scss/child_style.scss */
.home-header {
  margin: 0 auto;
  border-bottom: 20px solid #fff;
}
/* line 79, ../scss/child_style.scss */
.home-header i {
  padding-right: 20px;
  line-height: 20px;
}
/* line 84, ../scss/child_style.scss */
.home-header h2 {
  font-size: 50px;
  line-height: 48px;
  font-family: "montserrat-regular", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 93, ../scss/child_style.scss */
.home-header hr {
  border: none;
  border-top: 1px dotted #fff;
  background-color: transparent;
  height: 0px;
  width: 30%;
  margin: 0 auto 20px auto;
}
/* line 102, ../scss/child_style.scss */
.home-header .intro {
  padding-top: 150px;
  padding-bottom: 80px;
}
/* line 109, ../scss/child_style.scss */
.home-header .report {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  min-height: 600px;
  color: #fff;
}
/* line 120, ../scss/child_style.scss */
.home-header .report .button {
  font: 24px/36px "opensans-light", sans-serif;
  background: rgba(67, 61, 60, 0.65);
  color: #fff;
}
/* line 126, ../scss/child_style.scss */
.home-header .report .report-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 134, ../scss/child_style.scss */
.home-header .report-2014 {
  background-color: #d54427;
  background-image: url(../img/report1-bg.jpg);
  background-position: left center;
}
/* line 139, ../scss/child_style.scss */
.home-header .report-2014 .button {
  background: rgba(67, 61, 60, 0.65);
}
/* line 144, ../scss/child_style.scss */
.home-header .report-2015 {
  background-color: #d54427;
  background-image: url(../img/report2-bg.jpg);
  background-position: right center;
}
/* line 149, ../scss/child_style.scss */
.home-header .report-2015 .button {
  background: rgba(215, 69, 40, 0.65);
}
/* line 154, ../scss/child_style.scss */
.home-header #report-2016 {
  margin-bottom: 20px;
}
/* line 158, ../scss/child_style.scss */
.home-header .report-2016 {
  background-color: #fff;
  background-image: url(../img/report2016-bg.jpg);
  background-position: center;
}
/* line 163, ../scss/child_style.scss */
.home-header .report-2016 .button {
  background: rgba(213, 68, 39, 0.7);
  font-size: 28px;
  padding: 20px 24px;
}
/* line 169, ../scss/child_style.scss */
.home-header .report-2016 h2 {
  color: #d54427;
}

/* line 175, ../scss/child_style.scss */
.home-about {
  background: #f1f1f1 url(../img/about-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 150px 0 100px 0;
  border-bottom: 20px solid #fff;
}
/* line 176, ../scss/child_style.scss */
.home-about i {
  padding-right: 20px;
  line-height: 20px;
}
/* line 190, ../scss/child_style.scss */
.home-about h2 {
  color: #d54427;
  margin-bottom: 30px;
  font-size: 40px;
}
/* line 196, ../scss/child_style.scss */
.home-about p {
  color: #433d3c;
}
/* line 200, ../scss/child_style.scss */
.home-about .button {
  font: 24px/36px "opensans-light", sans-serif;
}

/* line 205, ../scss/child_style.scss */
#pageslide {
  z-index: 1000;
}

/* line 209, ../scss/child_style.scss */
#orange {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

/* line 215, ../scss/child_style.scss */
.closecontent.close-right {
  background: #d54427;
  color: #fff;
  z-index: 1001;
}
/* line 220, ../scss/child_style.scss */
.closecontent.close-right:hover {
  color: #fff;
  background: #d54427;
}

/* line 227, ../scss/child_style.scss */
#home-link a {
  text-indent: -9999px;
}

/* line 232, ../scss/child_style.scss */
#nav.nav-left {
  background: url(../img/cloud3.png) #d7d7d7 repeat-x;
}
/* line 236, ../scss/child_style.scss */
#nav.nav-left li a {
  color: #d54427;
}
/* line 242, ../scss/child_style.scss */
#nav.nav-left .accordion-button:before {
  color: #d54427;
}

/* line 250, ../scss/child_style.scss */
.nav li a {
  color: #d54427;
}
/* line 253, ../scss/child_style.scss */
.nav li a:hover {
  color: #433d3c;
}

/* line 261, ../scss/child_style.scss */
#nav-wrap li {
  display: none;
}
/* line 264, ../scss/child_style.scss */
#nav-wrap li.workingpapers {
  display: block;
}

/* line 271, ../scss/child_style.scss */
.search-wrap .search-btn {
  background: none;
  color: #d54427;
}

/* line 278, ../scss/child_style.scss */
.search-btn:hover {
  color: #433d3c;
  background: rgba(213, 68, 39, 0.2);
}

/* line 284, ../scss/child_style.scss */
#subscribe {
  background: #d54427 url(../img/subscribe-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 150px 0 180px 0;
  border-bottom: 20px solid #fff;
}
/* line 294, ../scss/child_style.scss */
#subscribe h1 {
  color: #fff;
  margin-bottom: 30px;
}
/* line 299, ../scss/child_style.scss */
#subscribe p {
  color: #fff;
}

/* line 305, ../scss/child_style.scss */
#mc_embed_signup input[type="email"] {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  opacity: 1;
}
/* line 311, ../scss/child_style.scss */
#mc_embed_signup input[type="submit"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0);
  opacity: 1;
}
/* line 317, ../scss/child_style.scss */
#mc_embed_signup input[type="submit"]:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e628";
}
/* line 321, ../scss/child_style.scss */
#mc_embed_signup input[type="submit"]:hover {
  background: rgba(54, 49, 54, 0.2);
  color: #fff;
  border: 2px solid white;
}

/* line 329, ../scss/child_style.scss */
footer {
  background: #f1f1f1;
  background-size: none;
  padding: 50px 0 100px 0;
  font: 9px/20px "opensans-light", sans-serif;
  margin-bottom: 0;
  font-weight: normal;
  color: #433d3c;
}
/* line 338, ../scss/child_style.scss */
footer a {
  color: #d54427;
}
/* line 340, ../scss/child_style.scss */
footer a:visited {
  color: #433d3c;
}
/* line 343, ../scss/child_style.scss */
footer a:hover {
  color: #ffa491;
}
/* line 346, ../scss/child_style.scss */
footer a:focus {
  color: #ffa491;
}
/* line 352, ../scss/child_style.scss */
footer .footer-logo a {
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 3px;
}
/* line 357, ../scss/child_style.scss */
footer .footer-logo a img {
  width: 366px;
  height: auto;
}
/* line 364, ../scss/child_style.scss */
footer .copyright {
  font: 9px "opensans-light", sans-serif;
}

@media handheld {
  /* line 370, ../scss/child_style.scss */
  #left,
  #right {
    width: 7px;
  }

  /* line 375, ../scss/child_style.scss */
  #top,
  #bottom {
    height: 7px;
  }

  /* line 380, ../scss/child_style.scss */
  .columns {
    padding: 0 20px;
  }

  /* line 385, ../scss/child_style.scss */
  .home-header h2 {
    font-size: 32px;
    line-height: 30px;
  }
  /* line 390, ../scss/child_style.scss */
  .home-header .report {
    background-size: auto 100%;
    background-attachment: scroll;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding: 50px 10px;
    min-height: 100%;
  }

  /* line 400, ../scss/child_style.scss */
  .button {
    font: 18px/24px "opensans-light", sans-serif !important;
  }

  /* line 404, ../scss/child_style.scss */
  #subscribe {
    padding: 20px 0 10px 0;
    border-bottom: 5px solid #fff;
  }
  /* line 407, ../scss/child_style.scss */
  #subscribe h1 {
    font-size: 30px;
  }

  /* line 412, ../scss/child_style.scss */
  .home-about {
    padding: 20px 0 10px 0;
    background-attachment: scroll;
    background-size: 100% auto;
    border-bottom: 5px solid #fff;
  }
  /* line 418, ../scss/child_style.scss */
  .home-about h2 {
    font-size: 30px;
  }

  /* line 424, ../scss/child_style.scss */
  #mc_embed_signup input[type="email"] {
    width: 100%;
    margin: 5px 0px;
  }
  /* line 428, ../scss/child_style.scss */
  #mc_embed_signup input[type="submit"] {
    width: 100%;
    margin: 5px 0px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 436, ../scss/child_style.scss */
  #left {
    width: 7px;
  }

  /* line 439, ../scss/child_style.scss */
  #right {
    width: 7px;
  }

  /* line 442, ../scss/child_style.scss */
  #top {
    height: 7px;
  }

  /* line 445, ../scss/child_style.scss */
  #bottom {
    height: 7px;
  }

  /* line 449, ../scss/child_style.scss */
  .columns {
    padding: 20px;
  }

  /* line 455, ../scss/child_style.scss */
  .home-header h2 {
    font-size: 32px;
    line-height: 30px;
  }
  /* line 460, ../scss/child_style.scss */
  .home-header .report {
    background-size: auto auto;
    background-attachment: scroll;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding: 50px 10px;
    min-height: 400px;
  }
  /* line 468, ../scss/child_style.scss */
  .home-header .report .report-content {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 474, ../scss/child_style.scss */
  .home-header #report-2016 {
    margin-bottom: 0;
  }

  /* line 479, ../scss/child_style.scss */
  .button {
    font: 18px/24px "opensans-light", sans-serif !important;
  }

  /* line 483, ../scss/child_style.scss */
  #subscribe {
    padding: 20px 0 10px 0;
    border-bottom: 5px solid #fff;
  }
  /* line 486, ../scss/child_style.scss */
  #subscribe h1 {
    font-size: 30px;
  }

  /* line 491, ../scss/child_style.scss */
  .home-about {
    padding: 20px 0 10px 0;
    border-bottom: 5px solid #fff;
  }
  /* line 495, ../scss/child_style.scss */
  .home-about h2 {
    font-size: 30px;
  }
  /* line 499, ../scss/child_style.scss */
  .home-about .five {
    width: 60%;
  }

  /* line 505, ../scss/child_style.scss */
  #mc_embed_signup input[type="email"] {
    width: 100%;
    margin: 5px 0px;
  }
  /* line 509, ../scss/child_style.scss */
  #mc_embed_signup input[type="submit"] {
    width: 100%;
    margin: 5px 0px;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  /* line 519, ../scss/child_style.scss */
  #left {
    width: 7px;
  }

  /* line 522, ../scss/child_style.scss */
  #right {
    width: 7px;
  }

  /* line 525, ../scss/child_style.scss */
  #top {
    height: 7px;
  }

  /* line 528, ../scss/child_style.scss */
  #bottom {
    height: 7px;
  }

  /* line 531, ../scss/child_style.scss */
  .columns {
    padding: 20px;
  }

  /* line 536, ../scss/child_style.scss */
  .home-header h2 {
    font-size: 32px;
    line-height: 30px;
  }
  /* line 540, ../scss/child_style.scss */
  .home-header .report {
    background-size: auto auto;
    background-attachment: scroll;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding: 50px 10px;
    min-height: 100%;
  }

  /* line 550, ../scss/child_style.scss */
  .button {
    font: 18px/24px "opensans-light", sans-serif !important;
  }

  /* line 554, ../scss/child_style.scss */
  #subscribe {
    padding: 20px 0 10px 0;
    border-bottom: 5px solid #fff;
  }
  /* line 557, ../scss/child_style.scss */
  #subscribe h1 {
    font-size: 30px;
  }

  /* line 562, ../scss/child_style.scss */
  .home-about {
    padding: 20px 0 10px 0;
    border-bottom: 5px solid #fff;
  }
  /* line 565, ../scss/child_style.scss */
  .home-about h2 {
    font-size: 30px;
  }

  /* line 571, ../scss/child_style.scss */
  #mc_embed_signup input[type="email"] {
    width: 100%;
    margin: 5px 0px;
  }
  /* line 575, ../scss/child_style.scss */
  #mc_embed_signup input[type="submit"] {
    width: 100%;
    margin: 5px 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 584, ../scss/child_style.scss */
  .home-header {
    border-bottom: none;
  }
  /* line 587, ../scss/child_style.scss */
  .home-header .intro {
    padding-bottom: 30px;
  }
  /* line 591, ../scss/child_style.scss */
  .home-header .report {
    min-height: 0;
  }
}
@media only screen and (max-width: 400px) {
  /* line 601, ../scss/child_style.scss */
  .home-header h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
