@charset "utf-8";
/* CSS Document */


/* used in "Show More" functionality */
article .morecontent span {
    display: none;
}
article .morecontent a:not([href*="."]){
    color: red; font-style: italic;
}

article .lastupdated{
color: gray; 
font-style: italic;
font-size: 85%;
	}

/************/


article .two_column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: none;
    -webkit-column-rule-color: lightgray; /* Chrome, Safari, Opera */
    -moz-column-rule-color: lightgray; /* Firefox */
    column-rule-color: lightgray;
    }
	
article .three_column {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
    -webkit-column-rule-color: lightgray; /* Chrome, Safari, Opera */
    -moz-column-rule-color: lightgray; /* Firefox */
    column-rule-color: lightgray;
    }
	
article .four_column {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
    -webkit-column-rule-color: lightgray; /* Chrome, Safari, Opera */
    -moz-column-rule-color: lightgray; /* Firefox */
    column-rule-color: lightgray;
    }
	
article .table_h {
	font-weight: bold;
	color: #039;
	text-align: right;
}
.parenthesis_text {
	font-size: smaller;
	font-style: italic;
}
.table_alternate_row {
	background-color: #E8E292;
}

.dofblue {
		color: white;
		background-color: #000088;
}
.table_font_cs {
	font-size: 13px;
}
.parenthesis {
	font-size: 10px;
	font-style: italic;
}
.H1_parenthesis {
	font-size: 24px;
	font-style: italic;
	font-weight: lighter;
}
.h2_parenthesis {
	font-size: 18px;
	font-style: italic;
}
.BL_bullet {
	font-size: 12px;
	line-height: 13px;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 20px;
	margin-bottom: 10px;
}
/* TO TOP BUTTON - START
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 150, 40, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #999999;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
	-moz-border-radius: 6px;
border-radius: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
	-moz-border-radius: 6px;
border-radius: 6px;
  }
}
/* TO TOP BUTTON - FINISH*/

.breadcrumb dynamic {
text-transform: uppercase;
  }
.pdf {
	font-size: 10px;
	color: #CCC;
}
.pbmTitle {
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
}
.program {
	font-size: 11.5px;
	line-height: 11px;
	font-weight: normal;
}
.phone {
	font-size: 17px;
	font-weight: bold;
}
