@import url("https://fonts.googleapis.com/css?family=Inter:400,600,700");
html {
  height: 100%;
  overflow: auto;
}

.ada-hide, .adaHide {
  position: absolute;
  left: -600px;
  top: -600px;
  /*    font-weight:bold;
    color:red;
    background-color: #006;*/
}

body {
  height: 100%;
  padding: 0;
  font-family: 'Inter';
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
}

strong, b {
  font-weight: 700;
}

.container, footer .container-wide {
  width: 85%;
  margin: auto;
  max-width: 1640px;
}

header.public-header {
  height: 70px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.public-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main {
  text-align: center;
  background-color: #EFEFF4;
}

main:not(.btn) a[href] {
  color: #00738B;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

main:not(.btn) a[href]:hover {
  text-decoration: underline;
  color: #004E5F;
}

.hero {
  background-repeat: no-repeat;
  position: relative;
}

.public-home {
  background-image: url("/images_pub/excited-user.jpg");
}

.public-home #hero-text {
  position: absolute;
}

.public-catalog {
  background: -webkit-gradient(linear, left top, right top, from(#7850E6), to(#00738C));
  background: linear-gradient(90deg, #7850E6 0%, #00738C 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
}

.public-catalog #hero-text {
  position: relative;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.card-wrapper .card {
  background-color: #fff;
  padding: 2em 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

#stats {
  background-color: #144242;
  color: #fff;
  font-weight: 700;
}

section[aria-labelledby=sign-up] {
  background-color: #fff;
  color: #d13710;
}

section[aria-labelledby=school-business] {
  background-color: #fff;
}

section[aria-labelledby=school-business] form {
  text-align: left;
  border-radius: 15px;
  padding: 2.5em 2em;
}

section[aria-labelledby=school-business] form input[type=text], section[aria-labelledby=school-business] form #comments {
  display: block;
}

section[aria-labelledby=school-business] form #comments {
  width: 100%;
  height: 130px;
}

section[aria-labelledby=school-business] form .flexed-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}

section[aria-labelledby=school-business] form label {
  display: block;
  margin: 2em 0 .5em 0;
  font-weight: bold;
}

section[aria-labelledby=school-business] .btn-row {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

footer {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 3em 0;
  font-size: 0.875rem;
}

footer p {
  margin: 0;
}

footer a[href] {
  color: #fff;
  text-decoration: none;
}

footer a[href]:hover {
  text-decoration: underline;
}

footer h2 {
  font-size: 1rem;
  margin-top: 1em;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 150%;
}

.login-modal label, .signup-modal label {
  display: block;
  margin-top: .5em;
  margin-bottom: .25em;
}

.login-modal .btn-row, .signup-modal .btn-row {
  margin-top: 1em;
}

.login-modal #login2, .signup-modal #login2 {
  margin-bottom: 2em;
}

.login-modal #join, .signup-modal #join {
  margin-bottom: 2em;
}

.menu-mobile-wrapper .menu-mobile-items {
  margin-top: 3em;
}

.menu-mobile-wrapper .menu-mobile-items ul {
  width: 100%;
  max-width: 505px;
  margin: auto;
  padding: 0;
  list-style-type: none;
}

.menu-mobile-wrapper .menu-mobile-items ul li {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  padding: .75em 1.5em;
  margin-bottom: 1.25em;
}

.menu-mobile-wrapper .menu-mobile-items ul li:last-child {
  margin-bottom: 0;
}

.menu-mobile-wrapper a[href] {
  color: #fff;
  text-decoration: none;
}

.btn {
  border-radius: 6px;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none !important;
}

.btn-small {
  font-size: 0.875rem;
  padding: .25em 1.5em;
}

.btn-medium {
  font-size: 1rem;
  padding: .75em 1.75em;
}

.btn-outline {
  border: solid #fff 2px;
  background: none;
  color: #fff;
  font-weight: 700;
}

.btn-inverted {
  background: #fff;
  border: solid #fff 2px;
  font-weight: 700;
}

.btn-inverted-blk {
  color: #000;
}

.btn-inverted-green {
  color: #144242;
}

