.career-content .switcher-section .uk-subnav {
  margin: 0 !important;
}
.career-content .switcher-section .uk-subnav li {
  width: 50%;
  padding: 0;
  text-align: center;
}
.career-content .switcher-section .uk-subnav li a {
  padding: 15px 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #ff0000;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: 1px solid #d6d9db;
}
@media (max-width: 480px) {
  .career-content .switcher-section .uk-subnav li a {
    font-size: 1em;
    min-height: 79px;
  }
}
.career-content .switcher-section .uk-subnav li.uk-active > a {
  background-color: #f9f9f9;
  border-bottom: transparent;
  border-top: 1px solid #d6d9db;
  border-left: 1px solid #d6d9db;
  border-right: 1px solid #d6d9db;
}
.career-content .switcher-section #toggle-animation.uk-card {
  box-shadow: none;
}
@media (max-width: 480px) {
  .career-content .switcher-section #toggle-animation.uk-card {
    padding: 15px;
  }
}
.career-content .switcher-section #toggle-animation.uk-card p {
  color: #000000;
  font-size: .9em;
}
.career-content .switcher-section #toggle-animation.uk-card li {
  color: #000000;
  font-size: .9em;
}
@media (max-width: 480px) {
  .career-content .switcher-section #toggle-animation.uk-card .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.career-content .uk-switcher {
  background-color: #f9f9f9;
  margin: 0 !important;
  padding: 60px 30px 40px;
  border-bottom: 1px solid #d6d9db;
  border-left: 1px solid #d6d9db;
  border-right: 1px solid #d6d9db;
}
@media (max-width: 480px) {
  .career-content .uk-switcher {
    padding: 30px 15px;
  }
}
.career-content .uk-switcher p {
  font-size: .9em;
  color: #000000;
}
@media (max-width: 768px) {
  .career-content .uk-switcher p {
    margin-bottom: 20px;
  }
}
.career-content .uk-switcher p span {
  font-weight: 700;
}
.career-content .uk-switcher .view-btn {
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 25px;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 15px;
  margin-right: 20px;
}
.career-content .uk-switcher .view-btn:hover {
  background-color: #ff0000;
  color: #ffffff;
}
@media (max-width: 360px) {
  .career-content .uk-switcher .view-btn {
    font-size: .8em;
    padding: 10px 13px;
  }
}
.career-content .uk-switcher .apply-btn {
  color: #ffffff;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  border-radius: 25px;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
}
.career-content .uk-switcher .apply-btn:hover {
  background-color: #ffffff;
  color: #ff0000;
}
@media (max-width: 360px) {
  .career-content .uk-switcher .apply-btn {
    font-size: .8em;
    padding: 10px 13px;
  }
}
.career-content .spon-app-section img {
  width: 100%;
}
.career-content .spon-app-section .text-wrapper {
  width: 40%;
}
@media (max-width: 768px) {
  .career-content .spon-app-section .text-wrapper {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .career-content .spon-app-section .text-wrapper {
    width: 100%;
    position: relative !important;
    top: 0;
    left: 0;
    transform: none;
  }
}
.career-content .spon-app-section .text-wrapper p {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 768px) {
  .career-content .spon-app-section .text-wrapper p {
    font-size: .9em;
  }
}
.career-content .spon-app-section .text-wrapper a {
  color: #ffffff;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  border-radius: 25px;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
}
.career-content .spon-app-section .text-wrapper a:hover {
  background-color: #ffffff;
  color: #ff0000;
}
@media (max-width: 768px) {
  .career-content .spon-app-section .text-wrapper a {
    font-size: .8em;
  }
}
.career-content.apply {
  padding-bottom: 50px;
}
.career-content.apply h3 {
  font-weight: 700;
  color: #ff0000;
  line-height: 1.17;
  margin-bottom: 4vh !important;
  margin-top: 4vh !important;
  font-size: 3.5em;
}
@media (max-width: 480px) {
  .career-content.apply h3 {
    font-size: 2.5em;
  }
}
.career-content.apply label {
  color: #000000;
  font-size: .9em;
  font-weight: 700;
}
.career-content.apply label span {
  font-weight: 400;
}
.career-content.apply input {
  border-radius: 25px;
  background: none;
  border: 2px solid #000000;
  padding: 20px;
  margin-bottom: 30px;
}
.career-content.apply .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 44px;
}
.career-content.apply .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
  padding: 5px 25px;
  display: block;
  width: calc(100% - 110px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #ff0000;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.career-content.apply .file-upload-wrapper:before {
  content: "\f0c6";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 44px;
  background: none;
  font-family: "Font Awesome 5 Free";
  color: #000000;
  font-weight: 700;
  border-radius: 50% !important;
  width: 44px;
  text-align: center;
  border: 2px solid #000000;
  z-index: 25;
  font-size: 20px;
  line-height: 44px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: all .3s ease-out;
}
.career-content.apply .file-upload-wrapper:hover:before {
  background-color: #000000;
  color: #ffffff;
}
.career-content.apply .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.career-content.apply [type="date"]::-webkit-inner-spin-button {
  display: none;
}
.career-content.apply [type="date"]::-webkit-calendar-picker-indicator {
  color: #FF0000;
  left: 10px;
  position: relative;
}
.career-content.apply .select2-container {
  margin-bottom: 30px;
  border: 2px solid #000000;
  padding: 6px 20px;
  color: #000000;
  border-radius: 25px;
  background: none;
  width: 100% !important;
}
.career-content.apply .select2-container .select2-selection--single {
  border: none;
  color: #000000;
  font-size: .9em;
  outline: none;
}
.career-content.apply .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-size: .9em;
}
.career-content.apply .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #ff0000 transparent transparent transparent;
  border-width: 8px 7px 0 7px;
  left: 0%;
  margin-top: 2px;
  top: 50%;
}
.career-content.apply .select2-container.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ff0000 transparent;
  border-width: 0 7px 8px 7px;
  left: 0%;
  margin-top: 2px;
}
.career-content.apply button {
  display: inline-block;
  border-radius: 25px;
  margin-top: 25px;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  cursor: pointer;
}
.career-content.apply button.reset {
  width: 27%;
  margin-right: 2%;
  border-color: #FF0000;
  border-width: 2px;
  color: #FF0000;
  font-size: .9em;
  transition: all .3s ease-out;
}
@media (max-width: 1024px) {
  .career-content.apply button.reset {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .career-content.apply button.reset {
    width: 100%;
    display: block;
  }
}
.career-content.apply button.reset:hover {
  color: #ffffff;
  background-color: #FF0000;
}
.career-content.apply button.submit {
  width: 70%;
  background-color: #FF0000;
  color: #ffffff;
  border-color: #FF0000;
  border-width: 2px;
  transition: all .3s ease-out;
}
@media (max-width: 1024px) {
  .career-content.apply button.submit {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .career-content.apply button.submit {
    width: 100%;
    display: block;
  }
}
.career-content.apply button.submit:hover {
  color: #ffffff;
  border-color: #36bf4d;
  background-color: #36bf4d;
}
.career-content.apply button.submit .fas {
  font-size: 13px;
  position: relative;
  top: -2px;
}

.leadership-section h3 {
  font-weight: 700;
  color: #ff0000;
  line-height: 1.17;
  margin-bottom: 4vh !important;
  margin-top: 4vh !important;
  font-size: 3.5em;
}
@media (max-width: 480px) {
  .leadership-section h3 {
    font-size: 2.5em;
  }
}
.leadership-section .board-text {
  margin-top: -70px;
}
@media (max-width: 768px) {
  .leadership-section .board-text {
    margin-top: -40px;
  }
}
@media (max-width: 480px) {
  .leadership-section .board-text {
    margin-top: -20px;
  }
}
@media (max-width: 360px) {
  .leadership-section .board-text {
    margin-top: -10px;
  }
}
.leadership-section .board-text img {
  border-radius: 40px;
}
.leadership-section .board-text h4 {
  color: #FF0000;
  font-size: .9em;
  font-weight: 700;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .leadership-section .board-text h4 {
    padding-left: 20px;
    margin-top: 20px !important;
    font-size: .7em;
  }
}
@media (max-width: 480px) {
  .leadership-section .board-text h4 {
    padding-left: 50px;
  }
}
.leadership-section .board-text p {
  color: #000000;
  font-size: .9em;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .leadership-section .board-text p {
    padding-left: 20px;
    font-size: .7em;
  }
}
@media (max-width: 480px) {
  .leadership-section .board-text p {
    padding-left: 50px;
  }
}
.leadership-section .board-text blockquote {
  padding: 100px 50px 0 0;
  position: relative;
  line-height: 1.5;
  color: #000000;
  font-weight: 500;
  font-style: italic;
}
.leadership-section .board-text blockquote P {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .leadership-section .board-text blockquote {
    padding-top: 50px;
    margin-bottom: 0;
  }
  .leadership-section .board-text blockquote p {
    font-size: .7em !important;
  }
}
@media (max-width: 480px) {
  .leadership-section .board-text blockquote {
    padding-top: 0;
  }
}
.leadership-section .board-text blockquote::before {
  content: "\201C";
  color: #FF0000;
  font-size: 4em;
  position: absolute;
  left: -2rem;
  top: 2rem;
}
@media (max-width: 768px) {
  .leadership-section .board-text blockquote::before {
    top: 0rem;
  }
}
@media (max-width: 480px) {
  .leadership-section .board-text blockquote::before {
    top: -2rem;
    left: 0rem;
  }
}
.leadership-section .board-text blockquote::after {
  content: "\201C";
  color: #FF0000;
  font-size: 4em;
  position: absolute;
  right: 0rem;
  bottom: -4rem;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .leadership-section .board-text blockquote::after {
    bottom: -2rem;
  }
}
.leadership-section .fas {
  color: #ff0000;
  font-size: .9em;
  background-color: #f9f9f9;
  padding: 12px 15px;
  border-radius: 50%;
}
.leadership-section a.uk-position-center-left.uk-position-small {
  top: 100%;
  right: 5%;
  left: auto;
}
@media (max-width: 768px) {
  .leadership-section a.uk-position-center-left.uk-position-small {
    right: 10%;
  }
}
@media (max-width: 480px) {
  .leadership-section a.uk-position-center-left.uk-position-small {
    right: 15%;
    top: 100%;
  }
}
.leadership-section a.uk-position-center-right.uk-position-small {
  top: 100%;
}
@media (max-width: 768px) {
  .leadership-section {
    min-height: 250px !important;
  }
}
@media (max-width: 480px) {
  .leadership-section ul.uk-slideshow-items {
    min-height: 600px !important;
    margin-bottom: 30px;
  }
}

.our-people h3 {
  font-weight: 700;
  color: #ff0000;
  line-height: 1.17;
  margin-bottom: 5.07vh;
  font-size: 3.5em;
}
@media (max-width: 480px) {
  .our-people h3 {
    font-size: 2.5em;
  }
}
.our-people .round-img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
}
.our-people .fas {
  color: #ff0000;
  font-size: .9em;
  background-color: #f9f9f9;
  padding: 12px 15px;
  border-radius: 50%;
}
.our-people a.uk-position-center-left.uk-position-small {
  top: 25%;
}
.our-people a.uk-position-center-right.uk-position-small {
  top: 25%;
}
.our-people .text-wrapper {
  padding: 15px 0 20px 15px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.our-people .text-wrapper .scroll-text {
  height: 10em;
  overflow-y: scroll;
  padding-right: 10px;
}
.our-people .text-wrapper .scroll-text::-webkit-scrollbar-track {
  border-radius: 10px;
}
.our-people .text-wrapper .scroll-text::-webkit-scrollbar-thumb {
  background: #ff0000;
  border-radius: 10px;
}
.our-people .text-wrapper .scroll-text::-webkit-scrollbar {
  width: 7px;
}
.our-people .text-wrapper p {
  font-size: .9em;
  color: #000000;
}
.our-people .text-wrapper h4 {
  margin-top: 20px;
  color: #FF0000;
  font-size: 1em;
  font-weight: 700;
}
