#hn .mobileStickyFormCta {
  background: var(--primary-blue);
}
#hn .head-line {
  width: 80px;
  border-top: 4px solid var(--primary-blue);
  margin-top: 0;
}
#hn .header--bootcamp {
  position: fixed;
  top: 0;
  background-color: var(--white-color);
  left: 0;
  right: 0;
  z-index: 102;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  border-bottom: 10px solid var(--primary-blue);
  padding: 10px;
}
@media (max-width: 991.98px) {
  #hn .header--bootcamp {
    position: static;
  }
}
#hn .header--bootcamp .custom-flex .grid12-6 {
  width: 50%;
}
@media (max-width: 767.98px) {
  #hn .header--bootcamp .custom-flex .grid12-6 {
    text-align: center;
  }
}
#hn .header--bootcamp .custom-flex .grid12-4 {
  width: 30%;
}
#hn .header--bootcamp .custom-flex .grid12-2 {
  width: 20%;
  margin: 0;
}
#hn .header--bootcamp__logo img {
  max-width: 100%;
}
#hn .header--bootcamp__number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  #hn .header--bootcamp__number {
    justify-content: center;
  }
}
#hn .header--bootcamp__number p {
  text-align: right;
  margin-bottom: 0;
}
#hn .header--bootcamp__number a {
  display: block;
}
#hn .header--bootcamp__poweredby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: nowrap;
  font-size: 1.4rem;
  font-style: italic;
}
@media (max-width: 767.98px) {
  #hn .header--bootcamp__poweredby {
    justify-content: center;
  }
}
#hn .banner--hofstra {
  padding-top: 15rem;
  background-image: url("../images/2023/hta_category_b1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1rem solid var(--primary-blue);
}
@media (max-width: 991.98px) {
  #hn .banner--hofstra {
    padding-top: 3rem;
  }
}
#hn .banner--hofstra__mainHeading {
  font-size: 4rem;
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  #hn .banner--hofstra__mainHeading {
    font-size: 3.4rem;
  }
}
#hn .banner--hofstra__text {
  font-size: 2rem;
  color: var(--white-color);
}
#hn .banner--hofstra__list {
  font-size: 1.8rem;
  color: var(--white-color);
}
#hn .lifestyle {
  color: var(--primary-blue);
}
#hn .lifestyle h3 {
  color: var(--primary-blue);
  margin-top: 0;
}
#hn .lifestyle p {
  color: var(--primary-blue);
}
#hn .lifestyle.rowsStyle .mobile-grid {
  width: 100%;
  margin: 0 0 2.5rem 0;
}
#hn .lifestyle.rowsStyle .apis {
  display: flex;
  align-items: center;
  min-height: inherit;
  text-align: left;
  padding: 1.5rem 1.5rem 1rem;
}
#hn .lifestyle.rowsStyle .apis .cols:first-of-type {
  margin-right: 2rem;
}
#hn .lifestyle.rowsStyle .apis .cols:last-of-type {
  flex: 1;
}
#hn .lifestyle.rowsStyle .apis img {
  margin: 0;
  border-radius: 12px;
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
#hn .apis {
  box-shadow: 0px 0px 4px 0px rgba(128, 128, 128, 0.94);
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  background-color: var(--white-color);
  min-height: 247px;
}
#hn .how-bootcamp {
  background-color: var(--white-color);
  color: var(--primary-blue);
}
#hn .how-bootcamp h2 {
  color: var(--primary-blue);
}
#hn .how-bootcamp p {
  font-size: 2rem;
  color: var(--primary-blue);
}
#hn .how-bootcamp .icon-box {
  display: flex;
  align-items: center;
  color: var(--primary-blue);
}
@media (max-width: 991.98px) {
  #hn .how-bootcamp .icon-box {
    justify-content: center;
  }
  #hn .how-bootcamp .icon-box .desktopOnly {
    display: none;
  }
}
#hn .how-bootcamp .icon-box p {
  color: var(--primary-blue);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 0px 0.5rem;
  line-height: 1.5;
}
#hn .how-bootcamp .icon-box .check-icon {
  width: 25px;
  height: 25px;
  background-image: url("../images/2023/blue-tick.png");
  background-repeat: no-repeat;
  margin-right: 5px;
  flex: 0 0 25px;
  align-self: flex-start;
  margin-top: 2px;
}
#hn .how-box {
  margin-top: 3rem;
  padding-top: 3rem;
  position: relative;
}
#hn .how-box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hn .how-select-box {
  display: flex;
}
#hn .how-select-box .how-btn {
  margin-bottom: 2rem;
  padding: 1.5rem 1rem 0 1rem;
  border: solid 1px var(--white-color);
  text-align: center;
  width: 33%;
  cursor: pointer;
}
#hn .how-select-box .how-btn.active {
  border: solid 1px var(--primary-red);
}
#hn .how-select-box .how-btn.active .fa-caret-down {
  display: inline-block;
}
#hn .how-select-box .how-btn img {
  margin: 0 1rem;
}
@media (max-width: 991.98px) {
  #hn .how-select-box .how-btn img {
    width: 60px;
    height: 60px !important;
  }
}
#hn .how-select-box .how-btn h3 {
  font-size: 1.6rem;
  color: var(--primary-blue);
  font-weight: 500;
}
#hn .how-select-box .how-btn h3 i {
  font-style: normal;
  padding: 0 2px;
  width: 2rem;
  box-sizing: border-box;
}
#hn .how-select-box .how-btn .fa-caret-down {
  display: none;
}
#hn .how-description {
  max-width: 460px;
  margin: 0 auto;
}
#hn .how-bootcamp .how-description.adj p.how-data {
  display: none;
}
#hn .learning-experience {
  background-color: #f5f5f5;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: 100% 34px;
  background-position: top center;
  color: var(--primary-blue);
}
#hn .experience-nav {
  display: flex;
  justify-content: space-between;
}
#hn .exp-btn {
  text-align: center;
  cursor: pointer;
  padding: 2rem;
}
#hn .exp-btn img {
  display: block;
  width: 50px;
  height: 50px !important;
  margin: 2rem auto;
  filter: opacity(0.5);
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#hn .exp-btn p {
  background: #ccc;
  border-radius: 50%;
  color: var(--primary-blue);
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  line-height: 35px;
}
#hn .exp-btn h3 {
  color: var(--primary-blue);
  margin-bottom: 0;
  font-size: 1.8rem;
  cursor: pointer;
}
#hn .exp-btn .nav-i {
  display: none;
  font-style: normal;
  font-size: 3rem;
}
#hn .exp-btn.active img {
  filter: none;
}
#hn .exp-btn.active p {
  background: var(--primary-blue);
  color: var(--white-color);
}
#hn .exp-btn.active h3 {
  color: var(--primary-blue);
}
#hn .exp-btn.active .nav-i {
  display: inline;
}
#hn .exp-text {
  text-align: center;
  color: var(--primary-blue);
  font-size: 2rem;
}
#hn .learning-track h2.pricing-heading {
  font-size: 2.5rem;
  color: var(--primary-blue);
}
#hn .learning-track .bootcamp-pricing-table table {
  width: 90%;
}
@media (max-width: 767.98px) {
  #hn .learning-track .bootcamp-pricing-table table {
    width: 100%;
  }
}
#hn .learning-track .bootcamp-pricing-table table tr.bc-pricing {
  display: table-row;
}
#hn .learning-track .bootcamp-pricing-table table tr.bc-pricing td {
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 36px;
  color: var(--primary-blue);
  padding: 0;
}
#hn .learning-track .bootcamp-pricing-table table tr.bc-pricing td .price {
  position: relative;
  display: inline-block;
  padding: 2rem 1rem 0 1rem;
  margin-top: 1rem;
  min-width: 140px;
}
#hn .learning-track .bootcamp-pricing-table table tr.bc-pricing td .price:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
#hn .learning-track .bootcamp-pricing-table table tr.bc-pricing td .price sub {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
}
#hn .learning-track .bootcamp-pricing-table table tr.pricing-options a {
  padding: 1rem 0;
  display: block;
  text-decoration: underline;
  font-size: 1.4rem;
  color: var(--primary-blue);
}
#hn .learning-track .bootcamp-pricing-table table tr th {
  padding: 2rem 2.5rem;
  vertical-align: middle;
  position: relative;
  background: var(--primary-blue);
  border-style: none;
  border-radius: 0px;
  color: var(--white-color);
  text-align: center;
  border-bottom: none;
}
#hn .learning-track .bootcamp-pricing-table table tr th.table-heading h3 {
  text-align: left;
  font-size: 1.8rem;
  color: var(--primary-blue);
  border: none;
  text-transform: uppercase;
  font-weight: 500;
}
#hn .learning-track .bootcamp-pricing-table table tr th:nth-of-type(1) {
  background-color: #f5f5f5;
}
#hn .learning-track .bootcamp-pricing-table table tr th:nth-of-type(2) {
  background-color: var(--primary-blue);
}
#hn .learning-track .bootcamp-pricing-table table tr th h3 {
  font-style: normal;
  font-size: 1.8rem;
  color: var(--white-color);
  margin: 0px;
  line-height: 22px;
  font-weight: 500;
}
#hn .learning-track .bootcamp-pricing-table table tr td {
  text-align: center;
  color: var(--primary-blue);
  width: 250px;
  background: #ddd;
  padding: 1rem 2.5rem;
  vertical-align: middle;
  font-weight: 500;
}
#hn .learning-track .bootcamp-pricing-table table tr td:nth-of-type(1) {
  background-color: var(--white-color);
}
#hn .learning-track .bootcamp-pricing-table table tr td.sub-header {
  color: var(--primary-blue);
  text-align: left;
  font-size: 1.4rem;
  background: var(--white-color);
  position: relative;
}
#hn .learning-track .bootcamp-pricing-table table tr td.tooltip:hover {
  transition: all 0.3s;
  background-color: #ddd !important;
  cursor: pointer;
}
#hn .learning-track .bootcamp-pricing-table table tr td.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 100;
  transition: all 0.4s;
}
#hn .learning-track .bootcamp-pricing-table table tr td.tooltip .tooltiplabel:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0da";
  color: var(--primary-blue);
  left: 1rem;
}
#hn .learning-track .bootcamp-pricing-table table tr td.tooltip .tooltiptext {
  visibility: hidden;
  background-color: var(--white-color);
  color: var(--body-color);
  font-weight: lighter;
  text-align: left;
  position: absolute;
  z-index: 1;
  border: 1px solid #bbb;
  padding: 1rem;
  opacity: 0;
  transition: all 0.4s;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  line-height: 27px;
  width: 260px;
  top: -5px;
  left: 50%;
}
@media (max-width: 767.98px) {
  #hn .learning-track .bootcamp-pricing-table table tr td.tooltip .tooltiptext {
    max-width: 100%;
  }
}
#hn .learning-track .bootcamp-pricing-table table tr td.tooltip .tooltiptext:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border-width: 9px;
  border-color: transparent;
  right: 100%;
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
#hn .learning-track .bootcamp-pricing-table table tr td.tooltip .tooltiptext:after {
  content: "";
  border: solid transparent;
  height: 0;
  position: absolute;
  width: 0;
  border-color: transparent;
  right: 100%;
  border-right-color: var(--white-color);
  margin-top: -5px;
  top: 15px;
  border-width: 8px;
}
#hn .modalPaymentPlansInforgraphics .modal-inner-wrap {
  max-width: 811px;
}
#hn .modalPaymentPlansInforgraphics .modal-inner-wrap .modal-content {
  padding: 2rem;
  border-bottom: solid 10px var(--primary-blue);
}
#hn .modalPaymentPlansInforgraphics header.modal-header {
  padding: 2rem;
  background-color: var(--primary-blue);
}
#hn .modalPaymentPlansInforgraphics header.modal-header .modal-title {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
  color: var(--white-color);
  font-size: 2.4rem;
}
#hn .modalPaymentPlansInforgraphics header.modal-header .action-close:before {
  color: var(--white-color) !important;
}
#hn .modalPaymentPlansInforgraphics .ig_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hn .modalPaymentPlansInforgraphics .ig_hd {
  display: block;
  font-size: 2.4rem;
  color: var(--primary-blue);
  margin: 0;
}
#hn .modalPaymentPlansInforgraphics .pricingOptions {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
#hn .modalPaymentPlansInforgraphics .pricingOptions .singleOption:first-of-type {
  width: calc(40% - 3rem);
  margin-right: 3rem;
}
#hn .modalPaymentPlansInforgraphics .pricingOptions .singleOption .optionTitle {
  display: block;
  border-bottom: solid 4px var(--primary-blue);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #000;
}
#hn .modalPaymentPlansInforgraphics .pricingOptions .optionData .amount {
  font-size: 2.6rem;
  line-height: 36px;
  display: block;
  color: var(--primary-blue);
}
#hn .modalPaymentPlansInforgraphics .pricingOptions .optionData p.txtLarge {
  font-size: 1.5rem;
  color: var(--body-color);
  margin: 0;
  text-align: left;
}
#hn .modalPaymentPlansInforgraphics .pricingOptions .optionLogos {
  display: flex;
  flex-wrap: wrap;
  max-width: 380px;
}
#hn .modalPaymentPlansInforgraphics .pricingOptions .optionLogos span {
  width: 50%;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
}
#hn .modalPaymentPlansInforgraphics .pricingOptions .optionLogos img {
  margin-top: 0;
  max-width: 85%;
  height: 50px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
