@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');
@import url('https://use.fontawesome.com/releases/v6.4.2/css/all.css'); /* See font face below as well */

/* Font Files */

@font-face {
  font-family: 'PublicSans';
  src:
    url('../fonts/PublicSans-ExtraLight.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/PublicSans-ExtraLight.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/PublicSans-ExtraLight.ttf')  format('truetype') !important; /* Safari, Android, iOS */
}

@font-face {
  font-family: 'PublicSans-Light';
  src:
    url('../fonts/PublicSans-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/PublicSans-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/PublicSans-Light.ttf')  format('truetype') !important; /* Safari, Android, iOS */
}

@font-face {
  font-family: 'TradeGothicLTStd-BdCn20';
  src: url('../fonts/TradeGothicLTStd-BdCn20.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-BdCn20.woff') format('woff'), url('../fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype'), url('../fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20') format('svg') !important;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLT';
  src: url('../fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLT.woff') format('woff'), url('../fonts/TradeGothicLT.ttf') format('truetype'), url('../fonts/TradeGothicLT.svg#TradeGothicLT') format('svg') !important;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-Cn18';
  src: url('../fonts/TradeGothicLTStd-Cn18.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Cn18.woff') format('woff'), url('../fonts/TradeGothicLTStd-Cn18.ttf') format('truetype'), url('../fonts/TradeGothicLTStd-Cn18.svg#TradeGothicLTStd-Cn18') format('svg') !important;
  font-weight: normal;
  font-style: normal;
}


/* Insert Custom CSS Here */
.slide-image {
  margin-bottom: 20px;
}

.pdp-title {
  font-size: .5em;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  div {
    &:first-of-type {
      margin-right: 20px;
    }
  }
  @media only screen and (max-width: 950px) {
    grid-template-columns: 1fr;
    div {
      &:first-of-type {
        margin-right: 0px;
        margin-bottom: 20px;
      }
    }
  }
}
.float-right {
  float: right;
}

.person-bio {
  margin-bottom: 40px;
  padding: 10px;
  &:nth-of-type(even) {
    background-color: rgba(0,0,0,0.1);
  }
  .float-right {
    padding-left: 10px;
    
  }
  .caption {
    text-align: center;
    padding-bottom: 10px;
  }
}

.jobs_listing {
  padding: 10px;
  &:nth-of-type(even) {
    background-color: rgba(0,0,0,0.1);
  }
}

/* Included CSS */


.sidebar-callout-content-wrapper {
  div {
    img {
      display: block;
      margin:auto;
      max-width: 250px;
      padding-bottom: 20px;
    }
  }
}

.field--name-field-alternate-page-title {
  margin: 0 0 40px;
}

.featured {
  min-height: 60px;
}

.img-feat {
  margin-bottom: 20px;
}

.callout-text {
  font-size: .75em;
}

.slide-wrapper {
  position: relative;
  overflow: hidden;
}

.slide-text-wrapper {
  position: absolute;
  bottom: 15%;
  left: 40px;
  background-color: rgba(55,17,84,.8);
  padding: 2em 1.5em 1.5em;
  max-width: 50%;
  h1 {
    color: white;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.img-responsive {
  display: block;
  width:100vw;
  height: auto;
  max-height: 700px;
}

@media (max-width: 800px) {
  .slide-text-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .slide-text-wrapper {
    bottom: 5%;
  }
}