@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600");
/* line 28, ../scss/child_style.scss */
body {
  background: #fff;
  font-family: "Lato", sans-serif;
}

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

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

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

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

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

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

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

/* line 83, ../scss/child_style.scss */
.home-header {
  margin: 0 10px;
  border-bottom: 20px solid #fff;
}
/* line 87, ../scss/child_style.scss */
.home-header i {
  padding-right: 20px;
  line-height: 20px;
}
/* line 92, ../scss/child_style.scss */
.home-header h2 {
  font-size: 50px;
  line-height: 0.9em;
  font-family: "montserrat-regular", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 101, ../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 110, ../scss/child_style.scss */
.home-header .intro {
  padding-top: 150px;
  padding-bottom: 80px;
}
/* line 117, ../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;
  text-align: center;
  color: #fff;
}
/* line 129, ../scss/child_style.scss */
.home-header .report .button {
  background: rgba(67, 61, 60, 0.65);
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
/* line 138, ../scss/child_style.scss */
.home-header .report .report-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 147, ../scss/child_style.scss */
.home-header .report-2014 {
  background-color: #d54427;
  background-image: url(../img/report1-bg.jpg);
  background-position: left center;
}
/* line 152, ../scss/child_style.scss */
.home-header .report-2014 .button {
  background: rgba(67, 61, 60, 0.65);
}
/* line 157, ../scss/child_style.scss */
.home-header .report-2015 {
  background-color: #d54427;
  background-image: url(../img/report2-bg.jpg);
  background-position: right center;
}
/* line 162, ../scss/child_style.scss */
.home-header .report-2015 .button {
  background: rgba(215, 69, 40, 0.65);
}
/* line 167, ../scss/child_style.scss */
.home-header #report-2016 {
  margin-bottom: 20px;
}
/* line 171, ../scss/child_style.scss */
.home-header .report-2016 {
  background-color: #fff;
  background-image: url(../img/report2016-bg.jpg);
  background-position: center;
}
/* line 176, ../scss/child_style.scss */
.home-header .report-2016 .button {
  background: rgba(213, 68, 39, 0.7);
}
/* line 182, ../scss/child_style.scss */
.home-header .report-2016 h2 {
  color: #d54427;
}
/* line 186, ../scss/child_style.scss */
.home-header .report-2016 p {
  color: #433d3c;
}
/* line 190, ../scss/child_style.scss */
.home-header .report-2016 hr {
  border-color: #433d3c;
}
/* line 195, ../scss/child_style.scss */
.home-header .report-2018 {
  margin-bottom: 20px;
  background-image: url(../img/report2018-bg.jpg);
  background-color: #383e46;
}
/* line 200, ../scss/child_style.scss */
.home-header .report-2018 h2 {
  width: 60%;
  margin: 30px auto;
  color: #e2dbd2;
}
/* line 206, ../scss/child_style.scss */
.home-header .report-2018 .button {
  background: rgba(56, 62, 70, 0.7);
  font-size: 28px;
  padding: 20px 24px;
}

/* line 214, ../scss/child_style.scss */
.home-about {
  margin: 0 20px;
  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 217, ../scss/child_style.scss */
.home-about i {
  padding-right: 20px;
  line-height: 20px;
}
/* line 231, ../scss/child_style.scss */
.home-about h2 {
  color: #977d78;
  margin-bottom: 30px;
  font-size: 40px;
}
/* line 237, ../scss/child_style.scss */
.home-about p {
  color: #433d3c;
}
/* line 241, ../scss/child_style.scss */
.home-about .button {
  font-size: 24px;
  line-height: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #977d78;
}
/* line 248, ../scss/child_style.scss */
.home-about .button:hover {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

/* line 333, ../scss/child_style.scss */
#subscribe {
  margin: 0 20px;
  padding: 150px 0 180px 0;
  background-color: #d54427;
  background-image: url(../img/subscribe-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  border-top: none;
  border-bottom: 20px solid #fff;
  text-align: left;
}
/* line 347, ../scss/child_style.scss */
#subscribe .section-head {
  padding: 0;
  text-align: left;
}
/* line 352, ../scss/child_style.scss */
#subscribe h1 {
  color: #fff;
  margin-bottom: 30px;
}
/* line 357, ../scss/child_style.scss */
#subscribe p {
  color: #fff;
}

