:root {
    --theme-text-color: #002a5c;
    /*--theme-color: #001733;*/
    /* --theme-color: #b1040e; */
    --theme-color: rgba(21, 102, 132, 1.0);

}

#nav_section {
    position: fixed;
    z-index: 9999999;
    width: 100%;
}

#btn-1 {
    /* border: 1px solid grey; */
    /* border-radius: 3%; */
    /* padding: 7px; */
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column;
    max-height: max-content;
    margin-top: 7px;
    cursor: pointer;
}

#ham_div_1 {
    border-top: 2px solid #fff;
    width: 22px;
    height: 8px;
}

#ham_div_2 {
    border-top: 2px solid #fff;
    width: 22px;
    height: 8px
}

#ham_div_3 {
    border-top: 2px solid #fff;
    width: 22px;
    height: 3px;
}

/* black nav bar <nav> */
#topnavid {
    /*background-color: #001733;*/
    /* background-color: #b1040e; */
    /* background-color: rgba(21, 102, 132, 1.0); */
    background-color: #483d8b;
    padding: 0px;
    font-size: 16px;
    background: transparent;
}

/* black nav bar's logo, name & ham button */
#logoAndBtnDiv {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    width: 100%;
    /*background: #001733;*/
    /* background: #b1040e; */
    /* background-color: rgba(21, 102, 132, 1.0); */
    background-color: #FFFFFF44;

    padding-left: 10px;
    justify-content: space-evenly;
}

#topNavLogoNdName {
    font-size: 28px;
    font-family: 'Merriweather Sans', sans-serif;
    margin-right: 0px;
    width: calc(100% - 62px);
    padding-top: .55rem;
    padding-bottom: .55rem;
    cursor: pointer;
}

#blackNavContentParent {
    width: 100vw;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: flex-end;
    /*background: #001733;*/
    /* background: #b1040e; */
    /* background-color: rgba(21, 102, 132, 1.0); */

}

#blackNavContent {
    padding: 15px 15px 15px 20px;
}

#blackNavUl li a {
    color: #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.uppernavhr {
    border-style: inset;
    border-width: 0.8px;
    margin: 0px 15px 0px 0px;
    color: #002A5C;
    opacity: 0.5;
}

#language_switch {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    position: relative;
}

#selectLanguage {
    /*background-color: #001733;*/
    /* background-color: #b1040e; */
    background-color: rgba(21, 102, 132, 1.0);

    border: none;
    padding: 5px;
    padding-left: 0px;
    color: #fff;
}

#secondSearchBox {
    display: none;
}

/* second navbar (white)  */
#customnav {
    /* background-color: white; */
    background-color: transparent;
    color: white;
    /* color: #002A5C; */
    padding: 0px;
}

/* white nav bar's logo & name */
#brandpos {
    display: none;
}

#secondNavBarItemUl {
    padding: 6px 15px 0px 20px;
}

#secondNavBarItemUl li {
    padding: 4px 0px 0px 0px;
}

.secondnavhr {
    /* border-style: inset;
    border-width: 0.8px; */
    border: none;
    height: 1px;
    margin: 0px 15px 0px 0px;
    color: #002A5C;
    background-color: #002A5C;
}

.navbar .dropdown-menu {
    border: none;
    margin-top: 0px;
    padding: 0px;
    background-color: #fff;
    color: #002A5C;
    transition-delay: 0.2s;
    transition-duration: 0.5;
}

.nav-img-div {
    text-align: -webkit-center;
}

#secondNavBarItemUl li [class="dropdown-menu drop-menu-box show"] {
    /* background-color: #d7dbe0; */
    /* background-color: #d9edf7; */
    background-color: #4e308c;
}


#customnav a:hover {
    color: orange;
    transition-delay: 0.2s;
    transition-duration: 0.5;
}

#navbarSupportedContent {
    border: 0px solid #aaa;
    border-top: none;
    background-color: #ffffff55;
}


.dropdownhr {
    color: grey;
    /* border-style: inset; */
    border: none;
    margin: 0px 15px 0px 5px;
    height: 1px;
    background-color: grey;
}

/* .dropdown-text-link{
    color: rgba(255, 255, 255, 1);
} */

#customnav #navbarSupportedContent ul {
    padding-top: 0px;
}

#customnav #navbarSupportedContent ul li a img {
    /* border-radius: 100%; */
    border: 1px solid orange;
    width: 100%;
    /* height: 160px; */
    height: 170px;
}

#customnav #navbarSupportedContent ul li a {
    /* color: #002A5C; */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

/* #customnav #navbarSupportedContent ul li a:hover{
    color: orange;
} */

#secondNavBarItemUl>li>a {
    /* font-size: 18px; */
}

.nav-theme-light {
    width: 100%;
    height: 20%;
}

ul#main-nav-items li {
    height: auto;
    font-size: 14px;
}

/* ul#main-nav-items li:hover{
    color: orange;
} */

.text {
    color: #002A5C;
    font-size: 14px;
    text-align: justify;
}


#univname {
    padding-top: 18px;
    margin-left: 5px;
    align-items: baseline;
    color: white;
    /* color: #02a79f; */
    font-size: 21px;
    font-family: 'Merriweather Sans', sans-serif;
}

#firstSearchBox {
    margin-bottom: 15px;
}

#firstSearchInput::-webkit-input-placeholder {
    font-size: 16px;
}

