html,
body {
	color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
.container {
	padding: 0;
	width: 100%;
}

/* Links */
a {
	transition: background-color 0.2s, color 0.2s;
	padding: 4px 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
button {
	background: #666;
	border: 0;
	color: #fff;
	margin: 12px 0 6px;
	padding: 6px 12px;
	transition: background 0.2s, color 0.2s;
}
button:hover {
	background: #999;
}

/* Headers */
h1 {
	font-size: 3.4em;
	margin: 32px 0 0;
}
h2 {
	color: #003c4b;
	font-size: 2.6em;
	margin: 32px 0 0;
}
h3 {
	color: #4a4a4a;
	font-size: 1.8em;
	margin: 32px 0 0;
}
h4 {
	font-size: 1.5em;
	margin: 32px 0 0;
}
h5 {
	font-size: 1.4em;
	margin: 32px 0 0;
}
h6 {
	font-size: 1.2em;
	margin: 32px 0 0;
}

/* Paragraphs & Lists */
p {
	line-height: 1.5em;
	margin: 22px 0 8px;
}
ul,
ol {
	margin: 16px 0 10px;
}
li {
	line-height: 1.4em;
	margin-bottom: 8px;
}
img {
	max-width: 100%;
}

p a {
	text-decoration: underline;
}

/* Header */
header {
	background-color: #fff;
	color: #fff;
	padding: 20px 2%;
}
header > img {
	height: 56px;
}
header h1 {
	display: inline-block;
	font-size: 1.3em;
	margin: 0;
}
header nav {
	float: right;
}
header nav ul {
	display: inline-block;
	margin: 0;
	padding: 12px 8px 0;
}
header nav li {
	display: inline-block;
	margin-left: 44px;
}
header nav li a {
	color: #24262b;
	display: block;
	font-size: 1.1em;
	font-weight: 500;
}
header nav li a:hover {
	color: #6b777e;
}

#translation-widget {
	bottom: 12px;
	display: inline-block;
	margin-left: 42px;
	padding: 0;
}
#translation-widget img {
	height: 20px;
}
#translation-widget label {
	left: -9999px;
	position: absolute;
}
#translation-widget select {
	border: 0;
	color: #005a65;
}
#google_translate_element {
	display: none;
}

#skiptocontent {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 2px 2px 8px 0 #000;
	font-size: 1.3em;
	left: -9999px;
	padding: 6px 12px;
	position: absolute;
	top: -9999px;
}
#skiptocontent:focus {
	left: 8px;
	top: 8px;
}

#mobile-menu {
	background: transparent;
	border: 0;
	display: none;
	margin: 0;
	padding: 5px 4px;
	position: relative;
}
#mobile-menu .line {
	background: #333;
	display: block;
	height: 3px;
	left: 0;
	margin: 2px 0 6px;
	position: relative;
	top: 0;
	transition: 0.3s;
	width: 26px;
}

/* General Formatting */
.row {
	margin: 0;
}
#content {
	margin: 0 auto;
	max-width: 100%;
}
#content > .row {
	padding: 36px 8% 60px;
}
#content .row > div {
	padding: 0 2%;
}
#content .row > div:first-of-type {
	padding-left: 0;
}
#content .row > div:last-of-type {
	padding-right: 0;
}

.ada-element {
	left: -9999px;
	position: absolute;
}
.uppercase {
	text-transform: uppercase;
}

/* Homepage */

#page-header {
	background-image: url("../images/kitsap_bg.jpg");
	background-size: cover;
	background-position: center;
	border-top: 24px solid #006671;
	color: #fff;
	font-size: 3.8em;
	font-weight: 700;
	height: auto;
	padding: 80px 34px;
	text-align: center;
}
#page-header h1 {
	font-weight: 900;
	margin: 0;
}
#page-header h1 span {
	display: block;
	font-size: 0.275em;
	font-weight: 400;
	text-transform: uppercase;
}

#page-subheader {
	border-bottom: 2px solid #ed9f1b;
	font-size: 1.8em;
	margin: 62px 14% 28px;
	padding: 0 0 56px !important;
	position: relative;
	text-align: center;
}
#page-subheader:before {
	background: #ed9f1b;
	border-radius: 50%;
	border: 14px solid #fff;
	bottom: 0;
	content: "";
	height: 44px;
	left: 50%;
	position: absolute;
	transform: translateY(50%) translateX(-50%);
	width: 44px;
}

