/* ------------------------------------------------- */
/* Replace #005595 with #064276 - Blue 8/5/24 */
/* Replace #EC8902 with #ec5a24 - Orange 8/5/24 */
/* BEGIN - TEMP FIX TO BE REMOVED BY NIC ON 02/25/18 */

/* Markup Styles Menu Options */
h2.ms-rteElement-Heading2 {}

h3.ms-rteElement-Heading3 {}

h4.ms-rteElement-Heading4 {}

h5.ms-rteElement-Heading5 {} 

h6.ms-rteElement-Heading6 {}

blockquote.ms-rteElement-BlockQuote {
}

/* Image Position Menu Options */
.ms-rtePosition-PullLeft {
    float: left;
}

.ms-rtePosition-PullRight {
    float: right;
}

/* Picture Styles Menu Options */
.ms-rteImage-Rounded {
    border-radius: 2px;
}

.ms-rteImage-Circle {
    border-radius: 50%;
}

.ms-rteImage-Thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* END - TEMP FIX TO BE REMOVED BY NIC ON 02/25/18 */
/* ----------------------------------------------- */

/* header overlay override CLD 8-2-24 overide background: #d6dbe9;*/
.or-header .or-header-overlay {
	background: #064276;
	opacity: .25;
}
.or-navbar {
background: #064276 !important;
}
.or-navigation-list > li > a {
	color: #fff;
}
.or-header {
	background-color: #064276;
}
.or-header-content-row {
    display: none;
}
.or-header-title{
	color: #064276 !important; 
}
.or-navbar-translation-wrapper a.dropdown-toggle {
	font-size: 1.17em;
}
.or-official a.dropdown-toggle {
    font-size: 1.17em;
}
.or-header-logo-wrapper {
	padding: 40px 65px 40px 0px;
}
.or-header-logo {
	background-image: url('/oha/Style%20Library/Images/OHA-White.svg');
}
.or-small-header .or-header-logo {
	width: 198px;
	height: 75px;
}
.or-header-logo {
	width: 224px;
}

@media(max-width: 768px) {
	.or-header-logo {
		width: 150px;
		background-position: center;
	}
	.or-header-logo-wrapper {
		padding: 20px 20px 20px 0;
	}
}
.or-header-title small {
	font-size: 60%;
	margin-top: 10px;
}
/* search bar override */
.or-navbar-search-wrapper {
	background: #064276;
}
.or-navbar-search-submit-button {
	background: #064276;
}
.or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:focus {
	background: #ec5a24;
}
@media (min-width: 768px) {
    .navbar-offcanvas.offcanvas {
        margin-right: 75px; /* CLD 8-12-2024 override for search icon to function on smaller screen */
    }
}
.or-navbar-search-open.or-navbar-search-wrapper {
	box-shadow: -10px 0px 10px -5px #004477
}
.or-taskbox-title {
	background: rgba(6, 66, 118, 0.8);
	color: #ffffff;
}
h2.card-title.text-xs-center.or-taskbox-title {
	background: rgba(6, 66, 118, 0.8); /* CLD  #064276 80% */
	color: #ffffff;
}
.or-taskbox .or-taskbox-title { /* CLD 8-2-24 accordion panel default */
    background: #064276;
}
h2.or-taskbox-title {
	font-size: 25px!important;/*font-size: inherit;*/
}
h3.or-taskbox-title {
	font-size: 25px!important;/*font-size: inherit;*/
}
.alert-info {
	color: #000000;
	background-color: #d6dbe9;
}
.alert-success {
	color: #000000;
	background-color: #e6f0ef;
}

.alert-warning {
	color: #000000;
	background-color: #fff1dc; 
}

/* main link styles override */
/* a:visited to new style colors */
main a, footer a, .alert a {
	color: #064276;
}
main a:focus, footer a:focus, .alert a:focus, main a:hover, footer a:hover, .alert a:hover {
	color: #ec5a24;
}
main a:visited, footer a:visited, .alert a:visited {
	color: #752e71;
}
/* li line-height 24px - CLD - 12/17/24 */
main ul li {
    line-height: 1.714289 !important;
}
/* li line-height 24px - CLD - 1/02/25 */
main ol li {
    line-height: 1.714289 !important;
}
td ul li {
    line-height: 1.714289 !important;
}
td ol li {
    line-height: 1.714289 !important;
}

