@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);


#bootstrap-override h1 {
    font-size: 30px;
}

main h1:first-of-type {
    margin-top: 0;
}

#bootstrap-override h2 {
    font-size: 25px;
}

#bootstrap-override h3 {
    font-size: 21px;
}

#bootstrap-override h4 {
    font-size: 18px;
}

#bootstrap-override h5 {
    font-size: 16px;
}

#bootstrap-override h6 {
    font-size: 14px;
}

body {
    background-color: #e5e5e5;
    color: #212529;
}

#bootstrap-override .table > tbody > tr > td,
#bootstrap-override .table > tbody > tr > th,
#bootstrap-override .table > tfoot > tr > td,
#bootstrap-override .table > tfoot > tr > th,
#bootstrap-override .table > thead > tr > td,
#bootstrap-override .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

#bootstrap-override p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212529;
}

.heading {
    margin-top: +20px;
    font-size: 16px;
}

@media (max-width: 749.98px) {
    #bootstrap-override #main-container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 100vw;
    }

    #bootstrap-override .container, #bootstrap-override .container-sm {
        max-width: 100vw;
    }
}

@media (min-width: 750px) and (max-width: 969.98px) {
    #bootstrap-override #main-container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 750px;
    }

    #bootstrap-override .container, #bootstrap-override .container-sm {
        max-width: 750px;
    }
}

@media (min-width: 970px) and (max-width: 1199.98px) {
    #bootstrap-override #main-container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 970px;
    }

    #bootstrap-override .container, #bootstrap-override .container-sm {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override #main-container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 1170px;
    }

    #bootstrap-override .container, #bootstrap-override .container-sm {
        max-width: 1170px;
    }
}

.content {
    min-height: 648px;
    /* set minimum height of content area */
}

.padded {
    padding: 40px 40px;
}

#header {
    margin-left: -15px;
    margin-right: -15px;
}

#header-img {
    width: 100%;
}

#bootstrap-override #header-caption-box {
    position: absolute;
    top: 45px;
    left: 28px;
    height: 41px;
    width: 290px;
    display: table;
    /* z-index: 1; */
}

@media (min-width: 992px) {
    #bootstrap-override #header-caption-box {
        top: 53px;
        left: 36px;
        height: 57px;
        width: 377px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override #header-caption-box {
        top: 60px;
        left: 43px;
        height: 75px;
        width: 455px;
    }
}

#bootstrap-override #header-caption {
    color: white;
    vertical-align: middle;
    font-size: 15px;
    line-height: 17px;
    display: table-cell;
}

@media (min-width: 992px) {
    #bootstrap-override #header-caption {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override #header-caption {
        font-size: 21px;
        line-height: 23px;
    }
}

.navbar-custom {
    border-radius: 0;
    /* background-color: #175C64; */
    /* border-color: #175C64; */
    border-left: none;
    border-right: none;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    margin-bottom: 0;
    min-height: 40px;
}

.navbar-custom .navbar-nav > .active > a {
    /* color: white; */
    /* background-color: #06484E; */
    /* border-radius: 3px; */
}

.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
    /* color: white; */
    /* background-color: #06484E; */
    /* border-radius: 3px; */
}

.navbar-collapse .navbar-nav > li > a {
    color: #707070;
    /* font-family: Helvetica, sans-serif; */
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    /* font-weight: 900; */
}

.navbar-collapse .navbar-nav > li > a:focus, .navbar-collapse .navbar-nav > li > a:hover {
    /* color: #48898F; */
}

/* for inactive navbar tab */
@media (min-width: 768px) {
    .navbar-custom .navbar-nav > li {
        text-align: center;
    }

    .navbar-collapse .navbar-nav > li > a {
        /* width: 79px; */
        /* 633/8 */
        /* font-size: 9px; */
        /* line-height: 10px; */
        /* padding-left: 1px; */
        /* padding-right: 1px; */
        /* padding-top: 5px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 767px) {
    .navbar-custom {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    .navbar-custom .navbar-collapse {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }
}

.navbar-brand-custom {
    padding: 0;
}

.navbar > .container .navbar-brand-for-subsite-1 {
    font-size: 15px;
    width: 80%;
    /* all browsers */
    width: calc(100% - 59px);
    /* override for those that support calc */
    padding: 0 15px;
    /* remove top & bottom padding */
    display: table;
    /* for vertical centering of text */
    margin-left: 0;
    color: white;
}

.navbar > .container .navbar-brand-for-subsite-1 div.navbar-brand-for-subsite-1-inner {
    display: table-cell;
    /* for vertical centering of text */
    vertical-align: middle;
    /* for vertical centering of text */
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand-for-subsite-1 {
        display: none;
    }
}

.navbar > .container .navbar-brand-for-subsite-2 {
    margin-left: 0;
    color: white;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand-for-subsite-2 {
        margin-left: -2px;
        color: #4c4c4c;
    }
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand-for-subsite-2 {
        margin-left: 6px;
        color: #4c4c4c;
    }
}

@media (min-width: 1200px) {
    .navbar > .container .navbar-brand-for-subsite-2 {
        margin-left: 14px;
        color: #4c4c4c;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* reduce padding at left and right of navbar on tablets */
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    /* create more space at left and right of navbar on tablets */
    .container > .navbar-collapse {
        margin-left: -10px;
        margin-right: -10px;
    }

    /* reduce padding between navigation menu item on tablets */
    .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/** to center navbar **/
@media (min-width: 768px) {
    .navbar-center .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-center .navbar-collapse {
        text-align: center;
    }
}

/* Custom page footer */
.footer {
    /* text-align: center; */
    padding-top: 19px;
    /* color: #777; */
    border-top: 1px solid #E7E7E7;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer ul.school-links {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer ul.school-links li {
    padding-left: 0px;
    padding-right: 0px;
}

.footer ul.school-links li:after {
    margin-left: 10px;
    margin-right: 5px;
    content: "|";
}

.footer ul.school-links li:last-child:after {
    margin-left: 0;
    margin-right: 0;
    content: "";
}

/* temp from scss */
.has-sidebar .inner {
    padding: 15px 0px;
}

@media screen and (min-width: 768px) {
    .has-sidebar .inner {
        padding: 50px 60px;
    }
}

#wrap {
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
}

@media (min-width: 768px) {
    #wrap {
        padding: 30px 30px 0 30px;
    }
}

ul.events {
    list-style-type: none;
    padding-left: 25px;
}

ul.events li {
    margin-top: 10px;
    margin-bottom: 10px;
}

#bootstrap-override .news-headline {
    font-size: 1.2em;
    font-weight: bold;
    /* margin-left: -25px; */
    margin-bottom: 10px;
}

ul.news {
    list-style-type: none;
    padding-left: 0;
    padding-right: 15px;
}

ul.news li {
    padding-bottom: 10px;
}

a {
    /* color: #4747E0; // light blue */
    /* color: #1D1DE3; // blue */
    /* color: #0A0AC8; // same as banner */
    /* color: #08089C; // dark blue */
    /* color: #060678; // very dark blue */
    /* color: #3693DA; // lighter cyan-blue */
    /* color: #0C83DE; // cyan-blue */
    color: #4B759A;
    /* color: #03528F; // darker medium-dark cyan-blue */
    /* color: #02406F; // dark cyan-blue */
    /* color: #AC6200; // (orangy) medium-dark brown */
    /* color: #AC9C00; // dark yellow */
}

