.c-page-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 111px 0 40px;
  min-height: 400px;
  position: relative;
}
.c-page-header:before {
	content: ' ';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 1700px) {
  .c-page-header {
    padding-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  .c-page-header {
    padding-top: 64px;
  }
}
@media (max-width: 991.98px) {
  .c-page-header {
    padding: 64px 0;
    min-height: 100px;
  }
}
.c-page-header__breadcrumbs {
  background-color: rgba(255, 255, 255, 0.05);
}
.c-page-header__info {
  padding: 150px 0;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .c-page-header__info {
    padding: 30px 0 150px;
    max-width: 100%;
    text-align: center;
  }
}
.c-page-header__title {
  font-weight: 300;
  font-size: 5em;
  line-height: 1;
  color: #fff;
  position: relative;
  margin: 20px 0 30px;
}
.c-page-header__title strong {
  font-weight: bold;
  display: block;
}
@media (max-width: 1199.98px) {
  .c-page-header__title {
    font-size: 4em;
  }
}
@media (max-width: 767.98px) {
  .c-page-header__title {
    font-size: 32px;
    line-height: normal;
  }
}
.c-page-header__intro {
  font-size: 1.125em;
  color: #fff;
  line-height: 1.4;
  margin-right: 100px;
}
@media (max-width: 1199.98px) {
  .c-page-header__intro {
    font-size: 0.9em;
    line-height: 1.5;
    margin-right: 80px;
  }
}
@media (max-width: 991.98px) {
  .c-page-header__intro {
    margin-right: 0;
  }
}
.c-page-header__prev-link {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}
.c-page-header__prev-link:before {
  content: " ";
  display: inline-block;
  height: 12px;
  width: 7px;
  vertical-align: middle;
  transform: rotate(-180deg);
  background-image: url("../../../img/icons/right-chevron-turquoise.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-page-header__prev-link a {
  color: inherit;
  padding-left: 10px;
}
.c-page-header__prev-link a:hover {
  text-decoration: none;
}
.c-page-header__prev-link:hover {
  transform: translateX(-5px);
}
.c-page-header__tag {
  color: #ffdeb3;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .c-page-header__tag {
    font-size: 0.8125em;
  }
}
.c-page-header__tag a {
  color: inherit;
}
.c-page-header__tags {
  position: relative;
  padding-left: 25px;
  margin: 0 0 25px;
}
.c-page-header__tags:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../../img/icons/tag-icon.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
}
.c-page-header--with-form .c-page-header__info {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .c-page-header--with-form .c-page-header__info {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .c-page-header--with-form .c-page-header__info {
    padding: 30px 0 50px;
  }
}
.c-page-header--with-form .c-page-header__title {
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .c-page-header--with-form .c-page-header__title {
    font-size: 1.875em;
  }
}
.c-page-header--with-form .c-page-header__intro {
  max-width: 85%;
}
@media (max-width: 767.98px) {
  .c-page-header--with-form .c-page-header__intro {
    max-width: 100%;
  }
}

.c-page-header--small .c-page-header,
.case-studies-list .c-page-header,
.whitepapers-list .c-page-header,
.testimonials-list .c-page-header,
.contact-page .c-page-header,
.blog-page .c-page-header,
.glossary-page .c-page-header {
  min-height: 350px;
}
@media (max-width: 991.98px) {
  .c-page-header--small .c-page-header,
  .case-studies-list .c-page-header,
  .whitepapers-list .c-page-header,
  .testimonials-list .c-page-header,
  .contact-page .c-page-header,
  .blog-page .c-page-header,
  .glossary-page .c-page-header {
    min-height: 100px;
  }
}
.c-page-header--small .c-page-header__info,
.case-studies-list .c-page-header__info,
.whitepapers-list .c-page-header__info,
.testimonials-list .c-page-header__info,
.contact-page .c-page-header__info,
.blog-page .c-page-header__info,
.glossary-page .c-page-header__info {
  padding: 45px 0;
  max-width: 70%;
}
@media (max-width: 991.98px) {
  .c-page-header--small .c-page-header__info,
  .case-studies-list .c-page-header__info,
  .whitepapers-list .c-page-header__info,
  .testimonials-list .c-page-header__info,
  .contact-page .c-page-header__info,
  .blog-page .c-page-header__info,
  .glossary-page .c-page-header__info {
    max-width: 100%;
  }
}
.c-page-header--small .c-page-header__title,
.case-studies-list .c-page-header__title,
.whitepapers-list .c-page-header__title,
.testimonials-list .c-page-header__title,
.contact-page .c-page-header__title,
.blog-page .c-page-header__title,
.glossary-page .c-page-header__title {
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .layout_page_header_form .c-page-header__prev-link {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .layout_page_header_form .c-page-header__prev-link:after {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .layout_page_header_form .c-page-header__prev-link a {
    padding: 0;
  }
}