/* side navigation override */
.or-side-navigation ul li a {
	color: #064276;
}
.or-side-navigation ul .or-side-navigation-current > a {
	border-left: solid 3px #ec5a24;
	color: #333333;
}
.or-side-navigation > ul > .or-side-navigation-parent > a {
	text-transform: none;
	letter-spacing: normal;
	font-size: 1em;
}
.or-side-navigation-parent ul {
	margin-top: 0;
}
/* link styles override */
.link-item, .link-item a, .link-item a:link {
	color: #064276;
}
.link-item a:hover {
	color: #ec5a24;
}
.link-item a:active, .link-item a:visited {
	color: #752e71;
}
html .link-item, html .link-item a, html .link-item a:link {
	color: #064276;
}
html .ms-rtestate-field a:hover, html .ms-vb a:hover:visited, html .ms-vb-user a:hover:visited, html .ms-vb2 a:hover:visited {
	color: #ec5a24;
}
html .ms-rtestate-field a:hover, html .ms-vb a:hover, html .ms-vb-user a:hover, html .ms-vb2 a:hover {
	color: #ec5a24;
}
/* text link underline - CLD - 1/2/25 */
.ms-vb a:link, .ms-vb-user a:link, .ms-vb2 a:link {
    text-decoration: underline;
}
/*a Buttons link color override*/
a.btn:not(.btn-link):not(.btn-default):hover {
	color: #FFF;
}
a.btn:not(.btn-link):not(.btn-default):visited {
	color: #FFF;
}
a.btn.btn-default:visited {
	color: #333;
}
a.btn.btn-default:hover {
	color: #FFF;
	background-color: #286090;
}
/*button style override 6/13/2024 -- CLD hid 8-7/24
.btn {
 padding: 10px; 
}*/

/*JJT*/
.ms-rtestate-field p, p.ms-rteElement-P {
	margin-bottom: 5px; /* default was 2px */
	line-height: 1.8; /* default was 1.6 */
}

/*JJT*/ 
/* 
a.btn /*:not(.btn-link):not(.btn-default):visited {
	background-color: #064276;
}
 */

.btn-primary {
	color: #FFF;
	background-color: #064276;

}
.btn-success {
	color: #FFF;
	background-color: #009f98;
}
.btn-info {
	color: #FFF;
	background-color: #752e71;
}
.btn-warning {
	color: #FFF;
	background-color: #ec5a24;
}
.btn-default { /* CLD 8-2-24 */
    /*color: #333;*/
	color: #064276;
    background-color: #fff;
    /* border-color: #ccc;*/
	border-color: #064276;
}

/* JJT 8-2-24 adding new section 
.panel-heading {
	color: #064276 !important;
}*/
/* override primary panel heading background color  CCD 8-2-24 */
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #064276;
    border-color: #064276;
}
/* accordion panel title override CLD 8-2-24 */
.or-accordion-panel .panel-title {
	color: #064276 !important;
}