.btn-math {
    /* color: #fff; */
    /* background-color: #4747E0; // light blue */
    /* border-color: #3232DB; */
    /* color: #fff; */
    /* background-color: #1D1DE3; // blue */
    /* border-color: #0909DE; */
    /* color: #fff; */
    /* background-color: #08089C; // dark blue */
    /* border-color: #000091; */
    /* color: #fff; */
    /* background-color: #060678; // medium-dark cyan-blue */
    /* border-color: #000069; */
    /* color: #fff; */
    /* background-color: #3693DA; // lighter cyan-blue */
    /* border-color: #2287d4; // S+9,V-2 */
    /* color: #fff; */
    /* background-color: #0C83DE; // darker medium-dark cyan-blue */
    /* border-color: #0075cf; */
    color: #fff;
    background-color: #046DBE;
    border-color: #005fa8;
    /* color: #fff; */
    /* background-color: #03528F; // medium-dark cyan-blue */
    /* border-color: #00477d; */
    /* color: #fff; */
    /* background-color: #02406F; // medium-dark cyan-blue */
    /* border-color: #00365E; */
    /* color: #874d00; */
    /* background-color: #FFA732; // (orangy) light brown */
    /* border-color: #fa9a1b; */
    /* color: #fff; */
    /* background-color: #FF9200; // (orangy) lighter medium brown */
    /* border-color: #e88500; */
    /* color: #fff; */
    /* background-color: #DE7F00; // (orangy) medium brown */
    /* border-color: #c26f00; */
    /* color: #fff; */
    /* background-color: #AC6200; // (orangy) medium-dark brown */
    /* border-color: #945400; */
    /* color: #736800; */
    /* background-color: #DECA00; // medium yellow */
    /* border-color: #c7b500; */
    /* color: #fff; */
    /* background-color: #AC9C00; // dark yellow */
    /* border-color: #948600; */
}

.btn-math:hover,
.btn-math:focus,
.btn-math.focus,
.btn-math:active,
.btn-math.active,
.open > .dropdown-toggle.btn-math {
    color: #fff;
    background-color: #0067b5;
    border-color: #005494;
}

.btn-math:active,
.btn-math.active,
.open > .dropdown-toggle.btn-math {
    background-image: none;
}

.btn-math.disabled,
.btn-math[disabled],
fieldset[disabled] .btn-math,
.btn-math.disabled:hover,
.btn-math[disabled]:hover,
fieldset[disabled] .btn-math:hover,
.btn-math.disabled:focus,
.btn-math[disabled]:focus,
fieldset[disabled] .btn-math:focus,
.btn-math.disabled.focus,
.btn-math[disabled].focus,
fieldset[disabled] .btn-math.focus,
.btn-math.disabled:active,
.btn-math[disabled]:active,
fieldset[disabled] .btn-math:active,
.btn-math.disabled.active,
.btn-math[disabled].active,
fieldset[disabled] .btn-math.active {
    background-color: #046DBE;
    border-color: #005fa8;
}

.btn-math .badge {
    color: #0C83DE;
    background-color: #fff;
}

#skiptomaincontent {
    background: #3dbbdb;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    color: #000;
    font-weight: 700;
    left: -1000px;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
    white-space: nowrap;
    width: 0;
    z-index: 9999;
    transition-property: width, padding, left;
    transition-duration: .2s, .2s, 0s;
    transition-timing-function: ease-out;
    transition-delay: 0s, 0s, .2s;
}

#skiptomaincontent:focus {
    left: 0px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 190px;
    transition: padding .1s ease-in;
    transition: width .1s ease-in;
}

/* Carousel base class */
/*.carousel {*/
/*    !* margin-left: -15px; *!*/
/*    !* margin-right: -15px; *!*/
/*    !* margin-bottom: 60px; *!*/
/*    height: 210px;*/
/*}*/

/*.carousel .item {*/
/*    height: 210px;*/
/*    background-color: #777;*/
/*}*/

/*.carousel .item .img-container {*/
/*    margin-left: 0;*/
/*    overflow: hidden;*/
/*    height: 210px;*/
/*}*/

/*@media all and (max-width: 767px) and (orientation: portrait) {*/
/*    .carousel {*/
/*        height: 210px;*/
/*    }*/

/*    .carousel .item {*/
/*        height: 210px;*/
/*    }*/

/*    .carousel .item .img-container {*/
/*        height: 210px;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .carousel {*/
/*        height: 300px;*/
/*    }*/

/*    .carousel .item {*/
/*        height: 300px;*/
/*    }*/

/*    .carousel .item .img-container {*/
/*        height: 300px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .carousel {*/
/*        height: 272px;*/
/*    }*/

/*    .carousel .item {*/
/*        height: 272px;*/
/*    }*/

/*    .carousel .item .img-container {*/
/*        height: 272px;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .carousel {*/
/*        height: 330px;*/
/*    }*/

/*    .carousel .item {*/
/*        height: 330px;*/
/*    }*/

/*    .carousel .item .img-container {*/
/*        height: 330px;*/
/*    }*/
/*}*/

/* Since positioning the image, we need to help out the caption */
#bootstrap-override .carousel-caption {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    color: #494B4B;
    padding: 10px 50px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: none;
    min-height: 50px;
}

#bootstrap-override .carousel-caption h1 {
    margin: 0;
    font-size: 1em;
    text-align: center;
}

@media (max-width: 749.98px) {
    #bootstrap-override .math-carousel {
        height: 330px;
        width: 100%;
        background-color: #777;
    }

    #bootstrap-override .math-carousel-img {
        height: 330px;
        max-width: 100%;
    }
}

@media (min-width: 750px) and (max-width: 969.98px) {
    #bootstrap-override .math-carousel {
        height: 330px;
        width: 100%;
        background-color: #777;
    }

    #bootstrap-override .math-carousel-img {
        height: 330px;
        max-width: 100%;
    }
}

@media (min-width: 970px) and (max-width: 1199.98px) {
    #bootstrap-override .math-carousel {
        height: 330px;
        width: 100%;
        background-color: #777;
    }

    #bootstrap-override .math-carousel-img {
        height: 330px;
        max-width: 525px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override .math-carousel {
        height: 330px;
        width: 100%;
        background-color: #777;
    }

    #bootstrap-override .math-carousel-img {
        height: 330px;
        max-width: 525px;
    }
}

/*#bootstrap-override .carousel-control-prev,*/
/*#bootstrap-override .carousel-control-next {*/
/*      top: 83%;*/
/*}*/

/*.carousel-control {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    bottom: 0;*/
/*    top: auto;*/
/*    color: #494B4B;*/
/*    !* keep arrows from shrinking to 20x20px on phones *!*/
/*}*/

/*.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    margin-top: -15px;*/
/*    font-size: 30px;*/
/*}*/

/*.carousel-control.left {*/
/*    left: 0;*/
/*    right: auto;*/
/*    background-image: none;*/
/*}*/

/*.carousel-control.right {*/
/*    left: auto;*/
/*    right: 0;*/
/*    background-image: none;*/
/*}*/

/*.carousel-control:hover, .carousel-control:focus {*/
/*    color: #494B4B;*/
/*}*/

/*.carousel-inner .item img {*/
/*    !* position: absolute; *!*/
/*    !* top: 0; *!*/
/*    !* left: 0; *!*/
/*    !* min-width: 100%; *!*/
/*    position: relative;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    height: 210px;*/
/*}*/

/*@media all and (max-width: 767px) and (orientation: portrait) {*/
/*    .carousel-inner .item img {*/
/*        height: 300px;*/
/*        max-width: 150%;*/
/*        margin-left: -25%;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .carousel-inner .item img {*/
/*        height: 210px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .carousel-inner .item img {*/
/*        height: 272px;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .carousel-inner .item img {*/
/*        height: 330px;*/
/*    }*/
/*}*/

