 /*
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf')  format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTPro-Roman.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Roman.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('../fonts/helveticaneue-light.eot?#iefix') format('embedded-opentype'),  url('../fonts/helveticaneue-light.otf')  format('opentype'),
	     url('../fonts/helveticaneue-light.woff') format('woff'), url('../fonts/helveticaneue-light.ttf')  format('truetype'), url('../fonts/helveticaneue-light.svg#helveticaneue-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlutoSansDPDExtraLight';
  src: url('../fonts/PlutoSansDPDExtraLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/PlutoSansDPDExtraLight.otf')  format('opentype'),
	     url('../fonts/PlutoSansDPDExtraLight.woff') format('woff'), url('../fonts/PlutoSansDPDExtraLight.ttf')  format('truetype'), url('../fonts/PlutoSansDPDExtraLight.svg#PlutoSansDPDExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlutoSansDPDLight';
  src: url('../fonts/PlutoSansDPDLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/PlutoSansDPDLight.otf')  format('opentype'),
	     url('../fonts/PlutoSansDPDLight.woff') format('woff'), url('../fonts/PlutoSansDPDLight.ttf')  format('truetype'), url('../fonts/PlutoSansDPDLight.svg#PlutoSansDPDLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlutoSansDPDRegular';
  src: url('../fonts/PlutoSansDPDRegular.eot?#iefix') format('embedded-opentype'),  url('../fonts/PlutoSansDPDRegular.otf')  format('opentype'),
	     url('../fonts/PlutoSansDPDRegular.woff') format('woff'), url('../fonts/PlutoSansDPDRegular.ttf')  format('truetype'), url('../fonts/PlutoSansDPDRegular.svg#PlutoSansDPDRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: 'PlutoSansDPDLight',Arial, Helvetica, sans-serif !important;
  
}

li,ul {
    font-family: 'PlutoSansDPDExtraLight',Arial, Helvetica, sans-serif !important;
  
}

h1,h2,h3,h4 {
    font-family: 'PlutoSansDPDLight',Arial, Helvetica, sans-serif !important;
  
}     */

.dpdnav {
    
    font-family: 'PlutoSansDPDLight',Arial, Helvetica, sans-serif;
}


.dpdframe {
border: 2px solid #0063b3;
background: white;

padding: 4px;
}

.seurc { 
 color: #0063b3;    
}

.seurct { 
 color: #e9502a;    
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: #ccc;
  }
}

/*fa-file-text backwards*/

.fa-file-text:before {
  content: "\f15c"; }
  
.fad.fa-file-text:after {
  content: "\10f15c"; }

