/** Tabs Styles  */

.eeofe .tabs__link {
    /* letter-spacing: 1px; */
    /* color: #000000; */
    /* background-color: #CECAC0; */
    /* border: 1px solid #000000; */
    border: 1px solid #ffffff;
    background-color: #A3E1F8;
    color: #ffffff;
    font-size: 1.025rem;
    font-weight: 600;
}

.eeofe a.tabs__link:hover {
    color: #49c3f1;
    color: #ffffff;
}
.eeofe a.tabs__link:active {
    background-color: #000000;
    color: #ffffff;
}
.eeofe a.tabs__link:focus {
    border-color: #000000;
    border-width: 2px;
}


.eeofe .tabs__link:hover {
	background-color: #5fbb46;
}

[dir="ltr"] .eeofe .tabs__link.is-active:after {
    border-left: 6px solid #49c3f1;
}
.eeofe .tabs__link.is-active:after {
    width: 100%;
    height: auto;
    border-top: 6px solid #49c3f1;
}

@media (min-width: 43.75rem) {
    .eeofe .tabs__link.is-active:after {
        width: 100%;
        height: auto;
        border-top: 6px solid #49c3f1;
    }
}