/*a {
	color: #00bdf2;
}*/

a{
		color: #005a87;
}
b	{
	color: #efefef;
}
infobox {
	height: 200px;
}

.wp-block-table-of-contents__entry {
    color: #005a87 !important;
}

.vc_tta-title-text {
    color: #555555 !important;
}



.vlt-post-meta span {
    color: #666666 !important;
}

.wp-block-post-content a,
.wp-block-post-content a strong,
.wp-block-post-content a em {
    color: #005a87 !important;
}
/* Quiz buttons */
.mlw_custom_start,
.qsm-btn {
    background-color: #005a87 !important;
    color: #ffffff !important;
} 

.progressbar-text {
    color: #006699 !important;
}

.single-post a em,
.single-post strong em,
.single-post a strong,
.single-post .wp-block-post-content a,
.single-post .wp-block-post-content a em {
    color: #005a87 !important;
}

.flipbox_heading {
    color: #ffffff !important;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 10px;
    z-index: 999999;
    background: #005a87;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
}

.skip-link:focus {
    left: 10px;
}

.entry-content a,
.wp-block-post-content a,
.post-meta a,
h6 a {
    color: #005a87;
}

.entry-content a,
.wp-block-post-content a,
.post-meta a,
.widget a,
h6 a {
    color: #005a87 !important;
	text-decoration: underline;
    text-underline-offset: 2px;

}

.entry-content a:hover,
.wp-block-post-content a:hover,
.post-meta a:hover,
.widget a:hover,
h6 a:hover {
    color: #0056b3 !important;
	text-decoration: underline;
    text-decoration-thickness: 2px;

}

/* Keyboard focus */
.entry-content a:focus-visible,
.wp-block-post-content a:focus-visible,
.post-meta a:focus-visible,
.widget a:focus-visible,
h6 a:focus-visible {
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}

.qmn_quiz_container .qmn_btn,
.qmn_quiz_container .btn,
.qsm-quiz-container.qmn_quiz_container .qmn_btn,
.qsm-quiz-container.qmn_quiz_container .btn {
    background-color: #005A87 !important;
    border-color: #005A87 !important;
    color: #ffffff !important;
}


.wpforms-container textarea,
.wpforms-container input,
.wpforms-container select {
    border: 1px solid #6b7280 !important;
    background: #fff !important;
}

.wpforms-container textarea:focus,
.wpforms-container input:focus,
.wpforms-container select:focus {
    border-color: #005fcc !important;
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}