@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Abel|Source+Sans+Pro:400,400i,600,600i,700,700i,,900,900i&display=swap');
*, ::after, ::before { box-sizing: border-box; }

body,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote {  padding:0px; margin:0px; font:normal 1rem/1.3 "Roboto", sans-serif; color:#000;}
table{ border-collapse:collapse; border-spacing:0;}
img, a img{ border:0;}
td{ vertical-align:top;}
address,caption,cite,code,dfn,th,var{ font-style:normal; font-weight:normal;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}
p { margin-bottom:1.5rem; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom:.5rem; }
/*END RESET*/

body { margin:20px; font-family: "Source Sans Pro", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; }
#print-header { display:block; }
#pageWrapper img { max-width:100%; height:auto !important; }
#pageWrapper table img { min-width:160px; !important; }
#print-header img { max-width:80% !important; height:auto !important; margin-bottom:25px; }
#print-header { border-bottom:#000 solid 1px; margin-bottom:15px; }

p { font-size:1.06rem; line-height:1.5; }
h1, .h1 { font:normal 2.38rem/1 "Abel", "Open Sans", sans-serif; color:#196b29; text-transform:uppercase; }
h2, .h2 { font:normal 1.875rem/1 "Abel", "Open Sans", sans-serif; text-transform:uppercase; }
h2 { position:relative; padding-left: 18px; }
h2:before { content:url(https://dlcda.com/images/interface/gpx_red-arrow.svg); position:absolute; left:0; top:0; }
.h3, h3 { font-size: 1.75rem; }

a { display:inline-block !important; }
.photo-left { float:left; margin:6px 25px 25px 0px; }
.photo-right { float:right; margin:6px 0px 25px 25px; }

/*Nice Table*/
.nice-table th, .nice-table td { padding:5px 9px; }
.nice-table th, .nice-table th p { color:#fff !important; font-family:"Abel", sans-serif; text-transform:uppercase; }
.nice-table th { background:#196b29; vertical-align:top; }
.nice-table td { color:#000; vertical-align:top; }
.nice-table th p { padding-bottom:6px !important; }
.nice-table th p:last-of-type, .nice-table td p:last-of-type { padding-bottom:0px !important; margin-bottom:0px !important; }
.nice-table tr:nth-child(even) { background:#f3f3f3; }
.nice-table { margin-bottom:15px; width:100%; }

.clear { clear:both; }
.hide { display:none; }
.w-50 { width:50% !important; }
.w-25 { width:25% !important; }
.clearfix:after { content:""; clear:both; }
.d-screen-only { display:none !important; }
.mb-0 { margin-bottom:0px; }

@media print {
  .d-print-none { display:none !important }
}