@font-face {
  font-family: Mystician;
  src: url('../fonts/Mystician.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

:root {
  --color-3: #0e3925;
  --color-4: #009a49;
  --color-9: #efd43f;
  --color-5: #ff8200;
  --color: white;
  --color-8: #68a468;
  --color-10: #cb8ac4;
  --color-2: #333;
  --color-7: #042f54;
  --color-11: black;
  --color-6: #1ea2b7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mystician, Times New Roman, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mystician, Times New Roman, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--color-9);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

a {
  color: var(--color-4);
  text-decoration: none;
}

a:hover {
  color: var(--color-5);
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

.hero {
  background-image: linear-gradient(#00000014, #00000014), url('../images/home_hero.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 90vh;
  margin-top: 10vh;
  position: relative;
}

.hero-overlay {
  opacity: .42;
  mix-blend-mode: color-dodge;
  background-image: url('../images/lg-icon-green.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-text-div {
  z-index: 2;
  -webkit-backdrop-filter: saturate(120%);
  backdrop-filter: saturate(120%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20% 5% 5%;
  display: flex;
  position: absolute;
  inset: 0%;
  text-shadow: 3px 3px 2px #000;
}

.hero-top-line {
  color: var(--color);
  text-align: center;
  font-family: Mystician, Times New Roman, sans-serif;
  font-size: 4.75em;
  line-height: 1.2em;
}

.hero-sub {
  color: var(--color);
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-line-3 {
  color: var(--color);
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2em;
  font-weight: 400;
}

.body {
  color: #000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 1.75em;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #00000014;
}

.image {
  height: 75px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
}

.nav-menu {
  align-items: center;
  width: 65%;
  height: 95px;
  padding-right: 3%;
  display: flex;
}

.drop-down-toggle {
  color: var(--color-3);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  line-height: 1em;
}

.drop-down-toggle:hover {
  color: var(--color-8);
}

.dropdown-list {
  background-color: var(--color-10);
}

.dropdown-list.w--open {
  background-color: var(--color-3);
}

.dropdown-list.end.w--open {
  right: 10px;
}

.dropdown-link {
  color: var(--color);
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-8);
  color: var(--color-2);
}

.nav-top {
  background-color: var(--color-3);
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.nav-top ul {
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  margin-bottom: 0px;
  list-style-type: none;
}

.nav-top ul li {
  margin-bottom: 0px;
}

.topMenu .menu-item a{
  color: var(--color);
  text-transform: uppercase;
  align-items: center;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

.topMenu .menu-item a:hover {
  color: var(--color-8);
}

.top-nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.image-2 {
  filter: none;
  width: 20px;
  margin-right: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  color: var(--color);
  margin-bottom: 0;
  margin-left: 15px;
}

.search-form {
    display: -webkit-box;
    display: flex;
    flex-flow: row-reverse;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-2);
  background-color: #fff0;
  height: 30px;
  margin-bottom: 0;
  margin-left: 5px;
}

.search-input:focus {
  color: var(--color);
}

.search-input::placeholder {
  color: var(--color);
  text-transform: uppercase;
}

.button {
  background-color: var(--color-5);
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  padding: 18px 30px 15px;
  font-family: Mystician, Times New Roman, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button.hover-light:hover {
  background-color: var(--color);
  color: var(--color-2);
}

.button.marg-spec {
  margin-bottom: 10px;
  margin-right: 10px;
}

.button.btm-marg {
  margin-bottom: 20px;
}

.welcome {
  background-color: var(--color-3);
  padding-top: 3%;
  padding-bottom: 3%;
}

.welcome-div {
  justify-content: space-between;
  width: 90%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.welcome-text-div {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.welcome-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-green {
  background-color: var(--color-3);
  width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mission {
  justify-content: space-between;
  display: none;
}

.mission-photo-div {
  object-fit: cover;
  width: 55%;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mission-text-div {
  background-color: #0000000d;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.mission-header-div {
  width: 100%;
  padding: 50px 0 10px 50px;
}

.mission-header-div._2 {
  padding-bottom: 0;
}

.pillar-holder {
  flex-flow: column;
  min-width: 120%;
  display: flex;
}

.pillar-div {
  background-color: var(--color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 25px 25px 0;
  display: flex;
}

.pillar-div.btm {
  margin-bottom: 0;
}

.icon-div {
  background-color: var(--color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  display: flex;
}

.icon-div.green {
  background-color: var(--color-3);
  margin-right: 20px;
}

.icon-div.orange {
  background-color: var(--color-5);
  margin-right: 20px;
}

.icon-div.lt-green {
  background-color: var(--color-4);
  margin-right: 20px;
}

.image-4 {
  max-width: 60%;
}

.pillar-txt {
  font-size: 1.1em;
}

.h4-lt-green {
  color: var(--color-4);
}

.h4-orange {
  color: var(--color-5);
}

._5050-section {
  background-color: var(--color-8);
  padding-top: 5%;
  padding-bottom: 5%;
}

._5050-section.white {
  background-color: var(--color-7);
}

._5050-section.dark-green {
  background-color: var(--color-3);
}

._5050-wrap {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._5050-wrap._2 {
  margin-bottom: 0%;
}

.text-div-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-div-48.white {
  color: var(--color);
}

.photo-div-48 {
  object-fit: cover;
  border-radius: 10px;
  width: 48%;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.support-section {
  background-color: var(--color-3);
  background-image: linear-gradient(#00000080, #00000080), url('../images/footer_bg.jpg');
  background-position: bottom;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 35vh;
  padding-top: 5%;
  padding-bottom: 5%;
}

.support-wrapper {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.h3-light {
  color: var(--color-9);
}

.h2-white {
  color: var(--color);
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin: 30px auto 0%;
}

.donat-div {
  color: var(--color);
  text-align: center;
  background-color: #00000061;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0%;
  padding: 25px;
  line-height: 1.5em;
  display: flex;
  box-shadow: 0 2px 8px #0000001a;
}

.library-photo {
  object-fit: cover;
  width: 40%;
  padding: 50px 50px 50px 0;
  position: relative;
  overflow: hidden;
}

.library-section {
  padding-top: 8%;
  padding-bottom: 5%;
  display: none;
}

.footer {
  justify-content: space-between;
  display: flex;
}

.newsletter-div {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 50px;
  display: flex;
}

.form-block {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
}

.form {
  align-items: center;
  display: flex;
}

.text-field {
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
}

.footer-div-right {
  background-color: #7ea07e4d;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  padding: 50px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.footer-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.brand-2 {
  width: 50%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.h4-white {
  color: var(--color);
}

.phone-link {
  color: var(--color);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.phone-link:hover {
  color: var(--color-5);
}

.image-6 {
  width: 25px;
  margin-right: 10px;
}

.email-link {
  color: var(--color);
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.email-link:hover {
  color: var(--color-5);
}

.quick-link-div {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.quick-link {
  margin-bottom: 10px;
  margin-right: 5px;
}

.social-link-div {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
}

.social-link:hover {
  transform: scale(.75);
}

.slider {
  background-color: #7ea07e26;
  width: 100%;
  min-height: 400px;
  margin-top: 20px;
  padding: 0;
}

.slide-nav {
  justify-content: center;
  padding-left: 0;
  display: flex;
  bottom: -50px;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-div {
  color: var(--color-11);
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-div:hover {
  opacity: .4;
}

.rent {
  background-color: var(--color-3);
  justify-content: space-between;
  min-height: 50vh;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.rent-text-div {
  background-color: var(--color-3);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.rent-text-holder {
  z-index: 5;
  background-color: var(--color);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.rental-slider {
  width: 55%;
  padding-right: .5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.space-slider {
  background-color: #ddd0;
  height: 92%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.slide-nav-2 {
  padding-left: 20px;
  display: flex;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.space-slide {
  background-image: url('../images/interior.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 48%;
  margin-right: 2%;
}

.space-slide._2 {
  background-image: url('../images/library.jpg');
  background-position: 50%;
  width: 49%;
  margin-right: 1%;
}

.space-slide._3 {
  background-image: url('../images/front-door-1.jpg');
  background-position: 50% 0;
  width: 49%;
  margin-right: 1%;
}

.space-slide._4 {
  background-image: url('../images/saint-patricks-day-parade.jpg');
  background-position: 50% 0;
  width: 49%;
  margin-right: 1%;
}

.h4-light {
  color: var(--color);
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  color: var(--color);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 68%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.image-7 {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.inner-header {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/maine-irish-heritage-center-aerial-view.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 40vh;
  margin-top: 10vh;
  position: relative;
}

.inner-header.gene {
  background-image: linear-gradient(#00000082, #00000082), url('../images/family-photos.jpg');
  background-position: 0 0, 50% 0;
  margin-top: 100px;
}

.header-text-div {
  z-index: 2;
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5% 5% 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.breadcrumbs {
  background-color: var(--color-8);
  align-items: center;
  padding: 1% 5%;
  display: flex;
  margin-bottom: 0px;
}

.bc-link {
  color: var(--color-3);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.bc-link:hover, .bc-link.current {
  color: var(--color-11);
}

.bc-arrow {
  color: var(--color-3);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.bc-arrow:hover {
  color: #6b8aac;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.green {
  background-color: var(--color-8);
}

.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.felex {
  justify-content: space-between;
  display: flex;
}

.wrapper.center {
  text-align: center;
}

.text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.text._65 {
  width: 65%;
}

.photo-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-div.contain {
  object-fit: contain;
  overflow: hidden;
}

.photo-div.contain._25 {
  width: 25%;
}

.img-contain {
  object-fit: contain;
  width: 100%;
}

.inner-cta {
  background-color: var(--color-3);
  border-bottom: 1px #e4ebf3;
  padding: 50px 0;
  position: relative;
}

.button-holder {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.steps {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.step-div {
  background-color: var(--color-3);
  color: var(--color);
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.number-div {
  background-color: var(--color-4);
  color: var(--color);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 2em;
  line-height: 1em;
  display: flex;
}

.genealogists {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.genealogist-div {
  background-color: var(--color-3);
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 48%;
  margin-bottom: 55px;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.genealogist-div.btm {
  margin-bottom: 0;
}

.gene-name {
  background-color: var(--color-4);
  color: var(--color);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: -25px;
  margin-bottom: 15px;
  padding: 10px 40px;
  font-size: 1.5em;
  line-height: 1em;
  display: flex;
}

.image-8 {
  width: auto;
  max-width: none;
  height: 100%;
}

.events-100 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.slide {
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    background-image: linear-gradient(#00000052, #00000052), url('../images/maine-irish-heritage-center-aerial-view.jpg');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 700px;
    margin-top: 90px;
  }

  .hero-text-div {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-top-line {
    font-size: 3em;
  }

  .hero-sub, .hero-line-3 {
    font-size: 1.5em;
  }

  .nav-menu {
    background-color: var(--color);
    width: auto;
    height: auto;
    padding-right: 0%;
  }

  .dropdown, .drop-down-toggle {
    display: block;
  }

  .nav-top {
    justify-content: space-between;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  ._5050-section {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .text-div-48 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .support-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/maine-irish-heritage-center-aerial-view.jpg');
    background-attachment: scroll, scroll;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer {
    flex-flow: column;
  }

  .newsletter-div, .footer-div-right {
    width: 100%;
    padding: 30px;
  }

  .slider {
    min-height: 350px;
  }

  .rent-text-div {
    width: 43%;
  }

  .container {
    flex-flow: column;
    align-items: flex-start;
    max-width: 728px;
  }

  .hero-wrapper-two {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrapper.felex {
    flex-flow: column;
    align-items: flex-end;
  }

  .text._65 {
    width: 100%;
  }

  .photo-div.contain._25 {
    width: 50%;
  }

  .step-div {
    justify-content: space-between;
  }

  .genealogist-div {
    width: 100%;
  }

  .slide {
    width: 100%;
    min-height: 350px;
  }

  .menu-button.w--open {
    background-color: var(--color-4);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 400px;
  }

  .image {
    height: 50px;
  }

  .brand {
    padding-left: 0;
  }

  ._5050-wrap {
    flex-flow: column;
  }

  .text-div-48, .photo-div-48 {
    width: 100%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .rent {
    flex-flow: column;
  }

  .rent-text-div {
    width: 100%;
    padding-bottom: 0%;
    padding-right: 5%;
  }

  .rent-text-holder {
    min-width: 100%;
  }

  .rental-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .breadcrumbs {
    padding-top: 3%;
  }

  .inner-cta {
    padding: 30px;
  }

  .steps {
    flex-flow: column;
  }

  .step-div {
    width: 100%;
    margin-bottom: 40px;
  }

  .events-100 {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.6em;
  }

  .hero {
    height: 400px;
  }

  .hero-text-div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-top-line {
    font-size: 2.5em;
  }

  .hero-sub, .hero-line-3 {
    font-size: 1.2em;
  }

  .nav-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-input {
    padding-left: 10px;
    padding-right: 0;
  }

  .welcome, ._5050-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .text-div-48.white {
    padding-top: 0;
  }

  .h2-white {
    font-size: 1.6em;
  }

  .newsletter-div {
    padding: 5% 15px 15px;
  }

  .footer-div-right {
    padding: 15px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .slider {
    height: 200px;
    min-height: 0;
    margin-top: 0;
  }

  .rent {
    padding-bottom: 15%;
  }

  .rent-text-holder {
    padding: 15px;
  }

  .space-slider {
    height: 100%;
  }

  .slide-nav-2 {
    bottom: -50px;
  }

  .space-slide {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .inner-header.gene {
    height: 400px;
    padding-top: 12%;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .bc-link, .bc-arrow {
    margin-bottom: 10px;
  }

  .photo-div.contain._25 {
    width: 100%;
    margin-top: 20px;
  }

  .button-holder {
    flex-flow: column;
    align-items: stretch;
  }

  .step-div {
    padding-left: 20px;
  }

  .gene-name {
    height: 40px;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .image-8 {
    width: 100%;
    height: auto;
  }

  .slide {
    min-height: 200px;
  }

  .nav-txt {
    display: none;
  }
}


@font-face {
  font-family: 'Mystician';
  src: url('../fonts/Mystician.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}