@import url("https://use.typekit.net/yva1vaw.css");
@import url(../thirdparty/jquery.fancybox.css);
* {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column; }

section {
  overflow-x: hidden; }

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

.scroll-lock {
  overflow: hidden; }

strong {
  font-weight: 500; }

p {
  margin-bottom: 16px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.button, .button--white, .button--solid {
  padding: 15px 0;
  font-family: "freight-text-pro", serif;
  font-weight: 600;
  color: #1d4a4a;
  transition: all 0.3s ease;
  display: inline;
  cursor: pointer;
  font-size: 1.2rem; }
  .button span, .button--white span, .button--solid span {
    transition: all 0.3s ease; }
  .button:hover > span, .button--white:hover > span, .button--solid:hover > span {
    margin-left: 4px; }
  .button--white {
    color: white; }
  .button--solid {
    margin-top: 50px;
    color: white;
    background-color: #1d4a4a;
    padding: 15px 25px; }
    .button--solid:hover {
      filter: brightness(90%); }

.wrapper, .wrapper--medium, .wrapper--small {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 1.5rem;
  z-index: 5; }
  @media screen and (min-width: 801px) {
    .wrapper, .wrapper--medium, .wrapper--small {
      max-width: 800px; } }
  @media screen and (min-width: 1025px) {
    .wrapper, .wrapper--medium, .wrapper--small {
      max-width: 1024px; } }
  @media screen and (min-width: 1400px) {
    .wrapper, .wrapper--medium, .wrapper--small {
      max-width: 1400px; } }
  @media screen and (min-width: 1400px) {
    .wrapper--medium {
      max-width: 1200px; } }
  @media screen and (min-width: 1025px) {
    .wrapper--small {
      max-width: 1000px; } }

.overlay, .overlay--green, .overlay--orange, .overlay--lightgrey, .overlay--lightblue {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%; }
  .overlay--green {
    background-color: rgba(29, 74, 74, 0.7); }
  .overlay--orange {
    background-color: rgba(241, 149, 67, 0.7); }
  .overlay--lightgrey {
    background-color: rgba(79, 102, 113, 0.7); }
  .overlay--lightblue {
    background-color: rgba(186, 216, 215, 0.7); }

.add-spacing, .add-spacing--notop, .add-spacing--nobottom {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 801px) {
    .add-spacing, .add-spacing--notop, .add-spacing--nobottom {
      margin-top: 8rem;
      margin-bottom: 8rem; } }
  @media screen and (min-width: 801px) {
    .add-spacing--notop {
      margin-top: 0rem; } }
  .add-spacing--nobottom {
    margin-top: 8rem; }
    @media screen and (min-width: 801px) {
      .add-spacing--nobottom {
        margin-top: 8rem;
        margin-bottom: 0; } }

.flex-container, .flex-container--between-no-wrap, .flex-container--between, .flex-container--around, .flex-container--center, .flex-container--center-center, .responsive-flex, .responsive-flex--space-between, .flex-container--center-col, .explore-more-tabcontent-content, .explore-more-tabcontent #orange, .explore-more-tabcontent #lightgrey, .explore-more-tabcontent #lightblue, .explore-more-tabcontent #green, .flex-container--center-center-col, .flex-container--center-start-col, .flex-container--between-center, .flex-container--between-center-wrap, .flex-container--center-start, .flex-container--between-start, .flex-container--between-start-wrap, .flex-container--between-end-wrap, .flex-container--between-end, .flex-container--col-wrap, .flex-container--wrap {
  display: flex;
  width: 100%; }
  .flex-container--between-no-wrap {
    justify-content: space-between; }
  .flex-container--between {
    justify-content: space-between;
    flex-wrap: wrap; }
  .flex-container--around {
    justify-content: space-around;
    flex-wrap: wrap; }
  .flex-container--center {
    justify-content: center;
    flex-wrap: wrap; }
  .flex-container--center-center, .responsive-flex, .responsive-flex--space-between {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .flex-container--center-col, .explore-more-tabcontent-content, .explore-more-tabcontent #orange, .explore-more-tabcontent #lightgrey, .explore-more-tabcontent #lightblue, .explore-more-tabcontent #green {
    justify-content: center;
    flex-direction: column; }
  .flex-container--center-center-col {
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .flex-container--center-start-col {
    justify-content: center;
    align-items: start;
    flex-direction: column; }
  .flex-container--between-center {
    justify-content: space-between;
    align-items: center; }
  .flex-container--between-center-wrap {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .flex-container--center-start {
    align-items: center;
    align-items: flex-start; }
  .flex-container--between-start {
    justify-content: space-between;
    align-items: flex-start; }
  .flex-container--between-start-wrap {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .flex-container--between-end-wrap {
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
  .flex-container--between-end {
    justify-content: space-between;
    align-items: flex-end; }
  .flex-container--col-wrap {
    flex-direction: column;
    flex-wrap: wrap; }
  .flex-container--wrap {
    flex-wrap: wrap; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #1D4A4A;
  transition: transform 0.5s ease-in-out; }
  @media screen and (min-width: 801px) {
    .site-header {
      background: white; } }
  .site-header.active {
    background: #1d4a4a;
    height: 100vh;
    overflow-y: scroll; }
  @media screen and (min-width: 801px) {
    .site-header .wrapper, .site-header .wrapper--medium, .site-header .wrapper--small {
      padding: 0;
      max-width: none; } }

.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 1.5rem 1rem;
  background: #1D4A4A; }
  .site-logo img {
    max-width: 150px; }
    @media screen and (min-width: 801px) {
      .site-logo img {
        max-width: 200px; } }
  @media screen and (min-width: 801px) {
    .site-logo {
      padding: 2rem 1rem 2rem 1rem;
      width: 100%; } }

.mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: 0;
  padding: 1rem 0; }
  @media screen and (min-width: 801px) {
    .mobile-btn {
      display: none; } }
  .mobile-btn:hover, .mobile-btn:focus {
    cursor: pointer; }
  .mobile-btn__icon {
    fill: #fdfdfd; }
    .mobile-btn__icon--close {
      display: none; }
  .mobile-btn.active .mobile-btn__icon--open {
    display: none; }
  .mobile-btn.active .mobile-btn__icon--close {
    display: block; }

.nav-scrolled {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 5px; }

@media screen and (min-width: 801px) {
  .hidden {
    transform: translateY(-69px);
    transition: transform 0.5s ease-in-out; } }

.cart, .cart--mob {
  max-width: 30px;
  cursor: pointer; }
  @media screen and (min-width: 801px) {
    .cart--mob {
      display: none; } }

.support {
  position: absolute;
  display: none;
  padding: 1.5rem;
  background-color: #F19543;
  font-size: 1rem;
  transition: opacity 0.3s ease; }
  @media screen and (min-width: 801px) {
    .support {
      top: 0;
      right: 8%;
      display: block; } }
  .support:hover {
    opacity: 0.8; }

.nav-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 801px) {
    .nav-flex {
      flex-direction: column;
      flex-wrap: nowrap; } }

.header-title {
  margin-top: 8rem; }
  @media screen and (min-width: 801px) {
    .header-title {
      margin-top: 17rem; } }
  .header-title-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-title-header__title {
      font-size: 3rem;
      color: #1d4a4a;
      font-weight: 700; }

.intro-block {
  color: white;
  height: 75vh;
  position: relative; }
  @media screen and (min-width: 640px) {
    .intro-block {
      height: 90vh; } }
  @media screen and (min-width: 801px) {
    .intro-block {
      height: 100vh; } }
  @media screen and (min-width: 801px) {
    .intro-block-title {
      font-size: 8.5rem;
      margin-bottom: 0rem; } }
  .intro-block-content {
    text-align: center; }
    .intro-block-content p {
      font-weight: 400;
      max-width: 500px; }

.cta-block {
  margin-bottom: 3rem; }
  @media screen and (min-width: 801px) {
    .cta-block {
      position: absolute;
      top: 76vh;
      right: 0; } }
  @media screen and (min-width: 1025px) {
    .cta-block {
      position: absolute;
      top: 76vh;
      right: 0; } }
  @media screen and (min-width: 1400px) {
    .cta-block {
      position: absolute;
      top: 80vh;
      right: 0; } }
  .cta-block * {
    color: white; }
  .cta-block .wrapper, .cta-block .wrapper--medium, .cta-block .wrapper--small {
    padding: 0;
    max-width: 100%; }
  @media screen and (min-width: 801px) {
    .cta-block .responsive-flex, .cta-block .responsive-flex--space-between {
      max-width: 900px; } }
  .cta-block-museum, .cta-block-archive, .cta-block-support {
    background-color: #1d4a4a;
    height: 50vw;
    padding: 0 1.5rem;
    transition: all 0.3s ease; }
    .cta-block-museum:hover, .cta-block-archive:hover, .cta-block-support:hover {
      filter: brightness(90%); }
    @media screen and (min-width: 640px) {
      .cta-block-museum, .cta-block-archive, .cta-block-support {
        max-height: 30vh; } }
    @media screen and (min-width: 801px) {
      .cta-block-museum, .cta-block-archive, .cta-block-support {
        max-height: 24vh;
        padding: 0 1.5rem;
        justify-content: unset !important; } }
    @media screen and (min-width: 1025px) {
      .cta-block-museum, .cta-block-archive, .cta-block-support {
        max-height: 24vh;
        padding: 0 1.5rem;
        justify-content: unset !important; } }
    @media screen and (min-width: 1400px) {
      .cta-block-museum, .cta-block-archive, .cta-block-support {
        max-height: 20vh;
        padding: 0 1.5rem;
        justify-content: unset !important; } }
    .cta-block-museum h3, .cta-block-archive h3, .cta-block-support h3 {
      white-space: nowrap;
      margin-top: 0; }
      @media screen and (min-width: 801px) {
        .cta-block-museum h3, .cta-block-archive h3, .cta-block-support h3 {
          margin-top: 1rem; } }
    .cta-block-museum p, .cta-block-archive p, .cta-block-support p {
      max-width: 280px; }
      @media screen and (min-width: 640px) {
        .cta-block-museum p, .cta-block-archive p, .cta-block-support p {
          max-width: 400px; } }
      @media screen and (min-width: 801px) {
        .cta-block-museum p, .cta-block-archive p, .cta-block-support p {
          font-size: 1rem; } }
  .cta-block-archive {
    background-color: #f19543; }
  .cta-block-support {
    background-color: #454b55; }

.history-block {
  padding: 30px 0; }
  @media screen and (min-width: 801px) {
    .history-block {
      background-image: url("../images/homepage-images/lighthouse.png");
      background-size: 350px 750px;
      background-repeat: no-repeat;
      background-position: 80px 30px; } }
  @media screen and (min-width: 801px) {
    .history-block .wrapper--medium {
      justify-content: flex-end; } }
  @media screen and (min-width: 640px) {
    .history-block-image {
      max-width: 70%; } }
  @media screen and (min-width: 801px) {
    .history-block-image {
      max-width: 450px; } }
  @media screen and (min-width: 801px) {
    .history-block-image:nth-child(1) {
      order: 1; } }
  .history-block-content {
    min-height: 40vh;
    max-width: 488px; }
    .history-block-content__title {
      color: #1d4a4a;
      margin-top: 1.3rem; }
    @media screen and (min-width: 640px) {
      .history-block-content__text {
        max-width: 500px; } }
    @media screen and (min-width: 801px) {
      .history-block-content__text {
        margin-right: 40px;
        max-width: 400px; } }
    .history-block-content .button, .history-block-content .button--white, .history-block-content .button--solid {
      color: #1d4a4a; }

@media screen and (min-width: 801px) {
  .overlap-right-block-image, .overlap-left-block-image {
    max-width: 550px; } }

.overlap-right-block-content, .overlap-left-block-content {
  background-color: #1d4a4a;
  color: white;
  min-height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px; }
  @media screen and (min-width: 801px) {
    .overlap-right-block-content, .overlap-left-block-content {
      margin-left: -5rem;
      padding: 2.5rem 3.5rem;
      max-width: 500px;
      align-items: center; }
      .overlap-right-block-content__title:nth-child(1) {
        align-self: flex-start;
        padding-left: 1rem; } }
  .overlap-right-block-content *, .overlap-left-block-content * {
    max-width: 300px; }
    @media screen and (min-width: 640px) {
      .overlap-right-block-content *, .overlap-left-block-content * {
        max-width: 400px; } }

@media screen and (min-width: 801px) {
  .overlap-left-block-image:nth-child(1) {
    order: 1; } }

.overlap-left-block-content {
  background-color: #dad4c6;
  color: black; }
  @media screen and (min-width: 801px) {
    .overlap-left-block-content {
      margin-right: -5rem;
      margin-left: 0;
      z-index: 2; }
      .overlap-left-block-content__title:nth-child(1) {
        align-self: flex-start;
        padding-left: 1rem; } }
  .overlap-left-block-content__title {
    color: #1d4a4a; }

.stagger-right {
  padding-left: 0; }
  @media screen and (min-width: 801px) {
    .stagger-right {
      margin-left: 3rem; } }
  .stagger-right p {
    margin-top: 20px;
    margin-bottom: 20px; }

@media screen and (min-width: 801px) {
  .stagger-left {
    margin-left: -7rem; } }

.translate-block {
  margin-top: 8rem; }
  @media screen and (min-width: 801px) {
    .translate-block {
      margin-top: 17rem; } }
  .translate-block-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .translate-block-header__title {
      font-size: 3rem;
      color: #1d4a4a;
      font-weight: 700; }

.gaelic-button {
  display: flex;
  align-items: center;
  background-color: #2a6465;
  font-family: "freight-text-pro", serif;
  transition: all 0.3s ease;
  min-width: 50px;
  margin-left: 20px; }
  .gaelic-button:hover {
    filter: brightness(90%); }

.translate-icon {
  max-width: 50px; }
  @media screen and (min-width: 640px) {
    .translate-icon {
      max-width: 60px; } }

.translate-text {
  color: white;
  padding: 10px;
  display: none; }
  @media screen and (min-width: 640px) {
    .translate-text {
      display: block; } }

.gradient-block {
  background: -webkit-linear-gradient(bottom, #1d4a4a, #1d4a4a 90%, white 30%, white);
  margin-bottom: 4rem; }
  @media screen and (min-width: 801px) {
    .gradient-block {
      background: -webkit-linear-gradient(bottom, #1d4a4a, #1d4a4a 80%, white 30%, white);
      margin-top: 1.5rem;
      margin-bottom: 6rem; } }
  .gradient-block-image {
    margin-top: 1.5rem; }
  .gradient-block-video {
    width: 100%;
    height: 40vh; }
    .gradient-block-video iframe {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 640px) {
      .gradient-block-video {
        height: 60vh; } }
    @media screen and (min-width: 801px) {
      .gradient-block-video {
        height: 80vh; } }
  .gradient-block-content {
    margin: 3rem auto;
    max-width: 550px; }
    @media screen and (min-width: 801px) {
      .gradient-block-content {
        margin: 4rem auto; } }
    .gradient-block-content p, .gradient-block-content__text {
      padding: 1.5rem 0; }
    .gradient-block-content #bottom {
      margin-bottom: 1.5rem; }

.image-left-block {
  margin-bottom: 2rem; }
  @media screen and (min-width: 801px) {
    .image-left-block {
      margin-bottom: 0; } }
  @media screen and (min-width: 640px) {
    .image-left-block__image {
      max-width: 45%; } }
  .image-left-block-content {
    max-width: 480px;
    margin-bottom: 50px; }
    @media screen and (min-width: 801px) {
      .image-left-block-content {
        position: relative;
        padding-left: 2rem;
        top: -42px; }
        .image-left-block-content a {
          position: absolute;
          margin-top: 20px; } }
    .image-left-block-content a {
      position: absolute;
      margin-top: 15px; }
    .image-left-block-content p a {
      position: unset !important;
      margin-top: 0 !important; }
    .image-left-block-content__title {
      margin-top: 15px;
      color: #1d4a4a; }
    .image-left-block-content__text {
      margin-bottom: 40px;
      max-width: 480px;
      margin: 0; }

.image-right-block {
  margin-bottom: 5rem; }
  @media screen and (min-width: 801px) {
    .image-right-block {
      margin-bottom: 0; } }
  @media screen and (min-width: 801px) {
    .image-right-block__image {
      max-width: 45%; } }
  @media screen and (min-width: 801px) {
    .image-right-block__image:nth-child(1) {
      order: 1; } }
  .image-right-block-content {
    max-width: 480px; }
    @media screen and (min-width: 801px) {
      .image-right-block-content {
        position: relative;
        padding-right: 2rem;
        top: -42px; }
        .image-right-block-content a {
          position: absolute;
          margin-top: 20px; } }
    .image-right-block-content a {
      position: absolute;
      margin-top: 15px; }
    .image-right-block-content p a {
      position: unset !important;
      margin-top: 0 !important; }
    .image-right-block-content__title {
      margin-top: 15px;
      color: #1d4a4a; }
    .image-right-block-content__text {
      margin-bottom: 40px;
      max-width: 480px;
      margin: 0; }

.responsive-flex, .responsive-flex--space-between {
  width: auto; }
  @media screen and (min-width: 801px) {
    .responsive-flex, .responsive-flex--space-between {
      flex-wrap: nowrap; } }
  .responsive-flex--space-between {
    justify-content: space-between; }

.box-shadow {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15); }

.single-image {
  max-width: 1217px; }

@media screen and (min-width: 801px) {
  .custom-margin {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; } }

p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  font-family: "canada-type-gibson", Arial, sans-serif; }
  p a {
    font-weight: 700;
    text-decoration: none; }
    @media screen and (min-width: 801px) {
      p a:hover, p a:focus {
        text-decoration: underline; } }
  p img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  p strong {
    font-family: "canada-type-gibson", Arial, sans-serif; }

a {
  text-decoration: none;
  color: black;
  font-family: "canada-type-gibson", Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

h1 {
  font-family: "freight-text-pro", serif;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 1rem; }

h2 {
  font-family: "freight-text-pro", serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 801px) {
    h2 {
      font-size: 3rem; } }

h3 {
  font-family: "freight-text-pro", serif;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 0.8rem; }

h4 {
  font-family: "canada-type-gibson", Arial, sans-serif;
  font-weight: 700; }

.typo--white {
  color: #fdfdfd; }

.typo h2 {
  line-height: 2rem;
  margin: 1.25rem 0;
  color: inherit; }
  @media screen and (max-width: 420px) {
    .typo h2 {
      font-size: 1.3rem;
      line-height: 1.8rem; } }

.typo h3 {
  font-size: 1.4rem;
  color: inherit; }

.typo p {
  margin: 1.25rem 0;
  color: inherit; }

.typo ul {
  list-style-type: disc;
  padding: 0 0 0 1rem;
  margin: 0 0 0 .25rem;
  color: inherit; }
  .typo ul li {
    margin: 0 0 .5rem;
    line-height: 1.6rem; }

.typo ol {
  list-style-type: decimal;
  padding: 0 0 0 1rem;
  color: inherit; }
  .typo ol li {
    margin: 0 0 .5rem; }

.footer {
  text-align: center;
  padding-top: 80px; }
  @media screen and (min-width: 801px) {
    .footer {
      text-align: left; }
      .footer .wrapper, .footer .wrapper--medium, .footer .wrapper--small {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
    @media screen and (min-width: 801px) and (min-width: 801px) {
      .footer .wrapper, .footer .wrapper--medium, .footer .wrapper--small {
        max-width: 90%; } }
  .footer-separator {
    background-color: black;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    margin-bottom: 20px; }
  .footer-logo {
    max-width: 225px;
    margin: 0 auto; }
    @media screen and (min-width: 801px) {
      .footer-logo {
        margin: 0;
        max-width: 20%;
        padding-top: 20px; } }
  .footer-funders {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 801px) {
      .footer-funders {
        justify-content: flex-start; } }
  .footer-cols {
    padding: 20px 0; }
    @media screen and (min-width: 801px) {
      .footer-cols {
        display: flex;
        width: 100%;
        justify-content: space-around; } }
    .footer-cols-item {
      padding: 20px 0; }
      @media screen and (min-width: 801px) {
        .footer-cols-item {
          max-width: 200px;
          padding: 0 10px; } }
      .footer-cols-item-heading {
        font-size: 0.875rem;
        margin-bottom: 1rem; }
      .footer-cols-item-text {
        font-size: 0.875rem;
        line-height: 1.3; }
      .footer-cols-item__links {
        display: flex;
        flex-direction: column; }
        .footer-cols-item__links a {
          margin-bottom: 1rem; }
          .footer-cols-item__links a:hover {
            transition: color .3s ease;
            color: #f19543; }
      .footer-cols-item-socials {
        margin: 0 3px; }
        .footer-cols-item-socials img {
          max-width: 20px; }
      .footer-cols-item-funders {
        display: flex;
        align-items: center; }
        .footer-cols-item-funders img {
          max-width: 80px; }
  .footer-socials-wrapper {
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 801px) {
      .footer-socials-wrapper {
        justify-content: flex-start; } }
  .footer-contact-right {
    display: flex;
    flex-direction: column;
    min-width: 150px; }
    .footer-contact-right a:hover {
      transition: color .3s ease;
      color: #f19543; }

.footer-banner {
  text-align: center;
  color: white;
  background-color: #595b60;
  padding: 1.5rem 0; }
  .footer-banner p {
    font-size: 0.875rem; }
  .footer-banner__link {
    color: white; }
  .footer-banner .wrapper, .footer-banner .wrapper--medium, .footer-banner .wrapper--small {
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 640px) {
      .footer-banner .wrapper, .footer-banner .wrapper--medium, .footer-banner .wrapper--small {
        display: flex;
        justify-content: space-between;
        margin: 0 auto; } }

.accordion-item__title {
  display: flex;
  align-items: center;
  width: 100%;
  background: 0;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem;
  font-family: "freight-text-pro", serif;
  border: 0;
  text-align: left;
  color: #1d4a4a; }
  .accordion-item__title:hover {
    cursor: pointer; }

.accordion-item__icon {
  display: flex;
  align-items: center;
  margin: 0 2rem 0 0;
  max-width: 40px; }
  .active .accordion-item__icon--plus {
    display: none; }
  .accordion-item__icon--minus {
    display: none; }
    .active .accordion-item__icon--minus {
      display: flex; }

.accordion-item__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease-in-out; }
  .accordion-item__content.active {
    max-height: 5000px;
    transition: max-height .3s ease-in-out; }

.accordion-item__inner {
  padding: 0 1rem;
  margin: 0 0 2rem; }
  @media screen and (min-width: 801px) {
    .accordion-item__inner {
      padding: 0 5rem; } }

.faq-banner {
  background-color: #efefe7; }

.explore-more__title {
  color: #1d4a4a;
  margin-bottom: 2rem; }

.explore-more-tabs {
  padding: 20px 0; }
  .explore-more-tabs #orange {
    background-color: #f19543;
    color: black; }
  .explore-more-tabs #lightgrey {
    background-color: #4f6671; }
  .explore-more-tabs #lightblue {
    background-color: #bad8d7;
    color: black; }
  .explore-more-tabs #green {
    background-color: #1d4a4a;
    color: white; }
  .explore-more-tabs #btn1 {
    background-color: #1d4a4a;
    color: white; }
  .explore-more-tabs #btn2 {
    background-color: #f19543; }
  .explore-more-tabs #btn3 {
    background-color: #4f6671;
    color: white; }
  .explore-more-tabs #btn4 {
    background-color: #bad8d7; }
  .explore-more-tabs__btn {
    padding: 15px 10px;
    transition: all 0.2s ease;
    cursor: pointer; }
    .explore-more-tabs__btn.active {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
      padding: 17px 12px; }
    @media screen and (min-width: 801px) {
      .explore-more-tabs__btn {
        display: none; } }
    .explore-more-tabs__btn--desk {
      display: none;
      cursor: pointer; }
      @media screen and (min-width: 801px) {
        .explore-more-tabs__btn--desk {
          display: flex;
          justify-content: center;
          align-items: center; }
          .explore-more-tabs__btn--desk span {
            font-family: "freight-text-pro", serif;
            font-weight: 600;
            font-size: 1.5rem;
            transform: rotate(-90deg);
            max-width: 3rem;
            margin-top: auto;
            margin-bottom: 2rem;
            white-space: nowrap; } }

.explore-more #sidebtn1 {
  background-color: #1d4a4a;
  color: white; }

.explore-more #sidebtn2 {
  background-color: #f19543; }

.explore-more #sidebtn3 {
  background-color: #4f6671;
  color: white; }

.explore-more #sidebtn4 {
  background-color: #bad8d7; }

.explore-more-image-wrapper {
  position: relative; }
  @media screen and (min-width: 801px) {
    .explore-more-image-wrapper {
      max-width: 60%;
      min-width: 40%; } }

@media screen and (min-width: 801px) {
  .explore-more-tab-wrapper {
    display: flex; } }

.explore-more-tabcontent {
  position: relative; }
  @media screen and (min-width: 801px) {
    .explore-more-tabcontent {
      display: flex; } }
  .explore-more-tabcontent .display-wrapper {
    display: none;
    transition: brightness .3s ease; }
    @media screen and (min-width: 801px) {
      .explore-more-tabcontent .display-wrapper {
        display: flex;
        max-height: 550px;
        overflow: hidden;
        max-width: 0;
        transition: max-width .5s ease; } }
    .explore-more-tabcontent .display-wrapper.active {
      display: block; }
      @media screen and (min-width: 801px) {
        .explore-more-tabcontent .display-wrapper.active {
          display: flex;
          max-width: 600px; } }
      @media screen and (min-width: 1025px) {
        .explore-more-tabcontent .display-wrapper.active {
          max-width: 70vw; } }
      @media screen and (min-width: 1400px) {
        .explore-more-tabcontent .display-wrapper.active {
          max-width: 1000px; } }
    .explore-more-tabcontent .display-wrapper:hover {
      transition: .8s ease;
      filter: brightness(90%); }
  @media screen and (min-width: 801px) {
    .explore-more-tabcontent__img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  .explore-more-tabcontent-content, .explore-more-tabcontent #orange, .explore-more-tabcontent #lightgrey, .explore-more-tabcontent #lightblue, .explore-more-tabcontent #green {
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-top: -200px;
    background-color: #1d4a4a;
    color: white;
    min-height: 200px;
    width: auto; }
    @media screen and (min-width: 801px) {
      .explore-more-tabcontent-content, .explore-more-tabcontent #orange, .explore-more-tabcontent #lightgrey, .explore-more-tabcontent #lightblue, .explore-more-tabcontent #green {
        margin-top: 0;
        min-width: 450px;
        min-height: 400px;
        padding: 2.5rem; } }
    @media screen and (min-width: 1025px) {
      .explore-more-tabcontent-content, .explore-more-tabcontent #orange, .explore-more-tabcontent #lightgrey, .explore-more-tabcontent #lightblue, .explore-more-tabcontent #green {
        padding: 5rem; } }
    .explore-more-tabcontent-content__title {
      font-weight: 700; }
      @media screen and (min-width: 1025px) {
        .explore-more-tabcontent-content__title {
          font-size: 3.5rem; } }
    @media screen and (min-width: 801px) {
      .explore-more-tabcontent-content__text {
        line-height: 1.4;
        max-width: 30vw; } }
    @media screen and (min-width: 1025px) {
      .explore-more-tabcontent-content__text {
        font-size: 1.5rem; } }
  .explore-more-tabcontent #orange {
    background-color: #f19543;
    color: black; }
  .explore-more-tabcontent #lightgrey {
    background-color: #4f6671; }
  .explore-more-tabcontent #lightblue {
    background-color: #bad8d7;
    color: black; }
  .explore-more-tabcontent #green {
    background-color: #1d4a4a;
    color: white; }
  .explore-more-tabcontent button.orange {
    background-color: #f19543; }
  .explore-more-tabcontent button.green {
    background-color: #1d4a4a;
    color: white; }
  .explore-more-tabcontent button.lightgrey {
    background-color: #4f6671;
    color: white; }
  .explore-more-tabcontent button.lightblue {
    background-color: #bad8d7; }

.products {
  margin-top: 9rem; }
  @media screen and (min-width: 801px) {
    .products {
      margin-top: 14rem; } }
  @media screen and (min-width: 801px) {
    .products .wrapper, .products .wrapper--medium, .products .wrapper--small {
      display: flex;
      align-items: flex-start; } }
  .products-selector {
    position: relative;
    display: inline-block; }
    @media screen and (min-width: 801px) {
      .products-selector {
        margin-top: 1.5rem; } }
    .products-selector__dropbtn {
      background-color: #1d4a4a;
      color: white;
      padding: 1rem;
      border: none;
      cursor: pointer;
      font-size: 0.875rem; }
      @media screen and (min-width: 801px) {
        .products-selector__dropbtn {
          display: none; } }
    .products-selector #myDropdown.active {
      display: block; }
    .products-selector__content {
      display: none;
      position: absolute;
      background-color: white;
      min-width: 200px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1; }
      @media screen and (min-width: 801px) {
        .products-selector__content {
          display: block;
          box-shadow: none;
          position: static;
          min-width: 230px; } }
      .products-selector__content a {
        color: black;
        padding: 0.75rem 1rem;
        display: block;
        transition: all 0.3s ease; }
        .products-selector__content a.active, .products-selector__content a:hover {
          color: #1d4a4a;
          text-decoration: underline; }
  .products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .products-grid .category .productList {
      display: flex;
      flex-wrap: wrap; }
      .products-grid .category .productList li {
        margin: 1.5rem 0.5rem;
        display: inline;
        width: 100%; }
        @media screen and (min-width: 801px) {
          .products-grid .category .productList li {
            max-width: 300px; } }
    .products-grid-item {
      margin: 1.5rem 0.5rem;
      display: inline; }
      @media screen and (min-width: 640px) {
        .products-grid-item__img {
          object-fit: cover;
          width: 280px;
          height: 280px; } }
      @media screen and (min-width: 1025px) {
        .products-grid-item__img {
          object-fit: cover;
          width: 300px;
          height: 300px; } }
      .products-grid-item__title {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
        font-size: 1.5rem;
        font-family: "canada-type-gibson", Arial, sans-serif; }
      .products-grid-item__price {
        font-size: 0.875rem; }

.card-wrapper {
  padding: 7.5rem 0; }
  @media screen and (min-width: 801px) {
    .card-wrapper .add-spacing, .card-wrapper .add-spacing--notop, .card-wrapper .add-spacing--nobottom {
      margin-top: 10rem !important; } }
  .card-wrapper_cart-message {
    position: relative;
    font-family: "canada-type-gibson", Arial, sans-serif;
    color: #3e4042cf;
    margin-left: 33px;
    margin-top: 5px;
    margin-bottom: 20px; }
    @media screen and (min-width: 801px) {
      .card-wrapper_cart-message {
        position: absolute;
        top: -60px;
        margin-left: 30px;
        font-size: 18px; } }
    .card-wrapper_cart-message strong {
      font-weight: 600; }
    .card-wrapper_cart-message:before {
      content: '';
      height: 25px;
      width: 25px;
      background-image: url(../images/icons/tick-icon-green.svg);
      background-size: contain;
      background-repeat: no-repeat;
      border-radius: 5px;
      position: absolute;
      margin-left: -30px;
      bottom: unset; }
      @media screen and (min-width: 801px) {
        .card-wrapper_cart-message:before {
          bottom: -2px; } }
  @media screen and (min-width: 801px) {
    .card-wrapper .wrapper, .card-wrapper .wrapper--medium, .card-wrapper .wrapper--small {
      display: flex;
      position: relative; } }
  @media screen and (min-width: 801px) {
    .card-wrapper .product-img {
      max-width: 450px;
      margin-top: 20px; } }
  .card-wrapper .product-img .back-btn {
    display: none;
    font-weight: 600;
    color: #1d4a4a;
    font-family: "freight-text-pro", serif; }
    .card-wrapper .product-img .back-btn:hover {
      color: #f19543; }
    @media screen and (min-width: 801px) {
      .card-wrapper .product-img .back-btn {
        display: block;
        position: absolute;
        top: -1rem; } }
  .card-wrapper .product-img-display {
    overflow: hidden;
    height: auto; }
    @media screen and (min-width: 801px) {
      .card-wrapper .product-img-display {
        height: 450px; } }
    .card-wrapper .product-img-display__showcase {
      display: flex;
      align-items: center;
      transition: all 0.5s ease; }
      @media screen and (min-width: 801px) {
        .card-wrapper .product-img-display__showcase {
          width: 85rem; }
          .card-wrapper .product-img-display__showcase a img {
            width: 100% !important; } }
  .card-wrapper .product-img-select {
    display: flex; }
    .card-wrapper .product-img-select__item {
      transition: opacity 0.3s ease;
      padding: 1.5rem 0.75rem; }
      .card-wrapper .product-img-select__item:hover {
        opacity: 0.9; }
  .card-wrapper .product-info {
    margin-top: 2rem; }
    @media screen and (min-width: 801px) {
      .card-wrapper .product-info {
        margin-left: 5rem;
        margin-top: 0;
        max-width: 50%; } }
    .card-wrapper .product-info__title {
      font-family: "canada-type-gibson", Arial, sans-serif;
      font-size: 2rem; }
    .card-wrapper .product-info__price {
      font-family: "canada-type-gibson", Arial, sans-serif;
      font-weight: 500; }
      .card-wrapper .product-info__price .price .value {
        font-weight: 400;
        font-size: 1.5rem; }
    .card-wrapper .product-info__text {
      margin: 1.2rem 0; }
    .card-wrapper .product-info #bottom {
      margin-bottom: 3rem; }
    .card-wrapper .product-info .NumItemsInCart {
      display: none; }
    .card-wrapper .product-info #AddProductFormExtension_Form #AddProductFormExtension_Form_error {
      display: none; }
    .card-wrapper .product-info__out-of-stock {
      color: #c10909;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 600; }

@media screen and (min-width: 801px) {
  .recommendation {
    display: flex; }
    .recommendation-item {
      margin-right: 1.5rem; } }
    @media screen and (min-width: 801px) and (min-width: 801px) {
      .recommendation-item {
        max-width: 225px; } }

@media screen and (min-width: 801px) {
  .recommendation-item__img {
    max-height: 300px; } }

.recommendation-item__title {
  font-family: "canada-type-gibson", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.8rem; }

.recommendation-item .price {
  font-family: "canada-type-gibson", Arial, sans-serif;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  margin-top: 0.5rem; }

.products #PageNumbers a.next, .products #PageNumbers a.prev {
  color: #595b60; }

.products #PageNumbers span {
  color: #f2a056;
  font-weight: bold; }
  .products #PageNumbers span a {
    font-weight: 300; }

.nav {
  display: none;
  margin: 1.5rem 0;
  background: #1d4a4a;
  width: 100%; }
  @media screen and (min-width: 801px) {
    .nav {
      display: block;
      overflow: visible;
      margin: 0;
      background: 0;
      width: auto; } }
  .nav.active {
    display: block; }
  .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .nav-list__item {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%; }
      @media screen and (min-width: 801px) {
        .nav-list__item {
          width: auto;
          padding: 0; } }
      .nav-list__item .cart, .nav-list__item .cart--mob {
        display: none; }
        @media screen and (min-width: 801px) {
          .nav-list__item .cart, .nav-list__item .cart--mob {
            display: inline; } }
      .nav-list__item.active .child-nav {
        display: block; }
      .nav-list__item:hover .child-nav {
        opacity: 1;
        visibility: visible; }
      .nav-list__item:focus-within .child-nav {
        opacity: 1;
        visibility: visible; }
      .nav-list__item a.active {
        color: #f19543; }
    .nav-list__link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 1.25rem 1.5rem;
      color: white;
      font-family: "canada-type-gibson", Arial, sans-serif;
      font-weight: 400;
      transition: color .3s ease-in-out; }
      @media screen and (min-width: 801px) {
        .nav-list__link {
          color: black; } }
      .nav-list__link--children {
        width: calc(100% - (50px + 1.5rem)); }
      .nav-list__link .nav-list__icon {
        display: none;
        margin: 0 0 0 .3rem;
        transition: color .3s ease-in-out; }
        @media screen and (min-width: 801px) {
          .nav-list__link .nav-list__icon {
            display: block;
            color: black;
            font-size: 1.3rem; } }
      .nav-list__link--current {
        color: #f19543; }
        .nav-list__link--current .nav-list__icon {
          color: #f19543; }
      .nav-list__link--disabled:hover, .nav-list__link--disabled:focus {
        cursor: default; }
      @media screen and (min-width: 801px) {
        .nav-list__link {
          width: 100%;
          padding: 1rem .75rem; } }
      @media screen and (min-width: 801px) {
        .nav-list__link:hover, .nav-list__link:focus {
          color: #f19543; }
          .nav-list__link:hover .nav-list__icon, .nav-list__link:focus .nav-list__icon {
            color: #f19543; } }
      @media screen and (min-width: 801px) {
        .nav-list__link--cta {
          padding: .75rem 1.5rem;
          border: 2px solid #f19543;
          border-radius: 0 0 17px 1px 0, 0, 0, 0.2;
          margin: 0 0 0 1rem; } }
      @media screen and (min-width: 801px) {
        .nav-list__link--cta:hover, .nav-list__link--cta:focus {
          background: #1d4a4a;
          border: 2px solid #1d4a4a;
          color: white; } }
      .nav-list__link:hover ~ .child-nav, .nav-list__link:focus ~ .child-nav {
        opacity: 1;
        visibility: visible; }
    .nav-list__icon {
      display: inline-block; }
  .nav-btn {
    display: block;
    background-color: white; }
    @media screen and (min-width: 801px) {
      .nav-btn {
        display: none; } }

.child-nav {
  display: none;
  width: 100%;
  padding: 0 0 0 1.5rem;
  z-index: 2; }
  @media screen and (min-width: 801px) {
    .child-nav {
      box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.2); } }
  .child-nav:before {
    content: '';
    display: none;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    position: absolute;
    left: 25px;
    top: -10px;
    background: #1d4a4a;
    border-radius: 5px; }
    @media screen and (min-width: 1025px) {
      .child-nav:before {
        display: block; } }
  @media screen and (min-width: 801px) {
    .child-nav {
      display: block;
      width: 250px;
      padding: 0;
      position: absolute;
      top: 100%;
      opacity: 0;
      visibility: hidden; } }
  .child-nav-list {
    position: relative;
    z-index: 1;
    background: #163838;
    overflow: hidden;
    padding: 1rem 0; }
    @media screen and (min-width: 801px) {
      .child-nav-list {
        border-radius: 0 0 17px 1px 0, 0, 0, 0.2;
        background: #1d4a4a; } }
    .child-nav-list__link {
      display: block;
      font-family: "canada-type-gibson", Arial, sans-serif;
      color: white;
      padding: .75rem 1.5rem;
      font-size: .9rem;
      font-weight: 500; }
      @media screen and (min-width: 801px) {
        .child-nav-list__link {
          padding: .5rem 1.5rem;
          font-size: 1rem; } }
      @media screen and (min-width: 801px) {
        .child-nav-list__link:hover, .child-nav-list__link:focus {
          color: #f19543; } }

.shopping-cart {
  display: block;
  text-align: center;
  margin: 12rem 0 8rem 0;
  font-family: "canada-type-gibson", Arial, sans-serif;
  overflow-x: auto;
  overflow-y: hidden; }
  @media screen and (min-width: 801px) {
    .shopping-cart {
      margin: 16rem 0 8rem 0; } }
  .shopping-cart_page {
    font-size: 3rem;
    color: #1d4a4a;
    font-weight: 700; }
  .shopping-cart .cartfooter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px; }
    .shopping-cart .cartfooter a {
      font-family: "freight-text-pro", serif;
      font-weight: 600;
      transition: all 0.3s ease;
      display: inline;
      cursor: pointer;
      font-size: 1.2rem;
      margin-top: 10px;
      color: black;
      background-color: #d9d3c6;
      padding: 15px 25px;
      margin-right: 10px; }
    .shopping-cart .cartfooter a:last-child {
      background-color: #1d4a4a;
      color: #FFFFFF; }
  .shopping-cart form .text.numeric {
    padding: 10px 10px;
    width: 40px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 0;
    border-radius: 3px; }
    .shopping-cart form .text.numeric:focus {
      outline: none; }
  .shopping-cart form .btn-toolbar {
    padding-left: 8px; }

form {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  form input[type='submit'] {
    font-family: "freight-text-pro", serif;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline;
    cursor: pointer;
    font-size: 1.2rem;
    margin-top: 10px;
    color: white;
    background-color: #5d6061;
    padding: 10px 25px; }
  form .input-group {
    border: 1px solid #d9d3c6;
    padding: 0 10px;
    max-width: 80px; }
    form .input-group-btn button {
      background-color: #FFFFFF;
      font-size: 20px;
      cursor: pointer; }
  form .subtotal th {
    color: #1d4a4a;
    font-weight: 500 !important;
    text-align: right !important;
    padding-right: 58px !important; }

table.cart, table.cart--mob, table.cart-summary {
  border-collapse: collapse; }
  table.cart td, table.cart--mob td, table.cart th, table.cart--mob th, table.cart-summary td, table.cart-summary th {
    padding: 8px; }
  table.cart tr:hover, table.cart--mob tr:hover, table.cart-summary tr:hover {
    background-color: #f9f9f9; }
  table.cart th, table.cart--mob th, table.cart-summary th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    font-weight: 400;
    max-width: 100%;
    white-space: nowrap; }
  table.cart td, table.cart--mob td, table.cart-summary td {
    white-space: nowrap;
    position: relative; }
    @media screen and (min-width: 801px) {
      table.cart td, table.cart--mob td, table.cart-summary td {
        min-width: 150px;
        text-align: left; } }
    table.cart td h3, table.cart--mob td h3, table.cart-summary td h3 {
      font-size: 1rem;
      line-height: 1.35;
      font-weight: 400;
      margin-bottom: 0; }
      table.cart td h3 .unit-price, table.cart--mob td h3 .unit-price, table.cart-summary td h3 .unit-price {
        color: black;
        font-family: "canada-type-gibson", Arial, sans-serif;
        font-size: 14px; }
    table.cart td img, table.cart--mob td img, table.cart-summary td img {
      width: 100px; }
    table.cart td input[type='checkbox'], table.cart--mob td input[type='checkbox'], table.cart-summary td input[type='checkbox'] {
      position: absolute;
      left: 27px;
      top: 47px; }
  table.cart td:last-child, table.cart--mob td:last-child, table.cart-summary td:last-child {
    text-align: center; }
  table.cart input[type='number'], table.cart--mob input[type='number'], table.cart-summary input[type='number'] {
    padding: 10px 10px;
    width: 40px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 0;
    border: 1px solid #d9d3c6;
    border-radius: 3px; }

.checkout-page {
  display: block;
  text-align: center;
  margin: 12rem 0 8rem 0;
  font-family: "canada-type-gibson", Arial, sans-serif;
  overflow-x: auto;
  overflow-y: hidden; }
  @media screen and (min-width: 801px) {
    .checkout-page {
      margin: 16rem 0 8rem 0; } }
  .checkout-page .js-payment-form {
    min-width: 22rem;
    text-align: center; }
    .checkout-page .js-payment-form fieldset {
      width: 100%; }
  .checkout-page_title {
    font-size: 3rem;
    color: #1d4a4a;
    font-weight: 700; }
  .checkout-page_form-title {
    margin-top: 4rem; }
  .checkout-page_checkout {
    display: inline-block; }
    .checkout-page_checkout .message.error {
      color: #ff1e1c; }
  .checkout-page table.cart, .checkout-page table.cart--mob {
    display: inline; }
    .checkout-page table.cart td:last-child, .checkout-page table.cart--mob td:last-child {
      text-align: left; }
  .checkout-page table.cart-summary {
    display: inline; }
  .checkout-page .subtotal th {
    color: #1d4a4a;
    font-weight: 500 !important;
    text-align: right !important;
    padding-right: 58px !important; }
  .checkout-page #PaymentForm_ConfirmationForm {
    display: block;
    text-align: unset; }
  .checkout-page #PaymentForm_PaymentForm {
    width: 20rem; }
    .checkout-page #PaymentForm_PaymentForm fieldset {
      width: 100%; }
      .checkout-page #PaymentForm_PaymentForm fieldset .field.stripe {
        width: 25rem; }
  .checkout-page #CheckoutForm_ContactDetailsForm {
    width: 20rem; }
    .checkout-page #CheckoutForm_ContactDetailsForm fieldset {
      width: 100%; }
  .checkout-page form {
    margin-top: 3rem; }
    .checkout-page form input[type='submit'] {
      background-color: #1d4a4a; }
    .checkout-page form fieldset {
      display: inline-block; }
      .checkout-page form fieldset .header {
        padding-bottom: 30px; }
      .checkout-page form fieldset .description {
        font-weight: 100;
        color: #c1c1c1;
        font-size: 15px; }
      .checkout-page form fieldset .field.text, .checkout-page form fieldset .field.dropdown, .checkout-page form fieldset .field.textarea {
        display: flex;
        flex-wrap: wrap;
        margin: 25px 0; }
        .checkout-page form fieldset .field.text label, .checkout-page form fieldset .field.dropdown label, .checkout-page form fieldset .field.textarea label {
          width: 50%;
          margin-top: 10px; }
        .checkout-page form fieldset .field.text .middleColumn, .checkout-page form fieldset .field.dropdown .middleColumn, .checkout-page form fieldset .field.textarea .middleColumn {
          width: 50%; }
          .checkout-page form fieldset .field.text .middleColumn input[type='text'], .checkout-page form fieldset .field.text .middleColumn input[type='email'], .checkout-page form fieldset .field.text .middleColumn input[type='password'], .checkout-page form fieldset .field.text .middleColumn select, .checkout-page form fieldset .field.dropdown .middleColumn input[type='text'], .checkout-page form fieldset .field.dropdown .middleColumn input[type='email'], .checkout-page form fieldset .field.dropdown .middleColumn input[type='password'], .checkout-page form fieldset .field.dropdown .middleColumn select, .checkout-page form fieldset .field.textarea .middleColumn input[type='text'], .checkout-page form fieldset .field.textarea .middleColumn input[type='email'], .checkout-page form fieldset .field.textarea .middleColumn input[type='password'], .checkout-page form fieldset .field.textarea .middleColumn select {
            width: 100%;
            height: 40px;
            border: 1px solid #dddddd;
            padding: 0 5px; }
            @media screen and (min-width: 801px) {
              .checkout-page form fieldset .field.text .middleColumn input[type='text'], .checkout-page form fieldset .field.text .middleColumn input[type='email'], .checkout-page form fieldset .field.text .middleColumn input[type='password'], .checkout-page form fieldset .field.text .middleColumn select, .checkout-page form fieldset .field.dropdown .middleColumn input[type='text'], .checkout-page form fieldset .field.dropdown .middleColumn input[type='email'], .checkout-page form fieldset .field.dropdown .middleColumn input[type='password'], .checkout-page form fieldset .field.dropdown .middleColumn select, .checkout-page form fieldset .field.textarea .middleColumn input[type='text'], .checkout-page form fieldset .field.textarea .middleColumn input[type='email'], .checkout-page form fieldset .field.textarea .middleColumn input[type='password'], .checkout-page form fieldset .field.textarea .middleColumn select {
                min-width: 200px; } }
          .checkout-page form fieldset .field.text .middleColumn textarea, .checkout-page form fieldset .field.dropdown .middleColumn textarea, .checkout-page form fieldset .field.textarea .middleColumn textarea {
            width: 100%;
            height: 40px;
            border: 1px solid #dddddd;
            min-height: 100px;
            padding: 0 5px; }

table tr.itemRow td.image {
  width: 230px; }

.donation {
  display: block;
  text-align: center;
  font-family: "canada-type-gibson", Arial, sans-serif;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 120px; }
  .donation_title {
    font-size: 3rem;
    color: #1d4a4a;
    font-weight: 700; }
  @media screen and (min-width: 801px) {
    .donation {
      margin-top: 20rem; } }
  .donation form {
    margin-top: 3rem; }
    .donation form fieldset {
      display: inline-block; }
      .donation form fieldset .header {
        padding-bottom: 30px; }
      .donation form fieldset .description {
        font-weight: 100;
        color: #c1c1c1;
        font-size: 15px; }
      .donation form fieldset .field.text, .donation form fieldset .field.dropdown, .donation form fieldset .field.textarea {
        display: flex;
        flex-wrap: wrap;
        margin: 25px 0; }
        .donation form fieldset .field.text label, .donation form fieldset .field.dropdown label, .donation form fieldset .field.textarea label {
          width: 50%; }
        .donation form fieldset .field.text .middleColumn, .donation form fieldset .field.dropdown .middleColumn, .donation form fieldset .field.textarea .middleColumn {
          width: 50%; }
          .donation form fieldset .field.text .middleColumn input[type='text'], .donation form fieldset .field.text .middleColumn input[type='email'], .donation form fieldset .field.text .middleColumn select, .donation form fieldset .field.dropdown .middleColumn input[type='text'], .donation form fieldset .field.dropdown .middleColumn input[type='email'], .donation form fieldset .field.dropdown .middleColumn select, .donation form fieldset .field.textarea .middleColumn input[type='text'], .donation form fieldset .field.textarea .middleColumn input[type='email'], .donation form fieldset .field.textarea .middleColumn select {
            width: 100%;
            height: 40px;
            border: 1px solid #dddddd;
            padding: 0 5px; }
          .donation form fieldset .field.text .middleColumn textarea, .donation form fieldset .field.dropdown .middleColumn textarea, .donation form fieldset .field.textarea .middleColumn textarea {
            width: 100%;
            height: 40px;
            border: 1px solid #dddddd;
            min-height: 100px;
            padding: 0 5px; }
      .donation form fieldset .field.checkbox {
        display: flex; }
        .donation form fieldset .field.checkbox input[type='checkbox'] {
          float: left; }
        .donation form fieldset .field.checkbox label {
          margin-left: 15px; }
  .donation form, .donation #Form_PaymentForm {
    width: 20rem !important; }
    @media screen and (min-width: 801px) {
      .donation form, .donation #Form_PaymentForm {
        width: 100%; } }
    .donation form fieldset, .donation #Form_PaymentForm fieldset {
      width: 100%; }
    .donation form .btn-toolbar, .donation #Form_PaymentForm .btn-toolbar {
      position: relative;
      margin-bottom: 5rem; }
      .donation form .btn-toolbar input[type='submit'], .donation #Form_PaymentForm .btn-toolbar input[type='submit'] {
        position: absolute;
        right: 30%;
        margin-top: 2rem; }

.contact {
  padding-top: 8rem; }
  .contact_title {
    font-size: 3rem;
    color: #1d4a4a;
    font-weight: 700;
    margin-bottom: 3rem; }
    @media screen and (min-width: 801px) {
      .contact_title {
        margin-bottom: 6rem; } }
  @media screen and (min-width: 801px) {
    .contact {
      margin-top: 17rem;
      padding-top: 0; } }
  .contact .separator {
    width: 100%;
    padding: 0.5px;
    margin: 1rem 0;
    background-color: #dddad0; }
  .contact-content {
    margin-bottom: 2rem; }
    @media screen and (min-width: 801px) {
      .contact-content {
        margin-right: 2rem; } }
    .contact-content__heading {
      color: #1d4a4a;
      font-size: 1.2rem; }
    .contact-content__address {
      font-size: 1.2rem; }
    .contact-content__links {
      margin: 1rem 0;
      display: flex;
      flex-direction: column;
      font-size: 1.2rem; }
  .contact-form {
    background-color: #dad4c6;
    padding: 1.5rem;
    min-width: 100%; }
    @media screen and (min-width: 801px) {
      .contact-form {
        min-width: 50%; } }
    .contact-form label {
      display: none; }
    .contact-form input[type=text], .contact-form textarea, .contact-form input[type=email], .contact-form input[type=tel], .contact-form .middleColumn select {
      width: 100%;
      padding: 1rem;
      border: 1px solid #ccc;
      box-sizing: border-box;
      margin-bottom: 16px;
      resize: vertical;
      font-family: Arial; }
    .contact-form .middleColumn select {
      color: #757575 !important; }
    .contact-form input[type=submit] {
      background-color: #1d4a4a;
      color: white;
      padding: 12px 20px;
      border: none;
      font-family: "freight-text-pro", serif;
      font-size: 1.2rem;
      cursor: pointer; }
      @media screen and (min-width: 801px) {
        .contact-form input[type=submit] {
          width: 100%; } }

.user-form {
  font-family: "canada-type-gibson", Arial, sans-serif; }
  .user-form .left {
    font-weight: 400 !important; }
  .user-form .FormHeading {
    margin-bottom: 3.8rem !important; }
  .user-form .form-element__form {
    width: 100%; }
    @media screen and (min-width: 801px) {
      .user-form .form-element__form {
        width: 50%; } }
  .user-form form .field {
    min-height: 5rem; }
    @media screen and (min-width: 801px) {
      .user-form form .field {
        min-height: 5rem; } }
    .user-form form .field input[type='text'], .user-form form .field input[type='email'], .user-form form .field select {
      width: 100%;
      height: 40px;
      border: 1px solid #dddddd;
      padding-left: 5px;
      margin: 10px 0 20px 0; }
    .user-form form .field select {
      width: 101%;
      height: 40px;
      border: 1px solid #dddddd;
      padding-left: 5px;
      padding-right: 5px;
      margin: 10px 0 20px 0; }
    .user-form form .field textarea {
      width: 99%;
      border: 1px solid #dddddd;
      padding: 10px 0 10px 10px;
      margin: 10px 0 20px 0; }

.digital-download-text {
  margin-bottom: 2rem; }

.digital-download-button {
  font-family: "freight-text-pro", serif;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline;
  cursor: pointer;
  font-size: 1.2rem;
  margin-top: 30px;
  color: white;
  background-color: #5d6061;
  padding: 10px 25px; }