/*!**/
/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)*/
/*  CSS from:       http://codepen.io/transportedman/pen/NPWRGq*/
/*  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide*/
/*  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
/**!*/
/*.carousel-fade .carousel-inner .item {*/
/*    opacity: 0;*/
/*    transition-property: opacity;*/
/*}*/

/*.carousel-fade .carousel-inner .active {*/
/*    opacity: 1;*/
/*}*/

/*.carousel-fade .carousel-inner .active.left,*/
/*.carousel-fade .carousel-inner .active.right {*/
/*    left: 0;*/
/*    opacity: 0;*/
/*    z-index: 1;*/
/*}*/

/*.carousel-fade .carousel-inner .next.left,*/
/*.carousel-fade .carousel-inner .prev.right {*/
/*    opacity: 1;*/
/*}*/

/*.carousel-fade .carousel-control {*/
/*    z-index: 11;*/
/*}*/

/*!**/
/*  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."*/
/*  Need to override the 3.3 new styles for modern browsers & apply opacity*/
/**!*/
/*@media all and (transform-3d), (-webkit-transform-3d) {*/
/*    .carousel-fade .carousel-inner > .item.next,*/
/*    .carousel-fade .carousel-inner > .item.active.right {*/
/*        opacity: 0;*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*    }*/

/*    .carousel-fade .carousel-inner > .item.prev,*/
/*    .carousel-fade .carousel-inner > .item.active.left {*/
/*        opacity: 0;*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*    }*/

/*    .carousel-fade .carousel-inner > .item.next.left,*/
/*    .carousel-fade .carousel-inner > .item.prev.right,*/
/*    .carousel-fade .carousel-inner > .item.active {*/
/*        opacity: 1;*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*    }*/
/*}*/

/*.math-dropdown {*/
/*  border-radius: 0;*/
/*  background: none;*/
/*  border: 0px; }*/
/*  .math-dropdown > ul, .math-dropdown .navbar-nav {*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important; }*/
/*  .math-dropdown .navbar-form {*/
/*    border: none; }*/
/*  .math-dropdown div > ul {*/
/*    width: 100%; }*/
/*    .math-dropdown div > ul > li {*/
/*      width: 100%; }*/
/*      @media (min-width: 640px) {*/
/*        .math-dropdown div > ul > li {*/
/*          width: 33%;*/
/*          display: inline-block; } }*/
/*      .math-dropdown div > ul > li a {*/
/*        text-decoration: none; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle {*/
/*  border: 1px solid #0075cf;*/
/*  border-radius: 5px;*/
/*  margin: 8px;*/
/*  padding-top: 6px;*/
/*  padding-bottom: 6px;*/
/*  font-size: 18px;*/
/*  color: black;*/
/*  background: none;*/
/*  !* to keep dropdowns on a single line *!*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle.open {*/
/*  background: none; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle:first-child {*/
/*  margin-left: 0; }*/
/*@media (min-width: 768px) {*/
/*  .math-dropdown div > ul > li.dropdown .dropdown-toggle {*/
/*    font-size: 16px; } }*/
/*@media (min-width: 860px) {*/
/*  .math-dropdown div > ul > li.dropdown .dropdown-toggle {*/
/*    font-size: 18px; } }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle .caret {*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  top: 30%;*/
/*  color: #0C83DE;*/
/*  border-top: 9px solid transparent;*/
/*  border-right: 9px solid transparent;*/
/*  border-bottom: 9px solid #0075cf;*/
/*  border-left: 9px solid transparent;*/
/*  border-width: 0 0 15px 15px; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-menu {*/
/*  width: 93.6%;*/
/*  left: 3.2%;*/
/*  top: 83%; }*/
/*.math-dropdown div > ul > li form {*/
/*  padding: 0;*/
/*  margin: 8px; }*/
/*  @media (min-width: 640px) {*/
/*    .math-dropdown div > ul > li form {*/
/*      width: 100%; } }*/
/*  .math-dropdown div > ul > li form .form-group {*/
/*    width: 100%; }*/
/*  .math-dropdown div > ul > li form input {*/
/*    border-radius: 0;*/
/*    border-color: #0C83DE; }*/
/*    @media (min-width: 640px) {*/
/*      .math-dropdown div > ul > li form input {*/
/*        width: 100%;*/
/*        padding: 0px;*/
/*        text-indent: 12px; } }*/

.sidebar {
    padding: 30px 15px;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.sidebar h3 {
    color: #4c4c4c;
    display: none;
}

.sidebar ul {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
}

.sidebar ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-left: 1px solid #e6e6e6;
}

.sidebar ul li:first-child {
    border-left: none;
}

.sidebar ul li a {
    text-decoration: none;
    color: #4c4c4c;
    padding: 0px 3px;
    display: block;
    font-size: 12px;
}

.sidebar ul li a.active {
    color: #9a3334;
    font-weight: bold;
}

.sidebar ul li ul {
    display: none;
    padding-left: 20px;
}

.sidebar ul li ul li {
    border-bottom: 0;
}

.sidebar ul li ul li a {
    font-size: 10px;
    border-bottom: 0;
}

.sidebar ul li ul li a.active {
    color: #9a3334;
    font-weight: bold;
}

