html {
  box-sizing: border-box; }

body, html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding: 89px; }

body {
  max-height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

*:not(.slider, .slider *), *:not(.slider, .slider *)::before, *:not(.slider, .slider *)::after {
  transition: all 250ms ease-out; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

embed,
iframe,
object {
  max-width: 100%; }

input, select, option, textarea {
  font-family: inherit; }

hr {
  background-color: #F1F1F1;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

p {
  margin: 0 0 1.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

input[type="search"],
input[type="submit"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.slide_caption {
  display: none; }

body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-style: normal; }

h1, .h1-like {
  font-family: 'Bely', serif;
  font-size: 48px; }

h2, .h2-like {
  font-family: 'Bely', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px; }

h3, .h3-like {
  font-family: 'Inter', sans-serif;
  font-size: 32px; }

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 95px;
  padding-right: 95px;
  padding-top: 25px;
  padding-bottom: 15px;
  z-index: 100;
  color: #fff;
  background: transparent; }

header.dark {
  background: rgba(255, 255, 255, 0.85) !important;
  -webkit-backdrop-filter: blur(3.6500000954px) !important;
          backdrop-filter: blur(3.6500000954px) !important;
  color: black; }

/*header.dark img {
  filter:invert(1);
}*/
header.dark .menu a {
  color: black; }

header nav {
  display: flex;
  align-items: baseline; }

.burger {
  display: none; }

header .menu {
  display: flex;
  list-style: none;
  margin: 0; }

header .menu li {
  margin-right: 50px; }

header .menu a, header .btn {
  color: white;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
  position: relative; }

header .btn:hover {
  background-color: #0071EB; }

header .menu a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff; }

header .menu a:hover::after {
  width: 100%; }

header.dark .menu a::after {
  background-color: black; }

body.logged-in header {
  top: 32px; }

.hero_section {
  position: relative;
  background-color: black;
  padding-top: 530px;
  padding-bottom: 250px;
  color: white;
  background-image: url("../images/hero_bg.png"), url("../images/hero_grayscale.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-left: 100px; }

.hero_content {
  max-width: 542.578px; }

.hero_content .hero {
  font-family: "acumin-pro-condensed", sans-serif; }

.hero_sub {
  font-size: 90px;
  line-height: 0.95; }

.btn, #contact .btn {
  background-color: #DF2A07;
  padding: 13px 33px 15px 33px;
  border-radius: 89px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.12em;
  /*margin-right:35px;*/
  font-weight: 900; }

.flex > .btn {
  margin-right: 35px; }

.btn.btn_alt {
  background: transparent;
  border: 1.5px solid #FFF;
  border-radius: 89px;
  padding-left: 42px;
  padding-right: 42px; }

#contact .btn {
  padding: 11px 53px 14px 53px;
  transition: all 250ms ease-out;
  height: 55px;
  margin-top: 10px; }

#contact .btn:hover {
  background-color: #DF2A07;
  opacity: 0.8; }

header .btn {
  padding: 6px 20px 8px 20px;
  text-transform: none;
  margin-right: 0; }

#gift-shop .btn {
  padding-left: 53px;
  padding-right: 53px; }

.second_section {
  background-color: white;
  /*padding-bottom: 65px;*/
  padding-top: 60px; }

.flex {
  display: flex; }

.flex.vert_flex {
  flex-direction: column; }

.flex.flex_vert_cent {
  align-items: center; }

.flex.flex_vert_start {
  align-items: flex-start; }

.flex.flex_wrap {
  flex-wrap: wrap; }

.second_section .container {
  padding-top: 90px;
  position: relative;
  top: -190px;
  margin-bottom: -190px;
  background-color: #fff;
  width: 96.4%;
  max-width: 1440px;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 35px; }

.second_section .content {
  width: 491px;
  margin-right: 60px; }

.second_section hr {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #F1F1F1; }

.second_section .content p {
  margin-bottom: 20px; }

.cap_text {
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  font-weight: 700; }

.second_section .image {
  position: relative;
  top: -110px;
  max-width: 748px; }

.container a:not(.btn, .event, .resource), .event_link {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.06em;
  position: relative;
  padding-right: 40px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 49px;
  white-space: nowrap;
  background-repeat: no-repeat; }

.container a:not(.event, .resource):hover, .event_link:hover {
  opacity: 0.8; }

.container a:not(.btn, .event, .resource):hover::after, .event_link:not(.btn, .event, .resource):hover::after {
  right: -10px; }

.container a:not(.btn, .event, .resource)::after, .event_link::after {
  content: "";
  width: 24px;
  height: 10px;
  background-image: url("../images/arrow.svg");
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  transform: translateY(50%);
  background-repeat: no-repeat; }

.slider_section {
  position: relative;
  width: 98%;
  margin-right: auto;
  margin-bottom: 20px;
  bottom: 60px; }

.slider {
  height: 800px; }

.slider .slide {
  height: 100%;
  position: relative; }

.slider .slide .slide_image {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center; }

.slider .slide .slide_caption {
  height: 75px;
  background: white;
  position: relative;
  top: -50px;
  left: 0px;
  padding-left: 58px;
  padding-right: 100px;
  padding-top: 25px;
  font-style: italic;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.controls {
  position: absolute;
  bottom: -25px;
  right: 0px;
  background-color: #fff;
  display: flex;
  height: 75px;
  padding-right: 25px;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px; }

.slide_control {
  width: 46px;
  height: 46px;
  background: #DF2A07;
  border-radius: 100%;
  cursor: pointer;
  background-image: url("../images/slide_arrow.svg");
  background-repeat: no-repeat;
  background-size-x: 19px;
  background-position: center; }

.slide_control:hover {
  background-color: #0071EB; }

.slide_control.next {
  transform: rotateZ(180deg); }

.twobgs {
  max-width: 96.4%;
  margin-left: auto;
  background-color: #000;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  background: url("../images/twobgs.png"), linear-gradient(180deg, #000 10.02%, #666 99.86%);
  background-size: cover; }

/*.twobgs::before {
  content: "";
  display:block;
  position:absolute;
  right:0;
  top:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-image: url('../images/50repeat.png');
  -webkit-mask-image: linear-gradient(135deg, black 0%, transparent 60%);
  mask-image: linear-gradient(135deg, black 0%, transparent 60%);
  z-index: 2;
}

.twobgs::after {
  content: "";
  display:block;
  position:absolute;
  opacity:0.1;
  right:0;
  width:100%;
  height:100%;
  background-image:url('../images/roof.jpg');
  -webkit-mask-image: linear-gradient(-135deg, black 0%, rgba(0,0,0,0.9) 60%, transparent 100%);
  mask-image: linear-gradient(-135deg, black 0%, black 60%, transparent 100%);
  background-size:cover;
  top:0;
  z-index: 1;
}*/
.twobgs .container {
  z-index: 3;
  position: relative;
  color: white;
  align-items: center;
  max-height: 515px; }

.twobgs hr {
  margin-top: 20px;
  background: #4D4D4D;
  margin-bottom: 25px; }

.twobgs .fiftyholder {
  position: relative;
  left: -10px; }

.twobgs .content {
  max-width: 566px;
  margin-left: 70px;
  padding-top: 115px;
  padding-bottom: 115px; }

.twobgs .content h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.84px; }

.twobgs .content p {
  margin-bottom: 30px; }

.mob_alt_font br {
  display: none; }

.events {
  padding-top: 45px; }

.events .container {
  width: 91%;
  max-width: 1240px;
  margin: auto; }

.events .filter_content {
  width: 503px;
  padding-top: 55px;
  margin-right: 105px;
  max-width: 100%;
  align-self: flex-start;
  top: 90px;
  position: -webkit-sticky;
  position: sticky; }

.events .filter_content h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.84px; }

.events .filter_content p {
  max-width: 426px; }

.events fieldset {
  border: 0px; }

fieldset div {
  position: relative; }

fieldset p {
  margin-bottom: 0px; }

.events legend {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none; }

.events input, .events label {
  cursor: pointer; }

.events input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0; }

.events label {
  position: relative;
  padding-left: 25px;
  color: #212121;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.96px;
  text-transform: capitalize; }

.events label:hover, .filter_clear:hover {
  opacity: 0.8; }

.events label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #0071EB;
  border-radius: 100%; }

