/* ===== LEGACY STYLESHEET ==================== */
/* ===== LEGACY STYLESHEET ==================== */
/* ===== LEGACY STYLESHEET ==================== */

/* ==BUTTONS NOTES===
"Primary Blue HEX - #1075be​ (Static Color) 
Secondart Blue HEX - #0560a1 (Hover Color)
Text Color - White
Font - Poppins Medium 
13pt font  
corners are 5pt rounded
" */

/* ==FOOTER NOTES==
"Gray backgound HEX - #434343
Yellow HEX - #f6cf2e
Font - Poppins " */
/* ================ FONT IMPORT ================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body * {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-weight: 500;
}

/* ================ TOP-NAV ================ */
/* kog top-nav styles */
nav.kog-top-nav {
    background-color: #1075be !important;
/*     height: 70px; */
    padding-top: 15px;
}

.kog-top-nav .container.navbar-inner {
    background-color: #020303;
}

.kog-top-nav .navbar-nav a.nav-link {
    color: #fff !important;
    letter-spacing: .02rem;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 2px solid transparent;
}

.kog-top-nav .navbar-nav a.nav-link {
    padding: 8px 15px 8px 15px !important;
}

.kog-top-nav .navbar-nav a.nav-link:not(.kog-top-nav-jobs-btn) {
    margin-right: 15px;
}

.kog-top-nav .navbar-nav a.nav-link:not(.kog-top-nav-jobs-btn):after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 90%;
    margin-left: 20px;
    border-bottom: 2px solid transparent;
}

.kog-top-nav .navbar-nav a.nav-link:not(.kog-top-nav-jobs-btn):hover:after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 90%;
    margin-left: 20px;
    border-bottom: 2px solid #fff;
}

.kog-top-nav .navbar-nav .nav-item {
    margin-bottom: 0;
}

.kog-top-nav .dropdown-toggle::after {
    border: none !important;
    font: var(--fa-font-solid);
    content: "\f107";
    vertical-align: 0;
}

.kog-top-nav .navbar-nav .dropdown.show .dropdown-toggle::after {
    font: var(--fa-font-solid);
    content: "\f106" !important
}

.kog-top-nav .navbar-nav a.dropdown-item {
    margin: auto;
    max-width: 95%;
    font-size: .875rem;
    font-weight: 600;
    color: #3b454a;
}

.kog-top-nav .navbar-nav a.dropdown-item:hover {
    background-color: #e9ecef !important;
    border-radius: 5px;
}
.kog-main-nav .navbar-nav a.nav-link:not(.kog-top-nav-jobs-btn) {
    color: #000 !important;
    letter-spacing: .02rem;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 5px 20px 5px 20px !important;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
}

.kog-main-nav .navbar-nav a.nav-link:not(.kog-top-nav-jobs-btn):hover {
    border-bottom: 4px solid #1075be;
    text-decoration: none;
}
.kog-top-nav-right a.kog-top-nav-jobs-btn {
    padding: 7px 13px 7px 10px !important;
    border-radius: 12px;
    background-color: #1075be !important;
    border: 2px solid #fff;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: none;
    margin-top: -0.3rem;
}

.kog-top-nav-right a.kog-top-nav-jobs-btn:hover {
    padding: 7px 13px 7px 10px;
    background-color: #0560a1 !important;
    color: #fff !important;
    border: 2px solid #0560a1;
}

/* ================ MAIN-NAV ================ */
/* kog main-nav styles */
nav.kog-main-nav {
    background-color: #fff !important;
/*     height: 115px; */
}

.kog-main-nav .container.navbar-inner {
    background-color: #020303;
}

.kog-main-nav .navbar-brand img {
    width: 100%;
    height: auto;
    max-width: 165px;
}


/* BEGIN nav-link active color blue :: TEST  */
.kog-main-nav .navbar-nav a.nav-link.active {
    color: #1075be !important;
}
/* END nav-link active color blue :: TEST  */
.kog-main-nav .navbar-nav .nav-item {
    margin-bottom: 0;
}

.kog-main-nav .dropdown-toggle::after {
    border: none !important;
    font: var(--fa-font-solid);
    content: "\2b";
    vertical-align: 0;
    color: #1075be;
}
.kog-main-nav .dropdown-toggle.show::after {
    border: none !important;
    font: var(--fa-font-solid);
    content: "\f068";
    vertical-align: 0;
    color: #1075be;
}

.kog-main-nav .navbar-nav .dropdown-menu {
    background-color: #fefefe !important;
    min-width: 13rem;
    border-radius: 5px;
}

.kog-main-nav .navbar-nav .dropdown.show .dropdown-toggle::after {
    font: var(--fa-font-solid);
    content: "\f0d8" !important
}

.kog-main-nav .navbar-nav a.dropdown-item {
    margin: auto;
    max-width: 95%;
    font-size: .875rem;
    font-weight: 600;
    color: #3b454a;
}
.kog-main-nav .navbar-nav a.dropdown-item.active,
.kog-main-nav .navbar-nav a.dropdown-item:active {
    color: #fff;
    background-color: #1075be;
}

.kog-main-nav .navbar-nav a.dropdown-item:hover {
    background-color: #e9ecef !important;
    border-radius: 5px;
}

.kog-main-nav .navbar-brand {
    padding: 0;
}

/* ================ FOOTER ================= */
.footer {
    padding-bottom: 2rem;
    background: #434343;
    color: #fff ! important;
}

.footer li {
    list-style: none;
}

/* .footer .footer-container {
    padding-top: 2.5rem;
    max-width: 85%;
} */

.footer .footer-links-title-orange {
    font-weight: 700;
    font-size: 0.9rem;
    color: #F8A440;
    margin-bottom: 0.625rem;
    letter-spacing: 0.02rem;
}

.footer .footer-links-title-white {
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0.625rem;
    letter-spacing: 0.02rem;
}

.footer .footer-white-text {
    color: #fff;
    font-size: 0.875rem;
    margin-top: 0.8rem;
}

.footer a.footer-link-each {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fefefe;
    margin-bottom: 1rem;
    letter-spacing: 0.04rem;
}

.footer a.footer-link-each-inline {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fefefe;
    margin-bottom: 1.0625rem;
    text-decoration: underline;
}

.footer a.footer-link-each i::before {
    font-size: 0.8rem;
}

.footer .footer-hr {
    background-color: #fff !important;
}

.footer .footer-social-wrapper {
    margin-top: 1rem;
}

.footer .footer-social-container {
    padding-left: 0;
}

.footer a.footer-link-social {
    font-weight: 500;
    color: #fff;
    margin-right: 0.9rem;
}

.footer a.footer-link-social .footer-glassdoor-icon {
    width: 15px;
    vertical-align: text-top;
}

.footer .footer-link-social i {
    font-size: 1.4em;
}

.footer .footer-link-social i:not(.fa-facebook-f) {
    vertical-align: bottom;
}

.footer .legal-footer-wrapper {
    /* max-width: 70%; */
    padding: 2rem 0;
    background: #434343;
    color: #fff ! important;
}

.footer .legal-footer-container {
    max-width: 65%;
}

.footer .legal-footer-copyright {
    font-size: .875rem;
    margin-right: 2rem;
    color: #fff;
}

.footer .legal-footer-link-each a {
    color: #82939c;
    font-size: .875rem;
    margin: 0 5px;
}

@media (max-width: 575px) {
    .footer-links-col {
        padding-left: 0;
    }
}
@media (min-width: 1024px) {
  .footer-links-col.footer-col-2 {
    padding-left: 5rem;
}
}

