/*! Place your custom styles here */
@media (max-width:480px){body.modal-open{overflow:hidden}.desktoponly{display:none}.modal{height:500px;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.modal.fade.in{top:5px}.modal-body{max-height:2400px}.mobilequestion{padding:0 20px 15px}}input[type].nostyling,select.nostyling,textarea.nostyling{background:#fff}.imagebg:not(.image--light) .boxed:not(.bg--white):not(.bg--none):hover{background:#09c}ul.checkmark1{list-style-image:url(../img2/checkmark.png);margin-left:50px;padding:0}.coursePageBullets,.coursePageUl{margin-left:50px;list-style-type:circle}.coursePageBullets{margin-left:30px}
.schoolLogoButton {margin-top: 40px;}

.schoolLogoImg {
    opacity: 0.8;
    transition: transform .2s; /* Animation */
    margin: 0 auto;
    padding: 20px 20px;
}

.schoolLogoImg:hover {
    transform: scale(1.1);
    opacity: 1;
}

/* Nav Logo classes position the small school logos in the nav */
/* these classes are also responsible for removing the logos in any view other than desktop */

.nav__schoolLogo {
    margin: 0 auto;
}

.nav__schoolLogoRow {
    justify-content: space-between;
    align-content: center;
}

/* This class is used to change the text on mobile views */
.nav__text--mobile {
    display: none;
}

.schoolLogo--top {
    padding-right: 50px;
}

/* These media queries apply to remove the nav school logos on any screen smaller than 992px */
@media only screen and (max-width: 992px) {

    .nav__schoolLogoRow {
        justify-content: space-around;
    }

    /* .nav__schoolLogo, .nav__text--desktop {
        display: none;
    } */

    .nav__text--mobile {
        display: inline-block;
    }
}

/* School logo top is a special class for the first school logo on the home page */
/* Its purpose is to fix the bootstrap columns in the event of an ipad view */
@media only screen and (max-width: 768px) {
    
    .schoolLogo--top {
        display: flex;
        padding-right: 20px;
    }
    .schoolLogo--top > a {
        margin: auto;
    }
}

@media only screen and (max-width: 576px) {
    .schoolLogoImg {
        display: flex; 
        flex-direction: column;
    }
    .schoolLogoImg > a {
        margin: auto;
    }
}

/* this is a custom utility class that adds display flex and align-items center to vertically center items */
.align--vertical {
    display: flex;
    align-items: center;
}



.featureIconsHeader{
    max-height: 200px;
}

/* this class adds a nice hover animation on the degree cards */

.degree__card--animate {
    transition: all 0.2s;
}

.degree__card--animate:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.degree__card--animate:active, .degree__card--animate:focus {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

/* this removes the extra padding on the bottom of sections added in by the theme */

.section--paddingBottom--low {
    padding-bottom: 1.428571em;
}

/* This removes margin bottom put in by the theme on p tags */

.margin__bottom--none {
    margin-bottom: 0;
}


.removeDropdownNav {
    /* display: block !important; */
}

.textMsgDisclaimer {
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 1em 2.5em !important;
}

/* make disclaimer smaller on mobile */
/* make forms more accessible on mobile */
@media screen and (max-width: 600px) {
    .textMsgDisclaimer {
        font-size: 0.7em;
        line-height: 1em;
        padding: 0.7em 1.5em !important;
    }

    .demo--modal__textSm {
        font-size: 0.8em;
        line-height: 1.5em;
    }

    .login__slideout--textPadding {
        padding: 1.2em !important;
    }

    .reservation__container--padding {
        padding-top: 2em;
        padding-bottom: 0.5em;
    }

    /* make icons for dropdown smaller on mobile */
    .input-select:after {
        line-height: 22px;
        font-size: 25px;
    }
  }

  

/* error message for search on degrees page if nothing pops up */
.noResultsFound {
    display: none;
}

/* this styles a custom footer that is only used on the 'meeting' pages */
.meeting__footer {
    width: 100vw;
    background-color: #4A90E2;
    display: flex;
    align-items: center;
    height: 100px;
}

.meeting__footer--logo {
    margin: auto;
}

@media screen and (max-width: 600px) {
    .removeDropdownNav {
        display: none !important;
        /* opacity: 0; */
    }
  }

  /* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .removeDropdownNav {
        display: none;
        /* opacity: 0; */
        /* changing opacity is how the theme itself hides and produces the dropdowns. see theme.css */
    }
  }

/* THESE STYLES APPLY SPECIFICALLY TO THE STEP FORM ON THE QUIZ PAGE 'www.dlsii.com/quiz/' */

/* These styles are from w3 schools, but slightly modified */
#regForm {
    background-color: #ffffff;
    margin: 10px auto;
    width: 70%;
    min-width: 300px;
  }
  
  /* Style the input fields */
  .quiz__textInput {
    background: #fcfcfc;
    padding: .46428571em;
    border-radius: 6px;
    border: 1px solid #ececec;
  }
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none; 
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #609DE6;
  }

  /* THESE CLASSES ARE CUSTOM TO MODIFY THE FORM */
  .quiz__radio {
      -webkit-appearance: radio !important;
      width: 20px !important;
  }

  .quiz__tab input[type="radio"] {
    height: 15px;
  }

  /* This class formats the MONEY BACK SEAL on the home page by the wistia vid */
  .index__moneyBackSeal {
      width: 100px;
      position: relative;
      left: 240px;
      top: -115px;
  }

  @media only screen and (max-width: 850px) {
      .index__moneyBackSeal {
          left: 220px;
      }
  }

  /* accomodate larger accordions */
  .accordion li.active .accordion__content {
    max-height: 750px !important;
  }

  /* fix sizing issue on university tiles when on tablet - 1/2/20 */
  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .university--tile__title {
        font-size: 1.1em;
    }
  }
  
.dlsii-course-card svg {
     width: 18px;
     height: 18px;
     fill: #FCC417;
 }
.dlsii-stars {
     display: flex;
     grid-gap: 10px;
     align-items: center;
 	color: #1D1E3C;
 }
.dlsii_star_box{
display: inline-flex;    
 }
.dlsii-course-card-link{
    font-weight: inherit;
    text-decoration: none !important;
	display: flex;
    height: 100%;
  }
.dlsii-course-card {
     border: 1px solid #eee;
     padding: 20px;
     display: flex;
     flex-direction: column;
     gap: 20px;
     border-radius: 12px;
     margin-top: 30px;
 }
.dlsii-course-card img {
     height: 226px;
     border-radius: 12px;
 	width: 100%;
 	object-fit:cover;
 }
.dlsii-course-card .dlsii-header {
     font-size: 20px;
     line-height: 26.04px;
     color: #1D1E3C;
 	margin:0px;
 }
.dlsii-course-card .dlsii-description {
     font-size: 16px;
     line-height: 20.83px;
     color: #9CA3AF;
	 flex: 1;
 }
.dlsii-course-card .dlsii-price {
     font-family: "Montserrat", sans-serif !important;
     color: #F61682;
     font-size: 21px;
     font-weight: 600;
     line-height: 36.46px;
     text-align: right;
 }
.dlsii-course-card .gray-circle {
     height: 36px;
     background-color: #eee;
     width: 36px;
     border-radius: 100%;
 }
 .course-tutor-name {
     color: #1D1E3C;
     font-size: 13px;
     margin-left: 0.45rem;
 }
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    font-size: 18px;
}
.pagination .current-page {
    background-color: #f61682;
    color: #fff;
}
.pagination span, .pagination a {
    padding: 5px 10px;
}
.pagination a:hover {
    color: #f61682;
    text-decoration: none;
} 