/* Minification failed. Returning unminified contents.
(90,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(128,30): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(130,42): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(130,62): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple-light'
(150,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(151,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(190,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(191,30): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(197,50): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(201,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-pale-white'
(202,51): run-time error CSS1039: Token not allowed after unary operator: '-brand-wh'
(202,72): run-time error CSS1039: Token not allowed after unary operator: '-brand-pale-white'
(206,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(207,49): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(210,70): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(212,57): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(216,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(228,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(331,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(335,63): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(340,16): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bottom'
(353,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(360,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(403,51): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(407,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(408,33): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(445,70): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(445,99): run-time error CSS1039: Token not allowed after unary operator: '-brand-white'
(477,34): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray'
(500,15): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(508,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(555,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-palegrey'
(562,26): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(612,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-off-black'
(689,15): run-time error CSS1039: Token not allowed after unary operator: '-error-red'
(698,63): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(838,27): run-time error CSS1039: Token not allowed after unary operator: '-brand-purple'
(973,35): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray'
(1004,36): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray'
(1057,36): run-time error CSS1039: Token not allowed after unary operator: '-brand-gray'
 */
/* ---------- UNIVERSAL ----------*/
.company-banner .banner-container .banner-header h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

.company-about h2,
.job-alerts-banner h2,
.company-categories h2,
.company-benefits h2,
.company-seasonal h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.contain-img {
  height: 100%;
  width: 100%;
}

.contain-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.primary-btn-arrow {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.75rem;
  width: 75%;
}

.primary-btn-arrow:after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url('/assets/img/icons/icon-arrow-r-wht.svg') no-repeat center;
  background-size: contain;
}
/* ---------- END UNIVERSAL ----------*/

/* ---------- HERO SECTION ----------*/
.company-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.company-banner .overlay-company {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-banner .banner-container {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}

.company-banner .banner-container .banner-image { width: 70%; }

.company-banner .banner-container .banner-header {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
  background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  background-blend-mode: darken;
  border-radius: 0.25rem;
  color: var(--brand-white);
  width: fit-content;
}

.company-banner .banner-container .banner-header p { font-size: 1rem; }

.company-banner .banner-container .banner-header h1,
.company-banner .banner-container .banner-header p { width: fit-content; }

/* ---------- END HERO SECTION ----------*/

/* ---------- ABOUT SECTION ----------*/
.company-about {
  display: grid;
  gap: 1rem;
  padding: 2rem 0;
  text-align: center;
}

.company-about .about-text {
  display: grid;
  gap: 1rem;
  padding: 0 0.75rem;
}

.company-about .about-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.company-about .about-imgs .cover-img:nth-child(1) { display: none; }

.company-about .about-imgs .cover-img { height: 14.5rem; }
/* ---------- END ABOUT SECTION ----------*/

/* ---------- JOB ALERTS BANNER SECTION ----------*/
.job-alerts-banner {
  margin: 2rem 0.75rem;
  box-shadow: 0 0 8px 0 var(--brand-palegrey);
  border: 1px solid #E0D6EA;
  background-image: linear-gradient(var(--brand-white), var(--brand-purple-light));
}

.job-alerts-banner .inner-banner {
  padding: 1.5rem 1.25rem;
  display: grid;
  gap: 0.75rem;
  text-align: center;
}

.job-alerts-banner .inner-banner .sub-header { font-weight: 500; }

.job-alerts-banner .inner-banner .job-alerts-link {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.5rem;
  background-color: var(--brand-purple);
  color: var(--brand-white);
}

.job-alerts-banner .inner-banner .job-alerts-link::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url('/assets/img/icons/icon-arrow-wht.svg') no-repeat center;
  background-size: contain;
} 