/* CQWP grouping style override*/
.groupheader {
	margin-top: 8px;
	margin-bottom: 0px;
}
.h2, h2 {
	/*font-weight: bold; CLD - hid 8-7-24 */
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
	color: #333333;
}
html .ms-WPBody h3 {
	font-size: 22px;
}
.h4, h4 {
	font-size: 20px;
}
.h5, h5 {
	font-size: 18px;
	
}
.h6, h6 {
	font-size: 16px;
}
/*EWS H2 Banners*/
/*h2.ews-banner-13*/
h2.ews-h2-blue-stripe-gray-bg {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 28px;
	height: auto;
	padding: .41em .4em .275em 0px;
	padding-left: .41em;
	padding-bottom: 10px;
	color: #333333;
	border-bottom: #d6dbe9 2px solid;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(242, 242, 242, 1.0);
}
/*h2.ews-banner-14*/
h2.ews-h2-blue-stripe {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 28px;
	height: auto;
	padding: .41em .4em .275em 0px;
	padding-bottom: 10px;
	color: #333333;
	border-bottom: #064276 2px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1.0);
}
/*h2.ews-banner-15*/
h2.ews-h2-orange-stripe {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 28px;
	height: auto;
	padding: .41em .4em .275em 0px;
	padding-bottom: 10px;
	color: #333333;
	border-bottom: #ec5a24 2px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1.0);
}
/*h2.ews-banner-16*/
h2.ews-h2-gray-stripe {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 28px;
	height: auto;
	padding: .41em .4em .275em 0px;
	padding-bottom: 10px;
	color: #333333;
	border-bottom: #d6dbe9 2px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1.0);
}
.badge {
	padding: 10px;
	background-color: #064276;
	color: #fff;
}
.badge h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
.label-info {
	background-color: #064276;
	color: #fff;
	padding: 10px;
}
figcaption {
	padding-bottom: .5em;
	font-style: italic;
}
/*TABLES*/
.ews-table {
	display: table;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.ews-table th {
	background-color: #ebebeb;
	color: #0d0d0d;
	border-bottom: 1px solid #ccc;
	padding: 6px;
}
.ews-table td {
	padding: 6px;
}
.ews-table thead tr {
	width: 100%;
	background-color: #ebebeb;
}
.ews-table tr:nth-of-type(odd) {
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 6px;
}

/* Pagination background color override CLD 8-2-24 */
.or-data-tables-pagination li.active {
    background-color: #064276;
    color: #fff;
}

/*Image styles*/
img.ews-img-375 {
	width: 100%;
	max-width: 375px;
	height: auto;
}
img.ews-img-750 {
	width: 100%;
	max-width: 750px;
	height: auto;
}
/*list header hide*/
.hide-list-header .ms-viewheadertr.ms-vhltr {
	display: none
}
.hide-list-header tr.ms-viewheadertr {
	display: none
}
/* List Header Filters */
.ews-list-filters tr.ms-viewheadertr > th.ms-vh2 {
	border-color: #e2e2e2;
	background: url(/_layouts/images/ecbarw.png) calc(100% - 5px) center no-repeat #f6f6f6;
}

/*Element styling for color*/
.orange {
	color: #ec5a24;
}
.blue {
	color: #064276;
}
.green {
	color: #009f98;
}
.berry {
	color: #752e71;
}
/*ALERT BANNER MOD*/
#agencyWideAlert > div > strong {
	display: none;
}

/*Override for dt, dd line-height - CLD - 10-23-2025*/
dt,dd {
    line-height: 1.75 !important;
}

/* -------- SharePoint 2016 Core Styles (to avoid referencing corev15.css -------- */

/* List Web Part Alternate Row Shading */

