<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  #mapWrapper{
	padding:0;
	margin:0;
}
#map{
	margin-top:5%;
}
.usmap{
	position:relative;
	width:90%;
	font-size:16px;
}


.noRegions {
	color:red;
	font-size:1rem;
	list-style:none;
	font-weight: 300;
	font-style: italic;
	padding: 0;
	padding-top: 3%;
	margin:0;
	/*FLEX BOX*/	
}

#loadingDiv {
	/*border:1px solid black;*/
	top:40%;
	left:44%;
	z-index:50;
	position: absolute;
	width:10%;
	height:10%;
	background-color: white;
	background-image: url('/_resources/images/maps/loading.gif');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 50% 50%;
}
#stateHeaderDiv h3 {
	font-size: 1.5rem;
	/*height:250px;
	background: linear-gradient(hsla(219, 100%, 84%, 1), transparent);*/
}
button[type="button"]:hover, button[type="button"]:hover {
	background: hsla(209, 55%, 69%, .5) linear-gradient(hsla(209, 55%, 69%, 1), transparent);
}
.locationContainer {
	position: relative;
	min-height: 50px;
	/*border-top:1px solid hsla(220,100%,20%,.25);*/
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	/*border:1px solid red;*/
	background: #c25700;
	/*background-image: url('/_resources/images/maps/pepperdine_p.svg');*/
	/*box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.1), 0 0 15px ;*/
	background-repeat:no-repeat;
	background-size:15% auto;
	background-position: 0% 95%;
	
	padding:5%;
	margin-top: 2%;
	/*opacity:.5;*/

	
}

/*.locationContainer::before {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.10;
	content: '';
	background-image: url('/_resources/images/maps/pepperdine_p.svg');
	background-repeat: no-repeat;
    background-size:10% auto;
	background-position: 0% 95%;*/
}


h3#currentState{
	/*font-weight:600;*/
	letter-spacing: 2.5px;
	font-size:1.5rem;
	padding-bottom:1%;
}
.locations {
	position:relative;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.locations ul.locationList {
	width:60%;
	padding:0;
	margin:0;
/*FLEX BOX*/	
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;*/
/*FLEX END*/	
	list-style: none;	
	-webkit-animation-name: scale-up;
	animation-name: scale-up;
	-webkit-animation-duration:.25s;
	animation-duration: .25s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
ul.locationList &gt; li {
	letter-spacing: 2px;
/*FLEX BOX*/		
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;*/
/*FLEX END*/		
	/*border-radius:1px;*/
	padding:0;
	margin:0;
	/*background:hsla(209, 55%, 69%, .1) linear-gradient(transparent, hsla(209, 55%, 69%, .10));*/
	/*font-size: 1rem;*/
	text-align:center;
	flex:1 1 100%;
	height:40px;
	/*border-bottom:2px solid hsla(209, 55%, 69%, .75);*/
	transition: background .5s ease;

}
ul.locationList &gt; li:hover {
	/*background-color:hsla(209, 55%, 69%, .2);
	background-image: linear-gradient(hsla(0, 55%, 100%, 1) -100%, transparent),
	linear-gradient(transparent 50%, hsla(209, 55%, 69%, .5)),
	linear-gradient(transparent 95%, hsla(209, 55%, 19%, 1));*/
}
ul.locationList &gt; li a {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top:1%;
	/*border:2px solid hsla(209, 55%, 18%, .35);*/
	/*border-bottom:0px solid hsla(209, 55%, 18%, 0);*/
	display:inline-block;
	height:100%;
	width:100%;
	/*box-shadow:inset 1px 1px 10px 1px hsla(0,100%,100%,1);*/
}
ul.locationList &gt; li:first-child { }
@-webkit-keyframes scale-up {
	  0% {
	  	 -webkit-transform: scale(0) rotate(50deg);
	  }
	  100%{
		  -webkit-transform: scale(1) rotate(0deg);
	  }
}
@-moz-keyframes scale-up {
	  0% {
			-moz-transform: scale(0) rotate(50deg);
	  }
	  100%{
	  	-moz-transform: scale(1) rotate(0deg);
	  }
}
@-o-keyframes scale-up {
	  0% {
			-o-transform: scale(0) rotate(50deg);
	  }
	  100%{
			-o-transform: scale(1);
	  }
}
@keyframes scale-up {
	0% {
		transform: scale(0) rotate(50deg);
	  }

	  100%{
		  transform: scale(1) rotate(0deg);
	  }
}

@media only screen and (max-width: 768px) {
	
.locations ul.locationList {
		width:100%;
		padding:0;
		margin:0;
	/*FLEX BOX*/	
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-justify-content:center;
		justify-content:center;
	/*FLEX END*/	
		list-style: none;	
		-webkit-animation-name: scale-up;
		animation-name: scale-up;
		-webkit-animation-duration:.25s;
		animation-duration: .25s;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
}
}



/* KR - Pepperdine Custom Styling */

circle {
	stroke-width: 7px;
}
#stateHeaderDiv h3 {
	color: #575b5d;
}
.locations ul.locationList {
	width: 100%;
}
ul.locationList {
	margin: 0;
	padding: 0 0 0 2em !important;
}
ul.locationList &gt; li a {
	/*width: auto;
	height: auto;
	padding-top: 0;
	color: #ee7624;*/
}
ul.locationList &gt; li:hover {
	color: #c25700;
}
ul.locationList &gt; li {
	height: auto;
	margin: .4rem 0;
	/*font-size: .9rem;*/
	text-align: left;
	letter-spacing: 0;
	list-style: none;
}
ul.locationList &gt; li:before {
	/*content: '\e864';
	font-family: "fontello";
	font-size: 1em;
	color: #0078b0;
	margin-right: .8em;
	margin-left: -1.3em;*/
}
</pre></body></html>