.account.dropdown {
  position: relative;
}
.account.dropdown button, .account.dropdown a {
  background: none;
  border-radius: 0;
  border-color: #fff;
  border-width: 1px;
  padding: 0px 15px;
  text-transform: uppercase;
  font-size: 0.81rem;
  position: relative;
}
.account.dropdown button[aria-expanded=true], .account.dropdown a[aria-expanded=true] {
  background: #fff;
  color: #333;
  border-width: 1px;
  border-color: #333;
  border-bottom: none;
  z-index: 1001;
}
.account.dropdown button:focus, .account.dropdown a:focus {
  outline: none;
}
.account.dropdown .show {
  height: auto;
  border-radius: 0;
  border-color: #333;
  top: -3px !important;
}
.account.dropdown .dropdown-item {
  line-height: 1.5;
}

p a:link, p a:visited {
  font-weight: bold;
  text-decoration: underline !important;
}

.gallery-link {
  display: block;
  position: relative;
}
.gallery-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gallery-link .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.gallery-link .text h3 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.gallery-link .text p {
  display: inline-block;
  margin: 0;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 3em;
  transition: background 0.3s ease-in, color 0.3s ease-in;
}
.gallery-link:hover .text p {
  background: #fff;
  color: black;
}
.gallery-link .vbox-title {
  white-space: wrap;
  line-height: 1.5em;
}

.btn.wide {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

a.btn:link, a.btn:visited {
  text-decoration: none !important;
}

a.btn-blue,
.btn-blue {
  background-color: #001352;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding-left: 2em;
  padding-right: 2em;
}
a.btn-blue:hover,
.btn-blue:hover {
  color: #fff;
  background-color: #2173c0;
}

.hero-text {
  color: #fff;
  font-size: 1.25rem;
  margin-top: 1em;
}
.hero-text a:link,
.hero-text a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: underline !important;
}
.hero-text a:hover,
.hero-text a:active {
  color: #fefefe;
}

.events h3 {
  color: #4E3C2B;
  margin-bottom: 0.25em;
}
.events time {
  display: block;
  margin-bottom: 1em;
}
.events time:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22.857' viewBox='0 0 20 22.857'%3E%3Cpath id='calendar-days-solid' d='M5.714,0A1.427,1.427,0,0,1,7.143,1.429V2.857h5.714V1.429a1.429,1.429,0,1,1,2.857,0V2.857h2.143A2.143,2.143,0,0,1,20,5V7.143H0V5A2.143,2.143,0,0,1,2.143,2.857H4.286V1.429A1.427,1.427,0,0,1,5.714,0ZM0,8.571H20V20.714a2.143,2.143,0,0,1-2.143,2.143H2.143A2.143,2.143,0,0,1,0,20.714Zm2.857,3.571v1.429a.716.716,0,0,0,.714.714H5a.716.716,0,0,0,.714-.714V12.143A.716.716,0,0,0,5,11.429H3.571A.716.716,0,0,0,2.857,12.143Zm5.714,0v1.429a.716.716,0,0,0,.714.714h1.429a.716.716,0,0,0,.714-.714V12.143a.716.716,0,0,0-.714-.714H9.286A.716.716,0,0,0,8.571,12.143ZM15,11.429a.716.716,0,0,0-.714.714v1.429a.716.716,0,0,0,.714.714h1.429a.716.716,0,0,0,.714-.714V12.143a.716.716,0,0,0-.714-.714ZM2.857,17.857v1.429A.716.716,0,0,0,3.571,20H5a.716.716,0,0,0,.714-.714V17.857A.716.716,0,0,0,5,17.143H3.571A.716.716,0,0,0,2.857,17.857Zm6.429-.714a.716.716,0,0,0-.714.714v1.429A.716.716,0,0,0,9.286,20h1.429a.716.716,0,0,0,.714-.714V17.857a.716.716,0,0,0-.714-.714Zm5,.714v1.429A.716.716,0,0,0,15,20h1.429a.716.716,0,0,0,.714-.714V17.857a.716.716,0,0,0-.714-.714H15A.716.716,0,0,0,14.286,17.857Z' fill='%23ff681d'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.events .pagination {
  justify-content: center;
  gap: 0.25em;
}
.events .pagination li a {
  display: block;
  border-radius: 500px;
  padding: 0.5em 1em;
}
.events .pagination li a.active {
  background-color: #001352;
  color: #fff;
}

