@import url("https://use.typekit.net/xfd7jjh.css");

:root {
  --main-danger-page: #003399;
  --main-primary-page: #00aae7;
  --main-warning-page: #f4c000;
  --main-secondary-page: var(--main-danger-page);
  --main-soft-secondary-page: #d0d5dd;
  --main-orange-page: #ff6905;
  --main-bordo-page: #a20055;
  --bs-danger: var(--main-danger-page);
  --bs-danger-rgb: 23, 104, 116;
  --bs-font-sans-serif: "futura-pt", sans-serif;
  --bs-font-monospace: "futura-pt", sans-serif;
}

body {
  font-family: "futura-pt", sans-serif;
}

.sb-eu-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  background-color: #d0d5dd;
  padding: 0.35rem 0;
}

.sb-eu-topbar img {
  height: 2rem;
  margin-right: 0.5rem;
}

.sb-nav-spaced .nav-item {
  margin-left: 1.5rem;
}

.navbar-dark .navbar-nav.sb-nav-spaced .nav-link {
  color: #1f2933;
}

.navbar.fixed-top {
  top: 2.5rem;
}

main {
  margin-top: 130px !important;
}

.footer.light-bg a {
  color: #1f2933;
}

.sb-gov-icon {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: #f5f7fa !important;
}

.bg-success {
  background-color: #76a519 !important;
}

.bg-info {
  background-color: #00aae7 !important;
}

.bg-warning {
  background-color: #f4c000 !important;
}

.bg-danger {
  background-color: var(--main-danger-page) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-light {
  background-color: #ccd6dd !important;
}

.bg-dark {
  background-color: #d0d5dd !important;
}

.bg-body {
  background-color: #ffffff !important;
}

.strong-bg {
  background-color: #f1f1f1;
}

.light-bg {
  background-color: #fafafa;
}

.warning-bg {
  background-color: #f4c000;
}

.sh-text-decoration-none {
  text-decoration: none;
}

.border-left-danger {
  /* border-left:20px solid var(--main-danger-page); */
  border-left: 1rem solid var(--main-danger-page);
}

.vertical {
  border-left: 20px solid var(--main-danger-page);
  height: 9em;
  margin-right: 10px;
}

.vertical-danger {
  border-left: 26px solid var(--main-danger-page);
  margin-right: 10px;
  height: 7rem;
}

.vertical-danger-single {
  border-left: 0.7rem solid var(--main-danger-page);
  margin-right: 1.5rem;
  height: 3.5rem;
}

.vertical-right-danger {
  border-right: 26px solid var(--main-danger-page);
  margin-right: 10px;
  height: 6.5rem;
}

.vertical-warning {
  border-left: 26px solid var(--main-warning-page);
  margin-right: 10px;
  height: 7rem;
}

.sh-hero {
  background-image: url(../images/skillbuilder/sb-hero-bg1.jpg);
  background-size: cover;
  min-height: 750px;
}

.sh-hero-header {
  color: white;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.25;
}

.sh-hero-2 {
  background-image: url(../images/skillbuilder/sb-hero-bg1.jpg);
  background-size: cover;
  min-height: 500px;
}

.sh-catalogue {
  background: url(../images/steelhub_catalogue.jpg);
  background-size: cover;
  background-position: center top;
  /* background-color: grey; */
}

.sh-hero p {
  color: white;
  font-size: 1.2em;
}

.sh-form-card {
  background-color: #efefef;
  padding: 15px 20px;
}

.sh-btn {
  font-weight: 600;
  font-size: 0.8em;
}

.sh-btn.secondary {
  background-color: #707070;
  color: white;
}

.sh-btn.secondary:hover {
  background-color: #5a5959;
  color: white;
}

.sh-btn.danger {
  background-color: var(--main-danger-page);
  color: white;
}

.sh-btn.danger:hover {
  background-color: #1e8393;
  color: white;
}

.sh-bg-white {
  background-color: white;
}

.sh-header {
  color: var(--main-danger-page);
  font-size: 3.5em;
}

.sh-danger-bg {
  background-color: var(--main-danger-page);
}

.sh-warning-bg {
  background-color: var(--main-warning-page);
}

.sh-primary-bg {
  background-color: var(--main-primary-page);
}

.sh-soft-secondary-bg {
  background-color: var(--main-soft-secondary-page);
}

.sh-orange-bg {
  background-color: var(--main-orange-page) !important;
}

.sh-bordo-bg {
  background-color: var(--main-bordo-page) !important;
}

.sh-danger-text {
  color: var(--main-danger-page) !important;
}

.sh-warning-text {
  color: var(--main-warning-page) !important;
}

.sh-primary-text {
  color: var(--main-primary-page) !important;
}

.sh-secondary-text {
  color: var(--main-soft-secondary-page) !important;
}

.sh-rounded-10 {
  border-radius: 10% !important;
}

.sh-rounded-50 {
  border-radius: 50% !important;
  height: 100% !important;
  width: 100% !important;
}

.sh-texts-buttons {
  font-size: 1.2rem;
  font-weight: 300;
}

.sh-subfunctions-text {
  font-size: 1.3rem;
  font-weight: 300;
}

.sh-soft-shadow {
  box-shadow: 0.3rem 0.2rem 5px rgba(100, 100, 100, 0.1);
}

.sh-card-border {
  border: 0.001rem solid transparent;
  border-radius: 5px;
  overflow: hidden;
}

.sh-border-warning {
  border: 1px solid var(--main-danger-page) !important;
}

/* Font weight */
.sh-fw-100 {
  font-weight: 100;
}

.sh-fw-300 {
  font-weight: 300 !important;
}

.sh-fw-400 {
  font-weight: 400 !important;
}

.sh-fw-700 {
  font-weight: 700 !important;
}

/* Font size */
.sh-0-5rem {
  font-size: 0.5rem;
}

.sh-0-7rem {
  font-size: 0.7rem;
}

.sh-0-9rem {
  font-size: 0.9rem;
}

.sh-1rem {
  font-size: 1rem;
}

.sh-1-1rem {
  font-size: 1.1rem;
}

.sh-1-2rem {
  font-size: 1.2rem;
}

.sh-1-3rem {
  font-size: 1.3rem;
}

.sh-1-4rem {
  font-size: 1.4rem;
}

.sh-1-5rem {
  font-size: 1.5rem;
}

.sh-1-6rem {
  font-size: 1.6rem;
}

.sh-1-7rem {
  font-size: 1.7rem;
}

.sh-2rem {
  font-size: 2rem;
}

.sh-2-4rem {
  font-size: 2.4rem;
}

.sh-2-7rem {
  font-size: 2.7rem;
}

.sh-2-9rem {
  font-size: 2.9rem;
}

.sh-calltoaction {
  background-image: url(../images/spire/hero2.jpg);
  background-size: cover;
  /* background-color: grey; */
}

.sh-calltoaction p {
  color: white;
  font-size: 0.85em;
}

.sh-calltoaction-header {
  color: white;
  font-size: 4.2em;
}

.sh-anotherhero {
  background-image: url(../images/spire/hero3.jpg);
  background-size: cover;
  min-height: 450px;
}

.sh-thankyou {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/new-home/calltoaction/fromtheheart.jpg);
  backdrop-filter: brightness(60%) !important;
}

