/* DCN red: #a32424 */
/* Test orange: #e36d1f */
/* h1 bar orange: #ca7621 */
@font-face {
    font-family: 'clear_sans';
    src: url('/dcn/web.nsf/files/1256580453/$file/ClearSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sans';
    src: url('/dcn/web.nsf/files/1256580453/$file/ClearSans-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'clear_sans';
    src: url('/dcn/web.nsf/files/1256580453/$file/ClearSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sans';
    src: url('/dcn/web.nsf/files/1256580453/$file/ClearSans-Light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sans';
    src: url('/dcn/web.nsf/files/1256580453/$file/ClearSans-BoldItalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/* =====================================================================
      ACCESSIBILITY SPECIFIC
    ===================================================================== */
banner, nav, main {
	display: inline-block;
}
main {
	width: 100%;
}
#skipToContent {
	background: #a32424;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	height: 23px;
	padding: 7px 14px 0 10px;
	position: absolute;
	text-decoration: none;
	top: -30px;
	left: 0;
}
@keyframes skipFocus {
	from	{	top: -30px;	}
	to	{	top: 0px;	}
}
#skipToContent:focus {
	animation: skipFocus .5s; 
	top: 0;
}
/* =====================================================================
      DESKTOP LAYOUT
    ===================================================================== */
@media (min-device-width:990px) {
#headerContainer {
}
#header {
}
#headerRow {
}
#menuTD {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
#topmenu-outer {
}
#footerMenu {
	padding-left: 25px;
	display: inline;
}
}
/* =====================================================================
      MOBILE LAYOUT TRANSITIONS
    ===================================================================== */
@media (max-device-width:989.9px) and (min-device-width:571px) {
#menuTD{
	display: block;
	width: 100%;
	right: 10px;
	left: 10px;
}
#topmenu-outer {
	width: 100%;
}
}
/* =====================================================================
      MOBILE LAYOUT
    ===================================================================== */
@media (max-device-width:989.9px) {
#menuTD{
	display: block;
	right: 10px;
	left: 10px;
}
#topmenu-outer {
	width: 100%;
}
#topmenu a {
	float: left;
}
#footerMenu {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
#footerMenu a {
	display: inline-block;
}
}
/* =====================================================================
      CROSS-WEBSITE MOBILE RESPONSIVENESS
    ===================================================================== */
