/* Print Specific Styles */
body {
  background: white;
	font-size: 12pt;
}

/* Hyperlinks */
a:link,
a:visited {
	/*color: #520;*/
  color: black;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.l-main a:link:after,
.l-main a:visited:after,
.l-footer-menu a:link:after,
.l-footer-menu a:visited:after,
.l-footer-links a:link:after,
.l-footer-links a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

.l-main a[href^="/"]:after,
.l-footer-menu a[href^="/"]:after,
.l-footer-links a[href^="/"]:after { 
	content: " (http://www.cdta.org" attr(href) ") ";
}

/* Buttons */
.button, button {
  background: transparent !important;
  border: 2px solid black !important;
  color: black !important;
}
.l-primary > li > a,
.l-secondary > li > a {
  color: black;
  border: 1px solid black;
}

/* Header */
#main-header {
  background: white url("/themes/custom/cdta/dist/images/misc/lines.svg") no-repeat;
  background-position: -100px 9px;
  background-size: 270px;
}
.site-logo img[alt="Home"] {
  filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(1474%) hue-rotate(190deg) brightness(89%) contrast(104%);
  /*filter: brightness(0) saturate(100%);*/
}
#global-nav, .l-right-side {
  display: none !important;
}
.l-main {
	width: auto;
  /*margin: 0 5%;*/
  margin: 0;
	padding: 0;
	border: 0;
	/*float: none !important;*/
	color: black;
	background: transparent;
}
/*
.l-main > div.tw-p-4 {
  padding: 0;
}
*/

/* Footer */
/*
.l-social-icons li {
  max-width: 48px;
}
*/
.l-social-icons li .fa-layers .fa-circle path {
  fill: white !important;
}

/* Pagination */
.pager ul.pager__items li.pager__item a:link {
  text-decoration: none;
}
.pager ul.pager__items li.pager__item a:after {
  content: "";
}
