@font-face {
    font-family: 'Helvetica Neue World';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/helveticaneueworld-light.woff2")
}

@font-face {
    font-family: 'Helvetica Neue World';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/helveticaneueworld-regular.woff2")
}

@font-face {
    font-family: 'Helvetica Neue World';
    font-style: normal;
    font-weight: bold;
    src: url("fonts/helveticaneueworld-bold.woff2")
}

#container-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tabs {
    font-family: inherit;
}

[role="tablist"] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2.0em;
    position: relative;
}

[role="tab"] {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 2px;

    padding: 10px 0;
    margin: 0 20px;

    background: #FFFFFF;
    box-sizing: border-box;
    outline: none;
    /* max-width: 22%; */
    overflow: hidden;
    transition: color 0.5s;

    cursor: pointer;

    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0.2em solid #FFFFFF;
    border-left: 0em solid #FFFFFF;

    font-family: "Helvetica Neue World", sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #00148C;
}

[role="tab"]:focus,
[role="tab"]:hover {
    background: #FFFFFF;
    color: #0072CE;
    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0.2em solid #FFFFFF;
    border-left: 0em solid #FFFFFF;

    position: relative;
    z-index: 0;
}

[role="tab"][aria-selected="true"] {
    background: #FFFFFF;
    color: #0072CE;
    border-top: 0em solid #00148C;
    border-right: 0em solid #00148C;
    border-bottom: 0.2em solid #00148C;
    border-left: 0em solid #00148C;

    position: relative;
    z-index: 0;
}

/* [role="tab"] span.focus {
    display: inline-block;
    margin: 2px;
    padding: 4px 6px;
    outline-width: 0 !important;
}

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
    border: 0px solid rgb(36 116 214);
    outline-width: 0 !important;
    color: #0e2b63;
} */

[role="tabpanel"] {
    padding: 5px;
    min-height: 10em;
}

[role="tabpanel"].hidden {
    display: none;
}

[role="tablist"]::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 2;

    border-bottom: 1px solid #D8D8D8;
}

/* @media screen and (max-width: 1180px) {
    [role="tab"] {
        /* display: block;
        margin: 2px auto;
    }
} */

#sharealert-tabpanel_iframe {
    border: 0px;
}