@charset "UTF-8";
/*
Theme Name: AMBC Fall Fest 2026
Author: Aside Project Studio
Author URI: https://asideproject.com/
Description: A responsive, semantic, HTML5, WordPress theme.
Version: 1.0
Tags: custom-menu, sticky-post, post-formats, responsive
*/
/* Box sizing rules */
* {
  position: relative;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}

/* Remove default margin */
body, h1, h2, h3, h4, .collapse--heading, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
$unit: percentage(69 / 960);
$gutter: percentage(12 / 960);

$unit: percentage(58 / 960);
$gutter: percentage(24 / 960);

$unit: percentage(68 / 970);
$gutter: percentage(14 / 970);
$unit: percentage(57 / 970);
$gutter: percentage(26 / 970);

$unit: percentage(77 / 1056);
$gutter: percentage(12 / 1056);
*/
/*
$unit: percentage(66 / $fullwidth);
$gutter: percentage(24 / $fullwidth);
*/
.radial {
  background: radial-gradient(center, circle farthest-corner, #555A5F 0%, #000 100%);
  background-color: #555A5F;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*! layout elements
--------------------------------*/
/*-- flexbox --*/
/*-- MENU
--------------------------------*/
#navmain {
  transition: font-size 0.1s ease;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
#navmain ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-backface-visibility: hidden;
}
#navmain ul li a {
  display: block;
  padding: 0.5rem 0.75em;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: white;
}
#navmain ul li ul li a {
  text-transform: none;
}
#navmain ul li ul li ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  border: none;
  padding-left: 1rem;
  box-shadow: none;
  width: 100%;
  margin-bottom: 0.5rem;
  left: auto;
  right: auto;
}
#navmain ul li.current_page_item > a, #navmain ul li.current-page-ancestor > a {
  color: #febd35;
}
#navmain ul li:hover > a {
  color: #febd35;
}
#navmain ul li:hover ul li a {
  background: none;
}

.trigger {
  cursor: pointer;
  color: white;
  font-weight: 200;
}
.trigger path {
  fill: white;
}
.trigger:hover {
  color: #febd35;
}
.trigger:hover path {
  fill: #febd35;
}

@media screen and (max-width: 720px) {
  /*-- main nav
  --------------------------------*/
  #navmain {
    transform: translateX(100%);
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 30vw;
    min-height: 100vh;
    background-color: #006146;
    z-index: 999999;
    width: 70vw;
    margin: 0;
    padding: 0 0 30px;
    overflow: hidden;
    font-size: 125%;
    -webkit-overflow-scrolling: touch;
  }
  #navmain .menu-main-menu-container {
    position: absolute;
    height: 100%;
    overflow: scroll;
    padding-bottom: 2rem;
    width: 100%;
    padding: 4rem 30px 30px;
  }
  #navmain ul {
    width: 100%;
  }
  #navmain ul li {
    width: 100%;
  }
  #navmain ul li a {
    display: block;
    padding: 0.25rem 2.2727272727%;
  }
  #navmain ul li ul {
    transition: all 0.2s ease;
    font-size: 75%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  #navmain ul li.open > a {
    color: #febd35;
  }
  #navmain ul li.open > ul {
    max-height: 1000rem;
    opacity: 1;
    padding-bottom: 1rem;
  }
  #navmain ul li:hover a {
    background: transparent;
  }
  #navmain.viz {
    transform: translateX(0);
    opacity: 1;
  }
  #slide-trigger {
    right: 5%;
    float: right;
    text-align: right;
    text-decoration: none;
    margin: 0;
    padding: 0.3rem;
    border: 1px solid white;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
  #slide-trigger .menulabel {
    display: none;
    float: left;
    margin-left: 0.3rem;
    line-height: 30px;
    color: white;
  }
  #slide-trigger:hover {
    background: rgb(0, 59, 76);
  }
  #slide-trigger:hover .menulabel {
    color: white;
  }
  #slide-trigger:hover svg path {
    fill: white;
  }
  .trigger {
    display: block;
  }
  .bars, .closex {
    width: 30px;
    height: 30px;
  }
  .bars svg, .closex svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px auto;
  }
  .bars svg path, .closex svg path {
    fill: white;
  }
  .closex {
    display: block;
    float: right;
    border: none;
    position: absolute;
    top: 2rem;
    right: 5%;
    z-index: 300;
  }
  .closex:hover {
    color: #febd35;
  }
  .closex:hover svg path {
    fill: #febd35;
  }
  .no-js #slide-trigger {
    display: none;
  }
  .no-js .menu-main-menu-container {
    display: block;
  }
  .no-js .menu-main-menu-container ul li {
    float: none;
  }
}
@media screen and (min-width: 721px) {
  #navmain {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #navmain ul {
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  #navmain ul li a {
    padding: 1rem 0;
  }
  #navmain ul li ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background: #6805a7;
    font-size: 87.5%;
    width: 12rem;
    visibility: hidden;
    opacity: 0;
    z-index: 19999;
    display: block;
    border: 1px solid #febd35;
  }
  #navmain ul li ul:before {
    position: absolute;
    left: 7px;
    top: -7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #febd35;
    border-left: 7px solid transparent;
    content: "";
  }
  #navmain ul li ul li {
    width: 100%;
    display: block;
  }
  #navmain ul li ul li a {
    line-height: 0;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    height: auto;
    color: white;
  }
  #navmain ul li ul li ul {
    transform: none;
    font-size: 87.5%;
  }
  #navmain ul li ul li ul li a {
    font-weight: 400;
  }
  #navmain ul li ul li ul:before {
    display: none;
  }
  #navmain ul li ul li:hover > a {
    color: #febd35;
  }
  #navmain ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  #navmain ul li:hover > ul li a {
    line-height: 1;
    height: auto;
  }
  #navmain ul li.menu-item-has-children:hover > a {
    cursor: default;
  }
  #hero #navmain {
    margin-top: 3rem;
    font-size: 125%;
  }
  #hero #navmain ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    flex-wrap: wrap;
  }
  #slide-trigger,
  #menuheader,
  .closex {
    display: none;
  }
}
/* =12-column grid setup
--------------------------------------------------------------------*/
.col {
  margin: 0 1.1363636364%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px;
}

