/* Text Elements */

h1.galaxy-hero-heading {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 24px;
  min-width: 1000px;
  width: auto;
  color: #fff;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 72px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1;
}

h1.heading-1 {
  margin-left: 16px;
  padding-right: 24px;
  padding-left: 0;
}

h1.heading-2 {
  margin-left: 16px;
}

h4 {
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h4.galaxy-team-member-name {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.4;
}

h4.space-team-name {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.4;
}

h4.feature-title {
  margin-top: 26px;
  margin-bottom: 16px;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.galaxy-member-description {
  margin-top: 0;
  max-width: 500px;
  color: #16161a;
  text-align: left;
  font-weight: 300;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 25px;
}

p.paragraph.feature-paragraph {
  color: #666;
  line-height: 24px;
}

p.paragraph.paragraph-1 {
  margin-left: 16px;
  padding-right: 24px;
  padding-left: 0;
  max-width: 1000px;
}

p.paragraph.paragraph-2 {
  margin-left: 16px;
}

p.paragraph.footer-content {
  margin-top: 10px;
  margin-bottom: 4px;
  color: #2f2f32;
}

p.paragraph.footer-heading {
  color: #2f2f32;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

p.paragraph.copyright {
  color: #2f2f32;
  text-align: center;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.navlink {
  padding: 10px;
  text-decoration: none;
}

a.link-text span.text-link-text-3 {
  font-weight: 600;
  font-size: 1.375rem;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text span.text-link-text-4 {
  font-weight: 600;
  font-size: 1.375rem;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text span.text-link-text-5 {
  font-weight: 600;
  font-size: 1.375rem;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text span.text-link-text-6 {
  font-weight: 600;
  font-size: 1.375rem;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text span.text-link-text-7 {
  font-weight: 600;
  font-size: 1.375rem;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text span.text-link-text-8 {
  background-color: #000080;
  color: #c6b32c;
  font-weight: 800;
  font-size: 1.5rem;
}

a.link-text span.text-link-text-1 {
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.footer-nav-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2f2f32;
  text-align: center;
  text-decoration: none;
}

a.link-text.footer-contact-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  color: #2f2f32;
  text-align: left;
  text-decoration: none;
}

a.link-text.navlink2-1 {
  padding-right: 12px;
  padding-left: 12px;
  color: #1d1a8c;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

/* Interaction Elements */

a.link-button {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button.btn.tipp-bottom {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-left: 320px;
  padding: 16px 32px;
  min-width: 250px;
  width: auto;
  border-radius: 8px;
  background-color: #3777c2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  cursor: pointer;
}

a.link-button.btn-1 {
  display: block;
  padding: 14px 16px;
  max-width: 200px;
  border-radius: 6px;
  background-color: #030086;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.link-button.btn-1.center {
  margin-right: auto;
  margin-left: auto;
}

a.link-button span.button-link-text-1-1 {
  color: #ffff02;
}

/* Layout Elements */

.container.highlight-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 13px 12px 0;
  min-width: 150px;
  min-height: 5vh;
  background-color: #ececec;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  grid-area: auto /span 3/ auto / auto;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-bottom: -1px;
  padding: 0 10px;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  font-variant: normal;
  font-size: 16px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.container-5 {
  min-width: 500px;
}

.container.galaxy-team-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 16px 48px 24px;
  min-height: 70vh;
  background-color: #16161a;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.galaxy-team-4-columns {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;

  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.container.galaxy-container-card-member {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  overflow: hidden;
  padding-bottom: 24px;
  max-width: 500px;
  border-radius: 0 80px 0 0;
  background-color: #94a1b2;
  box-shadow: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.galaxy-member-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  padding-right: 24px;
  padding-left: 24px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.content-feature {
  max-width: 1600px;

  grid-column-gap: 16px;
  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
  grid-row-gap: 48px;
}

.container.feature-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding: 96px 24px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.layout-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #b8bcc2;
}

.container.footer-content {
  clear: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 75%;

  justify-self: flex-start;
}

.container.footer-left-col {
  padding-bottom: 8px;
  width: auto;
}

.container.footer-content.terms {
  margin-top: 80px;
}

.container.layout-main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.main-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
}

.container#header-home {
  background-image: url('../images/schoonerrace1b.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.layout-header {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80vh;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  opacity: .98;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container.navbar-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 0 16px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  font-variant: normal;
  font-size: 16px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.navigation-links-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  border-radius: 0;
  color: #000080;
  font-size: 18px;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.shade {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  opacity: 1;
}

.container.header-content {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
}

.container.project-region-2 {
  padding: 48px 24px;
  min-height: 50vh;
  background-color: #fff;
}

.container.sail-types-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.sail-card {
  margin-bottom: 20px;
  max-width: 23%;
  width: 100%;
  border: .0625rem solid #cfcece;
  border-radius: 8px;
  background-color: #f1efef;
}

.container.slideshow-container {
  position: relative;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 800px;
}

.container.mySlides {
  position: relative;
  display: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.container.dot-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.main-section {
  padding-right: 16px;
  padding-left: 16px;
}

.container.lightbox2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
}

.container.multiple-images {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  max-width: 1000px;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.picture-container {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 6px;
  padding-left: 6px;
  min-width: 30px;
  max-width: 33%;
  width: auto;
}

.container.footer-mid-col {
  width: auto;
}

.container.footer-right-col {
  width: auto;
}

.container.galaxy-container-card-member:hover {
  box-shadow: rgba(0, 0, 0, .02) 5px 5px 10px 0;
  -webkit-transform: scaleX(1.01) scaleY(1.01);
     -moz-transform: scaleX(1.01) scaleY(1.01);
       -o-transform: scaleX(1.01) scaleY(1.01);
          transform: scaleX(1.01) scaleY(1.01);
}

a.glyph.mobile-nav-button {
  display: none;
}

.html-element.navigation-code {
  display: none;
}

a.responsive-picture.picture-link-1 {
  margin-top: 0;
  margin-bottom: 8px;
  width: 25%;
  height: auto;
}

div.responsive-picture.galaxy-member-picture {
  margin-bottom: 8px;
  width: 100%;
  -webkit-filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
          filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
}

a.responsive-picture.picture-link-1 > picture {
  height: auto;
}

a.social-image.social-btn-1 {
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  max-width: 24px;
  border-radius: 50px;
  background-color: #010101;
}

a.responsive-picture.picture-link-1-1 > picture {
  height: auto;
}

a.responsive-picture.picture-link-1-1 {
  width: 25%;
  height: auto;
}

.html-element.navigation-code-1 {
  display: none;
}

a.glyph.mobile-nav-button-1 {
  display: none;
}

a.responsive-picture.picture-link-3 {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  width: 60%;
}

a.responsive-picture.picture-link-2 {
  background-image: url('../Genoa%20furling%20sleeve.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

a.responsive-picture.lightbox-image {
  margin-top: 8px;
  margin-bottom: 8px;
}

.html-element.html-element-1 {
  display: none;
}

a.responsive-picture.picture-link-4 {
  width: 10%;
}

@media screen and (max-width: 76.0625rem) {
  /* Layout Elements */

  .container.navbar {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.galaxy-hero-heading {
    font-size: 72px;
  }

  p.paragraph.copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  a.link-text.navlink2-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* Layout Elements */

  .container.navbar {
    opacity: 1;
  }

  .container.galaxy-team-4-columns {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: repeat(2 , auto);
  }

  .container.navbar-1 {
    -ms-flex-pack: center;
    opacity: 1;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.sail-card {
    max-width: 32%;
  }

  .container.layout-footer {
    display: grid;

    justify-items: flex-start;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.galaxy-hero-heading {
    font-size: 9.54vw;
  }

  p.paragraph.galaxy-member-description {
    max-width: 500px;
  }

  /* Layout Elements */

  .container.galaxy-team-4-columns {
    -ms-flex-align: center;

    grid-template-columns: auto;
    grid-template-rows: repeat(3 , auto);
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.content-feature {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: repeat(2 , auto);
  }

  .container.layout-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }
}

@media screen and (max-width: 37.5rem) {
  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    background-color: #ffeebd;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.navbar-1 {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.navigation-links-1 {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    background-color: #ffeebd;
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.picture-container {
    max-width: 70%;
  }

  .container.content-feature {
    grid-template-columns: auto;
    grid-template-rows: repeat(3 , auto);
  }

  .container.sail-card {
    max-width: 48%;
  }

  .container.navigation-links.show-menu {
    visibility: visible;
    opacity: 1;
  }

  .container.navigation-links-1.show-menu {
    visibility: visible;
    opacity: 1;
  }

  a.glyph.mobile-nav-button {
    display: block;
    font-size: 34px;
    line-height: 1;
  }

  a.glyph.mobile-nav-button-1 {
    display: block;
    color: #1d1a8c;
    font-size: 34px;
    line-height: 1;
  }
}

@media screen and (max-width: 22.5rem) {
  /* Layout Elements */

  .container.sail-card {
    max-width: 100%;
  }
}