#project-overview h3 {
	align-items: center;
	display: flex;
	font-size: 1.3em;
}
#project-overview h3 img {
	height: 42px;
	margin-right: 14px;
}
#project-overview ul {
	padding-left: 90px;
}

#mid-summary {
	background-image: url("../images/mid-bg.jpg");
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	margin-top: 54px;
	padding: 72px 14% !important;
	text-align: center;
}

#timeline {
	background: #ebf8f6;
	padding: 56px 8% 96px !important;
}
.hey {
	align-items: center;
	color: #003c4b;
	display: flex;
	font-weight: 700;
}
.hey img {
	height: 46px;
	margin-right: 14px;
}

.large-img {
	margin: 42px 0;
}

#timeline-section {
	display: flex;
	overflow: hidden;
	width: 100%;
}
#timeline-section h3 {
	color: #fff;
	font-size: 1.1em;
	height: 100%;
	margin: 0;
	padding: 12px;
	position: relative;
}
#timeline-section h3 span {
	position: relative;
	z-index: 1;
}
#timeline-section h3 div {
	background: #003c4b;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 20%;
}
#timeline-section h3:before,
#timeline-section h3:after {
	background: #003c4b;
	content: "";
	height: 50%;
	left: 1.5%;
	position: absolute;
	top: 0;
	transform: skewX(47deg);
	width: 94%;
}
#timeline-section h3:after {
	background: #003c4b;
	top: 50%;
	transform: skewX(-47deg);
}

#timeline-section ul {
	align-items: center;
	list-style: none;
	margin: 260px 0;
	padding: 0;
	position: relative;
	text-align: center;
}
#timeline-section ul:nth-of-type(1) {
	flex-grow: 2;
}
#timeline-section ul:nth-of-type(2) {
	flex-grow: 2;
}
#timeline-section ul:nth-of-type(3),
#timeline-section ul:nth-of-type(4) {
	flex-grow: 1;
}
#timeline-section ul:nth-of-type(2) h3:before,
#timeline-section ul:nth-of-type(2) h3:after {
	background: #33636f;
}
#timeline-section ul:nth-of-type(3) h3:before,
#timeline-section ul:nth-of-type(3) h3:after {
	background: #668a93;
	left: -1%;
}
#timeline-section ul:nth-of-type(4) h3:before,
#timeline-section ul:nth-of-type(4) h3:after {
	background: #ccd8db;
}
#timeline-section ul:nth-of-type(4) h3 {
	color: #003c4b;
}

#timeline-section li {
	height: 100px;
	margin: 0;
	padding: 100px 0 0 20px;
	position: absolute;
	text-align: left;
	width: 140px;
}
#timeline-section li span {
	display: block;
	margin-bottom: 8px;
}
#timeline-section li div {
	background: #ccc;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
#timeline-section li div:before {
	border: 15px solid transparent;
	border-width: 18px 9px;
	border-top-color: #003c4b;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}
#timeline-section li div:after {
	background: #5ac2b2;
	border-radius: 50%;
	content: "";
	height: 22px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 22px;
}

#timeline-section li.red-dot div:after {
	background: #c25131;
}
#timeline-section li.star div:after {
	background: none;
	background-image: url("../images/proj-proc-star.png");
	background-size: 29px;
	height: 29px;
	width: 29px;
}

#timeline-section li.up {
	height: 240px;
	padding: 0 0 0 20px;
	top: -240px;
	width: 220px;
}
#timeline-section li.up.shorter {
	height: 220px;
	top: -220px;
}
#timeline-section li.up div {
	height: 100%;
}
#timeline-section li.up div:before {
	border-top-color: transparent;
	border-bottom-color: #003c4b;
	bottom: 0;
}
#timeline-section li.up div:after {
	top: 0;
}

#timeline-section ul:nth-of-type(1) li:first-of-type {
	left: 11%;
}
#timeline-section ul:nth-of-type(1) li:nth-of-type(2) {
	left: 36%;
}
#timeline-section ul:nth-of-type(1) li:nth-of-type(3) {
	left: 68%;
}