.first {
  margin-left: 0;
}

.last {
  margin-right: 0;
}

.unit1 {
  width: 6.25%;
}

.unit2 {
  width: 14.7727272727%;
}

.unit3 {
  width: 23.2954545455%;
}

.unit4 {
  width: 31.8181818182%;
}

.unit5 {
  width: 40.3409090909%;
}

.unit6 {
  width: 48.8636363636%;
}

.unit7 {
  width: 57.3863636364%;
}

.unit8 {
  width: 65.9090909091%;
}

.unit9 {
  width: 74.4318181818%;
}

.unit10 {
  width: 82.9545454545%;
}

.unit11 {
  width: 91.4772727273%;
}

.unit12 {
  width: 100%;
  margin-right: 0;
}

.columns {
  -moz-column-gap: 2em;
       column-gap: 2em;
  -moz-column-rule: none;
       column-rule: none;
  -moz-column-width: 300px;
       column-width: 300px;
  -webkit-perspective: 1;
}
.columns ul, .columns li, .columns p, .columns h1, .columns h2, .columns h3, .columns h4, .columns .collapse--heading, .columns h5, .columns h6 {
  column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.columns h1, .columns h2, .columns h3, .columns h4, .columns .collapse--heading, .columns h5, .columns h6 {
  page-break-after: avoid;
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-break-after: avoid-column;
}
@media screen and (min-width: 541px) {
  .columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.columns > *::first-of-type:last-of-type {
  display: block;
  width: 100%;
}

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
.gform_wrapper .gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  width: 4em !important;
  float: left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  clear: both;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 48% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.gform_wrapper .right_label .gform_fileupload_multifile,
.gform_wrapper .left_label .gform_fileupload_multifile {
  margin-left: 31%;
}
.gform_wrapper .gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #aaa;
  margin-bottom: 10px;
}

/*-- form elements
--------------------------------*/
form {
  display: block;
}

fieldset legend {
  display: none;
}

label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea,
select {
  border-radius: 3px;
  font-family: "lato", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 100%;
  display: block;
  width: 100%;
  max-width: 700px;
  border: 1px solid #ccc;
  padding: 0.75em;
  height: 2.5em;
}

::-moz-placeholder {
  color: #888888;
}

::placeholder {
  color: #888888;
}

input:focus, textarea:focus, select:focus {
  background: #ffe;
}

input[type=submit],
input[type=button],
.button,
button {
  border-radius: 3px;
  transition: all 0.2s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  padding: 0.6em 1em;
  background: rgb(0, 59, 76);
  color: white !important;
  border: 1px solid white;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 700;
}
input[type=submit]:hover,
input[type=button]:hover,
.button:hover,
button:hover {
  background: rgb(167, 92, 5);
}
input[type=submit].reversed,
input[type=button].reversed,
.button.reversed,
button.reversed {
  background: white;
  color: primary;
}
input[type=submit].reversed:hover,
input[type=button].reversed:hover,
.button.reversed:hover,
button.reversed:hover {
  background: rgb(236, 232, 228);
}
input[type=submit].large,
input[type=button].large,
.button.large,
button.large {
  font-size: 125%;
}

textarea {
  max-width: none;
  height: auto;
}

select {
  width: auto;
  padding: 0 0.75em;
}

/*-- Gravity forms specific styles
--------------------------------*/
.gform_wrapper ul.gfield_radio label,
.gform_wrapper ul.gfield_checkbox label,
.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  clear: right;
  margin-left: 0.5em;
  font-weight: initial;
}
.gform_wrapper input.small {
  width: 20%;
  min-width: 20px;
  max-width: 100px;
}
.gform_wrapper .zipcode input {
  min-width: 60px;
  max-width: 100px;
}
.gform_wrapper ul.gform_fields,
.gform_wrapper ul.gfield_radio,
.gform_wrapper ul.gfield_checkbox {
  list-style: none;
  padding: 0;
}
.gform_wrapper li.gfield:before, .gform_wrapper li.gfield:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  height: 0;
  width: 100%;
}
.gform_wrapper li.gfield:after {
  clear: both;
}
.gform_wrapper li.gfield {
  *zoom: 1;
  margin-bottom: 1rem;
}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
  margin-bottom: 0;
}
.gform_wrapper .gfield_description {
  margin-top: 0.5rem;
}
.gform_wrapper .reqtxt, .gform_wrapper .emailreqtxt {
  font-size: 90%;
  color: #bd071a;
  font-style: italic;
}
.gform_wrapper .totalfield {
  display: inline-block;
  border: 2px solid rgb(205, 199, 189);
  padding: 0.5rem;
  font-size: 150%;
}
.gform_wrapper .totalfield label, .gform_wrapper .totalfield .ginput_container {
  display: inline-block;
  margin-right: 0.5rem;
}
.gform_wrapper .totalfield .ginput_container {
  font-weight: 700;
}
.gform_wrapper .totalfield .ginput_container_total input {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
}
.gform_wrapper {
  /* Class for labelling required form items */
}
.gform_wrapper .required, .gform_wrapper .validation_error {
  color: #bd071a;
}
.gform_wrapper .validation_error, .gform_wrapper .validation_message,
.gform_wrapper .gform_confirmation_message {
  background: rgba(202, 10, 55, 0.1);
  padding: 1rem;
  border-left: 3px solid #c03;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_confirmation_message {
  color: #3e754d;
  background: rgba(62, 117, 77, 0.1);
  border-color: #3e754d;
}
.gform_wrapper .validation_message {
  font-size: 75%;
  padding: 0.5rem 1rem;
  font-style: italic;
  color: #3e754d;
}
.gform_wrapper .ginput_complex span {
  display: block;
}
.gform_wrapper .ginput_complex span label {
  font-weight: 400;
}
.gform_wrapper .ginput_complex.ginput_container_address span.address_state select {
  width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container_address span.address_zip {
  width: 17%;
  min-width: 120px;
}
.gform_wrapper {
  /*-- datepicker input
  --------------------------------*/
}
.gform_wrapper .ginput_container_date input.datepicker,
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  display: inline-block;
}
.gform_wrapper .ginput_container_date input.datepicker {
  max-width: 200px;
  background-image: url(images/icons/calendar-alt.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 0.5em center;
  padding-left: 2em;
}
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  margin-left: 0.5rem;
}
.gform_wrapper .ginput_container_radio .gchoice .ginput_price {
  font-style: italic;
  color: #666;
  margin-left: 0.5rem;
  display: none;
}

