.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

.fl-container {
  display: flex;
}

.fl-col {
  flex-direction: column;
}

.fl-col-rev {
  flex-direction: column-reverse;
}

.fl-row {
  flex-direction: row;
}

.fl-row-rev {
  flex-direction: row-reverse;
}

.fl-j-between {
  justify-content: space-between;
}

.fl-j-around {
  justify-content: space-between;
}

.fl-j-center {
  justify-content: center;
}

.fl-j-end {
  justify-content: flex-end;
}

.fl-j-start {
  justify-content: flex-start;
}

.fl-al-center {
  align-content: center;
}

.fl-al-between {
  align-content: space-between;
}

.fl-al-around {
  align-content: space-around;
}

.fl-al-stretch {
  align-content: stretch;
}

.fl-al-start {
  align-content: flex-start;
}

.fl-al-end {
  align-content: flex-end;
}

.fl-ai-center {
  align-items: center;
}

.fl-ai-stretch {
  align-items: stretch;
}

.fl-ai-start {
  align-items: flex-start;
}

.fl-ai-end {
  align-items: flex-end;
}

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

.fl-1 {
  flex: 1;
}

.ttu {
  text-transform: uppercase;
}

.tdn {
  text-decoration: none;
}

.fw-bold {
  font-weight: 700;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 275;
}

.c-yellow {
  color: #F3C451;
}

.c-black {
  color: #000000;
}

.c-white {
  color: #FFFFFF;
}

.c-blue {
  color: #06274c;
}

.c-light-blue {
  color: #004c9a;
}

.bg-blue {
  background: #06274c;
}

.m-alpha {
  padding: 0 2.6041666667vw;
}

.m-bravo {
  padding: 0 4.9479166667vw;
}

.m-charlie {
  padding: 0 9.375vw;
}

.m-delta {
  padding: 0 14.0625vw;
}

.m-echo {
  padding: 0 15.625vw;
}

.fl-g-1 {
  gap: 0.5208333333vw;
}

.fl-g-2 {
  gap: 1.0416666667vw;
}

.fl-g-3 {
  gap: 1.5625vw;
}

.fl-g-4 {
  gap: 2.0833333333vw;
}

.fl-g-5 {
  gap: 2.6041666667vw;
}

.w-100 {
  width: 100% !important;
}

.w-98 {
  width: 98% !important;
}

.h-100 {
  height: 100% !important;
}

.fw-bold {
  font-weight: 700;
}

.text-red {
  color: #d1212b !important;
  text-transform: uppercase;
}

.text-green {
  color: #00682d !important;
  text-transform: uppercase;
}

.shadow-photo img {
  border: solid 1px #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.67);
}

.mx-1 {
  margin-left: 0.5208333333vw !important;
  margin-right: 0.5208333333vw !important;
}

.mx-2 {
  margin-left: 1.0416666667vw !important;
  margin-right: 1.0416666667vw !important;
}

.mx-3 {
  margin-left: 1.5625vw !important;
  margin-right: 1.5625vw !important;
}

.mx-4 {
  margin-left: 2.0833333333vw !important;
  margin-right: 2.0833333333vw !important;
}

.mb-4 {
  margin-bottom: 2.0833333333vw !important;
}

.mb-3 {
  margin-bottom: 1.5625vw !important;
}

.mb-2 {
  margin-bottom: 1.0416666667vw !important;
}

header {
  height: 6.8229166667vw;
  padding-right: 2.0833333333vw;
  background: #00682d url("../images/bg_logo.jpg") top left no-repeat;
  background-size: 39.375vw;
}
header .logo {
  height: 6.8229166667vw;
  font-family: Arvo, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  text-shadow: #00682d 0 0 5px, #00682d 0 0 10px, #00682d 0 0 20px, #00682d 0 0 40px, #002800 0 0 80px;
  padding-top: 1.0416666667vw;
  width: 18.75vw;
}
header .logo a {
  text-decoration: none;
  color: #FFFFFF;
}
header .logo a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
header .menu {
  height: 6.8229166667vw;
  width: 62.5vw;
}
header .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
}
header .menu ul li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.1458333333vw;
  font-weight: 600;
  line-height: 142%;
  text-shadow: #002800 0 -1px 0;
}
header .menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
header .menu ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
header .search {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  flex-wrap: nowrap;
  padding-top: 2.8125vw;
}
header .search form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
header .search form input[type=text] {
  border: none;
  padding: 0.15625vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  color: #000000;
  background: #FFFFFF;
  width: 75%;
}
header .search form input[type=submit] {
  padding: 0.15625vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  color: #FFFFFF;
  background: #000000;
  border: none;
  width: 20%;
}

