@font-face {
  font-family: "Avenir";
  src: url("fonts/Avenir-Black.eot");
  src:
    url("fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/Avenir-Black.woff2") format("woff2"),
    url("fonts/Avenir-Black.woff") format("woff"),
    url("fonts/Avenir-Black.ttf") format("truetype"),
    url("fonts/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.page-template-page-career-template .purple-block {
  background-color: #9e1e63;
  text-align: center;
  padding: 15px 50px;
}
.page-template-page-career-template .purple-block h2 {
  max-width: 100%;
  color: #fff;
  font-size: 34px;
  text-align: center;
  margin: 0;
}
.page-template-page-career-template .content-area {
  top: 0;
}
/* Common Styles */
.career-landing-page h2 {
  max-width: 100%;
  font-size: 52px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 900;
}
.career-landing-page p {
  font-size: 16px;
  max-width: 100%;
  font-weight: 400;
  margin: 0;
  font-family: AvenirBook, sans-serif;
}
.career-landing-page h3 {
  font-size: 42px;
  margin: 0;
  font-weight: 900;
}
.career-landing-page .radius-btn {
  display: inline-block;
  min-width: 190px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  border-radius: 27px;
  background-color: #9e1e63;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s;
}
.career-landing-page .radius-btn:hover {
  background-color: #601438;
}
/* Banking career section */
.career-landing-page .banking-career-section {
  padding: 35px 0 45px;
}
.career-landing-page .banking-career-section h2 {
  text-align: left;
  line-height: 1.28;
  margin-bottom: 60px;
}
.career-landing-page .banking-career-section h2 span {
  display: block;
}
.career-landing-page .banking-career-section .career-banking-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-left-block {
  flex: 0 0 73%;
  max-width: 73%;
  padding-right: 80px;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-left-block
  p {
  color: #231f20;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 400;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-left-block
  p
  + p {
  margin-top: 20px;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-left-block
  .btn-wrapper {
  margin-top: 50px;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-right-block {
  flex: 0 0 27%;
  max-width: 27%;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-right-block
  .content-wrapper {
  background-color: #005aab;
  border-radius: 45px;
  padding: 40px 35px;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-right-block
  h3 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.28;
}
.career-landing-page
  .banking-career-section
  .career-banking-grid
  .banking-right-block
  p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.28;
  text-align: center;
}
/* our-core-value-section */
.career-landing-page .our-core-value-section {
  padding: 20px 0 45px;
}
.career-landing-page .our-core-value-section h2 {
  color: #000;
  text-align: center;
}
.career-landing-page .our-core-value-section .image-content-block {
  display: flex;
  flex-wrap: wrap;
}
.career-landing-page .our-core-value-section .image-content-block .image-block {
  flex: 0 0 45%;
  max-width: 45%;
}
.career-landing-page
  .our-core-value-section
  .image-content-block
  .image-block
  .image-wrapper {
  position: relative;
  padding-bottom: 80%;
  height: 100%;
}
.career-landing-page
  .our-core-value-section
  .image-content-block
  .image-block
  .image-wrapper
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  object-position: 0 -21px;
}
.career-landing-page
  .our-core-value-section
  .image-content-block
  .content-block {
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
}
.career-landing-page
  .our-core-value-section
  .image-content-block
  .content-block
  .content-inner {
  align-items: flex-start;
  max-width: 700px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 999;
  padding: 20px 50px;
}
.career-landing-page
  .our-core-value-section
  .image-content-block
  .content-block
  .content-inner
  .content-wrapper {
  max-width: 450px;
  margin: 0 auto;
}
.career-landing-page
  .our-core-value-section
  .image-content-block
  .content-block
  .content-inner
  h3 {
  line-height: 1.4;
  margin-bottom: 20px;
}
.career-landing-page
  .our-core-value-section
  .image-content-block
  .content-block
  .content-inner
  p {
  font-size: 24px;
  line-height: 1.321;
  font-weight: 600;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-right-image
  .content-block {
  padding-left: 0;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-right-image
  .content-block
  .content-inner {
  max-width: 800px;
  margin-left: auto;
  align-items: flex-end;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-blue-bg
  .content-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 150%;
  background-image: linear-gradient(
    270deg,
    #2a3c8f 70.57%,
    rgba(42, 60, 143, 0) 100%
  );
  z-index: 9;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-blue-bg
  .content-block
  h3 {
  color: #fff;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-blue-bg
  .content-block
  p {
  color: #fff;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-white-bg
  .content-block
  h3 {
  color: #9e1e63;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-white-bg
  .content-block
  p {
  color: #231f20;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-white-bg
  .content-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  background-image: linear-gradient(
    90deg,
    #fff 72.03%,
    rgba(255, 255, 255, 0) 92.85%
  );
  z-index: 99;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-right-image
  .content-block {
  order: 1;
}
.career-landing-page
  .our-core-value-section
  .image-content-block.has-right-image
  .image-block {
  order: 2;
}
/* bank-benefits-section */
.career-landing-page .bank-benefits-section {
  padding: 20px 0 45px;
}
.career-landing-page .bank-benefits-section .partnersbank-container {
  max-width: 1170px;
}
.career-landing-page .bank-benefits-section h2 {
  color: #000;
}
.career-landing-page .bank-benefits-section .bank-benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px -10px;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item {
  padding: 0 5px 10px;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  .bank-benefits-item-inner {
  max-width: 300px;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  h3 {
  color: #005aab;
  font-size: 24px;
  list-style-type: none;
  margin: 0;
  position: relative;
  padding-left: 32px;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  h3::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  height: 26px;
  width: 23px;
  background-image: url(../images/listing-arrow-blue.svg);
  background-size: 23px 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  .item-wrapper:not(:last-child) {
  margin-bottom: 15px;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  ul {
  padding-left: 32px;
  padding-top: 8px;
  margin: 0;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  ul
  li {
  margin: 0;
  position: relative;
  list-style-type: none;
  padding-left: 12px;
  font-size: 18px;
  color: #231f20;
  line-height: 1.32;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  ul
  li:not(:last-child) {
  margin-bottom: 5px;
}
.career-landing-page
  .bank-benefits-section
  .bank-benefits-grid
  .bank-benefits-item
  ul
  li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #231f20;
  border-radius: 100%;
}
.career-landing-page .bank-benefits-section .note {
  font-size: 20px;
  color: #231f20;
  display: block;
  margin-top: 20px;
}
.career-landing-page .bank-benefits-section .note sup {
  font-size: 20px;
  line-height: 1;
  top: -5px;
  margin-right: -5px;
}
/* word-from-members-section */
.career-landing-page .word-from-members-section {
  padding: 20px 0 45px;
}
.career-landing-page .word-from-members-section h2 {
  text-align: center;
  max-width: 460px;
  line-height: 1.2;
  margin: 0 auto 60px;
}
.career-landing-page .word-from-members-section .word-from-member-slider-main {
  max-width: 740px;
  margin: 0 auto;
}
.career-landing-page .word-from-members-section .word-from-member-slider-inner {
  margin: 0 auto;
  padding: 0 50px;
}
.career-landing-page
  .word-from-members-section
  .word-from-member-slider-inner
  p {
  font-style: italic;
  font-size: 18px;
  color: #231f20;
  text-align: center;
}
.career-landing-page
  .word-from-members-section
  .word-from-member-slider-inner
  span {
  font-family: AvenirBook, sans-serif;
  display: block;
  font-style: italic;
  font-size: 18px;
  color: #231f20;
  text-align: center;
}
.career-landing-page .word-from-members-section .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 29px;
  height: 46px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 9;
  transform: translateY(-50%);
  background-size: contain;
}
.career-landing-page .word-from-members-section .left-arrow {
  left: 0;
  background-image: url("../images/slider-next-purple.svg");
  transform: translateY(-50%) rotate(180deg);
}
.career-landing-page .word-from-members-section .right-arrow {
  right: 0;
  background-image: url("../images/slider-next-purple.svg");
}
.career-landing-page .word-from-members-section .slick-disabled {
  opacity: 50%;
  pointer-events: none;
}
/* interior-content additional-data */
.career-landing-page .interior-content {
  padding: 20px 0 45px;
  text-align: center;
}
.career-landing-page .interior-content h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
.career-landing-page .interior-content p:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-left-block {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 60px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 1199px) {
  .page-template-page-career-template .purple-block {
    padding: 8px 15px;
  }
  .page-template-page-career-template .purple-block h2 {
    font-size: 26px;
  }
  .career-landing-page h2 {
    font-size: 46px;
  }
  .career-landing-page h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block
    .content-inner
    .content-wrapper {
    max-width: 370px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block
    .content-inner
    p {
    font-size: 20px;
  }
  /*  */
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-left-block {
    padding-right: 50px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block
    .content-wrapper {
    background-color: #005aab;
    padding: 35px 30px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block
    h3 {
    font-size: 30px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block
    p {
    font-size: 20px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block
    .content-inner {
    padding: 0 15px;
  }
  .career-landing-page .banking-career-section h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-left-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block
    .content-wrapper {
    border-radius: 0;
  }
  .career-landing-page
    .bank-benefits-section
    .bank-benefits-grid
    .bank-benefits-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block
    .content-inner
    p {
    font-size: 18px;
  }
  .career-landing-page h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-career-template .purple-block h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .career-landing-page h2 {
    font-size: 36px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-left-block
    p {
    font-size: 16px;
  }
  .career-landing-page .radius-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    min-width: 150px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block
    h3 {
    font-size: 28px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-right-block
    p {
    font-size: 18px;
  }
  .career-landing-page h3 {
    font-size: 28px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block
    .content-inner
    p {
    font-size: 16px;
  }
  .career-landing-page
    .word-from-members-section
    .word-from-member-slider-inner
    p {
    font-size: 16px;
  }
  .career-landing-page
    .bank-benefits-section
    .bank-benefits-grid
    .bank-benefits-item
    h3 {
    font-size: 22px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .image-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 15px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .image-block
    .image-wrapper {
    padding-bottom: 100%;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block
    .content-inner {
    max-width: 100%;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .content-block
    .content-inner
    .content-wrapper {
    max-width: 100%;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-blue-bg
    .content-block
    h3 {
    margin-bottom: 20px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-right-image
    .content-block
    .content-inner {
    max-width: 100%;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-right-image
    .content-block {
    padding: 40px 15px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-right-image
    .image-block {
    order: 1;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-right-image
    .content-block {
    order: 2;
  }
  /* .career-landing-page .bank-benefits-section .bank-benefits-grid .bank-benefits-item { flex: 0 0 50%; max-width: 50%; } */
  .career-landing-page
    .bank-benefits-section
    .bank-benefits-grid
    .bank-benefits-item
    h3::before {
    height: 24px;
    width: 21px;
    background-size: 21px 24px;
  }
  .career-landing-page .banking-career-section {
    padding: 30px 0;
  }
  .career-landing-page .our-core-value-section {
    padding: 10px 0 0;
  }
  .career-landing-page
    .bank-benefits-section
    .bank-benefits-grid
    .bank-benefits-item
    h3 {
    padding-left: 27px;
  }
  .career-landing-page .bank-benefits-section .note {
    font-size: 16px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-blue-bg
    .content-block::before,
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-white-bg
    .content-block::after {
    display: none;
  }
  .career-landing-page .word-from-members-section .slide-arrow {
    width: 20px;
    height: 35px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block.has-blue-bg
    .content-block {
    background-color: #2a3c8f;
  }
  .career-landing-page
    .bank-benefits-section
    .bank-benefits-grid
    .bank-benefits-item
    .item-wrapper:not(:last-child) {
    margin-bottom: 10px;
  }
  .career-landing-page .word-from-members-section h2 {
    margin-bottom: 20px;
  }
  .career-landing-page h2 {
    margin-bottom: 20px;
    line-height: 1.21;
  }
  .career-landing-page .bank-benefits-section {
    padding: 40px 0 30px;
  }
  .career-landing-page .word-from-members-section {
    padding: 10px 0 50px;
  }
  .career-landing-page .interior-content {
    padding: 10px 0 30px;
  }
  .career-landing-page .interior-content .partnersbank-btn.purple-border-btn {
    padding: 8px 15px;
  }
  .career-landing-page .bank-benefits-section .note sup {
    font-size: 16px;
  }
  .career-landing-page
    .our-core-value-section
    .image-content-block
    .image-block
    .image-wrapper
    img {
    object-position: 0;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-left-block
    .btn-wrapper {
    margin-top: 35px;
  }
  .career-landing-page
    .banking-career-section
    .career-banking-grid
    .banking-left-block
    p
    + p {
    margin-top: 15px;
  }
  .career-landing-page .banking-career-section h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .career-landing-page .word-from-members-section .slide-arrow {
    top: 100%;
  }
  .career-landing-page
    .word-from-members-section
    .word-from-member-slider-inner {
    padding: 0 0 25px;
  }
  .career-landing-page .word-from-members-section .right-arrow {
    right: calc(50% - 40px);
    transform: none;
  }
  .career-landing-page .word-from-members-section .left-arrow {
    left: calc(50% - 40px);
    transform: translateY(0) rotate(180deg);
  }
}
@media (max-width: 480px) {
  .career-landing-page .interior-content .partnersbank-btn.purple-border-btn {
    padding: 5px 15px;
  }
  .career-landing-page .banking-career-section h2 span {
    display: inline;
  }
  .career-landing-page .bank-benefits-section .bank-benefits-grid {
    margin: 0 0 -20px;
  }
  .career-landing-page
    .bank-benefits-section
    .bank-benefits-grid
    .bank-benefits-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }
}
/* Section addl styles */
.interior-multi.column-border .multi-element {
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  margin: 0;
}
.interior-multi.column-border .multi-element:first-child {
  padding-top: 0;
  border: 0;
}
.interior-multi.column-border .multi-element:last-child {
  padding-bottom: 0;
}
.partnerbank-team-section.partnersbank-container.sm {
  margin-left: auto !important;
  margin-right: auto !important;
}
.partnerbank-team-section
  .partnerbank-team-wrapper
  .partnerbank-team-item
  .image-tile.icon {
  padding: 18px 18px 0;
}
.partnerbank-team-section
  .partnerbank-team-wrapper
  .partnerbank-team-item
  .image-tile.icon
  img {
  position: relative;
  height: 80px;
  object-fit: contain;
  object-position: center left !important;
}
@media (min-width: 768px) {
  .interior-multi.column-border .multi-element {
    padding: 0 4rem;
    border-top: 0;
    border-left: 1px solid #ddd;
  }
  .interior-multi.column-border .multi-element:first-child {
    padding-left: 0;
    border: 0;
  }
  .interior-multi.column-border .multi-element:last-child {
    padding-right: 0;
  }
}
