@charset "UTF-8";
/* CSS Document */
a.pss-link:link {
text-decoration: none;
}
a.pss-link:visited {
text-decoration: none;
}
a.pss-link:hover {
text-decoration: underline;
text-decoration-color: #ad2406;
}
a.pss-link:active {
text-decoration: underline;
text-decoration-color: #ad2406;
}
a.pss-article-link:link, a.pss-article-link:visited,
a.pss-article-link:hover, a.pss-article-link:visited {
text-decoration: none;
color: black;
}
a.contact-link {
color: black;
}
.pss-btn {
color: #f8ca75;
border-radius: 1rem;
}
.pss-btn:hover {
background: #ad2406;
color: white;
}
.pss-btn-subtle {
color: #ad2406;
background: #fcd8a8;
border-radius: 1rem;
}
.pss-btn-subtle:hover {
color: white;
background: #ad2406;
}
.pss-color {
color: #f8ca75;
}
.pss-brickred {
color: #ad2406;
}
.pss-bgcolor {
background-color: #f8ca75;
}
.pss-alt-bgcolor {
background-color: #dddddd;
}
.socialicon {
margin: 0 11px;
padding 0;
}
.showborder {
border: 3px solid red;
}
.showborder-blue {
border: 3px solid blue;
}
.showborder-green {
border: 3px solid green;
}
.showborder-black {
border: 3px solid black;
}
hr.pss-hr {
margin: 29px 10%;
border: 0;
border-top: 3px solid #f8ca75;
height: 3px;
width: 80%;
}
.text-accent-color {
color: #ff9900;
}
.section-lead, .section-sublead {
color: #ad2406;
}
.section-lead {
font-size: 1.75rem;
}
.section-sublead {
font-size: 1.5rem;
}
.footer-lead {
font-size: 1.5rem;
color: #ff9900;
}
.pss-rounded {
border-bottom-right-radius: 3rem !important;
border-bottom-left-radius: 3rem !important;
}
dd {
padding-left: 29px;
padding-bottom: 19px;
}
.small-caps {
font-variant: small-caps;
}
table {
	width: 85%;
	border: 1px solid black;
}
th {
	background-color: #f8ca75;
}
tr:nth-child(odd) {
  background-color: lightgoldenrodyellow;
}
th, td {
	border: 1px solid darkorange;
	padding: 0.4em;
}