@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;

600&family=Raleway:wght@400;700&display=swap);
.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter-active {
  transition-delay: 0.2s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

html.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-color: #e5e5e5;
  color: #2b3434;
}

* {
  box-sizing: border-box;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: black;
  text-decoration: none;
}

blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2b3434;
}

p {
  margin: 0 0 20px 0;
}

p.small {
  font-size: 0.8rem;
  opacity: 0.6;
}

p a {
  font-weight: 700;
}

p,
.markdown-body {
  margin: 0 0 20px 0;
  line-height: 1.3;
}

p.small,
.markdown-body.small {
  font-size: 0.8rem;
  opacity: 0.6;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}

table .btn-text {
  font-size: 1rem;
}

table th,
table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: left;
}

table tr:last-child th,
table tr:last-child td {
  border: none;
}

table th {
  background: #efefef;
}

@media only screen and (max-width: 767px) {
  p.small,
  .markdown-body.small {
    font-size: 0.9rem;
    opacity: 0.7;
  }
}

.container {
  max-width: 1400px;
  padding: 80px 80px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.page-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  background: #efefef;
}

.page-content .footer {
  margin-top: auto;
}

.flow + .flow .container {
  padding-top: 0 !important;
}

.card {
  background: white;
  padding: 40px;
  border-radius: 30px;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

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

.card > *:last-child {
  margin-bottom: 0;
}

.buttons-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.buttons-wrapper .btn,
.buttons-wrapper .btn-ghost {
  margin: 0 10px 0 0;
}

.error,
.error-message {
  color: red;
  display: block;
  margin: 10px 0;
}

.success {
  color: white;
  display: block;
  margin: 10px 0;
  padding: 10px 20px 10px 45px;
  background: #5ca053;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 40px 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .card {
    padding: 20px;
    border-radius: 10px;
  }

  .buttons-wrapper {
    display: block;
    margin: 0;
  }

  .buttons-wrapper .btn,
  .buttons-wrapper .btn-ghost {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .buttons-wrapper .btn:last-child,
  .buttons-wrapper .btn-ghost:last-child {
    margin-bottom: 0;
  }
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Regular.eot?62ecab5e420e627bb9759b4fd10d307d), url(/fonts/OpenSans-Regular.woff?136a4163543985f4c3d83a93497e7b6c) format("woff"), url(/fonts/OpenSans-Regular.ttf?b16d43a33912f73e25fe2f781fe8df13) format("truetype"), url(/fonts/OpenSans-Regular.svg?9fc5bf361e9c9184d3ff86da187cda93) format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Bold.eot?7cf762df3ac4feb474e421291704a402), url(/fonts/OpenSans-Bold.woff?9bbb2fe55f6a964e70652a791a3fe635) format("woff"), url(/fonts/OpenSans-Bold.ttf?eb20645d7e6018e5a00b20d327c9423f) format("truetype"), url(/fonts/OpenSans-Bold.svg?f5edbb2e5cfeca805708938e51b31879) format("svg");
  font-style: normal;
  font-weight: 700;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 20px 0;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

h3,
h4 {
  margin: 0 0 10px 0;
}

h1 {
  font-size: 3rem;
}

h1.big-title {
  font-size: 5rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }
}

.btn,
.btn-ghost {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: #1a8a71;
  border: 2px solid #1a8a71;
  color: white;
  border-radius: 30px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn-ghost:hover,
.btn:focus,
.btn-ghost:focus {
  background: transparent;
  color: #1a8a71;
}

.btn.shrink,
.shrink.btn-ghost {
  font-size: 0.8rem;
  padding: 5px 10px;
}

.btn:disabled,
.btn-ghost:disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}