.filter_clear {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  display: none; }

input:checked ~ label::before {
  background: radial-gradient(red 50%, white 50%); }

.filter_clear::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  background-image: url("../images/x.svg");
  transform: translateY(-40%); }

.event {
  background-color: #FBFBFB;
  padding-left: 55px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 110px;
  max-width: 661px;
  width: 100%;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: 10px; }

.event:hover {
  background: linear-gradient(120deg, #FBFBFB 24.04%, #F7F7F7 77.35%);
  border-bottom: 2px solid #EC3301;
  box-shadow: 0px 7px 40px -9px rgba(0, 0, 0, 0.25); }

.event .event_image {
  min-width: 150px;
  height: 150px;
  margin-right: 30px;
  background-size: cover; }

.event .event_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  max-width: 254px;
  margin-top: -6px;
  margin-bottom: 13px; }

.event_link {
  text-decoration: underline;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.event .event_info {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #121212;
  padding-left: 33px;
  position: relative; }

.event .event_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat; }

.event .event_info.date::before {
  background-image: url("../images/clock.svg"); }

.event .event_info.location::before {
  background-image: url("../images/pin.svg"); }

.load_more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px; }

.load_more .btn {
  display: block;
  margin: auto; }

.contact {
  background-image: linear-gradient(147deg, rgba(1, 1, 1, 0.22) -7.55%, rgba(0, 0, 0, 0) 74.79%), url("../images/courthouse.png");
  background-color: black;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
  width: 96.4%;
  margin-right: auto;
  position: relative;
  bottom: -75px;
  color: white;
  background-position: center;
  z-index: 2; }

