﻿:root {
	--dcbs-primary: #111c4e; /* #30646f */
	--dcbs-secondary: #007cb5; /* #306f4b */
	--dcbs-yellow: #ffffd6; /* #FFFFD6 */
	--dcbs-light-blue: #a4e2ff;
	--dcbs-light: #ddd; /* #ddd */
	--dcbs-light-gray: #939598;
	--dcbs-dark-gray: #231f20;
	--dcbs-primary-hover: #0c1439; /* #265058 */
	--dcbs-secondary-hover: #00639a; /* #26583C */
	--dcbs-yellow-hover: #ffffbd; /* #FFFFBD */
	--dcbs-light-hover: #d0d0d0; /* #d0d0d0 */
	--dcbs-primary-link: #1a2b78; /* #2e606a */
	--dcbs-secondary-link: #00639a; /* #0e6634 */
	--dcbs-alert: #da374d; /* #da374d */
	--dcbs-warn: #ffc107; /* #ffc107 */
	--dcbs-info: #0dcaf0; /* #0dcaf0 */
	--dcbs-danger: #f2dede;
	--dcbs-bcd: #283a97;
	--dcbs-bcd-secondary: #f99f1c;
	--dcbs-dfr: #0078a6;
	--dcbs-dfr-secondary: #fced10;
	--dcbs-osha-blue: #00567d;
	--dcbs-osha-green: #095540;
	--dcbs-wcd: #410099;
}
.lorem:after {
	content: " Fusce non elementum magna, quis eleifend lorem. Morbi porttitor luctus elit ultricies porta. Lorem luctus elementum quis. ";
}
.or-page-title {
	margin-bottom: 30px;
}
html .or-side-navigation {
	margin-top: 0;
}
ul, ol {
	margin-bottom: 20px;
}
/* Test CSS above this line */
html {
	font-size: 16px;
}
body {
	font-size: 1em;
	line-height: 1.63;
	color: var(--dcbs-dark-gray);
}