@media (min-width: 768px) {
    .sidebar {
        padding: 50px 0px;
        background: none;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 960px) {
    .sidebar {
        padding: 50px 5px;
    }
}

@media (min-width: 1024px) {
    .sidebar {
        padding: 50px 15px;
    }
}

@media (min-width: 768px) {
    .sidebar h3 {
        font-size: 16px;
        display: block;
    }
}

@media (min-width: 860px) {
    .sidebar h3 {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .sidebar h3 {
        font-size: 20px;
    }
}

@media (min-width: 1100px) {
    .sidebar h3 {
        font-size: 21px;
    }
}

@media (min-width: 768px) {
    .sidebar ul {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .sidebar ul li {
        display: block;
        border-left: none;
    }
}

@media (min-width: 480px) {
    .sidebar ul li a {
        padding: 0px 5px;
        font-size: 13px;
    }
}

@media (min-width: 640px) {
    .sidebar ul li a {
        padding: 0px 8px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li a {
        padding: 8px 0;
        font-size: 13px;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (min-width: 960px) {
    .sidebar ul li a {
        padding: 10px 0;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li ul {
        display: block;
    }
}

@media (min-width: 480px) {
    .sidebar ul li ul li a {
        padding: 0px 5px;
        font-size: 11px;
    }
}

@media (min-width: 640px) {
    .sidebar ul li ul li a {
        padding: 0px 8px;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li ul li a {
        padding: 4px 0;
        font-size: 11px;
    }
}

@media (min-width: 960px) {
    .sidebar ul li ul li a {
        padding: 5px 0;
        font-size: 12px;
    }
}

img.align-center {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

img.align-right {
    margin-left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}



figcaption.align-center {
    text-align: center;
}

figcaption.align-right {
    text-align: right;
}

img.filer_image.center {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

img.filer_image.right {
    margin-left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

span.filer_image_info.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

span.filer_image_info .title {
    font-style: italic;
}

#faculty_profile {
    margin: 1em auto;
    width: 100%;
}

#faculty_profile img {
    height: 140px;
    margin-right: 1em;
}

@media (min-width: 768px) {
    #faculty_profile img {
        height: 200px;
        float: right;
    }
}

#faculty_profile #education div, #faculty_profile #publications div {
    margin: 0.5em 0;
}

#faculty_profile .section {
    margin-top: 1.5em;
}

#faculty_profile ul {
    list-style-type: disc;
    padding-left: 2em;
}

@media (min-width: 768px) {
    .courses {
        margin-left: -60px;
        margin-right: -60px;
    }
}

.courses .info {
    margin-top: 3em;
}

.courses .courses-nav {
    border-radius: 0;
    background: none;
    border: 0px;
}

.courses .courses-nav > ul, .courses .courses-nav .navbar-nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.courses .courses-nav .navbar-form {
    border: none;
}

.courses .courses-nav div > ul {
    width: 100%;
}

.courses .courses-nav div > ul > li {
    width: 100%;
}

@media (min-width: 640px) {
    .courses .courses-nav div > ul > li {
        width: 33%;
        display: inline-block;
    }
}

.courses .courses-nav div > ul > li a {
    text-decoration: none;
}

.courses .courses-nav div > ul > li.dropdown .dropdown-toggle {
    border: 1px solid #0075cf;
    border-radius: 5px;
    margin: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    color: black;
    background: none;
}

.courses .courses-nav div > ul > li.dropdown .dropdown-toggle.open {
    background: none;
}

@media (min-width: 768px) {
    .courses .courses-nav div > ul > li.dropdown .dropdown-toggle {
        font-size: 16px;
    }
}

@media (min-width: 860px) {
    .courses .courses-nav div > ul > li.dropdown .dropdown-toggle {
        font-size: 18px;
    }
}

/*.courses .courses-nav div > ul > li.dropdown .dropdown-toggle .caret {*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  top: 30%;*/
/*  color: #0C83DE;*/
/*  border-top: 9px solid transparent;*/
/*  border-right: 9px solid transparent;*/
/*  border-bottom: 9px solid #0075cf;*/
/*  border-left: 9px solid transparent;*/
/*  border-width: 0 0 15px 15px; }*/
.courses .courses-nav div > ul > li.dropdown .dropdown-menu {
    width: 93.6%;
    left: 3.2%;
    top: 83%;
}

.courses .courses-nav div > ul > li.dropdown .dropdown-menu a {
    text-decoration: none;
}

.courses .courses-nav div > ul > li form {
    padding: 0;
    margin: 8px;
}

@media (min-width: 640px) {
    .courses .courses-nav div > ul > li form {
        width: 100%;
    }
}

.courses .courses-nav div > ul > li form .form-group {
    width: 100%;
}

.courses .courses-nav div > ul > li form input {
    border-radius: 0;
    border-color: #0075cf;
}

@media (min-width: 640px) {
    .courses .courses-nav div > ul > li form input {
        width: 100%;
        padding: 0px;
        text-indent: 12px;
    }
}

@media (min-width: 640px) {
    .courses .courses-nav-new div > ul > li {
        display: inline-block;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .courses .courses-nav-new div > ul > li {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .courses .courses-nav-new div > ul > li {
        width: 35%;
    }
}

.courses .courses-listing {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.courses .courses-listing > li {
    margin-bottom: 50px;
}

.courses .courses-listing > li p {
    margin: 0 0 5px 0;
}

@media (min-width: 768px) {
    .schedule {
        margin-left: -60px;
        margin-right: -60px;
    }
}

/*.schedule .schedule-nav {*/
/*    border-radius: 0;*/
/*    background: none;*/
/*    border: 0px;*/
/*}*/

/*.schedule .schedule-nav > ul, .schedule .schedule-nav .navbar-nav {*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important;*/
/*}*/

/*.schedule .schedule-nav .navbar-form {*/
/*    border: none;*/
/*}*/

/*.schedule .schedule-nav div > ul {*/
/*    width: 100%;*/
/*}*/

/*.schedule .schedule-nav div > ul > li {*/
/*    width: 100%;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav div > ul > li {*/
/*        width: 33%;*/
/*        display: inline-block;*/
/*    }*/
/*}*/

/*.schedule .schedule-nav div > ul > li a {*/
/*    text-decoration: none;*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle {*/
/*    border: 1px solid #0075cf;*/
/*    border-radius: 5px;*/
/*    margin: 8px;*/
/*    padding-top: 6px;*/
/*    padding-bottom: 6px;*/
/*    font-size: 18px;*/
/*    color: black;*/
/*    background: none;*/
/*    !* to keep dropdowns on a single line *!*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle.open {*/
/*    background: none;*/
/*}@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);*/

#bootstrap-override h1 {
    font-size: 30px;
}

main h1:first-of-type {
    margin-top: 0;
}

#bootstrap-override h2 {
    font-size: 25px;
}

#bootstrap-override h3 {
    font-size: 21px;
}

#bootstrap-override h4 {
    font-size: 18px;
}

#bootstrap-override h5 {
    font-size: 16px;
}

#bootstrap-override h6 {
    font-size: 14px;
}

body {
    background-color: #e5e5e5;
}

#bootstrap-override p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212529;
}

#bootstrap-override li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212529;
}

.heading {
    margin-top: +20px;
    font-size: 16px;
}

@media (max-width: 749.98px) {
    #bootstrap-override > #main-container.container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 100vw;
    }
}

@media (min-width: 750px) and (max-width: 969.98px) {
    #bootstrap-override > #main-container.container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 750px;
    }
}

@media (min-width: 970px) and (max-width: 1199.98px) {
    #bootstrap-override > #main-container.container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override > #main-container.container {
        background: white;
        box-shadow: 0 0 80px 0px black;
        height: 101%;
        width: 1170px;
    }
}

.content {
    min-height: 648px;
    /* set minimum height of content area */
}

.padded {
    padding: 40px 40px;
}

#header {
    margin-left: -15px;
    margin-right: -15px;
}

#header-img {
    width: 100%;
}

#header.subsite-header #header-caption-box {
    position: absolute;
    top: 45px;
    left: 28px;
    height: 41px;
    width: 290px;
    display: table;
    /* z-index: 1; */
}

@media (min-width: 992px) {
    #header.subsite-header #header-caption-box {
        top: 53px;
        left: 36px;
        height: 57px;
        width: 377px;
    }
}

@media (min-width: 1200px) {
    #header.subsite-header #header-caption-box {
        top: 60px;
        left: 43px;
        height: 75px;
        width: 455px;
    }
}

#header.subsite-header #header-caption {
    color: white;
    vertical-align: middle;
    font-size: 15px;
    line-height: 17px;
    display: table-cell;
}

@media (min-width: 992px) {
    #header.subsite-header #header-caption {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    #header.subsite-header #header-caption {
        font-size: 21px;
        line-height: 23px;
    }
}

.navbar-custom {
    border-radius: 0;
    /* background-color: #175C64; */
    /* border-color: #175C64; */
    border-left: none;
    border-right: none;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    margin-bottom: 0;
    min-height: 40px;
}

.navbar-custom .navbar-nav > .active > a {
    /* color: white; */
    /* background-color: #06484E; */
    /* border-radius: 3px; */
}

.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
    /* color: white; */
    /* background-color: #06484E; */
    /* border-radius: 3px; */
}

.navbar-collapse .navbar-nav > li > a {
    color: #707070;
    /* font-family: Helvetica, sans-serif; */
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    /* font-weight: 900; */
}

.navbar-collapse .navbar-nav > li > a:focus, .navbar-collapse .navbar-nav > li > a:hover {
    /* color: #48898F; */
}

/* for inactive navbar tab */
@media (min-width: 768px) {
    .navbar-custom .navbar-nav > li {
        text-align: center;
    }

    .navbar-collapse .navbar-nav > li > a {
        /* width: 79px; */
        /* 633/8 */
        /* font-size: 9px; */
        /* line-height: 10px; */
        /* padding-left: 1px; */
        /* padding-right: 1px; */
        /* padding-top: 5px; */
        /* padding-bottom: 5px; */
    }
}