#timeline-section ul:nth-of-type(2) li div:before {
	border-top-color: #33636f;
}
#timeline-section ul:nth-of-type(2) li.up div:before {
	border-top-color: transparent;
	border-bottom-color: #33636f;
}
#timeline-section ul:nth-of-type(2) li:first-of-type {
	left: 11%;
}
#timeline-section ul:nth-of-type(2) li:nth-of-type(2) {
	left: 29%;
}
#timeline-section ul:nth-of-type(2) li:nth-of-type(3) {
	left: 54%;
}
#timeline-section ul:nth-of-type(2) li:nth-of-type(4) {
	left: 80%;
}

#timeline-section ul:nth-of-type(3) li.up div:before {
	border-top-color: transparent;
	border-bottom-color: #668a93;
}
#timeline-section ul:nth-of-type(3) li:first-of-type {
	left: 40%;
}

#timeline-section ul:nth-of-type(4) li div:before {
	border-top-color: #ccd8db;
}
#timeline-section ul:nth-of-type(4) li:first-of-type {
	left: 40%;
}

#timeline-key {
	border-top: 9px solid #d1d8dd;
	display: flex;
}
#timeline-key div {
	width: 50%;
}
#timeline-key > span {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 16px;
	text-align: right;
	width: 50%;
}
#timeline-key h3 {
	font-size: 1em;
	margin-top: 16px;
}
#timeline-key ul {
	list-style: none;
	padding: 0;
}
#timeline-key li {
	display: inline-block;
	font-style: italic;
	margin-right: 14px;
}
#timeline-key li > span {
	background: #5ac2b2;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	margin-right: 4px;
	vertical-align: middle;
	width: 20px;
}
#timeline-key li:nth-of-type(2) > span {
	background: #c25131;
}
#timeline-key li:nth-of-type(3) > span {
	background: none;
	background-image: url("../images/proj-proc-star.png");
	background-size: 22px;
	height: 22px;
	width: 22px;
}

@media screen and (max-width: 1524px) {
	#timeline-section li {
		font-size: 0.85em;
		width: 110px;
	}
	#timeline-section li.up {
		width: 170px;
	}
}
@media screen and (max-width: 1200px) {
	#timeline-section h3 {
		font-size: 0.9em;
	}

	#timeline-section li {
		font-size: 0.85em;
		height: 80px;
		padding: 80px 0 0 14px;
		width: 96px;
	}
	#timeline-section li.up {
		width: 150px;
	}
	#timeline-section li div:after {
		height: 16px;
		width: 16px;
	}
	#timeline-section li.star div:after {
		background-size: 22px;
		height: 22px;
		width: 22px;
	}

	#timeline-section ul:nth-of-type(1) {
		flex-grow: 2;
	}
	#timeline-section ul:nth-of-type(2) {
		flex-grow: 1;
	}
	#timeline-section ul:nth-of-type(3) {
		flex-grow: 1;
	}
	#timeline-section ul:nth-of-type(4) {
		flex-grow: 0;
	}
	#timeline-section ul:nth-of-type(1) li:nth-of-type(2) {
		left: 24%;
	}
	#timeline-section ul:nth-of-type(1) li:nth-of-type(3) {
		left: 78%;
	}
	#timeline-section ul:nth-of-type(2) li:nth-of-type(3) {
		left: 62%;
	}
}
@media screen and (max-width: 970px) {
	#timeline-section {
		display: block;
	}

	#timeline-section h3 {
		background: #003c4b;
		font-size: 1em;
		margin-bottom: 14px;
	}
	#timeline-section ul:nth-of-type(2) h3 {
		background: #33636f;
	}
	#timeline-section ul:nth-of-type(3) h3 {
		background: #668a93;
	}
	#timeline-section ul:nth-of-type(4) h3 {
		background: #ccd8db;
	}
	#timeline-section h3 div {
		display: none;
	}
	#timeline-section h3:before,
	#timeline-section h3:after {
		display: none;
	}

	#timeline-section ul {
		margin: 22px 0;
	}
	#timeline-section li {
		height: auto !important;
		left: 0 !important;
		padding: 8px 32px !important;
		position: relative;
		top: 0 !important;
		width: auto !important;
	}
	#timeline-section li div {
		height: auto !important;
		position: static;
	}
	#timeline-section li div:before {
		display: none;
	}
	#timeline-section li div:after {
		left: 14px;
		top: 8px !important;
	}
	#timeline-section li.star div:after {
		top: 6px !important;
	}

	#timeline-key {
		display: block;
	}
	#timeline-key > * {
		width: 100% !important;
	}
	#timeline-key li > span {
		height: 16px;
		width: 16px;
	}
}

