/* Text Elements */

h1.article-name {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 42px;
  font-family: 'Work Sans', sans-serif;
  line-height: 46px;
}

h1.heading-1 {
  max-width: 800px;
  color: #1f2029;
  font-size: 5vh;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.1;
}

h1 span.heading-text-1 {
  font-style: italic;
}

h1 span.heading-text-3 {
  font-style: italic;
}

h1.subscribe-heading {
  max-width: none;
  color: #fff;
  font-size: 32px;
  font-family: 'Work Sans', sans-serif;
  line-height: normal;
}

h2.article-title {
  margin-top: 0;
  padding-top: 64px;
  color: #3703a6;
  font-family: 'Work Sans', sans-serif;
}

h2.heading-2 {
  color: #1f2029;
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
}

h2#heading-2 {
  margin-bottom: 32px;
}

h3.mini-title-description {
  color: #3ccf91;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
}

h4.heading-4 {
  margin-top: 64px;
  margin-bottom: 64px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 62px;
  font-family: 'Anton', sans-serif;
  line-height: 62px;
}

h4.subscribe-heading {
  color: #fefefe;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Anton', sans-serif;
}

h5.member-name {
  padding-top: 16px;
  text-transform: capitalize;
  font-size: 32px;
  font-family: 'Work Sans', sans-serif;
}

p.paragraph.Article-description {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  line-height: 32px;
}

p.paragraph.body-text {
  max-width: 800px;
  color: #12141d;
  font-weight: 400;
  font-family: 'Vollkorn', serif;
}

p.paragraph.subtitle-contact {
  padding-top: 16px;
  color: #d9cef2;
  font-size: 28px;
  font-family: 'Work Sans', sans-serif;
  line-height: normal;
}

p.paragraph.simple-text {
  color: #fefefe;
  font-family: 'Work Sans', sans-serif;
}

blockquote.blockquote-2 {
  color: #ff881b;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  font-family: 'Anton', sans-serif;
  line-height: 58px;
}

a.link-text.social-icon-text {
  margin-right: .5rem;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 80%;
}

/* Interaction Elements */

a.link-button.button-submit {
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 32px;
  min-width: 100px;
  max-width: 250px;
  width: 100%;
  border: 0 solid #fff;
  border-radius: 50px;
  background-color: #3ccf91;
  color: #fff;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
}

a.link-button.button-submit.contact {
  margin-left: 0;
  min-width: 150px;
  width: 100%;
  border-width: .125rem;
  background-color: transparent;
}

a.link-button.button-submit:hover {
  border-width: 0;
  background-color: #66e0ad;
}

form.form-container.form-container-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;
  padding: 16px;
  min-width: 0;
  width: 100%;
  border-radius: 8px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

form.form-container.contact-page.form-container-1 {
  max-width: 800px;
}

form.form-container.simple-subscription-form {
  padding: 2rem;
  background-color: transparent;
}

input[type=text].input-1 {
  min-width: 100%;
  box-shadow: none;
}

input[type=email].email-1 {
  min-width: 100%;
}