/*-- datepicker div
--------------------------------*/
div#ui-datepicker-div {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  border: 1px solid rgb(205, 199, 189);
  background: rgba(255, 255, 255, 0.9);
  width: 200px;
  font-size: 87%;
}
div#ui-datepicker-div a {
  text-decoration: none;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: left;
  width: auto;
  max-width: 50%;
  text-transform: uppercase;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  float: left;
  border: 1px solid rgb(205, 199, 189);
  border-width: 1px 0;
  padding: 0.5rem 0;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: right;
  text-align: right;
  clear: right;
}
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
div#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  text-transform: none;
}
div#ui-datepicker-div table.ui-datepicker-calendar {
  width: 100%;
}
div#ui-datepicker-div table.ui-datepicker-calendar td {
  text-align: center;
}

@media screen and (min-width: 341px) {
  .gform_wrapper .ginput_complex span {
    display: block;
    float: left;
    width: 49%;
  }
  .gform_wrapper .ginput_complex span:first-of-type {
    margin-right: 2%;
  }
}
@media screen and (max-width: 770px) {
  .gform_wrapper .ginput_complex span.address_city, .gform_wrapper .ginput_complex span.address_state {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 771px) {
  .gform_wrapper .ginput_complex.ginput_container_address span.address_city {
    clear: left;
    margin-right: 2%;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.address_state {
    width: 30%;
    margin-right: 2%;
  }
}
/*-- Social links, etc
--------------------------------*/
ul.socials, ul.sharing-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.socials li, ul.sharing-links li {
  display: block;
  overflow: hidden;
  float: left;
}
ul.socials li a, ul.sharing-links li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
ul.socials li svg, ul.sharing-links li svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
ul.socials li path, ul.sharing-links li path {
  fill: white;
}

.share-icon {
  width: 26px;
  height: 26px;
  display: block;
}

ul.socials {
  font-size: 16px;
}
ul.socials li {
  background-color: transparent;
}
ul.socials li.share-facebook:hover a {
  background-color: #3b5998;
}
ul.socials li.share-instagram:hover a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
ul.socials li.share-linkedin:hover a {
  background-color: #0073a5;
}
ul.socials li.share-pinterest:hover a {
  background-color: #d43638;
}
ul.socials li.share-tumblr:hover a {
  background-color: #2c4762;
}
ul.socials li.share-twitter:hover a {
  background-color: #2ca9e1;
}
ul.socials li.share-youtube:hover a {
  background-color: #bf0900;
}
ul.socials li.share-email:hover a {
  background-color: #666;
}

ul.sharing-links li.share-facebook a {
  background-color: #3b5998;
}
ul.sharing-links li.share-instagram a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
ul.sharing-links li.share-linkedin a {
  background-color: #0073a5;
}
ul.sharing-links li.share-pinterest a {
  background-color: #d43638;
}
ul.sharing-links li.share-tumblr a {
  background-color: #2c4762;
}
ul.sharing-links li.share-twitter a {
  background-color: #2ca9e1;
}
ul.sharing-links li.share-youtube a {
  background-color: #bf0900;
}
ul.sharing-links li.share-email a {
  background-color: rgb(0, 59, 76);
}

.sharing-module:before, .sharing-module:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  height: 0;
  width: 100%;
}
.sharing-module:after {
  clear: both;
}
.sharing-module {
  *zoom: 1;
}
.sharing-module .sharing-title {
  display: block;
  cursor: pointer;
  margin: 0;
  float: left;
  font-size: 1rem;
  line-height: 1;
}
.sharing-module .sharing-title span {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
  color: rgb(0, 59, 76);
}
.sharing-module .sharing-title span path {
  fill: rgb(0, 59, 76);
}
.sharing-module .sharing-title span.share-icon {
  width: 1em;
}
.sharing-module .sharing-title:hover span {
  color: #febd35;
}
.sharing-module .sharing-title:hover span path {
  fill: #febd35;
}
.sharing-module .positioner {
  float: left;
  min-width: 50%;
  height: 26px;
  overflow: hidden;
}
.sharing-module .share-icon {
  display: block;
}
.sharing-module .sharing-links {
  transform: translateX(-100%);
  transition: all 0.2s ease;
  float: left;
  position: relative;
  left: 0;
  opacity: 0;
}
.sharing-module.open .sharing-links {
  transform: none;
  opacity: 1;
}

/* =collapsible div
--------------------------------------------------------------------*/
.accordion {
  margin-bottom: 2rem;
}

.collapse {
  opacity: 1 !important;
  padding: 0.5rem 0 0.5rem 0;
}
.collapse--heading {
  cursor: pointer;
  padding: 1rem;
  border: 1px solid rgb(161.0344827586, 149.7586206897, 130.9655172414);
  border-radius: 7px;
  margin: 0;
  display: flex;
}
.collapse--heading span {
  display: inline-block;
}
.collapse--heading .indicator {
  font-size: 0.8em;
  margin-left: 1em;
}
.collapse--heading:hover {
  color: rgb(167, 92, 5);
}
.collapse--heading::before {
  transition: all 0.2s ease;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  margin-right: 6px;
  vertical-align: middle;
  content: "⏵";
}
.collapse--heading.open {
  background: rgb(0, 59, 76);
  color: white;
}
.collapse--heading.open .indicator-inner, .collapse--heading.open::before {
  transform: rotate(90deg);
  color: rgb(167, 92, 5);
}
.collapse--content {
  display: none;
  padding: 1rem 2rem;
  font-size: 87.5%;
}
.collapse--content .collapse-content-inner {
  opacity: 1 !important;
}
.collapse--content .collapse-content-inner * {
  opacity: 1 !important;
}
@media print {
  /* =============================================================================
     Print Styles
     ========================================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  body {
    font-size: 11pt;
    margin: 0.5in;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, block quote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #branding {
    position: relative !important;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    height: auto !important;
  }
  #branding #logo {
    width: auto;
    max-width: 100%;
  }
  #branding #logo a {
    text-indent: 0;
    padding: 0;
    height: auto;
    color: #999;
    font-weight: 700;
  }
  #branding #logo a img {
    width: 100%;
  }
  #branding #logo a:after {
    display: none;
  }
  #primary {
    float: left;
    padding: 0;
  }
  #shim {
    height: 0 !important;
  }
  nav,
  #slide-trigger,
  .sharing-module {
    display: none !important;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  article {
    page-break-before: always;
  }
  ul, img {
    page-break-inside: avoid;
  }
}
/* HTML definitions */
body {
  margin: 0;
  padding: 0;
  background: #6805a7;
  font-family: "lato", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: #222;
}

::-moz-selection {
  background: rgb(0, 98.5921052632, 127);
  color: white;
  text-shadow: none;
}

::selection {
  background: rgb(0, 98.5921052632, 127);
  color: white;
  text-shadow: none;
}

a {
  transition: all 0.2s ease;
  color: rgb(0, 59, 76);
  font-weight: 700;
  text-decoration: underline;
}
a:visited {
  color: rgb(0, 59, 76);
}
a:hover {
  color: rgb(167, 92, 5);
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

path {
  transition: all 0.2s ease;
}

h1, h2, h3, h4, .collapse--heading, h5, h6 {
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgb(0, 59, 76);
  margin: 0 0 0.3em 0;
  text-transform: uppercase;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, .collapse--heading a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h1 {
  font-size: 275%;
}

h2 {
  font-size: 225%;
}

h3 {
  font-size: 135%;
}

h4, .collapse--heading {
  font-size: 120%;
}

h5 {
  font-size: 106.25%;
}

h6 {
  font-size: 100%;
}

p, ul, ol, hr {
  margin: 0 0 1.5em 0;
}

ul {
  padding-left: 2em;
}

hr {
  clear: both;
  border: 0;
  border-top: 1px solid rgb(205, 199, 189);
}
hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0;
}

iframe {
  width: 100%;
}

/*!-- STRUCTURE
--------------------------------*/
#page:before, #page:after, #bottom:before, #bottom:after, #main:before, #main:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  height: 0;
  width: 100%;
}
#page:after, #bottom:after, #main:after {
  clear: both;
}
#page, #bottom, #main {
  *zoom: 1;
}