#contact {
	background: #003c4b;
	color: #fff;
}
#contact h2 {
	color: #fff;
}

/* Lightbox */
.showing-hdr-lightbox {
	overflow: hidden;
}
.hdr-lightbox {
	margin-top: 40px;
}
.hdr-lightbox img {
	width: 100%;
}
.hdr-lightbox a {
	display: block;
}
.hdr-lightbox > button {
	background-color: rgba(0, 0, 0, 0.75);
	border: 0;
	cursor: pointer;
	display: none;
	height: 0;
	left: -9999px;
	margin: 0;
	position: absolute;
	top: 0;
	transition: 0s;
	width: 100%;
}
.hdr-lightbox button span {
	left: -9999px;
	position: absolute;
}
.hdr-lightbox > div {
	top: 80px;
}
.hdr-lightbox > div .hdr-close-lightbox {
	background: 0;
	border: 0;
	font-size: 3em;
	display: none;
	line-height: 1em;
	position: fixed;
	right: 14px;
	top: -4px;
}
.hdr-lightbox em {
	display: block;
	margin-top: 8px;
}
.hdr-lightbox.enhanced {
	height: 100%;
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5555;
}
.hdr-lightbox.enhanced > button {
	display: block;
	height: 100%;
	left: 0;
	transition: height 0.6s, left 0s;
}
.hdr-lightbox.enhanced > div {
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: 4px 13px 28px 0 #111;
	left: 6%;
	margin: 0;
	max-height: 80%;
	overflow: auto;
	position: absolute;
	top: 40px;
	transition: 0.8s;
	width: 86%;
}
.hdr-lightbox.enhanced > div .hdr-close-lightbox {
	display: block;
}

/* Footer */
footer {
	background-color: #474c55;
	color: #fff;
}

#footer-top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 6% 12px 5%;
	position: relative;
}
#footer-top > img {
	height: 86px;
}
#footer-top a {
	color: #fff;
	text-decoration: underline;
}
#footer-top a:hover {
	color: #aac;
}
#footer-top a[href="#top"] {
	bottom: 12px;
	padding: 0;
	position: fixed;
	right: 18px;
	transition: padding 0.3s;
	width: 28px;
}
#footer-top a[href="#top"]:hover {
	padding-bottom: 6px;
}

#footer-bottom {
	background: #24262b;
	padding: 11px 14px 10px;
	text-align: center;
}

/* Forms */
form {
	margin: 18px 0;
	width: 60%;
}
label {
	display: block;
	left: -9999px;
	margin: 10px 0 8px;
	position: absolute;
	width: 100%;
}
input[type="text"] {
	border-radius: 6px;
	color: #333;
	margin-bottom: 14px;
	padding: 8px 9px 6px;
	width: 100%;
}

input[type="email"] {
	border-radius: 6px;
	color: #333;
	margin-bottom: 14px;
	padding: 8px 9px 6px;
	width: 50%;
}
textarea {
	height: 80px;
	margin-bottom: 8px;
	padding: 3px 5px;
	resize: none;
	width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 4px 0 2px;
}
input[type="submit"],
input[type="reset"] {
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #1771cc;
	color: #1771cc;
	font-family: "Roboto Condensed";
	font-size: 20px; 
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 10px;
	padding: 10px 54px;
	text-transform: uppercase;
	transition: background-color 0.2s;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	border-color: #004A94;
	color: #004A94;
}

/* Tables */
table {
	border: 1px solid #333;
	margin: 14px 0;
	width: 100%;
}
table tr th {
	border: 1px solid #333;
	padding: 2px 4px;
}
table tr td {
	border: 1px solid #333;
	padding: 2px 4px;
}

