.cards {
	list-style: none;
	display: grid;
	align-items: flex-start;
	grid-template-columns: 1fr;
	gap: 28px;
	margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.cards--wrap {
	flex-wrap: wrap;
}

.card {
	padding: 36px;
	width: 100%;
	border: 1px solid #5BC6CC;
	border-radius: 20px;
}

.card h3,
.card h4,
.card p {
	margin: 0;
}

.card img {
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

/*Card Events Next and Previous*/
.glide__slides .card.card--horizontal-event {
	display: flex;
	flex-direction: column;
}

.glide__slides .card.card--horizontal-event .post-summary-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 15px;
	min-width: 100px;
	background-color: #F593A5;
	color: #101F59;
	font-weight: 700;
	text-align: center;
}

.glide__slides .card.card--horizontal-event .post-summary-date p:nth-of-type(1) {
	font-size: 54px;
	line-height: 54px;
}

.glide__slides .card.card--horizontal-event .post-summary-date p:nth-of-type(2) {
	font-size: 27px;
	line-height: 27px;
}

.glide__slides .card.card--horizontal-event .post-summary-date p:nth-of-type(3) {
	font-size: 24px;
	line-height: 24px;
}

.glide__slides .card.card--horizontal-event .post-summary-image {
    min-width: 155px;
    min-height: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.glide__slides .card.card--horizontal-event .post-summary-body {
	padding: 26px 36px;
}

/*Card Blog Post Summary*/
.cards.post-summary {
	margin-top: 50px;
	padding-left: 0;
	padding-right: 0;
}

.card.post-summary {
	display: flex;
	flex-direction: column;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

.card.post-summary .post-summary-image {
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card.post-summary .post-summary-body {
	padding: 26px 36px 0 36px;
}

.card.post-summary .post-summary-title {
	font-size: 20px;
	line-height: 30px;
}

.card.post-summary .post-summary-date {
	display: inline-block;
	margin-bottom: 15px;
    color: #404040;
    font-size: 16px;
}

.card.post-summary .post-summary-icon {
    padding: 5px 0 5px 35px;
    background-position: left top 8px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    color: #101F59;
    font-size: 16px;
}

.card.post-summary .post-summary-icon a {
    color: #031602;
    font-size: 16px;
}

.card.post-summary .post-summary-event-date {
    background-image: url('../../assets/icon-date.svg');
}

.card.post-summary .post-summary-event-time {
    background-image: url('../../assets/icon-time.svg');
}

.card.post-summary .post-summary-event-location {
    background-image: url('../../assets/icon-location.svg');
}

.card.post-summary .post-summary-event-cost {
    background-image: url('../../assets/icon-cost.svg');
}

.card.post-summary .post-summary-category {
    background-image: url('../../assets/icon-category.svg');
}

.card.post-summary .post-summary-tag {
    background-image: url('../../assets/icon-tag.svg');
}

.card.post-summary .post-summary-region {
    background-image: url('../../assets/icon-location.svg');
}

.card.post-summary .post-summary-footer {
	margin-top: auto;
	padding: 0 36px 26px 36px;
}

.card.post-summary .post-summary-footer .btn {
	width: 100%;
}

/*Card Blog Post Summary - List View*/
.cards.post-summary.cards--list-view {
	display: block;
}

.cards.post-summary.cards--list-view .card.post-summary {
	border: none;
	border-bottom: 1px solid #5BC6CC;
	border-radius: 0;
}

.cards.post-summary.cards--list-view  .card.post-summary p {
    margin-top: 20px;
}

.cards.post-summary.cards--list-view  .card.post-summary .post-summary-body {
    padding: 20px 0;
}

.cards.post-summary.cards--list-view  .card.post-summary .post-summary-downloads {
	padding: 0 2px 20px;
}

.cards.post-summary.cards--list-view .post-summary-date,
.cards.post-summary.cards--list-view hr,
.cards.post-summary.cards--list-view .post-summary-footer {
	display: none;
}

/*Card Highlight*/
.card.card--highlight {
	display: grid;
	gap: 24px;
	padding: 0 0 12px;
	height: 100%;
	border: none;
}

.card.card--highlight h3 {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.card.card--highlight h3 img {
	margin: 0;
	max-width: 35px;
	max-height: 35px;
}

.card.card--highlight h3 a {
	padding: 2px 10px;
	border: 2px solid transparent;
	text-decoration: none;
}

.card.card--highlight h3 a:focus,
.card.card--highlight h3 a:hover {
	background-color: white;
	border: 2px solid #101F59;
}

.card.card--highlight p {
	line-height: 24px;
}

.card.card--highlight > img {
	width: 100%;
	border-radius: 24px;
}

.card.card--highlight .card .btn {
	align-self: end;
}

/*Card White*/
.cards.cards--3-col-white .card {
	display: grid;
	grid-template-rows: max-content;
	gap: 25px;
	height: 100%;
	border-radius: 24px;
	box-shadow: 3px 3px 9px 0px rgba(15, 32, 89, 0.10);
}

.cards.cards--3-col-white .card .btn {
	align-self: end;
}

/*Card White Alternate - No box shadow and small image on the top */
.cards.cards--3-col-white-alt .card {
	display: grid;
	grid-template-rows: max-content;
	gap: 25px;
	align-content: flex-start;
	height: 100%;
	border-radius: 24px;
}

.cards.cards--3-col-white-alt .card * {
	order: 2;
}

.cards.cards--3-col-white-alt .card img {
	order: 1;
	margin-left: unset;
	margin-right: unset;
}

.cards.cards--3-col-white-alt .card .card__subSubtitle {
	color: #101F59;
}

.cards.cards--3-col-white-alt .card .btn {
	align-self: end;
}

/*Card Blue*/
.cards.cards--4-col-blue .card {
	display: grid;
	gap: 25px;
	background-color: #101F59;
	border: none;
	box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.25);
}

.cards.cards--4-col-blue .card img {
	display: none;
}

.cards.cards--4-col-blue .card h3 {
	color: white;
}

.cards.cards--4-col-blue .card p {
	color: white;
	font-size: 16px;
	line-height: 20px;
}

/*Card Staff*/
.cards.cards--staff {
	justify-items: center;
	row-gap: 60px;
}

.cards.cards--staff .card {
	display: flex;
	flex-direction: column;
	padding: 0;
	height: 100%;
	max-width: 300px;
	border: none;
}

.cards.cards--staff .card .card__image {
	margin: 0 auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
}

.cards.cards--staff .card .card__image.card__image--placeholder {
	background-color: #F0FBFA;
    background-image: url('../../assets/welcome.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 80px;
}

.cards.cards--staff .card h3 {
	color: #031602;
	font-size: 24px;
	line-height: 36px;
}

.cards.cards--staff .card__body {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.cards.cards--staff .card .card__job-title {
	margin-bottom: 20px;
	color: #101F59;
}

.cards.cards--staff .card__footer {
	margin-top: auto;
	text-align: center;
}

/*Card Contact Details*/
.section.element.dpa__models__blocks__contactdetail {
	background-color: #F0FBFA;
}

.cards.cards--contact-details {
	grid-template-columns: 1fr;
}

.cards.cards--contact-details .card {
	display: grid;
	grid-template-columns: 60px 1fr;
	padding: 36px 36px 15px;
	border: none;
}

.cards.cards--contact-details .card .card__image img {
	width: auto;
	min-height: 22px;
}

.cards.cards--contact-details .card .card__body h3 {
	margin-bottom: 10px;
}

.cards.cards--contact-details .card .card__body a {
	color: #031602;
}

/*Card Download*/
.card.card--download {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	border: 2px solid #5BC6CC;
}

.card.card--download h3 {
	margin-bottom: 30px;
}

.card.card--download a {
	margin-bottom: 24px;
	font-weight: 400;
	text-align: left;
}

.card.card--download a:focus svg path,
.card.card--download a:hover svg path {
	fill: white;
}

.card.card--download svg {
	margin-right: 15px;
	min-width: 20px;
}

/*Card Member*/
.card.card--member {
	display: grid;
	gap: 24px;
	align-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	box-shadow: none !important;
}

.card.card--member img {
	margin-right: unset;
    margin-left: unset;
}

a.card {
	text-decoration: none;
}

.card.card--small {
	max-width: 200px;
}

.card img.img--large {
	width: auto;
	height: 130px;	
}

.card img.img--circle {
	border-radius: 50% 50%;
}

/* A large teal shaded area above the card */
.cards.cards--teal .card {
	border-top: 45px solid #5EC3CB;
}

.cards.cards--teal .card:focus,
.cards.cards--teal .card:hover {
	border-top-color: black;
}

.cards.cards--teal .card h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #5EC3CB;
}

.cards.cards--teal .card a {
	display: block;
	padding-top: 15px;
	border-top: 1px solid #5EC3CB;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #0C1E5F;
}

/* Latest News */
.cards.cards--news .card {
	padding: 0;
	border: 1px solid #0C1E5F;
}

.cards.cards--news .card .card__image {
	height: 170px;
	border-bottom: 1px solid #0C1E5F;
}

.cards.cards--news .card .card__body {
	padding: 20px;
	background-color: #5EC3CB14;
	text-align: left;
}

.cards.cards--news .card .card__body h3 {
	font-size: 20px;
}

.cards.cards--news .card .card__footer {
	padding: 0 20px 20px;
	background-color: #5EC3CB14;
	text-align: right;
}

/*Horizontal cards*/
.cards.cards--horizontal {
	flex-direction: column;
}

.cards.cards--horizontal .card {
	position: relative;
	max-width: 100%;
	padding-right: 100px;
	text-align: left;
}

.cards.cards--horizontal a.btn {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

/*Horizontal cards with image on the left*/
.cards.cards--horizontal-image {
	flex-direction: column;
}

.cards.cards--horizontal-image .card {
	display: flex;
	max-width: 100%;
}

.cards.cards--horizontal-image .card .card__image {
	flex-basis: 45%;
}

.cards.cards--horizontal-image .card .card__image h3 {
	margin-top: 0;
}

.cards.cards--horizontal-image .card .card__body {
	text-align: left;
}

.cards.cards--horizontal-image .card .card__body p {
	margin-top: 0;
}

.cards.cards--horizontal-image .card .card__body a {
	display: block;
	padding-top: 15px;
	border-top: 1px solid #5EC3CB;
	text-decoration: none;
	font-weight: bold;
	color: #0C1E5F;
}

/*Document cards*/
.cards.cards--documents {
	flex-direction: column;
}

.cards.cards--documents .card {
	position: relative;
	max-width: 100%;
	padding-right: 100px;
	text-align: left;
}

.cards.cards--documents a.btn {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

@media all and (min-width: 700px) {
	.cards {
		grid-template-columns: 1fr 1fr;
	}

	/*Card Blue*/
	.cards.cards--4-col-blue .card img {
		display: block;
		min-height: 70px;
	}

	/*Card Staff*/
	.cards--staff {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.cards.cards--staff .card {
		max-width: auto;
	}

	/*Card Events Next and Previous*/
	.glide__slides .card.card--horizontal-event {
		flex-direction: row;
	}

	/*Card Contact Details*/
	.cards.cards--contact-details {
		grid-template-columns: 1fr 1fr;
	}
}

@media all and (min-width: 1250px) {
	.cards {
		grid-template-columns: 1fr 1fr 1fr;
	}

	/*Card Staff*/
	.cards--staff {
		margin-right: 33%;
	}
}

@media all and (min-width: 1400px) {
	.cards {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	/*Card Blog Post Summary*/
	.cards.post-summary {
		margin-top: 0;
		grid-template-columns: 1fr 1fr 1fr;
	}

	/*Card White*/
	.cards.cards--3-col-white {
		grid-template-columns: 1fr 1fr 1fr;
	}

	/*Card White Alternate - No box shadow and small image on the top */
	.cards.cards--3-col-white-alt {
		grid-template-columns: 1fr 1fr 1fr;
	}

	/*Card Staff*/
	.cards--staff {
		grid-template-columns: 1fr 1fr 1fr;
	}

	/* Card Staff - Four Images Per Row*/
	.cards--staff.cards--staff-4-col {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.cards--staff.cards--staff-4-col .card .card__image {
		width: 120px;
		height: 120px;
	}

	.cards--staff.cards--staff-4-col .card h3 {
		font-size: 18px;
		line-height: 27px;
	}

	/*Card Contact Details*/
	.cards.cards--contact-details {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.cards--left {
		justify-content: flex-start;
	}

	.card {
		flex: 0 1 30%;
	}

	/*Horizontal cards*/
	.cards.cards--horizontal {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.cards.cards--horizontal .card {
        flex-basis: 48%;
	}
}