.contain {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1056px;
  clear: both;
}

#page {
  background: white;
}

#main {
  padding: 0;
}

#primary {
  padding: 2rem 0;
}

.page-title {
  padding-top: 2rem;
}
#content {
  padding: 2em 0;
  width: 100%;
}

#bottom,
#sidebar {
  font-size: 75%;
  line-height: 1.3;
}

#sidebar #tertiary,
#sidebar .widget {
  border-bottom: 0;
  margin-bottom: 1rem;
}
#sidebar #tertiary:last-child,
#sidebar .widget:last-child {
  margin-right: 0;
}

#sponsors {
  background: white;
}

/*-- HEADER
--------------------------------*/
#branding {
  z-index: 10000;
}
#branding > .contain {
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-items: start;
  gap: 30px;
}
#branding #logo {
  margin: 0;
  width: 100%;
  font-size: 5vw;
}
#branding #logo a {
  color: white;
}
#branding #logo img {
  width: 100%;
  height: auto;
}
body.page-template-page-home #branding, body.page-template-page-parking #branding {
  display: none;
}

#branding, #hero {
  background-color: #006146;
  background-image: url(images/ff26-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#branding::before, #hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  content: "";
  background-color: #006146;
  opacity: 0.75;
  z-index: 0;
}

/* =hero
--------------------------------------------------------------------*/
.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.hero--content {
  margin: 4rem 0;
}
.hero #slide-trigger {
  position: absolute;
  top: 2rem;
  right: 5%;
}
.hero #slide-trigger .menulabel {
  display: block;
}
/*-- Footer
--------------------------------*/
#bottom {
  background: rgb(0, 59, 76);
  padding: 3rem 0;
  color: white;
}
#bottom h2, #bottom h3, #bottom h4, #bottom .collapse--heading {
  color: white;
}
#bottom a {
  color: #febd35;
}
#bottom a:hover {
  color: white;
}
#bottom .socials a {
  color: white;
}