#hn .strips {
  margin-top: 3rem;
}
#hn .admission-details {
  margin: 2rem 0;
}
#hn .strip-select h3 {
  border-left: 15px solid #929292;
  padding: 1rem;
  border-right: 5rem solid #929292;
  box-shadow: 0px 0px 4px #f5f5f5;
  margin: 1rem 0;
  background: var(--white-color);
  color: #0A3956;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  cursor: pointer;
}
#hn .strip-select.active h3 {
  border-left: 1.5rem solid var(--primary-blue);
  border-right: 5rem solid var(--primary-blue);
  color: var(--primary-blue);
  box-shadow: 0px 0px 4px #999;
}
#hn .learn-info-box {
  background: var(--white-color);
  padding: 2rem;
}
#hn .learn-2, #hn .learn-3, #hn .learn-4, #hn .learn-5, #hn .learn-6, #hn .learn-7, #hn .learn-8, #hn .learn-9, #hn .learn-10 {
  display: none;
}
#hn .admission-details p {
  color: var(--primary-blue);
}
#hn .bootcamp-page.skill-icon-section {
  padding: 4rem 0 2rem 0;
  overflow: hidden;
}
#hn .skill-icon-section.hofstra {
  background: #033b4c;
  background: linear-gradient(180deg, #1b68b3 0%, #1b68b3 50%, #165695 100%);
}
#hn .skill-icon-section .skill-icon-box {
  display: flex;
  align-items: center;
  color: var(--primary-blue);
  margin-bottom: 2rem;
}
#hn .skill-icon-section .skill-icon-box img {
  max-width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 50px;
}
#hn .skill-icon-section .skill-icon-box p {
  color: var(--white-color);
  font-size: 1.6rem;
  margin-bottom: 0px;
  padding: 0px 1rem;
  font-weight: 500;
}
#hn .job-assistant {
  padding: 12rem 0 6rem;
  background-color: #f5f5f5;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: 100% 34px;
  background-position: top center;
  color: var(--primary-blue);
}
#hn .job-assistant.hofstra {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='100%25' height='34' viewBox='0 0 1600 200'%3E%3Cpath fill='%23165695' d='M800 200C149 200 0 0 0 0h1600C1600 0 1451 200 800 200z'/%3E%3C/svg%3E");
}
#hn .job-assistant.hofstra h2 {
  color: var(--primary-blue);
}
#hn .job-main-desc {
  color: var(--primary-blue);
}
#hn .job-cards {
  display: flex;
  margin-top: 4rem;
}
@media (max-width: 575.98px) {
  #hn .job-cards {
    display: block;
    margin: 1rem 0;
  }
}
#hn .card-col {
  width: 32%;
  height: 340px;
}
@media (max-width: 575.98px) {
  #hn .card-col {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
#hn .job-card-cover {
  perspective: 1000px;
}
@media (max-width: 575.98px) {
  #hn .job-card-cover {
    width: 50%;
    margin: 1rem;
  }
}
#hn .job-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
@media (max-width: 575.98px) {
  #hn .job-card-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: none;
  }
}
#hn .job-card-front, #hn .job-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  color: var(--primary-blue);
}
@media (max-width: 575.98px) {
  #hn .job-card-front, #hn .job-card-back {
    position: static;
  }
}
@media (max-width: 575.98px) {
  #hn .job-card-front {
    display: block !important;
    backface-visibility: visible !important;
  }
}
#hn .job-mt-5 {
  margin-top: 5rem !important;
}
@media (max-width: 575.98px) {
  #hn .job-mt-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
#hn .job-card {
  text-align: center;
  box-shadow: 1px 1px 5px #999;
  margin: 1rem;
  background: var(--white-color);
}
@media (max-width: 575.98px) {
  #hn .job-card {
    width: 100%;
    margin: 0;
  }
}
#hn .job-card img {
  height: 50%;
  width: 100%;
}
#hn .job-card i {
  font-style: normal;
  text-align: center;
  font-size: 3rem;
  margin: auto;
  color: var(--primary-green);
}
@media (max-width: 575.98px) {
  #hn .job-card i {
    font-size: 2.5rem;
  }
}
#hn .job-card h3 {
  color: var(--primary-blue);
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 1rem 2rem 1rem;
  margin: 0;
}
@media (max-width: 575.98px) {
  #hn .job-card h3 {
    margin: 1rem;
  }
}
#hn .job-card-back {
  transform: rotateY(180deg);
  font-size: 1.4rem;
  background: var(--white-color);
  box-shadow: 1px 1px 5px #999;
  color: var(--primary-blue);
}
@media (max-width: 575.98px) {
  #hn .job-card-back {
    display: none;
  }
}
#hn .back-box {
  text-align: center;
  box-shadow: 1px 1px 5px #999;
  margin: 0 1rem 1rem;
  background: #fff;
  padding: 2rem 5px 5px;
  font-size: 1.3rem;
  min-height: 217px;
}
#hn .job-card-back i {
  color: var(--primary-blue);
  font-style: normal;
  font-size: 2rem;
}
#hn .job-card-cover:hover .job-card-inner, #hn .job-card-cover:focus .job-card-inner {
  transform: rotateY(180deg);
}
@media (max-width: 575.98px) {
  #hn .job-card-cover:hover .job-card-inner, #hn .job-card-cover:focus .job-card-inner {
    transform: none;
  }
}
#hn .special-mobile-box {
  display: none;
  color: var(--primary-blue);
}
@media (max-width: 575.98px) {
  #hn .special-mobile-box {
    display: block;
    width: 48%;
    text-align: center;
  }
}
#hn .learn-bootcamp h2 {
  color: var(--primary-blue);
}
#hn .m-auto {
  margin: auto !important;
}
#hn .forture-companies-2 {
  background: var(--primary-blue);
  background: linear-gradient(180deg, #1b68b3 0%, #1b68b3 50%, #165695 100%);
  color: var(--white-color);
}
#hn .forture-companies-2 .head-line {
  width: 80px;
  font-weight: 600;
  border-top: 4px solid var(--white-color);
}
#hn .forture-companies-2 p {
  color: var(--white-color);
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#hn .forture-companies-2 .logo_slider_wrapper {
  max-height: inherit;
}
#hn .forture-companies-2 .stext p {
  color: var(--white-color);
}
#hn .logo_slider_wrapper {
  overflow: hidden;
  padding: 0;
  text-align: center;
  max-height: 100px;
  position: relative;
}
#hn .logo_slider_wrapper .logo_slider {
  overflow: hidden;
  margin: 0px;
}
#hn .logo_slider_wrapper .logo_slider .single_logo {
  max-width: 130px;
  display: none;
}
#hn .logo_slider_wrapper .logo_slider .single_logo img {
  max-width: 100%;
  max-height: 60px;
  margin: 0 auto;
}
#hn .logo_slider_wrapper .slick-track {
  display: flex;
  align-items: center;
}
#hn .qs-instructors h2 {
  color: var(--primary-blue);
  margin-bottom: 1rem;
}
#hn .qs-instructors .instructorsListingBoxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding-top: 3rem;
}
#hn .qs-instructors .instructorsListingBoxes li {
  flex: 46%;
  background: var(--white-color);
  border-radius: 10px;
  margin: 5rem 1rem;
  padding: 0 3.5rem 3rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  flex-grow: initial;
  text-align: center;
}
#hn .qs-instructors .instructorsListingBoxes li a {
  position: relative;
  display: inline-block;
}
#hn .qs-instructors .instructorsListingBoxes li img {
  border-radius: 100%;
  width: 150px;
  margin: -5rem auto 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#hn .qs-instructors .instructorsListingBoxes li .linkedInIcon {
  background-image: url(../images/2023/linkedin.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
#hn .qs-instructors .instructorsListingBoxes li span.authorName {
  display: block;
  color: var(--primary-blue);
  font-size: 1.9rem;
  margin: 1rem 0 0.5rem;
}
#hn .qs-instructors .catBtn {
  background: #f5f5f5;
  border-radius: 10px;
  color: var(--primary-blue);
  padding: 0 1.6rem;
  margin: 2rem auto 0 auto;
  text-align: center;
  font-size: 1.6rem;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#hn .qs-instructors .catBtn:hover, #hn .qs-instructors .catBtn:focus {
  background: var(--primary-blue);
  color: var(--white-color);
}
#hn .salary-widget .growth-amt.standard-highlight {
  color: var(--primary-green);
}
#hn .salary-widget .salary-difference .growth-amt:before {
  content: "+";
}
#hn .salary-widget .growth-amt.standard-highlight {
  color: var(--primary-green);
}
#hn .salary-widget .salary-range .salary-lowest,
#hn .salary-widget .salary-range .salary-highest {
  font-size: 3rem;
}
#hn .select2-container--default span.select2-selection.select2-selection--single {
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 6px;
}
#hn .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}
#hn .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
#hn .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: "FontAwesome";
  content: "\f078";
  background-color: var(--white-color);
  padding: 8px 7px 8px 6px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  width: 7px;
  text-align: center;
}
#hn .salary-widget .hide-label-text {
  font-size: 0;
}
#hn .salary-widget > h2 {
  margin-bottom: 0px;
}
#hn .salary-widget .range-step-1,
#hn .salary-widget .range-step-2,
#hn .salary-widget .range-step-3 {
  position: relative;
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 1.5rem 0px;
  text-align: center;
  transition: all 0.7s ease;
}
#hn .salary-widget .range-step-1 .career-role,
#hn .salary-widget .range-step-1 .location {
  text-align: left;
}
#hn .salary-widget .range-step-1 .salary-range {
  align-items: center;
  text-align: center;
  position: relative;
  margin: auto;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  transition: all 0.7s ease;
}
#hn .salary-widget .range-step-2,
#hn .salary-widget .range-step-3 {
  border: none;
}
#hn .salary-widget .range-step-2 .salary-graph {
  position: relative;
  min-height: 140px;
  min-width: 170px;
}
#hn .salary-widget .range-step-2 .salary-graph .stabalize-graph {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#hn .salary-widget .range-step-2 .salary-graph .salary-graph-range {
  display: inline-block;
  margin: 0 2%;
  bottom: 0;
  width: 14%;
  min-width: 20px;
  text-align: center;
  font-size: 1.1rem;
  align-items: center;
}
#hn .salary-widget .range-step-2 .salary-graph .graph-bars {
  position: relative;
  margin-bottom: -6px;
  align-items: center;
  text-align: center;
  height: 151px;
}
#hn .salary-widget .range-step-2 .salary-graph .graph-bars-titles {
  border-top: 1px solid;
}
#hn .salary-widget .range-step-2 .salary-graph .salary-graph-range .bars {
  background-color: var(--primary-blue);
  transition: all 0.7s ease;
  height: 0px;
  width: 100%;
}
#hn .salary-widget .range-step-2 .salary-graph-quote {
  margin: 1rem 0px;
}
#hn .salary-widget .range-step-2 .salary-graph .salary-graph-range .salary {
  font-size: 1.1rem;
  display: table;
  width: 100%;
}
#hn .salary-widget .range-step-2 .salary-graph .salary-graph-range .bars.lowest-paid.growth-graph {
  height: 25px;
}
#hn .salary-widget .range-step-2 .salary-graph .salary-graph-range .bars.midway-paid.growth-graph {
  height: 60px;
}
#hn .salary-widget .range-step-2 .salary-graph .salary-graph-range .bars.highest-paid.growth-graph {
  height: 130px;
}
#hn .salary-widget .range-step-2 .salary-graph .graph-bars-titles .salary-graph-range.graph-bar-title-lowest {
  position: relative;
  width: 20%;
  margin: auto;
  align-items: center;
}
#hn .salary-widget .range-step-2 .salary-graph .graph-bars-titles .salary-graph-range.graph-bar-title-highest {
  position: relative;
  align-items: center;
  text-align: center;
  width: 55%;
  margin: auto;
}
#hn .salary-widget .range-step-2 .skills-sets {
  text-align: center;
  max-height: 195px;
  height: 170px;
  overflow: hidden;
}
#hn .salary-widget .range-step-2 .skills-sets::after,
#hn .salary-widget .range-step-2 .skills-sets .skills-cell {
  padding: 0.5rem 1.5rem;
  margin: 0px 3px;
  display: inline-block;
  width: 100px;
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 16.8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#hn .salary-widget .range-step-2 .skills-sets::after {
  content: attr(data-extra-tags);
}
#hn .salary-widget .range-step-3 .upgraded-certification .certification-require,
#hn .salary-widget .range-step-3 .skill-set-require .skills-aquire,
#hn .salary-widget .range-step-2 .skills-sets .skills-cell {
  background-color: #DDDDDD;
}
#hn .salary-widget .range-step-3 .upgraded-certification .skills-set-header {
  padding: 1.4rem 0px;
}
#hn .salary-widget .range-step-3 .upgraded-certification .skills-set-header option {
  font-size: 1.6rem;
  color: var(--body-color);
  background-color: var(--white-color);
}
#hn .salary-widget .range-step-3 .skills-set-header {
  color: var(--white-color);
  background-color: var(--primary-blue);
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem 0px;
  font-size: 1.2rem;
  height: auto;
  -moz-text-align-last: center;
       text-align-last: center;
  align-items: center;
}
#hn .salary-widget .range-step-3 .upgraded-certification .certification-require,
#hn .salary-widget .range-step-3 .skill-set-require .skills-aquire {
  width: 100%;
  margin-bottom: 5px;
  padding: 1rem 0px;
  font-size: 1.2rem;
}
#hn .salary-widget .range-step-3 .salary-difference {
  position: relative;
  margin: 4.5rem 0;
}
#hn .salary-widget .range-step-1 .salary-range,
#hn .salary-widget .range-step-3 .salary-difference .growth-amt {
  color: var(--primary-green);
}
#hn .salary-widget .range-step-3 .salary-difference .growth-amt {
  width: 90%;
  font-size: 3.5rem;
  margin-bottom: -15px;
}
#hn .salary-widget .range-step-3 .salary-difference .arrow-bottom-line,
#hn .salary-widget .range-step-3 .salary-difference .arrow-mid-line,
#hn .salary-widget .range-step-3 .salary-difference .arrow-head .arrow-head-triangled {
  background-color: var(--primary-green);
}
#hn .salary-widget .range-step-3 .growth-arrow {
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
  transition: all 0.7s ease;
}
#hn .salary-widget .range-step-3 .arrow-bottom-line {
  width: 5px;
  height: 30px;
}
#hn .salary-widget .range-step-3 .arrow-mid-line {
  width: calc(100% - 30px);
  height: 5px;
}
#hn .salary-widget .range-step-3 .arrow-head {
  width: 25px;
  height: 25px;
  align-items: center;
  display: flex;
  overflow: hidden;
}
#hn .salary-widget .range-step-3 .arrow-head .arrow-head-triangled {
  width: 100%;
  height: 100%;
  transform: rotate(45deg) translate(-50%, 50%);
}
#hn .hero-price {
  color: var(--primary-red);
  font-size: 3rem;
}
#hn span.hero-price sup {
  margin-left: -3px;
  font-size: 2rem;
}
#hn span.hero-condition {
  display: block;
  color: rgba(204, 204, 204, 0.8);
  font-size: 1.2rem;
  margin: 0 0 1rem;
  clear: both;
}
@media (max-width: 1030px) {
  #hn .salary-widget .range-step-2 .grid12-8,
  #hn .salary-widget .range-step-2 .salary-graph {
    width: 100%;
  }
}
@media (max-width: 990px) {
  #hn .salary-widget .range-step-3 .salary-difference .growth-amt {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1263px) and (max-width: 1503px) {
  #hn .salary-widget .range-step-1 .salary-range {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 1198px) and (max-width: 1262px) {
  #hn .salary-widget .range-step-1 .salary-range {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1198px) {
  #hn .salary-widget .range-step-1 .salary-range.grid12-4 {
    width: 100%;
  }
  #hn .salary-widget .range-step-1 .location.grid12-4,
  #hn .salary-widget .range-step-1 .career-role.grid12-4 {
    width: 48%;
  }
}
@media only screen and (max-width: 1198px) {
  #hn .salary-widget .range-step-1 .salary-range {
    margin-top: 0px;
  }
  #hn .salary-widget .range-step-1 {
    padding: 0px 0px 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #hn .salary-widget .range-step-3 .growth-arrow {
    position: relative;
    width: 150px;
    left: 41%;
    top: -5px;
    transform: rotate(90deg);
  }
  #hn .hero-price {
    display: block;
    text-align: center;
  }
  #hn span.hero-condition {
    display: block;
    text-align: center;
  }
}/*# sourceMappingURL=bootcamp-pages.css.map */