﻿/* Navy: #003366 */
/* Gold: #FFCC33 */
/* Dark Gold: #927200 */
/* Light Tan: #C2B59B */
/* Dark Brown: #231F20 */

/* Top Nav Overrides */

.or-navbar {
	background: #003366;
}
/* header background override */
.or-header { background-image: url('/orec/PublishingImages/orec-header-placeholder-cprs.jpg'); }

.or-header {
	background-color: #003366;
	background-position: center top;
	background-attachment: scroll;
}
.or-header .or-header-overlay {
	background: #000000;
	opacity: 0.3;
}
.or-header-site-title {}
.or-navbar-search-wrapper {
	background: #003366;
}
.or-navbar-search-submit-button, .or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:focus {
	background: #927200;
}
.or-navbar-search-submit-button>* {}
/* Taskbox Overrides */


.or-header-logo {
    background: url('/orec/PublishingImages/OREC-Logo-Gold-Navy.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
}

.root-web .or-header-logo { 
	background: url('/orec/PublishingImages/OREC-Logo-ID2-Gold-White.svg');
	background-repeat:no-repeat;
	width: 320px;
}

.root-web .or-header-title {
	display:none;
}


.or-taskbox-title {
	background: #003366;
}
/* Helpful Page Poll Overrides */

.helpfulPollQuestion .btn-primary {
	background-color: #003366;
	border-color: #003366;
}

.or-taskbox h2.or-taskbox-title, 
.or-taskbox h3.or-taskbox-title, 
.or-taskbox h4.or-taskbox-title, 
.or-taskbox h5.or-taskbox-title, 
.or-taskbox h6.or-taskbox-title {
	font-size: 18px !important;
} 



.root-web .panel-primary > .panel-heading {
	background-color: #003366;
	border-color: #003366;
}

.root-web .panel h2 {
	font-size: 18px;
	    margin-top: 0;
    margin-bottom: 0;
}

.root-web .panel a.btn:visited {
	color: #fff !important;
}

.root-web .panel a.btn.btn-primary {
	background-color: #003366;
	border-color: #003366;
}

.root-web .panel-primary {
	border-color: #ddd;
}