#colophon {
  z-index: 1;
  display: grid;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

#footnav ul {
  list-style: none;
  margin-right: 0;
  padding: 0;
  float: right;
}
#footnav ul li {
  display: inline;
  margin: 0;
}
#footnav ul li:after {
  content: "  |  ";
}
#footnav ul li:last-child:after {
  content: "" !important;
}

.page-id-499 .page-header {
  display: none;
}
.page-id-499 #primary .contain {
  width: 100%;
  max-width: 100%;
  padding: 10px;
}
.page-id-499 #primary #content {
  padding: 0;
}
.page-id-499 ul.big_buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.page-id-499 ul.big_buttons li a {
  display: block;
  padding: 2rem 3rem;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 125%;
  background: #4f004c;
  text-decoration: none;
  color: white;
  border-bottom: 10px solid white;
  text-transform: uppercase;
}
.page-id-499 ul.big_buttons li a:hover {
  background: orangered !important;
}
.page-id-499 ul.big_buttons li:nth-of-type(2) a {
  background: rgb(167, 92, 5);
}
.page-id-499 ul.big_buttons li:nth-of-type(3) a {
  background: firebrick;
}
.page-id-499 ul.big_buttons li:nth-of-type(4) a {
  background: darkgreen;
}
.page-id-499 ul.big_buttons li:nth-of-type(5) a {
  background: #6805a7;
}
.page-id-499 ul.big_buttons li:nth-of-type(6) a {
  background: #ff8200;
}
.page-id-499 ul.big_buttons li:nth-of-type(7) a {
  background: #4f004c;
}

