/**
 * CSS for public area
 */
.main-physis-container {
    display: flex;
    justify-content: center;
    font-family: "Sulphur Point", sans-serif;
    font-size: 18px;
    color: #003D6E;
    margin-bottom: 30px;
}

.physis-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1700px;
}

.phisys-title {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    border: 0;
}


h2.physis-subtitle {
    font-family: "Sulphur Point", sans-serif;
    font-size: 26px !important;
    font-weight: 400;
    text-transform: uppercase;
}

h1:not(.site-title):before,
h2:before {
    content: none !important;
}

.physis-slibraries-container {
    display: flex;
    width: 100%;
    margin-top: 37px;
}

.physis-items-container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 0;
    padding: 5px;
}

.physis-filter-right-container {
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-left: 30px;
    padding: 10px;
}

.physis-filter-bottom-container {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

.physis-sl-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin-bottom: 30px;
}

.physis-sl {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    padding: 10px;
}

.physis-img-container-row {
    display: flex;
    justify-content: center;
}

.physis-img-container {
    display: flex;
    width: 100%;
    max-width: 430px;
    align-items: center;
    justify-content: center;
}

.physis-sl:hover {
    box-shadow: 0px 0px 8px 0px #e1e1e1;
}

.physis-sl-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.physis-sl-title {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.physis-om-name {
    max-lines: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-align: center;
}

.physis-sl-description {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.physis-om-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    text-align: left;
}

.physis-sl-link {
    width: 100%;
    height: 100%;
}

.physis-filters {
    display: flex;
    flex-direction: column;
}

.physis-label {
    font-family: "Sulphur Point", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.physis-input-container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding: 8px;
    border: 1px solid rgb(0, 61, 110);
}

.physis-input,
.physis-input-2 {
    font-family: "Sulphur Point", sans-serif;
    font-size: 18px;
    height: 100%;
    outline: none !important;
    transition: none !important;
    border: none !important;
    color: #003D6E;
    padding: 0 !important;
    margin: 0 !important;
}

.physis-input-2 {
    border: 1px solid rgb(0, 61, 110) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.physis-input:focus, .physis-input:hover, .physis-input:active {
    outline: none !important;
    outline-offset: 0px !important;
    box-shadow: none !important;
}

.physis-select {
    font-family: "Sulphur Point", sans-serif;
    font-size: 18px;
    height: 40px;
    outline: none !important;
    transition: none !important;
    border-radius: 0 !important;
    color: #003D6E;
    border: 1px solid rgb(0, 61, 110) !important;
    padding: 0 8px 0 8px !important;
    margin:0 !important;
}

.physis-select:focus, .physis-select:hover, .physis-select:active {
    outline: none !important;
    outline-offset: 0px !important;
    box-shadow: none !important;
}

.physis-search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0, 5px, 0, 5px !important;
    background-color: transparent;
    color: #003D6E;
    height: 28px;
    width: 32px;
    font-size: 18px;
}

.physis-search:hover, .physis-search:active, .physis-search:focus, .physis-search:visited {
    background-color: transparent !important;
}

.physis-sbtn-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.physis-sbtn-right button,
.phisys-button,
.phisys-button-a {
    height: 40px;
    font-size: 18px;
    padding: 8px 20px 8px 20px;
    margin: 0;
    background-color: #003D6E;
}

.phisys-button-a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: white;
}

.phisys-button-a:hover, .phisys-button-a:focus, .phisys-button-a:active {
    color: white;
    background-color: #000D3E;
}

.phisys-button[disabled] {
    opacity: 0.4;
}

.phisys-button[disabled]:hover, .phisys-button[disabled]:active, .phisys-button[disabled]:focus {
    background-color: #003D6E !important;
}

.physis-sbtn-right button:hover {
    background-color: #000D3E;
}

#physis-om-tabs {
    width: 100%;
}

button.nav-link {
    font-size: 18px;
    font-family: "Sulphur Point", sans-serif !important;
    color: #003D6E;
}

button.nav-link:hover, button.nav-link:active {
    color: #000D3E;
}

.physis-tab-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.physis-tab {
    padding: 30px 5px 50px 5px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.physis-carousel-container {
    border: 1px solid #dee2e6;
    width: 400px;
    height: 300px;
}

.physis-description {
    font-family: "Sulphur Point", sans-serif !important;
    font-size: 18px;
    color: #003D6E;
    width: 0;
    padding-left: 30px;
}

.physis-row-title {
    font-weight: 600;
    min-width: 110px;
    width: 110px;
}

.ppre-wrap {
    white-space: pre-wrap !important;
}

.physis-accordion-header,
.physis-accordion-button {
    height: 50px !important;
    font-family: "Sulphur Point", sans-serif !important;
    font-weight: 600;
}

.physis-accordion-header {
    border: 1px solid #cecece;
}

.physis-accordion-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 20px !important;
}
.physis-accordion-button {
    background: transparent !important;
    color: #003D6E !important;
}

.physis-accordion-button:hover, .physis-accordion-button:focus {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.physis-loader {
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
}

.physis-table {
    width: 100%;
    min-width: 768px;
    font-family: "Sulphur Point", sans-serif !important;
    font-size: 14px;
}

.physis-t-title {
    font-size: 16px;
    font-weight: 600;
}

.physis-t-container {
    overflow-x: auto;
    min-width: 100%;
}

.physis-table td {
    border: 1px solid #cfcfcf !important;
}

.physis-listen-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.physis-listen-container-inner {
    width: 95%;
}

.physis-listen-container-inner iframe {
    margin-top: 20px !important;
}

.physis-login-form {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 16px;
    font-family: "Sulphur Point", sans-serif !important;
    color: #003D6E;
}

h3.phisys-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family: "Sulphur Point", sans-serif !important;
    color: #003D6E;
}

.physis-inner-login {
    width: 450px;
    max-width: 450px;
    padding: 20px;
    border: 1px solid #cecece;
}

.physis-black {
    color: black !important;
}

.physis-red {
    color: #BB0000 !important;
}

.physis-blue {
    color: #0066AA !important;
}

@media (max-width: 768px) {
    .physis-inner-wrapper {
        max-width:100%
    }

    .physis-filter-right-container {
        display: none;
    }

    .physis-filter-bottom-container {
        display: flex;
    }

    .physis-sl-container {
        width: 100%;
    }

    .physis-overview-container {
        flex-direction: column !important;
    }

    .physis-carousel-container {
        align-self: center !important;
    }

    .physis-description {
        width: 100% !important;
        margin-top: 40px !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 769px) {
    .physis-filter-right-container {
        display: none;
    }

    .physis-filter-bottom-container {
        display: flex;
    }

    .physis-sl-container {
        width: 48%;
    }
}

@media (min-width: 1010px) {
    .physis-inner-wrapper {
        max-width:990px
    }

    .physis-sl-container {
        width: 33%;
    }

    .physis-filter-right-container {
        display: flex;
        width: 230px;
    }

    .physis-filter-bottom-container {
        display: none;
    }
}

@media (min-width: 1200px) {
    .physis-inner-wrapper {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .physis-inner-wrapper {
        max-width:1230px
    }
}

@media (min-width: 1800px) {
    .physis-inner-wrapper {
        max-width:1700px
    }
}