.btn-primary {
  background-color: #00738B;
  color: #fff;
  font-weight: 700;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.btn-primary:hover {
  background-color: #004E5F;
}

.btn-ghost {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.btn-extended {
  white-space: nowrap;
  width: 100%;
}

.form-row {
  margin-top: 2em;
}

.btn-join {
  background-color: #d13710;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  padding: .5em 0;
  font-size: 2rem;
}

.btn-join a[href] {
  color: #fff !important;
}

.btn-join:hover {
  background-color: #b12b0b;
}

.btn-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-catalog svg {
  display: inline-block;
  margin-left: .75em;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
  width: 100%;
  border: solid 1px #DDE5E9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  font-size: .875rem;
}

hr {
  border: solid 0.5px rgba(255, 255, 255, 0.25);
  border-collapse: collapse;
}

.b-700 {
  font-weight: 700 !important;
}

.b-600 {
  font-weight: 600 !important;
}

.flex-spacebetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 100px) and (max-width: 600px) {
  .menu-mobile-items {
    margin-top: 3em;
  }
}

@media screen and (min-width: 600px) and (max-width: 1400px) {
  .menu-mobile-items {
    margin-top: 5em;
  }
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 0.875rem;
  }
  .container {
    max-width: 650px;
  }
  .desktop-nav {
    display: none;
  }
  main {
    padding: 3em 0;
  }
  main h2 {
    font-size: 1.875rem;
  }
  main h3 {
    font-size: 1.125rem;
  }
  section h2 {
    padding: 1.5em 0;
  }
  .hero {
    background-size: 120%;
    background-position: -20px;
  }
  .hero #jump-to-content {
    display: none;
  }
  .public-home {
    min-height: 300px;
  }
  .public-home #hero-text {
    width: 40%;
    max-width: 150px;
    font-size: 1.563rem;
    top: 125px;
  }
  .public-catalog {
    height: 230px;
  }
  .public-catalog #hero-text {
    font-size: 36px;
  }
  .card-wrapper .card {
    margin-bottom: 2em;
  }
  .card-wrapper .card h3 {
    padding: 1em;
  }
  .card-wrapper .card p {
    margin: 0 0 1em 0;
  }
  #stats {
    padding: 5em 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #stats .container .stat-parent {
    padding: 2.75em 0;
  }
  #stats .stats-head {
    font-size: 4.5rem;
  }
  #stats .stats-sub {
    font-size: 1.125rem;
  }
  section[aria-labelledby=sign-up] {
    padding-bottom: 5em;
  }
  section[aria-labelledby=sign-up] h2#sign-up {
    font-size: 2.688rem;
    width: 90%;
    margin: auto;
  }
  .btn-join {
    display: block;
    width: 100%;
  }
  .flex-footer {
    display: block;
  }
}

@media screen and (min-width: 1201px) {
  .public-header .ico-menu {
    display: none;
  }
  .public-header .desktop-nav {
    display: none;
    font-weight: 700;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3em;
  }
  .public-header .desktop-nav ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
    gap: 2.5em;
  }
  .public-header .desktop-nav ul a[href] {
    color: #fff;
    text-decoration: none;
  }
  .public-header .desktop-nav .desktop-head-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  main h2 {
    font-size: 3rem;
  }
  main h3 {
    font-size: 1.125rem;
  }
  main section {
    padding: 3em 0;
  }
  .hero #jump-to-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .public-home {
    height: calc(100vh - 70px);
    background-size: 120%;
    background-position-y: -150px;
  }
  .public-home #hero-text {
    font-size: 3.438rem;
    width: 30%;
    min-width: 358px;
    top: 240px;
  }
  .public-catalog #hero-text {
    font-size: 3rem;
    max-width: 880px;
  }
  .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3em auto 0 auto;
    gap: 1.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-wrapper .card {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .card-wrapper .card h3 {
    margin-bottom: 2em;
  }
  .card-wrapper .card-jobseekers h3, .card-wrapper .card-students h3, .card-wrapper .card-educators h3 {
    margin-top: 2em;
  }
  .stats-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .stats-wrapper .stat-parent .stats-head {
    font-size: 3.125rem;
  }
  .stats-wrapper .stat-parent .stats-sub {
    font-size: 1.125rem;
  }
  .btn-join {
    padding-left: 5rem;
    padding-right: 5rem;
    display: inline-block;
    margin-top: 2rem;
  }
  section[aria-labelledby=school-business] {
    text-align: left;
  }
  section[aria-labelledby=school-business] .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10em;
  }
  section[aria-labelledby=school-business] .container #school-business {
    width: 480px;
  }
  section[aria-labelledby=school-business] .container form {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 400px;
  }
  section[aria-labelledby=school-business] .container form h3 {
    font-size: 1.5rem;
  }
  footer .footer-sitemap {
    line-height: 160%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  footer .group {
    margin-bottom: 20px;
  }
  footer .flex-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.drop-shadow-lrg {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

.menu-mobile-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-top: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1400px) {
  .menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #144242;
    font-size: 1rem;
  }
  .menu-mobile .menu-mobile-header {
    background-color: #fff;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-mobile .menu-mobile-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media screen and (min-width: 1401px) {
  .menu-mobile {
    display: none;
  }
}

@media screen and (min-width: 1601px) {
  header.public-header {
    height: 80px;
  }
  .hero {
    background-size: 120%;
    background-position-y: -270px;
    background-position-x: -100px;
  }
  .public-home {
    height: calc(100vh - 80px);
  }
  .public-home #hero-text {
    font-size: 4.5rem;
    width: 25%;
    max-width: 510px;
    top: 400px;
  }
  .public-catalog {
    font-size: 3rem;
  }
  .card-wrapper .card {
    max-width: 460px;
    padding: 2.75em 4.25em;
  }
  section[aria-labelledby=sign-up] {
    padding: 10em 0;
  }
}

