/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

 body {
    font-family: 'Lato', sans-serif;
 }

 .element-invisible {
    display: none;
 }

 a {
     color:#0033a0;
 }

 a:hover {
     color: #1B365D;
 }

.bg-wildcat {
    background: #0033a0;
}

 .bg-midnight {
    background: #1B365D;
}

.bg-midnight-alt {
    background: #00216d;
}

.bg-bluegrass {
    background: #1E8AFF;
}

.bg-cool-neutral {
    background: #DCDDDE;
}

.bg-warm-neutral {
    background: #D6D2C4;
}

.bg-warm-neutral-20 {
    background: rgba(214, 210, 196, .2);
}

.top-margin-5em {
    margin-top: 5em;
}

.bottom-margin-5em {
    margin-bottom: 5em;
}

.margin-2em-0,
.paragraphs-item-web-video,
.field-name-field-news-feat-img {
    margin: 2em 0;
}

.flex-row.row {
  display: flex;
  flex-wrap: wrap;
}

.educe-navbar {
    background:#0033a0;
    color: #fff;
}

.navbar-educe {
    margin-bottom: 0;
    border: none;
    font-family: 'Lato', sans-serif;
}

.navbar-educe a {
    color: #fff;
}

.navbar-educe .nav>li>a {
    font-size:18px;
    font-weight:900;
}

.navbar-educe .navbar-toggle {
    /*border-color: #fff;*/
    padding: 18px 10px;
}

.navbar-educe .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-educe a.logo img {
    max-height: 100px;
    margin: 10px 0;
}

.navbar-brand {
    height: 70px;
    padding: 25px 15px;
    font-size: 42px;
}

@media (max-width:991px) {
    .navbar-educe .navbar-nav {
        margin: 20px -15px 20px 0;
    }
    .navbar-educe .nav>li>a {
        font-size:14px;
        font-weight:bold;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-educe a.logo img {
        max-height: 55px;
        margin: 10px 0;
    }
    .navbar-brand {
        font-size: 32px;
    }
}

.navbar-educe .nav>li>a:focus,
.navbar-educe .nav>li>a:hover,
.navbar-educe .nav .open>a,
.navbar-educe .nav .open>a:focus,
.navbar-educe .nav .open>a:hover {
    background-color: #1B365D;
}

@media (min-width:768px) {
    .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .navbar-nav .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-nav .dropdown-menu-left {
        right: auto;
        left: 0
    }
    .navbar-nav {
        float: right !important;
        margin: 33px -15px 33px 0;
    }

    .navbar-nav~.navbar-nav {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .dropdown-menu>li>a {
        color: #fff;
    }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.carousel-inner .img-responsive {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.home--news--item {
    max-height: 65vh;
    min-height: 65vh;
    max-width: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:5em;
}

.home--news--news {
    display:inline-block;
    background: #1897d4;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-size: 1.25em;
}

.home--news--title {
    text-transform: uppercase;
    color: #fff;
    width: 40%;
    font-size: 2.45em;
    font-weight: bold;
}

@media (max-width:1199px) {
    .home--news--title {
        width:45%;
        font-size: 2em;
    }
}

@media (max-width:992px) {
    .home--news--title {
        width:45%;
        font-size: 1.75em;
    }
}

@media (max-width:767px) {
    .home--news--title {
        width:60%;
        font-size: 1.5em;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .carousel-inner .img-responsive {
        height: 350px;
    }
    .home--news--item {
        padding:4em 2em;
    }
}

.home--news--dots {
    height: 50px;
    background: url('/sites/educe/files/news--bottom-dots.png');
    background-size: cover;
    background-position: center center;
}

.home--news--learn-more {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
}

.home--news--learn-more a:hover {
    text-decoration: none;
}

.home--news--learn-more a::after {
    font-family: "Font Awesome 6 Free";
    content: " \f101";
    margin-left:5px;
}

.region-footer {
    padding: 5em 0em 5em 0em;
}

@media (max-width: 767px) {
    .region-footer-coe {
        text-align: center;
    }
}

.region-footer-coe {
    color: #fff;
    padding: 2em 0;
}

.region-footer-coe a {
    color: #B1C9E8;
}

.region-footer-coe a:hover {
    color: #fff;
}
.uk-lockup {
    text-align: center;
}

.uk-lockup object {
    max-height: 5em;
    margin: 1em 0 0;
}

.region-footer-coe ul {
    text-align: right;
}

.region-footer-coe .list-unstyled li {
    margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
    .region-footer-coe .col-xs-12.col-md-9 {
        border-right: none;
    }

    .region-footer-coe .list-unstyled {
        text-align: center;
    }
}

.caption {
    margin: 1 em;
    color: #555;
    font-size: .9em;
}

.embedded-video .player {
    text-align:center;
}

.home--heritage-science {
    padding:2em;
    justify-content: center;
    display: flex;
    height: 50vh;
    flex-direction: column;
}

.home--heritage-science h3 {
    font-weight:bold;
    margin-top:0;
}

.home--heritage-science p {
    margin-bottom:0;
    font-size:1.25em;
}

.home--clusters img {
    max-height:250px;
}

@media only screen and (max-width:767px) {
    .home--heritage-science {
        height: 75vh;
    }
    .home--clusters img {
        max-width: 220px;
    }
    .home--clusters img.home--clusters--bench, .home--clusters img.home--clusters--cyber {
        max-width: 280px;
    }
}

.carousel-control {
    opacity: 1;
}

.carousel-control .icon-next:before {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
}
.carousel-control .icon-prev:before {
    content: '\f0d9';
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
}