body {
  font-family: 'Giddings Sans', sans-serif;
  color: #0c0c0c;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.25em;
  font-weight: 700;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  border-left: 0.3em solid #e2e2e2;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 1.875em;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.create-form {
  position: relative;
}

.styleguide_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.global_embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.global_symbol {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.styleguide_rich-text p {
  margin-top: 0em;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0em;
  margin-bottom: 0.3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0em;
  margin-bottom: 0.4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0em;
  margin-bottom: 0.6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-size: 1.46em;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  height: 3em;
  margin-bottom: 1em;
  padding: 0em 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-home-hero {
  padding: 1.875em;
}

.home-hero_section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0.9)), to(rgba(12, 12, 12, 0.9))), url('../images/Banner.jpg');
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.9), rgba(12, 12, 12, 0.9)), url('../images/Banner.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1002;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0c0c0c), to(transparent));
  background-image: linear-gradient(180deg, #0c0c0c, transparent);
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  display: none;
  width: 1.5em;
}

.nav-lottie {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  width: 10.9375em;
}

.nav-link {
  margin-left: 1.875em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 0.875em;
}

.nav-link:hover {
  color: #da1e35;
}

.nav-link.w--current {
  color: #da1e35;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2em;
  padding: 0.4375em 1.625em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99999px;
  background-color: #da1e35;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 400;
}

.btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  font-weight: 500;
}

.btn.blue {
  width: 15.625em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0245f5;
  color: #fff;
  font-size: 0.875em;
}

.btn.no-mgn {
  margin-left: 0em;
}

.btn.no-mgn.hero-btn {
  padding: 0.775em 3em;
}

.btn.submit {
  padding: 0.6375em 2.725em;
}

.hero-heading {
  margin-bottom: 0.5em;
  font-family: 'Giddings Headline', sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.hero-box-text {
  display: inline-block;
  padding: 0.0125em 0.3125em;
  border-radius: 0.2em;
  background-color: #da1e35;
}

.hero-paragraph {
  margin-bottom: 2.5625em;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}

.about-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6.875em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  width: 23.75em;
  height: 23.75em;
  border-radius: 100vh;
}

.about-image {
  width: 23.75em;
  height: 23.75em;
  border-style: solid;
  border-width: 5px;
  border-color: #da1e35;
  border-radius: 100vh;
  background-image: url('../images/daniel-giddings-feature.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -40px 0 0 0 #0c0c0c;
}

.about-name {
  margin-bottom: 0.3em;
  font-family: 'Giddings Headline', sans-serif;
  font-size: 3.25em;
  line-height: 1.6;
  font-weight: 700;
}

.red-text {
  color: #da1e35;
}

.about-paragraph {
  max-width: 40em;
  margin-bottom: 2em;
  font-size: 0.875em;
}

.news-section {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #0c0c0c;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-heading {
  font-family: 'Giddings Headline', sans-serif;
  color: #fff;
  font-size: 3.25em;
  line-height: 1.6;
  font-weight: 700;
}

.news-desc {
  margin-bottom: 1em;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-wrapper {
  width: 25%;
  padding-right: 1.375em;
  padding-bottom: 1.375em;
  padding-left: 1.375em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.article-wrapper:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.article-image {
  width: 100%;
  border-radius: 0.9375em;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-title {
  color: #fff;
  font-size: 0.875em;
  line-height: 1.4;
  font-weight: 700;
}

.article-date {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #828282;
  font-size: 0.6875em;
}

.instagram-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.instagram-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-svg {
  width: 2.625em;
  margin-bottom: 1.25em;
  color: #da1e35;
  line-height: 0;
}

.instagram-header-txt {
  font-family: 'Giddings Headline', sans-serif;
  font-size: 3.25em;
  line-height: 1.6;
  font-weight: 700;
}

.instagram-desc {
  font-size: 0.875em;
}

.instagram-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-wrapper {
  width: 25%;
  padding-right: 1.375em;
  padding-left: 1.375em;
}

.instagram-img {
  z-index: 0;
  width: 100%;
  border-radius: 0.9375em;
}

.instagram-img.aspect-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-overlay {
  z-index: 1;
}

.instagram-overlay.aspect-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  padding: 1.0375em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(12, 12, 12, 0.8)));
  background-image: linear-gradient(180deg, transparent, rgba(12, 12, 12, 0.8));
  opacity: 0;
}

.overlay-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlay-profile {
  margin-bottom: 0.625em;
  color: #fff;
  font-size: 0.625em;
  font-weight: 700;
}

.overlay-desc {
  color: #b9b9b9;
  font-size: 0.625em;
}

.instagram-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-involved-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.involved-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.involved-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.involved-events-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.get-involved-img {
  width: 23.75em;
}

.get-involved-hero-txt {
  margin-top: 0.3em;
  font-family: 'Giddings Headline', sans-serif;
  font-size: 3.25em;
  line-height: 1.6;
  font-weight: 700;
}

.get-involved-desc {
  margin-bottom: 2em;
  font-size: 0.875em;
}

.event-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25em;
  padding: 1.0625em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #0c0c0c;
  border-radius: 0.375em;
}