/* .sh-thankyou::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: brightness(60%) !important;
} */

.sh-btn.learnbydoing {
  border: none;
  top: 1rem;
  right: 1rem;
}

.sh-border-none {
  border: none;
}

.sh-border-secondary {
  border: 1px solid var(--main-secondary-page);
}

.sh-absolute-img {
  border-radius: 15px;
  top: -61px;
  left: 10px;
  width: 170px !important;
}

.sh-absolute-catalogue-img {
  border-radius: 7px;
  bottom: -27px;
  left: 20px;
  width: 110px !important;
}

.sh-testimonial {
  background-image: url(../images/new-home/testimonial/testimonial_bg.jpg);
  background-size: cover;
  /* background-color: grey; */
}

.sh-login {
  background-image: url(../images/loginbg.jpg);
  background-size: cover;
  /* background-color: grey; */
}

.sh-testimonial-img {
  filter: brightness(80%);
}

.sh-setup-account {
  background-image: url(../images/new-home/setupaccount/setupaccount_bg.jpg);
  background-size: cover;
  /* background-color: grey; */
}

.btn {
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
}

.sh-button {
  background-color: var(--main-danger-page);
  color: white;
}

.sh-button:hover {
  background-color: #368a97;
  color: white;
}

.sh-button-light {
  background-color: #f4c000;
  color: white;
}

.sh-button-light:hover {
  background-color: #d6a907;
  color: white;
}

.lead {
  font-size: 1.3em !important;
  font-weight: 500;
}

