<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #0E76BD

Dark blue
hex #0E76BD;
	
Base orange
hex #EA0826;
	
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */


body {
	

    background-color: #a76e74;
    color: #0d0c1d;
    background-image: url(../images/interface/web-bg.jpg);
    background-size: cover;
    background-repeat: repeat-y;
	/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	*/
}

a {
	
	color: #FDAC53;
	
}

a:hover {
	
	color: #9f8144;
	text-decoration: underline;
	
}

h1 {
	
	color: #0E76BD;
	
}

h2 {
	/*
	color: #0E76BD;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: none;
	*/
}

h3 {
	/*
	color: #0E76BD;
	*/
}

h4 {
	/*
	color: #0E76BD;
	*/
}

h5 {
	/*
	color: #0E76BD;
	*/
}

.Masthead {
	/*
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	*/
}

#content-container .container {
	/*
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	*/
}


/* ====================== Additional container styles ======================= */


.breadcrumb {
	/*
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	*/
}
.breadcrumb &gt; .active {
    color: #AFA4CE;
}

.badge {
	
	background-color: #0E76BD;
	
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	
	color: #0E76BD;
	
}

.nav-tabs &gt; li {
	/*
	color: #555;
	*/
}

.nav-tabs &gt; li &gt; a:hover {
	
	color: #0E76BD;
	
}

.nav-tabs &gt; li.active &gt; a {
	
	border-top-color: #0E76BD;
	color: #0E76BD;
	
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}


/* ====================== Navigational styles =============================== */


.navbar-collapse {
	
	padding: 0px;
	box-shadow: 0px -2px 3px #e2bcbd;
	background-color: #e2bcbd;
	
}

.container &gt; .navbar-collapse {
	
	border-bottom-color: #e2bcbd;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
}

.navbar-top &gt; li &gt; a {
	
	padding: 5px;
	color: #7779b7;
	
}

.navbar-top &gt; li &gt; a:hover {
	
	color: #7779b7;
	background-color: white;
	
}

.navbar-nav &gt; li &gt; a {
	color: #0d0c1d;
    font-weight: bold;
}

.navbar-nav &gt; li &gt; a:hover {
	
	color: #0d0c1d;
	background-color: #ffffff96;
	
}

.navbar-nav &gt; li &gt; a.active {
	
	color: #090a0e;
	background-color: white;
	
}

.navbar-nav &gt; li &gt; .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
	
	background-color: white;
	border-bottom-color: #9f8144;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	
}

.dropdown-menu &gt; li &gt; a {
	/*
	color: #333;
	*/
}

.dropdown-menu &gt; li &gt; a:hover {
	
	color: white;
	background-color: #9f8144;
	
}

.left-nav &gt; li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-nav &gt; li &gt; a {
	/*
	color: white;
	*/
}

.left-nav &gt; li &gt; a:hover {
	
	color: white;
	background-color: #9f8144;
	
}

.left-nav &gt; li.active &gt; a {
	
	color: white;
	background-color: #0E76BD;
	
}

.left-nav &gt; li.active &gt; a:hover {
	
	color: white;
	background-color: #0E76BD;
	
}

.left-nav &gt; li.active &gt; a:focus, .left-subnav.in &gt; li.active &gt; a {
	
	color: white;
	background-color: #0E76BD;
	
}

.left-nav &gt; li.active &gt; .left-subnav &gt; li &gt; a, .left-subnav.in &gt; li &gt; a {
	
	color: #0E76BD;
	
}

.left-nav &gt; li.active &gt; .left-subnav &gt; li &gt; a:hover, .left-subnav.in &gt; li &gt; a:hover {
	
	color: #0E76BD;
	
}

.left-subnav.in &gt; li &gt; a {
	
	color: #0E76BD;
	padding: 8px 0px 8px 24px;
	background-color: white;
	
}

.left-subnav &gt; li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-subnav &gt; li &gt; a {
	
	padding: 8px 0px 8px 11px;
	color: #0E76BD;
	
}

.left-subnav &gt; li &gt; a:hover {
	
	color: #0E76BD;
	background-color: white;
	
}

.left-subnav &gt; li.active &gt; a {
	
	color: white;
	background-color: #0E76BD;
	
}

.left-subnav &gt; li.active &gt; a:hover {
	
	color: white;
	background-color: #0E76BD;
	
}


.nav-username {
    font-weight: 900;
    background-color: #ffffff69;
    /*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
	/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	*/
}

.navbar-toggle {
	
	border-color: #0E76BD;
	background-color: #0E76BD;
	
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}

textarea.form-control {
margin-bottom: 6px;
}

.thumbnail.setMinHeight {
min-height: 150px;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background: #1f1341;
    border-color: #1f1341;
}

.navbar-nav&gt;li.active&gt;a {
    color: #fff;
    background-color: #a28344;
}
/* ====================== Default footer styles ============================= */


#footer-container .container {
	
	background-color: #0E76BD;
	border-top-color: #0f0c1e;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
	
}

.footer_copyright.container {
    color: #000000;
    background-color: #fff;
    border-top: #0f0c1e solid 1px;
}
/* ====================== Custom footer styles ============================== */


#footer-container .container {
	/*
	background-color: #0E76BD;
	border-top-color: #9f8144;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
	*/
}

.footer h2 {
	/*
	color: white;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.footer ul {
	/*
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	*/
}

.footer ul li {
	/*
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	*/
}

</pre></body></html>