@media (max-device-width:600px) {
/* KILL ALL SPACER GRAPHICS */
#content table.responsiveFourColumnLayout600 img[src="/icons/ecblank.gif"],
#content table.responsiveFourColumnLayout600 img[src="/icons/ecblank.gif"] + br,
#content table.responsiveFourColumnLayoutSpaced600 img[src="/icons/ecblank.gif"],
#content table.responsiveFourColumnLayoutSpaced600 img[src="/icons/ecblank.gif"] + br,
#content table.responsiveTwoColumnLayout600 img[src="/icons/ecblank.gif"],
#content table.responsiveTwoColumnLayout600 img[src="/icons/ecblank.gif"] + br,
#content table.responsiveTwoColumnForm img[src="/icons/ecblank.gif"],
#content table.responsiveTwoColumnForm img[src="/icons/ecblank.gif"] + br,
#content table.responsiveFourColumnData img[src="/icons/ecblank.gif"],
#content table.responsiveFourColumnData img[src="/icons/ecblank.gif"] + br,
{
	display: none;
}
/* RESPONSIVE FOUR COLUMN LAYOUT 600 */
#content table.responsiveFourColumnLayout600 {
}
#content table.responsiveFourColumnLayout600 tr {
	width: 100%;
	position: relative;
}
#content table.responsiveFourColumnLayout600 td {
	display: table-cell;
	float: left;
	width: calc(50%) !important;
	height: 100%;
}
/* RESPONSIVE FOUR COLUMN LAYOUT SPACED 600 */
#content table.responsiveFourColumnLayoutSpaced600 {
}
#content table.responsiveFourColumnLayoutSpaced600 tr {
	width: 100%;
	position: relative;
}
#content table.responsiveFourColumnLayoutSpaced600 td {
	display: table-cell;
	float: left;
	width: calc(50% - 50px) !important;
	height: 100%;
}
#content table.responsiveFourColumnLayoutSpaced600 td:nth-child(1) {
	margin-right: 15px;
	margin-bottom: 15px;
}
#content table.responsiveFourColumnLayoutSpaced600 td:nth-child(2) {
	margin-bottom: 15px;
}
#content table.responsiveFourColumnLayoutSpaced600 td:nth-child(3) {
	clear: left;	
	margin-right: 15px;
}
/* RESPONSIVE TWO COLUMN LAYOUT 600 */
#content table.responsiveTwoColumnLayout600 {
	display: block;
	width: 100% !important;
}
#content table.responsiveTwoColumnLayout600 tr {
	display: inline;
}
#content table.responsiveTwoColumnLayout600 td {
	display: block;
	float: none;
	width: auto !important;
}
/* RESPONSIVE TWO COLUMN FORM */
#content table.responsiveTwoColumnForm {
	border: 0 none;
	width: 100% !important;
}
#content table.responsiveTwoColumnForm tr {
	border: 0 none;
	display: block;
	margin-bottom: 7pt;
	width: 100%;
}
#content table.responsiveTwoColumnForm td, #content table.responsiveTwoColumnForm th {
	border: 0 none;
	display: block;
	width: 100% !important;
}
/* RESPONSIVE FOUR COLUMN DATA 600 */
#content table.responsiveFourColumnData600 tr + tr {
	border-top: 1px solid #aaa;
	display: block;
}
#content table.responsiveFourColumnData600 td, #content table.responsiveFourColumnData600 th {
	border: 0 none;
	display: block;
	width: 100% !important;
}
}
@media (max-device-width:500px) {
#content table.responsiveThreeColumnData500 tr + tr {
	border-top: 1px solid #aaa;
	display: block;
}
#content table.responsiveThreeColumnData500 td, #content table.responsiveThreeColumnData500 th {
	border: 0 none;
	display: block;
	width: 100% !important;
}
}
@media (max-device-width:400px) {
#content table.responsiveTwoColumnData400 tr + tr {
	border-top: 1px solid #aaa;
	display: block;
}
#content table.responsiveTwoColumnData400 td, #content table.responsiveTwoColumnData400 th {
	border: 0 none;
	display: block;
	width: 100% !important;
}
}
@media (max-device-width:300px) {
#content table.responsiveFourColumnLayoutSpaced600 {
	border-spacing: 0 !important;
	display: block;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
#content table.responsiveFourColumnLayoutSpaced600 tr {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
#content table.responsiveFourColumnLayoutSpaced600 td {
	display: block;
	float: none;
	margin: 0 0 15px 0 !important;
	width: auto !important;
}
#content table.responsiveFourColumnLayout600 {
	display: block;
	width: 100% !important;
}
#content table.responsiveFourColumnLayout600 tr {
	display: inline;
}
#content table.responsiveFourColumnLayout600 td {
	display: block;
	float: none;
	width: auto !important;
}
}
/* =====================================================================
      ALL LAYOUTS
    ===================================================================== */
/* TOGGLE SECTIONS
---------------------------------------------------- */
.toggleSection {
	display: none;
}
.toggleTitle {
	background: rgba(0,0,0,.1);
	cursor: pointer;
	margin-bottom: 15px;
	padding: 10pt;
}
.toggleTitle:hover {
	background: rgba(0,0,0,.2);
	padding: 10pt;
}
.toggleTitleUncollapsible {
	margin-bottom: 0;
	padding: 10pt;
}
.toggleSection {
	padding: 5pt 15pt 15pt;
}
.toggleSectionUncollapsible {
	padding: 0 10pt 15pt;
}
.plus span,
.minus span {
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	margin-bottom:1px;
	margin-right:1em;
	height:14px;
	width:14px;
}
.plus span {
	background-image:url("/dcn/web.nsf/files/5584649423/$file/plus-boxed-50.png");
}
.minus span {
	background-image:url("/dcn/web.nsf/files/5584649423/$file/minus-boxed-50.png");
}
/* BASIC ELEMENTS
---------------------------------------------------- */
body {
	margin:0;
	text-align:left;
}
body,
td,
th {
	font-size:12pt;
	line-height:1.4;
	color:#333;
	font-family: 'clear_sans', sans-serif;
}
td {
	text-align:left;
}
font {
	line-height:110%;
}
body,
p,
div {
	margin:0px;
	padding:0px;
}
img {
	border-width:0px;
}
h1 {
	color:#a32424;
	font-family: 'clear_sans', sans-serif;
	font-size:24pt;
	font-weight: bold;
	line-height: 1.4;
	margin:0 0 5px;
}
h2 {
	color:#a32424;
	font-family: 'clear_sans', sans-serif;
	font-size:17pt;
	font-weight: bold;
	line-height: 1.4;
	margin: 15px 0 5px;
}
h3 {
	color:#222;
	font-family: 'clear_sans', sans-serif;
	font-size:15pt;
	font-weight: bold;
	line-height: 1.4;
	margin: 15px 0 5px;
}
a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.return {
	display:block;
	margin:0px 5px;
	padding-left:25px;
	background:url('/dcn/web.nsf/arrow-return.gif') left .25em no-repeat;
}
a.goto {
	display:block;
	margin:0px 5px;
	padding-left:25px;
	background:url('/dcn/web.nsf/arrow-goto.gif') left .25em no-repeat;
}
a.goto-inline {
	padding-left:20px;
	background:url('/dcn/web.nsf/arrow-goto.gif') left .25em no-repeat;
}
ul, 
ol {
	margin:5px 0px 5px 5px;
	padding:0px;
}
ul li {
	list-style-type: square;
//	list-style-image: url('/dcn/web.nsf/bullet.gif');
	padding:5px 0px 5px 10px;
	margin:0 0 0 15px;
}
ol li {
	line-height:1.4;
	padding:5px 0px 5px 10px;
	margin:0 0 0 30px;
}
.tagline {
	background: #e1e1e1 url('/dcn/web.nsf/files/5584649423/$file/dcn-panelLight-bg.jpg') center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #a32424;
	padding: 30px 50px;
	border-left: 5px solid #a32424;
	font-size: 14pt;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}