/*-- headers and overlays
--------------------------------*/
.overlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: "";
  text-indent: 1000%;
  overflow: hidden;
  white-space: nowrap;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  content: "";
}

/* =flexible content sections
--------------------------------------------------------------------*/
.layout.gallery .gallery_images {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.layout.gallery .gallery_images--img {
  margin: 0;
}
.layout.gallery .gallery_images--img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.graphic_buttons {
  display: grid;
  gap: 0;
}
.graphic_buttons--button {
  display: flex;
  aspect-ratio: 2/1;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.graphic_buttons--button::before {
  transition: all 0.2s ease;
  position: absolute;
  z-index: 0;
  opacity: 0.7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
.graphic_buttons--button:nth-of-type(3n+1)::before {
  background-color: rgb(0, 59, 76);
}
.graphic_buttons--button:nth-of-type(3n+2)::before {
  background-color: #febd35;
}
.graphic_buttons--button:nth-of-type(3n+3)::before {
  background-color: #c90090;
}
.graphic_buttons--button:nth-of-type(3n+4)::before {
  background-color: rgb(140, 149, 15);
}
.graphic_buttons--button:nth-of-type(3n+5)::before {
  background-color: #4f004c;
}
.graphic_buttons--button:nth-of-type(3n+6)::before {
  background-color: rgb(167, 92, 5);
}
.graphic_buttons--button h3, .graphic_buttons--button h4, .graphic_buttons--button .collapse--heading, .graphic_buttons--button a {
  color: white;
  text-decoration: none;
}
.graphic_buttons--button:hover::before {
  opacity: 0.9;
}

/* =tabs, specifically
--------------------------------------------------------------------*/
.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  overflow: visible;
}
.nav-tabs li.nav-item {
  flex-grow: 1;
  display: flex;
}
.nav-tabs li.nav-item a {
  background: rgb(205, 199, 189);
  display: block;
  color: white;
  text-decoration: none;
  padding: 1rem;
  width: 100%;
}
.nav-tabs li.nav-item a.active {
  background-color: #febd35;
}
.nav-tabs li.nav-item a.active:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  border-right: 14px solid transparent;
  border-top: 14px solid #febd35;
  border-left: 14px solid transparent;
  content: "";
}
.nav-tabs li.nav-item:hover a {
  opacity: 0.9;
}
.nav-tabs.has-2 li {
  width: 50%;
}
.nav-tabs.has-3 li {
  width: 33.3333333333%;
}
.nav-tabs.has-4 li {
  width: 25%;
}
.nav-tabs.has-5 li {
  width: 20%;
}
.nav-tabs.has-6 li {
  width: 16.6666666667%;
}

/*-- Content
--------------------------------*/
/* Add " (PDF)" text after links that go to PDFs */
/* If file size specified as data attribute, use that too */
.post {
  margin: 0 0 1rem;
  padding: 0 0 1rem 0;
  border-bottom: 2px solid #efefef;
}

.entry-meta {
  clear: both;
  display: block;
  font-size: 75%;
  margin-bottom: 1rem;
  color: rgb(161.0344827586, 149.7586206897, 130.9655172414);
}

#content nav {
  display: block;
  overflow: hidden;
}
#content nav.nav-previous {
  float: left;
  width: 50%;
}
#content nav.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content nav #nav-above {
  display: none;
}
#content nav #nav-below {
  margin: 1rem 0;
}
#content nav article.last-child,
#content nav .single .post {
  border: 0;
}