.job-alerts-banner .inner-banner .job-alerts-link:hover { background-color: #33194C; }

/* ---------- END JOB ALERTS BANNER SECTION ----------*/

/* ---------- OUR CAREERS AREA SECTION ----------*/
.company-categories {
  padding: 2rem 0.75rem;
  text-align: center;
}

.company-categories h2 { padding-bottom: 1rem; }

.swiper-inner {
  width: 87vw;
  margin: 0 auto;
}

.swiper-categories {
  height: 31rem;
  padding: 4rem 0.5rem;
}

.swiper-categories .swiper-slide {
  box-sizing: border-box;
  display: flex;
  align-items: start;
  border-radius: 0.25rem;
  border: 1px solid var(--brand-palegrey);
  box-shadow: 0 0 8px 0 var(--brand-palegrey);
  flex-direction: column;
}

.swiper-categories .swiper-slide:nth-child(3n+1) {
  background-color: #EFEAF4;
  background-image: linear-gradient(120deg, var(--brand-white), #EFEAF4);
}

.swiper-categories .swiper-slide:nth-child(3n+2) {
  background-color: var(--brand-pale-white);
  background-image: linear-gradient(-160deg, var(--brand-wh ite), var(--brand-pale-white));
}

.swiper-categories .swiper-slide:nth-child(3n+3) {
  background-color: var(--brand-white);
  background-image: linear-gradient(90deg, var(--brand-white), rgba(255, 247, 232, 0.6));
}

.swiper-categories .swiper-slide:hover { box-shadow: 0 0 16px 0 var(--brand-palegrey); }

.swiper-categories .swiper-slide:hover h3 { color: var(--brand-purple); }

.swiper-categories .swiper-slide .swiper-card {
  box-sizing: border-box;
  color: var(--brand-off-black);
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  display: grid;
  gap: 1rem;
  place-self: center;
  cursor: pointer;
}

.swiper-card:focus {
  outline: 1px solid var(--brand-purple);
  transition: outline 0.2s ease;
}

.swiper-categories .swiper-slide .swiper-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.swiper-categories .swiper-slide .swiper-card p { font-size: 0.989rem; }

.swiper-categories .swiper-slide .swiper-card .search-link {
  place-self: end;
  color: #6D6D6D;
  display: flex;
  gap: 0.25rem;
  position: relative;
}

.swiper-categories .swiper-slide .swiper-card .search-link::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url('/assets/img/icons/icon-search-input.svg') no-repeat center;
  background-size: contain;
}

.swiper-categories .swiper-slide .swiper-card .search-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #6D6D6D;
  bottom: -0.2rem;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.swiper-categories .swiper-slide .swiper-card .search-link:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

.swiper-categories .swiper-btns {
  top: 2%;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.swiper-categories .swiper-button-next,
.swiper-categories .swiper-button-prev {
  position: relative;
  height: 100%;
  margin-top: 0;
  height: 2rem;
  width: 2rem;
}

.swiper-categories .swiper-button-next { margin-left: 1rem; }

.swiper-categories .swiper-button-next:before,
.swiper-categories .swiper-button-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: url('/assets/img/icons/icon-arrow-r-wht.svg') no-repeat center;
  background-size: contain;
  z-index: 2;
}

.swiper-categories .swiper-button-next:before { transform: translate(-50%, -50%); }

.swiper-categories .swiper-button-prev:before { transform: translate(-50%, -50%) scaleX(-1); }

.swiper-categories .swiper-button-next:after,
.swiper-categories .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7547a3;
  z-index: 1;
  border-radius: 0.25rem;
  transition: all .4s ease-in-out;
}

.swiper-categories .swiper-button-next:hover::after,
.swiper-categories .swiper-button-prev:hover::after { background-color: #33194c; }

.swiper-categories .swiper-button-next:focus::after,
.swiper-categories .swiper-button-prev:focus::after {
  background-color: #33194c;
  outline: 2px solid var(--brand-off-black);
}

.swiper-categories .swiper-button-next .sr-only,
.swiper-categories .swiper-button-prev .sr-only { color: var(--brand-off-black); }

.swiper-categories .swiper-horizontal > .swiper-pagination-bullets,
.swiper-categories .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-categories .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 1rem);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.swiper-categories .swiper-pagination-bullet {
  margin: 0 0;
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background-color: var(--brand-palegrey);
  transition: all .4s ease-in-out;
}

.swiper-categories .swiper-pagination-bullet:hover,
.swiper-categories .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--brand-purple);
}

