@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.open {
  overflow: hidden;
}

a {
  color: #cb171e;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #cb171e;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  img {
    width: 80%;
  }
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  svg {
    width: 80%;
  }
}

.responsive-asset video {
  width: 100%;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

.cb-section {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 9;
  background: #CB171E;
  color: white;
  border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .edit-link {
    display: none;
  }
}

.edit-link:hover, .edit-link:focus {
  color: white;
  background-color: #9d1217;
}

.row.align-centre {
  justify-content: center;
}

.row.align-right {
  justify-content: flex-end;
}

.row.align-middle {
  align-items: center;
}

.row.align-bottom {
  align-items: flex-end;
}

div[class*="col-"].align-centre {
  margin-left: auto;
  margin-right: auto;
}

div[class*="col-"].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .col-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}

#map {
  min-height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #map .container {
    min-height: 80vh;
    display: flex;
    align-items: center;
  }
}

#map .container video {
  display: block;
  max-height: 65vh;
  width: 100%;
  margin: 0 auto;
}

html {
  font-family: "Archivo";
  font-size: clamp(20px, 1vw, 24px);
  line-height: 120%;
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "Archivo";
  font-size: clamp(20px, 1vw, 24px);
}

.lead {
  font-size: 1.1rem;
  line-height: 120%;
  font-weight: 200;
}

@media only screen and (max-width: 768px) {
  .lead {
    font-size: 1rem;
  }
}

small,
.small {
  font-size: calc($sa-font-size-normal * 0.8);
}

h1, h2, h3 {
  font-family: "Anton", sans-serif;
  letter-spacing: -.4px;
}

@media only screen and (max-width: 768px) {
  h1 br, h2 br, h3 br {
    display: none;
  }
}

h1 {
  font-family: "Anton", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 100%;
  margin: 0 0 calc($sa-unit * 2)px 0;
}

