@import "sonj-components.css";
@import "faq.css";

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.bg-on {
  background-color: #f9f9fa;
}

.sticky-button {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 10px;

  background-color: #cdb04f;
  color: #000 !important;
  border-radius: 5px;
  border: 1px solid #888888;

  font-size: 0.9rem;
  line-height: 1.5rem;
  outline: none;
  padding: 10px 10px;
  z-index: 99;

}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0880e8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

ul.numbered-list li {
  margin: 0 0 2.5rem 0;

}

ul.numbered-list li:before {
  content: counter(section);
  counter-increment: section;
  display: inline-block;

  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0px 0 0;
  border: 1px solid #ccc;
  border-radius: 100%;
  text-align: center;
}

#hero,
.hero-bg {
  background-color: #fdfdfd;
  /*background: url(/hschearings/library/hero-bg.png) top center no-repeat;
  background-size: cover;*/

}

.text-blue {
  color: #012970;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

#hero h3 {
  color: #333;
  margin: 0 2.5rem 0 0;
  padding-top: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

#hero h3 p {
  margin: 0;
}

#hero .btn-about {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    padding: 0;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero h3 {
    color: #333;
    margin: 1rem 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f9fa;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5f687b;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f0f1f3;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/

.bg-yellow {
  background-color: #fff9ce;
}

/*.bg-yellow{  background-color:#f7ab00;}*/
.text-yellow {
  color: #f7ab00;
}

.icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
}

.icon-boxes .icon-box {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);

  /*box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;*/
}

.icon-boxes .icon,
.card.icon {
  margin: 1rem auto;
  display: inline-block;
  text-align: center;
  color: #194d9e !important;
}

.icon-box i,
.card i {
  float: left;

  font-size: 40px;
  line-height: 0;
  color: #194d9e !important;
}

.icon-boxes h4.event-date {
  color: #000 !important;

  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.3rem;
}

.icon-boxes .card-title {
  font-weight: 500;
  margin-bottom: 15px;
  *margin-top: 15px;
  font-size: 1.2rem;
  color: #194d9e;
}

.icon-boxes .card-header {
  padding: 0 1rem;
  margin-bottom: 0;
  background-color: #fff9ce;
  /*background-color:#faedb2;
background-color: rgba(255,255,153,.09);*/
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  text-transform: uppercase;
}

.card-header-right {
  margin-bottom: 0;
  padding-top: 0.5rem;
  background-color: #fff9ce;
  /*background-color: rgba(255,255,153,.09);*/
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}


.icon-boxes .title a,
.icon-boxes .card-title {
  color: #05579e;
  text-transform: uppercase;
}

.icon-boxes .description {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}


.btn-blue {
  color: #fff;
  background-color: #194d9e;

  border-color: #194d9e;
}


#hsc main section a {
  text-decoration: underline !important;
}

#hsc main section a:hover {
  text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}

@media (max-width: 995px) {
  .navbar-brand a {
    color: #fff !important;
  }

  .navbar-brand-2 a {
    color: #012970 !important;
  }
}

