/* Penn Connects Global styles */

/* last modified 2018-07-02 to change "Explore the Vision" to "Penn Connects 3.0" and "A Renewed Vision" to "History" */

/* body and wrapper*/

/*ADA CHANGES*/
div#pennlogo a:focus img {
    box-shadow: 0 0 6px rgb(93 118 255);
}

div#pennlogo img {
    width: 100%;
    left: 30px;
    position: relative;
}

div#pennconnectslogo a:focus img{
    box-shadow: 0 0 6px rgb(93 118 255);

}

ul.dropdown-menu a:focus {
    color: #21396f !important;
}

.search-box{
  display: none;
}

.search-box {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
   padding: 3rem 10rem;
       background-color:rgba(0, 174, 239, 0.9);
}

.search-box input {
    width: 100%;
    padding: 1rem 2.5rem;
    margin: 1rem;
    border: none;
    outline: none;
    background-color: #4FC8F3;
    height: 5rem;
    color: #22396f !important;
    font-size: large !important;
    background-image: url(caret-down-solid.svg);
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: 2rem;
}

li.ui-menu-item {
    background-color: #4fc9f3!important;
}

.carousel-control-next, .carousel-control-prev {

    opacity: 1;
}


/*ADA CHANGES END*/


.mobile-carousel {
    display: none;
}

html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

html, body {
    overflow: hidden;
    height: 100% !important;
    width: auto;
}

.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}

.navbar ul.dropdown-menu li.dropdown-item:hover > a {
    color: #000 !important;
    background-color: #fff !important;
}
#wrapper{
    width: 100%;
    height: 100%;
    	margin-top:0px !important;;
	margin-left:0px !important;
	padding:0px;
	text-align:left;
	background-color:#21396f;
    overflow-x:hidden;
}

li.nav-item {
    width: 20%;
    text-align: center !important;
    border-right: 1px solid white !important;
}

li.nav-item.last {
    border: none !important;
}

a#menu {
    margin: 0 auto;
    text-align: center;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #00aeef;
}

li.nav-item:nth-child(1):after {
    content: " ";
    color: white;
    position: absolute;
    left: -33px;
    top: 8px;
    display: none;
}

.dropdown-submenu {
    position: relative;
}

   li.nav-item, li.dropdown-item {
    font-size: 15px;
}

li.dropdown-item.dropdown-submenu.p-0 {
    border-bottom: 1px solid white;
}
li.dropdown-item.dropdown-submenu a {
/*    color: #fff !important;*/
    background: unset !important;
}

a.dropdown-toggle.w-100:before {
    content: "\f061" !important;
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    font-size: 10px;
}

li.dropdown-item.dropdown-submenu.p-0:hover {
    background: white;
    color: #22396f;
}
/*

li.dropdown-submenu {
    width: 170px;
}
*/

li.dropdown-item.p-0:hover {
    background: white;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #21396f;
    text-decoration: none;
    background-color: unset;
}

li.dropdown-item.dropdown-submenu a:hover, li.dropdown-item.dropdown-submenu a:focus {
    color:#21396f;
    background:#ffffff !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: none;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
/*    border-left-color: #ccc;*/
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
/*    border-left-color: #fff;*/
}

a {
    white-space: pre-wrap;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show a {
    color:#22396F;
    padding: 3px 10px;
    display: block;
}

.dropdown-submenu ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show a {
    white-space: pre-wrap;
    width: 100%;
    color:#21396f
}

.dropdown-submenu ul.dropdown-menu.ml-2.rounded-0.primary-color.border-0.z-depth-1 a {
    color: #000 !important;
}

.dropdown-submenu ul.dropdown-menu.ml-2.rounded-0.primary-color.border-0.z-depth-1 a:focus {
    background-color: #ffffff !important;
}

.dropdown-submenu ul.dropdown-menu.ml-2.rounded-0.primary-color.border-0.z-depth-1 {
        margin: 0px !important;
    background: #94dff6;
    width: 200px;
    min-width: 150px;
/*    position: absolute;*/
    /* display: block; */
    z-index: 900;
    top: 0;
}

.dropdown-menu li.dropdown-item.p-0 {
    border-bottom: 1px solid white;
    margin-bottom: 2px;
}

.dropdown-menu li.dropdown-item.p-0.last {
    border-bottom: unset !important;
}

ul.navbar-nav.mr-auto {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-top:20px;
}

div#carouselExampleControls {
    background: #00aeef;
}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(https://www.pennconnects.upenn.edu/images/bars-regular.png)

}