/* LAYOUT
---------------------------------------------------- */
#headerContainer {
	background:#eeedec;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}
#header {
	display: table;
	margin: 0 auto;
}
@media (min-device-width:990px) {
#header {
	width: 950px;
}
}
@media (max-device-width:989.9px) {
#header {
	text-align: center;
}
}
#headerRow {
	display: table-row;
}
#logo {
	border:0px;
	display: table-cell;
	vertical-align: middle;
}
@media (min-device-width:990px) {
#logo {
	margin:10px 0px 10px 10px;
	height: 70px;
}
}
@media (max-device-width:989.9px) {
#logo {
	margin:10px 0 0 0;
	height: 40px;
}
}
#menuTD {
}
#main {
	background: #fff;
}
.clear {
	clear: both;
}
/* TOP MENU STYLES */
#topmenu-outer {
}
#topmenu {
	text-align:right;
}
#topmenu a {
	text-shadow: 0 1px 1px #fff;
	color:#555;
	text-decoration:none;
	padding:3px 10px 3px 10px;
}
@media (min-device-width:990px) {
#topmenu a {
	font-size:20px;
}
}
@media (max-device-width:989.9px) {
#topmenu a {
	font-size:18px;
}
}
#topmenu a.active {
}
#topmenu a.log {
	padding-right:18px;
}
#topmenu a.home {
	padding-left:18px;
}
#topmenu a:hover {
	color: #000;
	text-decoration:none;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
}
/* FOOTER STYLES */
#footer {
	background:#4d4d4d;
	color:#bbb;
	font-size:13px;
	line-height:19px;
	padding: 15px;
}
#footer>div {
	margin: 0 auto;
}
@media (min-device-width:990px) {
#footer>div {
	width: 950px;
}
}
@media (max-device-width:989.9px) {
#footer>div {
	width: 100%;
}
}
#footer a {
	color: #fff;
	margin:0px 5px;
}
#footer a:hover {
	text-decoration:underline;
}
/* FORMATTING
---------------------------------------------------- */
form {
	margin: 0;
}
#content {
	margin: 100px auto 0;
	text-align:left;
}
@media (min-device-width:990px) {
#content {
	width: 950px;
}
}
@media (max-device-width:989.9px) {
#content {
	width: 100%;
}
}
@media (min-device-width:990px) {
.twoColumn {
	columns: 2;
	column-gap: 40px;
}
}
@media (max-device-width:989.9px) {
.twoColumn {
}
}
/* TABLES */
table {
	vertical-align:top;
}
table.noBorders {
	border-collapse:collapse;
	border:0px none;
}
table.noBorders td,
table.noBorders th {
	border:0px none;
	line-height:140%;
	padding:3px 5px;
}
table.outlineRowsGray {
	border-collapse:collapse;
	border:1px solid #ddd;
}
table.outlineRowsGray td,
table.outlineRowsGray th {
	border-color:#ddd;
	border-style:solid;
	border-width:1px 0px;
	line-height:140%;
	padding:3px 5px;
}
table.outlineCellsGray {
	border-collapse:collapse;
	border:1px solid #ddd;
}
table.outlineCellsGray td,
table.outlineCellsGray th {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	line-height:140%;
	padding:3px 5px;
}
/* FORMS */
input, 
select, 
option, 
textarea {
	font-size: 10pt;
}
input,
textarea {
	border-top: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
input:hover,
textarea:hover {
	border-color: #999 #bbb #bbb #aaa;
}
textarea {
	height:100px;
}
input[type=checkbox],
input[type=radio] {
	border: 0 none;
	width: auto;
}
input[type=button],
input[type=submit],
a.button {
	background: #fff;
	border:1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000000; 
	cursor: pointer;
	display: inline-block;
	font-size: 11pt;
	line-height: 130%;
	font-weight: bold; 
	padding: 7px 15px;
	text-shadow: #333;
	width: auto;
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover {
	border: 1px solid #777;
	text-decoration: none;
}
input[type=button]:active,
input[type=submit]:active {
	border:1px solid #333;
	padding: 7px 15px;
}
/* HOME PAGE SECTIONS
---------------------------------------------------- */
a.anchor {
	display: inline-block;
	height: 1px;
	width: 1px;
	position: absolute;
	margin-top: -100px;
}
#homeSectionOne {
	background-attachment: fixed;
	color: #fff;
	font-style: italic;
	width: 100%;
}
@media (min-device-width:990px) {
#homeSectionOne {
	background: #a32424 url('/dcn/web.nsf/files/5584649423/$file/dcn2018-hero.jpg') center -165px no-repeat;
	font-size: 22pt;
}
}
@media (max-device-width:989.9px) {
#homeSectionOne {
	background: #a32424 url('/dcn/web.nsf/files/5584649423/$file/dcn2018-hero.jpg') center -100px no-repeat;
	font-size: 18pt;
}
}
#homeSectionOne>div {
	margin: 0 auto;
}
@media (min-device-width:990px) {
#homeSectionOne>div {
	padding: 135px 0 45px 475px;
	width: 475px;
}
}
@media (max-device-width:989.9px) {
#homeSectionOne>div {
	padding: 135px 15px 50px 15px;
	text-shadow: 0 0 15px #000;
}
}
#dcnIntro {
	font-family: 'clear_sans', sans-serif;
	font-size: 14pt;
	line-height: 1.4;
	margin-bottom: 30px;
}
#homeSectionTwo,
#homeSectionTimeline {
	background: #fff;
	color: #333;
	width: 100%;
}
#homeSectionTwo>div,
#homeSectionTimeline>div {
	margin: 0 auto;
	padding: 45px 0;
}
@media (min-device-width:990px) {
#homeSectionTwo>div,
#homeSectionTimeline>div {
	width: 950px;
}
}
@media (max-device-width:989.9px) {
#homeSectionTwo>div,
#homeSectionTimeline>div {
	padding: 45px 15px;
	width: calc(100% - 30px);
}
}
@keyframes timelineExpand {
	from {
		border-spacing: 20px;
	}
	to {
		border-spacing: 0;
	}
}
@keyframes timelineContract {
	from {
		border-spacing: 0;
	}
	to {
		border-spacing: 20px;
	}
}
@keyframes timelineDateInfoExpand {
	from {
		max-height: 20px;
		padding: 0 0;
	}
	to {
		max-height: 130px;
		padding: 0 20px;
	}
}
@keyframes timelineDateInfoContract {
	from {
		max-height: 130px;
		padding: 0 20px;
	}
	to {
		max-height: 20px;
		padding: 0 0;
	}
}
#homeTimeline {
	display: table;
	margin-right: -4px;
	margin-left: -4px;
	margin-bottom: 15px;
	width: 100%;
}
@media (min-device-width:990px) {
#homeTimelineRowOne,
#homeTimelineRowTwo {
	display: block;
	padding: 0;
	height: 158px;
	width: 950px;
}
}
@media (max-device-width:989.9px) {
#homeTimelineRowOne,
#homeTimelineRowTwo {
	width: 100%;
}
}
@media (min-device-width:990px) {
#homeTimelineRowOne {
	background: url('/dcn/web.nsf/files/5584649423/$file/dcn2018-timelineArrow.png') 97% 50.4% no-repeat;
}
#homeTimelineRowTwo {
	background: url('/dcn/web.nsf/files/5584649423/$file/dcn2018-timelineArrow2.png') 3% 50.4% no-repeat;
}
#homeTimelineRowTwo>div:last-child {
	background: url('/dcn/web.nsf/files/5584649423/$file/dcn2018-timelineArrow.png') right 50.4% no-repeat;
}
}
@media (max-device-width:989.9px) {
}
#homeTimelineRowOne .homeTimelineItem,
#homeTimelineRowTwo .homeTimelineItem {
	border-collapse: separate;
	border-spacing: 20px;
}
@media (min-device-width:990px) {
#homeTimelineRowOne .homeTimelineItem,
#homeTimelineRowTwo .homeTimelineItem {
	animation-name: timelineContract;
	animation-duration: .2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	display: table;
	float: left;
	width: 158px;
	height: 158px;
}
#homeTimelineRowOne .homeTimelineItem:hover,
#homeTimelineRowTwo .homeTimelineItem:hover {
	animation-name: timelineExpand;
	animation-duration: .2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	border-spacing: 0;
}
}
@media (max-device-width:989.9px) {
#homeTimelineRowOne .homeTimelineItem,
#homeTimelineRowTwo .homeTimelineItem {
	display: block;
}
}
@media (min-device-width:990px) {
#homeTimelineRowOne .homeTimelineItem>div,
#homeTimelineRowTwo .homeTimelineItem>div {
	display: table-row;
}
}
@media (max-device-width:989.9px) {
#homeTimelineRowOne .homeTimelineItem>div,
#homeTimelineRowTwo .homeTimelineItem>div {
	margin: 15px auto;
}
}
#homeTimelineRowOne .homeTimelineItem>div>div,
#homeTimelineRowTwo .homeTimelineItem>div>div {
	text-align: center;
	vertical-align: middle;
}
@media (min-device-width:990px) {
#homeTimelineRowOne .homeTimelineItem>div>div,
#homeTimelineRowTwo .homeTimelineItem>div>div {
	background: #aaa;
	border-radius: 50%;
	display: table-cell;
	font-size: 10pt;
	line-height: 1.4;
}
#homeTimelineRowOne .homeTimelineItem>div>div:hover,
#homeTimelineRowTwo .homeTimelineItem>div>div:hover {
	background: #ccc;
}
}
@media (max-device-width:989.9px) {
#homeTimelineRowOne .homeTimelineItem>div>div,
#homeTimelineRowTwo .homeTimelineItem>div>div {
}
}
#homeTimelineRowOne .homeTimelineItem:first-child,
#homeTimelineRowTwo .homeTimelineItem:first-child {
	margin-left: 0;
}
#homeTimelineRowOne .dateInfo,
#homeTimelineRowTwo .dateInfo {
	padding: 0;
	overflow: hidden;
	overflow-wrap: break-word;
}
@media (min-device-width:990px) {
#homeTimelineRowOne .dateInfo,
#homeTimelineRowTwo .dateInfo {
	animation-name: timelineDateInfoContract;
	animation-duration: .2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	max-height: 20px;
}
}
@media (max-device-width:989.9px) {
#homeTimelineRowOne .dateInfo,
#homeTimelineRowTwo .dateInfo {
}
}
@media (min-device-width:990px) {
#homeTimelineRowOne .homeTimelineItem:hover .dateInfo,
#homeTimelineRowTwo .homeTimelineItem:hover .dateInfo {
	animation-name: timelineDateInfoExpand;
	animation-duration: .2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	max-height: 130px;
	padding: 0 20px;
}
}
#homeTimelineRowOne .date,
#homeTimelineRowTwo .date {
	display: block;
	font-family: 'clear_sans', sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 20px;
}
#homeTimelineRowTwo {
	margin-top: 0px;
}
@keyframes servicesEnlarge {
	from {
		font-size: 10pt;
		line-height: 1.4;
		margin-left: 0;
		top: 50px;
		width: 207.5px;
		height: 210px;
		z-index: 100;
	}
	to {
		font-size: 117%;
		line-height: 1.4;
		margin-left: -12px;
		top: 14.25px;
		width: 242.775px;
		height: 245.7px;
		z-index: 200;
	}
}
@keyframes servicesContract {
	from {
		box-shadow: 0 0 0px rgba(0,0,0,0);
		font-size: 117%;
		line-height: 1.4;
		margin-left: -12px;
		top: 14.25px;
		width: 242.775px;
		height: 245.7px;
		z-index: 200;
	}
	to {
		box-shadow: 0 0 50px rgba(0,0,0,.1);
		font-size: 10pt;
		line-height: 1.4;
		margin-left: 0;
		top: 50px;
		width: 207.5px;
		height: 210px;
		z-index: 100;
	}
}
#services {
	font-size: 10pt;
	line-height: 1.4;
}
@media (min-device-width:990px) {
#services {
	margin-top: -40px;
	margin-bottom: 20px;
	position: relative;
	width: 950px;
	height: 280px;
}
}
#services {
}
}
@keyframes servicesH2Enlarge {
	from {
		font-size: 140%;
		line-height: 1.2;
	}
	to {
		font-size: 170%;
		line-height: 1.2;
	}
}
@keyframes servicesH2Contract {
	from {
		font-size: 200%;
		line-height: 1.2;
	}
	to {
		font-size: 170%;
		line-height: 1.2;
	}
}
#services h2 {
	animation-name: servicesH2Contract;
	animation-duration: .1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	font-size: 170%;
	line-height: 1.2;
	margin-top: 0;
	padding-bottom: 15px;
}
@media (min-device-width:990px) {
#servicesOne:hover h2,
#servicesTwo:hover h2,
#servicesThree:hover h2,
#servicesFour:hover h2,
#servicesFive:hover h2,
#servicesSix:hover h2 {
	animation-name: servicesH2Expand;
	animation-duration: .1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	font-size: 170%;
	line-height: 1.2;
}
}
@media (max-device-width:989.9px) {
}
@media (min-device-width:990px) {
#servicesOne,
#servicesTwo,
#servicesThree,
#servicesFour,
#servicesFive,
#servicesSix {
	animation-name: servicesContract;
	animation-duration: .1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	box-shadow: 0 0 0px rgba(0,0,0,0);
	padding: 15px;
	z-index: 100;
	position: absolute;
	top: 50px;
	width: 207.5px;
	height: 210px;
}
#servicesOne:hover,
#servicesTwo:hover,
#servicesThree:hover,
#servicesFour:hover,
#servicesFive:hover,
#servicesSix:hover {
	animation-name: servicesEnlarge;
	animation-duration: .1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
	font-size: 117%;
	line-height: 1.4;
	margin-left: -12px;
	top: 14.25px;
	width: 242.775px;
	height: 245.7px;
	z-index: 200;
}
}
@media (max-device-width:989.9px) {
#servicesOne,
#servicesTwo,
#servicesThree,
#servicesFour,
#servicesFive,
#servicesSix {
	padding: 15px;
}
}
#servicesOne {
	background: #a8a8a8;
	color: #000;
}
#servicesOne h2 {
	color: #881c1c;
}
#servicesTwo {
	background: #bcbcbc;
	color: #111;
	left: 237.5px;
}
#servicesThree {
	background: #d0d0d0;
	color: #222;
	left: 475px;
}
#servicesFour {
	background: #e4e4e4;
	color: #333;
	left: 712.5px;
}
#homeSectionThree {
	background: #ccc url('/dcn/web.nsf/files/5584649423/$file/dcn2018-projectsbg.jpg') center top no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	color: #222;
	width: 100%;
}
#homeSectionThree>div {
	margin: 0 auto;
}
@media (min-device-width:990px) {
#homeSectionThree>div {
	padding: 45px 0;
	width: 950px;
}
}
@media (max-device-width:989.9px) {
#homeSectionThree>div {
	padding: 45px 15px;
	width: calc(100% - 30px);
}
}
.projectLogo {
	background: rgba(255,255,255,.2);
	float: left;
	padding: 15px;
	margin: 5px 30px 20px 0;
	max-width: 150px;
	max-height: 100px;
}
.projectLink {
	display: block;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
}
#homeSectionThree h3 {
	margin-top: 0;
}
#eventMapContainer {
	background: #666;
}
@media (min-device-width:990px) {
#eventMapContainer {
	width: 950px;
	height: 560px;
}
.eventMapImg {
	display: none;
	opacity: 0;
}
}
@media (max-device-width:989.9px) {
#eventMapContainer {
	width: 100%;
}
.eventMapImg {
	display: none;
	opacity: 0;
	width: 100%;
	height: auto;
}
}
div.eventMapImg {
	height: 0;
	padding-bottom: 58.95%;
}
@keyframes eventMapImgFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.eventMapImg.selected {
	animation-name: eventMapImgFadeIn;
	animation-duration: .2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;	
	opacity: 1;
	display: inline-block;
}
#eventMapPager {
	background: #666;
	margin: 0;
	padding: 0;
	width: 100%;
}
.eventPagerItem {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17pt;
	font-weight: 200;
	line-height: 1;
	padding: 20px 10px;
	margin: 0;
	text-align: center;
	width: 217.5px;
	height: 45px;
	vertical-align: middle;
}
.eventPagerItem:hover {
	background: #a32424;
}
#eventCDFA.selected {
	background: #4d2727;
}
#eventWorkshops.selected {
	background: #aaaaaa;
	color: #404040;
}
#eventUASCI.selected {
	background: #926363;
}
#eventWBT.selected {
	background: #3f3535;
}
#homeSectionFour,
#homeSectionTeam {
	background: #4d4d4d;
	color: #fff;
	width: 100%;
}
#homeSectionFour>div,
#homeSectionTeam>div {
	margin: 0 auto;
}
@media (min-device-width:990px) {
#homeSectionFour>div,
#homeSectionTeam>div {
	padding: 45px 0;
	width: 950px;
}
}
@media (max-device-width:989.9px) {
#homeSectionFour>div,
#homeSectionTeam>div {
	padding: 45px 15px;
}
}
#homeSectionFour h1,
#homeSectionFour h2,
#homeSectionFour a,
#homeSectionTeam h1,
#homeSectionTeam h2,
#homeSectionTeam a {
	color: #fff;
}
#homeSectionFour h2,
#homeSectionTeam h2 {
	margin-top: 0;
}
#teamBios {
}
#teamBios .teamTitle {
	background: #444;
	cursor: pointer;
	margin: 0;
	padding: 10px 30px 8px;
	text-align: center;
}
@media (min-device-width:990px) {
#teamBios .teamTitle {
	float: left;
	width: 256.666px;
}
}
@media (max-device-width:989.9px) {
#teamBios .teamTitle {
}
}
#teamBios .teamTitle:hover {
	background: #333;
}
@keyframes teamTitleExpand {
	from {
		padding: 10px 30px 8px;
	}
	to {
		padding: 18px 30px 0;
	}
}
#teamBios .teamTitle.expanded {
	animation-name: teamTitleExpand;
	animation-duration: .1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	background: #222;
	padding: 18px 30px 0;
}
#teamBios .teamTitle h3 {
	color: #fff;
	margin: 0;
	padding: 0;
}
#teamBios .bioContainer {
	max-height: 0;
	overflow: hidden;
}
@keyframes teamBioExpand {
	from {
		max-height: 0;
	}
	to {
		max-height: 1000px;
	}
}
#teamBios .bioContainer.expanded {
	animation-name: teamBioExpand;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	background: #222;
	clear: both;
	max-height: 1000px;
	margin: 0;
	padding: 30px;
	width: auto;
}
#teamBios .bioPosition {
	color: #bbb;
	font-family: 'clear_sans', sans-serif;
	font-style: italic;
	margin: 5px 0 10px;
}
#homeSectionFive,
#homeSectionCollaborators {
	background: #333;
	color: #aaa;
	font-size: 15pt;
	font-weight: 200;
	line-height: 1.4;
	width: 100%;
}
@media (min-device-width:990px) {
	#homeSectionCollaborators>div {
		display: grid;
		gap: 90px;
		grid-template-columns: auto auto;
	}
}
#homeSectionFive>div,
#homeSectionCollaborators>div {
	margin: 0 auto;
}
@media (min-device-width:990px) {
	#homeSectionFive>div,
	#homeSectionCollaborators>div {
		padding: 45px 0;
		width: 950px;
	}
}
@media (max-device-width:989.9px) {
	#homeSectionFive>div,
	#homeSectionCollaborators>div {
		padding: 45px 15px;
	}
}
#homeSectionFive img,
#homeSectionCollaborators img {
	max-width: 100%;
	height: auto;
}
@media (min-device-width:990px) {
	.collaboratorLogo {
		display: table-cell;
		height: 140px;
		width: 100%;
		vertical-align: bottom;
	}
	.collaboratorLogo img {
		vertical-align: bottom;
	}
}
.actionsListHeader {
	border-left: 5px solid #a32424;
	padding: 0 0 0 15px;
	float: left;
	font-size: 18pt;
	font-weight: bold;
	width: 60px;
}
.actionsList li {
	border-bottom: 1px solid #a32424;
	list-style-type: none;
	padding-left: 0;
}
/* PRESS RELEASE RIBBON */
.pressRibbon {
	background: #ddd;
	border-left: 3px solid #a32424;
	padding: 10px 15px;
	text-align: center;
}
@media (min-device-width:1000px) {
.pressRibbon {
	margin: -25px -25px 25px;
}
}
@media (max-device-width:999.5px) {
.pressRibbon {
	margin: -25px 0 25px;
}
}
/* SOCIAL MEDIA
---------------------------------------------------- */
.linkedinLink {
	background: url('/dcn/web.nsf/files/5584649423/$file/icon-li-2021.png') left top no-repeat;
	background-size: 20px;
	display: inline-block;
	min-height: 20px;
	padding-left: 30px;
}
/* BLOG
---------------------------------------------------- */
@media (max-device-width:990px) {
#content .blogPostContainer {
	padding: 0 15px;
}
.blogPostContainer div {
	max-width: 100%;
}
}
@media (min-device-width:400px) and (max-device-width:990px) {
.blogPostContainer img {
	max-width: 40% !important;
	height: auto !important;
}
}
@media (max-device-width:399.5px) {
.blogPostContainer img {
	display: block;
	float: none;
	clear: both;
	margin: 15px auto !important;
	max-width: 100% !important;
	height: auto !important;
}
}
@media (min-device-width:400px) {
.blogImgNormal {
	max-width: 30%;
	height: auto;
}
}
@media (max-device-width:399.5px) {
.blogImgNormal {
	width: 100%;
}
}
.blogDate {
	display: block;
}
.blogfullwidth,
.blogleft,
.blogright {
	clear: both;
	margin-top: 25px;
}
#content img.blogfullwidth {
	display: block;
	width: 100%;
}
#content img.blogleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	max-width: 100%;
}
#content img.blogright {
	float: right;
	margin-bottom: 50px;
	margin-left: 50px;
	max-width: 100%;
}
#content .blogDate {
	font-size: 10pt;
	line-height: 1.4;
}
#content .blogContent {
	margin: 25px 0;
}
.blogListEntry {
	clear: both;
	border-bottom: 3px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.blogListByline {
	margin-bottom: 10px;
}
.blogListImg {
	max-width: 300px;
	max-height: 100px;
	float: right;
	margin: 0 0 25px 50px;
}
.blogSocials {
	display: block;
	margin: 25px 0 0;
}
.blogFacebook,
.blogLinkedIn,
.blogTwitter {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.blogFacebook {
	background: url('/dcn/web.nsf/files/5584649423/$file/icon-fb-2021.png') left top no-repeat;
	background-size: contain;
}
.blogLinkedIn {
	background: url('/dcn/web.nsf/files/5584649423/$file/icon-li-2021.png') left top no-repeat;
	background-size: contain;
}
.blogTwitter {
	background: url('/dcn/web.nsf/files/5584649423/$file/icon-tw-2021.png') left top no-repeat;
	background-size: contain;
}
.blogSideBar {
	background: #eee;
	border-left: 5px solid #a32424;
	padding: 30px;
}
.blogSideBar h1,
.blogSideBar h2,
.blogSideBar h3 {
	margin-top: 0;
	padding-top: 0;
}
@media (min-device-width:400px) {
.blogSideBar {
	float: right;
	margin: 15px 0 30px 45px;
	width: 30%;
}
}
@media (max-device-width:399.5px) {
.blogSideBar {
	margin: 15px 0;
}
}
.blogPostContainer blockquote {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	font-size: 125%;
	line-height: 1.4;
	font-style: italic;
	padding: 30px;
	position: relative;
}
@media (min-device-width:400px) {
.blogPostContainer blockquote{
	margin: 30px 0 30px 45px;
}
}
@media (max-device-width:399.5px) {
.blogPostContainer blockquote {
	margin: 15px 0;
}
}
.blogPostContainer blockquote img {
	background: #fff;
	float: left;
	position: relative;
	margin: -45px 0 15px -75px; 
	padding-right: 15px;
}
.blogPostContainer .attribution {
	font-style: normal;
	font-size: .9em;
	margin-top: 15px;
	text-align: right;
}
