/* ONLINE VENDOR - OPEN */

#page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg {
  background-position: center bottom;
  background-size: cover;
}

#page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-content-wrapper {
  min-height: 320px !important;
}

#page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-content .apb-ss-wrapper-body {
  padding: 1rem !important;
}

#page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-content {
  position: static;
}

#page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-body h1.title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 32px #000;
  font-family: var(--secondary-font-family);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}

#page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-body a.visit-now {
  display: flex;
  gap: 4px;
  align-items: center;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

#page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-body a.visit-now span {
  font-size: 16px;
}

@media screen and (min-width: 426px) {
  #page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-body h1.title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 681px) {
  #page .online-vendor-home-section .online-vendor-slide .apb-slideshow-bg .apb-ss-slideshow-content .apb-ss-body h1.title {
    font-size: 3rem;
  }
}

/* ONLINE VENDOR - OPEN */

/* WORKFORCE DEVELOPOMENT VENDOR - OPEN */

#page .workforce-home-header-section {
  padding: 0 1rem;
  margin-top: 2rem !important;
  margin-bottom: 0.8rem !important;
}

#page .workforce-home-header-section .views-element-container .views-row {
  margin-bottom: 0 !important;
}

#page .workforce-home-header-section .views-element-container .views-row .apb-sc-body-wrapper h1 {
  font-size: 2rem !important;
}

#page .workforce-home-section  {
  padding: 0 1rem;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}

#page .workforce-home-section .views-element-container .view-apb-simple-content {
  grid-template-columns: repeat(1, 1fr);
}

#page .workforce-home-section .views-element-container .views-row {
  margin-bottom: 0 !important;
}

#page .workforce-home-section .views-row.first {
  position: relative;
  background: rgba(20, 38, 54, 0.32);
  min-height: 480px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
		url('/sites/default/files/apb/slideshow/workforce-bg-full.jpeg');
  background-position: bottom;
  background-size: cover;
}

#page .workforce-home-section .apb-sc-body-wrapper .content {
  position: absolute;
  top: 0;
  margin: 1rem;
  border: 1px solid #5a8cb8;
  background: rgba(20, 38, 54, 0.32);
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--secondary-font-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

#page .workforce-home-section .apb-sc-body-wrapper .logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#page .workforce-home-section .apb-sc-body-wrapper .logo p a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  color: #122F3B !important;
  font-family: var(--main-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  background: #FEBF0F;
  padding: 0.47rem 0.75rem 0.5rem 0.75rem;
  margin: 0;
}

#page .workforce-home-section .apb-sc-body-wrapper .logo p a:hover {
  background: var(--white);
}

#page .workforce-home-section .apb-sc-body-wrapper .logo p a span {
  color: #122F3B !important;
}

#page .workforce-home-section .apb-sc-body-wrapper .logo img {
  width: 210px !important;
  height: auto !important;
}

#page .workforce-column-two .paragraph--type--apb-pb-feature-box {
  margin: 0 !important;
}

#page .workforce-column-two .paragraph--type--apb-pb-feature-box .views-element-container .view-apb-feature-box {
  display: grid;
}

#page .workforce-column-two .paragraph--type--apb-pb-feature-box .views-element-container .view-apb-feature-box .views-row {
 margin-bottom: 0px !important;
}

@media screen and (min-width: 681px) {
  #page .workforce-column-two .paragraph--type--apb-pb-feature-box .views-element-container .view-apb-feature-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  
  #page .workforce-home-header-section .views-element-container .views-row .apb-sc-body-wrapper h1 {
    font-size: 3rem !important;
  }

  #page .workforce-home-section .apb-sc-body-wrapper .content {
    top: 50%; 
    transform: translateY(-50%);
    margin: 0 17%;
  }

  #page .workforce-home-section .apb-sc-body-wrapper .logo {
    flex-direction: column;
    justify-content: space-between;
    flex-direction: row;
    align-items: end;
    gap: 1rem;
    margin: 0 2rem;
  }
}

@media screen and (min-width: 1024px) {
  #page .workforce-home-header-section {
    margin-top: 4rem !important;
  }

  #page .workforce-home-section  {
    padding: 0 1rem;
    margin-bottom: 4rem !important;
  }

  #page .workforce-home-section .views-element-container .view-apb-simple-content {
    grid-template-columns: 2fr 1fr;
  }

  #page .workforce-home-section .views-row.first {
    min-height: unset;
  }

  #page .workforce-column-two .paragraph--type--apb-pb-feature-box .views-element-container .view-apb-feature-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  #page .workforce-home-header-section {
    padding: 0 1rem;
  } 

  #page .workforce-home-section  {
    padding: 0;
  }

}

/* WORKFORCE DEVELOPOMENT VENDOR - CLOSE */
