  div.dropdown {
	margin-bottom: 1rem;
}

div.dropdown.sm {
	margin-bottom: 0.5rem;
}

.ptitle {
	font-weight: bold;
	font-size: 1.4rem;
	padding: 10px 20px;
	border: 1px solid #325173;
	border-radius: 2px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all .4s;
	background: #fff;
	background: #325173;
	transition: all 300ms;
	color: #fff;
}



div.dropdown.sm .ptitle {
	font-size: 1rem;
	padding: 4px 20px;
	font-weight: 500;
}
span.titlelabel { padding: 3px 0 }
.open span.titlelabel {
	border-bottom: 3px solid #ea9610;

	transition: all .2s;}

.ptitle.open {
	transition: all .2s;
	padding: 10px 15px 16px;
	background: #1d4e91;
}

.ptitle:focus {
	outline: 5px solid #ea9610 !important;
	border-radius: 3px;
}
.pbody {
	padding: 0 15px;
	border: 1px solid #ddd;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: #fff;
}
.pbody > div {
	margin-bottom: 20px;
}

.pbody p {
	margin-bottom: 1rem;
}

.pbody h3 {
	margin-top: 1.4rem;
}
.pbody hr {
	border-top: 1px solid rgb(0 0 0 / 40%);

	margin: 1.6rem;
}

.pbody a:focus {
  outline: 3px solid #1d4e91 !important;
  padding: 2px !important;
	border-radius: 3px;
}

.plink {
	display: flex;
	justify-content: center;
	border: 1px solid;
	padding: 10px;
	border-radius: 4px;
	background: #1d4e91;
	color: #fff;
}
.plink a {
	color: #fff;
	text-decoration: none;
}
.dropdown .pbody {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.25s;
}

.ptitle.open + .pbody {
	max-height: max-content;
	transition: all 0.4s;
	padding: 15px 20px;
	margin: 5px -12px;
	box-shadow: 0px 0px 10px 2px #e7e7e7d4;
}
.dropdown span.fas.fa-chevron-down {
	transition: all .4s;
	font-size: 1.1rem;
	padding: 10px;
}

.open span.fas.fa-chevron-down {
	transform: rotate(-180deg);
}

p.dropDivider {
	line-height: .5;
}

.linkList li {

	display: flex;
	align-items: center;
	gap: 8px;

}

.linklist li span.material-symbols-outlined {
	font-size: 8px;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.justify-center {
	justify-content: center;
}

.align-center {
	align-items: center;
}

.gap-1 {
	gap: .4 rem;
}

.gap-2 {
	gap: .8 rem;
}

.gap-3 {
	gap: 1 rem;
}

.gap-4 {
	gap: 1.2 rem;
}

.gap-5 {
	gap: 1.6 rem;
}

.p-1 {
	padding: 1rem;
}

.p-2 {
	padding: 1.25rem;
}

.p-3 {
	padding: 1.5rem;
}

.p-4 {
	padding: 1.75rem;
}

.p-5 {
	padding: 2rem;
}

.p-6 {
	padding: 2.5rem;
}

.image-card {
	background: #fff;
	border: 1px solid #ddd;

	flex: 2;
}

.image-card h2 {
	background: #1d4e91;
	background: #325173;
	color: #fff;
	text-align: center;
	padding: 1rem;
	letter-spacing: 3px;
}

.image-card a {
    padding: 0.5rem 1rem;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 300ms;
    margin-top: auto;
}

.image-card a span.label {
	text-align: right;
	line-height: 1.2;
}

.image-card div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.linkList a {
	padding: 0.5rem 1rem;

	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 300ms;
}

.linkList a:hover {
	text-decoration: none;
}

.linkList a:hover span.label {
	text-decoration: underline;
}

.linkList a:hover span.material-symbols-outlined.bg.tiny {
	background: #ea9610;
}

.image-card a:hover {
	text-decoration: none;

}

.image-card a:hover span.label{
	text-decoration: underline;
}

.image-card a:hover span.material-symbols-outlined.bg.tiny{
	background: #ea9610;

}

.icon-card {
	flex: 1;
	<!-- 			border: 1px solid #ddd; -->
	padding: 1rem;
	<!-- 			background: #fff; -->
	justify-content: center;
	align-items: center;
	text-align: center;
}

.icon-card span.material-symbols-outlined.main-icon {
	font-size: 3rem;
	border: 2px solid;
	padding: 12px;
	border-radius: 50%;
	border-color: #1e4e90;
	margin-bottom: 1rem;

	background: #325173;

	color: #fff;
}
.icon-card .card-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.icon-card .card-content h2 {
	flex: 2;
	max-width: 7em;
}

span.material-symbols-outlined.bg {
	padding: 8px;
	background: #325173;
	color: #fff;
	border-radius: 50%;
	transition: all 300ms;
}

span.material-symbols-outlined.bg.tiny {
	padding: 4px;
	color: #1e4e90;

	border-radius: 50%;
	font-size: 1.2rem;
	background: transparent;
}

.main-desc {
	font-size: 1.4rem;
	text-align: center;
	max-width: 42em;
	margin: 1rem 0;
}

.step {
	display: flex;
	gap: 1rem;
}

span.stepNumber {
	background: #325173;
	color: #fff;
	font-size: 2rem;
	/* padding: 1rem; */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media screen and (max-width: 800px) {
    div.dropdown:not(.sm) .ptitle .titlelabel {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:480px) {
			 .page-header { margin-top: 0;}
			}