.contact .container {
  max-width: 969px;
  width: 90%;
  margin: auto;
  color: white;
  justify-content: space-between;
  padding-left: 20px; }

.contact .wpforms-form {
  width: 100%;
  max-width: 453px; }

.contact div.wpforms-container-full .wpforms-field-label {
  color: white; }

.contact .wpforms-field-container {
  display: flex;
  flex-wrap: wrap; }

.contact .wpforms-field-email {
  width: 100%; }

.contact_content {
  max-width: 420px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 55px;
  padding-right: 0px;
  padding-left: 0px;
  width: 90%;
  margin-top: 17px; }

.contact_content h2, .contact_content p {
  max-width: 395px; }

div.wpforms-container-full .form-half {
  width: 48%; }

.form-half:first-child {
  margin-right: 4%; }

#contact div.wpforms-container-full:not(:empty) {
  margin: 0px; }

#contact div.wpforms-container-full input {
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(3.6500000954px);
          backdrop-filter: blur(3.6500000954px);
  height: 52px;
  border-bottom: 3px solid #fff;
  border-width: 0px 0px 3px 0px;
  border-radius: 0px;
  transition: all 250ms ease-out; }

#contact div.wpforms-container-full input:hover, #contact div.wpforms-container-full input:focus {
  background-color: rgba(255, 255, 255, 0.85); }

#contact div.wpforms-container-full label {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 5px; }

#contact .wpforms-container .wpforms-field {
  padding: 0px; }

#contact .h1-like {
  margin-bottom: 11px; }

#contact .contact_content p {
  color: #F1F1F1;
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0px; }

#contact .wpforms-field-email {
  margin-top: 15px; }

.education {
  background: #0E0E0E;
  color: white;
  padding-top: 150px;
  padding-bottom: 170px;
  overflow: hidden;
  position: relative; }

.education .container {
  position: relative;
  z-index: 2;
  max-width: 1260px;
  margin: auto; }

.edu_bg {
  position: absolute;
  top: -120px; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
.edu_bg.active path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: dash 10s ease-out forwards;
          animation: dash 10s ease-out forwards;
  transition: unset; }

