@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#Main {
    /*
    Because of the complex width control only set width related settings here
*/
    width: 100%;
    max-width: 940px;
    margin: 0px auto;
}

body {
    color: #212329;
    font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
    font-size: 16px;
    background: transaparent;
}

input {
    color: #212329 !important;
    font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
    font-size: 16px;
    height: 24px;
    font-weight: 300;
}

a {
    color: #20836e;
    text-decoration: none;
}

a:hover,
a:active {
    color: #212329;
    text-decoration: none;
}

.Tabs-Tab-Container {
    height: auto;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #20836e;
    border: 0.08em solid #ffffff;
    color: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.Tabs-Tab-Container:hover {
    background: #20836e;
    color: #FFFFFF;
    border-color: #ffffff;
    position: relative;
    font-weight: normal
}

.Tabs-Tab-Container.selected {
    background: #20836e;
    color: #FFFFFF;
    border-color: #ffffff;
    position: relative;
    font-weight: normal
}

.Tabs-Tab {
    display: inline-block;
    zoom: 1;
    margin-right: 0px;
    position: relative;
    top: 1px;
    text-align: center;
    width: 25%;
}

@media (min-width: 0px) and (max-width: 706px) {
    .Tabs-Tab {
        display: inline-block;
        zoom: 1;
        margin-right: 0px;
        position: relative;
        top: 1px;
        text-align: center;
        width: 100%;
    }

}

.Tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    border-bottom: 0px solid #e1e1e1;
}

.Type {
    border-radius: 0px;
    padding: 0;
    background: #F5F5F5;
    border: 0px solid #e3e3e3;
    color: #20836e;
    margin: 2px;
    padding: 6px;
    cursor: pointer;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.Type:hover {
    background: #20836e;

    color: #fff !important;
}

.TypeSelected {
    background: #20836e;

    color: #fff !important;
}

.euButton {
    padding: 0.8em 1.2em !important;
    background: #f5f5f5;
    transition: background 0.5s, color 0.5s, border 0.5s;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    line-height: normal !important;
    border: 0 !important;
    text-align: center;
    color: #20836e;
    min-width: inherit;
    font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif !important;
}

.euButton:hover {
    background: #20836e;
    transition: background 0.5s, color 0.5s, border 0.5s;
    border: 0;
    color: #f5f5f5;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
}

.PressRelease-NewsTitle {

    font-weight: bold;
    color: #20836e;
}

.PressRelease-Change,
.PressRelease-NewsColumn {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e3e3e3;
}

.Tabs-Tab-Container.selected {
    border-bottom: 1px solid #fff !important;
}

.PressRelease-NewsDate {

    font-size: 16px;
}

.PressRelease-NewsType {
    font-size: 16px;
    color: #7f7f7f;
    margin-left: 10px;
}

button.euButton.btn-subscription {
    display: none;
}

/* MODIFICATION ON 6-1-2026 */
body {
    color: #212329;
}

input {
    color: #212329 !important;
}

a {
    color: #20836e;
}

a:hover,
a:active {
    color: #212329;
}

.Tabs-Tab-Container {
    background: #20836e;
    color: #000;
}

.Tabs-Tab-Container:hover {
    background: #20836e;
}

.Tabs-Tab-Container.selected {
    background: #20836e;
}

.Type {
    color: #20836e;
}

.Type:hover {
    background: #20836e;
}

.TypeSelected {
    background: #20836e;
}

.euButton {
    color: #20836e;
}

.euButton:hover {
    background: #20836e;
}

.PressRelease-NewsTitle {
    color: #20836e;
}

.PressRelease-NewsType {
    color: #212329;
}

/* END OF MODIFICATION ON 6-1-2026 */