<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero .image-bg-overlay:after {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,0c1952+100&amp;0+0,0.2+25,0.85+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 25%, rgba(12,25,82,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(12,25,82,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(12,25,82,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d90c1952',GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) {
        .hero .image-bg-overlay:after {
            height: 60vh;
        }
    }
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .hero .image-bg-overlay:after {
            height: 180vh;
        }
    }

.hero .image-bg-overlay.image-bg:after { /* Styles for large hero only */
  height: 160vh;
  min-height: 800px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25,0c1952+100&amp;0+0,0.2+25,0.85+100 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 25%, rgba(12,25,82,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(12,25,82,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(12,25,82,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d90c1952',GradientType=0 ); /* IE6-9 */
}
    @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) {
        .hero .image-bg-overlay.image-bg:after {
            height: 120vh;
        }
    }
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .hero .image-bg-overlay.image-bg:after {
            height: 260vh;
        }
    }

/*======+
| SMALL |
+======*/
/* Shorter Height */
/*.image-bg-container-sm {
    height: 30vh;
    min-height: 200px;
    width: 100%;
    position: relative;
}
    @media (min-width: 768px) {
      .image-bg-container-sm {
          min-height: 400px;
      }
    }
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .image-bg-container-sm {
            height: 80vh;
        }
    }

.image-bg-sm {
    width: 100%;
    min-height: 400px;
    height: 100%;
    position: relative;
    top: 0;
    background-position: center 40%;
}
    @media (orientation: landscape) and (min-height: 768px) {
        .image-bg-sm {
            min-height: 600px;
            height: 50vh;
        }
    }
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .image-bg-sm {
            min-height: 500px;
        }
    }*/

/*======+
| SMALL |
+======*/
.image-bg-container-sm {
/*     height: 46vh; */
	height: 40vh;
	min-height: 400px;
    width: 100%;
    position: relative;
}
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .image-bg-container-sm {
            height: 80vh;
        }
    }

.image-bg-sm {
    width: 100%;
    min-height: 400px;
    height: auto;
    position: relative;
    top: 0;
    background-position: center 40%;
}
    @media (min-height: 768px) {
        .image-bg-sm {
            min-height: 600px;
            height: 50vh;
        }
    }
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .image-bg-sm {
            min-height: 500px;
        }
    }

/*======+
| LARGE |
+======*/
.image-bg-container-lg {
    height: 100vh;
    min-height: 500px;
    width: 100%;
    position: relative;
}
    @media (min-width: 576px) {
        .image-bg-container-lg {
            /*height: 86vh;*/
            min-height: 800px;
        }
    }
    @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) {
        .image-bg-container-lg {
            height: 60vh;
        }
    }
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .image-bg-container-lg {
            min-height: 500px;
            height: 180vh;
        }
    }

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

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

.image-bg {
    width: 100%;
    /*min-height: 100vh;
    height: auto;*/
    height: 100vh;
    min-height: 500px;
    top: 0;
    background-position: center 20%;
    background-size: cover; /* Added 11/4 */
    background-repeat: no-repeat; /* Added 11/4 */
}
    @media (min-width: 576px) {
        .image-bg {
            /*min-height: 86vh;*/
            min-height: 800px;
        }
    }
    @media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) and (min-height: 1024px) {
        .image-bg {
            min-height: 60vh;
            background-position: center 10%;
        }
    }
    @media (orientation: landscape) and (min-width: 375px) and (max-width: 736px) and (max-height: 736px) {
        .image-bg {
            height: 180vh;
            min-height: 500px;
            background-position: center 10%;
        }
    }

/*=====+
| TEXT |
+=====*/
.hero-text-container {
    text-align: center;
    position: absolute;
    width: 300px;
    /*height: 35%;
    top: 65%;*/
    top: 80%;
    height: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 0px solid red;
}
    @media (min-width: 321px) {
        .hero-text-container {
            /*top: 68%;
            height: 50%;*/
            top: 80%;
            height: 40%;
        }
    }
    @media (min-width: 576px) {
        .hero-text-container {
            width: 370px;
        }
    }
    @media (min-width: 768px) {
        .hero-text-container {
            width: 100%;
            height: 45%;
            top: 55%;
            /*height: 62%;
            top: 40%;*/
            left: 0;
            padding: 30px;
            transform: translate(0, 0);
            /*text-align: center;
            margin: 0 auto;*/
        }
    }

.hero-text-container .heading-hero-bg:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 120px;
    height: 2px;
    /*margin: 15px 0;*/
    margin: 15px auto;
    background: #FFC72C;
}
  /*@media (min-width: 768px) {
    .hero-text-container .heading-hero-bg:after {
      margin: 15px auto;
    }
  }*/
  .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;
}

/* =============
| PRINT STYLES |
============= */

@media print {
  .no-print {
    display: none;
  }
}</pre></body></html>