@media (max-width: 767px) {
    .navbar-custom {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    .navbar-custom .navbar-collapse {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }
}

.navbar-brand-custom {
    padding: 0;
}

.navbar > .container .navbar-brand-for-subsite-1 {
    font-size: 15px;
    width: 80%;
    /* all browsers */
    width: calc(100% - 59px);
    /* override for those that support calc */
    padding: 0 15px;
    /* remove top & bottom padding */
    display: table;
    /* for vertical centering of text */
    margin-left: 0;
    color: white;
}

.navbar > .container .navbar-brand-for-subsite-1 div.navbar-brand-for-subsite-1-inner {
    display: table-cell;
    /* for vertical centering of text */
    vertical-align: middle;
    /* for vertical centering of text */
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand-for-subsite-1 {
        display: none;
    }
}

.navbar > .container .navbar-brand-for-subsite-2 {
    margin-left: 0;
    color: white;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand-for-subsite-2 {
        margin-left: -2px;
        color: #4c4c4c;
    }
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand-for-subsite-2 {
        margin-left: 6px;
        color: #4c4c4c;
    }
}

@media (min-width: 1200px) {
    .navbar > .container .navbar-brand-for-subsite-2 {
        margin-left: 14px;
        color: #4c4c4c;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* reduce padding at left and right of navbar on tablets */
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    /* create more space at left and right of navbar on tablets */
    .container > .navbar-collapse {
        margin-left: -10px;
        margin-right: -10px;
    }

    /* reduce padding between navigation menu item on tablets */
    .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/** to center navbar **/
@media (min-width: 768px) {
    .navbar-center .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-center .navbar-collapse {
        text-align: center;
    }
}

/* Custom page footer */
.footer {
    /* text-align: center; */
    padding-top: 19px;
    /* color: #777; */
    border-top: 1px solid #E7E7E7;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer ul.school-links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer ul.school-links li {
    padding-left: 0px;
    padding-right: 0px;
}

.footer ul.school-links li:after {
    margin-left: 10px;
    margin-right: 5px;
    content: "|";
}

.footer ul.school-links li:last-child:after {
    margin-left: 0;
    margin-right: 0;
    content: "";
}

/* temp from scss */
.has-sidebar .inner {
    padding: 15px 0px;
}

@media screen and (min-width: 768px) {
    .has-sidebar .inner {
        padding: 50px 60px;
    }
}

#wrap {
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
}

@media (min-width: 768px) {
    #wrap {
        padding: 30px 30px 0 30px;
    }
}

.date {
    /*font-size: 1.4em;*/
}

ul.events {
    list-style-type: none;
    padding-left: 25px;
}

ul.events li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-headline {
    font-size: 1.2em;
    font-weight: bold;
    /* margin-left: -25px; */
    margin-bottom: 10px;
}

ul.news {
    list-style-type: none;
    padding-left: 0;
    padding-right: 15px;
}

ul.news li {
    padding-bottom: 10px;
}

a {
    /* color: #4747E0; // light blue */
    /* color: #1D1DE3; // blue */
    /* color: #0A0AC8; // same as banner */
    /* color: #08089C; // dark blue */
    /* color: #060678; // very dark blue */
    /* color: #3693DA; // lighter cyan-blue */
    /* color: #0C83DE; // cyan-blue */
    color: #4B759A;
    /* color: #03528F; // darker medium-dark cyan-blue */
    /* color: #02406F; // dark cyan-blue */
    /* color: #AC6200; // (orangy) medium-dark brown */
    /* color: #AC9C00; // dark yellow */
}

.btn-math {
    /* color: #fff; */
    /* background-color: #4747E0; // light blue */
    /* border-color: #3232DB; */
    /* color: #fff; */
    /* background-color: #1D1DE3; // blue */
    /* border-color: #0909DE; */
    /* color: #fff; */
    /* background-color: #08089C; // dark blue */
    /* border-color: #000091; */
    /* color: #fff; */
    /* background-color: #060678; // medium-dark cyan-blue */
    /* border-color: #000069; */
    /* color: #fff; */
    /* background-color: #3693DA; // lighter cyan-blue */
    /* border-color: #2287d4; // S+9,V-2 */
    /* color: #fff; */
    /* background-color: #0C83DE; // darker medium-dark cyan-blue */
    /* border-color: #0075cf; */
    color: #fff;
    background-color: #046DBE;
    border-color: #005fa8;
    /* color: #fff; */
    /* background-color: #03528F; // medium-dark cyan-blue */
    /* border-color: #00477d; */
    /* color: #fff; */
    /* background-color: #02406F; // medium-dark cyan-blue */
    /* border-color: #00365E; */
    /* color: #874d00; */
    /* background-color: #FFA732; // (orangy) light brown */
    /* border-color: #fa9a1b; */
    /* color: #fff; */
    /* background-color: #FF9200; // (orangy) lighter medium brown */
    /* border-color: #e88500; */
    /* color: #fff; */
    /* background-color: #DE7F00; // (orangy) medium brown */
    /* border-color: #c26f00; */
    /* color: #fff; */
    /* background-color: #AC6200; // (orangy) medium-dark brown */
    /* border-color: #945400; */
    /* color: #736800; */
    /* background-color: #DECA00; // medium yellow */
    /* border-color: #c7b500; */
    /* color: #fff; */
    /* background-color: #AC9C00; // dark yellow */
    /* border-color: #948600; */
}

.btn-math:hover,
.btn-math:focus,
.btn-math.focus,
.btn-math:active,
.btn-math.active,
.open > .dropdown-toggle.btn-math {
    color: #fff;
    background-color: #0067b5;
    border-color: #005494;
}

.btn-math:active,
.btn-math.active,
.open > .dropdown-toggle.btn-math {
    background-image: none;
}

.btn-math.disabled,
.btn-math[disabled],
fieldset[disabled] .btn-math,
.btn-math.disabled:hover,
.btn-math[disabled]:hover,
fieldset[disabled] .btn-math:hover,
.btn-math.disabled:focus,
.btn-math[disabled]:focus,
fieldset[disabled] .btn-math:focus,
.btn-math.disabled.focus,
.btn-math[disabled].focus,
fieldset[disabled] .btn-math.focus,
.btn-math.disabled:active,
.btn-math[disabled]:active,
fieldset[disabled] .btn-math:active,
.btn-math.disabled.active,
.btn-math[disabled].active,
fieldset[disabled] .btn-math.active {
    background-color: #046DBE;
    border-color: #005fa8;
}

.btn-math .badge {
    color: #0C83DE;
    background-color: #fff;
}

#skiptomaincontent {
    background: #3dbbdb;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    color: #000;
    font-weight: 700;
    left: -1000px;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
    white-space: nowrap;
    width: 0;
    z-index: 9999;
    transition-property: width, padding, left;
    transition-duration: .2s, .2s, 0s;
    transition-timing-function: ease-out;
    transition-delay: 0s, 0s, .2s;
}

#skiptomaincontent:focus {
    left: 0px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 190px;
    transition: padding .1s ease-in;
    transition: width .1s ease-in;
}

Carousel base class
.carousel {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    /* margin-bottom: 60px; */
    height: 210px;
}

.carousel .item {
    height: 210px;
    background-color: #777;
}

.carousel .item .img-container {
    margin-left: 0;
    overflow: hidden;
    height: 210px;
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .carousel {
        height: 210px;
    }

    .carousel .item {
        height: 210px;
    }

    .carousel .item .img-container {
        height: 210px;
    }
}

