/* Tyography */
:root {
  --primary-color: #0056D2;
  --secondary-color: #ebf3ff;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--primary-color);
}

body,
p {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  body,
  p {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}


/* Nav */

.logo {
  width: 180px;
}

.navbar-nav a.button {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .navbar-nav a.button,
  .navbar-nav .btn {
    margin-left: 10px;
  }
}

/* Buttons */

a.button,
.btn {
  font-weight: 700; 
  text-transform: none;
  border-radius: 4px;
}

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  border: 2px solid #0056D2!important;
  background: #0056D2;
  color: #ffffff;
  text-decoration: none;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  border: 2px solid #0056D2!important;
  background: transparent;
  color: #0056D2;
  text-decoration: none;
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 2px solid #ffffff!important;
  background: #0056D2;
  color: #ffffff;
  text-decoration: none;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 2px solid #ebf3ff!important;
  background: #ebf3ff;
  color: #0056d2;
  text-decoration: none;
  padding: 40px 50px;
  border-radius: 0;
}

a.button.button4::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 5px;
  padding-left: 20px;
  font-size: 15px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  border: 2px solid #0056D2!important;
  background: #0056D2;
  color: #ffffff;
  text-decoration: none;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  border: 2px solid #0056D2!important;
  background: transparent;
  color: #0056D2;
  text-decoration: none;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;

  /* > a.button.button4 {
    width: 100%;
  } */
  
  & > div {
    width: fit-content;
  }
}

.row-foreground-brand_color_3 form *[type='submit'] {
  border-color: #ffffff !important;
}

@media (max-width: 1292px) {
  .button-row {
    display: inline-table;
    width: 100%;
    & > div, a.button.button4 {
      width: 100%;
      margin-bottom: 10px;
    }
  }
}

@media (min-width: 768px) {
  a.button,
  .btn {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
  }
}


.hero-section {
    background-image: linear-gradient(180deg, #ebf3ff, transparent);
}



/* Job Search Form */

.job-search-control .fix-autocomplete {
  margin: 0 15px 0 0;
}

.form-control {
  border: 2px solid #e2e2e2;
}

/* Job Description Page */
/* Sidebar */

.sidebar {
  background-color: #ebf3ff;
  padding: 15px;
  margin-bottom: 15px;
}

.sidebar h2 {
  color: #0056d2;
}

/* Job search page */

.input-group input, 
.input-group-btn button {
  height: 45px;
}

.job-search-results input.form-control {
  margin-right: 15px;
}

.job-search-control .near-me-control {
  margin-left: 15px;
}

.job-search-results input.form-control {
  border-radius: 4px;
  border: 2px solid #e2e2e2;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), 
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), 
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, 
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Mobile image text */
@media (max-width: 768px) {
  .block-image-text {
    padding: 15px;
  }
}

/* Footer */
.footer {
  padding-top: 48px !important; 
}

.footer-text {
  color: inherit;
  font-size: 1rem;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0px;
}

@media only screen and (min-width: 768px) {
 .footer-text {
   padding-right: 40px;
 } 
}

.footer-coursera-logo {
  width: 116px;
  margin-left: -10px;
}

.app-logos {
  :first-child {
    margin-right: 10px;
    padding: 10px 0 0 0;
  }
  margin-top: 22px;
  margin-bottom: 32px;
  display: block;
}

.column-header {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.column-links {
  margin-bottom: 0;
  padding: 0 0 20px 0;
  list-style: none;
  .footer-link {
    text-decoration: none;
    color: #252525;
  }
}

@media only screen and (max-width: 575px) {
  .link-column {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .footer {
    .container {
      max-width: initial;
    }
  }
}
.social-list-footer {
    display: flex;
    justify-content: space-between;
    max-width: 65%;
}
/* Coursera */
.hidden {
  display: none;
}

.benefits-icon-group {
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: baseline;
  .row .page-row-border {
    align-items: center;
  }
  .col-md-4 {
    display: contents;
  }
  & img[alt='icon-children-solid-blue.png'],
    img[alt='icon-handshake-regular-blue.png'],
    img[alt="icon-wifi-solid-blue.png"],
    img[alt="icon-house-laptop-blue.png"] {
    height: auto;
  }
  
  & img[alt='icon-handshake-regular-blue.png'], img[alt="icon-wifi-solid-blue.png"] {
    padding-top: 14px;
  }
}

.job-search-module {
  .input-group {
    flex-wrap: nowrap;
    .btn {
      min-width: max-content;
    }
  }
}

.perks-benefits-text {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .hero-section .hero-text-container {
    margin-bottom: 50px;
  }
  .p-b-40.hero-section {
    padding-bottom: 20px !important;
  }
  .col-md-4 img[alt='icon-children-solid-blue.png'],
  .col-md-4 img[alt='icon-house-laptop-blue.png'] {
      margin-top: -30px;
  }
  .col-md-3 .clinch-video-player.video-js,
  .col-md-4 .clinch-video-player.video-js,
  .col-md-6 .clinch-video-player.video-js,
  .col-md-8 .clinch-video-player.video-js {
    margin-bottom: 30px;
  }
  .innovators-wanted {
    margin-top: -60px;
  }
  .grow-at-work {
    margin-top: -60px;
  }
  .benefits-icon-group .col-md-3 {
      padding: 20px;
  }
}


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target] {
  background-color: #000;
}

.learn-more-b-corp-header h3 {
  font-size: 19px;
  line-height: 2rem;
}

@media (max-width: 768px) {
  .col-6 {
    width:100%
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 0 100px;
  }
  
  .carousel-control-prev {
    left: -50px;
  }
  
  .carousel-control-next {
    right: -50px;
  }
}
/* ==== UTILITY / HELPER CLASSES ============ */
/* make all hyperlinks coursera blue within row */
.blue-hyperlinks a[href] {
    color: #0056d2;
    font-weight: 600;
}