.text-center {
    text-align: center;
}

.text-title {
    font-size: 2rem;
    color: #132659;
}

.color-themeRed {
    color: #CB0E20;
}

.color-themeBlue {
    color: #132659;
}

.d-none {
    display: none;
}

.ctaButton {
    background: #CB0E20;
    color: white;
    flex: 1 1 10ch;
    margin: 0.5rem;
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #CB0E20;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    line-height: normal;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
	font-weight: bold;
}

.ctaButton:hover {
    background: rgba(203,14,32,0);
    color: #CB0E20;
}