.education .intro {
  max-width: 715px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px; }

.education .intro hr {
  max-width: 500px;
  background: #4D4D4D;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 25px; }

.education .flex {
  justify-content: center; }

.resource {
  color: black;
  text-decoration: none;
  background-color: white;
  max-width: 380px;
  padding: 40px;
  padding-right: 26px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 45px; }

.resource h4 {
  font-family: "acumin-pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.4px; }

.resource hr {
  background: #0071EB;
  max-width: 60px;
  margin-top: 15px;
  margin-bottom: 15px; }

.gift_shop {
  background: #fff;
  position: relative; }

.floating_oyez {
  position: absolute;
  right: 0;
  z-index: 3;
  top: -102px; }

.gift_shop .container {
  max-width: 470px;
  width: 30%;
  margin: auto;
  padding-top: 145px;
  padding-bottom: 145px;
  box-sizing: content-box;
  padding-right: 25px;
  position: relative;
  z-index: 5; }

.gift_shop hr {
  margin-top: 20px;
  margin-bottom: 20px; }

.gift_shop p {
  margin-bottom: 50px; }

.gift_shop .products {
  background: #F1F1F1;
  height: 533px;
  width: 50.6%;
  position: relative; }

.gift_shop .products img:first-child {
  z-index: 5;
  position: absolute;
  width: 570px;
  left: -112px;
  top: 90px;
  max-width: unset; }

.gift_shop .products img:last-child {
  position: absolute;
  top: -25px;
  right: 25px;
  max-width: unset;
  width: 418px;
  z-index: 4; }

footer {
  background-color: #0E0E0E;
  color: #fff;
  padding-top: 36px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px; }

footer .container.flex {
  justify-content: space-between;
  align-items: center; }

footer .seal {
  max-width: 104px; }

.social {
  text-align: right;
  margin-bottom: 5px; }

#footer .social a {
  text-decoration: none;
  border: 0px;
  padding: 0;
  margin-right: 0;
  margin-left: 10px; }

#footer a {
  color: white;
  font-family: "acumin-pro", sans-serif;
  padding-right: 15px;
  border-right: 1px solid #fff;
  margin-right: 15px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px; }

#footer a::after {
  content: unset; }

#footer a:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border: 0; }

footer .copy p {
  margin-bottom: 7px;
  letter-spacing: 0px; }

@media (min-width: 1441px) {
  .second_section .container {
    margin-left: auto;
    margin-right: auto; }

  .twobgs .content {
    margin: auto; } }
@media (max-width: 1300px) {
  .second_section {
    padding-bottom: 85px; }

  .slider_section {
    bottom: 0px;
    margin-bottom: 80px; } }
@media (max-width: 1200px) {
  .slider, .slider .slide .slide_image {
    height: 57vw; }

  .twobgs .content {
    margin-left: 35px; } }
@media (max-width: 1100px) {
  .twobgs .fiftyholder {
    width: 300px;
    position: static;
    margin-left: 10px; } }