section.hero {
  background: url("../images/hero.jpg") top center no-repeat;
  background-size: cover;
  height: 42.8125vw;
}
section.hero .guts h2 {
  background: url("../images/slogan.png") top center no-repeat;
  background-size: cover;
  width: 66.1979166667vw;
  height: 5.15625vw;
  text-indent: -9999px;
  margin: 0 auto;
  position: relative;
  top: 35.15625vw;
}
section.upper {
  background: url("../images/bg_upper.jpg") top center no-repeat;
  background-size: cover;
  height: 40.7291666667vw;
}
section.upper .guts {
  height: 40.7291666667vw;
  gap: 11.875vw;
}
section.upper .guts .tile {
  width: 21.3541666667vw;
  box-sizing: border-box;
}
section.upper .guts .tile img {
  display: inline-block;
  width: 100%;
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.67), 0 0 10px rgba(0, 0, 0, 0.67), 0 0 15px rgba(0, 0, 0, 0.67);
  margin-bottom: 0.5208333333vw;
}
section.upper .guts .tile h3 {
  font-family: Arvo, Georgia, "Times New Roman", Times, serif;
  font-size: 1.5625vw;
  width: 100%;
  line-height: 125%;
  text-align: center;
}
section.upper .guts .tile h3 a {
  text-decoration: none;
  color: #FFFFFF;
}
section.upper .guts .tile h3 a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
section.lower {
  background: url("../images/bg_lower.jpg") top center no-repeat;
  background-size: cover;
  height: 38.8020833333vw;
}
section.lower .guts .content {
  width: 34.375vw;
  padding-right: 41.6666666667vw;
}
section.lower .guts .content p {
  font-size: 1.875vw;
  line-height: 142%;
  color: #FFFFFF;
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-align: center;
}
section.inside {
  background: url("../images/hero.jpg"), url("../images/bg_sm.jpg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
section.inside .guts {
  background: rgba(255, 255, 255, 0.75);
  min-height: 28.6458333333vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 17.1875vw;
  padding-right: 17.1875vw;
}
section.inside .guts h1 {
  font-family: Arvo, Georgia, "Times New Roman", Times, serif;
  font-size: 2.5vw;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2.0833333333vw;
  color: #000000;
}
section.inside .guts h2 {
  font-family: Arvo, Georgia, "Times New Roman", Times, serif;
  font-size: 1.875vw;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5625vw;
  color: #000000;
}
section.inside .guts h3 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.25vw;
  font-weight: 630;
  margin-bottom: 1.0416666667vw;
  color: #000000;
}
section.inside .guts h4 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  font-weight: 630;
  margin-bottom: 0.5208333333vw;
  color: #000000;
}
section.inside .guts p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  font-weight: 380;
  line-height: 142%;
  color: #171717;
}
section.inside .guts p:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}
section.inside .guts p a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
section.inside .guts p a:hover {
  color: #000000;
  text-decoration: none;
}
section.inside .guts li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  font-weight: 380;
  line-height: 142%;
  color: #171717;
}
section.inside .guts li a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
}
section.inside .guts li a:hover {
  color: #000000;
  text-decoration: none;
}
section.inside .guts ul {
  margin: 0.5208333333vw 0 0.5208333333vw 2.0833333333vw;
}
section.inside .guts ul li {
  list-style: square;
}
section.inside .guts ol {
  margin: 0.5208333333vw 0 0.5208333333vw 2.0833333333vw;
}
section.inside .guts ol li {
  list-style: decimal;
}
section.inside .guts table td {
  padding: 0.2083333333vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 380;
}
section.inside .guts table td:not(.fc-daygrid-day) {
  width: 10.4166666667vw;
}
section.inside .guts table th {
  padding: 0.2083333333vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 540;
}
section.inside .guts table th:not(.fc-col-header-cell) {
  width: 10.4166666667vw;
}
section.inside .guts label, section.inside .guts legend {
  margin-bottom: 0.2083333333vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
section.inside .guts input[type=submit] {
  background: #171717;
  display: inline-block;
  padding: 0.2604166667vw 0.78125vw;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 450;
  font-size: 0.8333333333vw;
}
section.inside .guts .am-fs-sb p, section.inside .guts .am-fs-sb li, section.inside .guts .am-fs-sb label, section.inside .guts .am-fs-sb a, section.inside .guts .am-fs-sb a:hover {
  color: #FFFFFF;
}

footer.home {
  background: url("../images/bg_footer.jpg") top center no-repeat;
  background-size: cover;
  height: 41.1979166667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer.home .top {
  padding-top: 2.6041666667vw;
  padding-left: 11.71875vw;
  padding-right: 11.71875vw;
}
footer.home .top .facebook {
  width: 360px;
}
footer.home .top .contact h3 {
  text-transform: uppercase;
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8229166667vw;
  margin-bottom: 0.5208333333vw;
}
footer.home .top .contact input[type=text],
footer.home .top .contact input[type=email],
footer.home .top .contact textarea {
  border: #000000;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  background: #FFFFFF;
  padding: 0.2083333333vw;
}
footer.home .top .contact input[type=submit] {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.4583333333vw;
}
footer.home .top .contact label {
  position: absolute;
  left: -9999px;
}
footer.home .bottom .logo {
  padding-top: 2.0833333333vw;
  height: 6.8229166667vw;
  font-family: Arvo, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  text-shadow: #06274c 0 0 5px, #06274c 0 0 10px, #06274c 0 0 20px, #06274c 0 0 40px, #06274c 0 0 80px;
  padding-top: 1.0416666667vw;
  width: 18.75vw;
}
footer.home .bottom .logo a {
  text-decoration: none;
  color: #FFFFFF;
}
footer.home .bottom .logo a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
footer.home .bottom .menu nav {
  width: 62.5vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 0.5208333333vw;
}
footer.home .bottom .menu nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
}
footer.home .bottom .menu nav ul li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 142%;
  text-shadow: #18181b 0 -1px 0;
}
footer.home .bottom .menu nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
footer.home .bottom .menu nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
footer.home .bottom .menu .copyright p {
  color: #FFFFFF;
  text-align: center;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.8333333333vw;
  line-height: 142%;
}
footer.home .bottom .menu .copyright p a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
footer.home .bottom .menu .copyright p a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
footer.inside {
  background: #171717;
}
footer.inside .bottom {
  padding: 1.0416666667vw;
}
footer.inside .bottom .logo {
  padding-top: 2.0833333333vw;
  height: 6.8229166667vw;
  font-family: Arvo, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  text-shadow: #06274c 0 0 5px, #06274c 0 0 10px, #06274c 0 0 20px, #06274c 0 0 40px, #06274c 0 0 80px;
  padding-top: 1.0416666667vw;
  width: 18.75vw;
}
footer.inside .bottom .logo a {
  text-decoration: none;
  color: #FFFFFF;
}
footer.inside .bottom .logo a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
footer.inside .bottom .menu nav {
  padding-bottom: 0.8333333333vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
footer.inside .bottom .menu nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2.0833333333vw;
       column-gap: 2.0833333333vw;
}
footer.inside .bottom .menu nav ul li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 142%;
  text-shadow: #18181b 0 -1px 0;
}
footer.inside .bottom .menu nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
footer.inside .bottom .menu nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
footer.inside .bottom .menu .copyright p {
  color: #FFFFFF;
  text-align: center;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.8333333333vw;
  line-height: 142%;
}
footer.inside .bottom .menu .copyright p a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
footer.inside .bottom .menu .copyright p a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  header {
    height: auto;
    background-size: cover;
  }
  header .logo {
    height: auto;
    font-weight: 700;
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 1.25rem;
    width: 75%;
    margin: 0 auto 20px;
  }
  section.hero .guts h2 {
    background-size: contain;
    width: 99%;
    height: 60px;
  }
  section.upper {
    height: auto;
  }
  section.upper .guts {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
  }
  section.upper .guts .tile {
    width: 80%;
  }
  section.upper .guts .tile h3 {
    font-size: 1.5rem;
  }
  section.lower {
    height: auto;
  }
  section.lower .guts {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.67);
    padding: 40px 20px;
  }
  section.lower .guts .content {
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
  }
  section.lower .guts .content p {
    font-size: 1.25rem;
  }
  section.inside .guts {
    padding: 20px;
  }
  section.inside .guts h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  section.inside .guts h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  section.inside .guts h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  section.inside .guts p {
    font-size: 1rem;
  }
  section.inside .guts p:not(.last-child) {
    margin-bottom: 20px;
  }
  section.inside .guts table td {
    padding: 3px;
    font-size: 0.875rem;
  }
  section.inside .guts table td:not(.fc-daygrid-day) {
    width: 32%;
  }
  section.inside .guts input[type=submit] {
    font-size: 1rem;
    padding: 5px;
    width: 100%;
  }
  footer.home {
    height: auto;
  }
  footer.home .top {
    padding: 20px;
  }
  footer.home .top .guts {
    flex-direction: column;
  }
  footer.home .top .guts .facebook {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 40px;
  }
  footer.home .top .guts .contact {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  footer.home .top .guts .contact h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  footer.home .top .guts .contact input[type=text],
  footer.home .top .guts .contact input[type=email],
  footer.home .top .guts .contact textarea {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  footer.home .top .guts .contact input[type=text]:focus,
  footer.home .top .guts .contact input[type=email]:focus,
  footer.home .top .guts .contact textarea:focus {
    outline: none;
  }
  footer.home .top .guts .contact input[type=submit] {
    font-size: 1.5rem;
  }
  footer.home .top .guts .contact .gform_wrapper.gravity-theme .gform_footer, footer.home .top .guts .contact .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
  }
  footer.home .bottom .guts {
    flex-direction: column;
  }
  footer.home .bottom .menu .copyright p {
    font-size: 0.875rem;
    margin: 20px;
  }
  footer.inside .bottom .guts .menu p {
    font-size: 0.875rem;
    margin: 10px 0;
  }
  .hop {
    display: none !important;
  }
  #wprmenu_bar {
    font-size: 0.9895833333vw;
    font-family: Inter, Arial, Helvetica, sans-serif;
  }
  #wprmenu_bar .menu_title a {
    top: 1px;
    color: white;
    font-size: 34px;
    text-decoration: none;
  }
  #wprmenu_bar .menu_title a:hover {
    text-decoration: none;
  }
  #mg-wprm-wrap ul li {
    font-size: 16px !important;
    font-family: Inter, Arial, Helvetica, sans-serif;
  }
}