.error404 {

}

.error404 section.hero {
  padding-bottom: 47.1%;
}

.error404 section.hero .content {
  align-items: start;
  color: #302f2f;
  display: flex;
  left: 50%;
  margin-top: 0px;
  max-width: 833px;
  top: 50%;
  -moz-transform: translate( -50%, -50% );
  -webkit-transform: translate( -50%, -50% );
  transform: translate( -50%, -50% );
  width: 90%;
}

.error404 section.hero .content p {
  font-size: 1.3em;
}

.error404 section.hero .content h1 {
  font-size: 3em;
  margin-right: 38px;
  position: relative;
}

.error404 section.hero .content h1:after {
  background: #f9402b;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.error404 section.hero .content .right {
  padding-top: 1.1em;
}

.error404 section.hero .content form {
  display: flex;
}

.error404 section.hero .content form input {
  box-shadow: 4px 3px 10px 0px rgba(0,0,0,.2);
  border: 0;
  border-radius: 0;
}

.error404 section.hero .content form input[type="submit"] {
  background: #22969a;
  margin-left: 18px;
  padding: .85em 4.3em;
  font-size: 1.2em;
}

.error404 section.hero .content form input[type="submit"]:hover {
  background: #302f2f;
}

.error404 section.read-the-blog {
  background: #fff;
}

.error404 section.read-the-blog .row-hold h4 {
  display: table;
  margin: 50px auto;
}

.error404 section.read-the-blog .row-hold h4:after {
  background: #f9402b;
  left: 50%;
    margin-left: -125px;
}

.error404 section.opt-in {
  background-image: url(../images/404-footer-bg.jpg);
}

@media screen and (max-width: 800px) {
  .error404 section.hero .content,
  .error404 section.hero .content form {
    display: block;
  }
  .error404 section.hero .content form input {
    height: 57px;
    margin: 0 auto 15px !important;
    width: 100%;
  }
  .error404 section.hero .content h1 {
    display: table;
    margin-right: 0;
  }
  .error404 section.hero {
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 500px) {
  .error404 section.hero {
    padding-bottom: 150%;
  }
}

.page-template-template_results section.hero {
  padding-bottom: 45.4%;
}

.page-template-template_results section.hero .content {
  color: #302f2f;
  left: 50%;
  margin-top: 0px;
  max-width: 555px;
  text-align: center;
  top: 50%;
  -moz-transform: translate( -50%, -50% );
  -webkit-transform: translate( -50%, -50% );
  transform: translate( -50%, -50% );
  width: 90%;
}

.page-template-template_results section.hero .content p {
  color: #302f2f;
  font-size: 1.3em;
}

.page-template-template_results section.hero .content h2 {
  color: #302f2f;
  display: block;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  position: relative;
}

.page-template-template_results section.hero .content h2:after {
  background: #f9402b;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.page-template-template_results section.text {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.page-template-template_results section.text .content {
  padding-top: 50px;
}

.page-template-template_results .testimonial {
  position: relative;
  margin: 0 auto 95px;
  max-width: 829px;
  padding: 40px 0 80px;
}

.page-template-template_results .testimonial .heading {
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}

.page-template-template_results .testimonial .quote {
    font-size: .85em;
    font-style: italic;
    letter-spacing: 0;
    margin-bottom: 18px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}

.page-template-template_results .testimonial .author {
    font-size: .8em;
    text-align: center;
    text-transform: uppercase;
}

.page-template-template_results .testimonial .location {
    font-size: .8em;
    text-align: center;
    text-transform: uppercase;
}

.page-template-template_results .testimonial:before {
    background-image: url(../images/quote-red.png);
    content: "";
    display: block;
    height: 11px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 17px;
    top: 0;
}

.page-template-template_results .testimonial:after {
  /*background: #7aded1;*/
  background: #f9402b;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  max-width: 690px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 90%;
}

.page-template-template_results section.read-the-blog {
  display: none;
  margin-top: 0;
}

.page-template-template_results section.opt-in {
  background-image: url(../images/about-footer.jpg);
}

@media screen and (max-width: 800px) {
  .page-template-template_results section.hero {
    padding-bottom: 100%;
  }
  .page-template-template_results .testimonial .quote {
      font-size: 1em;
  }
}

.page-template-default article.post {
  border-top: 0;
}

.page-template-default section.hero {
  padding-bottom: 45.4%;
}

.page-template-default section.hero .content {
  color: #302f2f;
  left: 50%;
  margin-top: 0px;
  max-width: 555px;
  text-align: center;
  top: 50%;
  -moz-transform: translate( -50%, -50% );
  -webkit-transform: translate( -50%, -50% );
  transform: translate( -50%, -50% );
  width: 90%;
}

.page-template-default section.hero .content p {
  color: #302f2f;
  font-size: 1.3em;
}

.page-template-default section.hero .content h2 {
  color: #302f2f;
  display: block;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  position: relative;
}

.page-template-default section.hero .content h2:after {
  background: #f9402b;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.page-template-default .hero + #default-bg article.post {
  margin-top: 40px;
}

.page-template-default .hero + #default-bg article.post {
  padding-bottom: 160px;
}

