body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #bf3a30;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #2d3e4f;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #bf3a30;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #cf404d;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #edeff2;
}

.navigation-bar {
  background-color: #192024;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #bf3a30;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 0px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
  color: transparent;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid transparent;
  background-image: url('../images/geraint_Webflow.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: transparent;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
  color: #192024;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #bf3a30;
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  margin-top: 10px;
  border-color: #192024;
  color: #bf3a30;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.hollow-button.all-caps.darkbg {
  border-color: #edeff2;
}

.hollow-button.all-caps.darkbg:hover {
  background-color: #404047;
}

.hollow-button.all-caps.lightbg {
  background-color: transparent;
}

.hollow-button.all-caps.lightbg:hover {
  background-color: rgba(0, 0, 0, 0.13);
}

.hollow-button.all-caps.lightbg._1 {
  margin-top: 4px;
}

.hollow-button.all-caps.lightbg._1.tour.sold-out {
  width: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 2, 0.28)), to(rgba(0, 0, 2, 0.28)));
  background-image: linear-gradient(180deg, rgba(0, 0, 2, 0.28), rgba(0, 0, 2, 0.28));
  font-size: 20px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: -36px;
  color: #d32719;
  font-size: 36px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #e23a3a;
  font-weight: 400;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
  font-size: 24px;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  border: 1px solid #192024;
  background-color: #192024;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #192024;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  border-right: 0px solid #000;
  border-left: 0.5px solid #000;
  background-color: rgba(180, 138, 78, 0.25);
  text-align: center;
}

.tab-menu:hover {
  background-color: rgba(191, 58, 48, 0);
}

.tab-menu.w--current {
  background-color: #83170f;
  color: #edeff2;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #edeff2;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.form {
  margin-top: 40px;
}

.paragraph {
  color: #192024;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.heading {
  margin-top: 34px;
}

.paragraph-2 {
  color: #192024;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-3 {
  color: #192024;
  font-size: 20px;
  font-weight: 400;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-2 {
  color: #f0f0f0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.submit-button {
  background-color: #bf3a30;
  color: #edeff2;
  text-transform: uppercase;
}

.image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  margin: 20px auto;
  float: none;
  clear: none;
  border: 1px solid #000;
}

.paragraph-4 {
  font-weight: 700;
}

.paragraph-5 {
  margin-top: 20px;
  color: #192024;
  font-size: 20px;
  font-weight: 400;
}

.button-2 {
  margin-top: 10px;
}

.link {
  color: #668cad;
  font-size: 16px;
  text-transform: uppercase;
}

.copyright {
  color: #6c6c79;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.image-3 {
  margin-top: 20px;
}

.image-4 {
  width: 650px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  margin-top: 0px;
}

.tab-pane-tab-1 {
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  display: none;
}

.columns {
  margin-top: 0px;
  margin-bottom: 60px;
}

.tourdatefont {
  color: #49647b;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.column {
  margin-top: 17px;
  margin-bottom: 12px;
}

.column.tour {
  margin-top: 21px;
  margin-bottom: 32px;
}

.link-block {
  margin-top: -21px;
  margin-left: 605px;
  text-align: left;
}

