  /*========+
| GENERAL |
+========*/
.hero,
.no-hero {
	margin-top: 117px;
}

/*======+
| SMALL |
+======*/
.image-bg-container-sm {
	min-height: 400px;
    width: 100%;
    position: relative;
}

.image-bg-sm {
    width: 100%;
    min-height: 400px;
    height: auto;
    position: relative;
    top: 0;
    background-position: center 40%;
}

/*======+
| LARGE |
+======*/
.image-bg-container-lg {
/*     height: 100vh; */
	height: calc(100vh - 117px);
    min-height: 500px;
    width: 100%;
    position: relative;
}

.image-bg-container-lg .bg-element-text {
    top: 60%;
}

.image-bg-container-lg .heading-color {
    color: #FFFFFF;
}

.image-bg {
    width: 100%;
    height: 100%;
    min-height: 500px;
    top: 0;
    background-position: center 20%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*=====+
| TEXT |
+=====*/
.hero-text-container {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0 3rem;
}

.hero-text-container .heading-hero-bg:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 120px;
    height: 2px;
    margin: 15px auto;
    background: #FFC72C;
}

.hero-text-container .heading-hero-bg.bg-color-50th-gold:after {
	background: #b79e4b;
}

@media (min-width: 768px) {
  .hero-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9em;
}
    @media (min-width: 768px) {
        .subtitle {
            font-size: 1em;
        }
    }

.byline-container {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Oswald', sans-serif;
}

.byline-email {
  position: relative;
  bottom: 5px;
}

.hero a:not(.btn) {
  color: #FFFFFF;
}
