/**
* Updated: June 11 2025 with Bootstrap v5.3.2
*/

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/


body {
  font-family: 'BC Sans', Noto Sans, Verdana, Arial, sans-serif;
}

section {
  width: 100%;
}


p {
  font-family: 'BC Sans', Noto Sans, Verdana, Arial, sans-serif;
  color: #474341;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BC Sans", Open Sans, sans-serif;

}

h1 {
  font-size: 30px;
}

h2 {
  color: #234075;
  font-size: 26px;
  font-weight: 500;
}

h3 {
  color: #234075;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
}

li {
  color: #474341;
  /* margin-bottom: 9px; */
}

#learning li,
#teacher li{
  margin-bottom: 1rem;
}


a {
  color: #1a5a96;
  text-decoration: underline;
}

.small {
  font-size: 12px;
}


hr.mint {
  border-top: 4px solid;
  border-color: #8eddc6;
  opacity: 50%;
  width: 33%;
}


hr.gray {
  border-top: 4px solid;
  border-color: #dee2e6;
  opacity: 100%;
}



/*--------------------------------------------------------------
Colours, cards, and callouts
--------------------------------------------------------------*/

.bcblue {
  color: #234075;
}


.hostingborder {
  border-width: 50px 2px 2px 2px;
  border-style: solid;
  border-color: #B5DAEC;
}


.creatingborder {
  border-width: 50px 2px 2px 2px;
  border-style: solid;
  border-color: #C7E7DF;
}

.textcallout {
  font-size: 14px;
}

.calloutgreen {
  border-width: 3px;
  border-style: solid;
  border-color: #C7E7DF;
  padding: 25px;
}

.calloutblue {
  border-width: 3px;
  border-style: solid;
  border-color: #B5DAEC;
  padding: 25px;
}

.card.frontpage {
  border-radius: 0px !important;
}

.card.frontpage:hover {
  transform: scale(1.02);
}

.card.work:hover {
  transform: scale(1.02);
}

.table-green th{
  background-color: #C7E7DF;
}

/*--------------------------------------------------------------
# Buttons, accordions, and icons
--------------------------------------------------------------*/

.btn-primary {
  background-color: #234075;
  border-color: #234075;
  color: #fff;
}

.navy.accordion{
  --bs-accordion-btn-bg: #234075;
  --bs-accordion-active-bg: #234075;
  --bs-accordion-btn-color: white;
  --bs-accordion-active-color: white !important;
  --bs-accordion-btn-focus-box-shadow: none;
}

.teal.accordion{
  /* --bs-accordion-btn-bg: #234075; */
  /* --bs-accordion-active-bg: #234075; */
  --bs-accordion-btn-bg: #24787C;
  --bs-accordion-active-bg: #24787C;
  --bs-accordion-btn-color: white;
  --bs-accordion-active-color: white !important;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button::after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#courses .accordion-button {
  --bs-accordion-btn-color: #1a5a96;
}

/* Filter Generator for "Matching" colors */
/* https://codepen.io/sosuke/pen/Pjoqqp */
#courses .accordion-button::after {
  filter: invert(19%) sepia(92%) saturate(637%) hue-rotate(186deg) brightness(93%) contrast(92%);
}

#accordionblaster .accordion-button {
  --bs-accordion-btn-color: #1a5a96;
}

/* Filter Generator for "Matching" colors */
/* https://codepen.io/sosuke/pen/Pjoqqp */
#accordionblaster .accordion-button::after {
  filter: invert(19%) sepia(92%) saturate(637%) hue-rotate(186deg) brightness(93%) contrast(92%);
}

#accordionshiftboss .accordion-button {
  --bs-accordion-btn-color: #1a5a96;
}

/* Filter Generator for "Matching" colors */
/* https://codepen.io/sosuke/pen/Pjoqqp */
#accordionshiftboss .accordion-button::after {
  filter: invert(19%) sepia(92%) saturate(637%) hue-rotate(186deg) brightness(93%) contrast(92%);
}

i.icons {
  font-size: 32px;
  top: -45%;
  right: -45%;
  color: #234075;
}