/* ========= UTILITY HELPER CLASSES ========= */
.rounded-corners {
  border-radius: 24px;
}
.img-rounded-corners,
.img-rounded-corners img {
  border-radius: 16px;
}
.bg-img-rounded-corners .block-image-cover {
  border-radius: 16px;
}
.video-rounded-corners .clinch-video-player.video-js,
.video-rounded-corners .video-player-wrapper .vjs-poster img {
  border-radius: 16px;
}
.box-border-grey {
  border: 2px solid #333333;
  padding: 12px;
}
.bg-kog-blue {
  background-color: #1075be;
}
.bg-kog-orange {
  background-color: #f8a440;
}
.bg-kog-light-grey {
  background-color: #DFE0E1;
}
.bg-light-blue {
  background-color: #e7f1f9;
}
.bg-rooster-blue {
  background-color: #25AAE3 !important;
}
.header-kog-blue h1,
.header-kog-blue h2,
.header-kog-blue h3,
.header-kog-blue h4 {
  color: #1075be;
  font-weight: 400;
  letter-spacing: normal;
}
/*** use class 'body-text-kog-blue' and italics to make a selected portion of any body text kognitiv brand blue ***/
.body-text-kog-blue :is(p,li,a,span) > em {
    color: #1075be;
    font-weight: 400;
    font-style: normal;
}
.header-kog-black h1,
.header-kog-black h2,
.header-kog-black h3,
.header-kog-black h4
.header-kog-black h1 strong, 
.header-kog-black h2 strong,
.header-kog-black h3 strong {
  color: #000;
  font-weight: 400;
  letter-spacing: normal;
}
.header-kog-white h1,
.header-kog-white h2,
.header-kog-white h3,
.header-kog-white h4 {
  color: #fff;
  font-weight: 400;
  letter-spacing: normal;
}
.body-kog-white p,
.body-text-white p {
  color: #fff;
  letter-spacing: 0.39px;
}
.body-kog-black p,
.body-text-black p {
  color: #000;
  letter-spacing: 0.39px;
  font-weight: 500;
}
.header-kog-orange h1,
.header-kog-orange h2,
.header-kog-orange h3,
.header-kog-orange h4 {
  color: #F8A440 ;
  letter-spacing: 0.39px;
}
.body-kog-orange p {
  color: #F8A440;
  letter-spacing: 0.39px;
  font-weight: 500;
}
.body-kog-orange.white-button button.btn-btn-primary,
.body-kog-orange.white-button button.btn-btn-primary:active,
.body-kog-orange.white-button button.btn-btn-primary:focus,
.body-kog-orange.white-button button.btn-btn-primary:visited,{
  background-color: #fff;
  color: #1075be;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 7px;
  text-transform: none;
}
.body-kog-orange.white-button button.btn-btn-primary:hover {
  background-color: #0560a1;
  color: #fff;
  border: 2px solid #0560a1;
}
.white-kog-card {
  background-color: #fff;
  padding: 2.2rem 2.2rem 1rem;
  border-radius: 24px;
  height: 100%;
}
.lh-3-5 h1,
.lh-3-5 h2 {
  line-height: 3.5rem !important;
}
.lh-4 h1,
.lh-4 h2 {
  line-height: 4rem !important;
}
.lh-4-5 h1,
.lh-4-5 h2 {
  line-height: 4.5rem !important;
}
.header-rooster-blue h1,
.header-rooster-blue h2,
.header-rooster-blue h3,
.header-rooster-blue h4 {
  color: #25AAE3;
  letter-spacing: 0.39px;
}
/* header / font size utility styles */
.font-2-rem h1,
.font-2-rem h2,
.header-2-rem :is(h1,h2) {
  font-size: 2rem;
}
.font-2-5-rem h1,
.font-2-5-rem h2,
.header-2-5-rem :is(h1,h2) {
  font-size: 2.5rem;
}
.font-3-rem h1,
.font-3-rem h2,
.header-3-rem :is(h1,h2) {
  font-size: 3rem;
}
.font-xs {
  font-size: 0.875rem;
}
.heading-emphasized-yellow-bg :is(em) {
    background-color: #f7d02e;
    font-weight: 200;
    padding: 0 0.75rem;
}
.body-emphasized-yellow-bg :is(em) {
    background-color: #f7d02e;
    font-weight: 400;
    padding: 0 0.75rem;
}
/* HIDE ELEMENTS FROM LIVE PAGE // KEEP VISIBLE ON BUILDER PAGE FOR FUTURE IMPLEMENTATION */
.page-body.page.not-editing .hidden-element {
  display: none;
}

/* expand column width to 100% before default breakpoint */
@media (max-width: 991.8px) {
  .col-md-6-expand .col-md-6 {
      width: 100%;
  }
  .col-md-4-expand .col-md-4 {
      width: 100%;
  }
}

