.hero-simple.hero-latest-blog-post h1, .single .hero-simple h1 {
  margin-bottom: 30px; }
.hero-simple.hero-latest-blog-post p, .single .hero-simple p {
  font-size: 1.6rem;
  margin-top: 0;
  line-height: 1.3; }
@media (max-width: 767px) {
  .hero-simple.hero-latest-blog-post p, .single .hero-simple p {
    font-size: 1.1rem; } }

.hero-simple {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-bottom: 100px; }
  .hero-simple.right {
    height: 550px;
    padding-bottom: 100px !important; }
  @media (max-width: 767px) {
    .hero-simple.right {
      height: 400px;
      padding-top: 70px; } }
@media (max-width: 575px) {
  .hero-simple.right {
    height: 330px; } }
.hero-simple.right h1 {
  padding-left: 30px;
  margin-bottom: 20px; }
@media (max-width: 767px) {
  .hero-simple.right h1 {
    padding-left: 0; } }
.hero-simple.right p {
  padding-left: 30px;
  font-size: 1.8rem; }
@media (max-width: 767px) {
  .hero-simple.right p {
    font-size: 1rem;
    padding-left: 0; } }
.hero-simple.right a {
  margin-left: 30px; }
@media (max-width: 767px) {
  .hero-simple.right a {
    margin-left: 0; } }
.hero-simple.content-style-card {
  height: 450px;
  padding-bottom: 0 !important; }
  .hero-simple.content-style-card .hero-simple-container {
    position: relative; }
  .hero-simple.content-style-card .nny-card {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    transform: translate(0, 30%); }
  @media (max-width: 767px) {
    .hero-simple.content-style-card .nny-card {
      transform: translate(0, 10%); } }
  .hero-simple.content-style-card .card-content {
    width: 55%;
    margin-left: 45%;
    padding: 0 50px 40px; }
  @media (max-width: 767px) {
    .hero-simple.content-style-card .card-content {
      width: 100%;
      margin-left: 0;
      padding: 0 30px 25px; } }
  .hero-simple.content-style-card .card-content h1 {
    font-size: 2.8rem; }
  @media (max-width: 767px) {
    .hero-simple.content-style-card .card-content h1 {
      font-size: 2rem; } }
  .hero-simple.content-style-card .card-content p {
    font-size: 1.3rem !important; }
  .hero-simple.content-style-card .card-content span {
    font-size: 1.3rem !important; }
  .hero-simple.content-style-card .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  @media (max-width: 767px) {
    .hero-simple.content-style-card .thumbnail {
      display: none; } }
@media (max-width: 767px) {
  .hero-simple {
    min-height: 300px;
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px; } }
.hero-simple .dark-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }
.hero-simple .container {
  height: 100%; }
.hero-simple .row {
  height: 100%;
  align-items: flex-end; }
.hero-simple h1 {
  color: #e7eef6; }
.hero-simple p {
  color: #e7eef6;
  font-size: 2.143rem;
  line-height: 1.2; }
@media (max-width: 767px) {
  .hero-simple p {
    font-size: 1.5rem; } }
.hero-simple .nny-cta-button .subtext {
  color: #e7eef6; }
