.mps-header-logo {
  height: 65px;
  width: 270px; 
  padding-left:0px;
  }
  
  @media (max-width: 640px) {
    .mps-header-logo {
      width: 150px !important;
      } 
     }
  
  @media (max-width: 990px) {
    .mps-header-logo {
      height: 43px;
      width: 270px;
      } 
     }
@media (max-width: 1200px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 80%;
}
    button#sidebarCollapse {
    padding: 9px 20px;
}
    
}
    @media (max-width: 360px) {
    .mps-header-logo {	display: none; }
	
	.btn-logout {
		padding:6px 6px 3px 6px !important;       
     }
     }
    
button#sidebarCollapse {
    padding: 14px 0px;
}
.btn-label {font-size: 1.125rem;
    line-height: 1;}
    
  .mps-header-logo__link {
    height: inherit;
    width: inherit;
    text-indent: calc(100% + 1px);
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    display: block;
    background-image: url("/assets/images/publicsite/mps/mypennstate_logo.png");
    background-size: 250px 72px; 
    color: #fff; 
	}
    @media (max-width: 990px) {
      .mps-header-logo__link {
      	display: block;
        background-image: url("/assets/images/publicsite/mps/mypennstate_logo.png");
	    background-size: 150px 43px; }
   	}
   	
   	 @media (max-width: 458px) {
     .mps-header-logo__link {
      	display: block;
        background-image: url("/assets/images/publicsite/mps/mypennstate_logo.png");
	    background-size: 150px 43px; }
   	}
  
  .mps-site-header {
  padding: 0;
  position: relative;
  z-index: 16;
  background-color: #001e44;
  width: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .site-header {
      position: relative !important;
      bottom: auto !important; } }

.mps-header-primary {
  background: #001e44;
  padding: 10px 0;
  position: relative; }

 
.mps-header-primary {
      padding: 15px 0 10px; } 

.adm-site-logo {
  height: 39px;
  width: 189px; }
  @media (min-width: 991px) {
    .adm-site-logo {
      height: 65px;
      width: 270px; } }
  .adm-site-logo__link {
    display: block;
    height: inherit;
    width: inherit;
    text-indent: calc(100% + 1px);
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("/assets/images/publicsite/mps/svgo/logo.svg");
    background-size: 175px 35px;
    color: #fff; }
    @media (min-width: 991px) {
      .adm-site-logo__link {
        background-image: url("/assets/images/publicsite/mps/svgo/logo--lg.svg");
        background-size: 270px 65px; } }

.row {
margin:0 0 0 0;
}

.col {
padding:0 0 0 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


.mps-header__container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  background-color: #001e44;
  margin-left: auto; }
  @media (min-width: 576px) {
    .mps-header__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mps-header__container {
      max-width: 720px; } }
  @media (min-width: 991px) {
    .mps-header__container {
      max-width: 960px; } }
  @media (min-width: 1296px) {
    .mps-header__container {
      max-width: 1232px; } }
      
.mps-container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .mps-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mps-container {
      max-width: 720px; } }
  @media (min-width: 991px) {
    .mps-container {
      max-width: 960px; } }
  @media (min-width: 1296px) {
    .mps-container {
      max-width: 1232px; } }

.mps-primary__constrain {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto; }
    
 .mps-primary__contents_header {
    position: relative;
   display: flex; 
    align-items: center; 
    justify-content: space-between; }
 
 .mps-primary__contents_body {
    position: relative;
    align-items: center; 
    justify-content: space-between; }
    
 .mps-primary {
  padding: 15px 0 10px;
  position: relative; }
 

.btn-logout {
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 7px;
    padding:6px 17px 6px 17px;
        color: #001e44;

 }
 
.mps-dropbtn {
  background-color: darkgray;
  color: darkblue;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.mps-dropbtn:hover, .mps-dropbtn:focus {
  background-color: white;
}

.mps-dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.mps-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
}

.mps-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.mps-dropdown a:hover {background-color: #ddd;}

.mps-show {display: block;}

.hoverlink:hover{
    background-color: #001e44;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 15;
    padding: .75em;
}

.nav-link {
  text-decoration: none;
}

.lifont {    font-size: 14px;
}

.custom-toggler.navbar-toggler:hover {
    background-color: #001e44;
}

.custom-toggler.navbar-toggler {
    border-color: white;
}

/* hide close when burger shown */
.navbar-toggler.collapsed .close-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: inline;
}

.ui-widget {  font-family: AvenirNext-Medium, sans-serif; font-size: 1.0em; }

@media only screen and (max-width: 991px) {
		.navApplyImage {
			 content: url("/assets/images/svgo/material/inverse/help-circle.svg"); 
			  width: 22px;
			 height: 22px;
		}

		.navAcademicsImage {
			 content: url("/assets/images/svgo/material/inverse/book.svg"); 
			  width: 22px;
			 height: 22px;
		}

		.navVisitImage {
			 content: url("/assets/images/svgo/material/inverse/map-pin.svg"); 
			  width: 22px;
			 height: 22px;
		}

		.navLifeImage {
			 content: url("/assets/images/svgo/material/inverse/user.svg"); 
			  width: 22px;
			 height: 22px;
		}

		.navAidImage {
			 content: url("/assets/images/svgo/material/inverse/money.svg"); 
			  width: 22px;
			 height: 22px;
		}

		.navInfoImage {
			 content: url("/assets/images/svgo/material/inverse/info.svg");
			 width: 22px;
			 height: 22px;
		}

		.navPubsImage {
			 content: url("/assets/images/svgo/material/inverse/printer.svg");
		 width: 22px;
			 height: 22px;	 
		}
}