/* ============= ELEMENT STYLING ============ */
/* ==== button classes ==== */
/* button1 */
a.button.button1,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  background-color: #fff;
  color: #1075be;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 7px;
  text-transform: none;
}
a.button.button1:hover {
  background-color: #0560a1;
  color: #fff;
  border: 2px solid #0560a1;
}
/* button2 */
a.button.button2,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  background-color: #1075be;
  color: #fff;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #1075be;
  border-radius: 7px;
  text-transform: none;
}
a.button.button2:hover {
  background-color: #0560A1;
  color: #fff;
  border: 2px solid #0560A1;
  
}
/* button3 */
a.button.button3,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  background-color: #f8a440;
  color: #000;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #f8a440;
  border-radius: 7px;
  text-transform: none;
}
a.button.button3:hover {
  background-color: #96989b;
  color: #000;
  border: 2px solid #96989b;
}
/* button4 */
a.button.button4,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  background-color: #fff;
  color: #000;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 7px;
  text-transform: none;
}
a.button.button4:hover {
  background-color: #96989b;
  color: #000;
  border: 2px solid #96989b;
}
/* btn-primary */
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background-color: #1075be;
  color: #fff;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #1075be;
  border-radius: 7px !important;
  text-transform: none;
}
.btn-primary:hover {
  background-color: #0560a1;
  color: #fff;
  border: 2px solid #0560a1;
}
/* btn-success */
.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  background-color: #1075be;
  color: #fff;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #1075be;
  border-radius: 7px !important;
  text-transform: none;
}
.btn-success:hover {
  background-color: #0560a1;
  color: #fff;
  border: 2px solid #0560a1;
}
/* modal disagree button */
.btn.consent-reject,
.btn.consent-reject:active,
.btn.consent-reject:focus,
.btn.consent-reject:visited {
  background-color: #0560a1;
  color: #fff;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #0560a1;
  border-radius: 7px;
  text-transform: none;
}
/* modal body text */
.modal-body p {
  font-weight: 400;
}
/* modal body links */
.modal-body a {
  text-decoration: underline;
}
.btn.consent-reject:hover {
  background-color: #1075be;
  color: #fff;
  border: 2px solid #1075be;
}
/* ====== HERO IMAGE + TEXT BOX STYLING ====== */
.kog-hero-container {
/*   container wrapper styles */
}
.kog-hero-text {
  background-color: #1075BE;
  height: 397px;
  width: 425px;
  border-radius: 24px;
  padding: 25px 31px;
}
.kog-hero-text h1 {
  color: #fff;
  font-size: 45px;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.kog-hero-text h1 strong {
  color: #F8A440;
}
.kog-hero-text p {
  color: #fff;
  line-height: 1.5rem;
}
/* TEXT BOX RIGHT */
.kog-hero-text.text-box-right {
    position: relative;
    transform: translateY(20%);
    right: 75px;
    z-index: 2;
}
/* TEXT BOX LEFT*/
.kog-hero-text.text-box-left {
    position: relative;
    height: 85% !important;
    transform: translateY(10%);
    z-index: 2;
}
/* ROOSTER TEXT BOX STYLING */
.kog-hero-container {
/*   container wrapper styles */
}
.rooster-hero-text {
  background-color: #25AAE3;
  height: 397px;
  width: 425px;
  border-radius: 24px;
  padding: 25px 31px;
}
.rooster-hero-text h1 {
  color: #fff;
  font-size: 45px;
  line-height: 2.5rem;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.rooster-hero-text h1 strong {
  color: #F8A440;
}
.rooster-hero-text p {
  color: #fff;
  line-height: 1.5rem;
}
.rooster-hero-text.text-box-right {
    position: relative;
    transform: translateY(20%);
    right: 75px;
    z-index: 2;
}
/* ============= HOMEPAGE ROUNDED RECTANGLES - CAREER AREAS ============ */
/* default state */
.career-areas-rectangle {
  height: 350px;
  width: 510px;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding: 3.5rem 3rem;
}
.career-areas-rectangle h2,
.career-areas-rectangle h3,
.career-areas-rectangle h4 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2px;
  line-height: 27px;
  color: #000;
}
.career-areas-rectangle p {
  letter-spacing: 0.44px;
  line-height: 1.8rem;
  color: #000;
  font-weight: 400;
}
.career-areas-rectangle a {
  font-weight: bold;
  letter-spacing: 0.44px;
  color: #000;
}
/* hover state */
.career-areas-rectangle:hover {
  background-color: #1075BE;
}
.career-areas-rectangle:hover h2,
.career-areas-rectangle:hover h3,
.career-areas-rectangle:hover h4 {
  color: #F8A440;
}
.career-areas-rectangle:hover p,
.career-areas-rectangle:hover a {
  color: #fff;
}
/* make entire career area box clickable / will nav to same URL as 'learn more>' link */
/* .career-areas-rectangle a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
} */
/* ============= HOMEPAGE LOCATIONS CONTAINER - "WHEREVER YOU ARE" ============ */
.homepage-locations-text h2 {
  margin-top: 2rem;
  color: #F8A440;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.39px;
  line-height: 53px;
}
.homepage-locations-text p {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.homepage-locations-container .col-md-4:nth-child(3) {
  padding: 0;
}
.homepage-locations-col-3 {
  padding: 0;
}
/* .homepage-locations-col-3 p:nth-last-of-type(1) img {
  object-fit: cover;
  width: 100%;
  border-radius: 24px;
} */
.homepage-locations-col-3 img {
  width: 100%;
  object-fit: cover;
  height: 225px;
  border-radius: 24px;
}
/* ========= HOMEPAGE - SEARCH BAR SECTION ========= */
/* search button */
.btn-primary[id^="search_control_button"],
.btn-primary[id^="search_control_button"]:active,
.btn-primary[id^="search_control_button"]:focus,
.btn-primary[id^="search_control_button"]:visited {
  background-color: #1075be;
  color: #fff;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #1075be;
  border-radius: 7px !important;
  text-transform: none;
  margin-left: 1rem;
  width: 150px;
}
.btn-primary[id^="search_control_button"]:hover {
  background-color: #0560a1;
  color: #fff;
  border: 2px solid #0560a1;
}
.input-group input, 
.input-group-btn button,
.easy-autocomplete.form-control {
    height: 50px;
    padding: 8px 12px;
    border-radius: 8px !important;
}
.easy-autocomplete.form-control.fix-autocomplete {
  max-width: 85%;
}
/* ========= WHY KOG PAGE - GROW CAREER SECTION ICON & TEXT ========= */
.why-kog-grow-career-left-col p {
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.7rem;
    margin-top: 2rem;
}
.why-kog-grow-career-left-col-btn {
    margin-top: 4rem;
}
.why-kog-grow-career-right-col img {
    margin-top: 2.4rem;
}
.why-kog-grow-career-right-col h1 strong,
.why-kog-grow-career-right-col h1 strong {
    color: #F8A440;
    font-weight: 500;
    font-size: 2.7rem;
}
.why-kog-grow-career-right-col h1,
.why-kog-grow-career-right-col h2 {
  text-align: center;
  color: #1075BE;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 5rem;
  margin-bottom: 0;
}
.why-kog-grow-career-right-col p {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 0.7;
    letter-spacing: 0.3px;
}
/* ========= WHY KOG PAGE - GLASSDOOR SECTION ========= */
/* first row - text section */
.why-kog-glassdoor-text-container .container-fluid {
  width: 80%;
}
.why-kog-glassdoor-text {
  padding: 3rem 3rem 2rem;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.why-kog-glassdoor-text h1 {
  color: #1075be;
  font-size: 2.8rem;
  letter-spacing: 0.39px;
}
.why-kog-glassdoor-text h2 {
  font-weight: 500;
  color: #000;
  margin-top: 3rem;
  letter-spacing: 0;
}
.why-kog-glassdoor-text h3 {
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 0.6rem;
}
/* second row - ratings section */
.why-kog-glassdoor-ratings-container .container-fluid {
  width: 80%;
}
.why-kog-glassdoor-icons p {
  margin-bottom: 0;
}
.why-kog-glassdoor-icons.glassdoor-col-3 {
    border-radius: 0 0 24px 24px;
    padding-bottom: 2rem;
}
@media (min-width: 992px) {

  .why-kog-glassdoor-ratings-container .col-md-4:nth-of-type(1) {
    padding-right: 0;
  }
  .why-kog-glassdoor-ratings-container .col-md-4:nth-of-type(2) {
    padding: 0;
  }
  .why-kog-glassdoor-ratings-container .col-md-4:nth-of-type(3) {
    padding-left: 0;
  }
  .why-kog-glassdoor-icons {
    height: 100%;
    padding: 1rem;
  }
  .why-kog-glassdoor-icons h1 {
    color: #1075be;
    font-weight: 400;
    margin-bottom: 0;
  }
  .why-kog-glassdoor-icons p {
      color: #000;
      font-weight: 500;
      line-height: 1.3;
  }
  .why-kog-glassdoor-icons.glassdoor-col-1 {
    border-bottom-left-radius: 24px;
  }
  .why-kog-glassdoor-icons.glassdoor-col-1 h1 {
    height: 63.15px;
  }
  .why-kog-glassdoor-icons.glassdoor-col-1 img {
    margin-bottom: 12px;
  }
  .why-kog-glassdoor-icons.glassdoor-col-3 {
    border-radius: 0 0 24px 0;
  }
}
/* ========= WHY KOG PAGE - OUR MISSION SECTION ========= */
.why-kog-mission-container .col-md-6 {
  margin: auto 0;
}
.why-kog-mission-text h2 {
    font-size: 2rem;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
}
.why-kog-mission-text p {
    font-size: 1.3rem;
}
/* ========= WHY KOG PAGE - OUR VISION SECTION ========= */
.why-kog-vision-section .block-image-uncropped-full-width .block-image-text {
    position: absolute;
    top: 25%;
    left: 50%;
    width: auto;
}
.why-kog-vision-section h1,
.why-kog-vision-section h2,
.why-kog-vision-section h3,
.why-kog-vision-section h4,
.why-kog-vision-section p,
.why-kog-vision-section strong {
  color: #000;
}
.why-kog-vision-section h2 {
    font-size: 2.3rem;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
}
.why-kog-vision-section p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1;
}
/* ========= WHY KOG PAGE - BENEFITS SECTION ========= */
.why-kog-benefits-card img {
    height: 50px;
    width: auto;
}
.why-kog-benefits-card h3 {
  margin-top: 2rem;
  letter-spacing: 0;
}
.why-kog-benefits-card p {
    line-height: 1.3;
    font-weight: 400;
}
/* ========= WHY KOG PAGE - BLOG SECTION ========= */
.why-kog-blog-container .container-fluid {
  width: 95%;
}
.why-kog-blog-section h5,
.why-kog-blog-section p,
.why-kog-blog-section a {
  color: #fff;
}
.why-kog-blog-section p {
  font-weight: 500;
}
.why-kog-blog-section a {
  font-weight: 600;
}
.why-kog-blog-section .posts-card-image {
    height: 250px;
    object-fit: cover;
    border-radius: 24px;
}
.why-kog-blog-section h5.posts-card-field {
    font-weight: 700;
    font-size: 1rem;
    height: 40px;
}
.why-kog-blog-section .card.posts-card {
    background: rgb(255 255 255 / 7%);
    border: none;
    padding: 2rem;
}
.why-kog-blog-section .card.posts-card:hover {
    background: rgb(248 164 64 / 84%);
}
.why-kog-blog-section .card.posts-card:hover .badge.post-tag {
    background-color: #fff !important;
}
.why-kog-blog-section .card-body.posts-card-body {
    padding: 2rem 0 0 0;
}
.why-kog-blog-section .badge.post-tag {
    background-color: #F8A440 !important;
    color: #000;
}
.why-kog-blog-section .card-text.posts-card-text {
    height: 9rem;
}
.why-kog-blog-section .card.posts-card:hover h5.posts-card-field,
.why-kog-blog-section .card.posts-card:hover .card-text.posts-card-text,
.why-kog-blog-section .card.posts-card:hover a {
    color: #000 !important;
}
/* ========= EARLY CAREERS PAGE - CONSULTANT PROGRAM SECTION ========= */
/* instagram embed */
.early-careers-instagram-block {
  width: 80%;
  margin: 0 auto;
}
.early-careers-instagram-embed {
    background: #fff;
    width: 100%;
    max-width: 100% !important;
    border-radius: 24px !important;
    border: 4px solid rgba(219, 219, 219, 0.6) !important;
    box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 15%) !important;
    -webkit-box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 15%) !important;
    
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
}
/* consultant section */
.early-careers-consultant-section .block-image-text * {
  color: #000;
}
.early-careers-consultant-section .block-image-text {
  top: 35%;
  width: 55%;
  padding-left: 8rem;
}
.early-careers-consultant-section .block-image-text h2 {
  font-size: 2rem;
}
/* event card */
.early-careers-event-card h3 {
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    margin-bottom: 0.5rem;
}
.early-careers-event-card p strong {
    color: #f8a440;
}
.early-careers-event-card a,
.early-careers-event-card a strong {
    color: #000;
}
.block-wrapper.white-kog-card.body-kog-black.early-careers-event-card p:not(p:nth-child(2)) {
    line-height: 1.5;
}
/* testimonial carousel */
/* .early-careers-testimonial-container {
  
}
.early-careers-testimonial-card {
  background-color: #1075BE;
  padding: 2rem;
  border-radius: 24px;
} */
.early-careers-testimonial-carousel-container .row {
    margin-right: -13px;
    margin-left: -13px;
}
.early-careers-testimonial-container {
    width: 95%;
    margin: 0 auto;
}
.early-careers-testimonial-card {
  height: 450px;
}
.early-careers-testimonial-card-body {
  position: relative;
  top: 25px;
}
.early-careers-testimonial-card .testimonial-img img {
    display: block;
    position: relative;
    top: 4rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #1075be;
}
.early-careers-testimonial-card .testimonial-quote {
    height: 295px;
    text-align: center;
    background-color: #1075be;
    padding: 5rem 2rem 1rem;
    border-radius: 24px;
}
.early-careers-testimonial-card .testimonial-quote h3 {
    font-weight: 500;
    font-size: 1.3rem;
}
.early-careers-testimonial-card .testimonial-quote .testimonial-name {
    text-align: right;
    padding-right: 3rem;
}
.early-careers-testimonial-card .testimonial-quote .testimonial-name p {
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 1px;
}
/* ========= CONSULTING PAGE - WORKDAY CONSULTING SECTION ========= */
.consulting-page-workday-consulting h1 {
    font-size: 2.3rem;
}
.consulting-page-workday-consulting p {
    font-weight: 400;
}