@media (max-width: 768px) {
  #icon-boxes {
    padding: 0;
  }


  /*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
  .featured-services {
    padding: 0;
  }

  .featured-services .icon-box {
    padding: 20px;
    color: #5f687b;
    background: #f9f9fa;
    border-radius: 4px;
    border: 1px solid #f9f9fa;
    transition: 0.3s;
    height: 100%;
  }

  .featured-services .icon {
    margin: 0 0 15px 0;
  }

  .featured-services .icon i {
    color: #16df7e;
    font-size: 36px;
  }

  .featured-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .featured-services .title a {
    color: #5f687b;
    transition: 0.3s;
  }

  .featured-services .icon-box:hover {
    border-color: #eaecef;
  }

  .featured-services .icon-box:hover .title a {
    color: #16df7e;
  }

  .featured-services .description {
    line-height: 24px;
    font-size: 14px;
  }

  /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
  .about .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #5f687b;
  }

  .about .content ul {
    list-style: none;
    padding: 0;
  }

  .about .content ul li {
    padding-bottom: 10px;
  }

  .about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #16df7e;
  }

  .about .content p:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
  .contact {
    border-top: 3px solid #194d9e;
    /*border-bottom: 3px solid #194d9e;*/
    padding: 0 2rem;
    width: 100%;
    background-color: #f9f9fa !important;
  }

  .contact .info i {
    font-size: 20px;
    color: #194d9e;
    float: left;
    width: 44px;
    height: 44px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }

  .contact .info .social-links a:hover {
    background: #16df7e;
    color: #fff;
  }

  .contact .info .email:hover i,
  .contact .info .address:hover i,
  .contact .info .phone:hover i {
    background: #16df7e;
    color: #fff;
  }

  .contact .form-group {
    padding-bottom: 8px;
  }

  .contact input:focus,
  .contact textarea:focus {
    border-color: #194d9e;
  }

  .contact form textarea {
    padding: 10px 12px;
  }

  form2 button {
    background: #194d9e;
    border: 0;
    padding: 5px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }

  .contact button[type=submit]:hover {
    background: #206bfb;
  }

  @media (max-width: 767.98px) {
    .border-dark {
      border-right: 0 none;
    }

    .list-group.list-group-horizontal-md {
      display: flex;
      flex-direction: column;
    }
  }

  .card-columns {
    @include media-breakpoint-only(lg) {
      column-count: 4;
    }

    @include media-breakpoint-only(xl) {
      column-count: 4;
    }

    @include media-breakpoint-only(md) {
      column-count: 2;
    }

    @include media-breakpoint-only(sm) {
      column-count: 1;
    }
  }


  @media (max-width: 575.98px) {
    .rec-section br {
      display: none;
    }

    h2.home-subtitle {
      font-zize: 1.5rem
    }

    #news .row {
      padding-bottom: 0 !important;
    }

    .hotline .text-right {
      text-align: center !important;
    }

    .gov-bar ul .text-right {
      text-align: left !important;
    }

    #youth_board_app label {
      display: none;
    }
  }


  @media (min-width: 576px) and (max-width: 767.98px) {
    .hotline .text-right {
      text-align: center !important;
    }

    h2.home-subtitle {
      font-zize: 1.5rem !important
    }

    #news .row {
      padding-bottom: 0 !important;
    }

    .hotline .text-right {
      text-align: center !important;
    }

    #youth_board_app label {
      display: none;
    }

    .gov-bar ul .text-right {
      text-align: left !important;
    }

    #hero h3 {

      font-size: 1rem;
    }

  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    #hero h3 {

      font-size: 1rem;
    }
  }


  @media (min-width: 992px) and (max-width: 1199.98px) {

    #hero h3 {

      font-size: 1rem;
    }
  }


  @media (min-width: 1200px) {
    ...
  }

  .card-news .card__container,
  .card-release .card__container {
    padding: 1.5rem 0 0 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 1rem;
    position: relative;
  }

  .card-news .card__header,
  .card-release .card__header {
    margin-bottom: 1rem;

  }

  .card-release::after {
    position: absolute;

    top: 11px;
    left: 0px;
    content: 'Press Release';
    padding-left: 1rem;
    width: 8rem;
    background: #4f955d;
    color: white;
    text-align: left;
  }

  .card-news::after {
    position: absolute;
    content: 'News';
    top: 11px;
    left: 0px;

    padding-left: 1rem;
    width: 8rem;
    background: #4f955d;
    color: white;
    text-align: left;


  }

  .card-past::after {
    position: absolute;
    content: 'Past Opportunity';
    top: 11px;
    left: 0px;

    padding-left: 1rem;
    width: 11rem;
    background: #666;
    color: white;
    text-align: left;


  }

  .card-current::after {
    position: absolute;
    content: 'Current Opportunity';
    top: 11px;
    left: 0px;

    padding-left: 1rem;
    width: 11rem;
    background: #666;
    color: white;
    text-align: left;


  }