@font-face {
	font-family: 'Aeroport';
	src: url('/') format('woff2');
	font-weight: normal;
}

@font-face {
	font-family: 'Aeroport';
	src: url('fonts/Aeroport-Light.woff2') format('woff2');
	font-weight: 300;
}

@font-face {
	font-family: 'Aeroport';
	src: url('fonts/Aeroport-Bold.woff2') format('woff2');
	font-weight: 700;
}

#container-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tabs {
    font-family: inherit;
}

[role="tablist"] {
    min-width: 100%;
    text-align: center;
    margin-bottom: 2.0em;
    position: relative;
}

[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 2px;
    margin: 0 20px!important;
    margin-top: 4px;
    padding: 10px 0px;
    background: #FFFFFF;
    box-sizing: border-box;
    outline: none;
    /* max-width: 22%; */
    overflow: hidden;
    transition: color 0.5s;
    margin: 0px 1px;
    cursor: pointer;
    border: 0px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;

    font-family: Aeroport, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0e2b63;
}

[role="tab"][aria-selected="true"] {
    background: #FFFFFF;
    color: #00b1eb;
    border-bottom: 3px solid  #00b1eb;
    position: relative;
    z-index: 100;
}


[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;
    width: 100%;
}

[role="tabpanel"].hidden {
    display: none;
}

[role="tablist"]::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 2;
}

@media screen and (max-width: 1180px) {
    [role="tab"] {
        /* display: block; */
        margin: 2px auto;
    }
}

#sharealert-tabpanel_iframe {
    border: 0px;
}