body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

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

a {
  color: #000;
  text-decoration: none;
}

.hero2-light-alt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BCM-hero-BG100.jpg'), url('../images/BCM-hero-BG2.jpg'), url('../images/BCM-hero-BG1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fece08), to(#fece08));
  background-image: url('../images/BCM-hero-BG100.jpg'), url('../images/BCM-hero-BG2.jpg'), url('../images/BCM-hero-BG1.jpg'), linear-gradient(180deg, #fece08, #fece08);
  background-position: 50% 50%, 50% 50%, 50% 50%, 0px 0px;
  background-size: cover, cover, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero2-text-wrap {
  width: 65%;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.tagline {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  opacity: 0.6;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h2-small-text {
  display: block;
  width: 70%;
  margin: 10px auto;
  padding: 21px;
  background-color: rgba(254, 206, 8, .7);
  font-family: 'Droid Sans', sans-serif;
  font-size: 24px;
  line-height: 14px;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #4da747;
}

.section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

._2-colum-flex {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.h2-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: komu-b;
  color: #000;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.body {
  background-color: #6ab2e2;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}

.mailing-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 20px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dotted #000;
  background-color: hsla(0, 0%, 100%, .59);
}

.icon-brands {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Fa brands 400';
  color: #000;
  font-size: 44px;
  text-decoration: none;
}

.div-block-2 {
  min-height: 30px;
  margin-top: 13px;
  padding-top: 13px;
}

.icon-solid {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 9px;
  font-family: 'Fa solid 900';
  color: #000;
  font-size: 44px;
  text-decoration: none;
}

.div-block-3 {
  margin-bottom: 20px;
  padding-right: 0px;
}

.footer {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image {
  display: inline-block;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  width: 50%;
}

.footer-row-1-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-row-2-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-small-print {
  margin-bottom: 0px;
  opacity: 0.6;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-small-print-copyright {
  margin-bottom: 0px;
  opacity: 0.6;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.icon-brands-footer {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Fa brands 400';
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

.h2-jumbo-apply {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: komu-b;
  color: #000;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.h2-jumbo-apply:hover {
  color: #e14546;
}

.tagline-apply {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 0.6;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-bottom: 2px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-small-text-scroll {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(254, 206, 8, .7);
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BCM-about-BG3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero2-light-alt2-musician {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BCM-hero-BG100.jpg'), url('../images/BCM-hero-BG2.jpg'), url('../images/BCM-hero-BG1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fece08), to(#fece08));
  background-image: url('../images/BCM-hero-BG100.jpg'), url('../images/BCM-hero-BG2.jpg'), url('../images/BCM-hero-BG1.jpg'), linear-gradient(180deg, #fece08, #fece08);
  background-position: 50% 50%, 50% 50%, 50% 50%, 0px 0px;
  background-size: cover, cover, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

@media (max-width: 991px) {
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .4)), to(hsla(0, 0%, 100%, .4)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4));
  }
  .wrap {
    width: 645px;
  }
  .wrap.w50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .hero2-text-wrap {
    width: 100%;
  }
  .hero2-light-alt2-musician {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .4)), to(hsla(0, 0%, 100%, .4)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4));
  }
}

@media (max-width: 767px) {
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .6)), to(hsla(0, 0%, 100%, .6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6));
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h2-jumbo {
    font-size: 44px;
    line-height: 56px;
  }
  .h2-jumbo-apply {
    font-size: 44px;
    line-height: 56px;
  }
  .hero2-light-alt2-musician {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .6)), to(hsla(0, 0%, 100%, .6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6));
  }
}

@media (max-width: 479px) {
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, .8)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
  }
  .icon-brands {
    margin-right: 0px;
    margin-left: 0px;
    font-family: alternate-gothic-no-1-d;
    font-size: 36px;
    text-align: left;
  }
  .icon-solid {
    margin-right: 0px;
    margin-left: 0px;
    font-family: alternate-gothic-no-1-d;
    font-size: 36px;
    text-align: left;
  }
  .icon-brands-footer {
    margin-right: 0px;
    margin-left: 0px;
    font-family: alternate-gothic-no-1-d;
    font-size: 36px;
    text-align: left;
  }
  .hero2-light-alt2-musician {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, .8)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}