/**********************************************/
/**********************************************/
/**********************************************/
/**********************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  box-sizing: border-box; }

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

/**********************************************/
/**********************************************/
body, button, .addeventatc {
  font-family: 'Signika', sans-serif;
  line-height: 1.5; }

h1 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 3em;
  color: #fff;
  background-image: url("../assets/title-bg.png");
  min-height: 200px;
  line-height: 200px; }

h2 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
  letter-spacing: 1px; }

p {
  margin-bottom: 1.5em; }

#intro h1 {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0.5em;
  color: #000;
  background-image: none;
  min-height: 0;
  line-height: initial;
  padding-left: 0; }

#intro span {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 4em;
  display: block; }

section ul {
  list-style-type: disc; }

section li {
  margin-bottom: 1em; }

small {
  font-size: 0.8em;
  margin-bottom: 1em; }

p a {
  box-shadow: inset 0 -2px 0 0 #08b290;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #000; }
  p a:hover {
    box-shadow: inset 0 -6px 0 0 #08b290; }

strong {
  font-weight: bold; }

/**********************************************/
/**********************************************/
.text__wrapper,
.form__wrapper {
  max-width: 800px;
  margin: 0 auto; }
  .text__wrapper span, .text__wrapper h2, .text__wrapper p, .text__wrapper ul, .text__wrapper form,
  .form__wrapper span,
  .form__wrapper h2,
  .form__wrapper p,
  .form__wrapper ul,
  .form__wrapper form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 42.1875em) {
      .text__wrapper span, .text__wrapper h2, .text__wrapper p, .text__wrapper ul, .text__wrapper form,
      .form__wrapper span,
      .form__wrapper h2,
      .form__wrapper p,
      .form__wrapper ul,
      .form__wrapper form {
        margin-left: 2em;
        margin-right: 2em; } }
  .text__wrapper h1,
  .form__wrapper h1 {
    padding-left: 100px;
    margin-bottom: 2em; }
    @media only screen and (max-width: 42.1875em) {
      .text__wrapper h1,
      .form__wrapper h1 {
        padding-left: 80px;
        font-size: 2.5em; }
        .text__wrapper h1 span,
        .form__wrapper h1 span {
          display: inline-block;
          line-height: normal;
          vertical-align: middle;
          margin-left: auto;
          margin-right: auto; } }

section {
  margin-top: 200px; }
  section img {
    width: 100%;
    max-width: 1250px;
    margin: 4em auto 0;
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13); }
  section figure {
    max-width: 1250px;
    margin: 0 auto; }
    section figure figcaption {
      font-size: 0.9em;
      font-style: italic;
      margin-top: 0.5em; }
      @media screen and (max-width: 78.125em) {
        section figure figcaption {
          width: 95%;
          margin: 0.5em auto; } }

/**********************************************/
/**********************************************/
.lang-bar {
  background: #08b290;
  overflow: hidden; }
  .lang-bar .active {
    font-weight: 700; }
    .lang-bar .active:hover {
      color: #000; }
  .lang-bar ul {
    float: right;
    display: flex;
    padding: 0.25em 1em;
    font-size: 0.8em; }
    .lang-bar ul li:first-of-type::after {
      content: "|";
      padding: 0.5em; }
    .lang-bar ul a,
    .lang-bar ul a:visited,
    .lang-bar ul a:focus {
      color: #000;
      text-decoration: none; }
    .lang-bar ul a:hover {
      color: #fff; }
    @media only screen and (min-width: 93.75em) {
      .lang-bar ul {
        margin-right: calc((100% - 1250px) / 2); } }

nav {
  max-width: 1250px;
  margin: 0 auto;
  height: 100px;
  padding: 0 2em; }
  nav #nav-list {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%; }
    nav #nav-list li {
      margin-right: 4%;
      position: relative; }
      nav #nav-list li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #000;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.2s ease-in-out 0s; }
      nav #nav-list li:hover:before {
        visibility: visible;
        transform: scaleX(1); }
  nav ul {
    display: flex;
    height: 100%; }
    @media screen and (max-width: 65em) {
      nav ul {
        float: right; } }
  nav a {
    color: #000;
    text-decoration: none;
    font-size: 1.1em; }
  nav img {
    height: 75px;
    width: 144px;
    margin-top: 12px; }