.blob-blue {
  filter: invert(88%) sepia(12%) saturate(547%) hue-rotate(163deg) brightness(102%) contrast(94%);
  rotate: 150deg;
}

.blob-purple {
  filter: invert(93%) sepia(9%) saturate(1071%) hue-rotate(199deg) brightness(101%) contrast(83%);
  rotate: 300deg;
}

/*--------------------------------------------------------------
Banners, backgrounds, and images
--------------------------------------------------------------*/

.homebanner {
  background: url('../img/home_banner.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
}

.bannertext {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  padding-top: 30px;
}

.greybanner .bannertext {
  color: #474341;
}

.creatingbanner {
  background: url('../img/creating_banner.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
}

.hostingbanner {
  background: url('../img/hosting_banner.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
}

.greybanner {
  background-color: #f2f2f2;
  height: 150px;
}

.navybanner {
  background-color: #00375A;
  height: 150px;
}

.bluebanner {
  background-color: #306BA0;
  height: 150px;
}

.greenbanner {
  background-color: #24787C;
  height: 150px;
}

.portfoliobanner {
  background: url('../img/portfolio_banner.svg');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  height:150px;
}

.land {
  background-color: #292929;
  padding: 20px 35px 20px 35px;
}

.our-team .card {
  --bs-card-border-color: #none;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/


.navbar-nav {
  vertical-align: middle;
}

a.nav-link {
  color: #234075;
  text-decoration: none;
}

a.nav-link:hover {
  color: #606c9c;
  text-decoration: underline;
}

.dropdown-menu {
  border-color: none;
  border-radius: 0px;
}

a.dropdown-item {
  color: #234075;
  text-decoration: none;
}

a.dropdown-item:hover {
  color: #234075;
  text-decoration: none;
  background-color: #D4EDE6;

}

.dropdown-item {
  white-space: pre-wrap;
  min-width: 150px;
}


.bi {
  vertical-align: -.25em;
  font-size: 2rem;
}


@media only screen and (max-width: 728px) {

  .homebanner {
    background-image: none;
    background-color: #0B385A;
    height: 150px;
    padding-top: 10px;
  }

  .creatingbanner {
    background-image: none;
    background-color: #24787C;
    height: 150px;
  }

  .hostingbanner {
    background-image: none;
    background-color: #306BA0;
    height: 150px;
  }

  .portfoliobanner {
    background-image: none;
    background-color: #00375A;
    height:150px;
  }

  .bannertext {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
  }


  h2 {
    font-size: 22px;
  }

  .lead {
    font-size: 17px;
  }
}

/*--------------------------------------------------------------
# Learnspace Pricing Tables
--------------------------------------------------------------*/
table.learnspace-price-example {
  width: 100%;
}

table.learnspace-price-example:first-of-type {
  margin-bottom: 1rem;
}

table.learnspace-price-example>thead>tr>th {
  white-space: nowrap;
}

table.learnspace-price-example>thead>tr>th:nth-child(1) {
  text-align: left;
  background-color: white;
  color: #666;
}

table.learnspace-price-example>thead>tr>th:nth-child(2) {
  text-align: center;
  padding-right: 5px;
  background-color: #385074;
}

table.learnspace-price-example>tbody>tr>td:nth-child(1) {
  background-color: white;
  text-align: left;
  color: #666;
}

table.learnspace-price-example>tbody>tr>td:nth-child(2) {
  background-color: #d8e6f5;
  color: #385074;
  text-align: right;
  white-space: nowrap;
  width: 27%;
}

table.learnspace-price-example>tbody>tr>td:nth-child(3) {
  background-color: #BEDADC;
  color: #1c5158;
  text-align: right;
  white-space: nowrap;
  width: 34%;
}

table.learnspace-price-example>tbody>tr>td {
  padding: 4px 8px 4px 8px;
  border-top: 1px solid darkgray;
}

table.learnspace-price-example>tbody>tr:last-of-type>td {
  border-top: 2px solid darkgray;
}

table.learnspace-price-example * {
  font-size-adjust: .5;
}

/*--------------------------------------------------------------
# Intake Form
--------------------------------------------------------------*/

.disabled-details {
    /* hide disabled groups before js toggles */
    display: none;
}