<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.school-logo {
	background-color: #555;
	background-image: url('/Resources/18/61/20/i186120/Portals/p636/logo.jpg');
	background-position: center center;
	background-repeat:  no-repeat;
}

body {
	background-color:  #330066;

	background-image: none;
	background: -moz-linear-gradient(top, #330066, #EFE1C6);
	background: -webkit-gradient(linear, left top, left bottom, from(#330066), to(#EFE1C6));
    background: -o-linear-gradient(top, #330066, #EFE1C6);     
	color:  #FFFFFF;	
}

    
    @media all and (min-width:0) {
        body { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#330066', endColorstr='#EFE1C6') \0/; } /* IE 9 + */
    }
    

body &gt; div.wrapper
{

}

.pane-nav ul .active a, .pane-nav ul li.active a:hover {
	background: #330066;
	background: -moz-linear-gradient(100% 100% 90deg, #330066, #330066);
	background: -webkit-linear-gradient(100%, 100% 90deg, #330066, #330066);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: 600;
	position: relative;
}

.pane-nav ul .active a span, .pane-nav ul li.active a:hover span {
	display: block;
	  position: absolute;
	  right: -12px;
	  top: 50%;
	  border-top:12px solid transparent;
	  border-bottom:12px solid transparent;
	  border-tight:0;
	  border-left:12px solid #330066;
	  margin-top: -12px;
}

.add-contact-point ul a:active
{
	background: #F26522;
	background: -moz-linear-gradient(100% 100% 90deg, #2386EF, #2E8EF4);
	background: -webkit-linear-gradient(100%, 100% 90deg, #2386EF, #2E8EF4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002386EF, endColorstr=#002E8EF4)";
}


.add-contact-point ul a:hover
{
	background: #330066;	
	color: white;
}

h1.school-title
{
	color:#FFFFFF;
	
	background-image: url('/Resources/18/61/20/i186120/Portals/p636/logo.jpg');
	background-position:  left bottom;
	background-repeat:  no-repeat;
	text-indent: -9999px; 
	height: 100px;
}</pre></body></html>