/* STYLES FOR PROMO SLIDER */
.psacf {
    max-width: unset !important;
    margin: 0 !important;
    position: relative;
  }
  .psacfContainer {
    display: flex;
    overflow: hidden;
  }
  .psacfSlide {
    width: 1523px;
    display: grid !important;
    grid-template-columns: 900px 1fr;
  }
  .psacfImage {
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .psacfContent {
    height: 600px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 49px 0 41px;
    position: relative
  }
  .psacfContent h2 {
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
    position: relative;
    width: 100%;
  }
  .psacfContent h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 55vw;
    background: #4A667D;
    height: 2px;
  }
  .psacfContent p {
    margin-bottom: 30px !important;
  }
  .psacfContent a {
    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 18.4px !important;
	text-transform: uppercase;
    text-decoration: none;
  }
  .psacf .psacfControls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 9%;
    bottom: 37px;
  }
  .psacfPrev {
    margin-right: 5px !important;
    cursor: pointer;
  }
  .psacfNext {
    margin-left: 5px !important;
    cursor: pointer;
  }
  .psacfControls .dots {
      height: 10px !important;
      width: 10px !important;
      background-color: transparent;
      border: 1px solid #FFF;
      border-radius: 50%;
      display: inline-block;
      margin: 0 5px !important;
  }
  .psacf .slick-list + .slick-next {
    display: none !important;
  }
  .slick-list {
    padding: 0;
  }
  .psacf .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #FFF !important;
    padding: 0 10px !important;
    margin: 0;
  }
  .psacf .slick-dots li {
    margin: 0 2px 6px 2px;
    display: block;
  }
  .psacf .slick-dots ::marker {
    font-size: 27px;
    height: 10px !important;
    width: 10px !important;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    display: inline-block;
  }
  .psacf .slick-dots button {
    background-color: transparent !important;
    border: 1px solid #FFF;
    border-radius: 100%;
    display: inline-block !important;
    margin: 0 5px !important;
		text-indent: -999999px;
    padding: 3px 4px !important;
    font-size: 2px !important;
  }
  .psacf li.slick-active button {
    background-color: #FFF !important
  }
  @media only screen and (max-width: 1523px) {
    .slick-list {
      padding: 0;
    }
    .psacfSlide {
      width: 100%;
      grid-template-columns: 55% 1fr;
    }
    .psacf .psacfControls {
      right: 49px;
    }
    .psacf .nextSlide, .psacf .hiddenSlide {
      display: none;
    }
  }
  @media only screen and (max-width: 1000px) {
    .psacfSlide {
      display: flex !important;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .psacfImage, .psacfContent, .psacfContent h2::after {
      width: 100%;
    }
    .psacfImage {
      min-height: 450px;
      height: auto;
    }
    .psacfContent {
      height: auto;
      padding: 34px 15px;
    }
    .psacfContent p {
      padding: 0 15px;
    }
    .psacf .psacfControls {
      right: unset;
      transform: unset;
      width: 100%;
      position: unset;
      margin: 10px 0 50px 0;
    }
  }
  @media only screen and (max-width: 600px) {
    .psacfImage {
      min-height: 250px;
    }
  }