/* STYLES FOR SINGLE PROMO CONTENT LEFT */
.spcl {
    max-width: unset !important;
    margin: 0 !important;
    position: relative;
    height: 810px;
    display: grid;
    grid-template-columns: 1fr 60.9%;
    padding: 88px 0 95px 0;
}
.spclBkg {
	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;
}
.spclBkg: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: "";
}
.spcCL {
    background: rgba(0,0,0,0.85);
    width: 113%;
    z-index: 1;
    padding: 32px 35px 42px 32px;
    margin-left: 24.9%;
    align-self: center;
    position: relative;
  }
  .spcCL img {
      max-width: 423px;
      margin-bottom: 21px;
  }
  .spcIR {
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .spcCL h2, .spcCR h2 {
    position: relative;
    padding-bottom: 18px !important;
    margin-bottom: 19px !important;
  }
  .spcCL h2::after, .spcCR h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 135.7%;
    height: 2px;
    background: #4A667D;
  }
  .spcH5 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: normal !important;
    font-size: 22px !important; 
    color: #FFFFFF !important;
    line-height: 31px;
  }
  .spcBody p, .spcBody {
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 25px !important;
  }
  .spcBody ul, .spcBody ol {
    padding-left: 25px !important;
    color: #FFF !important;
  }
  .spcH6 {
    font-family: 'BauerBodoniStdBlack' !important;
    font-weight: 900;
    font-size: 22px !important;
    color: #FFFFFF !important;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 25px !important;
  }
  .spcP {
    margin-top: 18px;
  }
  .spcButton {
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    text-align: center;
    background: rgba(0,0,0,0.10) !important;
    border: 2px solid #B2B2B2 !important;
    padding: 9.5px 13.4px !important;
    text-transform: uppercase;
    display: inline;
    text-decoration: none;
  }
  @media only screen and (max-width: 1300px) {
    .spcCL {
        margin-left: 2%;
        width: 123%;
    }
  }
  @media only screen and (max-width: 1000px) {
    .spcl {
      height: unset;
      display: flex;
      flex-direction: column-reverse;
    }
    .spcCL {
      position: relative;
      top: -30px;
      padding: 17px 10px;
      transform: unset !important;
      left: unset !important;
      width: 97%;
      margin-left: 0;
    }
    .spcIR {
      height: 450px;
      width: 100%;
      transform: unset;
    }
    .spcCL h2::after, .spcCR h2::after {
      width: 101%;
    }
  }
  @media only screen and (max-width: 600px) {
    .spcIR {
      height: 300px;
    }
    .spcCL img {
        max-width: 258px;
        display: block;
        margin: 0 auto;
    }
  }
  @media only screen and (max-width: 400px) {
    .spcIR {
      height: 215px;
    }
  }