.max__960 {
  max-width: 800px;
  margin: 0 auto;
}

body {
  background-color: #f8faff;
}

.plc__thumb--wrap {
  margin-bottom: 1.5rem;
}

.plc__thumb {
  background-color: #f8f8f8;
  border: 1px solid #2b3977;
  padding: 1.35rem 2rem;
  padding-bottom: 1rem;
  display: flex;
  min-height: 6.5rem;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  flex-direction: column;
}

.plc__thumb svg {
  margin-top: auto;
  margin-bottom: 0.5rem;
  fill: #fff;
  position: relative;
}

.plc__thumb.active {
  border: 3px solid #ffc123;
}

.plc__thumb.active h4 {
  margin-bottom: auto;
}

.plc__thumb.active svg {
  fill: #ffc123;
}

.plc__thumb:before {
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(6, 19, 51, 0.4) 0%, #04091d 90%);
}

.plc__thumb h4 {
  font-size: 0.9rem;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  font-weight: 600;
}

.plc__thumb.inactive h4 {
  margin-top: 0;
}

.plc-1 {
  background-image: url(../img/plc/thumb-video-1.jpg);
}

.plc-2 {
  background-image: url(../img/plc/thumb-video-2.jpg);
}

.plc-3 {
  background-image: url(../img/plc/thumb-video-3.jpg);
}

.plc-4 {
  background-image: url(../img/plc/thumb-video-4.jpg);
}

.plc--title h1 {
  padding: 1.3rem 0;
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

.bg__faux--plc {
  position: absolute;
  top: 0;
  left: 0;
  height: 50vh;
  width: 100%;
  z-index: -1;
  min-height: 500px;
  background-color: #121a3e;
  background-image: url(../img/bg__home--jeff2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg__faux--plc:before {
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgb(0 19 41 / 85%);
}

.section--small {
  padding: 2rem 0;
}

.text--white {
  color: #fff;
}

.text--capitalize {
  text-transform: capitalize;
}

.btn--yellow {
  background-color: #ffc123;
  border-color: #ffc123;
  color: #6d5200;
}

.highlight {
  position: relative;
}

.highlight:after {
  background-color: #ffc123;
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  transform: rotate(-2deg);
}

@media screen and (max-width: 567px) {
  .plc__thumb--wrap .col-6 {
    padding: 0;
  }

  .plc__thumb--wrap {
    margin-bottom: 1.5rem;
    align-items: center;
  }

  .plc__thumb {
    padding: 0.75rem;
    min-height: 6rem;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

.page__title {
  text-align: center;
  margin-bottom: 2rem;
}

.page__title h1 {
  margin-bottom: 0.75rem;
  color: #fff;
}

.page__title h1 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.page__title h4 {
  color: #ffc123;
}

.content__wrap {
  padding: 3rem;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 0.25rem;
}

.thank-you-central {
  text-align: center;
}

.content__wrap h3 {
  padding-left: 2rem;
  border-left: 3px solid #ffc123;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.content__wrap.thank-you-central h3 {
  text-align: center;
  border: none;
}

a.btn.btn-aqua {
  font-size: 1.1rem;
  background-color: #0a97d3;
  color: #fff;
  padding: 0.7rem 2rem;
  font-weight: bold;
  outline: none;
  white-space: nowrap;
}

.content__wrap ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.block__casestudy {
  margin-bottom: 2rem;
  background-color: #121b3e;
  text-align: center;
  overflow: hidden;
  border-radius: 0.25rem;
  top: 0;
  position: relative;
  transition: 0.3s all;
}

.block__casestudy--img svg {
  position: relative;
  position: absolute;
}

.block__casestudy--img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  background-color: #04091d;
}

.block__casestudy--img .overlay--vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(28, 48, 69, 0.4) 0%,
      rgba(28, 48, 69, 0.4) 100%
    ),
    linear-gradient(180deg, rgba(28, 48, 69, 0) 0%, rgba(28, 48, 69, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
}

.block__casestudy h4 {
  padding: 1.25rem;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}

.block__casestudy img {
  width: 100%;
}

.block__casestudy:hover {
  background-color: #ffc123;
  top: -1rem;
  cursor: pointer;
}

.block__casestudy:hover h4 {
  color: #000;
}

.modal-body {
  padding: 2.5rem;
  padding-top: 1.5rem;
}

.separator--large {
  margin: 2.5rem 0;
}

.commodity_img img {
  width: 100%;
  padding-bottom: 1rem;
}

.educational_img img {
  width: 100%;
  padding-bottom: 1rem;
}

.plclogo img {
  width: 320px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 575px) {
  .bg__faux--plc { min-height: 780px}
}

@media only screen and (max-width: 426px) {
  .content__wrap { padding: 3rem 1rem}
  .plclogo img {width: 100%!important;}
}


