@charset "UTF-8";
/*! Studio Lake Starter */
@font-face {
  font-family: "Bayard";
  src: url("../frontend/fonts/bayard/VTCBayardNeue-Regular.woff") format("woff");
  src: url("../frontend/fonts/bayard/VTCBayardNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.at-inner,
.at-fields {
  background: transparent !important;
}

.section-form .at-form-submit {
  padding: 0 0 20px 0 !important;
}
.section-form .at-form-submit .at-submit {
  float: none !important;
}
.section-form .at-form-submit.clearfix {
  text-align: center !important;
}
.section-form .at-form-submit .btn-at-primary {
  background: #FD4517 !important;
  padding: 20px 29px !important;
  font-weight: 400 !important;
  letter-spacing: 0.15px;
  font-size: 14px !important;
  font-family: "Inter" !important;
  border-radius: 0px !important;
}
.section-form .at-text {
  font-weight: 400 !important;
  letter-spacing: 0.15px;
  font-size: 14px !important;
  font-family: "Inter" !important;
  color: white !important;
}
.section-form .at-row input {
  height: 50px !important;
  margin-top: 4px;
}
.section-form .UpdateMyProfile {
  display: none !important;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

body {
  font-family: "Inter", sans-serif;
  line-height: 1.45;
  font-weight: 300;
  color: #031A11;
  background-color: #F7F6F3;
  font-size: 17px;
}
@media screen and (min-width: 1096px) {
  body {
    font-size: 20px;
  }
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #09291C;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
  opacity: 1;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

figure {
  margin: 0;
}

img {
  verical-align: middle;
}

small {
  font-size: 80%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

::-moz-selection {
  color: white;
  background: #FD4517;
}

::selection {
  color: white;
  background: #FD4517;
}

.modal-backdrop {
  background-color: #09291C;
}
.modal-backdrop.show {
  opacity: 0.7;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 0;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  letter-spacing: -0.03em;
}

.h1,
h1 {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (min-width: 1096px) {
  .h1,
  h1 {
    font-size: 55px;
  }
}

.h2,
h2 {
  font-size: 28px;
}
@media screen and (min-width: 1096px) {
  .h2,
  h2 {
    font-size: 35px;
  }
}

.h3,
h3 {
  font-size: 21px;
}
@media screen and (min-width: 1096px) {
  .h3,
  h3 {
    font-size: 22px;
  }
}
.h3.thin,
h3.thin {
  font-weight: normal !important;
}

.h4,
h4 {
  font-size: 15px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1096px) {
  .h4,
  h4 {
    font-size: 16px;
  }
}

.h5,
h5 {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-family: "Inter", monospace;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.5;
}
@media screen and (min-width: 1096px) {
  .h5,
  h5 {
    font-size: 15px;
  }
}

.h6,
h6 {
  font-size: 10px;
}
@media screen and (min-width: 1096px) {
  .h6,
  h6 {
    font-size: 12px;
  }
}

p {
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}
p:last-of-type {
  margin: 0;
}

p:not(.p-large):not(.p-caption):not(.wp-caption-text) {
  color: inherit;
}

p a {
  text-decoration: none !important;
  position: relative;
  display: inline;
  padding-bottom: 1px;
  border-bottom: 1px solid #09291C;
  transition: 0.2s;
}

.caption {
  font-size: 14px;
  padding-top: 10px;
  opacity: 0.65;
}

.mark,
mark {
  padding: 0.2em;
  background-color: yellow;
}

.small,
small {
  font-size: 13px;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  opacity: 0.5;
}

.text-xs {
  font-size: 85%;
  line-height: 1.5;
}
@media screen and (min-width: 1480px) {
  .text-xs {
    font-size: 80%;
  }
}

.text-s {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1480px) {
  .text-s {
    font-size: 18px;
  }
}

.text-l {
  font-size: 22px;
}
@media screen and (min-width: 1096px) {
  .text-l {
    font-size: 27px;
  }
}
@media screen and (min-width: 1480px) {
  .text-l {
    font-size: 30px;
  }
}

.info {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.title-s {
  line-height: 1.3;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1096px) {
  .title-s {
    font-size: 20px !important;
  }
}
.title-s span {
  opacity: 0.65;
}

.title-m {
  line-height: 1.2;
  font-size: 25px !important;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1096px) {
  .title-m {
    font-size: 30px !important;
  }
}

.title-l {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1096px) {
  .title-l {
    font-size: 40px;
  }
}

.title-xl {
  line-height: 1.2;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.number {
  font-weight: 800;
  font-size: 40px;
}
@media screen and (min-width: 1096px) {
  .number {
    font-size: 50px;
  }
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.acf-map {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
  margin: 0px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.marker-content {
  text-align: center !important;
  color: #fff;
}
.marker-content h3 {
  font-size: 25px;
}

.error-404 {
  min-height: 60vh;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1096px) {
  .error-404 {
    min-height: 600px;
  }
}

/* Helpers */
.admin-bar .fixed-top {
  top: 32px;
}

.border-bottom {
  border-bottom: 1px solid #99A39F !important;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.float-right {
  float: right !important;
}

/* Text */
.text-white {
  color: #F7F6F3 !important;
}

.text-red {
  color: #FD4517;
}

/* Background */
.bg-light {
  background: white !important;
}

.bg-light {
  background: #F7F6F3 !important;
}

.bg-medium {
  background: #EAE8E1;
}

.bg-dark {
  background: #09291C !important;
}
.bg-dark .card.card-border {
  background: #F7F6F3;
}
.bg-dark .text {
  color: #F7F6F3;
}
.bg-dark .col-text {
  padding: 40px 40px 40px 20px !important;
}
.bg-dark .card .text {
  color: #09291C;
}

.bg-red {
  background: #FD4517;
}

/* Width */
.width-90 {
  max-width: 100%;
}
@media screen and (min-width: 1096px) {
  .width-90 {
    max-width: 90%;
  }
}

.width-70 {
  max-width: 70%;
}

/* Width */
.pt-xl {
  padding-top: 50px;
}
@media screen and (min-width: 1096px) {
  .pt-xl {
    padding-top: 50px;
  }
}

.pt-l {
  padding-top: 50px;
}
@media screen and (min-width: 1096px) {
  .pt-l {
    padding-top: 80px;
  }
}

.pb-l {
  padding-bottom: 10px;
}
@media screen and (min-width: 1096px) {
  .pb-l {
    padding-bottom: 50px;
  }
}

.mb-6 {
  margin-bottom: 50px;
}

/* Shadow */
.box-shadow {
  box-shadow: 0.25rem 1rem 3rem -0.25rem rgba(87, 127, 153, 0.1);
}

/* HR */
hr {
  margin: 0;
  color: inherit;
  background-color: #09291C;
  border: 0;
  opacity: 0.15;
}

/* Borders */
.border-left {
  border-left: 1px solid #99A39F !important;
}

/* Columns with bg */
.with-background {
  background-size: cover;
  background-position: center;
}

.col-img {
  position: relative;
  min-height: 300px;
}
.col-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.col-img .bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
}

ul.list-none {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
ul.list-none li {
  padding: 5px 0;
}

.section-columns .card.Regular .col-text {
  max-width: 100%;
  float: right;
}
@media screen and (min-width: 1096px) {
  .section-columns .card.Regular .col-text {
    max-width: 85%;
  }
}

.accordion .card-body-s {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.accordion-button:focus {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-team {
  margin-bottom: 40px;
}

.accordion-button {
  line-height: 1.2;
  background: transparent;
  display: inline-block;
  padding: 1rem 20px 1rem 0;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media screen and (min-width: 1096px) {
  .accordion-button {
    line-height: 1.5;
    font-size: 22px;
  }
}
.accordion-button:not(.collapsed) {
  color: #FD4517;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "+";
  background-image: none;
  position: absolute;
  top: 20%;
  right: 0;
}
.accordion-button:not(.collapsed)::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "-";
  background-image: none;
  transform: none;
}
.accordion-button:focus {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-item {
  background: transparent;
  background: transparent;
  border: 1px solid #99A39F;
}
.accordion-item :first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-body {
  padding: 0px 0px 20px 0px;
  font-weight: 300;
}
.accordion-body a {
  border-bottom: 1px solid #FD4517;
}
.accordion-body .thumbnail img {
  filter: grayscale(90%);
}
.accordion-body ul {
  list-style-type: square;
}

.btn {
  font-size: 17px;
  font-family: "Inter";
  font-weight: 600;
  border-radius: 0;
  border: 0;
}
@media screen and (min-width: 1096px) {
  .btn {
    font-size: 17px;
  }
}
.btn:hover {
  opacity: 1;
}

.btn-text {
  border-bottom: 1px solid #FD4517;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}

.btn-primary {
  background: #09291C !important;
  border-color: #09291C !important;
  padding: 0.75rem 1.25rem;
  letter-spacing: 0em;
  font-weight: 600;
  font-size: 17px;
}
.btn-primary:hover {
  background: #FD4517 !important;
  border-color: #FD4517 !important;
}

.btn-secondary {
  background: #FD4517;
  border-color: #F7F6F3;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 14px 22px;
  border: 1px solid #FD4517;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: transparent;
  border: 1px solid #FD4517;
  color: #FD4517;
}

.btn-tetriary {
  background: transparent;
  color: #F7F6F3;
  padding: 15px 20px;
  font-weight: 600;
  border: 1px solid #F7F6F3;
}
.btn-tetriary:hover {
  background: #FD4517;
  border-color: #FD4517;
  color: #F7F6F3;
  opacity: 1;
}

.btn-icon {
  display: inline-flex;
  flex-wrap: nowrap;
  color: inherit;
  align-items: center;
  border: 0;
  background: transparent;
  align-self: flex-start;
  text-transform: capitalize;
  padding: 0;
  border: 0 !important;
}
.btn-icon:hover {
  color: #FD4517;
  opacity: 1;
}
.btn-icon:before {
  content: " ";
  background-color: #FD4517;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url(../frontend/img/ui/button-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  transition: all 0.2s;
  position: absolute;
}
.btn-icon.light:before {
  background-color: #F7F6F3;
  background-image: url(../frontend/img/ui/button-arrow.svg);
}
.btn-icon span {
  padding-left: 45px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none !important;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-rounded {
  border: 1px solid;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.btn-login {
  font-size: 17px;
  padding: 0.75rem 1.25rem;
  text-decoration: underline;
}

.header-breadcrumb {
  padding: 15px;
  font-size: 14px;
}
.header-breadcrumb a,
.header-breadcrumb .current-page {
  padding-left: 10px;
  padding-right: 10px;
}
.header-breadcrumb a:first-of-type {
  padding-left: 0px;
}

.breadcrumb {
  margin-bottom: 0;
}

.badge {
  background: #E2DFD6;
  color: #09291C;
  font-family: "Roboto Mono", monospace;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 5px 10px;
  font-size: 12px;
  border-bottom: 0 !important;
}
.badge.red {
  background: #FD4517;
  color: white;
}

.badge-dark {
  background: #09291C;
  display: inline;
  color: white;
  border-radius: 3px;
  font-family: "Roboto Mono", monospace;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 5px 10px;
  font-size: 12px;
  border-bottom: 0 !important;
}

.page-content {
  display: relative;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1096px) {
  .page-content {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.post-title {
  font-size: 35px;
}
@media screen and (min-width: 1096px) {
  .post-title {
    font-size: 45px;
  }
}

.post-content {
  margin-bottom: 50px;
}
@media screen and (min-width: 1096px) {
  .post-content {
    margin-bottom: 100px;
  }
}
.post-content p + ul {
  margin-top: -15px;
}
.post-content h1,
.post-content h2 {
  font-size: 27px;
  margin-top: 35px;
  margin-bottom: 12px;
}
.post-content h3 {
  font-size: 23px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.post-content ol {
  list-style: decimal;
  letter-spacing: -0.02em;
}
.post-content ul {
  list-style: square;
  letter-spacing: -0.02em;
}
.post-content a,
.post-content ul a {
  border-bottom: 2px solid #FD4517;
  letter-spacing: -0.02em;
}
.post-content a:hover,
.post-content ul a:hover {
  color: #FD4517;
  border-color: #FD4517;
  opacity: 1;
}
.post-content a.btn {
  border-color: #FD4517;
}

blockquote {
  background: #09291C;
  padding: 35px;
  margin: 20px 0;
  font-weight: bold;
  color: #F7F6F3;
  border-left: 10px solid #FD4517;
}
blockquote p,
blockquote span {
  font-weight: bold !important;
}

.card {
  border: 0px;
  transition: transform 0.2s;
  background: transparent;
  height: auto;
  border-radius: 0px;
}
.card.box-shadow {
  box-shadow: 0.25rem 1rem 3rem -0.25rem rgba(87, 127, 153, 0.1);
}
.card h2,
.card h3 {
  margin-top: 0 !important;
  text-transform: capitalize;
}
.card h2 {
  font-size: 25px;
}
@media screen and (min-width: 1096px) {
  .card h2 {
    font-size: 32px;
  }
}
.card h2.small {
  font-size: 25px;
}
.card .card-body {
  flex-direction: column;
  padding: 25px;
  font-size: 18px;
}
@media screen and (min-width: 1096px) {
  .card .card-body {
    padding: 40px;
  }
}
.card .card-body-s {
  flex-direction: column;
  padding: 25px;
  border-radius: 0px;
  font-size: 16px;
}
@media screen and (min-width: 1096px) {
  .card .card-body-s {
    font-size: 18px;
  }
}
.card .card-body-l {
  flex-direction: column;
  padding: 25px 40px;
  border-radius: 0px;
}
@media screen and (min-width: 1096px) {
  .card .card-body-l {
    padding: 25px 100px;
  }
}
.card .card-body-top {
  margin-bottom: 20px;
}

.card-border {
  border: 1px solid #99A39F;
}
.card-border .thumb img {
  max-height: 130px;
  width: auto;
}

.card-header {
  padding: 0;
  border-radius: 0 !important;
}

.card-white {
  background: #F7F6F3;
}

.card-true-white {
  background: white;
}

.card-medium {
  background: #EAE8E1;
}

.card-red {
  background: #FD4517 !important;
}

.card-green {
  background: #09291C;
  color: white;
}
.card-green a {
  color: white;
}

.card-spacer-2:nth-child(n+3) {
  margin-top: 0px;
}
@media screen and (min-width: 1096px) {
  .card-spacer-2:nth-child(n+3) {
    margin-top: 28px;
  }
}

.card-hover:hover h2, .card-hover:hover h3 {
  color: #FD4517;
}

.coming-soon {
  opacity: 0.25;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 35px 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-search {
  width: 40px;
  height: 40px;
  border-radius: 22px;
  background: white;
  border: 0;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  background-image: none;
  z-index: 100;
  cursor: pointer !important;
}
.btn-search img {
  margin: 12.5px;
}

.event-row .event-date {
  background: #09291C;
  color: #F7F6F3;
  width: 50px;
  text-align: center;
}
.event-row .number {
  font-family: "Bayard", sans-serif;
  font-size: 45px;
  padding: 2px 5px;
  line-height: 1;
  display: block;
}
.event-row .date {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: block;
  border-bottom: 1px solid #F7F6F3;
  font-size: 15px;
}
.event-row .badge {
  background: #FD4517;
  color: white;
}

.facetwp-facet {
  margin-bottom: 0px !important;
}
.facetwp-facet input {
  font-size: 15px;
  font-family: "Roboto Mono", monospace;
  padding: 8px;
}

.facetwp-input-wrap,
.facetwp-search,
.fs-wrap {
  width: 100% !important;
}

.facetwp-radio {
  display: inline;
  font-family: "Garnett", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background: #EAE8E1 !important;
  background-image: none !important;
  margin: 0 0 0 10px !important;
  padding: 15px 25px !important;
  cursor: pointer;
  border-radius: 3px;
}
.facetwp-radio.checked {
  background: #FD4517 !important;
  color: white;
}
.facetwp-radio .facetwp-counter {
  display: none;
}

.facetwp-search {
  border: 1px solid white;
}

/* Filter Styling */
.filter {
  margin-bottom: 45px;
}
.filter h5 {
  margin-bottom: 5px;
}
.filter input,
.filter select,
.filter .fs-label-wrap {
  height: 45px;
  border: 1px solid #99A39F;
  padding-left: 15px;
  width: 100%;
  font-size: 15px;
}
.filter input .fs-label,
.filter select .fs-label,
.filter .fs-label-wrap .fs-label {
  padding: 15px 10px 4px 4px !important;
  font-weight: 400;
}
.filter .fs-option-label {
  font-size: 15px;
  font-family: "Roboto Mono", monospace;
  padding: 10px;
}
.filter .facetwp-icon,
.filter .fs-arrow {
  right: 10px;
}

input,
textarea,
select {
  outline: none !important;
  border-radius: 0px;
  border: 1px solid #99A39F;
  padding: 8px 15px !important;
}
@media screen and (min-width: 1096px) {
  input,
  textarea,
  select {
    padding: 12px 18px !important;
  }
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 15px;
}
@media screen and (min-width: 1096px) {
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: 15px;
  }
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

form-control:focus {
  border-color: #99A39F;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ea-form {
  padding: 10px 30px;
}
@media screen and (min-width: 1096px) {
  .ea-form {
    padding: 50px;
  }
}

.hero {
  position: relative;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 100;
}

.hero-text {
  z-index: 30;
  width: 100%;
  color: #F7F6F3;
  max-width: 900px;
  position: relative;
}
.hero-text .text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 1096px) {
  .hero-text .text {
    font-size: 45px;
  }
}

.hero-header {
  text-align: left;
  display: flex;
  height: 280px;
}

.hero-cta {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
@media screen and (min-width: 1096px) {
  .hero-cta {
    min-height: 500px;
  }
}
.hero-cta img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0%);
}
.hero-cta:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(9, 41, 28, 0.8);
}

.hero-slider {
  background: #09291C;
  height: auto;
  min-height: 100px;
  position: relative;
}
@media screen and (min-width: 1096px) {
  .hero-slider {
    height: 50vh;
    min-height: 500px;
  }
}
.hero-slider .hero-background {
  height: 100%;
  position: relative;
}
.hero-slider .hero-background img {
  position: relative;
  top: 0;
  left: 0%;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: opacity;
}
@media screen and (min-width: 1096px) {
  .hero-slider .hero-background img {
    position: absolute;
    left: 50%;
    width: 50%;
  }
}
.hero-slider .hero-background .slider-nav {
  right: 30px;
  bottom: 30px;
  position: absolute;
  color: #F7F6F3;
}
.hero-slider .hero-content {
  color: #F7F6F3;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1096px) {
  .hero-slider .hero-content {
    position: absolute;
  }
}
.hero-slider .hero-content .hero-text {
  padding: 35px 0;
}
@media screen and (min-width: 1096px) {
  .hero-slider .hero-content .hero-text {
    padding: 50px 50px 50px 0;
  }
}
.hero-slider .hero-content .hero-text h1 {
  font-family: "Bayard", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 0.8;
  padding: 5px 0 15px 0;
  max-width: 100%;
  color: #FD4517;
}
@media screen and (min-width: 1096px) {
  .hero-slider .hero-content .hero-text h1 {
    font-size: 85px;
    max-width: 80%;
  }
}

.hero-intro .hero-content {
  padding: 70px 25px;
}
@media screen and (min-width: 1096px) {
  .hero-intro .hero-content {
    padding: 70px;
  }
}
.hero-intro .hero-content p {
  font-size: 20px;
}
@media screen and (min-width: 1096px) {
  .hero-intro .hero-content p {
    font-size: 27px;
  }
}

.hero-page {
  background: #FD4517;
  padding: 4em 0;
  color: #F7F6F3;
  text-align: center;
}

.icon-xs {
  height: 20px;
}

.icon-s {
  height: 25px;
}

.icon-m {
  height: 33px;
}

.rounded img {
  border-radius: 50%;
  width: 100px;
}

.intro {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-intro .overlap {
  position: relative;
  background: #F7F6F3;
  width: 100%;
  height: 100px;
  transform: translateY(-80px);
  margin-bottom: -110px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1096px) {
  .page-intro .overlap {
    height: 130px;
    transform: translateY(-90px);
  }
}
.page-intro .overlap :before {
  content: "";
  display: inline-block;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  left: calc(-1 * (100vw - 100%) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #F7F6F3;
  z-index: 2;
}

/* Map */
.acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 0px;
  margin: 0px 0;
  background: #09291C;
}
.acf-map img {
  max-width: 100% !important;
}
.acf-map.events {
  height: 600px;
}

.marker-content {
  text-align: center !important;
  color: #fff;
}
.marker-content h3 {
  font-size: 25px;
}

.gm-style .gm-style-iw-c {
  max-width: 250px !important;
  border-radius: 0px;
  padding: 0;
}

.gm-ui-hover-effect {
  display: none !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.tag-overlay {
  margin: 20px;
  position: absolute;
  z-index: 100;
}
.tag-overlay .badge {
  background: #09291C;
  color: white;
}

.thumb-wrapper.saturated img {
  opacity: 0.4;
}

.doa-header {
  padding: 60px 0 80px 0;
}

.doa-about {
  border-top: 1px solid #99A39F;
  padding: 80px 0 80px 0;
}

.doa-map {
  border-top: 1px solid #99A39F;
}
.doa-map h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.doa-map strong {
  color: rgb(90, 90, 90);
  margin-bottom: 3px;
}

.meta {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.meta li {
  float: left;
}
.meta li:first-child h5:before {
  content: " ";
  padding: 0;
}
.meta li h5:before {
  content: "•";
  color: #FD4517;
  padding-left: 10px;
  padding-right: 10px;
}

.page-link {
  border-radius: 100px !important;
  color: #09291C;
  background: #EAE8E1;
  border-color: #EAE8E1;
  margin: 10px;
  font-family: "Roboto Mono", monospace;
}
.page-link .page-item:first-child .page-link {
  border-radius: 100px !important;
}
.page-link:hover {
  background: white;
  color: #09291C;
  border-color: white;
}

.social-share {
  border-top: 1px solid #99A39F;
  border-bottom: 1px solid #99A39F;
  margin-bottom: 25px;
  padding: 15px 0;
}
.social-share h5 {
  padding-top: 6px;
}

.social-btn a {
  border: 0;
}

.side-nav {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400 !important;
}
.side-nav li {
  border-top: 1px solid #99A39F;
  padding: 12px 0;
}
.side-nav li:last-child {
  border-bottom: 1px solid #99A39F;
}
.side-nav li.current-menu-item a {
  font-weight: 500;
  color: #FD4517;
}

.slider-testimonials .glide__slide {
  height: auto;
}
.slider-testimonials .col-bg {
  position: relative;
  min-height: 300px;
}
.slider-testimonials .col-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.slider-testimonials .col-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
}
.slider-testimonials .arrow {
  background: #FD4517;
  border: 1px solid #FD4517;
  color: white;
  font-size: 26px;
  padding: 5px 10px;
}
.slider-testimonials .arrow:hover {
  background: #09291C;
  border-color: #09291C;
}
.slider-testimonials .glide__bullet {
  background: transparent;
  border: 1px solid transparent;
  width: 45px;
  height: 45px;
  font-size: 16px;
  border-radius: 50%;
  font-weight: bold;
}
.slider-testimonials .glide__bullet--active {
  border: 1px solid #99A39F;
}

.doa .content-wrapper {
  margin-top: -40%;
  padding: 40px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1096px) {
  .doa .content-wrapper {
    padding: 60px;
  }
}
.doa .hero-header {
  height: 400px;
}
@media screen and (min-width: 1096px) {
  .doa .hero-header {
    height: 600px;
  }
}
.doa .page-content-doa {
  padding-bottom: 50px;
}
@media screen and (min-width: 1096px) {
  .doa .page-content-doa {
    padding-bottom: 100px;
  }
}
.doa .acf-map {
  height: 400px;
}
@media screen and (min-width: 1096px) {
  .doa .acf-map {
    height: 680px;
  }
}

.doa-logos {
  padding: 50px 0;
}
@media screen and (min-width: 1096px) {
  .doa-logos {
    padding: 100px 0;
  }
}
.doa-logos .doa-logo {
  text-align: center;
}
.doa-logos .doa-logo img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}

.doa-faq,
.doa-donate,
.doa-pledge,
.doa-submit {
  padding-bottom: 50px 0;
}
@media screen and (min-width: 1096px) {
  .doa-faq,
  .doa-donate,
  .doa-pledge,
  .doa-submit {
    padding: 100px 0;
  }
}

.doa-map-header {
  padding-top: 100px;
  padding-bottom: 50px;
}

.page-template-action .section-columns,
.page-template-action .section-simple-cta {
  padding: 50px 0;
}

.container {
  max-width: 1500px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 1096px) {
  .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.footer {
  background: #09291C;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding: 45px 0;
  font-size: 16px;
}
@media screen and (min-width: 1096px) {
  .footer {
    padding: 75px 0;
  }
}
.footer a {
  color: white;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer h2 {
  max-width: 100%;
  margin-bottom: 10px;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  max-width: 80%;
}
@media screen and (min-width: 1096px) {
  .footer h2 {
    max-width: 80%;
    font-size: 32px;
  }
}
.footer .menu-item {
  font-weight: bold;
}

.footer-info {
  background: #09291C;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 13px;
  padding: 30px 0;
}
.footer-info a {
  color: white;
  border-bottom: 1px solid;
}
.footer-info .social a {
  border: 0;
}
.footer-info .social svg {
  fill: #FD4517;
}

.footer-widget-other {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

/* Hamburger */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 9px 4px 0 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-box .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 200ms;
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-box .hamburger-inner:after, .hamburger-box .hamburger-inner:before {
  display: block;
  content: " ";
}
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
  position: absolute;
  width: 46px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background: #09291C;
}
.hamburger-box .hamburger-inner:before {
  top: -12px;
}
.hamburger-box .hamburger-inner:after {
  bottom: -12px;
}

/* Hamburger Active */
.hamburger-box.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
  background: #FD4517;
}
.hamburger-box.active .hamburger-inner:before {
  top: 0;
  transition: top 200ms ease, opacity 200ms ease 0.12s;
  opacity: 0;
}
.hamburger-box.active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 200ms ease, transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  background: #FD4517;
}

.header {
  margin-bottom: 0;
  background-color: #F7F6F3;
  position: relative;
}
.header .logo {
  height: 3rem;
  display: block;
}
@media screen and (min-width: 1096px) {
  .header .logo {
    height: 3rem;
  }
}

.header-logo {
  padding-top: 0.75rem;
  padding-bottom: 0.65rem;
}

.header-inner {
  border-bottom: 1px solid #99A39F;
}

.header-spacer {
  height: 130px;
}

.header-primary {
  background: #F7F6F3;
  width: 100%;
  position: relative;
  z-index: 100;
}
.header-primary.active {
  position: fixed;
  background: #09291C;
}

.header-secondary {
  border-bottom: 1px solid #99A39F;
}

.navigation {
  margin: 0;
  text-align: right;
  position: relative;
  float: right;
  font-weight: 400;
}
.navigation ul:not(.sub-menu) {
  padding: 0;
  list-style: none;
  display: inline;
}
.navigation ul > li {
  float: left;
  padding: 0 12px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
}
.navigation > ul > li:not(.btn-dropdown).current-menu-item > a, .navigation > ul > li:not(.btn-dropdown).current-page-ancestor > a {
  color: #FD4517;
}
.navigation ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  color: #09291C;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  height: 80px;
  text-decoration: none !important;
}
@media screen and (min-width: 1480px) {
  .navigation ul > li > a {
    font-size: 18px;
  }
}
.navigation ul > li > a:hover {
  color: #FD4517;
}
.navigation ul > li.btn-dropdown {
  margin-left: 20px;
  padding: 0px 0;
}
.navigation ul > li.btn-dropdown > a {
  background: #09291C;
  color: white;
  padding: 10px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.15px;
  font-size: 14px;
  height: 50px;
}
.navigation ul > li.btn-dropdown .sub-menu {
  right: 0 !important;
}

.navigation .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  list-style: none !important;
  top: 100% !important;
  width: 230px !important;
  padding: 1.15rem 1.35rem;
  margin: 0 !important;
  background-color: #F7F6F3;
  border: 1px solid #99A39F;
  height: auto !important;
  z-index: 100;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  box-shadow: 0.25rem 1rem 3rem -0.25rem rgba(87, 127, 153, 0.1);
}
.navigation .sub-menu li {
  width: 100%;
  padding: 0 !important;
  text-align: left;
}
.navigation .sub-menu li > a {
  padding: 0px 0 !important;
  height: auto !important;
  line-height: 2 !important;
  font-size: 17px !important;
}
@media screen and (min-width: 1096px) {
  .navigation .sub-menu li > a {
    font-size: 18px;
  }
}
.navigation .sub-menu li > a:hover {
  color: #FD4517;
}

.navigation ul > li.with-sub:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

.navigation ul > li.with-sub:hover > a:before {
  rotate: 180deg !important;
  background: #09291C !important;
}

.navigation-secondary {
  margin: 0;
  text-align: left;
  position: relative;
}
.navigation-secondary ul {
  margin: 0;
  padding: 0;
}
.navigation-secondary ul > li {
  display: inline;
  margin-right: 15px;
}
.navigation-secondary ul > li > a {
  font-size: 13px;
  opacity: 1;
}
.navigation-secondary ul > li > a:hover {
  color: #09291C;
  opacity: 1;
}

.nav-buttons {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nav-overlay {
  position: fixed;
  background: #09291C;
  color: #F7F6F3;
  visibility: hidden;
  height: 0%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
  padding-top: 80px;
  top: 0;
  left: 0;
}
.nav-overlay ul {
  margin: 0;
  padding: 0;
}
.nav-overlay ul > li {
  border-bottom: 1px solid #99A39F;
}
.nav-overlay ul > li:last-of-type {
  border: 0;
}
.nav-overlay ul > li > a {
  color: #F7F6F3;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  padding: 0.75rem 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.nav-overlay ul > li > a:hover {
  color: #FD4517;
}
.nav-overlay.active {
  height: 100%;
  visibility: visible;
}
@media screen and (min-width: 1096px) {
  .nav-overlay {
    display: none;
  }
}

.nav-overlay .dropdown-toggle::after {
  color: #FD4517 !important;
  float: right;
  position: absolute;
  right: 0;
  top: 25px;
}
.nav-overlay .dropdown-menu {
  position: relative;
  background: #09291C;
  margin-bottom: 15px;
}
.nav-overlay .dropdown-menu li {
  border: 0;
}
.nav-overlay .dropdown-menu li a {
  font-weight: normal;
  padding: 0;
  font-size: 1.25rem;
  line-height: 2.6rem;
}

.nav-trigger {
  display: flex;
}
.nav-trigger button {
  display: flex;
  height: 100%;
  position: relative;
}
.nav-trigger span {
  position: absolute;
  height: 2px;
  background: #09291C;
  width: 20px;
}
.nav-trigger span:nth-child(1) {
  top: 2px;
}

.subnav .subnav-links {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #99A39F;
}
@media screen and (min-width: 1480px) {
  .subnav .subnav-links {
    font-size: 18px;
  }
}
.subnav .subnav-links a {
  margin-right: 30px;
  padding: 10px 0;
  display: inline-block;
}
.subnav .subnav-links a:hover {
  color: #FD4517;
}
.subnav .subnav-links .active a {
  border-bottom: 3px solid #FD4517;
}

.section-title {
  margin-bottom: 15px;
}

.section-header:before {
  content: "";
  width: 15px;
  height: 15px;
  background: red;
  display: inline;
  margin: 6px 10px 5px 0;
  border-radius: 10px;
}

.section-faq,
.section-columns,
.section-groups,
.working-principles,
.section-news,
.donate-form {
  padding-bottom: 50px;
}
@media screen and (min-width: 1096px) {
  .section-faq,
  .section-columns,
  .section-groups,
  .working-principles,
  .section-news,
  .donate-form {
    padding-bottom: 90px;
  }
}

.section-collections,
.section-featured,
.section-who,
.section-featured,
.section-careers {
  padding-bottom: 50px;
}
@media screen and (min-width: 1096px) {
  .section-collections,
  .section-featured,
  .section-who,
  .section-featured,
  .section-careers {
    padding-bottom: 70px;
  }
}

.events {
  padding-bottom: 40px;
}
@media screen and (min-width: 1096px) {
  .events {
    padding-bottom: 80px;
  }
}

.working-principles .principle-row {
  margin-top: 35px;
}
.working-principles .principle-row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-actions,
.section-resources {
  border-top: 1px solid rgba(9, 41, 28, 0.1);
  padding-top: 50px;
  padding-bottom: 80px;
}

.section-footer {
  padding-top: 20px;
}

.section-affinity,
.section-location {
  padding: 50px 0;
}
@media screen and (min-width: 1096px) {
  .section-affinity,
  .section-location {
    padding: 70px 0;
  }
}

.section-affinity .thumbnail {
  background: #FF3900;
  text-align: center;
}
.section-affinity .thumbnail img {
  max-height: 150px;
  background: #FD4517;
  width: auto;
}

.get-involved,
.section-columns,
.slider-testimonials,
.section-grid,
.section-what,
.section-events,
.section-team {
  padding: 50px 0;
}
@media screen and (min-width: 1096px) {
  .get-involved,
  .section-columns,
  .slider-testimonials,
  .section-grid,
  .section-what,
  .section-events,
  .section-team {
    padding: 80px 0;
  }
}

.section-numbers {
  padding-top: 50px;
}
@media screen and (min-width: 1096px) {
  .section-numbers {
    padding-top: 80px;
  }
}

.section-related {
  background: #09291C;
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1096px) {
  .section-related {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.section-related .badge {
  background: #476E5F;
  color: white;
}

.section-highlights {
  padding: 50px 0 40px 0;
}
@media screen and (min-width: 1096px) {
  .section-highlights {
    padding: 80px 0 40px 0;
  }
}

.sidebar-actions,
.sidebar-campaigns,
.sidebar-events,
.sidebar-chapters {
  position: sticky !important;
  top: 150px;
  display: block;
  font-size: 16px;
  margin-bottom: 35px;
  font-weight: 400 !important;
}

.sidebar-actions a {
  border-bottom: 0;
}
.sidebar-actions ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.sidebar-actions ul > li {
  border-bottom: 1px solid #99A39F;
  padding: 15px 0;
  position: relative;
}
.sidebar-actions ul > li a {
  border-bottom: 0;
  font-weight: 700;
}
.sidebar-actions ul > li:first-of-type {
  padding-top: 0;
}
.sidebar-actions ul > li:last-of-type {
  border-bottom: 1px solid white;
  padding-bottom: 0;
}
.sidebar-actions ul > li:after {
  content: "→";
  position: absolute;
  right: 0;
}

.sidebar-campaigns {
  border-left: 2px solid #FD4517;
  padding-left: 30px;
}
.sidebar-campaigns ol {
  padding-left: 0px;
}
.sidebar-campaigns ol > li {
  padding: 8px 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  counter-increment: item;
}
.sidebar-campaigns ol > li:last-of-type {
  padding-bottom: 0px;
}
.sidebar-campaigns ol > li:before {
  content: counter(item, decimal-leading-zero);
  display: inline-block;
  width: 1.25rem;
  font-size: 12px;
}
.sidebar-campaigns ol > li > a {
  margin-left: 1rem;
  border-bottom: 1px solid #09291C;
}

.sidebar-events ul {
  list-style: none;
  padding-left: 0px;
}
.sidebar-events ul > li {
  padding: 8px 0;
}
