h1 {
     margin-bottom: 30px;
}
 h2, h3 {
     color: #006A96;
}
 h3 {
     padding-bottom: 0.4em;
}
 h4 {
     font-weight: 800;
}
 h5 {
     font-weight: 600;
}
 blockquote {
     background: #f9f9f9;
     border-left: 10px solid #00629B;
     margin: 1.5em 10px;
     padding: 20px 20px;
}
 .table > thead > tr > th {
     vertical-align: top;
}
 .table-highlight-default {
     border: 1px solid #00629B;
}
 .table-highlight-default > thead > tr {
     border-color: #00629B;
}
 .table-highlight-default > thead > tr > th {
     border-color: #00629B;
     background-color: #00629B;
     color: #ffffff;
}
 .table-highlight-primary {
     border: 1px solid #182B49;
}
 .table-highlight-primary > thead > tr {
     border-color: #182B49;
}
 .table-highlight-primary > thead > tr > th {
     border-color: #182B49;
     background-color: #182B49;
     color: #ffffff;
}
 .spotlight {
     border: 1px solid #182B49;
     background-color: #182B49;
}
/***************************
      Drawers 
 ***************************/

 .drawer h3, .drawer h4 {
     font-family: 'Teko-SemiBold' !important;
}
 .drawer h3 {
     font-size: 2.2em;
     font-weight: bold;
     /*font-family: 'Teko-Regular'; font-size: 2.2em; font-weight: bold;*/
}
 .drawer h4 {
     font-size: 1.8em;
}
 .drawer h5 {
     font-size: 1.6em;
}
 .drawer button + .collapse {
     padding: 1em;
     margin-bottom: 1em;
     border: 1px solid #00629B !important;
}

/**************************
     CAROUSEL 
 **************************/
 .carousel > .carousel-inner h2 {
     font-family: 'Teko-SemiBold' !important;
     font-size: 1.6em;
     color: #ffffff;
}
 .carousel > .carousel-inner h2:after {
     display: none !important;
}
/* GALLERY */
 .gallery-container {
     margin-bottom: 30px;
}
 .gallery-container > div {
     padding: 10px 10px;
}
 .gallery-container img {
     width: 100%;
     max-width: 420px;
}

/*************************
   SIDEBAR
 *************************/
.sidebar-section > .sidebar-additional a {text-decoration: underline;}

/************************
  INTERNAL NAVIGATION
 ************************/
 .laundry-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.laundry-nav li {
  flex: 1;
  text-align: center;
  border: 1px solid #ccc;
}

.laundry-nav a {
  display: block;
  padding: 12px;
}

/*************************
  ACCESSIBLE TEXT
 *************************/
.text-highlight-red {
  color: #cc0000;
}