  
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

#maptoggles {
	background: none repeat scroll 0 0 #fffffff7;
	/*
	background: none repeat scroll 0 0 #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
	*/
    display: block;
    height: auto;
    margin-left: 1%;
    min-width: 350px;
    overflow: visible;
    padding: 0px;
    position: relative;
    margin-top: 1%;
    width: 20%;
    z-index: 1;
    /* font-family: Arial; */
    -webkit-box-shadow: 0px 0px 11px 4px rgba(156,156,156,1);
    -moz-box-shadow: 0px 0px 11px 4px rgba(156,156,156,1);
	box-shadow: 0px 0px 11px 4px rgb(0 0 0 / 55%);}
.gm-ui-hover-effect, .gm-ui-hover-effect:active, .gm-ui-hover-effect:hover, .gm-ui-hover-effect:visited, .gm-ui-hover-effect:select  {
    border: 0px !important;

}
#map {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 950px;
}

fieldset {
    border: 0px;
    padding: 0px;
}

form {
    clear: both;
}

#mapheader {
	min-height: 65px;
	background-color: #0379c9;
	color: #fff;
}

#maplogo {
	width: 50%;
    float: left;
}

#maplogo img {
    width: 125px;
}

#map-control-footer {
	text-align: right;
	padding-bottom: 15px;
	border-top: 1px solid #eee;	

}

#map-control-footer#maprecenter {
	padding-bottom: 15px;
	/*
    width: 50%;
    float: left;
    text-align: right;
	*/
}


#campusmap-clickable-item {
    border-bottom: 1px solid #eee;
    /* font-family: Arial; */
    font-size: 85%;
}

#campusmap-clickable-item input {
    margin-top: 5px;
    margin-bottom: 5px;
}

#campusmap-clickable-item label {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

#campusmap-clickable-item input[type="radio"] {
    display: inline-block;
    margin-left: 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0379c9;
    background-color: #0379c9;
    /* font-family: Arial; */
    padding: .5rem .5rem;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 75%;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    border: 1px solid #29282a;
    background-color: #29282a;
    color: #ffffff;
}

#campusmap-clickable-item input[type="radio"]:checked+label {
    color: #0379c9;
}

.resident-color {
    background-color: #f8ecab;
    border: 1px solid #fedb21;
}

.commuteronly-color {
    background-color: #b0dac6;
    border: 1px solid #47b27d;
}

.facultystaff-color {
    background-color: #ababab;
    border: 1px solid #1a1a1a;
}

.fitnesscenter-color {
    background-color: #e9d7ec;
    border: 1px solid #e0c1e6;
}

.armycorpsofengineers-color {
    background-color: #f8c4c4;
    border: 1px solid #fe6666;
}

.i2cvisitors-color {
    background-color: #dce6f6;
    border: 1px solid #b1ccf9;
}

.visitor-color {
    background-color: #dab7e0;
    border: 1px solid #af2eb2;
}

.disability-color {
    background-color: #acd4ea;
    border: 1px solid #a589d1;
}

.anypermit-color {
    background-color: #b3b6d1;
    border: 1px solid #676da8;
}

.restricted-color {
    background-color: #f0c3ab;
    border: 1px solid #ea7e45;
}

.commuterfacultystaff-color {
    background-color: #d4afc3;
    border: 1px solid #880f50;
}

.toggle-color {
    float:right;
    min-width: 10px;
    min-height: 20px;
    margin-right: 3px;
    /* font-family: Arial; */
}

.legend-color {
    min-width: 15px;
}

#map-color-legend p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 75%;
    padding-bottom: 3px;
    padding-top: 3px;
    /* font-family: Arial; */
}

#map-color-legend {
    padding-left: 10px;
    border: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 5px;
    /* font-family: Arial; */
}

#map-color-legend-header {
    font-size: 87.5%;
    text-align: center;
    margin-top: 4px;
    padding-bottom: 8px;
    /* font-family: Arial; */
}

#map-color-legend-column {
    width: 50%;
    float:left;    
}

#map-color-legend-wrapper {
    width: 100%;
    display: inline-block;
}

.map-color-legend-column-second-row {
    margin-left: 12.5px;
}

#collapsable-text {
    font-size: 75%;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 15px;
    /* font-family: Arial; */
}

.collapsable-map-toggles {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.collapsable-map-toggles.active {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}

.collapsable-map-toggles.show {
    display: block;
}

.expand-button {
    display: none;    
}

.expand-button.active {
    display: block;   
    clear: both; 
}

.collapse-button {
    display: none;    
}

.collapse-button.active {
    display: block;    
}

.campus-map-labels {
    background: rgba(0,0,0,.8);
    color: #fff;
    max-width: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /* font-family: Arial; */
    border-radius: 10px;
}

.campus-map-labels-no-background {
    color: #29282a;
    max-width: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /* font-family: Arial; */
    border-radius: 10px;
}

.campus-map-labels-building {
    background: #0077c9;
    color: #fff;
    max-width: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /* font-family: Arial; */
    border-radius: 10px;
}

.campus-map-labels-parking-lot {
    background: #6b716d;
    color: #fff;
    max-width: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /* font-family: Arial; */
    border-radius: 10px;
}

.campus-map-labels-phone {
    background: #fdda24;
    color: #29282a;
    max-width: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /* font-family: Arial; */
    border-radius: 10px;
}

.campus-map-labels-bike-rack {
    background: #ffffff;
    color: #0077c8;
    max-width: 60px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    /* font-family: Arial; */
    border-radius: 10px;
    font-size: 75%;
}

.parking-permit-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.parking-permit-section.active {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}

.parking-permit-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.parking-permit-section.active form{
	opacity: 1;
    /*transition: opacity 0.2s ease;*/
    max-height: 240px;
    overflow-y: auto;
    scroll-behavior: auto;
}

.bike-racks-section, .ev-charging-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.bike-racks-section.active, .ev-charging-section {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}

.bike-racks-section.show, .ev-charging-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.emergency-phones-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.emergency-phones-section.active {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}

.emergency-phones-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.campus-map-nav-item {
    clear: both;
    padding-left: 8px;
    border-bottom: 1px solid #eee;
    font-size: 87.5%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    cursor: pointer;
}

.campus-map-nav-item:first-child {
    border-top: 1px solid #eee;
}

.campus-map-labels-bike-rack.hide {
    display: none;    
}

#parking-permit-section {
    padding-top: 10px;
}

