.page-template-card-page .page.standard {
    background-image: url(../images/program-lines.png);
    background-repeat: no-repeat;
    background-position: left top -55px;
    background-size: contain;
}

.card-section {
	padding-top: 40px;
	padding-bottom: 10px;
}

@media (min-width: 780px) {
	.page-template-card-page .page.standard {
        background-position: left top;
        background-attachment: fixed;
        background-size: 100% auto;
    }

	.card-section {
		padding-top: 80px;
		padding-bottom: 30px;
	}

	.card-section .container {
		gap: 2%;
		justify-content: flex-start;
	}
}

.card-section .card-section--icon {
	margin: 30px 20px -16px;
}

.card-section .article-item {
	background-color: #ffffff;
	margin-bottom: 40px;
}

.card-section .article-figure {
	margin-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(164, 164, 164, 0.19);
    background-color: #fff;
    height: 100%;
}

.card-section .article-caption {
	padding: 30px 20px;
}

.card-section h4 {
	line-height: 1.15;
	margin-bottom: 15px;
}

.card-section h4 a {
	color: #2D2D2D;
}


.card-section p {
	line-height: 1.3;
	margin-bottom: 15px;
}

.card-section .cta {
	margin-top: auto;
	text-align: right;
	align-self: flex-end;
	line-height: 1.5;
}

.page-template-wide-page .main-page-content {
    padding: 40px 0;
}

.page-template-wide-page .main-page-content + .component {
   padding-top: 0;
}

@media (min-width: 780px) {
    .page-template-wide-page  .main-page-content {
        padding: 70px 0;
    }
	
	.page-template-wide-page  .main-page-content + .component {
        padding-top: 0;
    }
}

.page-template-wide-page .component .container {
	max-width: 1280px;
}
