:root {
    --blue: #3369d6;
    --indigo: #5603ad;
    --purple: #801096;
    --pink: #e36397;
    --red: #f03;
    --orange: #ff3b00;
    --yellow: #ffd600;
    --green: #00c759;
    --teal: #73e9ef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --light: #dee2e6;
    --lighter: #f8f9fa;
    --primary: #1d3557;
    --secondary: #f1faee;
    --success: #00c759;
    --info: #73e9ef;
    --warning: #ff3b00;
    --danger: #f03;
    --light: #e9ecef;
    --dark: #343a40;
    --tertiary: #00977c;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

/*PREREQ TABLE*/
.prereqtable table th, .prereqtable table td {
    /*font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif; */
    font-family: 'Lato', sans-serif;
  padding: 0.5rem 1rem;
  font-size:1rem;
  border: 1px solid var(--light);
  font-weight: normal;
}
.prereqtable table thead th {
    font-weight: bold;
}
.prereqtable li {
    /*font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif; */
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0rem;
}
.prereqtable ul {
    margin-left: 0rem;
    -webkit-padding-start: 10px;
}
.prereqtable ol {
    margin-left: 0rem;
    -webkit-padding-start: 10px;
}
.prereqtable p{
    font-size: 1rem;
}
/* SIDE SUB MENU */
.sidenav ul li {
    font-family: 'Lato', sans-serif;
}
.clean-menu ul {
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 1.1rem;
    color: var(--dark);
    list-style: none;
    padding-left: 0;
}
.clean-menu li {
    font-family: 'Lato', sans-serif;

    /* overflow: hidden; */
    padding-bottom: .25em;
    padding-top: .25em;
}

.clean-menu li ul {
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 1rem;
    color: var(--dark);
    list-style: none;
}

.clean-menu .subul {
    -webkit-box-shadow:inset 1px 0px 0px 0px #ccc;
    -moz-box-shadow:inset 1px 0px 0px 0px #ccc;
    box-shadow:inset 1px 0px 0px 0px #ccc;
}

.clean-menu li ul a {
    padding-left: 0.875em;
}

.clean-menu a {
    color: #00977c;
}

.clean-menu .subul {
    display:none;
}
.clean-menu .thislink .subul {
    display:block;
}
.clean-menu .openlink .subul {
    display:block;
}

.clean-menu a:hover {
    text-decoration: underline;
    color: #286350;
}

/*SELECTED PAGE LINK*/
.clean-menu .thislink a {
    color: var(--dark);
    font-weight: 700;
}

.clean-menu .thislink a:hover {
    color: var(--dark);
    font-weight: 700;
    text-decoration: none;
}
/*END SELECTED PAGE LINK*/

.clean-menu .thislink .subul a {
    color: #00977c;
    font-weight: normal;
}
.clean-menu .thislink .subul a:hover {
    text-decoration: underline;
    color: #286350;
}

/*INNER SELECTED PAGE LINK*/

.clean-menu .openlink .subul a {
    color: #00977c;
    font-weight: normal;
}
.clean-menu .openlink .subul a:hover {
    text-decoration: underline;
    color: #286350;
}

.clean-menu .openlink .subul .thislink a {
    color: var(--dark);
    font-weight: 700;
}

.clean-menu .openlink .subul .thislink a:hover {
    color: var(--dark);
    font-weight: 700;
    text-decoration: none;
}
/*END SELECTED PAGE LINK*/

/* END SIDE SUB MENU */



@media screen and (max-width: 991px) {
    .sidenav {
        display:none !important;
    }
    .subnavnav {
        background:#f1faee;
        padding:.25rem .75rem;
    }
    .deep {
        font-size: 0.875rem !important;
    }

    .subtopnav .nav-link {
        color: var(--tertiary) !important;
    }

    .subtopnav .nav-link:hover {
        text-decoration: underline;
        color: #286350 !important;
    }

    .subtopnav li ul {
        list-style: none;
        display:none;
    }

    .subtopnav .thislink .nav-link {
        color: var(--dark) !important;
        font-weight: 700;
    }

    .subtopnav .thislink .nav-link {
        color: var(--dark) !important;
        font-weight: 700;
        text-decoration: none;
    }

    .subtopnav .thislink .subul {
        display:block !important;
    }

    .subtopnav .thislink .subul .nav-link {
        color: var(--tertiary) !important;
        font-weight: normal;
    }

    .subtopnav .thislink .subul .nav-link:hover {
        text-decoration: underline;
        color: #286350 !important;
    }

    /*INNER SELECTED PAGE LINK*/
    .subtopnav .openlink .subul {
        display:block !important;
    }

    .clean-menu .openlink .subul .nav-link {
        color: #00977c;
        font-weight: normal;
    }
    .clean-menu .openlink .subul .nav-link:hover {
        text-decoration: underline;
        color: #286350;
    }

    .clean-menu .openlink .subul .thislink .nav-link {
        color: var(--dark);
        font-weight: 700;
    }

    .clean-menu .openlink .subul .thislink .nav-link:hover {
        color: var(--dark);
        font-weight: 700;
        text-decoration: none;
    }
    /*END SELECTED PAGE LINK*/

    .subtopnav .subul {
        -webkit-box-shadow:inset 1px 0px 0px 0px #ccc;
        -moz-box-shadow:inset 1px 0px 0px 0px #ccc;
        box-shadow:inset 1px 0px 0px 0px #ccc;
    }
}
@media screen and (min-width: 992px) {
    .subtopnav {
        display:none !important;
    }
}

@media screen and (max-width: 991px) {
    .myframe iframe {
        width:100% !important;
    }
}

@media screen and (max-width: 767px) {
    .card-body {
        margin-left:0 !important;
    }
}

@media screen and (max-width: 767px) {
    .imgtest {
        display:block !important;
        float:none !important;
        width:75% !important;
        margin-left: auto !important;
    }
}


.statistics-block {
  width: 50%;
  display: grid;
  grid-gap: 32px 16px;
  grid-template-columns: repeat(2, 1fr);
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 3rem;
}
.numbers {
  font-size: 40px;
}
.statistics-block .label {
}
.numbers::after {
  content: "";
  display: block;
  height: 2px;
  width: 64px;
  background-color: var(--tertiary);
}
.label {
  margin-top: 4px;
}
@media (min-width: 640px) {
  .content {
    grid-gap: 64px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .statistics-block {
    grid-gap: 32px;
  }
  .numbers {
    font-size: 56px;
  }
}

@media (max-width:575px) {
    .statistics-block {
        width: 100%;
        margin: 1rem;
        margin-top: -2rem;
        margin-bottom: 3rem;

    }
    .card {
        flex-direction: column !important;
    }
    .card-img-top {
        margin: 1.5rem;
    }
    .numbers {
        text-align: left;
    }
    .statistics-block .label{
        text-align: left;
    }
}