@media (max-width: 1024px) {
  .hero_section {
    background-size: cover; }

  .twobgs .fiftyholder {
    display: none; }

  .twobgs {
    padding-top: 20px;
    padding-bottom: 50px;
    background-image: url("../images/twobgs_mob.png");
    background-color: #0E0E0E; }

  .twobgs .content {
    margin: auto; }

  .twobgs .container {
    max-width: 90%;
    margin: auto;
    max-height: unset; }

  .twobgs .flex {
    flex-wrap: wrap;
    align-items: flex-start; }

  .twobgs .btn:first-child {
    margin-bottom: 25px; }

  .second_section {
    padding-bottom: 65px;
    padding-top: 60px; }

  .second_section .image {
    position: static;
    width: 352px; }

  #events .filter_content .filter_clear p {
    margin-left: 0px; }

  .filters p.cap_text, .filters fieldset {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15px; }

  .events .container.flex {
    flex-wrap: wrap; }

  .events .filter_content {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    margin-right: 0;
    position: static; }

  .events .filter_content p {
    max-width: 100%; }

  fieldset.flex.vert_flex {
    flex-direction: row;
    flex-wrap: wrap; }

  fieldset div {
    width: 30%; }

  .filter_clear {
    margin-top: 0; }

  .events .filter_content h2, .events .filter_content p:not(.cap_text), .events .filter_content hr {
    margin-left: 5%;
    margin-right: 5%; }

  .events .event_list {
    width: 100%; }

  .event {
    width: 100%;
    max-width: 100%; }

  .contact .container {
    flex-wrap: wrap;
    flex-direction: column; }

  .contact_content, .contact_content h2, .contact_content p {
    width: 100%;
    max-width: 100%;
    text-align: center; }

  .contact .contact_content {
    margin-bottom: 50px; }

  .contact .wpforms-form {
    max-width: 100%; }

  .contact div.wpforms-container-full:not(:empty) {
    width: 100%; }

  .gift_shop .flex {
    flex-direction: column-reverse; }

  .gift_shop .products {
    width: 100%;
    height: 430px; }

  .gift_shop .container {
    max-width: 80%;
    padding-bottom: 50px;
    width: 470px; }

  footer {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-width: 920px) {
  footer .container.flex {
    flex-direction: column; }

  .social {
    text-align: center;
    margin-top: 15px; } }
@media (max-width: 900px) {
  header {
    padding-left: 60px;
    padding-right: 60px; }

  header .menu li {
    margin-right: 35px; } }
@media (max-width: 777px) {
  header {
    padding-left: 22px;
    padding-right: 22px; }

  header nav {
    position: fixed;
    width: 100vw;
    /*height:calc(100vh - 74px);*/
    height: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.85);
    -webkit-backdrop-filter: blur(3.6500000954px);
            backdrop-filter: blur(3.6500000954px);
    top: 71px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  header .btn {
    margin-bottom: 90px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 45px 13px 45px; }

  header img {
    height: 31px; }

  header.dark nav {
    background: rgba(255, 255, 255, 0.85); }

  header.dark .burger div {
    background-color: #000; }

  header .menu li {
    margin-right: 0px; }

  header .menu a {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block; }

  ul.menu {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .btn.btn_alt {
    background: transparent;
    border: 1.5px solid #FFF;
    border-radius: 89px;
    padding-left: 42px;
    padding-right: 42px; }

  h2, .h2-like {
    font-size: 30px;
    line-height: normal; }

  .burger {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block; }

  .burger div {
    height: 2px;
    width: 12px;
    background-color: #fff;
    margin: auto; }

  .burger div:nth-child(1) {
    margin-top: 4px; }

  .burger div:nth-child(2) {
    width: 20px;
    margin-top: 5px;
    margin-bottom: 5px; }

  p {
    font-size: 16px;
    line-height: normal; }

  .hero_section {
    padding-bottom: 75px;
    padding-left: 15px; }

  .hero_section .hero_content img {
    width: 337px; }

  .second_section h2 {
    padding-bottom: 12px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 12px; }

  .second_section hr {
    display: none; }

  .second_section .container .flex {
    flex-direction: column-reverse;
    align-items: center; }

  .second_section .container {
    position: static;
    padding-top: 0px;
    width: 81%;
    margin: auto;
    padding: 0; }

  .second_section .content {
    width: 100%;
    margin: 0; }

  .second_section .content .link_wrap a:first-child {
    margin-bottom: 15px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

  .second_section .content p:not(.cap_text) {
    margin-bottom: 60px; }

  .second_section .content .cap_text {
    margin-bottom: 15px; }

  .second_section .image {
    width: 60%;
    min-width: 352px; }

  .slider_section {
    bottom: unset;
    width: 100%;
    margin-bottom: 20px; }

  .controls {
    bottom: 0; }

  .slide_caption {
    display: none; }

  .controls {
    background: transparent;
    right: 50%;
    transform: translateX(50%); }

  .twobgs {
    padding-top: 20px; }

  .twobgs .content {
    padding: 0px; }

  .twobgs .content h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1.2px; }

  .twobgs .content h2 .mob_alt_font {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 0.66px;
    line-height: inherit; }

  .twobgs .content h2 .mob_alt_font br {
    display: block; }

  .twobgs hr {
    margin-top: 10px;
    margin-bottom: 20px; }

  .twobgs .content p {
    max-width: 352px; }

  .events .filter_content h2 {
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 15px; }

  .events .filter_content p {
    max-width: 100%; }

  .filters p.cap_text, .filters fieldset {
    margin-left: 0;
    margin-right: 0; }

  .event_image {
    display: none; }

  .filters {
    margin-bottom: 15px; }

  .filters hr {
    display: none; }

  fieldset {
    max-height: 0px;
    overflow: hidden;
    transition: all 375ms ease-out;
    background-color: #FBFBFB;
    padding-left: 35px; }

  fieldset div:first-child {
    margin-top: 20px; }

  .filter_desc {
    margin-bottom: 50px; }

  .filters p.cap_text {
    padding-top: 21px;
    padding-bottom: 18px;
    padding-left: 35px;
    background-color: #DF2A07;
    color: white;
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 16px;
    position: relative; }

  .filters p.cap_text span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }

  .filters p.cap_text span::before, .filters p.cap_text span::after {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    background: #fff;
    transform: translateX(3px) translateY(5px); }

  .filters p.cap_text span::before {
    transform: translateX(3px) translateY(7px) rotate(90deg); }

  .filters p.cap_text span.active::before {
    transform: translateX(3px) translateY(7px); }

  fieldset.active {
    max-height: 300px;
    padding-bottom: 20px;
    padding-top: 20px; }

  fieldset.flex.vert_flex {
    flex-direction: column; }

  fieldset div {
    width: 100%; }

  .filter_clear {
    margin-top: 15px; }

  .event {
    padding-left: 37px;
    padding-right: 40px; }

  .event .event_title {
    max-width: 261px; }

  .event .event_info {
    font-size: 15px; }

  .event_info.date {
    margin-bottom: 15px; }

  .contact {
    padding-top: 50px;
    width: 100%;
    bottom: 0px;
    background-size: 50% cover;
    background-image: url("../images/courthouse2.png"); }

  .contact .contact_content {
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 95%;
    margin: auto;
    width: 370px;
    margin-bottom: 35px; }

  .contact_content h2.h1-like {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 15px; }

  #contact div.wpforms-container-full:not(:empty) {
    width: 87.3%;
    margin: auto; }

  div.wpforms-container-full .form-half {
    width: 100%;
    margin-right: 0px;
    margin-top: 15px; }

  #contact div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center; }

  .education {
    padding-top: 70px;
    padding-bottom: 110px; }

  .education .intro {
    width: 81%;
    text-align: left; }

  .education .intro hr {
    margin-bottom: 15px;
    margin-left: 0; }

  .education h2.h1-like {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px; }

  .resource {
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px; }

  .resource h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px; }

  .floating_oyez {
    width: 95%;
    top: -88px; }

  .gift_shop .products {
    height: 318px; }

  .gift_shop .products img:first-child {
    width: 410px;
    left: -100px;
    top: 60px; }

  .gift_shop .products img:last-child {
    width: 284px;
    right: -50px; }

  .gift_shop .container {
    padding-top: 45px;
    width: 81%;
    padding-bottom: 65px; }

  footer {
    padding-left: 33px;
    padding-right: 33px;
    text-align: center; }

  footer .container.flex {
    flex-direction: column; }

  footer .seal {
    order: -1;
    margin-bottom: 10px; }

  footer .social {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 5px; }

  footer .text {
    margin-bottom: 10px; } }
@media (max-width: 490px) {
  .hero_section {
    background-image: url("../images/hero_grayscale.png"), url("../images/hero_bg_mob.png");
    background-size: cover,contain;
    padding-bottom: 75px;
    padding-left: 15px; } }
@media (max-width: 400px) {
  .hero_section {
    padding-top: 400px; } }