.sh-circled {
  color: white;
  background-color: var(--main-danger-page);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.text-main-color {
  color: var(--main-danger-page) !important;
}

.sh-line {
  border-left: 1px solid var(--main-danger-page);
  height: 3em;
  margin-left: 58.5%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sh-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sh-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.sh-social-media {
  list-style-type: none;
  color: #a39e9f;
  float: right;
}

.sh-social-media li {
  float: left;
  width: 36px;
  height: 36px;
  border: solid 1px #f4c000;
  border-radius: 50%;
  margin-left: 0.5rem;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.sh-social-media li i {
  line-height: 32px;
}

.sh-social-media a {
  color: #a39e9f;
}

.sh-knowledge-area-pill {
  min-width: 40%;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 0.75rem;
  line-height: 30px;
  font-size: 0.75rem;
  color: white;
  text-transform: uppercase;
  border-radius: 50rem;
}

.sh-knowledge-area-ribbon {
  height: 60px;
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  padding-top: 14px;
}

.sh-course-card {
  box-shadow: 0.3rem 0.2rem 5px rgba(100, 100, 100, 0.1);
  border: 0.1rem solid rgba(100, 100, 100, 0.1);
  background-color: #f5f7fa;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.sh-course-card .sh-secondary-text {
  color: #1f2933 !important;
}

.sh-course-card h6 {
  color: #1f2933;
}

.sh-course-card p {
  color: #1f2933;
}

.sh-course-card-info {
  padding: 0.5rem 0.5rem;
}

.sh-course-card-info-description {
  min-height: 67px;
  max-height: 67px;
}

.sh-course-card p {
  margin: 0;
}

.sh-license-pill {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 0.75rem;
  line-height: 28px;
  color: white;
}

.sh-license-pill-unlicensed {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 0.5rem;
  line-height: 24px;
  color: white;
}

.sh-course-content {
  margin-top: 80px;
  position: relative;
}

.sh-course-details {
  text-align: center;
}

.sh-course-details div {
  border-left: solid 1px var(--main-danger-page);
}

.sh-course-details div:first-child {
  border-left: none;
}

.sh-course-detail-publisher {
  width: 35%;
  position: absolute;
  bottom: 6%;
  right: 4%;
  border-radius: 1rem;
  background: white;
  height: 20%;
  padding: 0.75rem;
}

.sh-course-sidebar {
  padding: 0px;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.2);
  border: 0.1rem solid rgba(100, 100, 100, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  max-width: 400px;
}

.sh-box-sector .sh-inner-box {
  background-image: url(../images/spire/header-sector-s4p.png);
}

.sh-box-family .sh-inner-box {
  background-image: url(../images/spire/header-family-s4p.png);
}

footer {
  color: #4d5c6d;
}

.text-darker {
  color: #1f2933;
}

/* JOURNEY SECTION HOMEPAGE */

.sb-journey .sb-car-content {
  flex-direction: column !important;
}

.sb-journey .sb-bullet {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 3rem auto;
}

.sb-journey .sb-bar {
  position: absolute;
  margin-top: 2.75rem;
  width: 20rem;
  margin-left: 16rem;
}

/* xl */
@media (max-width: 1400px) {
  .sb-journey .sb-bar {
    margin-top: 2.75rem;
    width: 15rem;
    margin-left: 15rem;
  }
}

/* lg */
@media (max-width: 1200px) {
  .sb-journey .sb-bar {
    margin-top: 2.75rem;
    width: 12rem;
    margin-left: 12rem;
  }
}

/* md */
@media (max-width: 992px) {
  .sb-journey .sb-bar {
    margin-top: 2.75rem;
    width: 7rem;
    margin-left: 10rem;
  }
}

/* sm */
@media (max-width: 768px) {
  .sb-journey .sb-bullet {
    margin: 1rem auto 0 auto;
  }

  .sb-journey .sb-bar {
    transform: rotate(90deg);
    margin-top: 10.5rem;
    width: 4rem;
    margin-left: 1rem;
  }
}

.sh-cta {
  background-image: url(../images/skillbuilder/sb-cta.jpg);
  background-size: cover;
  min-height: 500px;
}

.sh-cta-header {
  color: white;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.25;
}

.sh-cta p {
  color: white;
  font-size: 1.1em;
}

.sh-simple-border {
  border: 1px solid #9ca3af;
}

.sb-card-link {
  color: #003399;
  font-weight: 600;
  text-decoration: none;
}
