/* STYLES FOR MAIN INTRO */
.mic {
    max-width: unset !important;
    margin: 0 !important;
    padding: 93px 13.6% 47px 13.6%;
    position: relative;
}
.micBkg {
	background: repeating-linear-gradient(  45deg,  rgba(0,0,0,0.2),  rgba(0,0,0,0.2) 10px,  rgba(100,100,100,0.3) 10px,  rgba(100,100,100,0.3) 20px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	margin: 0 !important;
	max-width: unset !important;
}
.micBkg:after {
	background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	content: "";
}
.micContent {
    position: relative;
    text-align: center;
}
.micContent h2 {
    margin: 0 auto 25px auto !important;
    padding-bottom: 24px !important;
    position: relative;
    text-align: center;
    max-width: unset !important;
  }
  .micContent h2::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 256px;
      height: 2px;
      background: #FFF;
  }
  .micContent img {
      max-width: 442px;
      margin-bottom: 10px;
  }
  .micContent .micH5 {
    font-family: "Gotham" !important;
      font-weight: normal !important;
      font-size: 22px !important; 
      line-height: 31px;
    margin-bottom: 25px !important;
  }
  .micContent .micBody {
    margin-bottom: 25px !important;
  }
  .micContent .micBody p {
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 25px !important;
  }
  .micContent .micBody ul, .micContent .micBody ol {
	  color: #FFFFFF !important;
    padding-left: 25px !important;
  }
  .micContent .micH4 {
    font-family: 'BauerBodoniStdBlack' !important;
    font-weight: 900 !important;
    font-size: 30px !important;
    color: #FFFFFF !important;
    line-height: 37px;
    margin: 0 0 30px 0 !important;
  }
  .micP {
    background: rgba(0,0,0,0.10) !important;
    border: none #B2B2B2 !important;
    padding: 0 !important;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
  }
  .micButton {
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #B2B2B2 !important;
    padding: 9.5px 13.4px !important;
  }
  @media only screen and (max-width: 1200px) { 
    .mic {
      padding: 51px 15px 47px 15px;
    }
  }
  @media only screen and (max-width: 600px) { 
      .micContent img {
          max-width: 290px;
      }
    }