.mobile-nav {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 3000;
  margin-top: 40px; }
  .mobile-nav span {
    position: absolute;
    height: 5px;
    width: 100%;
    background: #08b290; }
    .mobile-nav span:first-of-type {
      top: 0; }
    .mobile-nav span:nth-of-type(2) {
      top: 10px; }
    .mobile-nav span:last-of-type {
      top: 20px; }
  .mobile-nav.open span {
    background: #fff; }
    .mobile-nav.open span:first-of-type, .mobile-nav.open span:last-of-type {
      display: none; }
    .mobile-nav.open span:nth-of-type(2) {
      transform: rotate(45deg); }
    .mobile-nav.open span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 10px; }

@media screen and (min-width: 65.0625em) {
  .mobile-nav {
    display: none; } }

@media screen and (max-width: 65em) {
  nav #nav-list {
    background-color: rgba(70, 70, 70, 0.95);
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    padding-top: 6em;
    float: right; }
    nav #nav-list li {
      text-align: center;
      margin: 1em 0; }
      nav #nav-list li:before {
        background-color: #fff; }
    nav #nav-list a {
      color: #fff;
      font-size: 1.5em; }
  .site-logo {
    float: right; } }

/**********************************************/
/**********************************************/
.header__hero {
  min-height: 600px;
  height: 45vh;
  background-image: url("../assets/chain-and-forge-header.jpg");
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 43.75em) {
    .header__hero {
      min-height: 400px; } }

.header__wrapper {
  background-image: url("../assets/square-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  max-width: 580px;
  position: relative;
  left: calc((100% - 1250px) / 2);
  top: 15%;
  padding: 8em 6em;
  min-height: 580px; }
  @media screen and (max-width: 81.25em) {
    .header__wrapper {
      left: 2.5%; } }
  @media screen and (max-width: 37.5em) {
    .header__wrapper {
      padding: 6em 4em;
      left: 0;
      top: 5%;
      background-size: contain;
      min-height: none; } }
  .header__wrapper h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4em;
    font-weight: bold;
    line-height: 1.2;
    background-image: none; }
    @media screen and (max-width: 34.375em) {
      .header__wrapper h1 {
        font-size: 2.5em;
        margin-bottom: 0.5em;
        min-height: 0; } }
  .header__wrapper h2 {
    color: #fff;
    font-size: 1.5em;
    margin-top: 2em;
    letter-spacing: 1px; }
    @media screen and (max-width: 43.75em) {
      .header__wrapper h2 {
        margin-top: 0; } }