.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left;
}
.image-attachment nav {
  float: right;
  margin: 0 0 1rem 0;
}
.image-attachment .entry-content {
  clear: both;
}
.image-attachment .entry-content .entry-attachment {
  background: rgb(205, 199, 189);
  margin: 0 0 1rem;
  padding: 1rem;
  text-align: center;
}
.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* Images */
p img {
  margin-bottom: 0.5rem;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
  margin-right: 1rem;
  max-width: 50%;
}

img.alignright {
  margin-left: 1rem;
  max-width: 50%;
}

.wp-caption {
  padding: 0.5rem;
  text-align: center;
}

.wp-caption img {
  margin: 0.25rem;
}
.wp-caption .wp-caption-text {
  margin: 0.5rem;
}

#primary ul {
  overflow: hidden;
}

/*-- Alignment
--------------------------------*/
.alignleft, .alignright {
  display: inline;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/*-- alerts
--------------------------------*/
.alert:before, .alert:after, .validation_error:before, .validation_error:after,
.gform_confirmation_message:before,
.gform_confirmation_message:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  height: 0;
  width: 100%;
}
.alert:after, .validation_error:after,
.gform_confirmation_message:after {
  clear: both;
}
.alert, .validation_error,
.gform_confirmation_message {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid rgb(161.0344827586, 149.7586206897, 130.9655172414);
  background: rgb(236, 232, 228);
  padding: 2.2727272727%;
  margin-bottom: 2rem;
}
.alert *, .validation_error *,
.gform_confirmation_message * {
  color: #333;
}

.warning, .validation_error {
  background: #f2dede;
  border-color: #bd071a;
}

.ok,
.gform_confirmation_message {
  background: #dff0d9;
  border-color: #3e754d;
}

.validation_message {
  font-weight: 700;
  color: #a00;
}

/*-- Accessibility
--------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*-- alert boxes
--------------------------------*/
.alert:before, .alert:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  height: 0;
  width: 100%;
}
.alert:after {
  clear: both;
}
.alert {
  *zoom: 1;
  border-radius: 7px;
  border: 1px solid rgb(161.0344827586, 149.7586206897, 130.9655172414);
  background: rgb(205, 199, 189);
  padding: 2.2727272727%;
  margin-bottom: 2rem;
}

.warning {
  background: #f2dede;
  border-color: #bd071a;
}

.ok {
  background: #dff0d9;
  border-color: #3e754d;
}

.intro {
  font-size: 125%;
}