.company-categories-footer {
  padding: 1.5rem 0;
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.company-categories-footer .header-title {
  font-size: 1.1rem;
  font-weight: 600;
}
/* ---------- END OUR CAREERS AREA SECTION ----------*/

/* ---------- COMPANY BENEFITS SECTION ----------*/
.company-benefits {
  padding: 2rem 0;
  text-align: center;
}

.company-benefits h2 { padding: 0 0.75rem; }

.company-benefits .tab {
  padding: 1.25rem 0.75rem;
  display: grid;
  text-align: left;
  gap: 0.5rem;
}

.company-benefits .tab button {
  text-align: left;
  width: fit-content;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 200;
  color: #6D6D6D;
  transition: all 0.4s ease-in-out;
  padding: 0.5rem 0.25rem 0.25rem;
}

.company-benefits .tab button:hover { color: var(--brand-purple) }

.company-benefits .tab button.active,
.company-benefits .tab button:focus {
  color: var(--brand-purple);
  border-bottom: 1px solid var(--brand-purple);
}

.company-benefits .benefits-tab {
  display: none;
  animation: fadeEffect 1.5s;
  position: relative;
}

.company-benefits .benefits-tab .benefits-tab-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12rem;
  overflow: hidden;
}

.company-benefits .benefits-tab .benefits-tab-text {
  padding: 1rem 0.75rem;
  display: grid;
  gap: 1rem;
}

.company-benefits .benefits-tab .benefits-tab-text h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

@keyframes fadeEffect {
  from { opacity: 0; }

  to { opacity: 1; }
}
/* ---------- END COMPANY BENEFITS SECTION ----------*/

/* ---------- COMPANY CASE STUDIES SECTION ----------*/
.company-case-study { background-image: linear-gradient(120deg, var(--brand-white), #F6F1F8, var(--brand-white)); }

.company-case-study .case-study-container { padding: 2rem 0; }

.case-study-container h2 {
  text-align: center;
  padding-bottom: 1rem;
}

.case-study-swiper {
  width: 85vw;
  margin: 0 auto;
  overflow: hidden;
}

.case-study-swiper .swiper-slide { display: flex; }

.case-study-swiper .swiper-slide article {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  gap: 1rem;
  padding: 1rem 0.5rem 2rem;
}

.case-study-swiper .swiper-slide .image-container {
  height: 12rem;
  border-radius: 0.5rem;
}

.case-study-swiper .swiper-slide .image-container img {
  border-radius: 0.5rem;
  box-shadow: 0 0 0.75rem 0 var(--brand-gray);
}

.case-study-swiper .swiper-slide .main-text {
  position: relative;
  padding: 0.75rem 0 0 0.75rem;
  display: grid;
  gap: 1rem;
}

.case-study-swiper .swiper-slide .main-text::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  top: -0.25rem;
  left: 0;
  background: url('/assets/img/icons/blockquotes-lgtpur.svg') no-repeat;
  z-index: -1;
}

.case-study-swiper .swiper-slide .main-text .main-link-arrow {
  color: var(--brand-purple);
  width: fit-content;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.case-study-swiper .swiper-slide .main-text .main-link-arrow:focus {
  outline: 1px solid var(--brand-purple);
  transition: outline 0.2s ease;
  border-radius: 0.05rem;
  outline-offset: 2px;
}

.case-study-swiper .swiper-slide .main-text .main-link-arrow::after {
  content: '';
  display: block;
  cursor: pointer;
  height: 0.75rem;
  width: 0.75rem;
  transition: all 0.4s ease-out;
  background: url('/assets/img/icons/icon-arrow-pur.svg') no-repeat;
  background-position: center;
}

.case-study-swiper .swiper-slide .footer-text {
  display: grid;
  gap: 0.5rem;
}

.case-study-swiper .swiper-slide .footer-text p { font-weight: 500; }

.case-study-swiper .controls {
  display: flex;
  justify-content: space-between;
  justify-self: center;
  align-items: center;
  gap: 0.5rem;
}

.case-study-swiper .review-pagination { text-align: center; }

.case-study-swiper .swiper-horizontal > .swiper-pagination-bullets,
.case-study-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.case-study-swiper .swiper-pagination-custom, .swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.case-study-swiper .swiper-pagination-bullet {
  margin: 0 0;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  background-color: var(--brand-palegrey);
  transition: all .4s ease-in-out;
}

.case-study-swiper .swiper-pagination-bullet:hover,
.case-study-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--brand-purple);
}