.btn.wide,
.wide.btn-ghost {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.btn-ghost {
  background: transparent;
  color: #1a8a71;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: #1a8a71;
  color: white;
}

.link {
  display: inline-block;
  color: #1a8a71;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

input[type=text],
input[type=number],
input[type=email],
input[type=file],
input[type=password],
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 15px;
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #2b3434;
}

input[type=text].is-invalid,
input[type=number].is-invalid,
input[type=email].is-invalid,
input[type=file].is-invalid,
input[type=password].is-invalid,
select.is-invalid,
textarea.is-invalid {
  border: 1px solid #dc3545;
}

select {
  cursor: pointer;
}

textarea {
  height: 100px;
}

label {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 5px;
  display: block;
}

.invalid-feedback {
  color: #dc3545;
  display: block;
  margin: -15px 0 10px 0;
  font-size: 0.9rem;
}

.itinerary-info .flex-wrapper {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.itinerary-info .flex-wrapper .col {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  margin: 20px;
}

.itinerary-info .flex-wrapper table p {
  margin: 0;
}

.itinerary-info .intro-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 911px) {
  .itinerary-info .flex-wrapper {
    display: block;
    margin: 0;
  }

  .itinerary-info .flex-wrapper .col {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  .itinerary-info .flex-wrapper .col:last-child {
    margin-bottom: 0;
  }
}

.volunteer .intro-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.volunteer.register .text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.volunteer.register .form > *:last-child {
  margin-bottom: 0;
}

.volunteer.shifts .shifts-list {
  display: block;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}

.volunteer.shifts .shifts-list .shift {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.volunteer.shifts .shifts-list .shift.active {
  color: white;
  background: #1a8a71;
}

.volunteer.shifts .shifts-list .shift.active .rate {
  color: white;
}

.volunteer.shifts .shifts-list .shift:last-child,
.volunteer.shifts .shifts-list .shift > *:last-child {
  margin-bottom: 0;
  border: none;
}

.volunteer.shifts .shifts-list .shift .top-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.volunteer.shifts .shifts-list .shift .date {
  opacity: 0.7;
}

.volunteer.shifts .shifts-list .shift .rate {
  color: #1a8a71;
  font-weight: 600;
}

.visitor {
  background: #000;
}

.visitor .container {
  padding: 30px;
  background: #fff;
  max-width: 700px;
}

.teampuurlogo {
  margin: 30px auto;
  max-width: 120px;
  height: auto;
  display: block;
}

.availability .card .intro {
  margin-bottom: 40px;
}

.availability .card .upcoming-events .event {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.availability .card .upcoming-events .event table,
.availability .card .upcoming-events .event input,
.availability .card .upcoming-events .event table .btn,
.availability .card .upcoming-events .event table .btn-ghost {
  margin: 0;
}

.availability .card .upcoming-events .event td {
  position: relative;
}

.availability .card .upcoming-events .event:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.availability .card .upcoming-events .event .delete {
  cursor: pointer;
}

.availability .card .upcoming-events .event .delete:before {
  content: "+";
  color: red;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  line-height: 0;
}

.hero {
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 0;
  background: #1a8a71;
  border-radius: 0 0 30px 0;
}

.hero .container {
  height: 100vh;
  max-height: 800px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero .image {
  display: block;
  width: 70%;
  height: calc(100% - 160px);
  max-height: 600px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.hero .image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.hero .content {
  position: relative;
  z-index: 10;
  max-width: 600px;
  color: white;
}

@media only screen and (max-width: 911px) {
  .hero:before {
    width: 80%;
  }

  .hero .container {
    height: auto;
    min-height: 500px;
  }

  .hero .image {
    width: 75%;
    max-height: 400px;
  }

  .hero .image:before {
    background: rgba(0, 0, 0, 0.25);
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 30;
}

.modal.active {
  opacity: 1;
  pointer-events: all;
}

.modal.active .content {
  transform: translate(-50%, -50%) scale(1);
}

.modal span.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
}

.modal .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  max-height: 80%;
  overflow-y: auto;
  background: white;
  border-radius: 10px;
  z-index: 20;
  width: 600px;
  max-width: calc(100% - 20px);
  padding: 40px;
  transition: all 0.3s ease-in-out;
}

.not-found .container {
  padding-top: 0 !important;
}

.not-found .container img {
  width: 600px;
  max-width: calc(100% - 40px);
  height: auto;
  margin: 0 auto 40px auto;
  display: block;
}

.not-found .container .button {
  text-align: center;
}

footer.footer {
  background: #e5e5e5;
}

footer.footer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
}

footer.footer .container a {
  font-weight: 600;
  color: #1a8a71;
}

@media only screen and (max-width: 911px) {
  footer.footer .container {
    display: block;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: auto;
  }

  footer.footer .container > * {
    margin: 0 0 5px 0;
    display: block;
  }

  footer.footer .container > *:last-child {
    margin-bottom: 0;
  }
}

.double-text .flex-wrapper {
  display: flex;
  margin: 0 -20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.double-text .flex-wrapper .col {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  margin: 0 20px;
}

.double-text .flex-wrapper .col *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .double-text .flex-wrapper {
    margin: 0;
    display: block;
  }

  .double-text .flex-wrapper .col {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }

  .double-text .flex-wrapper .col:last-child {
    margin-bottom: 0;
  }
}