.page-template-default article.post .post-content h3,
#default-content-2 .content h3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.page-template-default article.post .post-content h3:after,
#default-content-2 .content h3:after {
  background: #7aded1;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  width: 90px;
}

#default-content-2 {
  margin-top: calc( -10vw - 90px );
}

#default-content-2 .top {
  background-image: url( ../images/default-slant.png );
  background-size: cover;
  height: 6.8vw;
}

#default-content-2 .content {
  background: #f8f5f6;
  padding: 50px 0;
}

#default-content-2 .content .inner {
  font-size: .9em;
  line-height: 1.56;
  margin: 0 auto;
  max-width: 878px;
  width: 90%;
}

#default-content-2 .content .inner ul {
  float: left;
  display: inline-block;
  margin: 0 22px 30px 0;
  width: calc( 50% - 22px );
}

#default-content-2 .content .inner li {
  padding-left: 10px;
  position: relative;
}

#default-content-2 .content .inner li:before {
  content: "\00B7";
  left: 0;
  position: absolute;
  font-weight: bold;
  font-size: 2em;
  line-height: .7em;
  left: -12px;
}

#default-content-2 .content .inner ul + ul {
  margin: 0 0 30px 22px;
}

#default-content-2 .content .inner .button {
  background: #fa4931;
  color: #fff;
  margin: 0 auto;
  text-transform: none;
}

#default-content-2 .content .inner .button:hover {
  background: #181818;
}

.page-template-default .read-the-blog  {
  display: none;
}

@media screen and (max-width: 800px) {

  .page-template-default section.hero {
    padding-bottom: 58%;
  }

  #default-content-2 .content .inner ul {
    float: none;
    margin: 0 0 0 0 !important;
    width: 100%;
  }

}


.page-template-template_resources section.hero {
  padding-bottom: 44.9%;
}

.page-template-template_resources section.hero .content {
  color: #302f2f;
  left: 50%;
  margin-top: 0px;
  max-width: 555px;
  text-align: center;
  top: 30%;
  -moz-transform: translate( -50%, -50% );
  -webkit-transform: translate( -50%, -50% );
  transform: translate( -50%, -50% );
  width: 90%;
}

.page-template-template_resources section.hero .content h2 {
  display: table;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  position: relative;
}

.page-template-template_resources section.hero .content h2:after {
  background: #f9402b;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.page-template-template_resources .hero-banner {
  background-image: url( ../images/resources-sub-heading-bg.jpg );
  background-repeat: no-repeat;
  background-position: left bottom;
}

.page-template-template_resources .hero-banner .content {
  max-width: 1000px;
}

.page-template-template_resources .hero-banner .content a {
  border-bottom: 1px solid transparent;
  color: #fff;
}

.page-template-template_resources .hero-banner .content a:hover {
  border-color: #fff;
}

.page-template-template_resources section.text {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.page-template-template_resources section.text .content {
  padding-top: 100px;
}

.response {
  background: #fff;
  margin: 0 auto 80px;
  max-width: 880px;
  padding: 70px 50px 50px;
  width: 90%;
}

section.text .response .content {
  margin: 0;
  padding: 0;
  width: 100%;
}

.response .heading h3 {
  font-size: 1.6em;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

.response .heading h3:after {
  background: #7aded1;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  width: 90px;
}

section.text .response .content .more {
  display: table;
  margin: 10px auto;
  position: relative;
}

section.text .response .content .more:before,
section.text .response .content .more:after {
  background: #181818;
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: calc( 100% + 18px );
  width: 80px;
}

section.text .response .content .more:after {
  left: calc( 100% + 18px );
  right: auto;
}

section.text .response .content .more:hover:before,
section.text .response .content .more:hover:after {
  background: #7aded1;
}

.page-template-template_resources .read-the-blog  {
  display: none;
}

.page-template-template_resources section.opt-in,
section.opt-in.alt {
  background-image: url(../images/about-footer.jpg);
}