.event-block.upcoming-events {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.event-name {
  margin-bottom: 0.6875em;
  font-size: 1.25em;
  font-weight: 700;
}

.event-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-date {
  font-size: 0.6875em;
}

.event-address {
  margin-right: 1.375em;
  color: #da1e35;
  font-size: 0.6875em;
}

.event-address-copy {
  margin-right: 1.375em;
  color: #da1e35;
  font-size: 0.6875em;
}

.no-event-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-events-txt {
  color: #8f8f8f;
}

.contact-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1em;
  background-color: #0c0c0c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.heading {
  font-family: 'Giddings Headline', sans-serif;
  color: #fff;
  font-size: 3.25em;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.contact-desc {
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}

.form-label {
  margin-bottom: 0.5em;
  color: #9d9d9d;
  font-size: 0.6875em;
  line-height: 1.1;
  font-weight: 400;
}

.form-field {
  margin-bottom: 0px;
  border-style: none;
  border-color: #000;
  border-radius: 0.4375em;
  background-color: #161616;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fff;
}

.form-field:active {
  border-style: solid;
  border-width: 1px;
  border-color: #da1e35;
}

.form-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #da1e35;
}

.form-field.big-input {
  height: 12.5em;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-block-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.875em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 1.875em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  margin-top: 3em;
  margin-bottom: 3em;
  border-radius: 0.5em;
  background-color: #39994e;
  color: #fff;
  font-size: 0.875em;
}

.error-message {
  margin-top: 2em;
  padding: 1.25em;
  border-radius: 0.5em;
  background-color: #fa5151;
  color: #fff;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
}

.footer {
  padding-top: 1em;
  padding-bottom: 1em;
  color: #0c0c0c;
}

.footer._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-txt {
  font-size: 0.6875em;
  text-align: center;
}

.nav-content {
  position: relative;
  z-index: 1001;
  overflow: hidden;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.1em;
  cursor: pointer;
}

.menu-line {
  width: 0%;
  height: 0.125em;
  background-color: #fff;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.navmenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 12, 12, 0.99);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0.97)), to(rgba(12, 12, 12, 0.97))), url('../images/Banner.jpg');
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.97), rgba(12, 12, 12, 0.97)), url('../images/Banner.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._404-img {
  width: 18.75em;
}

._404-heading {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-family: 'Giddings Headline', sans-serif;
  color: #fff;
  font-weight: 700;
}

.create-hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0.9)), to(rgba(12, 12, 12, 0.9))), url('../images/Banner.jpg');
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.9), rgba(12, 12, 12, 0.9)), url('../images/Banner.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.event-desc {
  margin-bottom: 2em;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}

.upcoming-events-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.upcoming-header {
  font-family: 'Giddings Headline', sans-serif;
  color: #0c0c0c;
  font-size: 3.25em;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.upcoming-events-wrapper {
  margin-top: 2em;
}

._80-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._20-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delete-btn {
  padding-right: 3em;
  padding-left: 3em;
  border: 1px solid #000;
  border-radius: 0.5em;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0c0c0c;
  font-size: 0.6875em;
}

.delete-btn:hover {
  border-color: #da1e35;
  background-color: #da1e35;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .nav-link-wrapper {
    display: none;
  }

  .nav-menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5em;
    line-height: 0;
  }

  .nav-logo.w--current {
    width: 15em;
  }

  .btn {
    font-size: 1.2em;
  }

  .hero-paragraph {
    font-size: 1em;
  }

  .about-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-info-wrapper {
    width: 100%;
    margin-top: 3em;
    margin-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-image {
    box-shadow: none;
  }

  .about-paragraph {
    font-size: 1em;
  }

  .news-desc {
    font-size: 1em;
  }

  .news-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-wrapper {
    width: 50%;
    padding-top: 1.375em;
    padding-bottom: 1.375em;
  }

  .article-title {
    font-size: 1em;
  }

  .article-date {
    font-size: 0.9em;
  }

  .instagram-desc {
    font-size: 1em;
  }

  .post-wrapper {
    width: 50%;
    padding-top: 1.375em;
    padding-bottom: 1.375em;
  }

  .overlay-profile {
    font-size: 1em;
  }

  .overlay-desc {
    font-size: 0.8em;
  }

  .involved-info-wrapper {
    width: 100%;
    padding-right: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .involved-events-wrapper {
    width: 100%;
    margin-top: 5em;
    padding-left: 0em;
  }

  .get-involved-desc {
    width: 80%;
    font-size: 1em;
  }

  .event-name {
    font-size: 1.3em;
  }

  .event-date {
    font-size: 1em;
  }

  .event-address {
    font-size: 1em;
  }

  .no-events-txt {
    font-size: 1.2em;
  }

  .contact-desc {
    font-size: 1em;
  }

  .form-label {
    font-size: 0.9em;
  }

  .btn-section {
    margin-bottom: 2em;
  }

  .footer-txt {
    font-size: 1em;
  }

  .menu-item {
    font-size: 1.3em;
    font-weight: 600;
  }

  .navmenu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .event-desc {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .form {
    margin-top: 1em;
  }

  .form-block-half {
    width: 100%;
  }

  .nav-content {
    top: 20vh;
  }

  .navmenu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    margin-top: 1em;
    margin-right: 0em;
    margin-left: 0em;
  }

  .hero-paragraph {
    font-size: 1.2em;
  }

  .article-wrapper {
    width: 100%;
  }

  .post-wrapper {
    width: 100%;
  }

  .event-block.upcoming-events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .event-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-address {
    margin-right: 0em;
    margin-bottom: 0.5em;
  }

  .contact-wrapper {
    padding: 1.225em;
  }

  .nav-content {
    top: 20vh;
  }

  .navmenu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._80-block {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  ._20-block {
    width: 100%;
    margin-top: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Sans';
  src: url('../fonts/Colfax-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giddings Headline';
  src: url('../fonts/TiemposHeadline-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}