@media (min-width: 768px) {
    .carousel {
        height: 300px;
    }

    .carousel .item {
        height: 300px;
    }

    .carousel .item .img-container {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .carousel {
        height: 272px;
    }

    .carousel .item {
        height: 272px;
    }

    .carousel .item .img-container {
        height: 272px;
    }
}

@media (min-width: 1200px) {
    .carousel {
        height: 330px;
    }

    .carousel .item {
        height: 330px;
    }

    .carousel .item .img-container {
        height: 330px;
    }
}

/* Since positioning the image, we need to help out the caption */
#bootstrap-override .carousel-caption {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    color: #494B4B;
    padding: 10px 50px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: none;
    min-height: 50px;
}

#bootstrap-override .carousel-caption h1 {
    margin: 0;
    font-size: 1em;
    text-align: center;
}

.carousel-control {
    width: 50px;
    height: 50px;
    bottom: 0;
    top: auto;
    color: #494B4B;
    /* keep arrows from shrinking to 20x20px on phones */
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #494B4B;
}

.carousel-inner .item img {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* min-width: 100%; */
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 210px;
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .carousel-inner .item img {
        height: 300px;
        max-width: 150%;
        margin-left: -25%;
    }
}

@media (min-width: 768px) {
    .carousel-inner .item img {
        height: 210px;
    }
}

@media (min-width: 992px) {
    .carousel-inner .item img {
        height: 272px;
    }
}

