/* Site CSS */
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.banner-image {
    width: 100%;
}
#header {
    display: none;
}

body {
    font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
}


/* UNM Top Navigation */

div.navbar.navbar-unm div.container {
    width: -webkit-fill-available;
}



	
	#unm_search_form {
		margin-top: 8px;
	}
	
	#toolbar-nav {
		margin-top: 10px;
	}


.navbar-unm .navbar-brand {
       float: left;
    background: none;
    position: static;
    transform-origin: left;
    background-image: url(https://dev-2research.unm.edu/assets/img/unm-horizontal-white.png);
    text-indent: -999px;
    width: 235px;
    background-repeat: no-repeat;
    height: 50px;
    background-position-x: 50%;
    background-position-y: 50%;
    z-index: 100;
    padding: 0;
    background-size: contain;

}

.dropdown-submenu>.dropdown-menu {
    display: none;
}


@media only screen and (max-width: 768px) {
.nav>li>a:hover, .nav>li>a:focus {
    background: none;
}
#horz-nav > ul > li.dropdown.open > ul > li > a {
        text-wrap: wrap;
    word-break: break-word;
}

}

@media only screen and (max-width: 768px) {
#horz-nav > ul > li.dropdown.open > ul > li.dropdown-submenu.open > ul > li > a {
    text-wrap: wrap;
    word-break: break-word;
}
}

 .animate-scale {
	 -webkit-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: -webkit-transform 0.2s ease-in;
	 transition: -webkit-transform 0.2s ease-in;
	 transition: transform 0.2s ease-in;
	 transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
 .animate-scale:hover {
	 -webkit-transform: scale(1.2);
	 transform: scale(1.2);
	 -webkit-transition: -webkit-transform 0.2s ease-in;
	 transition: -webkit-transform 0.2s ease-in;
	 transition: transform 0.2s ease-in;
	 transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

