/* line 26, ../scss/child_style.scss */
header .logo a {
  color: #6d6e70;
}

/* line 34, ../scss/child_style.scss */
.nav li a {
  color: #d54427;
}

/* line 44, ../scss/child_style.scss */
#page-home #hero .fullscreen-content {
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  background-image: url(../video/splash.jpg);
}
/* line 51, ../scss/child_style.scss */
#page-home #hero .video-wrap {
  background-color: #fff;
}
/* line 55, ../scss/child_style.scss */
#page-home #hero .video_background {
  opacity: 0.2;
}
/* line 59, ../scss/child_style.scss */
#page-home #hero h1 {
  color: #d54427;
}
/* line 63, ../scss/child_style.scss */
#page-home #hero h2 {
  color: #545556;
}
/* line 67, ../scss/child_style.scss */
#page-home #hero p {
  color: #545556;
}
/* line 71, ../scss/child_style.scss */
#page-home #hero .button {
  background: rgba(213, 68, 39, 0.8);
}
/* line 74, ../scss/child_style.scss */
#page-home #hero .button:hover {
  background: #d54427;
}

/* line 84, ../scss/child_style.scss */
#features .video-wrap {
  background-color: #2f3233;
}

/* line 91, ../scss/child_style.scss */
#summary {
  background: none;
}
/* line 94, ../scss/child_style.scss */
#summary .image {
  border-bottom-color: #6d6e70;
}

/* line 99, ../scss/child_style.scss */
.chapter-summary {
  padding: 100px 0;
  background-color: #f5f5f3;
}
/* line 103, ../scss/child_style.scss */
.chapter-summary.even {
  background: #eeeeea;
}
/* line 107, ../scss/child_style.scss */
.chapter-summary.executive-summary {
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
}
/* line 112, ../scss/child_style.scss */
.chapter-summary.executive-summary p {
  text-align: left;
}

/* line 120, ../scss/child_style.scss */
footer {
  background-image: url(../img/footer-bg.jpg);
  background-position: top center;
  background-attachment: scroll;
  color: #d54427;
}
/* line 126, ../scss/child_style.scss */
footer a {
  color: #d54427;
}