/**********************************************/
/**********************************************/
.timeline {
  max-width: 1250px;
  margin: 0 auto 10em; }
  .timeline ol {
    display: flex; }
    @media screen and (max-width: 81.25em) {
      .timeline ol {
        margin: 2em; } }
    @media screen and (max-width: 59.375em) {
      .timeline ol {
        flex-direction: column;
        margin: 0; } }
  .timeline li {
    position: relative;
    top: 100px;
    padding: 12px;
    margin-bottom: 6px;
    height: calc((1250px / 5) - 20px);
    width: 250px;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 81.25em) {
      .timeline li {
        height: calc(90vw / 5); } }
    @media screen and (max-width: 59.375em) {
      .timeline li {
        transform: rotate(180deg);
        width: 500px;
        height: 150px;
        margin: 0.75em auto; } }
    @media screen and (max-width: 31.25em) {
      .timeline li {
        width: 100%;
        margin: 0.75em auto; } }
    .timeline li:nth-of-type(2):before {
      border-top: 5px solid #ee4637;
      border-bottom: 5px solid #ee4637;
      border-right: 5px solid #ee4637; }
    .timeline li:nth-of-type(2):after {
      border-top: 5px solid #ee4637;
      border-bottom: 5px solid #ee4637;
      border-left: 5px solid #ee4637; }
    .timeline li:before {
      content: '';
      position: absolute;
      top: 0;
      right: 20%;
      height: 100%;
      width: 30%;
      border-top: 5px solid #08b290;
      border-bottom: 5px solid #08b290;
      border-right: 5px solid #08b290;
      transform: skew(0deg, 20deg); }
      @media screen and (max-width: 59.375em) {
        .timeline li:before {
          transform: skew(0deg, 12deg); } }
    .timeline li:after {
      content: '';
      position: absolute;
      top: 0;
      left: 20%;
      height: 100%;
      width: 30%;
      transform: skew(0deg, -20deg);
      border-top: 5px solid #08b290;
      border-bottom: 5px solid #08b290;
      border-left: 5px solid #08b290; }
      @media screen and (max-width: 59.375em) {
        .timeline li:after {
          transform: skew(0deg, -12deg); } }
  .timeline span {
    transform: rotate(-90deg);
    display: block;
    text-align: center;
    font-size: 1.2em; }
    .timeline span em {
      font-weight: 700; }
    @media screen and (max-width: 59.375em) {
      .timeline span {
        transform: rotate(180deg); } }

/**********************************************/
/**********************************************/
.accordion {
  width: 95%;
  margin: 0 auto; }

.panel__wrapper {
  border: 5px solid #000; }
  .panel__wrapper:not(:first-of-type) {
    margin-top: -5px; }
  .panel__wrapper .ques {
    cursor: pointer;
    padding: 1em;
    width: 100%;
    text-align: left;
    transition: all 0.4s;
    max-width: none;
    display: block;
    padding: 1em 150px 1em 100px;
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    position: relative; }
    .panel__wrapper .ques.active .toggle__btn:nth-of-type(2) {
      transform: rotate(0deg); }
    .panel__wrapper .ques:hover, .panel__wrapper .ques:focus {
      background-color: rgba(70, 70, 70, 0.1); }
    @media screen and (max-width: 51.875em) {
      .panel__wrapper .ques {
        padding: 1em 100px 1em 30px;
        font-size: 1.25em; } }
  .panel__wrapper .toggle__btn {
    width: 40px;
    height: 5px;
    display: inline-block;
    background-color: #08b290;
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; }
    @media screen and (max-width: 51.875em) {
      .panel__wrapper .toggle__btn {
        right: 30px;
        margin-right: 0; } }
    .panel__wrapper .toggle__btn:nth-of-type(2) {
      transform: rotate(90deg);
      transition: transform 0.3s ease-in; }

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; }
  .panel p, .panel ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px; }
    @media screen and (max-width: 50em) {
      .panel p, .panel ul {
        padding-left: 30px;
        padding-right: 30px; } }
    .panel p:first-of-type, .panel ul:first-of-type {
      padding-top: 2em; }

/**********************************************/
/**********************************************/
.cta {
  font-size: 1.5em;
  text-align: center;
  font-weight: 700; }

.cta__btn,
button[type="submit"] {
  display: block;
  font-size: 1.2em;
  background-color: #464646;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
  color: #fff;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  padding: 1em 2em;
  transition: all 0.3s; }
  .cta__btn:hover,
  button[type="submit"]:hover {
    background: #08b290;
    color: #000; }

.cta__btn {
  margin: 0 auto 4em; }

button[type="submit"] {
  margin-top: 2em;
  cursor: pointer;
  border: none; }

.cta__submit {
  width: 80%;
  background-color: #08b290;
  display: block;
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #fff;
  text-decoration: none;
  font-size: 3em;
  border: 5px solid #08b290;
  padding: 1em;
  margin: 2em auto 0;
  transition: all 0.3s ease-in;
  text-transform: uppercase; }
  .cta__submit:hover {
    background-color: #fff;
    color: #08b290; }
  @media screen and (max-width: 31.25em) {
    .cta__submit {
      padding: 0.5em;
      font-size: 2.5em; } }

/**********************************************/
/**********************************************/
.event__wrapper {
  display: flex;
  border: 5px solid #000;
  margin: 0 auto 2em;
  max-width: 600px;
  width: 95%; }
  @media screen and (max-width: 37.5em) {
    .event__wrapper {
      flex-direction: column; }
      .event__wrapper p {
        margin: 1em 0; } }
  .event__wrapper h3 {
    font-size: 1.2em;
    font-weight: 700; }
  .event__wrapper img {
    min-width: 250px;
    height: 250px;
    margin: 0; }

.addeventatc {
  font-family: 'Signika', sans-serif !important;
  border: 5px solid #08b290 !important;
  border-radius: 0 !important; }
  .addeventatc:focus {
    outline: -webkit-focus-ring-color auto 5px !important; }

.event__content {
  padding: 1.5em; }
  .event__content p {
    margin-bottom: 0; }

/**********************************************/
/**********************************************/
.form__wrapper {
  border: 5px solid #08b290;
  margin-top: 8em;
  padding: 3em;
  width: 95%; }
  .form__wrapper h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    text-align: center; }
  .form__wrapper label {
    margin-bottom: 0.5em; }
  .form__wrapper hr {
    margin: 2em 0;
    border: 1px solid #000; }
  @media screen and (max-width: 43.75em) {
    .form__wrapper {
      padding: 3em 1em; }
      .form__wrapper form, .form__wrapper h2, .form__wrapper span {
        max-width: none;
        margin: 0; }
      .form__wrapper p {
        margin: 1em 0; }
      .form__wrapper input[type="email"],
      .form__wrapper input[type="text"],
      .form__wrapper .custom-select {
        width: 100%; }
      .form__wrapper .consent__wrapper {
        margin-top: 3em; }
      .form__wrapper .checks {
        margin-top: 2em; } }

.checks {
  margin: 2em 0 0.5em; }

input {
  border: 5px solid #464646;
  border-radius: 0;
  padding-left: 5px; }

input[type="email"],
input[type="text"],
.custom-select {
  height: 45px;
  min-width: 300px;
  width: 60%; }

.consent__wrapper,
.checks__wrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none; }

.consent__wrapper input,
.checks__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 1000;
  height: 25px;
  width: 25px; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 5px solid #464646;
  cursor: pointer; }

.consent__wrapper:hover input ~ .checkmark,
.checks__wrapper:hover input ~ .checkmark,
.consent__wrapper:focus input ~ .checkmark,
.checks__wrapper:focus input ~ .checkmark {
  background-color: #ccc; }

.consent__wrapper input:checked ~ .checkmark,
.checks__wrapper > input:checked ~ .checkmark {
  background-color: rgba(70, 70, 70, 0.13); }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.consent__wrapper input:checked ~ .checkmark:after,
.checks__wrapper > input:checked ~ .checkmark:after {
  display: block; }

.consent__wrapper .checkmark:after,
.checks__wrapper .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-select {
  position: relative;
  display: inline-block; }
  .custom-select select {
    display: none; }

.select-selected {
  background-color: #fff; }

.select-selected:after {
  position: absolute;
  content: "";
  top: calc(100% + 6px);
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #464646 transparent transparent transparent; }

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #464646 transparent;
  top: 15px; }

.select-items div, .select-selected {
  color: #000000;
  padding: 8px 16px;
  border: 5px solid #464646;
  cursor: pointer; }
  .select-items div:not(:first-of-type), .select-selected:not(:first-of-type) {
    margin-top: -5px; }

.select-items {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: -5px;
  display: inline-block; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

/**********************************************/
/**********************************************/
footer {
  margin-top: 8em;
  text-align: center; }
  footer a,
  footer a:visited,
  footer a:active {
    color: #000; }

.footer__wrapper {
  margin: 0 auto;
  padding: 4em;
  background: url("../assets/square-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  max-width: 600px;
  min-height: 600px;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 36.25em) {
    .footer__wrapper {
      padding: 2em; } }
  .footer__wrapper img {
    width: 50%;
    margin: 2em auto;
    display: block; }
    @media screen and (max-width: 36.25em) {
      .footer__wrapper img {
        width: 70%; } }

.footer__sub-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2em auto; }
  .footer__sub-logos img {
    width: 40%;
    height: 100%; }

.social__wrapper {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 2em; }
  .social__wrapper i {
    margin: 0 1em;
    opacity: 1;
    transition: opacity 0.2s; }
    .social__wrapper i:hover {
      opacity: 0.6; }

.back_to_top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #08b290;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 0;
  position: fixed;
  color: #fff;
  bottom: 20px;
  right: 20px;
  z-index: -100;
  transition: opacity 0.3s ease-in-out; }

.back_to_top-show {
  opacity: 1;
  z-index: 100;
  cursor: pointer; }

/**********************************************/
/**********************************************/
.fr .header__wrapper h1 {
  font-size: 3.75em; }
  @media screen and (max-width: 34.375em) {
    .fr .header__wrapper h1 {
      font-size: 2.75em; } }