body.media{
		margin-top: 0;
}
/******************************/
/***   TEMPLATE OVERRIDES   ***/
/******************************/
/***   HEADER   ***/
.or-header .or-header-overlay {
	opacity: 0;
}
.or-header {
	mix-blend-mode: multiply;
	background: url("/dcbs/Style%20Library/Images/header_abstract.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	background-color: var(--dcbs-primary);
	text-shadow: 2px 2px 5px #000;
}
.or-header-logo {
	background: url("/dcbs/Style%20Library/Images/dcbs_logo_white.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 140px;
	height: 140px;
	-webkit-filter: drop-shadow(2px 2px 5px #000);
	filter: drop-shadow(2px 2px 5px #000);
}

#languageDiv li{
	list-style-type: none;
}
/* ? */
.or-header-title small {
	margin-top: 10px;
}
.jumbotron {
	min-height: 550px;
	border-radius: 0 !important;
}
/***   TOP NAV/SEARCH   ***/
.or-navbar, .or-navbar-search-submit-button {
	background: var(--dcbs-primary);
}
.or-navbar-search-wrapper, .or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:focus {
	background: var(--dcbs-secondary);
}
.or-navbar-search-wrapper.or-navbar-search-open .or-navbar-search-input {
	background: none;
}
.or-navbar-search-wrapper.or-navbar-search-open .or-navbar-search-input::placeholder {
	color: #fff;
}
.or-navbar-search-close-button {
	top: 0px;
	left: 0px;
	width: 56px;
}
button.or-navbar-search-submit-button:hover, button.or-navbar-search-submit-button:active, button.or-navbar-search-close-button:hover, button.or-navbar-search-close-button:active {
	border-color: var(--dcbs-secondary);
	background-color: var(--dcbs-primary);
}
.or-navbar-search-submit-button {
	background: rgba(0, 0, 0, 0.35);
}

/* mega menu list */
.nav-menu {
	display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
}

.nav-item {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* first descendant link within a top level navigation item */
.nav-item > a {
	position: relative;
	padding: 0.5em 1em;
	margin: 0 0 -1px 0;
	border: 1px solid transparent;
}

/* open state of first descendant link within a top level 
navigation item */
.nav-item > a.open {
	background: rgba(0,0,0,.2);
    border-bottom: none;
    z-index: 1;
}

/* sub-navigation panel */
.sub-nav {
	position: absolute;
	display: none;
	left: 0;
    margin-top: 3px;
    border: 1px solid #dedede;
}

.sub-nav.open{
	display: block;
	position: relative;
    padding: 12px 15px;
	background: white;
}
/* list of items within sub-navigation panel */
.sub-nav ul {
    vertical-align: top;
    padding: 0;
}

/* list item within sub-navigation panel */
.sub-nav li {
    list-style-type: none;
}
      
.sub-header{
	color: var(--dcbs-secondary);
	border-bottom: 1px solid var(--dcbs-primary);
	padding: .5em 0 .5em 1.9em;
	margin-bottom: .5em;	
	font-weight: 600;
	position:relative;
	vertical-align: center;
}
    
.sub-icon{
	margin-right: .5em;
	color: var(--dcbs-primary);
	font-size: 1.28em;
	position:absolute;
	left: 0;
	top: 50%;
 	transform: translateY(-50%);
}

	
[class*='subcategory-'] a{
	display:block;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

[class*='subcategory-'] li:last-of-type a {
    border-bottom: none;
}
[class*='subcategory-'] li:last-of-type a {
    border-bottom: none;
}	


/***   SITE WIDE ALERT   ***/
#agencyWideAlert .alert {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
#agencyWideAlert .alert a {
	color: inherit;
	text-decoration: underline;
	text-decoration-style: dotted;
}
#agencyWideAlert .alert p strong {
	margin-right: 0;
}
#agencyWideAlert .alert p:last-child {
	margin-bottom: 0;
}
.alert-info h3 {
	margin-top: 10px;
}
.alert-info .glyphicon-info-sign {
	top: 5px;
}
.or-breadcrumbs > li + li::before {
	font-family: "FontAwesome";
}
.or-navbar-translation-wrapper{
	position: relative;
}

.or-navbar-translation-wrapper ul{
	padding: 0;
	margin-top: 1em;
}
/***   CONTENT AREAS   ***/
main {
	padding-top: 40px;
	padding-bottom: 40px;
}
/***   HEADINGS   ***/
h2, html .ms-WPBody h2, html .ms-TPBody h2 {
	font-size: 1.75em;
	line-height: 1.25;
	margin: 30px 0 10px;
}
/* Removes the top margin for the top-most H2 tags (visually) displayed on a page. */
main > .container > .row:nth-child(2) > .col-md-9 > .row:first-child > .col-md-12:first-child h2:first-child, main > .container > .row:nth-child(2) > .col-md-9 > .row:first-child > .col-md-8 > .row:first-child > .col-md-12:first-child h2:first-child, main > .container > .row:nth-child(2) > .col-md-9 > .row:first-child > .col-md-4 h2:first-child, main > .container > .row:nth-child(2) > .col-md-12:first-child h2:first-child, main > .container > .row:nth-child(2) > .col-md-3 h2:first-child {
	margin-top: 0px;
}
h3 {
	font-size: 1.5em;
	line-height: 1.15;
	margin: 30px 0 10px;
}
h4 {
	font-size: 1.25em;
	line-height: 1.4;
	margin: 25px 0 10px;
}
h5 {
	font-size: 1.125em;
	line-height: 1.1;
	margin: 20px 0 10px;
}
h6 {
	font-size: 1em;
	line-height: 1.15;
	margin: 20px 0 10px;
}
p.lead {
	font-size: 1.3125em;
	line-height: 1.6;
	margin: 0 0 10px;
}
p, .ms-rtestate-field p, p.ms-rteElement-P {
	font-size: 1em;
	line-height: 1.63;
	margin: 0 0 10px;
}
/***   TEXT LINKS   ***/
main a {
	color: var(--dcbs-secondary);
}
main a:hover {
	color: var(--dcbs-primary);
}
main a:active {
	color: var(--dcbs-primary-hover);
}
main a:focus, footer a:focus, footer a:hover, .alert a:focus, .alert a:hover, #agencyWideAlert .alert a:hover {
	color: var(--dcbs-alert);
}

.landing-video-wrapper a, .well a{
	color: #006898;
}

a.btn:focus, button.btn:focus, a:focus, .btn:focus, .dropdown-toggle:focus {
	outline: var(--dcbs-alert) auto 5px;
}
.bg-dcbs-primary a:not(.btn), .bg-dcbs-primary a:not(.btn):hover {
	color: var(--dcbs-light-blue);
}
.bg-dcbs-secondary a:not(.btn), .bg-dcbs-secondary a:not(.btn):hover {
	color: var(--dcbs-yellow);
}
.bg-dcbs-primary a:not(.btn):hover, .bg-dcbs-secondary a:not(.btn):hover {
	text-decoration: underline;
}
a.bg-dcbs-primary:visited, a.bg-dcbs-secondary:visited {
	color: #fff;
}
/***   TEXT LINKS STYLED AS BUTTONS   ***/
a.btn.btn-dcbs {
	color: #fff;
	background-color: var(--dcbs-primary);
	border-color: var(--dcbs-primary-hover);
}
a.btn.btn-dcbs-reverse {
	color: var(--dcbs-primary);
	background-color: #fff;
	border-color: var(--dcbs-primary);
}
/***   BUTTONS   ***/
.bg-dcbs-secondary .btn-light {
	background: none;
}

/***   ACCORDIONS   ***/
.or-accordion-heading > .or-accordion-heading-title > h2, .or-accordion-heading > .or-accordion-heading-title > h3, .or-accordion-heading > .or-accordion-heading-title > h4, .or-accordion-heading > .or-accordion-heading-title > h5, .or-accordion-heading > .or-accordion-heading-title > h6 {
	font-size: 1.25em;
	line-height: 1.4;
	white-space:normal;
}
/***   SIDE NAV   ***/
.or-side-navigation ul .or-side-navigation-current > a {
	border-left: solid 3px var(--dcbs-secondary);
	color: var(--dcbs-secondary);
	padding-left: 12px;
}
.or-side-navigation > ul > li > a {
	font-weight: 400;
}
.or-side-navigation .or-side-navigation-parent > a {
	font-weight: 700;
}
/***   TASK BOXES   ***/
/***   IMAGES   ***/
.well img, .blog_post--image img {
	max-width: 100%;
}
/***   NICUSA ELEMENTS   ***/
.helpfulPollQuestion {
	margin: 10px 5px 10px 10px;
}
.helpfulPollYesNo {
	margin: 5px 0;
}
.helpfulPollYesNo .btn.btn-primary {
	color: #fff;
	background-color: var(--dcbs-secondary);
	border-color: var(--dcbs-secondary-hover);
}
.helpfulPollYesNo .btn.btn-primary:hover {
	background-color: var(--dcbs-secondary-hover);
}
/*****************************/
/***   PAGE-SPECIFIC CSS   ***/
/*****************************/
/*** HOME PAGE ***/
.home_section {
	margin-bottom: 0.5em;
}
.home_section h3.or-taskbox-title {
	font-size: 1.125em;
	opacity: 0.9;
	padding-right: 20px;
	display: flex;
	flex-direction: row;
	min-height: 65px;
}
.home_section-title .home_section--all_links {
	float: right;
	font-size: 0.875em;
	line-height: 26px;
}
.home_section .or-taskbox-image .or-taskbox-link::after {
	content: "";
}
.home_section h3.or-taskbox-title .card-icon {
	padding: 0 20px 0 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid;
	margin-right: 20px;
	min-height: 45px;
}
.or-taskbox-image .or-taskbox-link .card-icon-hover {
	z-index: 1;
	color: #fff;
	opacity: 0;
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.or-taskbox-image .or-taskbox-link:hover .card-icon-hover {
	opacity: 1;
}

.or-taskbox-title {

	background: #111c4e;

	color: #ffffff;

}

h2.home_section-title {
	padding: 0 10px 10px;
	font-size: 1.25em;
	color: var(--dcbs-primary);
	margin: 0;
}
/* Commented out 2/8/22 by MF
.home_news--item {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px;
}

.home_news--header {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #f3f7f5;
  color: var(--dcbs-secondary);
  font-size: 1.125em;
}

.home_news--item .home_news--title {
  margin: 0;
  font-size: 1.375em;
}

.home_news--item .home_news--title a {
  color: var(--dcbs-secondary);
}

.home_news--date {
  font-style: italic;
}

.home_news--item .home_news--excerpt {
  padding: 10px 0px;
  margin: 0;
} 
*/
/*** SERVICES LIST ***/
.home_services--item {
	display: block;
	overflow: auto;
	border: 1px solid var(--dcbs-secondary); /* color var? 3 matches */
	transition: ease 0.2s border;
	margin-bottom: 0.75em;
	clear: both;
	font-size: 1em;
}
.home_services--link {
	display: block;
	overflow: auto;
	color: var(--dcbs-secondary);
}
.home_services--item:hover {
	border: 1px solid var(--dcbs-primary-hover); /* color var? 4 matches */
	border-radius: 5px;
}
.home_services--link:hover {
	color: var(--dcbs-primary-hover);
}
.home_services--link:hover .home_services--icon, .home_services--link:focus .home_services--icon, .home_services--link:active .home_services--icon {
	opacity: 1;
	color: var(--dcbs-primary);
}
.home_services--title {
	padding: 15px;
	float: left;
}
.home_services--icon {
	color: var(--dcbs-secondary);
	padding: 15px;
	float: right;
	opacity: 0.25;
	transition: ease 0.2s opacity, ease 0.2s color, ease 0.2s visibility;
}
/*** PROGRAMS LIST ***/
a:hover > .home_programs--icon > .home_programs--icon-path, a:visited:hover > .home_programs--icon > .home_programs--icon-path {
	fill: var(--dcbs-primary);
}
a:visited > .home_programs--icon > .home_programs--icon-path {
	fill: #804180;
}
.home_programs--icon {
	margin-right: 5px;
	height: 30px;
	display: inline;
	vertical-align: middle;
	padding-bottom: 2px;
	position:absolute;
	left: 0;
}
.home_programs--icon-path, .home_programs--item a {
	fill: var(--dcbs-secondary);
}
.home_programs--item {
	list-style: none;
	margin: 0 0 20px;
	padding-left: 42px;
	position: relative;
}


/********************************/
/***   DATATABLES OVERRIDES   ***/
/********************************/

.wcSystem {
	margin: 20px 0 !important;
	background: #ebebeb;
	border-radius: 2px;
}

.wcSystem table.no-footer {
	border-bottom: 0 !important;
}

.wcSystem th {
	white-space: normal;
	vertical-align: bottom;
	border-top: 1px solid #dddddd;
}

.wcSystem table tbody th, 
.wcSystem table tbody td {
	text-align: right;
}

.wcSystem table tr th {
	padding: 10px 20px 10px 10px !important;
	border-bottom: 0 !important;
}

.wcSystem table thead .sorting,
.wcSystem table thead .sorting_desc,
.wcSystem table thead .sorting_asc {
	background-position: center right !important;
	text-align: right;
}

.wcSystem .dt-buttons {
	padding: 20px 20px 0 20px;
	background-color: #ebebeb;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;}

.wcSystem .dt-buttons:before {
	content: "Download this data";
	font-weight: bold;
	display: block;
}

.wcSystem .dataTables_filter {
	padding: 20px;
}

.wcSystem .dataTables_filter input {
	border: 1px solid #999;
	border-radius: 2px;
	font-size: 0.88em;
    line-height: 1.6em;
    height: 33px;
    padding: 6px;
    font: 400 13.3333px Arial;
}

.wcSystem button.dt-button {
	background-image: none;
	background: #ffffff;
}

.wcSystem span a.current {	
	background: none !important;
}

.wcSystem .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.wcSystem .dataTables_wrapper .dataTables_paginate .paginate_button:active {
	background: none !important;
	color: #333 !important;
	border: 1px solid #999 !important;
}

.wcSystem .dataTables_info {
	padding: 13px 10px !important;
}

.wcSystem .dataTables_paginate {
	padding: 5px !important;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: inherit !important;
}

.table-responsive {
	border: 0 !important;
}

a#print {
    padding: 10px;
    border: 0;
    background: var(--dcbs-primary);
    color: white;
    border-radius: 4px;
    margin: 40px 0 0;
    display: inline-block;
    clear: both;
    width: auto;
}

/*******************/
/***   HELPERS   ***/
/*******************/
.float-l{
	float: left;
}

.float-r{
	float: right;
}

.center-text{
	text-align:center;
}
/* Backgrounds */
.bg-white-50 {
	background: rgba(255, 255, 255, .5);
}
.bg-dcbs-primary {
	background-color: var(--dcbs-primary);
}
.bg-dcbs-secondary, .bg-dcbs-default {
	background-color: var(--dcbs-secondary);
}
.bg-dcbs-light {
	background-color: var(--dcbs-light);
}
.bg-dcbs-light-gray {
	background-color: var(--dcbs-light-gray);
}
.bg-dcbs-dark-gray {
	background-color: var(--dcbs-dark-gray);
}
.bg-dcbs-alert {
	background-color: var(--dcbs-alert);
}
.bg-dcbs-warn {
	background-color: var(--dcbs-warn);
	color: #2d2d2d !important;
}
.bg-dcbs-info {
	background-color: var(--dcbs-info);
	color: #2d2d2d !important;
}
.bg-dcbs-danger {
	background-color: var(--dcbs-danger);
	color: #2d2d2d !important;
}
.bg-dcbs-bcd {
	background-color: var(--dcbs-bcd);
}
.bg-dcbs-bcd-secondary {
	background-color: var(--dcbs-bcd-secondary);
}
.bg-dcbs-dfr {
	background-color: var(--dcbs-dfr);
}
.bg-dcbs-dfr-secondary {
	background-color: var(--dcbs-dfr-secondary);
}

.bg-dcbs-osha-blue {
	background-color: var(--dcbs-osha-blue);
}
.bg-dcbs-osha-green {
	background-color: var(--dcbs-osha-green);
}
.bg-dcbs-wcd {
	background-color: var(--dcbs-wcd);
}
.bg-top {
	background-position: center 25% !important;
}

.bg-dcbs-alternating-row{
	background: var(--dcbs-primary);
}

.bg-dcbs-alternating-row:nth-child(6n+5),
.bg-dcbs-alternating-row:nth-child(6n+6),
.bg-dcbs-alternating-row:nth-child(6n+4){
	background: var(--dcbs-secondary);
}

.bg-dcbs-alternating-column{
	background: var(--dcbs-primary);
}

.bg-dcbs-alternating-column:nth-child(even){
	background: var(--dcbs-secondary);
}

.bg-dcbs-alternating-column{
	background: var(--dcbs-primary);
}

.bg-dcbs-alternating-column:nth-child(even){
	background: var(--dcbs-secondary);
}

.divider {
	border-bottom: 1px solid var(--dcbs-light-hover);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.horiz-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.horiz-list li{
	margin-bottom: 10px;
}

.horiz-list a {
	margin-top: 0;
}
.fa-3x {
	font-size: 3em;
}
/* Text colors (.text-value) */
.text-primary {
	color: var(--dcbs-primary);
}
.text-secondary {
	color: var(--dcbs-secondary);
}
.text-white {
	color: #fff;
}
.text-dark {
	color: var(--dcbs-dark-gray);
}
/* Text styles (.text-value) */
.text-bold {
	font-weight: bold;
}
.text-black {
	font-weight: 800;
}
.text-italic {
	font-style: italic;
}
.text-underline {
	text-decoration: underline;
}
.text-uppercase {
	text-transform: uppercase;
}
/* Borders (.br-value) */
.radius100, .br-100 {
	border-radius: 100%;
}
.radius50 {
	border-radius: 50%;
}
.br-std {
	border-radius: 5px;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	border-color: inherit;
}
/* Margins (.m-value) */
.mt-0 {
	margin-top: 0;
}
.mt-1 {
	margin-top: 1em;
}
.mt-2 {
	margin-top: 2em;
}
.mt-3 {
	margin-top: 3em;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-2 {
	margin-bottom: 2em;
}
.mb-3 {
	margin-bottom: 3em;
}
.mr-1 {
	margin-right: 1em;
}
.ml-1 {
	margin-left: 1em;
}
/* Padding (.p-value) */
.pd-1, .p-1 {
	padding: 1em;
}
.pd-1_5, .p-1_5 {
	padding: 1.5em;
}
.pd-2, .p-2 {
	padding: 2em;
}
/* Width (.w-value) */
.w-25 {
	width: 25%;
}
.w-50 {
	width: 50%;
}
.w-100 {
	width: 100%;
}

.center-img{
	display: block;
	margin: 0 auto;	
}

.transcript{
	font-size: .9em;
}


/*******************
	 Display
********************/
/* Block */
.d-block{
	display: block;
}

/* Grid */
.d-grid{
	display: grid;
	grid-column-gap: 1.5em;
	grid-row-gap: 1.5em;
}

.grid-col-3{
	grid-template-columns: repeat(1, 1fr);
}

.grid-col-4{
	grid-template-columns: repeat(4, 1fr);
}

.d-flex {
	display: flex;
	/*align-items: center;*/
}


.d-flex-item-3{
	 flex: 0 0 32.333333%; /* explanation below */
	margin-bottom: 1.5%;
}

.flex-gap-20 {
	gap: 1em;
}
.flex-space-between {
	justify-content: space-between;
}

.flex-wrap {
	flex-flow: wrap;
}
.flex-wrap .flex-v-center {
	margin-bottom: 15px;
}
.flex-v-center {
	align-self: stretch;
}
.flex-v-center-item {
	align-items: center;
}
.flex-list {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: space-between;
	gap: 20px;
}
.flex-list li, .flex-list .btn {
	width: 100%;
}
/* Float */
.f-right {
	float: right;
}
.f-left {
	float: left;
}

.flex-none{
	flex: none;
}

/* position */
.pos-rel{
	position: relative;
}

/*****************/
/***   OTHER   ***/
/*****************/
.bg-dcbs-light a{
	color: #0076AC;
}

/*************************/
/***   LANDING PAGES   ***/
/*************************/
/***   Layout  ***/
.landing-layout-wrapper {}
/***   Video   ***/
.landing-video-wrapper {
	overflow: hidden;
	background: none;
}
.landing-video-wrapper .embed-responsive {
	overflow: visible;
}
.landing-video {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/***   Grid elements   ***/
.dcbs-feature-grid {
	min-height: 300px;
}
.dcbs-feature-grid-text p:last-child {
	margin-bottom: 0;
}
.dcbs-landing-feature-row, .dcbs-landing-feature-grid, .dcbs-landing-sub-feature-grid {
	flex-direction: column;
}
.dcbs-sub-feature-grid {
	min-height: 250px;
}
.dcbs-mini-feature-grid {
	min-height: 150px;
}
.dcbs-landing-feature-grid-link, .dcbs-landing-sub-feature-grid-link {
	transition: background 0.5s;
}

.dcbs-landing-feature-grid-link:hover, .dcbs-landing-feature-grid-link:active, .dcbs-landing-feature-grid-link:focus {
	color: #fff;
}

.dcbs-landing-feature-grid-link:visited svg, .dcbs-landing-feature-grid-link:visited .fas {
	color: #fff;
}

.dcbs-landing-feature-grid-link h2 {
	margin-bottom: 0;
}
.dcbs-landing-sub-feature-grid-link:hover, .dcbs-landing-sub-feature-grid-link:visited, .dcbs-landing-sub-feature-grid-link:focus, .dcbs-landing-sub-feature-grid-link:active {
	color: var(--dcbs-primary-hover);
	background: var(--dcbs-light-hover);
}
.bg-dcbs-primary.dcbs-landing-feature-grid-link:hover {
	background: var(--dcbs-primary-hover);
}
.bg-dcbs-secondary.dcbs-landing-feature-grid-link:hover {
	background: var(--dcbs-secondary-hover);
}
/***   Landing page images   ***/
div[class*="landing-"] {
	background-size: cover;
	background-repeat: no-repeat;
	width: -webkit-fill-available;
	/* width: 100%; */
}
/***   About Us Landing page images   ***/
.landing-img-leadership {
	background-image: url("/dcbs/PublishingImages/backgrounds/landing_about_leadership.webp");
	background-position: top right;
}
.landing-img-history-values {
	background-image: url("/dcbs/PublishingImages/backgrounds/landing_about_meeting.webp");
	background-position: top right;
}
.landing-img-divs-progs {
	background-image: url("/dcbs/PublishingImages/backgrounds/landing_about_safety.webp");
	background-position: top right;
}
.landing-img-machinist {
	background-image: url("/dcbs/PublishingImages/backgrounds/machinist.webp");
	background-position: top center;
}
.landing-img-law, .landing-img-wcb {
	background-image: url("/dcbs/PublishingImages/backgrounds/law.webp");
	background-position: center;
}
.landing-img-bcd {
	background-image: url("/dcbs/PublishingImages/backgrounds/bcd.webp");
	background-position: center;
}
.landing-img-dfr {
	background-image: url("/dcbs/PublishingImages/backgrounds/dfr.webp");
	background-position: center;
}
.landing-img-osha {
	background-image: url("/dcbs/PublishingImages/backgrounds/osha.webp");
	background-position: center;
}
.landing-img-hands {
	background-image: url("/dcbs/PublishingImages/backgrounds/hands.webp");
	background-position: center;
}
.landing-img-doctor {
	background-image: url("/dcbs/PublishingImages/backgrounds/doctor.webp");
	background-position: center;
}
.landing-img-depressed {
	background-image: url("/dcbs/PublishingImages/backgrounds/depressed.webp");
	background-position: center;
}
.landing-img-wbf {
	background-image: url("/dcbs/PublishingImages/backgrounds/wbf.webp");
	background-position: center;
}
.landing-img-physical {
	background-image: url("/dcbs/PublishingImages/backgrounds/physical.webp");
	background-position: center;
}
.landing-img-shop {
	background-image: url("/dcbs/PublishingImages/backgrounds/shop.webp");
	background-position: center;
}
.landing-img-labor-industries-building {
	background-image: url("/dcbs/PublishingImages/backgrounds/labor_industries_building.webp");
	background-position: center;
}
.landing-img-mission {
	background-image: url("/dcbs/PublishingImages/backgrounds/mission.webp");
	background-position: center;
}
.landing-img-mahonia-hall {
	background-image: url("/dcbs/PublishingImages/backgrounds/mahonia_hall.webp");
	background-position: center;
}
.landing-img-history {
	background-image: url("/dcbs/PublishingImages/backgrounds/history-timeline.webp");
	background-position: center;
}

.landing-img-uhpgb-committee{
    background-image: url("/dcbs/PublishingImages/backgrounds/uhpgb-committee.webp");
	background-position: center;	
}

.landing-img-uhpgb-email{
    background-image: url("/dcbs/PublishingImages/backgrounds/uhpgb-email.webp");
	background-position: center;	
}


.landing-img-uhpgb-focus{
    background-image: url("/dcbs/PublishingImages/backgrounds/uhpgb-focus.webp");
	background-position: center;	
}



/***   Careers at DCBS Landing page images   ***/
.landing-img-working-at-DCBS {
	background-image: url("/dcbs/jobs/PublishingImages/working-at-DCBS.webp");
	background-position: center;
}
.landing-img-tips-tricks {
	background-image: url("/dcbs/jobs/PublishingImages/landing_jobs_tips_tricks.webp");
	background-position: top right;
}
.landing-img-vets-pref {
	background-image: url("/dcbs/jobs/PublishingImages/landing_jobs_vets.webp");
	background-position: top left;
}
.landing-img-recruitment {
	background-image: url("/dcbs/jobs/PublishingImages/landing_jobs_recruitment.webp");
	background-position: top right;
}
.landing-img-welcome {
	background-image: url("/dcbs/jobs/rightstart/PublishingImages/landing_new_employee_orientation_welcome.webp");
	background-position: center;
}
.landing-img-first-day {
	background-image: url("/dcbs/jobs/rightstart/PublishingImages/landing_new_employee_orientation_first_day.webp");
	background-position: center;
}
.landing-img-benefits {
	background-image: url("/dcbs/jobs/rightstart/PublishingImages/landing_new_employee_orientation_benefits.webp");
	background-position: center;
}
.landing-img-transportation {
	background-image: url("/dcbs/jobs/rightstart/PublishingImages/landing_new_employee_orientation_parking.webp");
	background-position: center;
}
.landing-img-impact {
	background-image: url("/dcbs/jobs/working/PublishingImages/landing_jobs_working_impact.webp");
	background-position: center;
}
.landing-img-hire {
	background-image: url("/dcbs/jobs/working/PublishingImages/landing_jobs_working_hire.webp");
	background-position: center;
}
.landing-img-recruiting {
	background-image: url("/dcbs/jobs/working/PublishingImages/landing_jobs_working_recruiting.webp");
	background-position: center;
}
.landing-img-applying {
	background-image: url("/dcbs/jobs/PublishingImages/landing_tips-and-tricks_applying.webp");
	background-position: center;
}
.landing-img-resume-cover-letter {
	background-image: url("/dcbs/jobs/PublishingImages/landing_tips-and-tricks_resume-cover-letter.webp");
	background-position: center;
}
.landing-img-state-jobs {
	background-image: url("/dcbs/jobs/PublishingImages/landing_tips-and-tricks_state-jobs.webp");
	background-position: center;
}
.landing-img-video-interview {
	background-image: url("/dcbs/jobs/PublishingImages/landing_tips-and-tricks_video-interview.webp");
	background-position: center;
}
.landing-img-vaccines {
	background-image: url("/dcbs/jobs/PublishingImages/landing_careers-resources_vaccines.webp");
	background-position: center;
}
.landing-img-background-checks {
	background-image: url("/dcbs/jobs/PublishingImages/landing_careers-resources_background-check.webp");
	background-position: center;
}
.landing-img-lateral-transfer {
	background-image: url("/dcbs/jobs/PublishingImages/landing_careers-resources_lateral-transfer.webp");
	background-position: center;
}
.landing-img-career-fair {
	background-image: url("/dcbs/jobs/PublishingImages/landing_careers-resources_career-fair.webp");
	background-position: center;
}
/***   Community Outreach Landing page images   ***/
.landing-img-req-speaker {
	background-image: url("/dcbs/community/PublishingImages/landing_outreach_presentation.webp");
	background-position: top left;
}
.landing-img-events-cal {
	background-image: url("/dcbs/community/PublishingImages/landing_outreach_calendar.webp");
	background-position: top left;
}
.landing-img-outreach-programs {
	background-image: url("/dcbs/community/PublishingImages/landing_outreach_programs.webp");
	background-position: top right;
}
.landing-BCD-outreach {
	background-image: url("/dcbs/community/PublishingImages/BCD-outreach.webp");
	background-position: top center;
}
.landing-DFR-outreach {
	background-image: url("/dcbs/community/PublishingImages/DFR-outreach.webp");
	background-position: top center;
}
.landing-MCP-outreach {
	background-image: url("/dcbs/community/PublishingImages/MCP-outreach.webp");
	background-position: top center;
}
.landing-OOW-outreach {

	background-image: url("/dcbs/community/PublishingImages/OOW-outreach.webp");
	background-position: top center;
}
.landing-OSHA-outreach {
	background-image: url("/dcbs/community/PublishingImages/OSHA-outreach.webp");
	background-position: top center;
}
.landing-SBO-outreach {
	background-image: url("/dcbs/community/PublishingImages/SBO-outreach.webp");
	background-position: top center;
}
.landing-WCB-outreach {
	background-image: url("/dcbs/community/PublishingImages/WCB-outreach.webp");
	background-position: top center;
}
.landing-WCD-outreach {
	background-image: url("/dcbs/community/PublishingImages/WCD-outreach.webp");
	background-position: top center;
}
/***   Data Reports Landing page images   ***/
.landing-Oregon-wc-system-image {
	background-image: url("/dcbs/reports/PublishingImages/landing_data_worker_compensation.webp");
	background-position: top center;
}
.landing-worker-protection-image {
	background-image: url("/dcbs/reports/PublishingImages/landing_data_worker_protection.webp");
	background-position: top center;
}
.landing-wc-costs-image {
	background-image: url("/dcbs/reports/PublishingImages/landing_data_worker_comp_costs.webp");
	background-position: top center;
}
.landing-archived-reports-image {
	background-image: url("/dcbs/reports/PublishingImages/landing_data_archived_reports.webp");
	background-position: top center;
}
.landing-img-safety {
	background-image: url("/dcbs/reports/PublishingImages/workers.webp");
	background-position: top center;
}
.landing-img-doc {
	background-image: url("/dcbs/reports/PublishingImages/doctor.webp");
	background-position: top center;
}
.landing-img-owners {
	background-image: url("/dcbs/reports/PublishingImages/owner.webp");
	background-position: center;
}
.landing-worker-general-wc-ranking {
	background-image: url("/dcbs/reports/PublishingImages/landing_worker_protection_general_wc.webp");
	background-position: center;
}
.landing-worker-accepted-wc-claims {
	background-image: url("/dcbs/reports/PublishingImages/landing_worker_protection_disabling_wc.webp");
	background-position: center;
}
.landing-worker-compensable-fatalities {
	background-image: url("/dcbs/reports/PublishingImages/landing_worker_protection_compensable.webp");
	background-position: center;
}
.landing-worker-wc-benefits {
	background-image: url("/dcbs/reports/PublishingImages/landing_worker_protection_wc_benefits.webp");
	background-position: center;
}
.landing-worker-return-to-work {
	background-image: url("/dcbs/reports/PublishingImages/landing_worker_protection_return_to_work.webp");
	background-position: center;
}
.landing-worker-OSHA-activities {
	background-image: url("/dcbs/reports/PublishingImages/landing_worker_protection_OSHA.webp");
	background-position: center;
}
.landing-worker-BOLI {
	background-image: url("/dcbs/reports/PublishingImages/landing_worker_protection_boli.webp");
	background-position: center;
}
.landing-wc-system-summary {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_summary.webp");
	background-position: center;
}
.landing-wc-system-history {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_history.webp");
	background-position: center;
}
.landing-wc-system-workplace-safety {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_workplace_safety.webp");
	background-position: center;
}
.landing-wc-system-wc-claims {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_wc_claims.webp");
	background-position: center;
}
.landing-wc-system-medical-care {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_medical_care.webp");
	background-position: center;
}
.landing-wc-system-indemnity {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_systems_indemnity.webp");
	background-position: center;
}
.landing-wc-system-return-to-work-assistance {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_return-to-work.webp");
	background-position: center;
}
.landing-wc-system-wc-disputes {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_dispute.webp");
	background-position: center;
}
.landing-wc-system-wc-employers {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_employers.webp");
	background-position: center;
}
.landing-wc-system-wc-insurance {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_wc_insurance.webp");
	background-position: center;
}
.landing-wc-system-wc-insurance-rates {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_wc_insurance_rates.webp");
	background-position: center;
}
.landing-wc-system-wc-across-states {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_wc_across_states.webp");
	background-position: center;
}
.landing-wc-system-advocates {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_advocate.webp");
	background-position: center;
}
.landing-wc-system-wc-statutes {
	background-image: url("/dcbs/reports/PublishingImages/landing_wc_system_rules.webp");
	background-position: center;
}
.landing-data-reports {
	background-image: url("/dcbs/reports/PublishingImages/landing_data_reports.webp");
	background-position: center;
}
/***   Diversity, Equity, and Inclusion Landing page images   ***/
.landing-img-dei-policies {
	background-image: url("/DCBS/deib/PublishingImages/landing_dei_community.webp");
	background-position: top right;
}
.landing-img-lunch-learn {
	background-image: url("/DCBS/deib/PublishingImages/landing_dei_discussion_group.webp");
	background-position: top right;
}
.landing-img-dei-library {
	background-image: url("/DCBS/deib/PublishingImages/landing_dei_wmns_mnth.webp");
	background-position: top right;
}
.landing-img-event-calendar {
	background-image: url("/DCBS/deib/PublishingImages/landing_event_calendar.webp");
	background-position: center;
}
.landing-img-dei-materials {
	background-image: url("/DCBS/deib/PublishingImages/landing_dei_materials.webp");
	background-position: center;
}
.landing-img-divergent-tools {
	background-image: url("/DCBS/deib/PublishingImages/landing_divergent_tools.webp");
	background-position: center;
}
.landing-img-oregon-tribes {
	background-image: url("/DCBS/deib/PublishingImages/landing_oregon_tribes.webp");
	background-position: center;
}
/***   Management-Labor Advisory Committee (MLAC) Landing page images   ***/
.landing-img-mlac-meetings {
	background-image: url("/dcbs/PublishingImages/backgrounds/landing_mlac_meetings.webp");
	background-position: top center;
}
.landing-img-mlac-strengths {
	background-image: url("/dcbs/PublishingImages/backgrounds/landing_mlac_strengths.webp");
	background-position: center;
}
.landing-img-mlac-email {
	background-image: url("/dcbs/PublishingImages/backgrounds/landing_mlac_email.webp");
	background-position: center;
}
/***   Media Landing page images   ***/
.landing-img-media-kit {
	background-image: url("/dcbs/media/PublishingImages/landing_media_media-kit.webp");
	background-position: center;
}
.landing-img-media-video {
	background-image: url("/dcbs/media/PublishingImages/landing_media_video.webp");
	background-position: center;
}

/***   Multicultural Communications Program Landing page images   ***/
.landing-img-mcp-spanish {
	background-image: url("/dcbs/mcp/PublishingImages/landing_mcp_spanish.webp");
	background-position: center;
}
.landing-img-mcp-russian {
	background-image: url("/dcbs/mcp/PublishingImages/landing_mcp_russian.webp");
	background-position: center;
}

.landing-img-hablas-espanol{
	background-image: url("/dcbs/mcp/PublishingImages/landing_mcp_hablas-espanol.webp");
	background-position: center;
}


/***   Ombuds Office for Oregon Workers Landing page images   ***/
/***   Russian Landing page images   ***/
/***   Small Business Ombudsman Landing page images   ***/
.landing-img-sbo-advocate {
	background-image: url("/dcbs/SBO/PublishingImages/landing_sbo_advocate.webp");
	background-position: center;
}
.landing-img-sbo-tools {
	background-image: url("/dcbs/SBO/PublishingImages/landing_sbo_tools.webp");
	background-position: center;
}
.landing-img-sbo-resources {
	background-image: url("/dcbs/SBO/PublishingImages/landing_sbo_resources.webp");
	background-position: center;
}
/***   Spanish Landing page images   ***/
/***   Workers' Benefit Fund Landing page images   ***/
.landing-img-wbf-assessment {
	background-image: url("/dcbs/wbf/PublishingImages/landing_wbf_assessment.webp");
	background-position: center;
}
.landing-img-faq {
	background-image: url("../Images/faq.jpg");
	background-position: center;
}
/* Icons */
.landing-icon {
	max-height: 100px;
	font-size: 5.313em;
}
.landing-icon .landing-icon-path {
	fill: var(--dcbs-primary);
}
.landing-icon-reverse .landing-icon-path {
	fill: #fff;
}

.fa-x-twitter{
    height: 16px;
    width: 16px;
    vertical-align: -0.125em;
}
a:visited .fa-x-twitter{
	fill: #804180;
    color: #804180;
    stroke: #804180;
}

/* Center text */
.center-p {
	text-align: center;	
}

/* Spotlight Publication Imgs */
.spotlight-img {
	display: block;
	margin: 0 auto;	
  	border: 1px solid #fff;
}


/* Circle image */
.img-circle {
	display: block;
	margin: 0 auto;	
  	border-radius: 50%;
}

/* Buttons */
.btn-landing, .btn-landing-reverse, .bg-dcbs-primary .btn, .bg-dcbs-secondary .btn {
	text-align: left;
	white-space: normal;
	padding: 10px 20px;
	margin-top: 10px;
	border-radius: 0;
	transition: border-radius 0.25s, background 0.5s;
	font-size: 1.125em;
}
.btn-landing {
	border: 1px solid var(--dcbs-primary);
	color: var(--dcbs-primary);
	background: none;
}
.btn-landing:hover {
	color: inherit;
	border-radius: 4px;
}

.btn-landing:visited {
	color: var(--dcbs-primary-hover);
}

.btn-landing-reverse:visited{

	color: rgb(200,200,200);
	border-color: rgb(200,200,200);
}


.bg-dcbs-primary .btn, .bg-dcbs-secondary .btn, .btn-landing-reverse{
	border-color: #fff;
	color: #fff;
}
.bg-dcbs-primary .btn:hover, .bg-dcbs-primary .btn:focus, .bg-dcbs-primary .btn:visited {
	background: var(--dcbs-primary-hover);
	color: #fff;
	border-radius: 4px;
}
.bg-dcbs-secondary .btn:hover, .bg-dcbs-secondary .btn:focus, .bg-dcbs-secondary .btn:visited {
	background: var(--dcbs-secondary-hover);
	color: #fff;
	border-radius: 4px;
}
.btn-landing-cta {
	text-align: center;
	border-radius: 0;
	border: 1px solid var(--dcbs-primary);
	color: var(--dcbs-primary);
	font-size: 1.375em;
	text-decoration: underline;
	padding: 0.65em 2.5em;
	transition: border-radius 0.25s, background-color 0.25s, color 0.25s;
}
.btn-landing-cta:hover {
	color: #fff;
	background-color: var(--dcbs-primary);
	border-radius: 8px;
}

.leadership--img_small{
	max-width: 200px;
}
/**************************/
/****   HOMEPAGE v2   ****/
/**************************/
.featured {
	position: relative;
	padding: 60px 60% 60px 60px;
	min-height: 600px;
}
.news, .event {
	min-height: 132px;
}
.event {
	margin-bottom: 20px;
	position: relative;
}
.event::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border: 2px solid var(--dcbs-primary);
}
.event small, .event time span {
	display: block;
}
.event-details {
	flex: 1 0 75%;
	padding: 20px;
}
.event .date-time {
	background: var(--dcbs-primary);
	flex: 1 0 25%;
}
.event time {
	color: white;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 0;
}
.event time .day {
	font-size: 3em;
	line-height: 1em;
}
.career {
	flex: 1;
	background: var(--dcbs-light);
}
.career:hover {
	background: var(--dcbs-light-hover);
}
.career a {
	display: block;
	padding: 20px;
	height: 100%;
	color: black;
}
.news {
	padding: 20px 0;
	margin-bottom: 20px;
}
.news .lead, .events .lead {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
}
.r-arrow {
	padding: 5px 25px 5px 0;
	position: relative;
}
.r-arrow::before {
	content: "\f105";
	font-family: "FontAwesome";
	padding-left: 10px;
	position: absolute;
	right: 0;
}
.r-arrow:hover::before {
	-webkit-animation: bounce 1.3s infinite;
	animation: bounce 1.3s infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateX(0);
	}
	40% {
		transform: translateX(-10px);
	}
	60% {
		transform: translateX(-5px);
	}
}

/***********************************
	 Russian & Spanish Subsites
************************************/

.lang-grid:nth-of-type(odd) .lang-alt-bg:nth-of-type(odd){
	background-color: var(--dcbs-primary);
}

.lang-grid:nth-of-type(odd) .lang-alt-bg:nth-of-type(even){
	background-color: var(--dcbs-secondary);
}

.lang-grid:nth-of-type(even) .lang-alt-bg:nth-of-type(odd){
	background-color: var(--dcbs-secondary);
}

.lang-grid:nth-of-type(even) .lang-alt-bg:nth-of-type(even){
	background-color: var(--dcbs-primary);
}

.lang-grid .landing-icon{
	aspect-ratio: 1;
	max-width: 80px;
}

.lang-grid h2{
	margin: 20px 0 10px !important;
}

.lang-grid [class*='ExternalClass']{
    display: block;
}

.lang-grid .list-links{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.lang-grid .list-links li:first-of-type{
    border-top: 1px solid white;
}

.lang-grid .list-links li{
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid white;
}

.lang-grid .list-links li a{
    display: block;
    color: white;
}

.lang-grid .list-links li a:visited{
}

/**************************/
/****   HISTORY PAGE   ****/
/**************************/
#timeline .timeline-card-wrapper {
	position: relative;
	margin: auto;
}
#timeline .timeline-card-wrapper::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline .timeline-card {
	position: relative;
	display: block;
	margin-top: 70px;
	max-width: 100%;
	z-index: 2;
}
#timeline .timeline-card:nth-of-type(1) {
	padding-top: 15%;
}
#timeline .timeline-card .card-head {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
	background-color: var(--dcbs-secondary);
}
#timeline .timeline-card .card-head .number-box {
	display: inline;
	float: left;
	margin: 15px;
	padding: 10px;
	font-size: 1.25em;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.4);
}
#timeline .timeline-card .card-head h3 {
	font-size: 1.8em;
	font-weight: inherit;
	letter-spacing: 1px;
	margin: 0;
	line-height: 2.3rem;
}
#timeline .timeline-card .card-head h3 span {
	display: block;
	font-size: 0.6em;
	margin: 0;
}
#timeline .timeline-card .card-body {
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.25);
	border-top: 0;
	padding: 15px;
}
#timeline .timeline-card .card-body p {
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 15px;
}
#timeline .timeline-card .card-body img {
	display: block;
	width: 100%;
}
#timeline .timeline-card .card-head::after {
	border-color: var(--dcbs-secondary);
}
#timeline .timeline-card .card-head::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	background-color: #bdbdbd;
	border-radius: 9px;
	box-shadow: 0 0 2px 8px #fff;
	margin-left: calc(50% - 4px);
	top: -40px;
}
#timeline .timeline-card:nth-child(even) .card-head::after, #timeline .timeline-card:nth-child(odd) .card-head::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: transparent transparent var(--dcbs-secondary);
	top: -15px;
	left: calc(50% - 15px);
}
/**********************************
			ORG CHART
**********************************/
.org-chart ul {
	margin: 0;
	padding: 0;
}
.org-chart ul li {
	list-style-type: none;
}
.directors-office {
	padding: 0 20px 1px 0;
	position: relative;
}
.directors-office li {
	position: relative;
}
.directors-office li::before {
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 20px;
	width: 20px;
	border-top: 2px solid var(--dcbs-secondary);
}
.directors-office::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 97%;
	border-right: 2px solid var(--dcbs-secondary);
}
.department small ul {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid black;
}
.departments {
	position: relative;
	padding-left: 15px;
}
.department {
	position: relative;
	padding: 22px;
}
.department .panel {
	margin: 0;
}
.department::before {
	content: "";
	display: block;
	width: 50%;
	height: 22px;
	top: 0px;
	position: absolute;
	left: 0;
	border-top: 2px solid var(--dcbs-secondary);
	border-right: 2px solid var(--dcbs-secondary);
	margin: 0px auto;
}
.department::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-left: 2px solid var(--dcbs-secondary);
}
.departments .row:nth-of-type(2) .department:last-of-type::after {
	border: none;
}
.departments .department:first-of-type {
	padding-top: 22px;
}
.departments::before {
	content: "";
	display: block;
	width: 100%;
	top: 0px;
	position: absolute;
	left: 0;
	border-top: 2px solid var(--dcbs-secondary);
	margin: 0px auto;
}