/* ========= CONSULTING PAGE - WORKDAY BEGINNER ROOSTER IMAGE SECTION ========= */
.consulting-page-workday-beginner .block-image-text {
    top: 64%;
    left: 64%;
    width: auto;
}
.consulting-page-workday-beginner .block-image-text h2 {
  font-size: 2.1rem;
  line-height: 0.8;
}
.consulting-page-workday-beginner .block-image-text p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.consulting-page-workday-beginner .block-image-text p:nth-of-type(1) {
  margin-top: 2.5rem;
}
.consulting-page-workday-beginner .block-image-text a {
  color: #000;
  font-weight: 600;
}
/* ========= CONSULTING PAGE - CONSULTING ROLES ROWS SECTION ========= */
.consulting-page-consulting-roles-section p {
  font-weight: 500;
}
.consulting-page-consulting-roles-section a {
  font-weight: 700;
  font-size: 1.1rem;
}
/* ========= CONSULTING PAGE - SEARCH CONSULTING JOBS SECTION ========= */
.consulting-page-search-jobs-title hr {
    border: none;
    height: 4px;
    color: #434343;
    background-color: #434343;
    margin-top: 2rem;
    margin-bottom: 0;
}
.consulting-page-search-jobs-table .job-title a {
    color: #1075be;
    font-weight: 500;
    letter-spacing: 0.39px;
}
.consulting-page-search-jobs-table .job-title a:hover {
    text-decoration: underline;
}
/* ========= FAQ PAGE - FAQ ACCORDION STYLES ========= */
/* FAQ ACCORDION */
.accordion.faq-accordion .card {
  border: none;
  border-bottom: 3px solid #f7f9fa;
}
.accordion.faq-accordion .card-header {
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 0;
}
.accordion.faq-accordion .card-header h5 {
  margin-bottom: 0;
}
.accordion.faq-accordion .card-header .btn.accordion-button {
  color: #1075be;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.63px;
}
.accordion.faq-accordion .card-header .btn.accordion-button:hover,
.accordion.faq-accordion .card-header .btn.accordion-button:active,
.accordion.faq-accordion .card-header .btn.accordion-button:focus {
  text-decoration: none;
}
.accordion.faq-accordion .card-header .btn.accordion-button.collapsed::after {
  color: #1075be;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: bold;
}
.accordion.faq-accordion .card-header .btn.accordion-button.collapsed::after {
  color: #000;
}
.accordion.faq-accordion .card p {
  font-weight: 500;
  padding-left: 25px;
}
.accordion.faq-accordion .card .card-body {
  padding: 0.5rem 1.25rem;
}
/* REMOTE WORK SECTION */
.faq-page-remote-work-section {

}
.faq-page-remote-work-section p,
.faq-page-remote-work-section li {
    color: #000;
    letter-spacing: 0.39px;
    font-weight: 500;
}
.faq-page-remote-work-section .block-image-text {
  width: 50%;
  padding-left: 6rem;
}
.faq-page-remote-work-section .block-image-text h2 {
    padding-bottom: 1.5rem;
}
.faq-page-remote-work-section .block-image-text ol {
  padding-left: 1rem;
}
.faq-page-remote-work-section .block-image-text li {
    margin-top: 2.5rem;
}
/* INTERVIEW TIPS SECTION */
.faq-page-interview-tips-container {
  
}
.faq-page-interview-tips-each {
  
}
.faq-page-interview-tips-each .page-block {
  display: flex;
}
.faq-page-interview-tips-each .page-block img {
  max-width: fit-content;
}
.faq-page-interview-tips-each p:nth-of-type(2) {
    margin-left: 1.5rem;
    font-weight: 500;
}
/* FAQ INTERVIEW PROCESS CAROUSEL */
.faq-page-carousel {
	margin: 30px auto 60px;
	padding: 0 80px;
}
.faq-page-carousel .carousel-item,
.faq-carousel .carousel-item {
	text-align: center;
	overflow: hidden;
}
.faq-page-carousel .carousel-item h4 {
	font-family: 'Varela Round', sans-serif;
}
.faq-page-carousel .carousel-item img,
.faq-carousel .carousel-item img {
    margin-top: -5rem;
    vertical-align: initial;
}
.faq-page-carousel .carousel-item .btn {
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background: #a177ff;
	padding: 6px 15px;
	margin-top: 5px;
}
.faq-page-carousel .carousel-item .btn:hover {
	background: #8c5bff;
}
.faq-page-carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.faq-page-carousel .faq-page-carousel-wrapper,
.faq-carousel .faq-page-carousel-wrapper {
	margin: 5px;
	text-align: left;
    background: #DFE0E1;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    max-height: 100%;
    height: 350px;
}
.faq-page-carousel .faq-page-carousel-content,
.faq-carousel .faq-page-carousel-content {
	padding: 2rem;
	font-size: 13px;
}
.faq-page-carousel .faq-page-carousel-content h2,
.faq-carousel .faq-page-carousel-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
.faq-page-carousel .faq-page-carousel-content h3,
.faq-carousel .faq-page-carousel-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.faq-page-carousel .faq-page-carousel-content p,
.faq-carousel .faq-page-carousel-content p {
  font-size: 1rem;
  line-height: 1.5;
}
.carousel-control-prev, .carousel-control-next {
	height: 44px;
	width: 44px;
	background: none;	
	margin: auto 0;
	border-radius: 50%;
	border: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 3.4rem;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.3);
	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	border: none;
}
.carousel-indicators li {	
	background: #ababab;
}
.carousel-indicators li.active {	
	background: #555;
}
/* ========= CULTURE PAGE - BLOG POSTS STYLES ========= */
.culture-page-blog-posts-section {
  width: 100%;
  margin: 0 auto;
}
.culture-page-blog-posts-section .card.posts-card {
    border-radius: 24px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    
}
.culture-page-blog-posts-section img.posts-card-image {
    max-height: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}
.culture-page-blog-posts-section .card.posts-card .card-body.posts-card-body {
    padding: 2.2rem;
    text-align: justify;
}
.culture-page-blog-posts-section .card-body.posts-card-body h5 {
    font-size: 1rem;
    font-weight: 500;
    min-height: 38px;
    margin-bottom: 0.5rem;
}
.culture-page-blog-posts-section ul.list-inline.post-tags {
    margin-bottom: 0.3rem;
}
.culture-page-blog-posts-section .badge.post-tag {
    background-color: #1075be !important;
    padding: 0.4rem 1.5rem;
}
.card-body.posts-card-body p.posts-card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.culture-page-blog-posts-section a.card-link.posts-card-link,
.culture-page-blog-posts-section a.card-link.posts-card-link:visited,
.culture-page-blog-posts-section a.card-link.posts-card-link:active {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.culture-page-blog-posts-section a.card-link.posts-card-link:hover {
    color: #1075be;
}
/* ========= CULTURE PAGE - CORE VALUES STYLES ========= */
.corevalues-section-header-text p {
  margin-top: 2rem;
}
.corevalues-container {
    background-color: #1075be;
}

.corevalues-fullwidth {
    width: 100%;
}

.corevalues-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 768px) {
    .corevalues-row {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.corevalues-section .corevalues-autoTabs #corevalues_tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
}

.corevalues-section .corevalues-autoTabs #corevalues_tabs li {
    background-color: #1075be;
    width: 100%;
    border-radius: 24px;
    border: 3px solid #fff;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 20px;
    margin-bottom: 1rem;
    position: relative;
    flex-basis: 33.333%;
    font-weight: 600;
    font-size: 18px;
}
.corevalues-section .corevalues-autoTabs #corevalues_tabs li:hover {
    background-color: #0560a1;
    border: 3px solid #0560a1;
}

.corevalues-section .corevalues-autoTabs #corevalues_tabs li:last-child {
    margin-right: 0;
}

.corevalues-section .corevalues-autoTabs #corevalues_tabs li.on {
    background-color: #f8a440;
    border: 3px solid #f8a440;
    font-weight: 800;
}

@media (max-width: 768px) {
    .corevalues-section .corevalues-autoTabs #corevalues_tabs li {
        border-bottom: 4px solid #ececec;
        padding: 10px 10px;
    }
}

@media (max-width: 768px) {
    .corevalues-section .corevalues-autoTabs #corevalues_tabs {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: none;
    }
}

.corevalues-section .corevalues-autoTabs #corevalues_tabsContent .corevalues-tab {
    display: none;
    -webkit-animation: fadein 0.8s;
    animation: fadein 0.8s;
}

.corevalues-section .corevalues-autoTabs #corevalues_tabsContent .corevalues-tab.on {
    display: block;
    background-color: #1075be;
}

.corevalues-section .corevalues-autoTabs .corevalues-right-col {
    text-align: center;
    margin-top: 1.5rem;
}

.corevalues-section .corevalues-autoTabs #corevalues_tabsContent .corevalues-tab img {
    height: 125px;
}

.corevalues-section .corevalues-autoTabs #corevalues_tabsContent .corevalues-tab p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

@media (max-width: 768px) {
    .corevalues-section .corevalues-autoTabs #corevalues_tabsContent .corevalues-tabTitleBlock {
        text-align: left;
    }
}

/* CULTURE PAGE - VIDEO PLAYER SIZING  */
@media (min-width: 767px) {
  .culture-page-video-block .clinch-video-player.video-js {
      height: 625px;
  }
}

/* JOB SEARCH PAGE - SEARCH FILTERS LABEL CHANGES */
/* Category --> Department */
.job-search-results-table th.job-search-results-categories,
.job-search-filter.job-search-filter-categories .job-search-filter-header.categories {
    visibility: hidden;
    position: relative;
}
.job-search-results-table th.job-search-results-categories,
.job-search-filter.job-search-filter-categories .job-search-filter-header.categories::after {
    visibility: visible;
    position: absolute;
    left: 12px;
    content: "Department";
}

/* Sub Department --> Department */
.job-search-results-table th.job-search-results-department::after,
.job-search-filter.job-search-filter-header.departments .job-search-filter-header.departments {
    visibility: hidden;
    position: relative;
}
.job-search-results-table th.job-search-results-department::after,
.job-search-filter.job-search-filter-departments .job-search-filter-header.departments::after {
    visibility: hidden;
    position: absolute;
    left: 12px;
    content: "Sub department";
}
.job-search-filter.job-search-filter-departments .job-search-filter-header.departments::after,
.job-search-filter.job-search-filter-categories .job-search-filter-header.categories::after {
    left: 0;
}