#emergency-phones-section div {
    width: 25%;
    float: left;
    text-align: center;
}

#bike-racks-section div, #ev-charging-section div {
    width: 50%;
    float: left;
    text-align: center;
}

.campus-map-nav-item.active {
    border-top: 1px solid #0077c8;
    border-bottom: 0px solid #eee;
	background-color: #ebebeb;
}

.first-clickable {
    border-top: 2px solid #eee;
}

#parking-level0 {
    font-size: 100%;
}

#bike-racks-level0, #evChargers-level0 {
    font-size: 100%;
}

#phone-level0 {
    font-size: 100%;
}

#buildings-level0 {
    font-size: 100%;
}

#campus-housing-level0 {
    font-size: 100%;
}

#other-level0 {
    font-size: 100%;
}

#dining-level0 {
    font-size: 100%;
}

#banks-level0 {
    font-size: 100%;
}

.dining-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.dining-section.active {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}

.dining-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.banks-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.banks-section.active {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}

.banks-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.buildings-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.buildings-section.active {
	opacity: 1;
    /*transition: opacity 0.2s ease;*/
    max-height: 240px;
    overflow-y: auto;
    scroll-behavior: auto;
}

.buildings-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}


.other-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.other-section.active {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}
.other-section.active form{

    max-height: 260px;
    overflow-y: auto;
    scroll-behavior: auto;
}
.other-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.campus-housing-section {
    display: none;
    opacity: 0;
    /*transition: opacity 0.2s ease;*/
}

.campus-housing-section.active {
    opacity: 1;
    /*transition: opacity 0.2s ease;*/
}

.campus-housing-section.show {
    display: block;
    border-bottom: 1px solid #0077c8;
}

.building-abbreviation {
    background-color: #0077c8;
    color: #fff;
    float: right;
    font-size: 75%;
    padding: 2px 4px 0px 4px;
    border-radius: 20px;
    /* font-family: Arial; */
    margin-top: 3px;
    margin-right: 3px;
}

.company-logo img {
    max-width: 40px;
    max-height: 15px;
    margin-top: 5px;
}

.company-logo {
	right: 6px;
	position: absolute;
}

.geoxml3_infowindow h3 {
    /*display: none;*/ 
    font-size: 1.17em !important;
    margin-top: 0px !important;
}

.campus-map-location-details-row {
    width: calc(100% - 10px);
}

.campus-map-location-title {
    color: #0077c8;
    width: 75%;
    font-size: 100%;
    font-weight: 500;
    float: left;
}

.campus-map-directions-icon {
    width: 25%;
    float: left;
    text-align: right;
}

.campus-map-location-image img {
    width: 100%;
    display: block;
}

.campus-map-location-details-row {
    padding: 2px 5px 5px;
}

.campus-map-location-image {
    padding: 5px;
}

.campus-map-location-image-logo img {
    max-width: 120px;
    width: 100%;
}

.campus-map-directions-icon-no-title {
    text-align: center;
    margin-top: 10px;
}

.geoxml3_infowindow {
    padding: 5px;
}

.campus-map-labels-building {
    font-size: 100%;
}




#collapsable-map-control {
    min-height: 50px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ebe5e5;
}
#collapsable-map-control.smallMobile, #hamburger {
	/* display: none; */
}	

#burgerClose {

}

#burgerOpen, #burgerClose {
	display: none;
	
	
}	

#burgerOpen.active, #burgerClose.active {
	display: block;
}




#hamburger {
	width:20px;
	padding: 15px 10px;
	margin-top: 8px;
	margin-right: 20px;
	display: inline-block;
	float: right;
}	

#hamburger.open {

}	


@media (max-width: 968px) 
{

    .geoxml3_infowindow {
        padding: 10px;
    }

    .campus-map-labels-building {
        font-size: 112.5%;
    }

}

@media (max-width: 768px) 
{

    .campus-map-labels-building {
        font-size: 125%;
    }

}

.mapListMenu {
	float:right;
	font-weight: lighter;
	padding-right:15px;
	padding-top:6px;
	color:#c9c7c7;
    font-size: 12px;
}

@media (max-width: 767px) 
{

	#maptoggles {
		min-width: 100%;
		overflow: hidden;
		border-radius: 0px;
		margin-left: 0;
		padding: 0px;
		margin-top: 0;
		z-index: 1;
   		/* font-family: Arial; */
		-webkit-box-shadow: 0px 0px 11px 4px rgba(156,156,156,1);
		-moz-box-shadow: 0px 0px 11px 4px rgba(156,156,156,1);
		box-shadow: 0px 0px 11px 4px rgba(156,156,156,1)

	}




	

    .campus-map-labels-building {
        font-weight: 800;
        font-size: 137.5%;
        max-width: 80px;
    }

    .geoxml3_infowindow {
        margin-bottom: 10px;
        margin-right: 10px;
    }

}
