html,
body {
    min-width: 270px;
}

img {
    max-width: 100%;
    height: 100%;
}

.footer-logos {
    width: calc(100% + 60px);
    padding: 10px 30px;
    margin-left: -30px;
    margin-right: -30px;
    //background: #f6f6f6;
    margin-bottom: 15px;
}

.footer-logos .sites noindex img {height: 40px}

.footer-logos .sites noindex a:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .footer-logos {
        order: 4;
        margin: 0 -15px;
        padding-bottom: 0;
    }
}

@media(max-width: 1200px) {
    table.table-responsive-new thead th:first-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-weight: bold;
    }
    table.table-responsive-new thead th {
        display: none;
    }
    table.table-responsive-new tbody tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    table.table-responsive-new td:first-child {
        font-weight: bold;
    }
    table.table-responsive-new td {
        margin: 0 -1px -1px 0;
        /* Removes double-borders */
        width: 100%;
    }
}

.hide-show.hidden {
    display: block !important;
}


/* html.special  .sf-special-hidden{display: block;} */

.sf-special-hidden {
    display: none;
}

.sf-special-hidden {
    opacity: 0;
}

.sf-special-show {
    opacity: 100;
}

.special-panel button:focus {
    border-width: 1px!important;
    border-color: #000!important;
}

a.sf-tooltip span {
    display: none;
    margin-left: 8px;
}

a.sf-tooltip:hover span {
    display: inline;
    position: absolute;
    width: 250px;
    font-size: 14px;
    right: 20px;
    top: -20px;
}

#menu {
    position: fixed;
    right: 30px;
    top: 50%;
}

@media (max-width: 576px) {
    #menu {
        right: 16px;
    }
}

.b-0 {
    border-width: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .safari-icon-width {
        min-width: 47px;
    }
    .safari-logo-width {
        min-width: 56px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ie-icon-width {
        min-width: 47px;
    }
}

@media (max-width: 768px) {
    .sf-nav-fixed .container-wrap .nav-container .sf-nav .nav-overlay {
        z-index: 10;
    }
}

@media print {
    main {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.svg-inline--fa.fa-fw {
    width: 1.5em!important;
}

.bx-pdf-container {
    max-width: 100vw;
}

.header-info {
    width: calc(100% - 110px);
}

@media (max-width: 576px) {
    .header-info {
        width: 100%;
    }
}

.background-light-color {
    background-color: #eceff1;
}

.ticket-link {
    width: 100px;
    text-align: center;
}

.ticket-link img {
    display: block;
    width: 50px;
    text-align: center;
    margin: 0 auto 10px;
}

.ticket-link a {
    line-height: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}

.default-header-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.default-header-logo .default-header-logo__desktop {
    max-height: 7.2rem;
}

.default-header-logo__mobile {
    display: none;
}

.default-header-logo .default-header-logo__mobile {
    max-width: 100%;
    min-width: 70px;
}


/* @media (max-width: 500px) {
	.default-header-logo .default-header-logo__desktop {
		display: none;
	}

	.default-header-logo .default-header-logo__mobile {
		display: block;
	}
} */

.org-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.org-logo .org-logo__mobile {
    /* display: none; */
}

.org-logo .org-logo__mobile {
    max-width: 100%;
    min-width: 100px;
}

@media (max-width: 400px) {
    /* .org-logo .org-logo__desktop {
		display: none;
	}

	.org-logo .org-logo__mobile {
		display: block;
	} */
}