#firstSearchInput {
    font-size: 18px;
}

#secondSearchInput::-webkit-input-placeholder {
    font-size: 16px;
}

.nav-link .dropdown-toggle {
    padding: 3px !important;
}

.dropdown-toggle::after {
    margin-left: 1px;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

#navbarSupportedContent {
    max-height: 270px;
    overflow-y: scroll;
}

#topNavLogoAndNameA {
    color: white;
}

#topNavLogoAndNameA:hover {
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .dropdownhr {
        color: grey;
        /* border-style: inset; */
        border: none;
        margin: 0px 15px 0px 0px;
        height: 1px;
        background-color: grey;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    #btn-1 {
        margin-top: 5px;
    }

    #ham_div_1,
    #ham_div_2 {
        height: 10px;
    }

    /* HIDE SECOND SEARCH BOX */
    #secondSearchBox {
        display: none;
    }

    /* SHOW FIRST SEARCH BOX */
    #firstSearchBox {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        width: 100% !important;
    }

    #blackNavContentParent {
        width: 100%;
        background: transparent;
    }

    #blackNavContent {
        /*background-color: #001733;*/
        /* background-color: #b1040e; */
        /* background-color: rgba(21, 102, 132, 1.0); */

        max-width: 75%;
    }

    #brandpos {
        display: none;
    }

    #topnavid {
        padding: 0px;
        /* background: transparent; */
        background-color: #483d8b;
    }

    #logoAndBtnDiv {
        /*background-color: #001733;*/
        /* background-color: #b1040e; */
        /* background-color: rgba(21, 102, 132, 1.0); */

    }

    /* CHANGES IN WHITE NAVBAR */
    #customnav {
        background: transparent;
        height: fit-content;
        justify-content: flex-end;
        padding: 0px;
    }

    #navbarSupportedContent {
        /* background: #fff; */
        background: #ffffff55;
        max-width: 75%;
    }

    .navbar .dropdown-menu {
        margin-top: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #topnavid {
        /*background: #001733;*/
        /* background: #b1040e; */
        background-color: #483d8b;
        /* background-color: rgba(21, 102, 132, 1.0); */

    }

    #logoAndBtnDiv {
        display: none;
    }

    #firstSearchBox {
        display: none;
    }

    #secondSearchBox {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
    }

    #blackNavUl li {
        margin-right: 10px;
    }

    .uppernavhr {
        display: none;
    }

    #blackNavContent {
        max-width: 100%;
        justify-content: flex-end;
        padding: 2px 30px;
    }

    #selectLanguage option {
        background: white;
        color: black;
    }

    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    #customnav {
        /* background: #fff; */
        justify-content: space-between;
        /* padding: 5px 0px; */
    }

    #brandpos {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        margin-left: 10px;
        cursor: pointer;
    }

    #navbarSupportedContent {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        border: none;
        overflow-y: auto;
    }

    /* #secondNavBarItemUl>li>hr{
        display: none;
    } */

    .secondnavhr {
        display: none;
    }

    #secondNavBarItemUl li {
        /* position: relative; */
        margin-left: 7px;
    }

    #secondNavBarItemUl li [class="dropdown-menu drop-menu-box show"] {
        position: fixed;
        top: 148px;
        right: 0px;
        left: 0px;
        width: 100vw;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 3px solid lightgrey;
        /* box-shadow: 5px 10px #aaa; */
    }


    #secondNavBarItemUl>li>a::before {
        content: '';
        height: 4px;
        left: 0;
        bottom: 0;
        margin: auto;
        /* opacity: 0; */
        pointer-events: none;
        position: absolute;
        right: 0;
        -webkit-transition: width .45s, opacity .1s;
        transition: width .45s, opacity .1s;
        /* width: 0%; */
    }

    #secondNavBarItemUl>li>a:hover:before {
        opacity: 1;
        text-decoration: none;
        width: 100%;
        /* background: var(--theme-color); */
        background: orange;
        /* background: #b1040e; */
        /* background-color: rgba(21, 102, 132, 1.0); */

    }

    .nav-item.dropdown.show>a:before {
        opacity: 1;
        text-decoration: none;
        width: 100%;
        /* background: var(--theme-color); */
        /*background: orange;*/
        /* background: #b1040e; */
        /* background-color: rgba(21, 102, 132, 1.0); */
        background: yellow;
    }


    #blackNavUl li a::after {
        content: '';
        height: 2px;
        left: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        -webkit-transition: width .45s, opacity .1s;
        transition: width .45s, opacity .1s;
        width: 0%;
    }

    #blackNavUl li a:hover:after {
        opacity: 1;
        text-decoration: none;
        width: 100%;
        /*background: orange;*/
        background: #ffffff;
    }

}

@media only screen and (max-width: 992px) {
    #visitOldSite {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1030px) {
    #secondNavBarItemUl {
        padding-left: 10px;
        padding-right: 10px;
    }

    #secondNavBarItemUl>li>a {
        font-size: 16px;
    }

    #secondNavBarItemUl li {
        /* position: relative; */
        margin-left: 3px;
    }

}

@media only screen and (min-width: 1030px) and (max-width: 1105px) {
    #secondNavBarItemUl>li>a {
        font-size: 16px;
    }

    #secondNavBarItemUl li {
        /* position: relative; */
        margin-left: 5px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #secondNavBarItemUl li {
        margin-left: 15px;
    }
}