@charset "UTF-8";
.darkgray {
  color: #252525; }

.darkgray-bg {
  background-color: #252525; }

.mid_gray {
  color: #7f7a72; }

.mid_gray-bg {
  background-color: #7f7a72; }

.dark_gold {
  color: #aca494; }

.dark_gold-bg {
  background-color: #aca494; }

.gold {
  color: #d6ccb5; }

.gold-bg {
  background-color: #d6ccb5; }

.silver {
  color: #dfdcd6; }

.silver-bg {
  background-color: #dfdcd6; }

.blue {
  color: #252525; }

.blue-bg {
  background-color: #008bc1; }

.white {
  color: #fff; }

.white-bg {
  background-color: #fff; }

.font-headlines, h1, h2, h3, h4, h5 {
  font-family: 'Cinzel', serif; }

.font-body {
  font-family: 'Playfair Display', serif; }

h1, h2, h3, h4, h5 {
  font-weight: 700; }

h1.text-center:after,
h2.text-center:after {
  content: '';
  position: relative;
  display: block;
  width: 3em;
  height: 4px;
  background: currentColor;
  left: 0;
  margin-top: 0.5em;
  border-radius: 4px; }
h1.text-center:after,
h2.text-center:after {
  left: 50%;
  transform: translate(-50%); }

body {
  font-size: 18px; }

.captchacontainer {
  margin-top: 2rem; }

.form-message {
  margin-bottom: -1rem;
  font-size: 16px !important;
  padding-top: 1rem;
  text-align: center;
  letter-spacing: 0.025rem; }

.this--fielderror,
.this--notfilledout {
  outline: 2px solid red; }

.header {
  background-image: url("/images/cover-new-min.jpg");
  background-size: cover;
  background-position: top center;
  height: 100vh;
  min-height: 860px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 5px solid #008bc1;
  background-repeat: no-repeat; }
  .header:after {
    content: '';
    position: absolute;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 200%;
    bottom: 0;
    left: 0; }
  @media (min-width: 992px) {
    .header {
      background-attachment: fixed; } }
  @media (max-width: 991px) {
    .header {
      min-height: 1240px; } }
  @media (max-width: 767px) {
    .header {
      background-size: 200%;
      background-position: 30% 0;
      min-height: 1750px; }
      .header:after {
        background: rgba(0, 0, 0, 0.25); } }
  @media (max-width: 500px) {
    .header {
      background-size: 260%; } }
  .header__cta {
    font-size: 15px !important;
    text-align: center;
    max-width: 720px; }
    @media (min-width: 992px) {
      .header__cta {
        text-align: right;
        float: right; } }
  .header__logo {
    position: absolute;
    top: 1rem; }
    @media (max-width: 991px) {
      .header__logo {
        top: 5rem;
        left: auto;
        right: 0; } }
    @media (max-width: 767px) {
      .header__logo {
        left: 50%;
        transform: translateX(-50%);
        width: 200px; } }
    @media (max-width: 385px) {
      .header__logo {
        top: 6rem; } }
  .header__wrapper {
    display: flex;
    align-items: flex-end; }
  @media (min-wdith: 768px) {
    .header__inner {
      flex-wrap: nowrap; }
    .header__form {
      min-width: 353px; } }

.form-control {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff; }
  .form-control:focus {
    color: #252525; }

.wsnw {
  white-space: nowrap; }

@media (min-width: 768px) {
  .header__inner {
    flex-wrap: nowrap; }

  .form-bg {
    background: rgba(37, 37, 37, 0.66);
    backdrop-filter: blur(3px);
    margin-bottom: -3rem;
    min-width: 353px; } }
label {
  font-size: 1rem; }

.card {
  box-shadow: 0 9px 17px rgba(0, 0, 0, 0.15); }

.headshot {
  position: relative;
  padding-bottom: 130%; }
  .headshot__link {
    display: block; }
  .headshot__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  .headshot figcaption {
    position: absolute;
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 1rem;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.9); }

.images_container a,
.images_container span,
.images_container img {
  object-fit: contain;
  margin: 1em auto; }
  @media (max-width: 500px) {
    .images_container a,
    .images_container span,
    .images_container img {
      max-width: 120px; } }
.images_container img {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0; }

a {
  color: #fff !important;
  display: inline-block; }

a,
button {
  transition: all 0.25s; }
  a:focus, a:hover,
  button:focus,
  button:hover {
    transform: scale(1.05); }

.why__list li {
  list-style: none;
  margin-bottom: 1em;
  position: relative;
  padding: 0 3rem; }
  .why__list li:before {
    content: '✔';
    color: #2ab5eb;
    font-size: 1.5em;
    padding-right: 0.5em;
    margin-left: -1.1em;
    position: absolute;
    top: -0.4rem; }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

/*# sourceMappingURL=style.css.map */