/* EARLY CAREERS PAGE - *NEW* TESTIMONIAL CAROUSEL STYLING */
#kog_test_carousel {
  padding: 0 2rem;
}
#kog_test_carousel .kog-carousel-inner {
  position: relative;
  top: -60px;
}
#kog_test_carousel .carousel-control-prev,
#kog_test_carousel .carousel-control-next {
  padding: 1rem;
}
@media (max-width: 768px) {
  .carousel-control-prev i {
    margin-left: -2rem;
  }
  .carousel-control-next i {
    margin-right: -2rem;
  }
  .early-careers-testimonial-card .testimonial-quote h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  #kog_test_carousel {
    padding: 0 80px;
  }
  #kog_test_carousel .carousel-control-prev,
  #kog_test_carousel .carousel-control-next {
    padding: 3rem;
  }
}
@media (max-width: 576px) {
  .early-careers-testimonial-card .testimonial-quote {
      height: 295px;
      padding: 5rem 0.7rem 1rem;
  }
  .early-careers-testimonial-card .testimonial-quote h3 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 1rem;
  }
  .early-careers-testimonial-card .testimonial-quote .testimonial-name p {
    font-weight: 200;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 1px;
    font-style: italic;
  }
  .early-careers-testimonial-card .testimonial-quote .testimonial-name {
    text-align: right;
    padding-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .early-careers-testimonial-card .testimonial-quote {
      height: 310px;
      padding: 5rem 0.7rem 1rem;
  }
  .early-careers-testimonial-card .testimonial-quote h3 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .early-careers-testimonial-card .testimonial-quote .testimonial-name p {
    font-weight: 200;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 1px;
    font-style: italic;
  }
  .early-careers-testimonial-card .testimonial-quote .testimonial-name {
    text-align: right;
    padding-right: 0;
  }
}