.carousel-caption.d-none.d-md-block {
    background: rgba(0, 174, 239, 0.67);
    background: rgba(0, 174, 239, 0.9);
}

.carousel-caption {
    position: absolute;
    right: 0;
    left:0;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption p {
    font-size: 18px;
}

.carousel-caption.d-none.d-md-block p {
    color: white;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 76vh;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
/*    top: -100px;*/
}

.collapse ul.navbar-nav.mr-auto li {
    padding: 10px;
    display: inline;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #22396f !important;
    position: relative;
    z-index: 300;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #00aeef;
    color: #00aeef;
}

.nav-link {
    display: block;
     padding: 0;
}

img.d-block.w-100 {
    width: auto !important;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    top: -150px;
    position: relative;
}

.dropdown-menu.show {
    background: #4cc6f4;
    border-radius: 0px;
    border: unset;
}

.carousel-control-next:focus, .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background-color: #232287;
    background: linear-gradient(-90deg, #0000008a, transparent);
}
.carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background-color: #232287;
    background: linear-gradient(90deg, #0000008a, transparent);
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #000000;
    white-space: nowrap;
}

html, body {
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
    vertical-align:top;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#ffffff url(https://www.pennconnects.upenn.edu/images/line.jpg) repeat;
}



/* ]]> */
body img {
	border-style:none;
	padding:0px;
	margin:0px;
	outline:none;
	text-align:left;
	vertical-align:top;
}
body a {
	border-style:none;
	outline:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
	text-align:left;
	vertical-align:top;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
	color:#FFFFFF;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:lighter;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	color:#FFFFFF;

}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:0px;
	margin-bottom:8px;
	color:#000000;
}

#header {
	float:left;
	width:950px;
	height:100px;
	background:#21396f url(https://www.pennconnects.upenn.edu/images/header_art.jpg) no-repeat 0px 0px;
    position: relative;
    z-index: 300;
}

#invisibleDiv {
	float:left;
	visibility:hidden;
}
#pennlogo {
    position: absolute;
    top: 25px;
    left: 19px;
    width: 200px;
    height: 70px;
    background-color: #21396f;
    z-index: 100;
}

#pennconnectslogo {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 30%;
    background-color: #21396f;
    z-index: 100;
}

/* begin styles left nav menu base styles — specific styles for each Level 1 menu item exist as separate navigation files*/
#contentAreaWrapper {
	position:relative;
	float:left;
	width:950px;
	height:auto;
	margin:0px;
	padding:0px;
	background-color:#21396f;
}
#leftnav {
	float:left;
	position:relative;
	width:150px;
	height:auto;
	z-index:1;
}
.setHeight {
	height:450px;
}
#leftnav.fapContainer {
	float:left;
	width:150px;
	height:auto;
}
ul.navbar-nav,
ul.navbar-nav li {
	float:left;
	position:relative;
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;
}
ul.navbar-nav a a {
	display:block;
	width:140px;
	padding:5px 0px 5px 10px;
}
ul.navbar-nav a a {
	display:block;
	width:140px;
	padding:5px 0px 5px 10px;
	color:#ffffff;
	background-color:#21396f;
    text-align:center;
}
ul.navbar-nav a:hover, ul.navbar-nav a:focus {
    color: #00aeef;
/*    background-color: #21396f;*/
    text-decoration: none;
}

