/* ---------- COLOR SWAP - Accent Color 1 ------------------------------------------------------- */

.contentText h6 a, 
.contentSidebar a:hover, 
p.preTitle, 
a:hover, 
a:active, 
h1, 
.portalCol p, 
.portalCol ul, 
.portalCol ul li a:hover, 
#breadcrumb a:hover {
	color: #546e2b;
	}

.portalCol h2 {
	border-bottom-color: #546e2b;
	}

/* Interior page sidebar backgrounds, tablet & mobile widths */

@media only screen and (max-width: 699px) {
	.contentSidebar {
		background: #546e2b !important;
		}
	}


/* ---------- COLOR SWAP - Accent Color 2 ------------------------------------------------------- */

.contentSidebar li, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #8d8b00;
	}

h2, 
h3, 
h4 {
	border-bottom-color: #8d8b00;
	}


/* ---------- ICON SWAP - Content Type Icons for Resource Links --------------------------------- */

.contentText ul li {
	background-image: url(../images/icon_content_none_resources.png);
	}

.contentText ul li.contentPdf, 
.contentText h6 a.contentPdf {
	background-image: url(../images/icon_content_pdf_resources.png);
	}

.contentText ul li.contentVideo, 
.contentText h6 a.contentVideo {
	background-image: url(../images/icon_content_video_resources.png);
	}

.contentText ul li.contentOffsite, 
.contentText h6 a.contentOffsite {
	background-image: url(../images/icon_content_offsite_resources.png);
	}

.contentText ul li.contentWord, 
.contentText h6 a.contentWord {
	background-image: url(../images/icon_content_word_resources.png);
	}

.contentText ul li.contentExcel, 
.contentText h6 a.contentExcel {
	background-image: url(../images/icon_content_excel_resources.png);
	}

.contentText ul li.contentFlash, 
.contentText h6 a.contentFlash {
	background-image: url(../images/icon_content_flash_resources.png);
	}