.division{
	margin-top: 20px;
	border-top: solid 1px rgba(0,0,0,.15);
}
.division h3{
	margin-top: 15px;
}

/**********************************/
/***    MASONRY IMAGE GAlLERY   ***/
/**********************************/
#grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
#grid-wrapper img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}
#grid-wrapper > div > a {
	display: block;
	height: 100%;
	width: 100%;
}
#grid-wrapper > div > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
#grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
/**********************************/
/***   PRESS RELEASE SECTIONS   ***/
/**********************************/
.press-release:last-of-type, .promotion:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
.press-release h4, .promotion h4 {
	margin: 0;
}
.byline {
	margin-bottom: 5px;
}
.byline .author-name::after {
	content: "\2014";
	margin: 0 10px;
}
newsroom-web-part h4 {
	margin-top: 0;
}

iframe{
	border: none;
}
/**********************************/
/***    PROMOTIONS SECTIONS     ***/
/**********************************/
.promotion-img, .promotion-body {
	width: 100%;
}
.promotion-img img {
	object-fit: cover;
}
/**********************************/
/***        BRAND ASSETS        ***/
/**********************************/
.palette {
	display: block;
	height: 100px;
	width: 100px;
	margin: 0 auto 20px;
}
/**********************************/
/***       DOCUMENTS PAGE       ***/
/**********************************/
#docTableView, #docTableView_filter {
	margin-bottom: 1em;
}
#docTableView tr {
	display: flex;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	padding: 1em 0;
}
table#docTableView {
	width: 100%;
}
#docTableView td {
	display: block;
}