/*
a {
	display:block!important;
	width:150px;
	color:#f12e24!important;
	background-color:#ffffff!important;
	padding:0px;
	font-weight:bold;
}
*/
/*
#leftnav img {
	padding:30px 0px 0px 10px;
}
*/
/* Hightlights section removed */
#leftnav li.highlightsfor {
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;
}
#leftnav li.highlightsfor a,
#leftnav li.highlightsfor a:hover,
#leftnav li.highlightsfor a:focus {
	display:block;
	width:140px;
	padding:5px 0px 5px 10px;
	color:#ffffff;
	background-color:#34465a; /* medium gray */
	font-weight:bolder;
}
/* end styles for left nav menu base styles*/

/*begin styles for main content region*/
#content {
	float:left;
	width:780px;
	height:auto;
	margin-left:20px;
	background-color:transparent;
	position:relative;
}
#content #fadeshow1toggler {
	position:absolute;
	width:200px;
	height:25px;
	top:425px;
	left:650px;
	z-index:2000;
}
#contentProjects {
	position:relative;
	float:left;
	width:780px;
	height:auto;
	margin-left:20px;
	background-color:#00aeef;
}
#contentProjects.fixedHeight {
	height:405px;
}
#contentProjects_fap {
	position:relative;
	float:left;
	width:780px;
	height:520px;
	margin-left:20px;
	background:url(../find_a_project/fap_home_img.jpg) no-repeat 0px 0px!important;
}
#contentProjects_fap #textOverlay {
	position:absolute;
	top:20px;
	left:463px;
	width:360px;
	height:35px;
	z-index:100;
}
#textOverlay a {
	text-decoration:underline;
	color:#000000;
	font-size:15px;
}
#textOverlay a:hover,
#textOverlay a:focus {
	color:#00aeef;
	background:none;
}
#content.PennConnects3 {
	/*background-color:#f12e24; previous orange to be changed to purple */
	background:#8E49D6; /*purple*/
	color:#ffffff;
}
#content.PennConnects3 h1, a, p {
	color:#ffffff;
}
#content.History {
	/*background:#8E49D6; previous purple to change to orange */
	background-color:#f12e24; /*redOrange*/
	color:#ffffff;
}

#content.GrowingGreener {
	background-color:#41ad49;
	color:#ffffff;
}
#content.InteractiveMap {
	background-color:#ffcb05;
	color:#ffffff;
}
#content.RelatedLinks {
	background-color:#184ed9; /* royal blue Related Links*/
	color:#ffffff;
}
#content.WhiteBackground {
	background-color:#ffffff;
	color:#000000;
}
#content.WhatsNew {
	background:#FFFFFF;
}
#iconsGlobal {
	display:none;
}
/*end styles for main content region*/

/*begin styles for footer*/
#footer {
    clear: both;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    height: 20px;
    padding-top: 5px;
    color: #000000;
    background-color: #ffffff;
    z-index: 200;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    top: 96% !important;
    position: absolute;
    top: 0;
    z-index: 400;
    height: 40px;
    font-size: 14px;
}

#footer a {
	text-decoration: none;
	color:#000000;
	background-color:#ffffff;
}
#footer a:hover {
    text-decoration: none;
    color: #009ddc;
    color: #015e83;
}
#footer a:focus {
    text-decoration: none;
    color: #00aeef;
}

a#current_footer {
	color:#ffffff;
	background-color:#f12e24;
	outline:none;
}

/*spacer rules*/
#leftnav li.spacer {
	width:150px;
	padding:5px 0px 0px 0px;
	border-bottom-color:#21396f;
}
#leftnav li.noRule {
	border:none;
}

#wrapper {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0px;
    text-align: left;
    background-color: #21396f;
}

#header {
    float: none;
    width: 100%;
    height: 100px;
    background: #21396f url(https://www.pennconnects.upenn.edu/images/header_art.jpg) no-repeat 100% 0px;
    position: relative;
    z-index: 300;
}

#contentAreaWrapper {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-color: #21396f;
}

#leftnav li.topRuleWhite {
    /* border-top-color: #ffffff; */
    /* border-top-style: solid; */
    /* border-top-width: 1px; */
}