.case-study-swiper .review-button-next,
.case-study-swiper .review-button-prev {
  position: relative;
  height: 2rem;
  width: 3rem;
  cursor: pointer;
}

.case-study-swiper .swiper-button-disabled { opacity: 0.3; }

.case-study-swiper .review-button-next:before,
.case-study-swiper .review-button-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: url('/assets/img/icons/sharp-chevarrow-wht.svg') no-repeat center;
  background-size: contain;
  z-index: 2;
}

.case-study-swiper .review-button-next:before { transform: translate(-50%, -50%); }

.case-study-swiper .review-button-prev:before { transform: translate(-50%, -50%) scaleX(-1); }

.case-study-swiper .review-button-next:after,
.case-study-swiper .review-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7547a3;
  z-index: 1;
  border-radius: 0.25rem;
  transition: all .4s ease-in-out;
}

.case-study-swiper .review-button-next:hover::after,
.case-study-swiper .review-button-prev:hover::after { background-color: #33194c; }

.case-study-swiper .swiper-button-next:focus::after,
.case-study-swiper .swiper-button-prev:focus::after {
  background-color: #33194c;
  outline: 2px solid var(--brand-off-black);
}
/* ---------- END COMPANY CASE STUDIES SECTION ----------*/

/* ---------- SEASONAL SECTION ----------*/
.company-seasonal {
  display: grid;
  gap: 1rem;
  text-align: center;
  padding: 2rem 0;
}

.company-seasonal h2 {
  order: 1;
  padding: 0 0.75rem;
}

.company-seasonal .seasonal-text {
  padding: 0 0.75rem;
  display: grid;
  gap: 0.75rem;
  order: 3;
}

.company-seasonal .seasonal-text h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.company-seasonal .seasonal-text .primary-btn-arrow { margin: 1.5rem auto 0; }

.company-seasonal .image-container { order: 2; }

.company-seasonal .image-container {
  height: 20rem;
  width: 100%;
}
/* ---------- END SEASONAL SECTION ----------*/

/* ---------- EMAIL SECTION SECTION ----------*/
.contact-inner { text-align: center; }

.contact-inner form {
  display: grid;
  gap: 0.5rem;
}

.contact-inner form h3 {
  font-size: 1.25rem;
  font-weight: 500;
}

.contact-inner form fieldset {
  display: grid;
  gap: 0.5rem;
}

.contact-inner form label {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.contact-inner form input { height: fit-content; }

.contact-inner form textarea { width: 100%; }

.contact-inner form .mf-input-fields,
.contact-inner form .mf-input-email {
  display: grid;
  gap: 0.5rem;
}

.contact-inner form span,
.product-error p {
  font-size: 0.9rem;
  color: var(--error-red);
  font-weight: 400;
  text-align: left;
}

.contact-inner form .consent-para { font-size: 0.85rem; }

.contact-inner form .consent-para br { display: none; }

.contact-inner form .consent-para .main-link-hv { color: var(--brand-purple); }

.success-inner {
  display: grid;
  gap: 0.75rem;
  justify-content: center;
  text-align: center;
}

.success-inner p {
  color: #1D6A34;
  font-size: 1.15em;  
}

.success-inner .primary-btn {
  box-sizing: border-box;
  width: fit-content;
  place-self: center;
  padding: 0.75rem 1.5rem;
}

.sucess-inner .primary-btn-arrow:hover { background-color: #33194C; }
/* ---------- END EMAIL SECTION SECTION ----------*/

/* ---------- SOCIAL AND QUOTE SECTION ----------*/
.flipped { transform: scaleX(-1); }

.company-social-quote {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.5rem;
  scroll-margin-top: 8rem;
  position:relative;
}

.company-social-quote .overlay-company {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-social-quote .social-quote-container {
  display: grid;
  padding: 2rem 1rem;
}

.social-quote-container .social-quote-inner {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1rem;
  background: linear-gradient(135deg, rgba(246, 241, 248, 0.8), rgba(255, 255, 255, 0.8));
  border-radius: 0.25rem;
  z-index:999;
}

.social-quote-container .social-quote-image {
  width: 70%;
  margin: 0 auto;
}

.social-quote-container .social-quote-inner .medium-form .form-title-h2 { display: none; }

.social-quote-container .social-quote-inner .medium-form h2 {
  font-size: 1.25em;
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.social-quote-container .social-quote-inner .medium-form h2 .success-span { 
  color: #1D6A34;
  font-size: 1.25rem;
}

/* ---------- QUOTE SECTION ----------*/

.company-social-quote .company-quote blockquote {
  margin: 0 0;
  font-size: 1.5rem;
  text-align: center;
}

.company-social-quote .company-quote blockquote::after,
.company-social-quote .company-quote blockquote::before {
  content: '';
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background: url('/assets/img/icons/blockquotes-blk.svg') no-repeat;
}

.company-social-quote .company-quote blockquote::before { margin-right: 0.5rem; }

.company-social-quote .company-quote blockquote::after { 
  transform: scaleX(-1);
  margin-left: 0.5rem;
}
/* ---------- END QUOTE SECTION ----------*/

.social-quote-header {
  display: grid;
  gap: 1rem;
  text-align: center;
}

.social-quote-header .header-title {
  font-size: 1.1rem;
  font-weight: 600;
}
/* ---------- CONNECT SECTION ----------*/

.company-social-quote .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  justify-self: center;
  align-content: center;
}

.company-social-quote .social-links li { place-self: center; }

.company-social-quote .social-links li .img-container {
  width: 1.5rem;
  height: 1.5rem;
}

.company-social-quote .social-links li .img-container .main-link-hv {
  box-sizing: border-box;
  height: 100%;
}

.company-social-quote .social-links li .img-container .main-link-hv:focus {
  outline: 1px solid var(--brand-purple);
  transition: outline 0.2s ease;
  border-radius: 0.05rem;
  outline-offset: 2px;
}

.company-social-quote .social-links li .img-container img { 
  cursor: pointer; 
  object-position: center;
}

.company-social-quote .company-quote blockquote {
  margin: 0 0;
  font-size: 1.5rem;
  text-align: center;
}
/* ---------- END SOCIAL AND QUOTE SECTION ----------*/
/* ---------- END MAIN RESULTS PAGE SECTION ---------- */

@media only screen and (min-width: 28rem) {
  
  .company-banner .banner-container .banner-image {
    width: fit-content;
    max-width: 17rem;
    max-height: 12rem;
  }

  .company-banner .primary-btn-arrow { width: 17.5rem; }

  .job-alerts-banner { margin: 2rem 1rem; }

  .swiper-inner { width: 90vw; }

  .company-about .about-text,
  .company-benefits h2,
  .company-seasonal h2,
  .company-seasonal .seasonal-text { padding: 0 1rem; }

  .company-categories-footer .primary-btn-arrow { width: 14rem; }

  .company-benefits .tab { padding: 1.25rem 0.75rem; }

  .company-benefits .benefits-tab .benefits-tab-img { height: 15rem; }

  .company-benefits .benefits-tab .benefits-tab-text { padding: 1rem 1rem; }

  .company-seasonal .seasonal-text .primary-btn-arrow { width: 16rem; }

  .company-social-quote .social-quote-container {
    width: 24rem;
    margin: 0 auto;
  }

  .social-quote-container .social-quote-image {
    width: 100%;
    max-width: 17.5rem;
    max-height: 12rem;
  }

  .company-social-quote .social-links { justify-content: center; }
}

@media only screen and (min-width: 34rem) {

  .job-alerts-banner .inner-banner {
    text-align: left;
    grid-template-columns: 1fr auto;
  }

  .job-alerts-banner .inner-banner h2 { grid-column: 1 / span 2; }

  .job-alerts-banner .inner-banner p { grid-column: 1; }

  .job-alerts-banner .inner-banner .job-alerts-link {
    grid-column: 2;
    grid-row: 2 / span 2;
    place-self: end; 
    padding: 0.75rem 0.75rem;
  }

  .swiper-categories { height: 24rem; }
}

@media only screen and (min-width: 52.5rem) {

  .company-banner .banner-container { padding: 2rem 2rem; }

/*  .company-banner .primary-btn-arrow { gap: 2rem; }*/

  .company-about .about-text { padding: 0 2rem; }

  .company-about .about-imgs .cover-img:nth-child(1) { display: block; }

  .company-about .about-imgs { grid-template-columns: repeat(3, 1fr); }

  .job-alerts-banner { margin: 2rem 3rem; }

  .swiper-categories { height: 30rem; }

  .company-benefits .tab {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.25rem 1rem;
  }

  .company-benefits .benefits-tab .benefits-tab-img { height: 15rem; }

  .company-seasonal .seasonal-text { padding: 1rem 2rem; }

  .company-social-quote .social-quote-container {
    width: 34rem;
    margin: 0 auto;
  }

  .company-social-quote .social-links { padding: 1rem 0; }
}

@media only screen and (min-width: 65rem) {

  .company-about {
    grid-template-columns: 30rem 1fr;
    padding: 2rem 2rem;
  }

  .company-about .about-text {
    padding: 0 0;
    text-align: left;
    align-self: flex-start;
  }

  .company-about .about-imgs { gap: 1rem; }

  .company-about .about-imgs .cover-img {
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem 0 var(--brand-gray);
  }

  .company-about .about-imgs img { border-radius: 0.25rem; }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction { justify-content: end; }

  .company-benefits {
    padding: 2rem 2rem;
    text-align: left;
  }

  .company-benefits h2 { padding: 0 0; }

  .company-benefits .tab {
    justify-content: start;
    gap: 0.75rem;
    padding: 1.25rem 0;
  }

  .company-benefits .benefits-tab {
    grid-template-columns: 30rem 1fr;
    gap: 2rem;
  }

  .company-benefits .benefits-tab .benefits-tab-img {
    order: 2;
    height: 26rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.75rem 0 var(--brand-gray);
  }

  .company-benefits .benefits-tab .benefits-tab-img img { border-radius: 0.5rem; }

  .company-benefits .benefits-tab .benefits-tab-text {
    align-self: flex-start;
    padding: 0 0;
  }

  .company-case-study .case-study-container { padding: 2rem 2rem; }

  .case-study-container h2 { padding-bottom: 2rem; }

  .case-study-swiper .swiper-slide article {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem 1rem 2rem;
  }

  .case-study-swiper .swiper-slide .image-container {
    height: 32rem;
    width: 85%;
  }

  .case-study-swiper .swiper-slide .main-text { align-self: flex-start; }

  .case-study-swiper .swiper-slide .footer-text {
    grid-column: 2;
    align-self: flex-end;
  }

  .case-study-swiper .swiper-slide .image-container { grid-row: 1 / span 2; }

  .case-study-swiper .controls { justify-self: flex-end; }

  .company-seasonal {
    grid-template-columns: 1fr 34rem;
    grid-template-rows: auto 1fr;
    gap: 1.5rem 2rem;
    text-align: left;
    padding: 2rem 2rem;
  }

  .company-seasonal h2,
  .company-seasonal .seasonal-text {
    grid-column: 2;
    padding: 0 0;
    align-self: flex-start;
  }

  .company-seasonal .image-container {
    grid-row: 1 / span 2;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.75rem 0 var(--brand-gray);
    height: 32rem;
  }

  .company-seasonal .image-container img { border-radius: 0.5rem; }
}

@media only screen and (min-width: 80rem) {

  .company-banner,
  .company-social-quote {
    width: 70rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
  }

  .job-alerts-banner {
    width: 68rem;
    margin: 2rem auto;
  }

  .company-banner .overlay-company,
  .company-social-quote .overlay-company { border-radius: 0.5rem; }

  .company-banner .banner-container { padding: 3rem 1rem; }

  .company-about,
  .company-categories,
  .company-benefits,
  .company-case-study .case-study-container,
  .company-seasonal {
    width: 70rem;
    margin: 0 auto;
    padding: 3rem 0;
  }

  .swiper-inner,
  .case-study-swiper { width: initial; }

  .social-quote-container .social-quote-inner { width: 30rem; }

  .company-social-quote .social-quote-container {
    width: initial;
    justify-content: end;
  }
}

@media only screen and (min-width: 100rem) {

  .company-banner,
  .company-about,
  .company-categories,
  .company-benefits,
  .company-case-study .case-study-container,
  .company-seasonal,
  .company-social-quote { width: 85rem; }
}