/* ========= MOBILE RESPONSIVE STYLING ========= */
/* TOP NAVBAR */
@media (max-width: 992px) {
  .kog-top-nav-inner {
    margin-right: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 848px) {
  .kog-main-nav .dropdown-toggle::after {
      position: absolute;
      left: 55%;
      top: 50%;
  }
}
/* WHITE NAVBAR */
@media (max-width: 1200px) {
  .kog-main-nav-inner {
    margin-right: 1rem;
    margin-left: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .kog-main-nav-inner {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
  }
  .kog-main-nav .navbar-nav a.nav-link {
      letter-spacing: -0.2px;
      font-size: 0.9rem;
      padding: 5px 10px 5px 14px !important;
  }
  a.nav-link.dropdown-toggle {
    display: inline-flex;
    white-space: break-spaces;
  }
/* HERO SECTIONS */
  .kog-hero-container .col-md-4 {
      display: flex;
      order: 2;
      justify-content: center;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .kog-hero-container .kog-hero-text.text-box-left,
  .kog-hero-container .kog-hero-text.text-box-right,
  .kog-hero-container .rooster-hero-text {
      width: 90%;
      height: 100% !important;
      transform: translateY(-10%);
  }
  .kog-hero-container .kog-hero-text.text-box-right,
  .kog-hero-container .rooster-hero-text.text-box-right {
      right: 0;
  }
  .kog-hero-container .col-md-8 {
      display: flex;
      order: 1;
      justify-content: center;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
/* CULTURE PAGE - CORE VALUES */
@media (max-width: 768px) {
  .corevalues-autoTabs.row {
      margin: auto;
  }
}
/* GLOBAL - HERO TEXT BOX TEXT MOBILE */
@media (max-width: 768px) {
  .kog-hero-text h1 {
    font-size: 2rem;
  }
}
/* CAREERS PAGE - INSTAGRAM BLOCK MOBILE */
@media (max-width: 768px) {
  .early-careers-instagram-block {
    width: auto;
  }
}
/* GLOBAL - JOB SEARCH SEARCHBAR MOBILE */
@media (max-width: 768px) {
  .easy-autocomplete.form-control {
    max-width: 100% !important;
    width: 100% !important;
  }
  .job-search-control .input-group-btn {
    margin: 0 auto;
  }
  .job-search-control .input-group-btn button {
    margin-left: 0;
    margin-top: 0.9rem;
  }
}
/* HOMEPAGE - CAREER AREAS RECTANGLES MOBILE */
@media (max-width: 1024px) {
    .career-areas-rectangles-container .career-areas-rectangle {
    height: auto;
    padding: 2.5rem 2rem;
}
  .career-areas-rectangles-container .row {
      flex-direction: column;
  }
  .career-areas-rectangles-container .container {
    max-width: fit-content;
  }
  .career-areas-rectangles-container .col-md-6:nth-of-type(2) {
    margin-top: 2rem;
  }
}
/* GLOBAL - FOOTER COPYRIGHT TEXT MOBILE */
@media (max-width: 1024px) {
 .footer .legal-footer-container {
    max-width: 80%;
    margin: 0 auto;
  } 
}
/* HOMEPAGE - LOCATIONS-CONTAINER IMAGES MOBILE  */
@media (max-width: 767px) {
  .homepage-locations-container .homepage-locations-col-3 {
    padding: 1rem;
  } 
}

@media (max-width: 767px) {
  .career-areas-rectangles-container .career-areas-rectangle {
      width: fit-content;
  }
}
/* WHY KOGNITIV PAGE - GROW CAREER SECTION MOBILE */
@media (max-width: 767px) {
  .why-kog-grow-career-left-col-btn {
    margin-top: 2rem;
    text-align: center;
  }
}
/* WHY KOGNITIV PAGE - GLASSDOOR SECTION MOBILE */
@media (max-width: 992px) {
  .why-kog-glassdoor-ratings-container .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .why-kog-glassdoor-icons h1 {
    margin-bottom: 0;
  }
  .why-kog-glassdoor-icons.glassdoor-col-2 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .why-kog-glassdoor-text-container .why-kog-glassdoor-text h1 {
      font-size: 2rem;
      text-align: center;
  } 
}
/* WHY KOGNITIV PAGE - OUR VISION SECTION MOBILE */
@media (max-width: 1024px) {
  .why-kog-vision-section .block-image-uncropped-full-width .block-image-text {
      position: relative;
      top: initial;
      left: initial;
  }
  .why-kog-vision-section .block-image-uncropped-full-width .block-image-text h2,
  .why-kog-vision-section .block-image-uncropped-full-width .block-image-text p {
      text-align: center !important;
  }
  .why-kog-vision-section .block-image-uncropped-full-width .block-image-text h2 {
      padding-top: 2rem;
  }
    .why-kog-vision-section .block-image-uncropped-full-width .block-image-text p:last-child {
      padding-bottom: 2rem;
  }
}
/* WHY KOGNITIV PAGE - BENEFITS SECTION MOBILE */
@media (max-width: 767px)  {
  .why-kog-benefits-cards-container .col-md-4:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  .why-kog-benefits-cards-container .row .col-md-4 {
    margin-bottom: 1rem !important;
  }
}
/* WHY KOGNITIV PAGE - BLOG POSTS SECTION MOBILE */
@media (max-width: 768px) {
  .why-kog-blog-section .card-columns {
    column-count: 1;
  }  
}
/* CULTURE PAGE - DRIVEN BY IDEAS SECTION MOBILE */
.culture-page-driven-ideas-container .page-block p:not(:first-of-type) {
  margin-top: 1.4rem;
}
/* CULTURE PAGE - WHY KOG BLOG SECTION MOBILE */
@media (max-width: 900px) {
  .culture-page-blog-posts-section .card-columns {
    column-count: 1;
  }
  .culture-page-blog-posts-section .card-body.posts-card-body h5 {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .culture-page-blog-posts-section .card-body.posts-card-body p.posts-card-text {
    height: 125px;
  }
}
/* CULTURE PAGE - CORE VALUES TABS SECTION MOBILE */
@media (max-width: 768px) {
  .culture-page-core-values-container .container {
    max-width: 100%;
  }
  .culture-page-core-values-container .corevalues-autoTabs.row {
    flex-direction: column;
  }
  .culture-page-core-values-container .corevalues-left-col,
  .culture-page-core-values-container .corevalues-right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .culture-page-core-values-container .corevalues-section .corevalues-autoTabs #corevalues_tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    align-content: center;
    align-items: center;   
    padding-left: 0;
    margin-bottom: 0;
  }
  .culture-page-core-values-container .corevalues-section .corevalues-autoTabs #corevalues_tabs li {
    justify-content: center;
    font-size: 0.9rem;
    height: 3.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
}
/* CULTURE PAGE - EGC QUOTES SECTION MOBILE */
.culture-page-egc-quotes-container .col-md-3 {
    background-color: #DFE0E1;
    border-radius: 8px;
    padding: 1.2rem;
    margin: 0.3rem;
    max-width: 24%;
    border-left: 5px solid #c8cacb;
}
@media (max-width: 992px) {
  .culture-page-egc-title-container .page-block h2,
  .culture-page-egc-title-container .page-block p {
    text-align: center !important;
  }
  .culture-page-egc-quotes-container .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
    border-left: 3px solid #c8cacb;
  }
}
/* EARLY CAREERS PAGE - CONSULTANT PROGRAM SECTION MOBILE */
@media (max-width: 1024px) {
/*   move floating image text to new row */
  .early-careers-consultant-section .block-image-uncropped-full-width .block-image-text {
      position: relative;
      top: initial;
      left: initial;
  }
/*   all h2, and first 3 p elements, and last element(button) styles */
  .early-careers-consultant-section .block-image-uncropped-full-width .block-image-text h2,
  .early-careers-consultant-section .block-image-uncropped-full-width .block-image-text p:nth-child(-n+3),
  .early-careers-consultant-section .block-image-uncropped-full-width .block-image-text p:last-child {
      text-align: center !important;
  }
/*   all p styles */
  .early-careers-consultant-section .block-image-uncropped-full-width .block-image-text p {
    padding: 0 4rem;
  }
/*   numbered list styles */
  .early-careers-consultant-section .block-image-uncropped-full-width .block-image-text p:nth-child(n+4) {
    font-weight: 600;
    line-height: 1.6;
  }
}
/* FAQ PAGE - REMOTE WORK SECTION  */
@media (max-width: 1024px) {
/*   move floating image text to new row */
  .faq-page-remote-work-section .block-image-uncropped-full-width .block-image-text {
      position: relative;
      top: initial;
      left: initial;
  }
/*   all h2, and first 3 p elements, and last element(button) styles */
  .faq-page-remote-work-section .block-image-uncropped-full-width .block-image-text h2 {
      text-align: center !important;
  }
/*   all p styles */
  .faq-page-remote-work-section .block-image-uncropped-full-width .block-image-text p {
    padding: 0 4rem;
    text-align: center !important;
  }
/*   numbered list styles */
  .faq-page-remote-work-section .block-image-uncropped-full-width .block-image-text ol {
    max-width: 100%;
    padding: 0 4rem 0 5rem;
  }
  .faq-page-remote-work-section .block-image-uncropped-full-width .block-image-text li {
    margin-top: 1.8rem;
    font-weight: 600;
  }
}
/* FAQ PAGE - HIRING PROCESS CAROUSEL MOBILE */
.faq-page-interview-carousel-container .row {
  margin-left: -13px;
  margin-right: -13px;
}
.faq-carousel {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .faq-carousel {
      padding: 0 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .faq-carousel .faq-page-carousel-content {
    padding: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 650px) {
  .faq-carousel .faq-page-carousel-content p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-carousel .faq-page-carousel-content {
    padding: 2rem 1rem;
  }
}
/* FAQ PAGE - INTERVIEW TIPS MOBILE */
@media (max-width: 768px) {
  .faq-page-interview-tips-container .col-md-6:nth-child(1) {
      padding-bottom: 20px;
  }  
}
/* CAREER AREAS PAGES - HEAR FROM EMPLOYEES - EGC PLUGIN */
.kog-egc-section iframe {
  border-radius: 24px;
  outline: 3px solid #fff;
  outline-offset: -2px;
}
/* CAREER AREAS PAGES - BLOCK IMAGE TEXT  */
@media (max-width: 1024px) {
/*   move floating image text to new row */
  .career-areas-text-image-blocks .block-image-uncropped-full-width .block-image-text {
      position: relative;
      top: initial;
      left: initial;
  }
/*   all h2, and first 3 p elements, and last element(button) styles */
  .career-areas-text-image-blocks .block-image-uncropped-full-width .block-image-text h2 {
      text-align: center !important;
  }
  .career-areas-text-image-blocks .block-image-uncropped-full-width .block-image-text h2:first-child {
      margin-top: 1.5rem;
  }
/*   all p styles */
  .career-areas-text-image-blocks .block-image-uncropped-full-width .block-image-text p {
    padding: 0 4rem;
    text-align: center !important;
  }
}
/* CAREER AREAS PAGES - ALTERNATING BLOCKS FIX ORDER - MOBILE  */
@media (max-width: 768px) {
 .mobile-order-switch .col-md-6:nth-child(1) {
    order: 2;
  } 
}
/* JOB SEARCH PAGE - HIDE REMOTE COLUMN */
.job-search-results-table .job-search-results-remote {
    display: none;
}

/* Sidebar */

.sidebar {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #1075be;
  border-radius: 3px;
  margin-bottom: 30px;
}

.sidebar h2 {
  font-weight: 400;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.block-jobs h3 {
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .sidebar h2 {
    font-size: 25px;
  }

  .block-job-description h3 {
    font-weight: 400;
  }
}

#close_exit_call_to_action {
  display: none;
}

/* Carousel */

.faq-slider .carousel-caption {
  padding: 32px;
  text-align: left;
  background: #DFE0E1;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
  max-height: 100%;
  height: 350px;
  left: 0%;
}

.faq-slider h1, 
.faq-slider h2  {
  color: #1075be;
  letter-spacing: 0.39px;
}

.faq-slider h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

.faq-slider h2 {
  font-size: 1.3rem;
  font-weight: 600;
}

.faq-slider h3 {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.39px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .faq-slider .carousel-item {
    display: inline-block;
    margin: 6px 4px 0 0;
  }
    
  .faq-slider .carousel-control, 
  .faq-slider .carousel-indicators {
    display: none;
  }

  .faq-slider .col-4 {
    flex: 100%;
    max-width: 100%;
 }

 .faq-slider .carousel-caption {
   margin-bottom: 30px;
 }

  .testimonial-slider .carousel-caption {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .faq-slider .carousel-inner {
    padding: 0 120px;
  }

  .faq-slider .carousel-control-prev-icon,
  .faq-slider .carousel-control-next-icon {
    background-image: none;
    width: 0;
    height: 0;
  }

  .faq-slider .carousel-control-prev,
  .faq-slider .carousel-control-next {
    top: -60px;
  }

  .faq-slider .carousel-control-prev-icon::before,
  .faq-slider .carousel-control-next-icon::before {
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.3);
  }
  
  .faq-slider .carousel-control-prev-icon::before {
    content: "\f053"; 
  }
  
  .faq-slider .carousel-control-next-icon::before {
    content: "\f054"; 
  }
  
  .faq-slider .carousel-control-prev {
    left: 50px;
  }
  
  .faq-slider .carousel-control-next {
    right: 80px;
  }
}

/* Testimonials */

.testimonial-slider .carousel-caption {
  text-align: center;
  background: #1075be;
  border-radius: 24px;
  padding-top: 80px;
  height: 300px;
  z-index: -1;
}

.testimonial-slider h2,
.testimonial-slider p {
  color: #fff;
}

.testimonial-slider p {
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  line-height: 24px;
  margin-bottom: 0;
}

.testimonial-slider p strong {
  font-weight: 300;
  text-align: right;
  font-size: 16px;
}

.testimonial-slider h3 {
  font-weight: 300;
  text-align: right;
  font-size: 16px;
  color: #fff;
}

.testimonial-slider img {
  width: 120px;
  height: 117px;
  display: block;
  position: relative;
  top: 4rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #1075be;
}

#item_1_b57da2b02cc1163f571c2a239e4ac927 #carousel_item_block_3_0_1_338b5bcc55a18247a2d772203f3190d2 .carousel-item-caption-header::after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/1147986020396b04e3078b8bebf8a121/images/files/5f064198a577bac392e592a9b80bbdb3/original/faq_page_lightbulb_icon.png?1670877704') no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 110px;
  top: 60px;
}





/* ===== LEGACY STYLESHEET ^^ ==================== */
/* ===== LEGACY STYLESHEET ^^ ==================== */
/* ===== LEGACY STYLESHEET ^^ ==================== */ 




/* ===== REDESIGN STYLESHEET ==================== */
/* ===== REDESIGN STYLESHEET ==================== */
/* ===== REDESIGN STYLESHEET ==================== */ 

/* ==== UTILITY / HELPERS ================= */
/* horizontal scroll fix */
.hero-no-gutter .page-row-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.hero-no-gutter .page-row-container .block-image {
    margin-left: 0;
    margin-right: 0;
}

/* ==== BUTTONS ============ */
.job-search-control {
    .near-me-control {
        margin-left: 15px;
    }
}
/* near me button */
.btn-success[id^="near_me_button"],
.btn-success[id^="near_me_button"]:active,
.btn-success[id^="near_me_button"]:focus,
.btn-success[id^="near_me_button"]:visited {
  background-color: #fff;
  color: #1075be;
  font-size: 1.08em;
  font-weight: 600;
  border: 2px solid #1075be;
  border-radius: 7px !important;
  text-transform: none;
  width: 150px;
}
.btn-success[id^="near_me_button"]:hover {
  background-color: #0560a1;
  color: #fff;
  border: 2px solid #0560a1;
}


/* ==== SHAPED HERO IMAGE WRAPPER ============ */
/* full-width bg image */
.shaped-hero-image-wrapper {
    background: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/1147986020396b04e3078b8bebf8a121/images/files/dac9e907ac1f3f018c7a1553972a5dc4/large/kognitiv-redesign-shaped-hero.png?1752013216');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right top;
    aspect-ratio: 2.7 / 1; /* calculated via https://www.digitalrebellion.com/webapps/aspectcalc using original image dimensions 1920 x 711 -md */
    max-height: 100%;
}
/* search form */
.shaped-hero-image-wrapper :is(
  .page-row-inner,
  .page-row-container,
  .page-row-and-new-button,
  .page-row-border) {
    height: 100%;
}
/* form position */
.shaped-hero-image-wrapper .col-md-6:nth-of-type(1) .block-wrapper {
    position: relative;
    top: 70%;
    left: 50%;
    transform: translateX(-30%);
}
.shaped-hero-image-wrapper .job-search-control>.row>.col {
    padding-left: 0;
}
/* form position - page editor only */
.page-body.editing .shaped-hero-image-wrapper .col-md-6:nth-of-type(2) {
    position: relative;
    top: 60%;
    left: 10%;
}

.shaped-hero-image-wrapper :is(h1, h2) {
    color: #0061a1;
}
.shaped-hero-image-wrapper :is(em) {
    background-color: #f7d02e;
    font-weight: 200;
    padding: 0 0.75rem;
}
@media (min-width: 1400px) {
  .shaped-hero-image-wrapper form .easy-autocomplete {
      max-width: 500px !important;
  }
  .shaped-hero-image-wrapper .job-search-control .input-group {
      flex-wrap: nowrap;
  }
}
@media (max-width: 1399.8px) {
  .shaped-hero-image-wrapper .col-md-6:nth-of-type(1) .block-wrapper {
      position: relative;
      top: 60%;
      left: 50%;
      transform: translateX(-40%);
  }
  .easy-autocomplete.form-control.fix-autocomplete {
      width: 100% !important;
      max-width: 100%;
      margin-bottom: 0.5rem;
  }
  .btn-primary[id^="search_control_button"],
  .btn-primary[id^="search_control_button"]:active,
  .btn-primary[id^="search_control_button"]:focus,
  .btn-primary[id^="search_control_button"]:visited {
      margin-left: 0;
  }
}
@media (max-width: 991.8px) {
  .shaped-hero-image-wrapper {
      background: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/1147986020396b04e3078b8bebf8a121/images/files/c86709006deef4d49f5b145c119c6f38/large/hero_no-shape_mobile.png?1752102244');
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: right top;
      aspect-ratio: 2.7 / 1; /* calculated via https://www.digitalrebellion.com/webapps/aspectcalc using original image dimensions 1920 x 711 -md */
      max-height: 100%;
      padding-bottom: 0 !important;
  }
  .shaped-hero-image-wrapper :is(
    .page-row-inner,
    .page-row-container,
    .page-row-and-new-button,
    .page-row-border) {
      height: auto;
  }
  .shaped-hero-image-wrapper .col-md-6:nth-of-type(1) {
      flex: 0 0 auto;
      width: 100%;
      display: block;
      padding: 1rem 2rem;
      order: 2;
  }
  .shaped-hero-image-wrapper .col-md-6:nth-of-type(2) {
      flex: 0 0 auto;
      width: 100%;
      aspect-ratio: 2.7 / 1;
      order: 1;
  }
  .shaped-hero-image-wrapper .col-md-6:nth-of-type(1) .block-wrapper {
      position: relative;
      top: auto;
      left: auto;
      transform: translateX(0);
  }
  .shaped-hero-image-wrapper .job-search-control .input-group-btn {
      margin: 0;
  }
  
  
}
@media (max-width: 374.8px) {
  .job-search-control {
    .near-me-control {
        margin-left: 0;
    }
  }
  .input-group {
    .input-group-btn,
    button {
        width: 100% !important;
    }
  }
}

/* ==== NAVBAR REDESIGN STYLING ============ */

@media (min-width: 1200px) {
  .kog-main-nav .container-fluid.kog-main-nav-inner {
      padding-left: 0;
      padding-right: 0;
      margin-left: 3rem;
      margin-right: 2rem;
  }
  .kog-main-nav .navbar-nav a.nav-link:not(.kog-top-nav-jobs-btn),
  .kog-top-nav-right a.kog-top-nav-jobs-btn {
      white-space: nowrap;
  }
}
@media (min-width: 1400px) {
  .kog-main-nav .container-fluid.kog-main-nav-inner {
      padding-left: 0;
      padding-right: 0;
      margin-left: 10rem;
      margin-right: 6rem;
  }
}

/* ==== TABBED CAROUSEL WITH TOP NAV SELECTORS - HOMEPAGE REDESIGN ============ */
.tab-block .nav-link {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
}

.tab-block .nav-tabs .nav-link {
  color: #161616;
  font-weight: 600;
  font-size: 16px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-right: 5px solid #dcdcdc;
  border-left: 0;
  border-radius: 0;
}

.tab-block .nav-tabs .nav-link.active, 
.tab-block .nav-tabs .nav-item.show .nav-link {
  color: #161616;
  font-weight: 600;
  font-size: 16px;
  background-color: #dcdcdc;
}

.tab-block .padding-right-none {
  padding-right: 0;
}

.tab-block .nav-tabs .nav-link:hover, 
.nav-tabs .nav-link:focus {
  border-radius: 0;
}

.tab-block .tab-pane {
  padding: 4rem;  
}

.tab-block .nav-link:hover:after {
  display: none;  
}

.tab-block .nav-tabs .nav-link:hover, 
.tab-block .nav-tabs .nav-link:focus {
  border-right: 5px solid #00f;
  border-left: none;
}

.tab-block .details h3 {
  padding-bottom: 15px;  
}

.no-padding {
  padding: 0!important;  
}

.tab-block li {
  margin-bottom: 0;
}

.career-areas-tabbed-nav a.nav-link,
.career-areas-tabbed-nav a.nav-link:active,
.career-areas-tabbed-nav a.nav-link:visited,
.career-areas-tabbed-nav a.nav-link:focus {
    background-color: #1075be;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    margin: 0 1rem 1rem;
}

.career-areas-tabbed-nav a.nav-link.active,
.career-areas-tabbed-nav a.nav-link:hover {
    background-color: #f7d02e;
    border: 2px solid #f7d02e;
    border-radius: 25px;
    color: #1075be;
    font-weight: 500;
    margin: 0 1rem 1rem;
    text-decoration: none;
}
.details.card-body h2.card-title {
    font-weight: 700;
    color: #0560a1;
    text-align: center;
}

@media screen and (min-width: 575px) {
    .tab-block .col-sm-7.col-lg-9.white-bg {
      background-color: #fff;
    }
    .no-padding-left .col-md-12 {
      padding-left: 0!important; 
    }
    .no-padding-left {
      padding-left: 0!important; 
    }
  }
  
@media screen and (max-width: 575px) {
    .tab-block .tab-content>.tab-pane {
      display: block !important;
      opacity: 1 !important;
    }
    .tab-block .tab-pane {
      padding: 15px;
      background-color: #fff;
      margin-bottom: 15px;
    }
    .no-padding-mobile {
     padding: 0!important; 
    }
    .read-more-blue-button {
      margin-bottom: 15px;  
    }
}

/* ==== KOGNITIV HORIZONTAL CARDS IMG :: TEXT ============ */
.kog-horizontal-cards .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e7f1f9;
    height: 100%;
}
.kog-horizontal-cards .card-title {
    font-size: 1.25rem;
}
.kog-horizontal-cards .card-body p.card-text {
    color: #96989b;
    font-weight: 400;
    line-height: normal;
}
.kog-horizontal-cards .card-body a.card-text {
    display: block;
    height: 40px;
    width: 40px;
    padding: 0.25rem;
    font-size: 1.25rem;
    color: #f6cf2e;
    border: 2px solid #f6cf2e;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.kog-horizontal-cards img {
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991.8px) {
    .kog-horizontal-cards .col-md-6 {
        width: 100%;
    } 
}
.kog-horizontal-cards .col-md-6:nth-of-type(1) img {
    border-radius: 0.375rem 0px 0px 0.375rem;
}
.kog-horizontal-cards .col-md-6:nth-of-type(2) .card-body {
    border-radius: 0px 0.375rem 0.375rem 0px;
}
@media (max-width: 991.8px) {
    .kog-horizontal-cards .col-md-6:nth-of-type(1) img {
        border-radius: 0.375rem 0.375rem 0px 0px;
    }
    .kog-horizontal-cards .col-md-6:nth-of-type(2) .card-body {
        border-radius: 0px 0px 0.375rem 0.375rem;
    }
}
/* ==== KOG VERTICAL CARDS IMG :: TEXT  ============ */
@media (max-width: 991.8px) {
  .kog-vertical-cards .row.page-row-border {
      gap: 1.5rem;
  }
  .kog-vertical-cards .col-md-4 {
      width: 100%;
  }
}

.kog-vertical-card-each {
    height: 100%;
    div {
        height: 100%;
    }
}
.kog-vertical-cards .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #e7f1f9;
    height: 100%;
}
.kog-vertical-cards .card-title {
    font-size: 1.25rem;
}
.kog-vertical-cards .card-body p.card-text {
    color: #96989b;
    font-weight: 400;
    line-height: 1.75;
}
.kog-vertical-cards .card-body a.card-text {
    display: block;
    height: 40px;
    width: 40px;
    padding: 0.25rem;
    font-size: 1.25rem;
    color: #f6cf2e;
    border: 2px solid #f6cf2e;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

/* ==== FULL WIDTH CTA ============ */
.full-width-cta .block-call-to-action form {
    max-width: 100%;
}
/* ==== TWO COL (1/2 :: 1/2 BLOCK) MIDDLE PADDING BETWEEN COLS ============ */
@media(min-width:992px) {
  .two-col-offset-padding .col-md-6:nth-of-type(1) {
    padding-right: 4rem;
  }
  .two-col-offset-padding .col-md-6:nth-of-type(2) {
      padding-left: 4rem;
  }
}

/* ==== TALENT NETWORK CTA BORDERS ============ */
.talent-network-cta .call-to-action-form :is(input, textarea, select, input[type=file]) {
    border: 1px solid #82afd0;
    border-radius: 6px;
}
/* ==== FEATURED JOBS (JOBS LIST) CARDS ============ */
/* responsive grid-type layout :: 2x2 / 1x4 */
.job-list-cards .jobs-list {
    --min: 26.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.job-list-cards .jobs-list > * {
    flex: 1 1 var(--min);
}
.job-list-cards .block-jobs .job {
    display: flex;
    background-color: #e7f1f9;
    height: 100%;
    padding: 2rem;
    border-radius: 16px;
    flex-direction: column;
}
.job-list-cards .block-jobs .job-summary {
    /* position: relative; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.job-list-cards .block-jobs .job-summary::after {
    /* position: absolute; */
    font: var(--fa-font-solid);
    content: "\f054";
    display: block;
    height: 40px;
    width: 40px;
    padding: 0.45rem;
    font-size: 1.25rem;
    color: #f6cf2e;
    border: 2px solid #f6cf2e;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
/* make whole job list card a clickable hyperlink */
.jobs-list .job {
     position: relative;
}
.jobs-list .job a[id^="link_page_title"]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* ==== FOOTER ============ */
.footer.kog-footer-refresh {
  background-color: #1075be;
  color: #fff;
  padding: 3rem 0;
}

/* Grid Layout */
.kog-footer-refresh .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 2fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.kog-footer-refresh .footer-column {
  margin-bottom: 2rem;
}

/* Logo Section */
.kog-footer-refresh .logo-wrapper {
  margin-bottom: 2rem;
}

.kog-footer-refresh .footer-logo {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

/* Social Media Icons */
.kog-footer-refresh .social-icons {
  display: flex;
  gap: 1rem;
}
.kog-footer-refresh .social-link,
.kog-footer-refresh .social-link:visited,
.kog-footer-refresh .social-link:active,
.kog-footer-refresh .social-link:focus {
    color: #1075be;
    background-color: #f6cf2e;
    font-size: 1.5rem;
    text-decoration: none;
    width: 35px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}
.kog-footer-refresh .social-link:hover {
    color: #1075be;
    background-color: #f6cf2e;
    font-size: 1.5rem;
    text-decoration: none;
    width: 35px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}
.kog-footer-refresh .social-link:hover {
    transform: scale(1.1);
}
/* Footer Headings */
.kog-footer-refresh .footer-heading {
  color: #f6cf2e;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

/* Footer Links */
.kog-footer-refresh .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kog-footer-refresh .footer-links li {
  margin-bottom: 0.5rem;
}
.kog-footer-refresh a.footer-link,
.kog-footer-refresh a.footer-link:active,
.kog-footer-refresh a.footer-link:visited,
.kog-footer-refresh a.footer-link:focus {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.kog-footer-refresh a.footer-link:hover {
  color: #f6cf2e;
}
.kog-footer-refresh a[href].footer-link-yellow {
  color: #f6cf2e;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
/* Footer Bottom */
.kog-footer-refresh .footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 2rem 0;
}

.kog-footer-refresh .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.kog-footer-refresh .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.kog-footer-refresh .legal-link {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.kog-footer-refresh .legal-link:hover {
  color: #f6cf2e;
}

.kog-footer-refresh .footer-copyright {
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .kog-footer-refresh .footer-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .kog-footer-refresh .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
  }

  .kog-footer-refresh .logo-column {
      grid-column: 1 / -1;
  }

  .kog-footer-refresh .careers-column {
      grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .kog-footer-refresh .footer {
      padding: 2rem 0;
  }

  .kog-footer-refresh .footer-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
  }

  .kog-footer-refresh .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 1rem;
  }

  .kog-footer-refresh .footer-legal {
      flex-direction: column;
      gap: 0.5rem;
      text-align: center;
  }

  .kog-footer-refresh .social-icons {
      justify-content: center;
  }
}

@media (max-width: 576px) {
  .kog-footer-refresh .footer-logo {
      font-size: 1.75rem;
  }

  .kog-footer-refresh .social-link {
      font-size: 1.25rem;
  }

  .kog-footer-refresh .footer-legal {
      gap: 0.25rem;
  }
}

/* ==== CULTURE PAGE - REFRESH ============ */
/* ==== video player */
.kog-culture-video .video-player-wrapper {
    display: flex;
    justify-content: center;
}
/* keep if want to revert to larger video */
/* .kog-culture-video .clinch-video-player.video-js {
    width: 1280px;
    height: 720px;
    border-radius: 12px 12px 0px 0px;
} */
.kog-culture-video .clinch-video-player.video-js {
    width: 960px;
    height: 540px;
    border-radius: 12px !important;
}
.kog-culture-video .video-js .vjs-tech {
    border-radius: 12px 12px 0px 0px !important;
}
.kog-culture-video .vjs-poster img {
    border-radius: 12px !important;
}

/* ==== blog posts */
.kog-culture-blog-posts-container .posts-card .posts-card-image {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.kog-culture-blog-posts-container .posts-card-body .badge.post-tag {
    background-color: #e7f1f9 !important;
    color: #1075be;
}
.kog-culture-blog-posts-container .posts-card-body .posts-card-title {
    color: #1075be;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
}
.kog-culture-blog-posts-container .posts-card-body .posts-card-text {
    line-height: normal;
}
.kog-culture-blog-posts-container .posts-card-body .card-link {
    color: #1075be;
    font-weight: 600;
}
@media (max-width: 991.8px) {
    .kog-culture-blog-posts-container .posts-cards .card-columns {
        gap: 1.5rem;
    }
}

/* ==== culture stats */
@media (min-width: 550px) and (max-width: 767.8px) {
  .kog-culture-stats-wrapper .row.page-row-border {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
}


/* ==== WHY KOGNITIV - LOCATION BENEFIT CARDS ============ */
.location-benefit-card {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
    background-color: #e7f1f9;
    height: 100%;
    padding: 2rem;
    border-radius: 16px;
}
.location-benefit-card::after {
    font: var(--fa-font-solid);
    content: "\f054";
    display: block;
    height: 40px;
    width: 40px;
    padding: 0.45rem;
    font-size: 1.25rem;
    color: #f6cf2e;
    border: 2px solid #f6cf2e;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.location-benefit-card p {
    margin-bottom: 0 !important;
}
.location-benefit-card img {
    margin-right: 0.75rem;
    height: auto;
}
.location-benefit-card a {
    color: #1075be;
    font-weight: 700;
}
/* make whole benefit card a clickable hyperlink */
.location-benefit-card {
     position: relative;
}
.location-benefit-card a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* ==== WHY KOGNITIV - TESTIMONIAL CAROUSEL ============ */
.why-kog-testimonial-carousel {
    background: linear-gradient(135deg, #1e88e5 0%, #1976d2 100%);
    border-radius: 15px;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.why-kog-testimonial-carousel .carousel-inner {
    padding: 60px 40px;
    border-radius: 15px;
    overflow: hidden;
}

.why-kog-testimonial-carousel .carousel-item {
    color: #fff;
    text-align: left;
    position: relative;
    min-height: 250px;
}

.why-kog-testimonial-carousel .quote-mark {
    font-size: 110px;
    line-height: 1;
    color: rgba(246, 207, 46, 1);
    position: absolute;
    left: -10px;
    top: -35px;
    font-family: Georgia, Times, serif;
    z-index: 1;
}

.why-kog-testimonial-carousel .quote-icon {
    width: 65px;
    height: auto;
}

.why-kog-testimonial-carousel .testimonial-content {
    position: relative;
    z-index: 2;
    padding-left: 90px;
    width: 100%;
}

.why-kog-testimonial-carousel .testimonial-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 400;
}

.why-kog-testimonial-carousel .testimonial-author-section {
    margin-top: 10px;
}

.why-kog-testimonial-carousel .testimonial-author {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.9;
}

.why-kog-testimonial-carousel .testimonial-position {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
}

.why-kog-testimonial-carousel .carousel-control-prev,
.why-kog-testimonial-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    /* top: 50%;
    transform: translateY(-50%); */
    background-color: rgba(246, 207, 46, 1);
    border-radius: 50%;
    border: 2px solid rgba(246, 207, 46, 1);
    opacity: 1;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.why-kog-testimonial-carousel .carousel-control-prev {
    left: -75px;
}

.why-kog-testimonial-carousel .carousel-control-next {
    right: -75px;
}

.why-kog-testimonial-carousel .carousel-control-prev:hover,
.why-kog-testimonial-carousel .carousel-control-next:hover {
    background-color: rgba(246, 207, 46, 0.8);
    border-color: rgba(246, 207, 46, 0.3);
}

.why-kog-testimonial-carousel .carousel-control-prev-icon,
.why-kog-testimonial-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.why-kog-testimonial-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.why-kog-testimonial-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

/* Responsive styling */
@media (max-width: 768px) {
    .why-kog-testimonial-carousel .carousel-inner {
        padding: 40px 30px;
    }

    .why-kog-testimonial-carousel .carousel-item {
        min-height: 200px;
    }

    .why-kog-testimonial-carousel .quote-mark {
        font-size: 80px;
        left: -5px;
        top: -15px;
    }

    .why-kog-testimonial-carousel .testimonial-content {
        padding-left: 30px;
    }

    .why-kog-testimonial-carousel .testimonial-text {
        font-size: 16px;
    }

    .why-kog-testimonial-carousel .carousel-control-prev {
        left: -60px;
    }

    .why-kog-testimonial-carousel .carousel-control-next {
        right: -60px;
    }
}