#leftnav {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}
#leftnav ul, #leftnav li {
    position: relative;
    list-style: none;
    /* margin: 0px; */
    padding: 0px;
    border: none;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

#content {
    width: 100%;
    height: auto;
    /* margin-left: 20px; */
    background-color: transparent;
    /* position: relative; */
}


ul#dropdown-menu1 {
    top: -7px;
}

ul#dropdown-menu2 {
    top: -38px;
}

ul#dropdown-menu3 {
    top: -69px;
}

ul#dropdown-menu4 {
    top: -100px;
}

ul#dropdown-menu5 {
    top: -131px;
    /* width: 375px; */
    /* left: -375px; */
}

ul#dropdown-menu6 {
    top: 0px;
}

ul#dropdown-menu7 {
    top: -193px;
}





/*jquery Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border:unset!important;
background-color: #6cd9ff!important;
font-weight: larger!important;
background:none!important;
background-color: #6cd9ff!important;
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #22396f!important;
text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
border:unset!important;
font-weight: larger!important;
background:none!important;
background-color: #6cd9ff!important;
}


.ui-state-hover a, .ui-state-hover a:hover {
color: #212121!important;
text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border:unset!important;
background:none!important;
font-weight:unset!important;
color: unset!important;
background-color: #6cd9ff!important;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    background-color: #4fc9f3 !important;
    border: unset!important;
    background-image: unset;
    border-radius: 0!important;
}


.ui-widget-content a {
    color: #22396f!important;
    font-size: large!important;
}

.ui-menu {
    list-style: none;
    padding: 0!important;
}

input.icon::-webkit-input-placeholder {
    color: #22396f9e!important;
    padding-right:1rem!important;
}

.ui-menu .ui-menu-item {
    margin: 0!important;
    padding: 1rem!important;
}


.ui-menu .ui-menu-item a {
    text-decoration: none!important;
    display: block!important;
    padding: .5rem 2rem!important;
    line-height: 1.5!important;
    zoom: 1;
}

.ui-widget-content a {
    color: #22396f !important;
    font-size: 1.5rem !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
   border-radius: unset!important;
}

/* On smaller screens, decrease text size */
@media screen and (min-width: 991px) {
/*
#pennconnectslogo {
    top: 10px;
    left: 75%;
}

*/
    #pennconnectslogo {
    top: 10px;
    left: unset;
    right: 337px !important;
}

}

/*
@media screen and (max-width: 1600px) {
#pennconnectslogo {
    top: 10px;
    left: 72%;
}
}

@media screen and (max-width: 1450px) {
#pennconnectslogo {
    top: 10px;
    left: 68%;
}
}

*/
/* On smaller screens, decrease text size */
@media screen and (max-width: 991px) {

    button.navbar-toggler {
    position: relative;
    right: 0;
    left: 94%;
    top: -108px;
}

    .mobile-carousel {
    display: block;
}

    .carousel-control-next, .carousel-control-prev{
        display: none;
    }

    .web-carousel {
    display: none;
}

    ul#dropdown-menu1,
    ul#dropdown-menu2,
    ul#dropdown-menu3,
    ul#dropdown-menu4,
    ul#dropdown-menu5,
    ul#dropdown-menu5,
    ul#dropdown-menu7 {
    top: 0px;
}

    .navbar ul.dropdown-menu li.dropdown-item:hover > a {
    color: #fff !important;
    background-color: unset !important;
}

    ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show a:hover, ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show a:focus {
    color: #ffffff !important;
    background: unset !important;
}

    li.nav-item {
    width: 100%;
    text-align: left !important;
    border-right: unset !important;
}

    a#menu {
    margin: 0 auto;
    text-align: left;
}

    .dropdown-submenu ul.dropdown-menu.ml-2.rounded-0.primary-color.border-0.z-depth-1 {
        margin: 0px !important;
    background: unset;
    width: 90%;
    min-width: unset;
    z-index: 900;
    top: 0;
}


    li.dropdown-item.dropdown-submenu.p-0:hover {
    background: #21396f !important;
}

    ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show a:hover, ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show a:focus {
    color: #fff !important;
    background: unset !important;
}

    .dropdown-submenu li.dropdown-item.p-0 a {
    width: 100%;
    display: list-item;
    /* overflow-wrap: break-word; */
    /* margin: 0px !important; */
    white-space: pre-wrap;
}

    li.nav-item.dropdown.multi-level-dropdown {
    border-bottom: 2px solid #fff;
}

    li.dropdown-item.p-0:hover {
    background: unset !important;
}

    html, body {
    overflow: scroll;
    height: 100% !important;
    width: auto;
}

      #pennconnectslogo {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 78%;
    z-index: 100;
}

   #pennlogo {
    position: absolute;
    top: 25px;
    left: 19px;
    width: 150px;
    height: 40px;
    background-color: #21396f;
    z-index: 100;
}
    #header {
    float: none;
    width: 91%;
    height: 100px;
    background: #21396f url(https://www.pennconnects.upenn.edu/images/header_art_mobile.jpg) no-repeat 113% 0px;
    background-size: 164%;
}

    #pennlogo img {
    width: 100%;
    height: auto;
    /* margin-bottom: 40px; */
}
    button.navbar-toggler {
    margin-top: 30px;
}

    .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
    .carousel-caption.d-none.d-md-block p {
    color: white;
/*    font-size: 20px;*/
}
    .d-none {
    display: block !important;
}

 #footer {
    clear: both;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: auto;