.event-individual h1,
.event-individual h2,
.event-individual h3,
.account-admin h1,
.account-admin h2,
.account-admin h3 {
  color: #4E3C2B;
  margin-bottom: 0.5rem;
}
.event-individual time,
.account-admin time {
  display: block;
  margin-bottom: 1em;
}
.event-individual time:before,
.account-admin time:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22.857' viewBox='0 0 20 22.857'%3E%3Cpath id='calendar-days-solid' d='M5.714,0A1.427,1.427,0,0,1,7.143,1.429V2.857h5.714V1.429a1.429,1.429,0,1,1,2.857,0V2.857h2.143A2.143,2.143,0,0,1,20,5V7.143H0V5A2.143,2.143,0,0,1,2.143,2.857H4.286V1.429A1.427,1.427,0,0,1,5.714,0ZM0,8.571H20V20.714a2.143,2.143,0,0,1-2.143,2.143H2.143A2.143,2.143,0,0,1,0,20.714Zm2.857,3.571v1.429a.716.716,0,0,0,.714.714H5a.716.716,0,0,0,.714-.714V12.143A.716.716,0,0,0,5,11.429H3.571A.716.716,0,0,0,2.857,12.143Zm5.714,0v1.429a.716.716,0,0,0,.714.714h1.429a.716.716,0,0,0,.714-.714V12.143a.716.716,0,0,0-.714-.714H9.286A.716.716,0,0,0,8.571,12.143ZM15,11.429a.716.716,0,0,0-.714.714v1.429a.716.716,0,0,0,.714.714h1.429a.716.716,0,0,0,.714-.714V12.143a.716.716,0,0,0-.714-.714ZM2.857,17.857v1.429A.716.716,0,0,0,3.571,20H5a.716.716,0,0,0,.714-.714V17.857A.716.716,0,0,0,5,17.143H3.571A.716.716,0,0,0,2.857,17.857Zm6.429-.714a.716.716,0,0,0-.714.714v1.429A.716.716,0,0,0,9.286,20h1.429a.716.716,0,0,0,.714-.714V17.857a.716.716,0,0,0-.714-.714Zm5,.714v1.429A.716.716,0,0,0,15,20h1.429a.716.716,0,0,0,.714-.714V17.857a.716.716,0,0,0-.714-.714H15A.716.716,0,0,0,14.286,17.857Z' fill='%23ff681d'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.event-individual img,
.account-admin img {
  margin-bottom: 1em;
}
.event-individual table,
.account-admin table {
  width: 100%;
}
.event-individual table thead,
.account-admin table thead {
  font-weight: 700;
}
.event-individual table thead th,
.account-admin table thead th {
  padding-bottom: 0.5em;
}
.event-individual table thead th:not(:first-child),
.account-admin table thead th:not(:first-child) {
  padding-left: 1em;
}
@media screen and (max-width: 576px) {
  .event-individual table thead tr,
  .account-admin table thead tr {
    display: none;
  }
}
.event-individual table tbody tr:nth-child(odd),
.account-admin table tbody tr:nth-child(odd) {
  background-color: #EFEFEF;
}
.event-individual table tbody tr td,
.account-admin table tbody tr td {
  padding: 0.5em 1em;
  vertical-align: middle;
}
.event-individual table tbody tr td a.btn:link,
.event-individual table tbody tr td a.btn:visited,
.account-admin table tbody tr td a.btn:link,
.account-admin table tbody tr td a.btn:visited {
  padding: 0 1.5em;
  background-color: #fff;
  display: block;
}
.event-individual table tbody tr td a.btn:hover,
.event-individual table tbody tr td a.btn:active,
.account-admin table tbody tr td a.btn:hover,
.account-admin table tbody tr td a.btn:active {
  background-color: #343a40;
}
.event-individual table tbody tr td small,
.account-admin table tbody tr td small {
  display: none;
}
.event-individual table tbody tr td small a,
.account-admin table tbody tr td small a {
  text-decoration: underline !important;
}
@media screen and (max-width: 576px) {
  .event-individual table tbody tr,
  .account-admin table tbody tr {
    display: flex;
    flex-direction: column;
  }
}

