@charset "UTF-8";

/*-------------------------------------
powersforensic.com Custom Styles
© 2025 Cynthia Pinsonnault
April 2025
---------------------------------------
*/

body {
	background: rgb(204,204,204);
	background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(239,239,239,1) 100%);	font-size:85%;
	padding-bottom:54px;
}
#skip_menu a {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z_index:-999;
}
#skip_menu a:focus, #skip-menu a:active {
	color:#000;
	background-color:#fff;
	left:auto;
	top:auto;
	width:30%;
	height:auto;
	overflow:auto;
	margin:10px 35%;
	padding:5px;
	border-radius:15px;
	border:4px solid #f00;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}
.banner {
	background-color: #010101;
	border-bottom:6px solid #AC1E9A;
}
.holder {
	margin:auto;
}
.navbar {
	background-color: #fff;
	color:#000;
	padding-top:9px;
	border-bottom:1px dotted #AC1E9A;
}
.copysection {
	background-color:none;
	border-top:none;
}
.foot {
	background-color:none;
}
.copycontent {
	background-color:#fff;
	border-top:none;
}
.border-left {
	border-left:1px dotted #AC1E9A;
}
.footcopy {
	border-top: 2px solid #AC1E9A;
	background: rgb(221,221,221);
	background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(239,239,239,1) 100%);	font-size:85%;
}
.text-link-ltpurple {
	font-weight:400;
	color:#CE84C5;
	text-decoration:none;
	border-bottom:1px dotted;
}
.text-link-ltpurple:hover {
	border-bottom:1px solid;
}
.text-link-purple {
	font-weight:400;
	color:#AC1E9A;
	text-decoration:none;
	border-bottom:1px dotted;
}
.text-link-purple:hover {
	border-bottom:1px solid;
}
.text-link-white {
	font-weight:400;
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
}
.text-link-white:hover {
	border-bottom:1px solid;
}
.cvh4 {
	border-top:1px dotted #AC1E9A;
}
.nomargintop {
	margin-top:0px !important;
}
.smmargintop {
	margin-top:9px !important;
}
.nomarginbot {
	margin-bottom:0px !important;
}
.nopadtop {
	padding-top:0px !important;
}
.nopadbot {
	padding-bottom:0px !important;
}
.nopadtopbot {
	padding:0px 6px 0px 6px !important;
}
.copyright {
	font-size:75%;
	margin-top:16px !important;
	margin-bottom:0px !important;
}
.copyright a {
	text-decoration:none;
	color:#000;
}
.copyright a:hover {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted;
}
.intro {
	font-family:"Lora", serif;
	font-weight:400;
	font-size:145%;
	color:#AC1E9A;
}
.boldpink {
	color:#AC1E9A;
	font-weight:500;
}
.pfalist ul {
}
.pfalist li {
	line-height:1.4;
	margin-bottom:9px;
	list-style:square;
}
.pfalistnum ol {
}
.pfalistnum li {
	line-height:1.4;
	margin-bottom:9px;
}

.imagebk {
	background-color:#1B1D1C;
	color:#ddd;
}
.imagebkwhite {
	background-color:#FFF;
}
.quote {
	font-family:"Roboto Condensed", sans-serif;
	font-weight:400;
	color:#ddd;
	font-size:90%;
	line-height:1.5;
	margin:3px 0px 6px 0px !important;
}
.quotebold {
	color: #CE84C5;
}
.divider {
	margin:18px 0px 12px 0px;
}
.cases {
	border-bottom:1px dotted;
}
.subcases {
	text-indent:40px;
}
.sublist {
	margin-left:40px;
}
.nobull ul {
	margin:0px !important;
}
.nobull li {
	list-style-type: none;
	font-size:95%;
	line-height:1.4;
	margin-bottom:9px;
}
.articlehead {
	border-top:1px dotted;
}
.publist ul {
}
.publist li {
	line-height:1.4;
	margin-bottom:9px;
	list-style:square;
}
.park {
	font-size:85%;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size:75% !important;
}
sub { 
  top: 0.4em; 
}
.table-head-td {
	padding-bottom:4px;
	font-weight:400;
	font-size:80%;
	line-height:1.1;
}
.table-head2-td {
	padding-bottom:4px;
	font-weight:400;
	text-align:right;
	font-size:80%;
	line-height:1.1;
}
.table-regular-td {
	padding-bottom:6px;
	padding-top:4px;
	text-align:left;
	font-size:80%;
	border-top:1px dotted;
}
.table-regular2-td {
	padding-bottom:6px;
	padding-top:4px;
	text-align:right;
	font-size:80%;
	border-top:1px dotted;
}
.caption-wht {
	color:#ddd;
	line-height:1.1em !important;
	font-weight:400;
	text-align:right;
	font-size:80%;
}
.clients {
	font-size:90%;
}



/*
.extrapad {
	padding-left:30px;
	padding-right:30px;
}
.sub {
	font-size:70%;
	line-height:1.2em;
	margin-top:0px !important;
	padding-top:6px !important;
}
*/

@media only screen and (min-width: 0px) and (max-width: 480px) {

.footcopy h4 {
	font-size:1.1rem !important;
}
}