/* line 362, ../scss/child_style.scss */
#mc_embed_signup {
  width: auto;
  text-align: left;
}
/* line 366, ../scss/child_style.scss */
#mc_embed_signup input[type="email"] {
  width: auto;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  opacity: 1;
}
/* line 373, ../scss/child_style.scss */
#mc_embed_signup input[type="submit"] {
  float: left;
  width: auto;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0);
  opacity: 1;
}
/* line 381, ../scss/child_style.scss */
#mc_embed_signup input[type="submit"]:before {
  font-family: "Pe-icon-7-stroke";
  content: "\e628";
}
/* line 385, ../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 393, ../scss/child_style.scss */
footer {
  background: #fff;
  background-size: none;
  padding: 50px 0 100px 0;
  font-size: 10px;
  line-height: 2em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-weight: normal;
  color: #433d3c;
}
/* line 405, ../scss/child_style.scss */
footer a {
  color: #d54427;
}
/* line 407, ../scss/child_style.scss */
footer a:visited {
  color: #433d3c;
}
/* line 410, ../scss/child_style.scss */
footer a:hover {
  color: #ffa491;
}
/* line 413, ../scss/child_style.scss */
footer a:focus {
  color: #ffa491;
}
/* line 419, ../scss/child_style.scss */
footer .footer-logo a {
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 3px;
}
/* line 424, ../scss/child_style.scss */
footer .footer-logo a img {
  width: 366px;
  height: auto;
}
/* line 431, ../scss/child_style.scss */
footer .copyright {
  font-size: 10px;
  font-family: "Lato", sans-serif;
}

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

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

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

  /* line 453, ../scss/child_style.scss */
  .home-header h2 {
    font-size: 32px;
    line-height: 30px;
  }
  /* line 458, ../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 468, ../scss/child_style.scss */
  .button {
    font-size: 18px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
  }

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

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

  /* line 495, ../scss/child_style.scss */
  #mc_embed_signup input[type="email"] {
    width: 100%;
    margin: 5px 0px;
  }
  /* line 499, ../scss/child_style.scss */
  #mc_embed_signup input[type="submit"] {
    width: 100%;
    margin: 5px 0px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 509, ../scss/child_style.scss */
  .home-header h2 {
    width: 70%;
    margin: 20px auto;
    line-height: 0.9em;
  }

  /* line 516, ../scss/child_style.scss */
  #left {
    width: 7px;
  }

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

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

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

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

  /* line 535, ../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: 400px;
  }
  /* line 548, ../scss/child_style.scss */
  .home-header .report .report-content {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 554, ../scss/child_style.scss */
  .home-header #report-2016 {
    margin-bottom: 0;
  }

  /* line 559, ../scss/child_style.scss */
  .button {
    font-size: 18px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
  }

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

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

  /* line 588, ../scss/child_style.scss */
  #mc_embed_signup input[type="email"] {
    width: 100%;
    margin: 5px 0px;
  }
  /* line 592, ../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 604, ../scss/child_style.scss */
  .home-header h2 {
    width: 70%;
    margin: 20px auto;
    line-height: 0.9em;
  }

  /* line 611, ../scss/child_style.scss */
  #left {
    width: 7px;
  }

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

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

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

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

  /* line 628, ../scss/child_style.scss */
  .home-header h2 {
    font-size: 32px;
    line-height: 30px;
  }
  /* line 632, ../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 642, ../scss/child_style.scss */
  .button {
    font-size: 18px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
  }

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

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

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