.rsvp {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 1.75em;
  position: sticky;
  top: 150px;
}
.rsvp h2 {
  color: #4E3C2B;
  margin-bottom: 0.5em;
}
.rsvp p:last-child {
  margin-bottom: 0;
}

.account-creation {
  background-image: url(https://region4programs.org/img/leaf-bg2@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.account-creation h1 {
  color: #4E3C2B;
}
.account-creation h3 {
  color: #4E3C2B;
}
.account-creation h3 a:link,
.account-creation h3 a:visited {
  color: #4E3C2B;
  text-decoration: underline !important;
}
.account-creation h3 a:hover,
.account-creation h3 a:active {
  color: rgb(110.8760330579, 85.2892561983, 61.1239669421);
}
.account-creation .btn-blue {
  display: inline-block;
  min-width: 250px;
}
.account-creation .form .btn-blue {
  display: block;
}
.account-creation .form label,
.account-creation .form legend {
  color: #4E3C2B;
  text-transform: unset;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.account-creation .form label.required:after,
.account-creation .form legend.required:after {
  content: "*";
  color: red;
}
.account-creation .form .form-control {
  border-radius: 5px;
}
.account-creation .form textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
}
.account-creation .form .form-field {
  margin-bottom: 1em;
}
.account-creation .form .form-check label {
  font-weight: normal;
}
.account-creation .form p a:link,
.account-creation .form p a:visited {
  font-weight: 700;
  text-decoration: underline !important;
}
.account-creation .form small {
  display: block;
  color: #001352;
  position: relative;
  top: -0.75em;
}

.account-admin .account-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 1.75em;
  margin-bottom: 2em;
}
.account-admin .account-card.d-flex {
  justify-content: space-between;
  align-items: center;
}
.account-admin .account-card.d-flex .profile-img {
  flex: 1 1 auto;
}
.account-admin .account-card.d-flex .profile-img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: calc(100% - 2em);
  margin: 0;
  max-width: 100px;
}
.account-admin .account-card.d-flex .contact-details {
  flex: 1 1 auto;
}
.account-admin .account-card.d-flex .contact-details h3 {
  color: #4E3C2B;
}
.account-admin .account-card.d-flex .contact-details p {
  margin: 0;
}
.account-admin .account-card.d-flex .contact-details p.email:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15'%3E%3Cpath id='envelope-solid' d='M1.875,64A1.875,1.875,0,0,0,.75,67.375l8.5,6.375a1.254,1.254,0,0,0,1.5,0l8.5-6.375A1.875,1.875,0,0,0,18.125,64ZM0,68.375V76.5A2.5,2.5,0,0,0,2.5,79h15A2.5,2.5,0,0,0,20,76.5V68.375L11.5,74.75a2.5,2.5,0,0,1-3,0Z' transform='translate(0 -64)' fill='%23ff681d'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.75em;
  position: relative;
  top: 0.25em;
}
.account-admin .account-card.d-flex .update {
  flex: 1 1 auto;
  text-align: right;
  align-self: stretch;
}
.account-admin .account-card.d-flex .update p {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .account-admin .account-card.d-flex {
    flex-direction: column;
    gap: 1em;
  }
  .account-admin .account-card.d-flex .profile-img img {
    width: 100%;
  }
  .account-admin .account-card.d-flex .update {
    text-align: center;
  }
}

.modal.show {
  position: fixed;
}

.form-field .small {
  display: block;
  padding-bottom: 1em;
}

.alert.alert-danger[style="display: inline;"] {
  display: block !important;
  margin-top: 1em;
}

.form-check {
  padding: 0;
}
.form-check ul {
  list-style: none;
}
.form-check ul li label {
  padding-left: 8px;
}

.btn-outline {
  background: #fff;
  border: 1px #001352 solid;
  color: #001352;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-outline:hover {
  background: #001352;
  color: #fff;
}