.caption{
	caption-side: bottom;
}

#docTableView tr td:first-of-type {
	padding-right: 20px;
}
#docTableView td:nth-of-type(odd), #docTableView th:nth-of-type(odd)  {
	flex-basis: 70%;
}
#docTableView td:nth-of-type(even),#docTableView th:nth-of-type(even) {
	flex-basis: 30%;
}
.doc-category-filter .form-control, .doc-category-filter .btn {
	margin-bottom: 1em;
}
.doc-category-filter label {
	margin-bottom: 0;
}
.doc-category-filter .search-bar {
	vertical-align: middle;
}
.doc-category-filter .form .fa-search {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #9ca3af;
}
.doc-category-filter .form .form-input {
	text-indent: 33px;
}

/* Pagination */
.dataTables_paginate {
	padding: 1em 0;
}
.paginate_button, .ellipsis {
	padding: 10px;
	border-top: 1px solid var(--dcbs-secondary);
	border-bottom: 1px solid var(--dcbs-secondary);
	border-left: 1px solid var(--dcbs-secondary);
}
.paginate_button.current {
	background: var(--dcbs-secondary);
	color: white;
}
.paginate_button.previous, .paginate_button.next {
	padding: 10px 15px;
}
.paginate_button.previous {
	border-left: 1px solid var(--dcbs-secondary);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.paginate_button.next {
	border-right: 1px solid var(--dcbs-secondary);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
/**************************/
/***   VIDEO LIST PAGE   ***/
/**************************/
.video-social a{
	display:block;
	height: 125px;
	width: 125px;
	position: relative;	
}

.video-social a img{
	height: 55px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video-social div{
	align-items: middle;
}

.video-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.video-container {
	flex: 0 0 100%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: "";
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Announcement carousel */
.carousel {
    padding: 0 0 40px;
}

.carousel article{
	height: 100%;
    flex-wrap: wrap;
}


.panel-img{
	background: var(--feBg) no-repeat;
	background-size: cover;
	width: 100%;	
}

.panel-content{
	padding: 1em;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

.carousel-inner .item{
	border-radius: 5px;
	border:1px solid var(--dcbs-light);
	width: 100%;
	min-height: 400px;
}

.carousel-inner .panel-img{
	min-height: calc((100vw - 2rem)/2*1);
}

.carousel-indicators{
	left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    bottom: 0;
}

.carousel-indicators li{
	margin: 3px;
	height: 15px;
	width: 15px;
	border: none;
	background-color: var(--dcbs-light-gray);
	opacity: .5;
}

.carousel-indicators li.active{
	margin: 3px;
	height: 15px;
	width: 15px;
	background-color: var(--dcbs-secondary);
	opacity: 1;
}

.carousel-control{
	opacity: 1;
	height: 50px;
	width: 50px;
	top: 20%;
  	transform: translateY(calc(-20%));
  	border-radius: 100%;
    box-shadow: 0 0 2rem rgba(0,0,0,.2);
    font-size: 18px;
    text-shadow: none;
    margin: 0 1em;
}

.carousel-control:focus{
	box-shadow: 0 0 2rem rgba(0,124,181,.5);
	border: 1px solid var(--dcbs-secondary);
}

.carousel-control span{
	position: absolute;
  	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%);
}


.carousel-control.left, .carousel-control.right{
	background: white;
	color: var(--dcbs-dark-gray);
}

/* DEI Blog article pages */
.blog_post--byline {
	margin: 1em 0;
}


/**********************************
			UHPGB
**********************************/
.sub-list-group {
	margin: 0;
    padding: 0;
}


.accordion .list-group-item{
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-weight: 600;
}

.sub-list-group .list-group-item{
	border-top: 1px dashed #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f9f9f9;
    font-weight: 200;
}

.list-group-item.accordion-header{
	padding: 0;
	margin:0;
    border-bottom: 0;
}

.list-group-item-btn{
	width: 100%;
	padding: 10px 15px;
    text-align: left;
    border:none;
    position:relative;
}

.list-group-item-btn.collapsed::after{
	content: "\002B";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 10px;	
}

.list-group-item-btn::after{
	content: "\2212";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 10px;	
}


button.list-group-item[aria-expanded="true"] .expand{
	content: minus;
}


/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
	.mr-1 {
		margin-right: 0;
	}
}
/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
	.spotlight-img {
		width: 50%;

	}
	.img-circle {
		width: 75%;
	}
}
/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
	/* Fixing Columns */
	 .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
	/* Navigation */
	.sub-nav.open {
		position: absolute;
		display: grid;
		grid-template-columns: repeat(auto-fill, calc(32% - 1em));
		grid-gap: 1em;
		justify-content: space-between;
		width: 100%;
		padding: 1em 2em;
	}
	/* a top level navigation item in the mega menu */
	.nav-item {
		display: inline-block;
	}
	.nav-item > a {
		display: inline-block;
	}
	.or-navigation-list > li > a {
		padding: 18px 12px;
	}
	.nav-item a, .nav-item li {
		font-size: 14px;
	}
	.grid-col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.or-navbar-translation-wrapper{
		position: absolute;	
	}
	.or-navbar-translation-wrapper ul{
		margin-top: 0;
	}

	/**********************************
				ORG CHART
	**********************************/
	.departments {
		padding: 0;
		padding-right: 20px;
	}
	.departments .row {
		display: flex;
		margin: 0;
		padding: 20px 0 20px;
		flex-wrap: wrap;
		position: relative;
		gap: 20px;
	}
	.departments .row::before {
		content: "";
		display: block;
		width: 86%;
		top: 0px;
		position: absolute;
		right: -20px;
		border-top: 2px solid var(--dcbs-secondary);
	}
	.departments .row:first-of-type::after {
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: -20px;
		top: 0;
		border-right: 2px solid var(--dcbs-secondary);
	}
	.departments .department:first-of-type {
		padding: 0;
	}
	.department {
		padding: 0;
		margin: 0;
		flex: 1;
		flex-basis: 30%;
	}
	.department::before, .departments .department:first-of-type::before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 20px;
		width: auto;
		border: none;
		top: -10px;
		border-left: 2px solid var(--dcbs-secondary);
	}
	.department::after {
		content: none;
	}
	.departments::before {
		content: none;
	}
	.directors-office {
		padding: 0;
		position: relative;
	}
	.directors-office::before {
		left: calc(50% - 10px);
		transform: translate(-50%, 0);
		right: unset;
		height: 91.9%;
	}
	.directors-office .columnThree, .directors-office .columnTwo {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.directors-office .columnThree::before {
		content: "";
		border-top: 2px solid var(--dcbs-secondary);
		display: block;
		top: 40px;
		width: 80%;
		position: absolute;
		left: calc(50%);
		transform: translate(-50%, 0);
	}
	.directors-office .columnTwo::before {
		content: "";
		border-top: 2px solid var(--dcbs-secondary);
		display: block;
		top: 40px;
		width: calc(50% - 10px);
		position: absolute;
	}
	.directors-office li::before {
		content: none;
	}
	.directors-office .columnThree li, .directors-office .columnTwo li {
		flex: 0 1 33%;
	}
	.directors-office .ombuds {
		flex: 0 1 45%;
		display: flex;
		justify-content: space-between;
	}
	.directors-office .ombuds li {
		flex: 0 1 49%;
	}
	
	/**********************************
				TIMELINE
	**********************************/
	#timeline .timeline-card {
		margin-top: -6%;
		width: 45%;
	}
	#timeline .timeline-card-wrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#timeline .timeline-card .card-head::before {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		background-color: #bdbdbd;
		border-radius: 9px;
		box-shadow: 0 0 2px 8px #fff;
		margin-left: -4px;
		top: auto;
	}
	#timeline .timeline-card:nth-child(odd) .card-head::after {
		border-style: solid;
		border-width: 15px 0 15px 15px;
		border-color: transparent transparent transparent var(--dcbs-secondary);
		left: 100%;
		top: auto;
	}
	#timeline .timeline-card:nth-child(even) .card-head::after {
		border-style: solid;
		border-width: 15px 15px 15px 0;
		border-color: transparent var(--dcbs-secondary) transparent transparent;
		left: -15px;
		top: auto;
	}
	#timeline .timeline-card:nth-child(odd) .card-head::before {
		left: 111.2%;
		z-index: 3;
	}
	#timeline .timeline-card:nth-child(even) .card-head::before {
		left: -11%;
	}
	#timeline .timeline-card:nth-of-type(even) {
		left: 55%;
	}
	
	/**********************************
			ANNOUNCEMENTS
	**********************************/
	.carousel article{
	    flex-wrap: nowrap;
	}	

	.panel-img{
	height: 100%;
	}


	.carousel-inner [class^="panel"]{
		flex-basis: 50%;
	}

	.panel-content{
		padding: 0 3em 0 0;
	}
	
	.panel-img{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.carousel-inner [class^="panel"]{
		flex-basis: 100%;
	}


	.carousel-control{
		top: 50%;
	  	transform: translateY(calc(-50% - 20px));
	}

	.carousel-control.left{
		margin-left: -25px;
	}
	
	.carousel-control.right{
		margin-right: -25px;
	}

	.carousel-inner .panel-img{
		min-height: auto;
			
	}
	/* Tables */
	.wcSystem .dt-buttons:before {
		float: left;
		padding-right: 20px;
		margin-top: 8px;
	}
	.wcSystem .dt-buttons:before {
		padding-bottom: 5px;
	}
	.directors-office::before {
		left: calc(50% - 10px);
		transform: translate(-50%, 0);
		right: unset;
		height: 94%;
	}
	.directors-office .columnThree::before {
		top: 20px;
	}
	.directors-office .columnTwo::before {
		top: 20px;
	}
	.horiz-list {
		display: flex;
		gap: 20px;
		align-items: center;
		flex-wrap: wrap;
	}
	div[class^="landing-img-"] {
		height: 100%;
	}
	.landing-video-wrapper {
		background: var(--dcbs-light);
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-end;
	}
	.landing-video {
		-webkit-box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff, 12px 0 15px -4px #333, -12px 0 15px -4px #333;
		-moz-box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff, 12px 0 15px -4px #333, -12px 0 15px -4px #333;
		box-shadow: 0 9px 0 0 #fff, 0 -9px 0 0 #fff, 12px 0 15px -4px #333, -12px 0 15px -4px #333;
	}
	.dcbs-landing-feature-row, .dcbs-landing-feature-grid, .dcbs-landing-sub-feature-grid {
		flex-direction: unset;
	}
	.dcbs-feature-grid-text {
		min-height: 300px;
	}
	.col-3 .video-container {
		flex: 0 0 calc(33.3333333% - 14px);
	}
	.col-2 .video-container {
		flex: 0 0 calc(50% - 14px);
	}
	.promotion {
		display: flex;
		gap: 20px;
	}
	.promotion-img {
		width: 30%;
	}
	.promotion-body {
		width: 70%;
	}
	#grid-wrapper .wide {
		grid-column: span 2;
	}
	#grid-wrapper .tall {
		grid-row: span 2;
	}
	#grid-wrapper .big {
		grid-column: span 2;
		grid-row: span 2;
	}
	
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	    width: 30px;
	    height: 30px;
	    margin-top: -10px;
	    font-size: 18px;
	}	
	
	

}
/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
	.spotlight-img {
		width: 25%;
	}
	.img-circle {
		width: 50%;
	}
	.nav-item a, .nav-item li {
		font-size: 16px;
	}
	
	.sub-nav.open {
		width: 75%;
	}

}

/* INTERNAL */
textarea#ctl00_MainContentPlaceHolder_PageContentPlaceHolder_ArticleStartDate_Excerpt_ctl00_ctl00_TextField {
	width: 100%;
}