@media (min-width: 1200px) {
    .carousel-inner .item img {
        height: 330px;
    }
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 11;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*.math-dropdown {*/
/*  border-radius: 0;*/
/*  background: none;*/
/*  border: 0px; }*/
/*  .math-dropdown > ul, .math-dropdown .navbar-nav {*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important; }*/
/*  .math-dropdown .navbar-form {*/
/*    border: none; }*/
/*  .math-dropdown div > ul {*/
/*    width: 100%; }*/
/*    .math-dropdown div > ul > li {*/
/*      width: 100%; }*/
/*      @media (min-width: 640px) {*/
/*        .math-dropdown div > ul > li {*/
/*          width: 33%;*/
/*          display: inline-block; } }*/
/*      .math-dropdown div > ul > li a {*/
/*        text-decoration: none; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle {*/
/*  border: 1px solid #0075cf;*/
/*  border-radius: 5px;*/
/*  margin: 8px;*/
/*  padding-top: 6px;*/
/*  padding-bottom: 6px;*/
/*  font-size: 18px;*/
/*  color: black;*/
/*  background: none;*/
/*  !* to keep dropdowns on a single line *!*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle.open {*/
/*  background: none; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle:first-child {*/
/*  margin-left: 0; }*/
/*@media (min-width: 768px) {*/
/*  .math-dropdown div > ul > li.dropdown .dropdown-toggle {*/
/*    font-size: 16px; } }*/
/*@media (min-width: 860px) {*/
/*  .math-dropdown div > ul > li.dropdown .dropdown-toggle {*/
/*    font-size: 18px; } }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-toggle .caret {*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  top: 30%;*/
/*  color: #0C83DE;*/
/*  border-top: 9px solid transparent;*/
/*  border-right: 9px solid transparent;*/
/*  border-bottom: 9px solid #0075cf;*/
/*  border-left: 9px solid transparent;*/
/*  border-width: 0 0 15px 15px; }*/
/*.math-dropdown div > ul > li.dropdown .dropdown-menu {*/
/*  width: 93.6%;*/
/*  left: 3.2%;*/
/*  top: 83%; }*/
/*.math-dropdown div > ul > li form {*/
/*  padding: 0;*/
/*  margin: 8px; }*/
/*  @media (min-width: 640px) {*/
/*    .math-dropdown div > ul > li form {*/
/*      width: 100%; } }*/
/*  .math-dropdown div > ul > li form .form-group {*/
/*    width: 100%; }*/
/*  .math-dropdown div > ul > li form input {*/
/*    border-radius: 0;*/
/*    border-color: #0C83DE; }*/
/*    @media (min-width: 640px) {*/
/*      .math-dropdown div > ul > li form input {*/
/*        width: 100%;*/
/*        padding: 0px;*/
/*        text-indent: 12px; } }*/

.sidebar {
    padding: 30px 15px;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.sidebar h3 {
    color: #4c4c4c;
    display: none;
}

.sidebar ul {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
}

.sidebar ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-left: 1px solid #e6e6e6;
}

.sidebar ul li:first-child {
    border-left: none;
}

.sidebar ul li a {
    text-decoration: none;
    color: #4c4c4c;
    padding: 0px 3px;
    display: block;
    font-size: 12px;
}

.sidebar ul li a.active {
    color: #9a3334;
    font-weight: bold;
}

.sidebar ul li ul {
    display: none;
    padding-left: 20px;
}

.sidebar ul li ul li {
    border-bottom: 0;
}

.sidebar ul li ul li a {
    font-size: 10px;
    border-bottom: 0;
}

.sidebar ul li ul li a.active {
    color: #9a3334;
    font-weight: bold;
}

@media (min-width: 768px) {
    .sidebar {
        padding: 50px 0px;
        background: none;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 960px) {
    .sidebar {
        padding: 50px 5px;
    }
}

@media (min-width: 1024px) {
    .sidebar {
        padding: 50px 15px;
    }
}

@media (min-width: 768px) {
    .sidebar h3 {
        font-size: 16px;
        display: block;
    }
}

@media (min-width: 860px) {
    .sidebar h3 {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .sidebar h3 {
        font-size: 20px;
    }
}

@media (min-width: 1100px) {
    .sidebar h3 {
        font-size: 21px;
    }
}

@media (min-width: 768px) {
    .sidebar ul {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .sidebar ul li {
        display: block;
        border-left: none;
    }
}

@media (min-width: 480px) {
    .sidebar ul li a {
        padding: 0px 5px;
        font-size: 13px;
    }
}

@media (min-width: 640px) {
    .sidebar ul li a {
        padding: 0px 8px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li a {
        padding: 8px 0;
        font-size: 13px;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (min-width: 960px) {
    .sidebar ul li a {
        padding: 10px 0;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li ul {
        display: block;
    }
}

@media (min-width: 480px) {
    .sidebar ul li ul li a {
        padding: 0px 5px;
        font-size: 11px;
    }
}

@media (min-width: 640px) {
    .sidebar ul li ul li a {
        padding: 0px 8px;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li ul li a {
        padding: 4px 0;
        font-size: 11px;
    }
}

@media (min-width: 960px) {
    .sidebar ul li ul li a {
        padding: 5px 0;
        font-size: 12px;
    }
}

img.align-center {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

img.align-right {
    margin-left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}


figcaption.align-center {
    text-align: center;
}

figcaption.align-right {
    text-align: right;
}

img.filer_image.center {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

img.filer_image.right {
    margin-left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

span.filer_image_info.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

span.filer_image_info .title {
    font-style: italic;
}

#faculty_profile {
    margin: 1em auto;
    width: 100%;
}

#faculty_profile img {
    height: 140px;
    margin-right: 1em;
}

@media (min-width: 768px) {
    #faculty_profile img {
        height: 200px;
        float: right;
    }
}

#faculty_profile #education div, #faculty_profile #publications div {
    margin: 0.5em 0;
}

#faculty_profile .section {
    margin-top: 1.5em;
}

#faculty_profile ul {
    list-style-type: disc;
    padding-left: 2em;
}

@media (min-width: 768px) {
    .courses {
        margin-left: -60px;
        margin-right: -60px;
    }
}

.courses .info {
    margin-top: 3em;
}

.courses .courses-nav {
    border-radius: 0;
    background: none;
    border: 0px;
}

.courses .courses-nav > ul, .courses .courses-nav .navbar-nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.courses .courses-nav .navbar-form {
    border: none;
}

.courses .courses-nav div > ul {
    width: 100%;
}

.courses .courses-nav div > ul > li {
    width: 100%;
}

@media (min-width: 640px) {
    .courses .courses-nav div > ul > li {
        width: 33%;
        display: inline-block;
    }
}

.courses .courses-nav div > ul > li a {
    text-decoration: none;
}

.courses .courses-nav div > ul > li.dropdown .dropdown-toggle {
    border: 1px solid #0075cf;
    border-radius: 5px;
    margin: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    color: black;
    background: none;
}

.courses .courses-nav div > ul > li.dropdown .dropdown-toggle.open {
    background: none;
}

@media (min-width: 768px) {
    .courses .courses-nav div > ul > li.dropdown .dropdown-toggle {
        font-size: 16px;
    }
}

@media (min-width: 860px) {
    .courses .courses-nav div > ul > li.dropdown .dropdown-toggle {
        font-size: 18px;
    }
}

/*.courses .courses-nav div > ul > li.dropdown .dropdown-toggle .caret {*/
/*  position: absolute;*/
/*  right: 10px;*/
/*  top: 30%;*/
/*  color: #0C83DE;*/
/*  border-top: 9px solid transparent;*/
/*  border-right: 9px solid transparent;*/
/*  border-bottom: 9px solid #0075cf;*/
/*  border-left: 9px solid transparent;*/
/*  border-width: 0 0 15px 15px; }*/
.courses .courses-nav div > ul > li.dropdown .dropdown-menu {
    width: 93.6%;
    left: 3.2%;
    top: 83%;
}

.courses .courses-nav div > ul > li.dropdown .dropdown-menu a {
    text-decoration: none;
}

.courses .courses-nav div > ul > li form {
    padding: 0;
    margin: 8px;
}

@media (min-width: 640px) {
    .courses .courses-nav div > ul > li form {
        width: 100%;
    }
}

.courses .courses-nav div > ul > li form .form-group {
    width: 100%;
}

.courses .courses-nav div > ul > li form input {
    border-radius: 0;
    border-color: #0075cf;
}

@media (min-width: 640px) {
    .courses .courses-nav div > ul > li form input {
        width: 100%;
        padding: 0px;
        text-indent: 12px;
    }
}

@media (min-width: 640px) {
    .courses .courses-nav-new div > ul > li {
        display: inline-block;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .courses .courses-nav-new div > ul > li {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .courses .courses-nav-new div > ul > li {
        width: 35%;
    }
}

.courses .courses-listing {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.courses .courses-listing > li {
    margin-bottom: 50px;
}

.courses .courses-listing > li p {
    margin: 0 0 5px 0;
}

@media (min-width: 768px) {
    .schedule {
        margin-left: -60px;
        margin-right: -60px;
    }
}

/*.schedule .schedule-nav {*/
/*    border-radius: 0;*/
/*    background: none;*/
/*    border: 0px;*/
/*}*/

/*.schedule .schedule-nav > ul, .schedule .schedule-nav .navbar-nav {*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important;*/
/*}*/

/*.schedule .schedule-nav .navbar-form {*/
/*    border: none;*/
/*}*/

/*.schedule .schedule-nav div > ul {*/
/*    width: 100%;*/
/*}*/

/*.schedule .schedule-nav div > ul > li {*/
/*    width: 100%;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav div > ul > li {*/
/*        width: 33%;*/
/*        display: inline-block;*/
/*    }*/
/*}*/

/*.schedule .schedule-nav div > ul > li a {*/
/*    text-decoration: none;*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle {*/
/*    border: 1px solid #0075cf;*/
/*    border-radius: 5px;*/
/*    margin: 8px;*/
/*    padding-top: 6px;*/
/*    padding-bottom: 6px;*/
/*    font-size: 18px;*/
/*    color: black;*/
/*    background: none;*/
/*    !* to keep dropdowns on a single line *!*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle.open {*/
/*    background: none;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*@media (min-width: 860px) {*/
/*    .schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle .caret {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 30%;*/
/*    color: #0C83DE;*/
/*    border-top: 9px solid transparent;*/
/*    border-right: 9px solid transparent;*/
/*    border-bottom: 9px solid #0075cf;*/
/*    border-left: 9px solid transparent;*/
/*    border-width: 0 0 15px 15px;*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-menu {*/
/*    width: 93.6%;*/
/*    left: 3.2%;*/
/*    top: 83%;*/
/*}*/

/*.schedule .schedule-nav div > ul > li form {*/
/*    padding: 0;*/
/*    margin: 8px;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav div > ul > li form {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.schedule .schedule-nav div > ul > li form .form-group {*/
/*    width: 100%;*/
/*}*/

/*.schedule .schedule-nav div > ul > li form input {*/
/*    border-radius: 0;*/
/*    border-color: #0C83DE;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav div > ul > li form input {*/
/*        width: 100%;*/
/*        padding: 0px;*/
/*        text-indent: 12px;*/
/*    }*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav-new div > ul > li {*/
/*        display: inline-block;*/
/*        width: 50%;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .schedule .schedule-nav-new div > ul > li {*/
/*        width: 40%;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .schedule .schedule-nav-new div > ul > li {*/
/*        width: 35%;*/
/*    }*/
/*}*/

.schedule .schedule-listing {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.schedule .schedule-listing li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.schedule .schedule-listing li p {
    margin: 0 0 5px 0;
}

/*# sourceMappingURL=main.css.map */

#bootstrap-override .navbar > .dropdown-toggle {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #707070;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    #bootstrap-override nav.navbar {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    #bootstrap-override .dropdown-menu {
        background-color: #f8f8f8;
        border: none;
    }

    #bootstrap-override .navbar-button:hover {
        background-color: #ddd;
    }

    #bootstrap-override .nav-item > a {
        color: #777;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #bootstrap-override nav.navbar {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    #bootstrap-override .dropdown-menu {
        background-color: #f8f8f8;
        border: none;
    }

    #bootstrap-override .navbar-button:hover {
        background-color: #ddd;
    }

    #bootstrap-override .nav-item > a {
        color: #777;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #bootstrap-override nav.navbar {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    #bootstrap-override .dropdown-menu {
        background-color: #f8f8f8;
        border: none;
    }

    #bootstrap-override .navbar-button:hover {
        background-color: #ddd;
    }

    #bootstrap-override .nav-item > a {
        color: #777;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #bootstrap-override .navbar-nav {
        justify-content: center;
    }

    #bootstrap-override .navbar .navbar-collapse {
        text-align: center;
    }

    #bootstrap-override .nav-item > a {
        color: #707070;
    }

    #bootstrap-override .dropdown-menu > li > a {
        color: #333;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 15px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override .navbar-nav {
        justify-content: center;
    }

    #bootstrap-override .navbar .navbar-collapse {
        text-align: center;
    }

    #bootstrap-override .nav-item > a {
        color: #707070;
    }

    #bootstrap-override .dropdown-menu > li > a {
        color: #333;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 15px;
        font-size: 14px;
    }
}

#bootstrap-override .dropdown-items > a {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 3px 20px;
    color: #212529;
    /*clear: both;*/
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

#bootstrap-override .dropdown-item > a {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 3px 20px;
    color: #212529;
    /*clear: both;*/
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

#bootstrap-override .navbar-custom {
    background-color: #f8f8f8;
}

#bootstrap-override .navbar-toggler {
    position: relative;
    float: right;
    width: 44px;
    height: 34px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#bootstrap-override .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(136, 136, 136, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#bootstrap-override .navbar-toggler {
    border-color: #dddddd;
}