.image-6 {
  margin-top: 11px;
  margin-bottom: 40px;
  margin-left: auto;
}

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

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .button.tab {
    font-size: 12px;
  }

  .button.tab.w--current {
    margin-top: 0px;
    text-align: center;
  }

  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .section.accent {
    margin-top: -4px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    margin-top: -24px;
    float: right;
    font-size: 40px;
  }

  .hollow-button.all-caps.lightbg._1.tour {
    margin-left: -3px;
  }

  .section-heading.centered {
    margin-top: -35px;
    font-size: 160%;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .tabs-wrapper {
    float: none;
    clear: none;
  }

  .fullwidth-image {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block {
    font-size: 12px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .tourdatefont {
    width: auto;
    margin-right: -62px;
    margin-left: -47px;
    font-size: 16px;
  }

  .link-block {
    margin-top: auto;
    margin-right: -239px;
    margin-left: 493px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    margin-right: 16px;
    margin-bottom: 14px;
    margin-left: -143px;
    padding-right: 29px;
    font-size: 12px;
  }

  .button.tab.w--current {
    left: 107px;
    margin-top: 64px;
    margin-right: -228px;
    margin-left: -432px;
    padding-left: 26px;
  }

  .section {
    margin-top: -60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.accent {
    margin-top: -3px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-top: -12px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hollow-button.all-caps.lightbg._1.tour {
    margin-right: auto;
    margin-left: auto;
  }

  .hollow-button.all-caps.lightbg._2 {
    font-size: 16px;
  }

  .section-heading.centered {
    display: block;
    width: auto;
    max-width: none;
    margin-top: -30px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .tab-menu {
    margin-top: -22px;
    margin-left: 0px;
  }

  .tab-menu.horizontal {
    position: static;
    overflow: visible;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
  }

  .white-text {
    margin-top: -36px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-5 {
    margin-top: -3px;
    font-size: 16px;
  }

  .tabs {
    position: relative;
    left: 0px;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tabs-menu {
    position: static;
    display: none;
    overflow: visible;
    width: 500px;
    max-width: 18%;
    min-width: 60%;
    margin-left: 113px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 12px;
  }

  .tabs-content {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .link-block {
    margin-top: auto;
    margin-right: auto;
    margin-left: 290px;
  }

  .image-6 {
    margin-top: -8px;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.tab {
    left: 0px;
    right: -69px;
    display: block;
    margin: -5px -353px 22px 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    clear: both;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
  }

  .button.tab.w--current {
    margin: -5px auto 20px -52px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    position: static;
    display: block;
    overflow: visible;
    margin-top: -99px;
    margin-bottom: 3px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.accent {
    display: block;
    margin-top: -32px;
    margin-bottom: 0px;
  }

  .white-box.transparent {
    margin-top: -137px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    margin-top: -30px;
    font-size: 12px;
    font-weight: 600;
  }

  .hollow-button.all-caps.darkbg {
    font-size: 16px;
  }

  .hollow-button.all-caps.lightbg._1 {
    font-size: 16px;
  }

  .hollow-button.all-caps.lightbg._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: -85px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    font-size: 12px;
  }

  .section-heading.centered {
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: -42px;
    font-size: 20px;
    font-weight: 400;
  }

  .section-heading.centered.white {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    font-size: 20px;
  }

  .footer.center {
    margin-top: 0px;
  }

  .grid-image {
    width: 35%;
  }

  .tab-menu {
    width: 100%;
  }

  .tab-menu.horizontal {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-menu.horizontal.w--current {
    width: 100%;
    margin-top: -39px;
    margin-right: auto;
    margin-left: auto;
  }

  .fullwidth-image {
    display: block;
    overflow: visible;
    width: auto;
    margin-top: 102px;
    margin-right: -63px;
    margin-left: 6px;
    float: none;
    clear: none;
  }

  .white-text {
    margin-top: 76px;
  }

  .paragraph {
    margin-left: -63px;
  }

  .text-block-2 {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block {
    margin-top: 157px;
    margin-left: -275px;
  }

  .image-2 {
    display: inline-block;
    width: 100%;
    min-width: 40%;
    margin-right: auto;
    margin-left: 0px;
  }

  .paragraph-5 {
    position: relative;
    left: 8px;
    display: none;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 72px;
    padding-left: 61px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    direction: ltr;
    font-size: 12px;
    text-transform: none;
  }

  .copyright {
    text-align: center;
  }

  .tab-pane-tab-1 {
    width: 90%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: 87px;
    margin-left: auto;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .tabs-menu {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: 0px;
  }

  .tabs-content {
    display: block;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-3 {
    display: block;
  }

  .tab-pane-tab-3 {
    width: 100%;
    min-width: 300px;
    margin-left: 0px;
  }

  .container {
    display: block;
  }

  .container-2 {
    margin-bottom: -10px;
  }

  .tourdatefont {
    overflow: visible;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block {
    margin-left: 30px;
  }

  .image-6 {
    margin-left: auto;
  }

  .video {
    margin-top: -75px;
    margin-bottom: 59px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