@media only screen and (min-width: 769px) {
  h1 {
    font-size: 5.4rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 calc($sa-unit * 1.5)px 0;
}

@media only screen and (min-width: 769px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: "Archivo";
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 calc($sa-unit * 1)px 0;
}

@media only screen and (min-width: 769px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  margin: 0 0 calc($sa-unit * 1)px 0;
}

h5 {
  color: #fff;
  font-size: 1rem;
}

p {
  color: #fff;
  font-weight: 200;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: calc($sa-font-size-normal * 0.8);
  }
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: red;
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.gray {
  background-color: rgba(32, 27, 20, 0.877);
}

b, strong {
  font-weight: bold;
}

.fa-twitter {
  --fa: "\e61b" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "\e61a" !important;
}

.fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.branding {
  margin-right: calc($sa-unit * 2)px;
}

@media only screen and (max-width: 768px) {
  .branding {
    position: fixed;
    top: 40px;
    left: 20px;
    z-index: 9999;
    max-width: 300px;
    padding-right: 70px;
  }
}

.branding .brand {
  display: block;
  height: auto;
  max-width: 350px;
}

.branding .brand svg, .branding .brand img {
  width: 100%;
}

.open .branding {
  filter: invert(1);
}

.dark-nav:not(.open) .brand * {
  fill: #19313A;
}

.dark-nav:not(.open) .brand img {
  filter: invert(1);
}

header {
  position: fixed;
  z-index: 99999;
  width: 100%;
}

header .header-content {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  header .header-content {
    padding: 5vh 50px 0 50px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .header-content {
    padding: 5vh 0 0 0;
  }
}

.dark-nav header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  padding-bottom: 2%;
}

@media only screen and (max-width: 768px) {
  .dark-nav header {
    background-color: white;
    height: 100px;
    box-shadow: 0 20px 50px rgba(25, 49, 58, 0.2);
  }
}

@media only screen and (min-width: 769px) {
  .dark-nav .header-content {
    padding-top: 3vh;
  }
}

@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .navigation {
    width: 100%;
  }
  .nav-wrapper {
    display: flex;
  }
  .nav-wrapper.primary ol {
    align-items: flex-end;
    justify-content: space-between;
  }
  .nav-wrapper.primary ol a {
    display: inline-block;
    color: #19313A;
    font-weight: bold;
    min-width: 150px;
    padding-bottom: 20px;
    position: relative;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .nav-wrapper.primary ol a:hover {
    margin-top: -10px;
    padding-bottom: 30px;
  }
  .nav-wrapper.primary ol a:before {
    z-index: 1;
    bottom: 0px;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 15px;
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    background: #19313a;
  }
  .nav-wrapper.primary ol a:hover:before {
    width: 100%;
  }
  .nav-wrapper.primary ol a:after {
    bottom: 0px;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    background: linear-gradient(90deg, #CB171E, rgba(203, 23, 30, 0.3));
  }
  .nav-wrapper.primary ol a.donate {
    background-color: #19313A;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .nav-wrapper.primary ol a.donate:after {
    display: none;
  }
  .nav-wrapper.secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-wrapper.secondary a {
    transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
    color: white;
    font-size: calc($sa-font-size-normal * 0.8);
    padding: 5px 10px;
  }
  .nav-wrapper.secondary a:hover {
    background-color: #CB171E;
  }
  .nav-wrapper.secondary .social a {
    color: white;
    border-radius: 0;
    font-size: 2rem;
    padding: 0;
  }
  .nav-wrapper.secondary .social a:hover {
    color: #CB171E;
    background-color: transparent;
  }
  .nav-wrapper.footer {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-wrapper.footer .footer {
    width: 100%;
    justify-content: flex-end;
    font-size: calc($sa-font-size-normal * 0.8);
  }
  .nav-wrapper.footer .social a {
    font-size: 2rem;
  }
  nav ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav ol li {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
  }
  nav ol li a {
    color: #19313A;
    text-decoration: none;
  }
  nav ol li a:hover {
    color: #CB171E;
  }
}

@media only screen and (max-width: 768px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    position: absolute;
    z-index: 999999;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 42px;
    right: 30px;
  }
  .toggle div {
    width: 40px;
    height: 3px;
    position: absolute;
    background: white;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .toggle div.top {
    transform: translateY(-12px);
  }
  .toggle div.bottom {
    transform: translateY(12px);
  }
  .open .toggle {
    transform: rotate(90deg);
  }
  .open .toggle div {
    background: #cb171e;
    width: 40px;
  }
  .open .toggle div.one {
    transform: rotate(45deg);
  }
  .open .toggle div.two {
    transform: rotate(-45deg);
  }
  .open .toggle div.top {
    transform: translateY(-3px);
    opacity: 0;
  }
  .open .toggle div.bottom {
    transform: translateY(3px);
    opacity: 0;
  }
  .open .primary {
    left: 0;
  }
  .primary {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 130px calc($sa-unit*2)px calc($sa-unit*2)px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .primary nav ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .primary nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .primary nav ol li a {
    display: block;
    padding: 10px;
    color: #19313A;
    line-height: 1;
    text-decoration: none;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .primary nav ol li a:hover {
    color: #CB171E;
  }
  .primary nav ol li a br {
    content: "";
  }
  .primary nav ol li a br:after {
    content: " ";
  }
  .secondary {
    display: flex;
    position: fixed;
    top: 40px;
    right: 20px;
  }
  .secondary nav ol {
    margin: 0;
    display: flex;
  }
  .secondary nav ol a {
    display: block;
    font-size: 1.25rem;
    color: white !important;
    margin-left: 5px;
  }
  .secondary nav ol a:hover {
    color: #CB171E !important;
  }
  .secondary .lang ol a {
    font-size: 1rem;
    white-space: nowrap;
    width: 27px;
    overflow: hidden;
    text-overflow: clip;
    text-transform: uppercase;
  }
}

.dark-nav .nav-wrapper.secondary a {
  color: #19313A !important;
  text-shadow: none;
}

.dark-nav .toggle div {
  background: #19313a;
}

.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}

.breadcrumbs ol li {
  display: inline-block;
}

.breadcrumbs ol li:after {
  display: inline-block;
  color: #19313A;
  content: '>';
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media (max-width: 970px) {
  .entries-list.tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .entries-list.tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}

.entries-list.tiles .item {
  align-items: center;
}

.entries-list.tiles .thumb {
  height: 100%;
  width: 100%;
}

.entries-list.tiles .thumb .image-wrapper {
  position: relative;
}

.entries-list.tiles .thumb .image-wrapper img {
  object-fit: cover !important;
  height: 100%;
  width: 100%;
}

.entries-list.tiles .thumb .image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.flip-card {
  position: relative;
  width: 100%;
  height: 350px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.flip-card:hover .flip-card-back {
  box-shadow: 0 20px 60px rgba(25, 49, 58, 0.25);
}

.flip-card h3 {
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 1px;
  color: white;
}

.flip-card ul {
  margin-top: 0;
  align-items: center;
  list-style: none;
  padding-left: 10px;
  color: white;
}

.flip-card li {
  padding-top: 10px;
  font-weight: 200;
  font-size: 16px;
  line-height: 1rem;
}

@media only screen and (max-width: 768px) {
  .flip-card li {
    font-size: 18px;
  }
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.6s;
}

.flip-card-front,
.flip-card-back {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}

.flip-card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.flip-card-front::before {
  content: "";
  background-color: rgba(25, 49, 58, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.flip-card-front .image-title {
  z-index: 2;
}

.flip-card-back {
  background-color: #CB171E;
  transform: rotateY(180deg);
  z-index: 1;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-toggle:checked + .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-front,
.flip-card:focus-within .flip-card-front {
  visibility: hidden;
}

.image-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caption {
  padding: 10px;
}

.flip-card-front:hover {
  filter: brightness(0.9);
  transition: 0.3s;
}

.flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}

.card {
  box-shadow: 0 10px 10px 0 rgba(25, 49, 58, 0.2);
  padding: calc($sa-unit * 2)px;
  border: 1px solid rgba(25, 49, 58, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .copyright {
    font-size: large;
  }
}

@media only screen and (max-width: 768px) {
  .copyright {
    padding-top: 15px;
    font-size: small;
  }
}

footer {
  padding: 20px 0;
}

@media only screen and (min-width: 769px) {
  footer {
    padding: calc($sa-unit * 5)px 0;
  }
}

.copyright {
  color: #19313A;
}

.nav ol li a {
  color: #19313A;
}

.nav ol {
  list-style: none;
  padding-left: 0;
}

.button-group input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}

.button-group input[type="radio"]:checked + label {
  background-color: #CB171E;
  color: white;
}

.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.form-check label {
  font-size: 18px;
  color: #19313A;
  font-weight: 300;
}

.col-form-label {
  font-size: 18px;
  color: #19313A;
  font-weight: 600;
}

.form-control {
  border-radius: 5px !important;
  border-color: #CB171E;
  background-color: #CB171E;
  color: white;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.btn-primary {
  background-color: #CB171E !important;
  border: none;
  font-size: 20px;
  font-weight: 300;
  font-family: "Archivo";
  margin-top: 10px;
  border-radius: 5px;
  padding: 8px 15px;
}

.form-control::-webkit-input-placeholder {
  color: white;
}

.form-check-input:checked {
  background-color: #CB171E !important;
  border-color: #CB171E;
}

#hero {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0 !important;
}

#hero h1 {
  max-width: 750px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  margin: 0 auto 50px;
}

#hero h1 .letter, #hero h1 .word {
  display: inline-block;
}

#hero h1 .word {
  padding-left: clamp(10px, 1vw, 20px);
}

#hero, #hero ~ .pin-spacer {
  height: 80vh;
  min-height: 750px !important;
}

@media only screen and (max-width: 768px) {
  #hero, #hero ~ .pin-spacer {
    min-height: 6%;
  }
}

#hero p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

#hero .pin-spacer {
  pointer-events: none;
}

#hero .container {
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  #hero .container {
    margin-top: 0;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mountains-top {
  box-shadow: 0 -80px 120px rgba(25, 49, 58, 0.1);
}

.mountains-top::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='54' viewBox='0 0 1440 54' fill='none'%3E%3Cpath d='M0 0.673476L44.9892 16.3615L89.9783 18.4215L134.992 3.58527L179.981 2.95141L224.971 17.9858L269.96 16.52L314.949 4.10028L359.963 7.92324L404.952 19.7685L449.941 6.16032L494.93 18.6394L539.944 12.0037L584.933 2.41659L629.923 13.6478L674.937 8.89384L719.926 7.5667L764.94 19.511L809.929 21.2739L854.943 19.8279L899.932 0L944.921 17.9065L989.91 4.8926L1034.92 12.6772L1079.91 20.0458L1124.93 8.59672L1169.92 15.1928L1214.93 16.8765L1259.92 18.5998L1304.93 21.1154L1349.95 10.5775L1394.99 6.5961L1440 0.356546V53.5H0V0.356546V0.673476Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto;
  z-index: 5;
}

.gradiant-bottom .container {
  position: relative;
  z-index: 4;
}

.gradiant-bottom::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(0deg, #19313a 0%, rgba(25, 49, 58, 0) 100%);
}

.icon {
  max-width: 50px;
  margin: 0 auto;
}

.arrow-down-bottom:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='22' viewBox='0 0 38 22' fill='none'%3E%3Cpath d='M19 21.5391L17.6055 20.1445L1.85547 4.39453L0.460938 3L3.25 0.210938L4.64453 1.60547L19 16.043L33.3555 1.6875L34.75 0.292969L37.5391 3L36.1445 4.39453L20.3945 20.1445L19 21.5391Z' fill='white'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}

.arrow-down-bottom:hover:after {
  transform: translateY(10px);
}

.cb-bg-video {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