#bootstrap-override .navbar-nav > .show > a, #bootstrap-override .navbar-nav > .show > a:focus, #bootstrap-override .navbar-nav > .show > a:hover {
    color: #555;
    background-color: #e7e7e7;
}

/*@media (min-width: 768px) {*/
/*    .schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/

/*@media (min-width: 860px) {*/
/*    .schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-toggle .caret {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 30%;*/
/*    color: #0C83DE;*/
/*    border-top: 9px solid transparent;*/
/*    border-right: 9px solid transparent;*/
/*    border-bottom: 9px solid #0075cf;*/
/*    border-left: 9px solid transparent;*/
/*    border-width: 0 0 15px 15px;*/
/*}*/

/*.schedule .schedule-nav div > ul > li.dropdown .dropdown-menu {*/
/*    width: 93.6%;*/
/*    left: 3.2%;*/
/*    top: 83%;*/
/*}*/

/*.schedule .schedule-nav div > ul > li form {*/
/*    padding: 0;*/
/*    margin: 8px;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav div > ul > li form {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.schedule .schedule-nav div > ul > li form .form-group {*/
/*    width: 100%;*/
/*}*/

/*.schedule .schedule-nav div > ul > li form input {*/
/*    border-radius: 0;*/
/*    border-color: #0C83DE;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav div > ul > li form input {*/
/*        width: 100%;*/
/*        padding: 0px;*/
/*        text-indent: 12px;*/
/*    }*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .schedule .schedule-nav-new div > ul > li {*/
/*        display: inline-block;*/
/*        width: 50%;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .schedule .schedule-nav-new div > ul > li {*/
/*        width: 40%;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .schedule .schedule-nav-new div > ul > li {*/
/*        width: 35%;*/
/*    }*/
/*}*/

.schedule .schedule-listing {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.schedule .schedule-listing li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.schedule .schedule-listing li p {
    margin: 0 0 5px 0;
}

/*# sourceMappingURL=main.css.map */

#bootstrap-override .navbar > .dropdown-toggle {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #707070;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    #bootstrap-override nav.navbar {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    #bootstrap-override .dropdown-menu {
        background-color: #f8f8f8;
        border: none;
    }

    #bootstrap-override .navbar-button:hover {
        background-color: #ddd;
    }

    #bootstrap-override .nav-item > a {
        color: #777;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #bootstrap-override nav.navbar {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    #bootstrap-override .dropdown-menu {
        background-color: #f8f8f8;
        border: none;
    }

    #bootstrap-override .navbar-button:hover {
        background-color: #ddd;
    }

    #bootstrap-override .nav-item > a {
        color: #777;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #bootstrap-override nav.navbar {
        border-color: #0A0AC8;
        background-color: #0A0AC8;
    }

    #bootstrap-override .dropdown-menu {
        background-color: #f8f8f8;
        border: none;
    }

    #bootstrap-override .navbar-button:hover {
        background-color: #ddd;
    }

    #bootstrap-override .nav-item > a {
        color: #777;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #bootstrap-override .navbar-nav {
        justify-content: center;
    }

    #bootstrap-override .navbar .navbar-collapse {
        text-align: center;
    }

    #bootstrap-override .nav-item > a {
        color: #707070;
    }

    #bootstrap-override .dropdown-menu > li > a {
        color: #333;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 15px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override .navbar-nav {
        justify-content: center;
    }

    #bootstrap-override .navbar .navbar-collapse {
        text-align: center;
    }

    #bootstrap-override .nav-item > a {
        color: #707070;
    }

    #bootstrap-override .dropdown-menu > li > a {
        color: #333;
    }

    #bootstrap-override .navbar-nav > li > a {
        padding: 15px;
        font-size: 14px;
    }
}

/*#bootstrap-override .dropdown-items > a {*/
/*    display: block;*/
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*    font-size: 14px;*/
/*    padding: 3px 20px;*/
/*    clear: both;*/
/*    font-weight: 400;*/
/*    line-height: 1.42857143;*/
/*    white-space: nowrap;*/
/*}*/

#bootstrap-override .navbar-custom {
    background-color: #f8f8f8;
}

#bootstrap-override .navbar-toggler {
    position: relative;
    float: right;
    width: 44px;
    height: 34px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#bootstrap-override .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(136, 136, 136, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#bootstrap-override .navbar-toggler {
    border-color: #dddddd;
}

/*#bootstrap-override .navbar-nav > .open > a, #bootstrap-override .navbar-nav > .open > a:focus, #bootstrap-override .navbar-nav > .open > a:hover {*/
/*    color: #555;*/
/*    background-color: #e7e7e7;*/
/*}*/

#bootstrap-override .schedule-nav .dropdown-toggle::after {
    right: 10px;
    top: 30%;
    color: #0C83DE;
    transform: translateY(10px) translateX(5px);
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #0075cf;
    border-left: 9px solid transparent;
    border-width: 0 0 15px 15px;
}

#bootstrap-override .seminar-nav .dropdown-toggle::after {
    right: 10px;
    top: 30%;
    color: #0C83DE;
    transform: translateY(10px) translateX(11px);
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #0075cf;
    border-left: 9px solid transparent;
    border-width: 0 0 15px 15px;
}

@media (max-width: 749.98px) {
    #bootstrap-override .courses-table > .courses-row {
        border-top: 2px solid #000;
    }

    #bootstrap-override .courses-btns {
        margin: 5px 0;
    }
}

@media (min-width: 750px) and (max-width: 969.98px) {

}

@media (min-width: 970px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) {

}

#cms-apphook-warning-small, #cms-apphook-warning-large {
    float: left;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 12px;
    border: 2px solid #F026AF;
    color: #F026AF;
}

/*#bootstrap-override .dropdown-submenu {*/
/*    position: relative;*/
/*}*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #bootstrap-override .dropdown-menu-lower-level {
        margin-top: 0;
        top: 0;
        border-left: 1px solid rgba(85, 85, 85, 0.5);
        border-radius: 0;
    }

    #bootstrap-override .dropdown-menu.dropdown-menu-lower-level.show > .dropdown-menu {
        clear: both;
        float: left;
    }

    #bootstrap-override .dropdown-menu.dropdown-menu-lower-level.show {
        /*border: 1px solid grey;*/
        width: 100%;
        margin-left: 24px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #bootstrap-override .dropdown-menu-lower-level {
        left: calc(100% + 2px);
        /*margin-top: -1.7em;*/
        top: 0;
        border-left: 1px solid rgba(85, 85, 85, 0.5);
        border-radius: 0;
    }

    #bootstrap-override .dropdown-menu.dropdown-menu-lower-level.show > .dropdown-menu {
        clear: both;
        float: left;
    }

    #bootstrap-override .dropdown-menu.dropdown-menu-lower-level.show {
        /*border: 1px solid grey;*/
        width: 100%;
        margin-left: 24px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #bootstrap-override .dropdown-menu-lower-level {
        left: calc(100% + 2px);
        top: 0;
    }

    #bootstrap-override .dropdown-menu.dropdown-menu-lower-level.show {
        /*border: 1px solid grey;*/
        width: 100%;
        margin-left: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #bootstrap-override .dropdown-menu-lower-level {
        left: calc(100% + 2px);
        /*margin-top: -1.7em;*/
        top: 0;
    }

    #bootstrap-override .dropdown-menu.dropdown-menu-lower-level.show {
        /*border: 1px solid grey;*/
        width: 100%;
        margin-left: 0;
    }
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.landing-page-btn {
    color: #fff;
    padding: .05rem .6rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.landing-page-btn:hover, .landing-page-btn:active {
    color: #fff;
    background-color: #056480;
    border-color: #014f66;
}