/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
	html,
	body {
		font-size: 18px;
	}
	p {
		line-height: 1.8em;
		margin: 24px 0 8px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 54px 0 0;
	}
}

@media screen and (max-width: 1380px) {
	#page-header {
		font-size: 3.2em;
	}

	#actual-timeline li {
		padding-left: 8%;
	}
	#actual-timeline li:before,
	#actual-timeline li:after {
		right: -16%;
		width: 28%;
	}
}

@media screen and (max-width: 1120px) {
	#page-header {
		font-size: 2.6em;
	}
}

@media screen and (max-width: 992px) {
	h1 {
		font-size: 2.4em;
		margin: 24px 0 6px;
	}
	h2 {
		font-size: 1.6em;
		margin: 24px 0 0;
	}
	h3 {
		font-size: 1.4em;
		margin: 24px 0 0;
	}
	h4 {
		font-size: 1.3em;
		margin: 24px 0 0;
	}
	h5 {
		font-size: 1.2em;
		margin: 24px 0 0;
	}
	h6 {
		font-size: 1.1em;
		margin: 24px 0 0;
	}
	p,
	li {
		font-size: 0.9em;
		line-height: 1.3em;
	}
	button {
		font-size: 0.9em;
		padding: 4px 10px;
	}

	#content > .row {
		padding: 12px 6% 18px;
	}
	#content .row > div {
		padding: 0 !important;
	}

	#page-header {
		padding: 66px 32px;
	}
	#page-subheader {
		font-size: 1.6em;
	}

	/* Header */
	#mobile-menu {
		display: inline-block;
		margin-top: 3px;
		vertical-align: middle;
	}
	.menu-opened #mobile-menu .line.top {
		top: 8px;
		transform: rotate(45deg);
	}
	.menu-opened #mobile-menu .line.mid {
		opacity: 0;
		transform: rotate(90deg);
	}
	.menu-opened #mobile-menu .line.btm {
		top: -10px;
		transform: rotate(-45deg);
	}

	#translation-widget select {
		font-size: 0.85em;
	}

	header {
		margin-bottom: 4px;
		padding: 14px 18px 12px;
	}
	header > img {
		height: 38px;
	}
	header nav {
		position: relative;
	}
	header nav ul {
		background-color: #333;
		box-shadow: 2px 4px 8px -4px #000;
		opacity: 0;
		padding: 0;
		position: absolute;
		left: -9999px;
		top: 100%;
		width: 220px;
		z-index: 1;
	}
	header nav li {
		border-top: 1px solid #fff;
		display: block;
		margin: 0;
		padding: 4px;
		text-align: center;
		width: 100%;
	}
	header nav li:first-of-type {
		border: 0;
	}
	header nav li a {
		color: #fff;
	}
	.menu-opened header nav ul {
		opacity: 1;
		left: 0;
		transition: left 0s, opacity 0.2s;
	}

	#actual-timeline li span {
		padding: 0 5px;
	}
	#actual-timeline li span img {
		height: 14px;
		margin-right: 2px;
	}

	.hdr-lightbox > div .hdr-close-lightbox {
		font-size: 2em;
		right: 8px;
	}
	.hdr-lightbox.enhanced img {
		max-width: 800%;
		width: 260%;
	}
}

@media screen and (max-width: 768px) {
	header {
		margin-bottom: 0;
	}
	#content > .row {
		padding: 8px 8%;
	}

	#page-header {
		font-size: 1.8em;
		padding: 56px 32px 40px;
	}
	#page-header h1 {
		line-height: 0.9em;
	}

	#mid-summary {
		font-size: 1.8em;
		padding: 34px 8% 52px !important;
	}

	#timeline {
		padding: 36px 8% 46px !important;
	}
	#actual-timeline {
		width: 90%;
	}
	#actual-timeline li {
		margin-bottom: 12px;
		padding-left: 15%;
		width: 50%;
	}
	#actual-timeline li:nth-of-type(1),
	#actual-timeline li:nth-of-type(3) {
		padding-left: 5%;
	}

	.large-img {
		border: 1px solid #aaa;
		overflow: auto;
		width: 100%;
	}
	.large-img img {
		max-width: 8000%;
		width: 768px;
	}

	form {
		width: 100%; 
	}

	#footer-top {
		display: block;
		padding: 14px 2% 30px 3%;
		text-align: center; 
	}
	#footer-top a {
		display: block;
	}
	#footer-top > img {
		height: 82px;
	}
}

