#legacy-content {
  
#oa_banner_image img {
  aspect-ratio: 2048/1137;
}

/* CAREERS LIST */
div.oa_career_list {
  width: 100%;
}
div.oa_career_list div.oa_taxonomy_container div.oa_taxonomy_name {
  margin-bottom: 20px;
}
div.oa_career_list div.oa_taxonomy_container div.oa_taxonomy_name h3 {
  font-size: 17pt;
  color: #248bc5;
  text-transform: uppercase;
  text-align: center;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul {
  padding: 0px;
  margin: 0px;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li {
  list-style-type: none;
  border-top: solid 1px #ddd;
  padding: 10px;
  position: relative;
  font-color: #248bc5;
  font-size: 15pt;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li:last-child {
  border-bottom: solid 0px;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li:first-child {
  border-top: solid 0px;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li div.oa_job_title {
  float: left;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li div.oa_job_description {
  clear: both;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li div.oa_job_description p {
  font-size: 12.44pt;
  color: #888;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li label.oa_job_date_label {
  display: block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 14pt;
}
div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li div.oa_job_date {
  color: #888;
  font-size: 8pt;
  position: absolute;
  right: 10px;
  top: 17.5px;
  height: 46px;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 991px) {
  div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li div.oa_job_date {
    position: static;
  }
  div.oa_career_list div.oa_taxonomy_container div.oa_job_list_container article#oa_job_post ul li div.oa_job_date label.oa_job_date_label {
    text-align: left;
  }
}

/* CAREERS SINGLE PAGE */
div.oa_application_form {
  position: sticky;
  top: 0;
  left: 0;
}
div.oa_application_form div.oa_title h6 {
  text-align: left !important;
  font-size: 16pt;
  padding-top: 132px;
  text-transform: capitalize !important;
  margin-bottom: 20px;
}
div.oa_application_form div.form-group {
  position: relative;
}
div.oa_application_form div.form-group label {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 12pt;
  color: #aaaaaa;
}
div.oa_application_form div.form-group label .red {
  color: #c84b2f;
}
div.oa_application_form div.form-group input,
div.oa_application_form div.form-group select {
  border-radius: 0px;
  border: solid 1px #ddd;
  padding-left: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.oa_application_form div.form-group input[type=file],
div.oa_application_form div.form-group select[type=file] {
  padding-left: 105px;
  cursor: pointer;
}
div.oa_application_form div.form-group input[type=file]::after,
div.oa_application_form div.form-group select[type=file]::after {
  content: "Attach File";
  background-color: white;
  width: 91px;
  position: absolute;
  left: 106px;
  height: 22px;
  color: #248bc5;
  font-weight: 700;
  font-size: 14px;
  transition: 300ms all ease-out;
}
div.oa_application_form div.form-group input[type=file]:hover::after,
div.oa_application_form div.form-group select[type=file]:hover::after {
  color: #337ab7;
}
div.oa_application_form div.form-group input[name=portfolio],
div.oa_application_form div.form-group select[name=portfolio] {
  padding-left: 175px;
}
div.oa_application_form div.form-group input[name=writingPortfolio],
div.oa_application_form div.form-group select[name=writingPortfolio] {
  padding-left: 125px;
}
div.oa_application_form div.form-group input[name=writingPortfolio]::after,
div.oa_application_form div.form-group select[name=writingPortfolio]::after {
  left: 126px;
}
div.oa_application_form .select-job {
  margin-bottom: 15px;
}
div.oa_application_form .select-job label {
  font-size: 12pt;
  color: #aaaaaa;
  cursor: pointer;
}
div.oa_application_form .select-job label .red {
  color: #c84b2f;
}
div.oa_application_form .checkbox {
  display: flex;
  align-items: center;
}
div.oa_application_form .checkbox label {
  font-size: 12pt;
  color: #aaa;
  font-weight: 700;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div.oa_application_form .checkbox input {
  margin: 0 10px 0 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(170, 170, 170, 0.6666666667);
  border-radius: 4px;
  position: relative;
  outline: 0;
}
div.oa_application_form .checkbox input:checked {
  background-color: #238ac5;
  border-color: #238ac5;
}
div.oa_application_form .checkbox input:checked::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.oa_title h1 {
  font-size: 20pt;
}

.oa_location {
  font-weight: 700;
}

.oa_wp_editor h4,
.oa_wp_editor h2 {
  color: #5e5e5e;
  font-size: 13pt;
  font-weight: 700;
}

.oa_excerpt p,
.oa_excerpt ul,
.oa_excerpt li,
.oa_description p,
.oa_description ul,
.oa_description li {
  font-size: 16pt;
}

.col-sm-4::before {
  content: "";
  width: 40vw;
  height: 150%;
  background-color: #fcfcfc;
  position: absolute;
  left: -13.5px;
  top: -25vh;
  z-index: -1;
  pointer-events: none;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  .col-sm-4::before {
    display: none;
  }
}

.apply-button {
  padding: 10px 25px;
  background-color: #238ac5;
  text-transform: uppercase;
  border-radius: 0;
  transition: 300ms all ease-out;
  margin-top: 10px;
}

/* oa_oa_accordion */
div.oa_career_list {
  /* Style the buttons that are used to open and close the oa_oa_accordion panel */
}
div.oa_career_list .oa_accordion {
  background-color: inherit;
  cursor: pointer;
  padding: 14pt;
  color: #5e5e5e;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14pt;
  transition: 0.4s;
  border-bottom: 1px solid #ccc;
}
div.oa_career_list .oa_accordion span.oa_accordion_title {
}
div.oa_career_list .oa_accordion .oa_open_positions {
  float: right;
  display: inline-block;
  margin-right: 21px;
  color: #5e5e5e;
  font-size: 12pt;
  margin-top: 4px;
}
div.oa_career_list .oa_accordion:hover {
  background-color: #ccc;
}
div.oa_career_list .oa_accordion.active {
  background-color: inherit;
}
div.oa_career_list .oa_accordion.active .oa_accordion_title {
  color: #337ab7;
}
div.oa_career_list .oa_accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  position: absolute;
  right: 15px;
}
div.oa_career_list .oa_accordion.active:after {
  content: "−";
}
div.oa_career_list .oa_panel {
  padding: 0 18px;
  margin: 0px;
  background-color: #f8f8f8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

body .oa_wp_editor .oa_title * {
  text-transform: none !important;
}

.col-sm-8 {
  padding-right: 35px;
}

@media (max-width: 767px) {
  .col-sm-8 {
    padding-right: 15px;
  }
}
div.pop-up {
  display: none;
  box-sizing: border-box;
  width: 90%;
  max-width: 700px;
  height: auto;
  padding: 32px;
  background-color: #1d94d0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  box-shadow: 0px 0px 10px black;
  opacity: 0;
  top: 100%;
  pointer-events: none;
  transition: 300ms all ease-out;
}
div.pop-up.show {
  display: flex !important;
  opacity: 1;
  top: 150px;
  pointer-events: all;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  div.pop-up.show {
    top: 50px;
  }
}
div.pop-up.small {
  top: unset;
  left: unset;
  right: 20px;
  bottom: -200px;
  zoom: 0.7;
}
div.pop-up.small.show {
  display: flex !important;
  opacity: 1;
  bottom: 20px;
  pointer-events: all;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  div.pop-up.small.show {
    display: none !important;
  }
}
div.pop-up p {
  color: #fff;
  font-size: 22.22px;
  line-height: 22.22px;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  div.pop-up p {
    font-size: 16.22px;
    line-height: 22.22px;
  }
}
div.pop-up .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
div.pop-up .content .text {
  text-align: right;
  margin-right: 11px;
}
div.pop-up .content .text p {
  color: #fed981;
  font-size: 75.93px;
  line-height: 50.6px;
  margin: 0 0 25px;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  div.pop-up .content .text p {
    font-size: 50.93px;
    line-height: 32.93px;
    text-align: right;
  }
}
div.pop-up .content .text span {
  color: #fff;
  font-size: 13.64px;
  margin: 0;
  line-height: 18.46px;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  div.pop-up .content .text span {
    font-size: 9.64px;
    line-height: 18.64px;
  }
}
div.pop-up .content img {
  width: auto;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 767px) {
  div.pop-up .content img {
    width: 30%;
  }
}
div.pop-up a {
  color: #1774a3;
  background-color: #f4cc39;
  padding: 5px 20px;
  font-size: 20.87px;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
div.pop-up a:hover {
  transform: scale(1.05);
  cursor: pointer;
}
div.pop-up span.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  opacity: 1;
}

.oa_careers_single {
  overflow: unset;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 991px) {
  .oa_careers_single {
    overflow: hidden;
  }
}

.advent .owl-theme .owl-nav {
  margin-top: 0;
  width: 106%;
  margin-left: -3%;
}
.advent div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item {
  padding: 0 !important;
  width: 180px;
  height: 180px;
  margin-bottom: 0 !important;
}
.advent div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item div.oa_photo_holder {
  width: 100%;
  height: 100%;
}
.advent div.oa_slider.oa_big_slider div.oa_slide_guide_container div.oa_guide_item div.oa_photo_holder div.oa_photo {
  width: 100%;
  height: 100%;
}

.oa_slide_guide_container.owl-carousel {
  margin: 0 !important;
}
.oa_slide_guide_container.owl-carousel .oa_guide_item {
  padding: 30px !important;
  margin-bottom: 30px !important;
}

.owl-item.active.center .oa_guide_item .oa_photo_holder .oa_photo {
  opacity: 1 !important;
}
.owl-item .oa_guide_item:hover .oa_photo_holder .oa_photo {
  opacity: 1;
}

.owl-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.owl-nav button {
  outline: none;
  background: none !important;
  opacity: 0.5;
  transition: all ease-out 300ms;
  pointer-events: auto;
}
.owl-nav button:hover {
  opacity: 1;
}
.owl-nav button span {
  color: #fff !important;
  font-size: 40px !important;
}

.blue-table {
  overflow-x: auto;
}
.blue-table table,
.blue-table th,
.blue-table tr,
.blue-table td {
  border: 1px solid #1a8fcb;
}
.blue-table table {
  width: 100%;
  font-size: 12pt;
  empty-cells: show;
}
.blue-table table th,
.blue-table table td {
  padding: 10px 20px;
}

.language-floating-switch {
  position: fixed;
  bottom: 80px;
  right: 10px;
  padding: 3px;
  width: 60px;
  border-radius: 60px;
  height: 60px;
  font-size: 14px;
  background-color: #0066cc;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: all ease-out 0.3s;
  opacity: 1;
  z-index: 100;
}
.language-floating-switch:hover {
  box-shadow: 1px 1px 8px -1px #aaa;
}
.language-floating-switch.switch-hidden {
  opacity: 0;
}
.language-floating-switch .text-prompt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  right: calc(100% + 15px);
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  box-shadow: 1px 1px 10px -1px #aaa;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  min-width: 130px;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.language-floating-switch .text-prompt::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  border-radius: 0 3px 0 0;
  box-shadow: 1px -1px 4px 0 #eee;
  cursor: pointer;
}
.language-floating-switch .text-prompt.text-prompt-hidden {
  opacity: 0;
}
.language-floating-switch .text-prompt:hover .close-button {
  opacity: 1;
}
.language-floating-switch .text-prompt .close-button {
  font-size: 8px;
  position: absolute;
  top: -8px;
  left: -10px;
  height: 20px;
  width: 20px;
  background-color: #121212;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  opacity: 0;
  transition: all ease-out 0.2s;
}

.language-floating-selection {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  z-index: 100 !important;
  opacity: 1;
  transition: all ease-out 0.3s;
}
.language-floating-selection.selection-hidden {
  opacity: 0;
  bottom: -210px;
}
.language-floating-selection .hide-button {
  height: 48px;
  width: 48px;
  float: right;
  position: relative;
  margin-bottom: 12px;
  border-radius: 50px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16);
  right: 5px;
  text-align: center;
  cursor: pointer;
  opacity: 0.94;
  background-color: #0066cc;
}
.language-floating-selection .hide-button::before {
  content: "\e924";
  display: inline-block;
  transform: rotate(90deg);
  line-height: 50px;
  margin: 0;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  font-size: 8px;
  color: #fff;
}
.language-floating-selection .selection {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  font-size: 14px;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.3);
}
.language-floating-selection .selection a {
  padding: 5px;
}

body .zsiq_floatmain.zsiq_theme1.siq_bR {
  z-index: 99 !important;
}

.pop-up {
  width: 800px !important;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  padding: 70px 0;
  box-shadow: 0px 0px 10px black;
  opacity: 0;
  top: 100%;
  pointer-events: none;
  transition: 300ms all ease-out;
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
  /* RESPOND-MIN */
  /* RESPOND-MAX */
  /* RESPOND-LANDSCAPE */
}
@media only screen and (max-width: 991px) {
  .pop-up {
    width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .pop-up {
    padding: 35px 0px;
  }
}
.pop-up .oa_container {
  width: 100%;
}
.pop-up .oa_container .oa_top_section_details {
  padding: 0;
}
.pop-up .oa_container .oa_top_section_details .white-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.pop-up .oa_container .oa_top_section_details .oa_text.h2 {
  font-size: 14pt !important;
}
.pop-up .oa_container .oa_top_section_details .oa_text.h2 a {
  color: white;
  text-decoration: underline;
}
.pop-up .close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  opacity: 0.7;
  transition: 300ms all ease-out;
}
.pop-up .close:hover {
  opacity: 1;
}
.pop-up.show {
  opacity: 1;
  top: 150px;
  pointer-events: all;
}/*# sourceMappingURL=page_career.css.map */
}