/* Add here all your css styles (customizations) */

.dropdown-menu {
    width: 100% !important;
}

.dropdown-menu .dropdown-item {
    padding-bottom: 6px;
    padding-top: 6px;
}

.truncate-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-overflow-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidenav-wrapper {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
    background: #2182a3;
}

.sidenav-row {
    position: relative;
}

.sidenav-separator {
    height: 1px;
    background-color: #ffffff;
    width: 70%;
    margin: auto;
}

.sidenav-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
    color: #000000;
}

.sidenav-button:hover {
    background: #5374B2;
    color: #000000 !important;
    text-decoration: none;
    outline: 0 !important;
}

.sidenav-span-description {
    max-width: 85%;
    display: block;
    font-size: 10px;
    color: #ffffff;
}

.sidenav-icon {
    font-size: 32px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.whole-page {
    min-height: 500px;
    margin-bottom: 60px;
}

.section-header {
    height: 60px;
    margin-bottom: 16px;
}

.section-header-gray {
    background-color: #E9EAEC;
    color: #06366F;
}

.section-header-blue {
    background-color: #5374B2;
    color: white;
}

.section-header-red {
    background-color: #532a3a;
    color: #ffffff;
}

.events-border {
    border: 1px solid #d7d2d2;
}

.events-border:hover {
    border: 1px solid #929090
}

.events-date {
    color: #1455A2;
}

.events-a {
    color: black;
}

.events-a:hover {
    text-decoration: none;
    color: black;
}

.truncate-overflow-secondary-event-body {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.events-name {
    font-weight: bold;
    font-size: 16px;
    /*overflow: hidden;*/
    word-wrap: break-word;
}

.article-box-shadow {
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.6);
}

.articles-text-row {
    background-color: #532a3a;
    color: white;
}

.articles-name {
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
}

.articles-date {
    position: absolute;
    top: 15px;
    left: 12px;
    background-color: #fff;
    padding: 2px 5px;
    color: #06366F;
}

.articles-a {

}

.articles-a:hover {
    text-decoration: none;
}

.article-hoverable-div {
    background-color: #532a3a;
}

.article-hoverable-div:hover {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.8);
}

.article-photo-row {
    background-color: white;
    min-height: 260px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.article-image {
    max-width: 100%;
    margin-bottom: auto;
    margin-top: auto;
}

.lib-collection-text-row {
    background-color: #f8f5f5;
    color: black;
}

.library-catalog-button {
}

.digital-platforms-button {
}

.main-button {
    border-radius: 8px;
    overflow: hidden;
    background-color: #1455A2;
    color: #fff;
    margin-left: 0px;
}

.main-button > div {
    padding-left: 0px;
    padding-right: 0px;
}

.main-button:hover {
    background-color: #1481df;
    color: #fff;
}

.mid-nav-section {
    background: #2182a3;
    padding: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mid-nav-button {
    width: 120px;
    height: 100px;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    z-index: 2;
    cursor: pointer;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
}

.mid-nav-button:hover {
    color: #000000 !important;
    text-decoration: none;
    outline: 0 !important;
}

.mid-nav-button-div {
    height: 100%;
    width: 120px;
    position: relative;
}

.mid-nav-button-div:hover {
    background:#5374B2;
    color: #000000 !important;
    text-decoration: none;
    outline: 0 !important;
}

.mid-nav-separator {
    position: absolute;
    left: 0px;
    width: 2px;
    height: 70px;
    background-color: #ffffff;
}

.search-box-result {
    text-decoration: none;
    font-size: 0.875rem !important;
    text-transform: none !important;
    font-weight: normal !important;
    background-color: white;
    min-height: 30px;
    z-index: 999;
    display: none;
}

.search-box-result div:hover {
    background-color: #e3f9ff;
}

.search-box-result a {
    text-decoration: none;
}

.search-box-result a:hover {
    color: black;
}

.view-more-button {
    background-color: #eba67c;
    color: #ffffff;
}

.view-more-button:hover {
    background-color: #5374B2;
    color: white;
}

.absolute-circle-button {
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 999;
}

.v-center {
    top: 50%;
    transform: translate(0, -50%);
}

.left-circle-button {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
}

.right-circle-button {
    right:0;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

@media (min-width: 760px) {
    .left-circle-button {
        left: -15px;
    }
    .right-circle-button {
        right:-15px;
    }
}

.circle-button-hover:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.8);
}

.video-div {
    max-width: 100%;
    height: 100%;
    text-align: center;
}

.video-div iframe {
    height: 100%;
    max-width: 100%;
    width: 712px;
}

.video-div video {
    height: 100%;
    max-width: 100%;
}

.service-menu {
    border: 1px solid #b8b8b8;
    text-decoration: none !important;
    color: black;
    background-color: #E9EAEC;
}

.service-menu:hover {
    border: 1px solid #575757;
    text-decoration: none !important;
    color: black;
}

.a-service-menu:hover {
    text-decoration: none;
}

.service-menu-card {
    background-color: #E9EAEC;
    border-radius: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.service-menu-button {
    color: #fff;
    background-color: #e85e1c;
    border-color: #e85e1c;
}

.carousel-control:hover {
    background-color: #00000079;
}
.logo-main{
    width: 83px;
    height: 80px;
}



/*.carousel-item {*/
/*    height: 400px;*/
/*}*/

/*.carousel-item img {*/
/*    flex-shrink: 0;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    object-fit: cover;*/
/*}*/

@media screen and (max-width: 1270px) {
    .logo-main{
        width: 68px;
        height: auto;
    }
    .logo-bg{
        width: 40px;
    }
    .logo-uio{
        width: 35px;
    }
    .logo-theater{
        width: 80px;
    }
    .logo-sponsor-eea{
        width: 50px;
    }

}

@media screen and (max-width: 1200px) {
    #nav-link--pages--about{
        font-size: 11px;
    }
    .search-site{
        width: 100px;
    }
    .current{
        font-size: 11px;
    }

    /*.u-header--sticky-top{*/
    /*    margin-top: 96px*/
    /*}*/


}

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

    .search-site{
        width: 100%;
    }
    .logo-bg{
        margin-top: 10px;
    }
    /*.u-header--sticky-top{*/
    /*    margin-top: 80px*/
    /*}*/

}

@media screen and (max-width: 425px) {

    .search-site{
        width: 100%;
    }
    .logo-bg{
        margin-top: 10px;
    }
    /*.u-header--sticky-top{*/
    /*    margin-top: 50px*/
    /*}*/

}

/*@media screen and (max-width: 768px) {*/

/*    .search-site{*/
/*        width: 100%;*/
/*    }*/
/*    .logo-bg{*/
/*        margin-top: 10px;*/
/*    }*/
/*    #js-header{*/
/*        margin-top: 50px*/
/*    }*/

/*}*/

@media only screen and (min-width : 1200px) {

    .container { max-width: 1250px; }

}

