.tab_section {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .tab_section {
    border-bottom: 2px solid #243508;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .tab_section {
    padding-bottom: 70px;
  }
}
.tab_section .tab-active {
  display: block;
}
.tab_section .tab-active .component.content {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .tab_section .tab-active {
    display: none;
  }
}
.tab_section ul {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tab_section ul {
    margin: 0;
    display: flex!important;
    height: 50px;
  }

   .tab_section.tab-list-ttl-act ul {
    margin: 0;
    display: block!important;
    height: 50px;
  }
}
.tab_section ul.tab-dropdown-active {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_section ul .field-heading {
    margin: 0 auto;
    max-width: 690px;
  }
}
.tab_section ul li {
  color: #243508;
  font-family: "roobert_regular";
  cursor: pointer;
  font-size: 2.3rem;
  line-height: 1.2;
  padding: 12px 20px;
  border-bottom: 2px solid #243508;
  background: #fff;
  list-style: none;
  border-left: 2px solid #243508;
  border-right: 2px solid #243508;
}
@media only screen and (min-width: 992px) {
  .tab_section ul li {
    align-items: center;
    font-family: "roobert_medium";
    display: flex;
    vertical-align: top;
    font-family: "roobert_regular";
    position: relative;
    margin-right: 2rem;
    border: 2px solid transparent;
    border-bottom: none;
    line-height: 1.8;
    padding: 6px 10px;
  }
}
.tab_section ul li:hover {
  background: rgba(194, 213, 68, 0.5);
  text-decoration: none;
}
@media only screen and (min-width: 1220px) {
  .tab_section ul li{
  font-size:2.5rem;
  padding:6px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .tab_section ul li:hover {
    background: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .tab_section ul li:after {
    position: absolute;
    content: "";
    background: transparent;
    bottom: -2px;
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .tab_section ul li.active-tab {
    border: 2px solid #243508;
    border-bottom: 0px solid transparent;
    overflow: hidden;
    height: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .tab_section ul li.active-tab:after {
    background: #fff;
  }
}
.tab_section ul li.active-tab-title {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tab_section ul li.active-tab-title {
    display: flex;
  }
}
.tab_section ul li a {
  color: #243508;
  font-size: 2.5rem;
  text-decoration: none;
}
.tab_section ul li a:hover {
  text-decoration: none;
}
.tab_section ul li .component.content {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .tab_section ul li.tab_has_link {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .tab_section ul li.tab_has_link a {
    padding: 6px 20px;
    display: block;
  }
}
.tab_section h3 {
  color: #243508;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "roobert_medium";
  position: relative;
  padding: 13px 20px;
  background: #bff355;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .tab_section h3 {
    display: none;
  }
}
.tab_section h3 a {
  color: #243508;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_section h3 .field-heading {
    position: relative;
    margin: 0 auto;
    max-width: 690px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .tab_section h3 .field-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.tab_section h3 .field-heading:after {
  border: solid #243508;
  display: inline-block;
  padding: 0.75rem;
  transform: rotate(45deg) translateY(-50%);
  border-width: 0 0.25rem 0.25rem 0;
  position: relative;
  right: 1.875rem;
  content: "";
}
.tab_section h3.tab-icon-active .field-heading:after {
  margin-top: 0px;
  margin-right: -12px;
  transform: rotate(222deg) translateY(-50%);
}

.tab_content_wrapper {
  background: #fff;
  padding-top: 7rem;
}
@media only screen and (min-width: 992px) {
  .tab_content_wrapper {
    padding-top: 15rem;
  }
}
.tab_content_wrapper.active-content {
  padding-top: 56px;
}
@media only screen and (min-width: 992px) {
  .tab_content_wrapper.active-content {
    padding-top: 14rem;
  }
}

.row.tab_content {
  display: none;
  position: relative;
}
.row.tab_content.active-tab_content {
  display: block;
  position: relative;
  margin: 0;
}
.row.tab_content.active-tab_content #NoNewsSearchResults {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .row.tab_content.active-tab_content .testimonial_cards .container {
    margin-bottom: -30px;
  }
}

.sticky-tab {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .sticky-tab {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    background: #f3efed;
  }
  .tab_section.sxa_fixed_tab.sticky-tab {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .sticky-tab .tab-list-title {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    opacity: 1;
    animation: leftTitle 0.5s linear;
    position: relative;
  }
  .sticky-tab .tab-list-title strong {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .sticky-tab .tab-list-title strong .sticky_txt_with_image {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }
  .sticky-tab .tab-list-title strong .sticky_txt_with_image .sticky_bio_img {
    margin-left: 20px;
    display: inline;
  }
  .sticky-tab .tab-list-title strong .sticky_txt_with_image .sticky_bio_img img {
    width: auto;
    height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .sticky-tab .tab-list-title strong {
    font-size: 18px;
    line-height: 23px;
    color: #243508;
    font-family: "roobert_medium";
  }
}
.sticky-tab .tab-list-title + ul {
  margin: 0 -15px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .sticky-tab .tab-list-title + ul {
    position: absolute;
    width: 100%;
    background-color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .sticky-tab .tab-list-title + ul, 
  .sticky-tab.tab_section.sxa_fixed_tab .tab-list-ttl-act .tab-list-title + ul {
     display: inline-flex !important; /**fixes HLMS-2066 ***/
    vertical-align: middle;
    position: relative;
    left: 25%;
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    animation: leftTab 0.5s linear;
    width: 74%;
    margin: 0;
  }


  /* css below for early-careers page tab */
  .tab_section.sxa_fixed_tab .tab-list-title + ul
 {
        vertical-align: top;
        position: relative;
        left: auto;
        -moz-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        animation: none;
        width: 100%;
        margin: 0 -15px;
    }
}
@media (max-width: 991px) {
  .sticky-tab .container {
    max-width: 100%;
    width: 100%;
  }
}
.sticky-tab .container .tab-active {
  margin: 0 -15px;
}
@media only screen and (min-width: 992px) {
  .sticky-tab .container .tab-active {
    margin: 0;
  }
}
.sticky-tab.tab_section ul.tab-dropdown-active {
  padding: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .sticky-tab.tab_section h3 {
    padding: 13px 15px;
  }
}

.tab-list-title {
  display: none;
}

.on-page-editor .tab-list-title {
  display: block;
}
.on-page-editor .sxa_fixed_tab .tab-list-title {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .on-page-editor .sxa_fixed_tab .tab-list-title {
    vertical-align: middle;
    width: 24%;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .on-page-editor .sxa_fixed_tab .tab-list-title strong {
    font-size: 18px;
    line-height: 22px;
    color: #243508;
    font-family: "roobert_medium";
  }
}
.on-page-editor .sxa_fixed_tab .tab-list-title + ul {
  margin: 0 -15px;
}
@media only screen and (min-width: 992px) {
  .on-page-editor .sxa_fixed_tab .tab-list-title + ul {
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    left: 25%;
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    width: 74%;
    margin: 0;
    animation: none;
  }
}
.on-page-editor .sxa_fixed_tab .scEmptyPlaceholder {
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .on-page-editor .tab-list-title strong .sticky_txt_with_image {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
  }
  .on-page-editor .tab-list-title strong .sticky_txt_with_image .sticky_bio_img {
    margin-left: 20px;
    display: inline;
  }
  .on-page-editor .tab-list-title strong .sticky_txt_with_image .sticky_bio_img img {
    width: auto;
    height: 40px;
  }
}

@-webkit-keyframes leftTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes leftTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes leftTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes leftTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes leftTab {
  0% {
    left: -25%;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    left: 25%;
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@-moz-keyframes leftTab {
  0% {
    left: -25%;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    left: 25%;
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@-ms-keyframes leftTab {
  0% {
    left: -25%;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    left: 25%;
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@-o-keyframes leftTab {
  0% {
    left: -25%;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    left: 25%;
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@keyframes leftTab {
  0% {
    left: -25%;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    left: 25%;
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@media (min-width: 768px) {
  .row.tab_content:not(.active-tab_content):first-child {
    display: block !important;
    height: 0;
    visibility: hidden;
  }
  .row.tab_content:not(.active-tab_content):first-child > .component {
    display: none !important;
    height: 0;
  }
  .row.tab_content:not(.active-tab_content):first-child > .component.content.video-component-visible {
    display: block !important;
    height: 0;
  }
  .row.tab_content:not(:first-child) {
    overflow: hidden;
    background-color: #fff;
  }
  .row.tab_content:not(.active-tab_content):first-child > .component.content .popuptext.show:not(.small_popup) {
    height: 0;
    visibility: hidden;
  }
  .row.tab_content:not(.active-tab_content):first-child > .component.content .related_tags, .row.tab_content:not(.active-tab_content):first-child > .component.content .sxa_overview .btn-plus-icon,
  .row.tab_content:not(.active-tab_content):first-child > .component.content .sxa_overview h2,
  .row.tab_content:not(.active-tab_content):first-child > .component.content .full-width-quote {
    display: none;
  }
}