/* =main layout
--------------------------------------------------------------------*/
.band {
  color: white;
}
.band h1, .band h2, .band h3, .band h4, .band .collapse--heading, .band h5, .band h6 {
  color: white;
}
.band a {
  color: white;
}
.band a:visited, .band a:active, .band a:hover {
  color: #eee;
}
.band {
  padding: 3em 0;
  clear: both;
  min-height: 50vh;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.band .band-img {
  z-index: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.band .overlay {
  opacity: 0.85;
  z-index: 1;
}
.band .contain {
  z-index: 10;
}
.band#navigation {
  min-height: auto;
}
.band#navigation h2 {
  display: none;
}
.band#navigation .content {
  display: flex;
}
.band#parking {
  min-height: 100vh;
}
.band.neg {
  color: white;
  min-height: 50vh;
  background-color: black;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* =sponsors
--------------------------------------------------------------------*/
#sponsors {
  width: 100%;
  clear: both;
  margin: 0;
  border-top: 1px solid #ccc;
  padding: 3rem 0;
}

.allsponsors {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.allsponsors h2 {
  width: 100%;
}

.sponsor-level {
  margin-bottom: 3rem;
}
.sponsor-level h3 {
  grid-column: span 2;
  color: #006146;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
.sponsor-level.level-1-presented-by .sponsor_array, .sponsor-level.level-2-festival-partners .sponsor_array {
  grid-template-columns: repeat(2, 1fr);
}
.sponsor-level.level-3-supporting-sponsors {
  display: grid;
  grid-template-columns: 4fr 6fr;
  align-items: start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.sponsor-level.level-3-supporting-sponsors .sponsor_array.level-3-supporting-sponsors-level-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.sponsor_array {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.sponsor_array .sponsor img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.level-2-festival-partners .sponsor_array .sponsor img {
  aspect-ratio: 2/1;
}

.fallfest-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://ambcknox.org/site/wp-content/uploads/2020/10/Lamberson_BakerCreek_2-scaled.jpg);
  padding: 2rem 0;
}
.fallfest-banner img {
  width: 100%;
  max-width: 900px;
}
.fallfest-banner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  content: "";
  opacity: 0.85;
  background-color: #003c4d;
}

/* =info links
--------------------------------------------------------------------*/
.info-links {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  font-size: 16px;
}
.info-links li {
  border-right: 1px solid white;
  flex-grow: 1;
  text-align: center;
}
.info-links li:last-child {
  border: none;
}
.info-links li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
}

/* =media queries
--------------------------------------------------------------------*/
@media screen and (max-width: 340px) {
  ul.sponsor-array {
    flex-wrap: wrap;
  }
  ul.sponsor-array .sponsor {
    width: 60% !important;
  }
}
@media screen and (max-width: 540px) {
  .graphic_buttons--button {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 541px) {
  .tab-content {
    padding: 1.5rem;
  }
  .tab-content .callout {
    max-width: 75%;
  }
  .sponsor-level.level-1-presented-by, .sponsor-level.level-2-festival-partners {
    width: 40%;
  }
  .graphic_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 720px) {
  #branding {
    padding: 2rem 0;
  }
  #branding #logo {
    font-size: 10vw;
  }
  #branding > .contain {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
  }
  #slide-trigger {
    justify-self: end;
    right: 0;
  }
  .sponsor-level h3 {
    grid-column: unset;
  }
  .sponsor-level.level-3-supporting-sponsors {
    grid-template-columns: 1fr;
  }
  .sponsor-level.level-3-supporting-sponsors .sponsor_array {
    margin-bottom: 2rem;
  }
  .sponsor-level.level-3-supporting-sponsors .sponsor_array.level-3-supporting-sponsors-level-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 721px) {
  .graphic_buttons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 770px) {
  body {
    transition: all 0.3s ease;
    width: 100%;
    font-size: 1rem;
  }
  body.dropped {
    margin-left: -100%;
  }
  .info-links {
    display: block;
  }
  .info-links li {
    display: inline-block;
    border: none;
  }
  #colophon {
    padding: 0 2rem;
    text-align: center;
  }
  #colophon .ambc-logo {
    width: 50%;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 771px) {
  #branding {
    padding: 3rem 0 0;
  }
  .hero--title {
    max-width: 65%;
  }
  #colophon {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 1030px) {
  h2 {
    font-size: 200%;
  }
  h3 {
    font-size: 125%;
  }
  .band {
    background-attachment: scroll;
  }
  .band#ambc-fall-festival td,
  .band .sponsortable td {
    padding: 6px;
  }
}
@media screen and (min-width: 1031px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1900px) {
  .layout.gallery .gallery_images {
    grid-template-columns: repeat(3, 1fr);
  }
}

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