/*    padding-top: 5px;*/
    color: #000000;
    padding:10px;
    background-color: #ffffff;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
/*    font-size: 15px;*/
/*
    top: 93% !important;
    bottom: 0;
*/
     position: relative
}

    .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 72vh;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

   li.dropdown-item .p-0 {
    border-top: 1px solid #484f5f !important;
    margin-left: 15px;
}

    li.nav-item {
    border-top: 1.5px solid white !important;
}

    ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show {
    height: 100px;
        background: unset;
}

    ul.dropdown-menu.ml-2.rounded-0.primary-color.border-0.z-depth-1{
        background:unset;
    }

.dropdown-menu.show {
    background: #22396f;
}

.dropdown-menu li.dropdown-item.p-0 {
    border-bottom: unset;
}

ul.dropdown-menu.mt-2.rounded-0.primary-color.border-0.z-depth-1.show a {
    color: #009ddc !important;
    color: #015e83 !important;
    margin: 10px;
}
    li.dropdown-item a:hover {
    color: white !important;
}

    li.nav-item, li.dropdown-item {
    font-size: 20px;
}

    .dropdown-menu {
     background-color: unset;
}
    .dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: unset;
}

}
/* On smaller screens, decrease text size */
@media screen and (max-width: 767px) {
   button.navbar-toggler {
    position: relative;
    right: 0;
    left: 91%;
    top: -108px;
}


div#pennlogo img {
    width: 100%;
    left: 15px;
    position: relative;
}

}
/* On smaller screens, decrease text size */
@media screen and (max-width: 600px) {
    .text {font-size: 20px}

    #pennlogo {
    position: absolute;
    top: 25px;
    left: 19px;
    width: 152px;
    height: 40px;
    background-color: #21396f;
    z-index: 100;
}

    #header {
    float: none;
    width: 100%;
    height: 100px;
    background: unset;
    background-size: 164%;
    z-index: 200;
}

    #pennconnectslogo {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 60%;
    z-index: 100;
}

    button.navbar-toggler {
    position: relative;
    right: 0;
    left: 89%;
    top: -108px;
    z-index: 1000 !important;
}

    .navbar {
     padding: 0;
}
.search-box {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 3rem 3rem 3rem 1.5rem;
    background-color: #00aeef;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em!important;
    line-height: 1.5!important;
    zoom: 1;
    text-wrap: wrap;
}
.ui-menu .ui-menu-item {
    margin: 0 !important;
    padding: .75rem .5rem
}

}
/* On smaller screens, decrease text size */
@media screen and (max-width: 300px) {
  .text {font-size: 11px}

  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
    text-wrap: wrap;
}
}