/* BEGIN CODE FOR CATALOG/EUREKA SUBSCRIPTION PAGE */
@media screen and (min-width: 1430px) {
  .price-options-desktop-lg {
    display: block;
  }
  .price-options-desktop-mobile {
    display: none;
  }
}

@media screen and (max-width: 1429px) {
  .price-options-desktop-lg {
    display: none;
  }
  .price-options-desktop-mobile {
    display: block;
  }
}

.price-content-wrapper {
  text-align: left;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-content-wrapper p {
  line-height: 170%;
}

.price-content-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.price-content-wrapper .individual {
  margin: auto;
}

.price-content-wrapper .business {
  width: 100%;
}

.price-content-wrapper .business .form-bg-white {
  padding: 0 2em 3em 2em;
}

.price-content-wrapper .desc {
  padding: 2.5em 2em 0 2em;
}

.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 360px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}

.prices .price-card {
  -ms-flex-preferred-size: 193px;
      flex-basis: 193px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 2.125em 0;
  padding: 1em 2.125em;
  font-size: 0.875rem;
  position: relative;
}

.prices .price-card h3 {
  font-weight: 600;
  font-size: inherit;
}

.prices .price-card .card-body .price-container {
  font-size: 2.813rem;
  font-weight: bold;
}

.prices .price-card .card-body .price-container {
  margin: .25em 0 .5em 0;
}

.prices .price-card .card-body .subscription-option-desc {
  margin: 0 0 1.5em 0;
}

.prices .mid-card {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

@media screen and (max-width: 1200px) {
  .prices {
    display: block;
    height: initial;
  }
  .prices .price-card {
    height: 240px;
    margin-bottom: 5em;
  }
  .prices .mid-card {
    border: none;
  }
  .btn-catalog {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.price-wrapper {
  text-align: left;
  max-width: 800px;
  margin: auto;
}

.price-wrapper .price-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-wrapper .price-tabs .price-tab {
  font-weight: 600;
  text-align: center;
  width: 185px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: .75em;
  border: none;
  cursor: pointer;
}

.price-wrapper .price-tabs .price-tab:hover {
  background-color: white;
  color: #00738C;
  -webkit-transition: background-color ease 250ms;
  transition: background-color ease 250ms;
}

.price-wrapper .tab-active {
  background-color: #fff;
  color: #00738C;
}

.price-wrapper .price-content-wrapper {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1em 2em;
}

.form-bg-white {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5em 2em;
  border-radius: 10px;
}

.form-bg-white .btn-row {
  margin-top: 2em;
}

.form-contact label {
  display: inline-block;
  font-weight: 600;
  margin-top: 1em;
}

.form-contact label:first-child {
  margin-top: 0;
}

.hide {
  display: none;
}

.buy-now-container {
  text-align: center;
  margin-top: 2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.buy-now-container .btn-catalog {
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
}

/* END CODE FOR CATALOG/EUREKA SUBSCRIPTION PAGE */
/*# sourceMappingURL=public_new-2022.css.map */