
.image-banner {
    position: relative;
    height: 30vh;
    width: 100%;
    display: flex;
    align-items: end;
    padding: 60px 0;
    box-sizing: border-box;
}


.image-banner .image-banner-background {
    position: absolute;
    inset: 0;
    background-position: 50% 50%;
    background-size: cover;
}

    .image-banner .image-banner-background:after {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,.22);
        pointer-events: none;
    }

.image-banner .image-banner-content {
    position: relative;
    width: 100%;
    max-width: var(--my-container-max-width);
    padding: var(--my-container-padding);
    margin-left: auto;
    margin-right: auto;
}

.image-banner .image-banner-content > h1 {
    max-width: 14em;
}

.image-block--row .image-block__info {
    padding-left: 20px;
}

.image-block__image {
    min-height: 130px;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

.image-block__info {
    padding-top: 5px;
}

.image-block__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    margin: 0 0 23px 0;
}

.image-block__text {
    margin: 0 0 40px 0;
}

.imagetextcard-title {
    text-align: left;
    font-family: 'Trajan Pro 3';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

}

.textcard-container {
    margin: 2% 5% 2% 15%;
    background-color: white;
}







li:has(> .body-text) {
	font-family: 'Trebuchet MS';
}













.pdf-container {
    padding: 10px 5px 11px 5px;
}

.pdf-text {
    border: 1px groove black;
    font-family: 'Trebuchet MS';
    border-radius: 30px;
    display: block;
    margin: auto;
    padding: 5px 10px 5px 10px;
    border-width: medium;
    width: 75%;
    text-decoration: none !important;
}

.pdf-text:hover{
    text-decoration: underline !important;
}
.threeColumnSectionBlock .umb-block-grid__area {
    justify-content: flex-start;
}

.linkpdficon {
    min-height: 25px;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

/**umb_name:Page Title*/
.page-title {
	font-family: 'Trajan Pro 3';
	font-size: 30px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

/**umb_name:Section Title*/
.section-title {
	text-align: left;
	font-size: 30px;
	font-family: 'Trajan Pro 3';
	letter-spacing: 0px;
	color: #005EA4;
	opacity: 1;
}

/**umb_name:Body Text*/
.body-text {
	font-family: 'Trebuchet MS';
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}


/**umb_name:Section Title White Color*/
.section-title-white {
	text-align: left;
	font-size: 30px;
	font-family: 'Trajan Pro 3';
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

/**umb_name:Section Body Text White Color*/
.body-text-white-color {
	text-align: left;
	font-family: 'Trebuchet MS';
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

/**umb_name:Image Text Card Title*/
.imagetextcard-title {
	text-align: left;
	font-family: 'Trajan Pro 3';
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}
