/* HELPERs */
.color-blue {
	color: #0a58ca;
}

.color-light {
    color: #495057;
}

.bold {
	font-weight: 600;
}

.italic {
    font-style: italic;
}

.bg-gray {
    background-color: #ececec;
}

img {
	max-width: 100%;
	border-radius: 10px;
	border:10px solid #b3b3b3;
    margin:6px;
}

.img-tumbnail{
	border:10px solid #b3b3b3;
}

.page-excerpt {
	a {
        font-weight:bold; 
        color:#688bbd !important;
    }
    a::after{
        content: '»'; /* Adds an arrow symbol after the link text */
        margin-left: 5px;
	}
}
.page-content {
	a {
        font-weight:bold; 
        color:#688bbd !important;
    }
    a::after{
        content: '»'; /* Adds an arrow symbol after the link text */
        margin-left: 5px;
	}
}