.ms-alternatingstrong {
    background-color: #f2f9fc;
}
.s4-ctx {
	padding: 0px 4px;
	position: absolute;
	display: block;
	cursor: default;
}
.ms-dlgOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background-color: #999;
	display: none;
}
.ms-core-needIEFilter .ms-dlgOverlay {
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.ms-dlgFrameContainer {
	padding: 0px 19px 10px;
	overflow: auto;
}
.ms-dlgTitle {
	padding: 13px 19px 15px;
	white-space: nowrap;
	cursor: move;
	overflow: hidden;
}
.ms-dlgFrameContainerNoPadding {
	padding: 0px;
	overflow: auto;
}
.ms-dlgTitleNoPadding {
	padding: 0px;
	white-space: nowrap;
	cursor: move;
	overflow: hidden;
}
.ms-dlgFrame {
	width: 100%;
	height: 100%;
	border: none;
}
.ms-dlgContent {
	border: 1px solid #c6c6c6;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.47);
}
.ms-dlgContentNoBorder {
	border: 0px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.47);
}
.ms-dlgContentThinShadow {
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
}
/* Cindy to check on fonts */
.ms-dlg-heading, h2.ms-dlg-heading {
	font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.46em;
	color: #444;
}
.ms-dlgTitleText {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ms-dlgContent>.ms-dlgBorder>.ms-dlgTitle>.ms-dlgCloseBtn>.s4-clust {
	height: 16px !important;
	width: 16px !important;
}
.ms-dlgTitleBtns {
	margin-top: -10px;
	margin-right: -18px;
	height: 30px;
	float: right;
}
.ms-dlgCloseBtn>span {
	cursor: pointer;
	border: 1px solid transparent;
}
.ms-dlgErrItem {
	display: inline;
	padding-right: 10px;
}
.ms-dlgLoadingTextDiv {
	padding: 0px 0px 16px;
	white-space: nowrap;
}
.ms-dlgLoadingText {
	text-align: left;
	padding-left: 3px;
	width: 100%;
}
.ms-dialog body {
	background-color: #fff;
}
.ms-core-menu-box, .ms-core-menu-boxBig {
	background-color: #fff;
	padding: 0px;
	z-index: 9999;
	border-collapse: separate;
	border: 1px solid #d1d1d1;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
	overflow: visible;
	text-align: left;
}
.ms-core-menu-box {
    padding: 10px;
}
.ms-core-needIEFilter .ms-core-menu-box, .ms-core-needIEFilter .ms-core-menu-boxBig {
	border: 1px solid #c6c6c6;
}
.ms-core-menu-box {
	max-width: 250px;
}
.ms-core-menu-boxBig {
	max-width: 400px;
}
.ms-core-menu-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	max-height: 405px;
	min-width: 125px;
	overflow: auto;
}
.ms-core-menu-item>.ms-core-menu-box>.ms-core-menu-list {
	padding: 0px;
}
.ms-core-menu-item {
	margin: 0px;
	cursor: pointer;
	border: 1px solid transparent;
}
.ms-core-menu-hasIcons>.ms-core-menu-list>.ms-core-menu-item {
	min-height: 24px;
}
.ms-core-menu-hasIcons.ms-core-menu-boxBig>.ms-core-menu-list>.ms-core-menu-item {
	min-height: 40px;
}
.ms-core-menu-iconLarge, .ms-core-menu-icon {
	line-height: 1.5em;
	float: left;
}
.ms-core-menu-icon {
	min-width: 16px;
	min-height: 16px;
}
.ms-core-menu-iconLarge {
	min-width: 32px;
	min-height: 32px;
}
.ms-core-menu-label, .ms-core-menu-labelCompact {
	border: 1px solid transparent;
	word-wrap: break-word;
}
.ms-core-menu-hasIcons>.ms-core-menu-list>.ms-core-menu-item>.ms-core-menu-link>.ms-core-menu-label,
.ms-core-menu-hasIcons>.ms-core-menu-list>.ms-core-menu-item>.ms-core-menu-link>.ms-core-menu-labelCompact {
	padding-left: 21px;
}
.ms-core-menu-hasIcons.ms-core-menu-boxBig>.ms-core-menu-list>.ms-core-menu-item>.ms-core-menu-link>.ms-core-menu-label,
.ms-core-menu-hasIcons.ms-core-menu-boxBig>.ms-core-menu-list>.ms-core-menu-item>.ms-core-menu-link>.ms-core-menu-labelCompact {
	padding-left: 37px;
}
.ms-core-menu-icon>img {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}
.ms-core-menu-iconLarge>img {
	height: 32px;
	width: 32px;
	vertical-align: middle;
}
a.ms-core-menu-link {
	padding: 6px 8px;
	color: #444;
	text-decoration: none;
	display: block;
	position: relative;
}
a.ms-core-menu-link:focus {
	outline: 1px dotted transparent;
}
a.ms-core-menu-indent {
	padding-left: 27px;
}
.ms-core-menu-item:hover,
.ms-core-menu-itemSelected {
	background-color: rgba( 205, 230, 247, 0.5);
}
.ms-core-menu-item[disabled=true]:hover,
.ms-core-menu-itemDisabled.ms-core-menu-item:hover,
.ms-core-menu-itemDisabled.ms-core-menu-itemSelected {
	background-color: transparent;
}
.ms-core-needIEFilter .ms-core-menu-item:hover,
.ms-core-needIEFilter .ms-core-menu-itemSelected {
	background-color: #cde6f7;
}
.ms-core-needIEFilter .ms-core-menu-item[disabled=true]:hover,
.ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-item:hover,
.ms-core-needIEFilter .ms-core-menu-itemDisabled.ms-core-menu-itemSelected {
	background-color: transparent;
}
.ms-core-menu-item[disabled=true]>.ms-core-menu-link>.ms-core-menu-label>.ms-core-menu-title,
.ms-core-menu-itemDisabled>.ms-core-menu-link>.ms-core-menu-label>.ms-core-menu-title {
	color: #b1b1b1;
}
.ms-core-menu-item[disabled=true],
.ms-core-menu-item[disabled=true]>.ms-core-menu-link,
.ms-core-menu-itemDisabled,
.ms-core-menu-itemDisabled>.ms-core-menu-link {
	cursor: default;
}
.ms-core-menu-staticItemSelected,
.ms-core-menu-staticItemSelected:hover {
	background-color: rgba( 156, 206, 240, 0.5);
}
.ms-core-needIEFilter .ms-core-menu-staticItemSelected,
.ms-core-needIEFilter .ms-core-menu-staticItemSelected:hover {
	background-color: transparent;
	background-color: #9ccef0;
}
.ms-core-menu-arrowBox {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 5px;
}
.ms-core-menu-arrow {
	display: inline-block;
	vertical-align: middle;
}
.ms-core-menu-hasArrow>.ms-core-menu-link {
	padding-right: 15px;
}
.ms-core-menu-separator:first-child {
	display: none;
}
.ms-core-menu-separatorHr {
	margin: 2px 0px;
	color: #c6c6c6;
}
.ms-core-menu-button {
	cursor: pointer;
}
.ms-alternating {
	background-color: transparent;
}
.ms-alternatingstrong {
	background-color: #f1f1f1;
}
td.ms-vb-itmcbx,
th.ms-vh-icon {
    padding: 10px;
}
.ms-core-menu-title {
    display: block;
}
.ms-accessible.ms-core-menu-disabledText {
    display: none;
}
.ms-vb2 {
    padding: 4px 8px 4px 4px;
}
.ms-promlink-button {
    width: 26px;
    height: 24px;
}
.modal table tr:last-of-type td div > a {
    display: block;
    margin: 4px 2px;
    padding: 5px;
    background: white;
    border-radius: 6px;
    border: 1px solid #efefef;
}