input[type=email].input-group-field {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 100px;
  min-height: 41px;
  font-size: 1rem;

  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

label.label.label-1 {
  background-color: #12141d;
  font-size: 12px;
}

/* Layout Elements */

body.body-1 {
  background-color: #fff;
}

.container.container-6 {
  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: start;
  padding: 16px;
  max-width: 800px;

  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  grid-template-columns: repeat(2 , auto);
  grid-template-rows: auto;
}

.container.custom-sd-two-cols {
  padding-top: 64px;
  padding-bottom: 64px;
  min-height: auto;
  background-color: #12141d;
}

.container.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

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

.container.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0 16px;

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

.container.container-15 {
  display: grid;
  min-height: 80vh;
  background-color: #1f2029;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(18, 20, 29, 1) 100%), url('../images/harley-davidson-HG3Zy9sCCUg-unsplash%20%281%29%20(1).jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(18, 20, 29, 1) 100%), url('../images/harley-davidson-HG3Zy9sCCUg-unsplash%20%281%29%20(1).jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(18, 20, 29, 1) 100%), url('../images/harley-davidson-HG3Zy9sCCUg-unsplash%20%281%29%20(1).jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 20, 29, 1) 100%), url('../images/harley-davidson-HG3Zy9sCCUg-unsplash%20%281%29%20(1).jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;

  background-blend-mode: multiply, normal;
  grid-template-columns: repeat(2 , auto);
  grid-template-rows: auto;
}

.container.container-16 {
  min-height: 100vh;
  background-color: #fff;
}

.container.container-18 {
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  max-width: 960px;
}

.container.container-19 {
  margin: 4px;
  padding: 0;
  background-color: #4b21a6;
  background-image: url('../images/harley-davidson-HG3Zy9sCCUg-unsplash%20%281%29%20(1).jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: photo-1;
  background-blend-mode: normal;
}

.container.container-20 {
  margin: 4px;
  background-color: #4b21a6;
  background-image: url('../images/harley-davidson-MAhPucR_Hq4-unsplash%20%281%29.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: photo-2;
  background-blend-mode: normal;
}

.container.container-21 {
  margin: 4px;
  background-color: #4b21a6;
  background-image: url('../images/harley-davidson-9yx3FyexTOU-unsplash%20%281%29.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: photo-3;
  background-blend-mode: normal;
}

.container.container-22 {
  margin: 4px;
  background-color: #4b21a6;
  background-image: url('../images/harley-davidson-uRuPYB0P8to-unsplash%20%281%29.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: photo-4;
  background-blend-mode: normal;
}

.container.container-23 {
  display: grid;
  margin-bottom: 32px;

  grid-template-areas: 'photo-1 photo-1' 'photo-1 photo-1' 'photo-2 photo-2' 'photo-2 photo-2' 'photo-3 photo-3' 'photo-3 photo-3' 'photo-4 photo-4' 'photo-4 photo-4';
  grid-template-columns: repeat(2 , auto);
  grid-template-rows: repeat(8 , 125px);
}

.container.container-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: 90vh;
  background-color: #4b21a6;
  background-image: -webkit-linear-gradient(top, rgba(75, 33, 166, .4) 0%, rgba(75, 33, 166, .89) 100%), url('../images/rachit-tank-2cFZ_FB08UM-unsplash%20%281%29.jpg');
  background-image:    -moz-linear-gradient(top, rgba(75, 33, 166, .4) 0%, rgba(75, 33, 166, .89) 100%), url('../images/rachit-tank-2cFZ_FB08UM-unsplash%20%281%29.jpg');
  background-image:      -o-linear-gradient(top, rgba(75, 33, 166, .4) 0%, rgba(75, 33, 166, .89) 100%), url('../images/rachit-tank-2cFZ_FB08UM-unsplash%20%281%29.jpg');
  background-image:         linear-gradient(180deg, rgba(75, 33, 166, .4) 0%, rgba(75, 33, 166, .89) 100%), url('../images/rachit-tank-2cFZ_FB08UM-unsplash%20%281%29.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal, multiply;
}

.container.container-28 {
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 16px;
  max-width: 1200px;
  background-color: #f3f2f2;
}

.container.hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  min-height: auto;
  background-color: #f3f2f2;
  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;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container.container-5 {
  padding-right: 8px;
  padding-left: 8px;
}

.container.container-24 {
  margin-bottom: 32px;
  padding-right: 0;
  padding-left: 0;
}

.container.container-29 {
  padding-right: 8px;
  padding-left: 8px;
}

.container.container-30 {
  padding-right: 8px;
  padding-left: 8px;
}

.container.container-stay-tuned {
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 16px;
  max-width: 1200px;
  background-color: transparent;
}

.container.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.input-group-label {
  -ms-flex-pack: center;
  max-height: 41px;
  border-left-color: #f3f2f2;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.align-left {
  background-color: #fff;
}

.container.container-19:hover {
  background-blend-mode: screen;
}

.container.container-21:hover {
  background-blend-mode: screen;
}

.container.container-22:hover {
  background-blend-mode: screen;
}

.container.container-20:hover {
  background-blend-mode: screen;
}

span.glyph.font-icon-1 {
  color: #3ccf91;
  font-size: 26px;
}

ul.list-container.sticky-social-bar {
  position: fixed;
  top: 90%;
  left: 0;
  z-index: 0;
  visibility: hidden;
  margin-bottom: 0;
  margin-left: -8.75rem;
  width: 11.25rem;
  background-color: #333;
  list-style-type: none;
  -webkit-transform: translateY(-50%) translateX(0%);
     -moz-transform: translateY(-50%) translateX(0%);
       -o-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

li.list-item-container.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: .25rem .5rem;
  width: 100%;
  background-color: #12141d;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

a.glyph.fa {
  float: right;
  margin-left: .5rem;
  padding: .1rem .1rem 0;
  min-height: auto;
  width: auto;
  color: #fefefe;
  font-size: 1rem;
}

a.glyph.facebook {
  background-color: #3b5998;
}

a.glyph.fa.twitter {
  background-color: transparent;
}

a.glyph.linkedin {
  background-color: #007bb5;
}

a.glyph.fa.you-tube {
  background-color: transparent;
}

a.glyph.fa.insta-gram {
  background-color: transparent;
}

a.glyph.pinterest {
  background-color: #cb2027;
}

a.glyph.fa.facebook {
  background-color: transparent;
}

a.glyph.fa.pinterest {
  background-color: transparent;
}

a.glyph.fa.linkedin {
  padding-top: .25rem;
  background-color: transparent;
}

.rule.rule-1 hr {
  border-top-width: 2px;
  border-top-color: #3703a6;
}

div.responsive-video.video-platform-1 {
  margin-top: 32px;
  margin-bottom: 32px;
}

div.responsive-picture.picture-1 {
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: none;
}

div.responsive-picture.member-photo {
  max-width: none;
}

.rule.rule-2 hr {
  border-top-width: 2px;
}

a.social-image.social-icon-1 {
  margin-right: 16px;
  max-width: 26px;
  background-color: #1f2029;
}

span.glyph.fa {
  display: inline-block;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1;
}

button.button {
  display: inline-block;
  background-color: #3ccf91;
  font-size: .9rem;
}

div.responsive-picture.align-left {
  -webkit-transform: translateX(50px) translateY(50px);
     -moz-transform: translateX(50px) translateY(50px);
       -o-transform: translateX(50px) translateY(50px);
          transform: translateX(50px) translateY(50px);
}

li.list-item-container.social-icon:hover {
  -webkit-transform: translateX(8.75rem);
     -moz-transform: translateX(8.75rem);
       -o-transform: translateX(8.75rem);
          transform: translateX(8.75rem);
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 7vh;
  }

  h1.subscribe-heading {
    font-size: 10vw;
  }

  h4.heading-4 {
    margin-top: 64px;
  }

  p.paragraph.Article-description {
    font-size: 24px;
  }

  blockquote.blockquote-2 {
    font-size: 48px;
  }

  /* Interaction Elements */

  form.form-container.simple-subscription-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
  }

  /* Layout Elements */

  .container.custom-sd-two-cols {
    max-width: 1200px;
  }

  .container.container-23 {
    grid-template-areas: 'photo-1 photo-2' 'photo-1 photo-2' 'photo-1 photo-2' 'photo-3 photo-3' 'photo-3 photo-3' 'photo-4 photo-4' 'photo-4 photo-4';
    grid-template-rows: repeat(7 , 125px);
  }

  .container.container-28 {
    padding-left: 32px;
  }

  .container.container-stay-tuned {
    padding-left: 32px;
  }

  ul.list-container.sticky-social-bar {
    visibility: visible;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 8vh;
  }

  h1.subscribe-heading {
    font-size: 72px;
  }

  h3.mini-title-description {
    color: #3ccf91;
  }

  p.paragraph.body-text {
    max-width: none;
    color: #1f2029;
    text-align: justify;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 700;
    font-size: 1.5625rem;
  }

  p.paragraph span.paragraph-text-3 {
    font-size: 1.1875rem;
  }

  /* Interaction Elements */

  a.link-button.button-submit {
    max-width: 250px;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #12141d;
  }

  .container.container-17 {
    padding-right: 64px;
    padding-left: 64px;
  }

  .container.container-15 {
    background-attachment: scroll, fixed;

    grid-template-columns: none;
    grid-template-rows: none;
  }

  .container.container-23 {
    grid-template-areas: 'photo-1 photo-2' 'photo-1 photo-2' 'photo-1 photo-2' 'photo-1 photo-3' 'photo-1 photo-3' 'photo-4 photo-4' 'photo-4 photo-4' 'photo-4 photo-4';
    grid-template-rows: repeat(8 , 125px);
  }

  .container.container-20 {
    background-image: url('../images/harley-davidson-MAhPucR_Hq4-unsplash%20%281%29.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-28 {
    padding-left: 64px;
  }

  .container.container-stay-tuned {
    padding-left: 64px;
  }

  .container.container-1 {
    padding-top: 25px;
    padding-bottom: 0;
  }
}