/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* 

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1800px;
  }

  footer .footer-links {
    padding-top: 5%
  }
}

*/

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



/*=====================================*/

body{
  background-color: #fff;
  font-family: "Public Sans", Helvetica, sans-serif;
 box-sizing: border-box;
 position: relative;
 overflow-x: hidden;
}

body p {
  font-family: "Public Sans", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif 4", 'Times New Roman', Times, serif;
  font-weight: 600;
}

img{
  width: 100%;
}
a{
  color:#0072ce;
}
.logo{
  width: 100%;
  max-width: 250px;
}
.img-tile-overlay{
  position: relative;
}
.img-tile-overlay:hover .img-tile {
  opacity: 0.3;
}
.img-tile-overlay:hover .middle {
  opacity: 1;
}
.img-tile {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.overlay-text {
  background-color: #4CAF50;
  color: white;
  font-size: 20px;
  padding: 16px 32px;
  color: #fff;
}
.navbar{
  padding:0px;
  background-color: #fff;
}
.navbar-nav{
  position: relative;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    padding: 40px 20px !important;
    color: #003087;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active{
  color: #003087;
}
.navbar-light .navbar-nav .nav-link:hover {
  background-color:#0072ce;
  color:#fff;
}

.navbar-light .navbar-nav .dp:hover {
  background-color:#003087;
  color:#fff;
}

.navbar-light .navbar-nav .dp-courses:hover {
  background-color:#3DC9EB !important;
  color:#003087;
}

.navbar-light .navbar-nav .dp-systems:hover {
  background-color:#a1e1ff !important;
  color:#003087;
}

.navbar-light .navbar-nav .dp-courses:active {
  background-color:#3DC9EB !important;
  color:#003087;
}

.navbar-light .navbar-nav .dp-systems:active {
  background-color:#a1e1ff !important;
  color:#003087;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:active,
.navbar-light .navbar-toggler:focus {
  color: #003087;
  border-color: rgba(0, 0, 0, 0);
}

.navbar-light .navbar-toggler-icon {
  background-image: url(hamburger.svg);
}

.about-active {
  background-color: #0072ce !important;
  color: #fff !important;
}

.dp-active {
  background-color: #003087;
  color: #fff !important;
}

.dp-courses-active {
  background-color: #3DC9EB !important;
  color: #003087;
}

.dp-systems-active {
  background-color: #a1e1ff !important;
  color: #003087;
}

.dropdown-menu{
  background-color: #003087;
  width: 100%;
  text-align:center;
  color:#fff;
  top: 97%;
  border-radius: 0;
/*    left: 8%;*/

}
.dropdown-menu .nav-item.nav-link{
  padding: 10px 20px  !important;
  color:#fff !important;
}
.dropdown-menu .nav-item.nav-link:hover{
  background-color:#0072ce;
  color:#fff !important;
}

button.navbar-toggler {
    right: 1%;
    position: relative;
}
.overlay-text span{
    font-size: 14px;
    line-height: 20px;
    padding-top: 18px;
    display: inline-block;
    text-align: center;
    color: #fff;
    overflow: hidden;
}


.row-space{
  padding-top: 40px;
  padding-bottom: 40px;
}
.blue-bg{
  position: relative;
  background-color: #003087;
  overflow: hidden;
}

.cloud-blue-bg{
  position: relative;
  background-color: #eaf5ff;
  overflow: hidden;
}

.bold-blue-bg {
  position: relative;
  background-color: #0072ce;
  overflow: hidden;
}

.sky-blue-bg {
  position: relative;
  background-color: #3DC9EB;
  overflow: hidden;
}

.light-blue-bg {
  position: relative;
  background-color: #a1e1ff;
  overflow: hidden;
}

.laurel-white-bg{
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;

}
img.white-laurel {
    width: 100%;
    max-width: 300px;
    position: absolute;
}

.p .director {
  font-family: "Public Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  color:#003087;
  font-weight:600;
  font-size: 1rem;
  text-align:left;
  padding:0;
  margin:0;
}

.parallax-index {
  background-image: url('3_HomePage_Secondary.jpg');
  height: 480px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-systems {
  background-image: url('2_IB_DP_SystemsTransformation_Secondary.jpg');
  height: 480px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-box-1 {
  padding:90px 20px;
  color: #003087;
/*color:#003087;*/
  width: 100%;
  max-width: 870px;
  display:block;
  margin:0 auto;
  text-align:center;
  font-size: 32px;
  line-height: 48px;
  overflow: hidden;
  font-weight:700;
}

.index-box-1 h1 {
  font-size:32px;
}

.index-box-2 {
  padding:20% 16%;
  color: #fff;
/*color:#003087;*/
  width: 100%;
  max-width: 870px;
  display:block;
  margin:0 auto;
  text-align:left;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
}

.index-box-3 {
  padding:2% 20px;
  color: #000;
  width: 100%;
  max-width: 870px;
  display:block;
  margin:0 auto;
  text-align:left;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
}

.index-box-3 h1 {
  color:#0072ce;
  font-size: 2rem;
  font-weight:600;
  line-height: 2.2rem;
}

.dp-box {
  justify-content: center;
  align-content: center;
  align-items: center;
  display: block;
  font-size:15px;
  line-height: 24px;
  color:#fff;
  min-height: 120px;
  width: 100%;
  padding: 2%;
  text-align: center;
}

.dp-box a {
  color: #fff;
  text-decoration: none;
}

.index-box-4 {
  padding:4% 20px;
  color: #003087;
  width: 100%;
  max-width: 1080px;
  display:block;
  margin:0 auto;
  text-align:center;
  font-size: 32px;
  line-height: 48px;
  overflow: hidden;
  font-weight:700;
}

.index-box-4 h1 {
  font-size:2rem;
}

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

.fixed-card {
  width: 300px; /* Set the desired fixed width */
  min-height: 400px; /* Set the desired minimum height */
  margin: 0 auto; /* To center the card within the column */
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Public Sans", Helvetica, sans-serif;
  font-weight:400;
  text-align:left;
}

.fixed-card h5 {
  font-family: "Public Sans", Helvetica, sans-serif;
}

.fixed-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensure the button sticks to the bottom */
}

.fixed-card .btn-light {
  color:#003087;
  font-weight: 600;
  background-color: #eaf5ff;
  border:0;
  border-radius: 0 !important;
}

.fixed-card a {
  color:#003087;
}

.blacktext {
  color:#000;
}

.bluetext {
  color:#003087;
}

.directors {
  font-family: "Public Sans", Helvetica, sans-serif;
  color:#000;
  font-size: 0.5em;
  text-align:left;
  font-weight: 500;
  padding: 3% 20%;
  align-items: center !important;
}

.directors h5 {
  font-family: "Public Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  color:#003087;
  font-weight:600;
  font-size: 1rem;
  text-align:left;
  line-height: 0;
  padding:4% 0 0;
  margin:0;
}

.ib-modal {
  cursor: pointer;
}

.modal-content h5 {
  font-family: "Public Sans", Helvetica, sans-serif;
  color: #fff;
}

.modal-content {
  background-color: #003087;
  color: #fff;
}

.modal-content .close {
  color: #fff;
}

.second-box {
  padding:4% 20px;
  color:#000;
/*color:#003087;*/
  width: 100%;
  max-width: 870px;
  display:block;
  margin:0 auto;
  text-align:left;
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
}

.second-box h1 {
  color:#003087;
  font-size:64px;
  font-weight:700;
}

.second-box h2 {
  color:#0072ce;
  font-size: 1em;
  font-weight:700;
  font-family: "Public Sans", Helvetica, sans-serif;
}

.second-box b {
  color:#003087;
  font-weight:700;
}

.third-box {
  padding:4% 20px;
  color:#000;
  font-weight: normal;
  width: 100%;
  max-width: 870px;
  display:block;
  margin:0 auto;
  text-align:left;
  font-size: 1.25rem;
  line-height: 32px;
  overflow: hidden;
}

.third-box h1 {
  color:#003087;
  font-size: 2em;
  font-weight: 700;
}

.third-box h2 {
  color:#0072ce;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Public Sans", Helvetica, sans-serif;
}

.third-box b {
  color:#003087;
  font-weight:700;
}

.blue-button{
  background-color: #0072ce;
  color:#fff;
  padding: 12px 25px;
  font-size: 20px;
}

.blue-button:hover{
  text-decoration: none;
  background-color: #f1f1f1;
  color: #0072ce;
}

.grid-box{
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding:90px 25px;
  color:#fff;
}
img.blue-laurel{
  width: 100%;
    max-width: 600px;
    position: absolute;
}
.grid-box h2{
  font-weight:700;
    font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}
.grid-box h3{
  margin-top:30px;

}

.advisory-box {
  padding:2% 20px;
  color:#000;
/*color:#003087;*/
  width: 100%;
  max-width: 870px;
  display:block;
  margin:0 auto;
  text-align:left;
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
  align-items:center;
}

.advisory-box h1 {
  color:#003087;
  font-size:64px;
  font-weight:700;
  text-align: center;
}

.advisory-box h3 {
  font-family: "Public Sans", Helvetica, sans-serif;
  color: #003087;
  font-size: 18px;
  font-weight: 700;
  padding: 8% 0 0;
  text-transform: uppercase;
}

.advisory-box p {
  font-size: 16px;
  line-height: 20px;
}

.advisory-box img {
  max-width: 100%;
}

.headshot {
  padding: 1% 1.5%;
}

.directors p {
  margin:0;
  padding:0;
  line-height: auto;
}

footer{
  display:block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 1%;
}

footer .footer-links{
  color:#fff;
  font-size:16px;
}

footer .footer-links h1{
  color:#fff;
  font-size:24px;
  max-width: 320px;
  font-weight: 500;
}

footer .footer-links a {
  color:#fff;
  font-size:18px;
  text-decoration-line: underline;
  text-decoration-color: #3DC9EB;
  text-underline-offset: .48em;
}

footer .footer-links a:hover {
  color:#3DC9EB;
}

footer .fa-2xl{
  margin-left:10px;
  display:inline-block;
  color:#003087;
}
span.divider{
  padding:0px 5px;
}



.owl-carousel .owl-dots {
       text-align: center;
    position: absolute;
    background-color: transparent;
    width: auto;
    padding: 10px 0px;
    bottom: 0;
    display: inline-block;
    margin: 0 auto;
    
  }
.owl-carousel .owl-dots span {
    width:10px;
    height:10px;
    margin:5px 6px 2px;
/*    background: #aaa !important;*/
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    background: #003087 !important;
    border-radius: 25px;

}
.owl-carousel .owl-dots .active span {
  background: #0072ce !important;
  
}
.owl-carousel{
  position: relative;
      text-align: center;

}
.owl-carousel .owl-item>div{
  position:relative;
  z-index: 1;
}
.owl-prev, .owl-next {
  position:absolute;
  outline: none;
}

.owl-prev {
  left:50px;
  top:0;
  bottom: 0;
}

.owl-next {
  right:50px;
  top:0;
  bottom: 0;
}
.owl-prev span,.owl-next span{
    font-size: 5rem;
    background-color: #fff;
    padding: 0 10px 20px 10px;
    opacity: .70;
    margin: 0;
    /* margin-top: -20px; */
    display: block;
    color: #000;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  outline: none;
}
span.learn-more-car {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 9;
    text-align: right;
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
    padding: 12px 0px;
    color: #003088;
    font-weight: 700;
    font-size: 14px;
}

.mobile-show{
    display:none;
  }
  .mobile-hide{
    display:block;
  }

p.learn-more-para {
  min-height: 140px;
}

@media all and (max-width: 1199px){

  p.learn-more-para {
    min-height: 165px;
  }

}

@media all and (max-width: 1030px){



}

@media all and (max-width: 991px){


  .navbar-light .navbar-nav .nav-link {
      padding: 20px !important;
      
  }
  .dropdown-menu{
    width: 100%;
    text-align: center;
  }

  .headshot .headshot-img {
    max-width: 480px;
  }
  
  .directors h5 {
    line-height: 1rem;
  }

}
@media all and (max-width: 767px){

  .headshot .headshot-img {
    max-width: 480px;
  }
  
  .directors h5 {
    line-height: 2rem;
  }

}
@media all and (max-width: 600px){
  .logo{
    max-width: 250px;
  }

  .mobile-show{
    display:block;
  }
  .mobile-hide{
    display:none;
  }

.owl-nav{
  position: relative;
  margin:0 auto;
  text-align: center;
  overflow: hidden;
}
.owl-prev, .owl-next {
  position:relative;

}
.owl-prev {
  left:0;
  top:0;
  bottom: inherit;
  float: left;
}

.owl-next {
  right:0;
  top:0;
  bottom: inherit;
  float: right;
}

.owl-prev span,.owl-next span{
    font-size: 2rem;
    background-color: #fff;
    padding: 0px;
    opacity: 1;
    margin: 20px auto;
    /* margin-top: -20px; */
    display: inline-block;
    color: #000;
    width: 140px;
}
span.learn-more-car{
  display:none;
}
.owl-carousel .owl-dots{
/*  display: none;*/
padding: 0px;
background-color: rgb(255 255 255 / 80%);
    width: 100%;
    display: block;
}
.owl-carousel .owl-dots span{
  width:5px;
  height:5px;
  margin: 3px 6px;
}

.index-box-1 h1 {
  font-size: 1.5rem;
}

.index-box-2 {
  font-size: 1.2rem;
}

.index-box-3 h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.index-box-3 {
  font-size: 1rem;
  line-height: 32px;
}

.row .dp-box {
  display: block;
}

.dp-box {
  min-height: 160px;
  margin: 2%
}

.dp-box p {
  align-content: center;
}

.parallax-index {
  background-image: none;
  max-height: 300px;
}

.parallax-systems {
  background-image: none;
  max-height: 300px;
}

.second-box{
  padding:8% 20px;
  font-size: 1rem;
    line-height: 32px;
}
.third-box{
  font-size: 1rem;
      line-height: 32px;
}

.third-box h2 {
  font-size: 1.1rem;
}

.grid-box h2{
  font-size: 36px;
}
.footer-links.col-lg-6 {
    text-align: center;
    font-size: 14px;
}
.footer-icons{
  text-align: center;
}

.row-space{
  padding-top: 25px;
  padding-bottom: 25px;
}

.second-box h1 {
  font-size: 2rem;
}

p {
  font-size: 1rem;
}

.directors p {
  line-height: 1.2rem;
}

ul {
  font-size: 1rem;
}

.advisory-box h1 {
  font-size: 2rem;
  padding: 2% 20px;
}

.headshot .headshot-img {
  max-width: 480px;
}

.directors h5 {
  line-height: 2rem;
}

}

@media only screen 
    and (width: 393px) 
    and (height: 852px) 
    and (-webkit-device-pixel-ratio: 3) { 

      .parallax-index {
        background-image: none;
      }
      
      .parallax-systems {
        background-image: none;
      }

}


/* Dropdown on hover for desktop */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
}