/* CSS for header removal, logo moved to navigation bar, and style updates to match colors */

/* control width of logo in the navbar */
.oha-navbar-brand img {
	width: 230px;
}

/* styling for padding around logo including media queries for different screen sizes */
.or-navbar .oha-navbar-brand {
	padding: 1rem 0.3rem 1rem 1.5rem;
}
@media (min-width: 1300px) {
.or-navbar .oha-navbar-brand {
	padding: 1rem 0.3rem 1rem 2rem;
	}
}
@media (min-width: 1400px) {
.or-navbar .oha-navbar-brand {
	padding: 1rem 1rem 1rem 4rem;
	}
}

/* makes the links in the navigation bar the OHA white */
.or-navbar .or-navigation-list > li {
	color: #fff;
}

/* controls how the logo and navigation bar align */
.or-navbar {
	display: flex;
	align-items: center;
	background-color: #064276; /* CLD */
	margin: 0 !important;
	padding: 0;
	border-bottom: solid 3px #003E6A; /* CLD */
}

/* Increase padding to the left of the main navigation - between it and the logo */
nav.or-navigation {
	margin-left: 2%;
}

/* Styles to align the magnifying glass in the vertical center of the div */
div.or-navbar-search-wrapper {
	display: flex;
}
div.or-navbar-search-wrapper button.search-button {
	align-self: center;
}

/* override breadcrumbs background color below nav bar - CLD 8-2-24 */
.or-breadcrumbs {
    background-color: #064276;
}