.currency-switcher {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.currency-switcher p {
    margin: 0;
    margin-right: 1em;
}
.currency-switcher .btn{
    font-size: 1em;
    padding: 0.75em 1.25em;
}
.currency-switcher .btn.active{
    background-color: #5CBFCA !important;
    color: #ffffff !important;
    pointer-events: none;
}
.currency-switcher .ireland {
    margin-right: 1em;
}
.courses{
    display: none;
}
.courses.active{
    display: block;
}
.course {
	position: relative;
}
.course .ribbon {
    display: flex!important;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1!important;
    padding: 0!important;
    color: white!important;
	position:absolute;
    left: unset!important;
    top: 0.5em!important;
    right: 0.5em!important;
    background-color: #0C5358!important;
    border: 4px solid white;
    width: 100px;
    height: 100px;
    border-radius: 100px;
	z-index:2;
}
.btn{
    cursor: pointer!important;
}