@media screen and (max-width: 480px) {
	header {
		padding: 8px 8px 0;
		text-align: center;
	}
	header nav {
		float: none;
		text-align: left;
		width: 100%;
	}

	#page-subheader {
		font-size: 1.3em;
		margin: 52px 10% 24px;
		padding-bottom: 40px !important;
	}

	#translation-widget {
		float: right;
		margin-top: 10px;
	}

	#timeline {
		padding: 16px 8% 26px !important;
	}
	#actual-timeline {
		width: 80%;
	}
	#actual-timeline li {
		margin-bottom: 12px;
		padding-left: 15% !important;
		width: 94%;
	}

	#footer-top {
		display: block;
		padding-bottom: 18px;
		text-align: center;
	}
	#footer-top > img {
		display: block;
		margin: 0 auto;
	}
	#footer-bottom {
		font-size: 0.8em;
	}
}

/* Accordions */
.hdr-accordion-set {
	margin-bottom: 20px;
}
.hdr-accordion h3 {
	font-size: 1.4em;
	margin: 0;
}
.hdr-accordion p {
	margin-top: 0;
	margin-bottom: 15px;
}
.hdr-accordion button {
	background: #006671;
	transition: background-color 150ms ease-in-out;
}
.hdr-accordion button:hover {
	background: #003c4b;
}
.hdr-accordion-header {
	cursor: pointer;
	margin: 18px 0 0;
	padding: 10px 48px 10px 14px;
	position: relative;
	text-align: left;
	width: 100%;
}
.hdr-accordion-set.has-js .hdr-accordion-header:before,
.hdr-accordion-set.has-js .hdr-accordion-header:after {
	background: #fff;
	content: "";
	height: 3px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.8s;
	width: 16px;
}
.hdr-accordion-set.has-js .hdr-accordion-header:after {
	transform: translateY(-50%) rotate(270deg);
}
.hdr-accordion-set.has-js .opened .hdr-accordion-header:after {
	transform: translateY(-50%) rotate(0deg);
}
.hdr-accordion > div {
	background: #eee;
	padding: 20px 2%;
}

.hdr-accordion-set ul {
	margin-bottom: 25px;
}

.hdr-accordion-set ul ul {
	margin-bottom: 20px;
}

#resources h3 {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #c25131;
	margin-bottom: 25px;
}

#resources h4 {
	color: #4a4a4a;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 700;
}

#resources h5 {
	margin-top: 0;
}

#resources h6 {
	margin-bottom: 10px;
	font-size: 1.35rem;
}

.btn-link {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 8px;
	background-color: #c25131 !important;
	color: #fff !important;
	font-size: 1.15rem;
	text-decoration: none;
	transition: filter 150ms ease-in-out;
}
.btn-link:hover {
	filter: brightness(80%);
	color: #fff;
	text-decoration: none;
}

.doc-link {
	position: relative;
	display: block;
	max-width: 600px;
	font-size: 1.15rem;
	margin-bottom: 15px;
	transition: 150ms ease-in-out;
	font-weight: 600;
	color: #006671;
	padding-left: 2.5rem;
	padding-right: 2rem;
	text-decoration: none;
	padding-bottom: 15px;
	border-bottom: 1px dashed gray;
}

.doc-link:hover {
	color: #003c4b;
	border-color: #003c4b;
	padding-bottom: 15px;
	border-bottom: 1px dashed #003c4b;
}

.doc-link:hover::before,
.doc-link:hover::after {
	color: #003c4b;
}

.doc-link::before {
	font-family: "Font Awesome 6 Pro";
	content: "\f1c1";
	position: absolute;
	top: 0%;
	left: 0;
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 1;
	color: #006671;
	transition: color 150ms ease-in-out;
}

.doc-link::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f063";
	position: absolute;
	top: 0%;
	right: 0;
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 1;
	color: #006671;
	transition: color 150ms ease-in-out;
}
