/* STYLES FOR FULL WIDTH SECTION HEADER */
.fwshc {
    max-width: unset !important;
    margin: 0 !important;
  }
  .parallax-container {
    overflow: hidden;
    max-height: 600px;
  }
  .fwshc .fwshcImage {
    transform: scale(1.5);
    position: relative;
    left: 8%;
  }
  .fwshcContent {
    width: 78.1%;
    position: relative;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    text-align: center;
  }
  .fwshcContent h2 {
    padding: 18px 44px 29px 44px !important;
    margin-bottom: 24px !important;
    position: relative;
  }
  .fwshcContent h2::after {
    position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      background: #FFF;
      width: 100%;
      max-width: 256px;
      height: 2px;
  }
  .fwshcText {
    padding: 0 15px 0 15px;
  }
  .fwshcText p {
    letter-spacing: 0.8px;
    margin: 0 !important;
    font-family: "Gotham A", "Gotham B" !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 25px !important;
  }
  .fwshcContent .fwH5 {
    font-family: "Gotham A", "Gotham B" !important;
      font-weight: normal !important;
      font-size: 22px !important; 
      color: #FFFFFF !important;
      line-height: 31px;
  }
  .fwshcContent .fwshcContentImg {
    width: 182px;
    height: 182px;
    margin: 0 auto 20px auto !important; 
  }
  .fwshcH3 {
    font-family: BauerBodoniStdBlackItalic !important;
    margin: 30px 0 40px 0;
  }
  .fwshcButton {
    background: rgba(0,0,0,0.10) !important;
    border: 2px solid #B2B2B2 !important;
    padding: 9.5px 18.4px !important;
    display: inline;
  }
  .fwshcButton a, #main .fwshcButton a:hover {
    background: transparent !important;
    border: unset !important;
    padding: unset !important;
    font-family: "Gotham A", "Gotham B"!important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  .fwshcMobile {
      display: none;
  }
  @media only screen and (max-width: 1200px) {
    .fwshcContent {
      width: 97%;
    }
    .fwshcContent h2 {
      padding: 18px 15px 29px 15px !important;
    }
  }
  @media only screen and (max-width: 700px) {
      .fwshc {
          display: none;
      }
      .fwshcMobile {
          display: block;
      }
    .fwshcMobile .fwshcMobileImage {
      min-height: 250px !important;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
  }