/** HEADER SEARCH WIDGET **/
.search-widget {
    background: #FFFFFF;    
}
.search-widget-large:not(.open) {
    opacity: 0;
    visibility: hidden;   
}
.search-widget-small:not(.open) {
    top: -100vh;
}
.search-widget:not(.open) * {
    display: none;
}
.search-widget.open {
    padding-bottom: 40px;    
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}
.search-widget-small {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 12px;
    transition: top 0.5s ease-in-out;
}
.search-widget-small .row { 
    border-bottom: 1px solid #80A2A6;
    margin-bottom: 32px;
    padding-bottom: 12px;
}
.search-widget-small span {
    font-family: Inter-ExtraBold, sans-serif;
    color: #13383C;
    font-size: 18px;
    text-decoration: underline;
}
.search-widget-large {
    position: relative;
    transition: opacity 0.5s ease-in-out;
}
.search-widget-small.open {
    height: initial;
}
.search-widget-small p {
    font-size: 21px;
}
.search-widget-large p {
    font-size: 45px;
    line-height: 55px;
    padding-top: 45px;
}
.search-widget p {
    font-family: Inter-Bold, sans-serif;    
    color: #000000;    
}
.search-widget .form-group {
    display: flex;
    margin: 0;
}
.search-widget input {
    border-radius: 0;
    max-height: 40px;
    display: inline-block;
    height: 100%;
    min-height: 40px;
    font-family: Inter-Regular, sans-serif;
    font-size: 18px;
    color:#657071;
}
.search-widget form button {
    background: #80A2A6;
    border-radius: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    padding: 6px;
}

/** ABOUT WIDGET **/
.about-widget {
    margin-top: 20px;
}
.about-widget .about-container {
    padding: 8px;
    background-color: #FFFFFF;
}
.about-widget .about-details {
    min-height: 65px;
}
.about-widget .about-name {
    font-family: Inter-Bold, sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.about-widget .about-title {
    font-family: Inter-Medium, sans-serif;
    color: #0A454D;
    margin: 0;
}
.about-widget .about-more-link {
    font-family: Inter-Regular, sans-serif;
    color: #0A454D;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}
@media only screen and (max-width: 991px) {
    .about-widget {
        display: grid;
        display: -ms-grid;
        grid-template-columns: auto 100px;
        -ms-grid-columns: auto 100px;
    }
    .about-widget .about-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-column: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
    .about-widget .img-fluid {
        grid-column: 2;
        grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
    .about-widget .about-details {
        min-height: auto;
        margin-top: 0;
    }
    .about-widget .img-fluid {
        grid-column: 2;
        grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
    .about-widget .about-more-link {
        margin-top: 0;
    }
}

/** FILTER WIDGET **/
.filter-widget {
    margin-bottom: 32px;            
}
.filter-widget > .container {
    border-bottom: 1px solid #CBCBCB;
}
.filter-widget form {
    display: flex;
    align-items: center;
}
.filter-widget .dropdown {
    border-right: 1px solid #CBCBCB;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.filter-widget .dropdown-toggle {
    font-family: Inter-Bold, sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    box-shadow: none;
    width: 100%;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
}
.filter-widget .dropdown-toggle:focus, .filter-widget .dropdown-toggle:hover {
    text-decoration: none;
}
.filter-widget .dropdown-toggle:after {
    display:none;
}
.filter-widget .dropdown-toggle img {
    display: inline-block;
    margin-left: 8px;
}
.filter-widget .dropdown-item {
    cursor: pointer;
    transition: padding 0.4s ease-out;
    padding-left: 0;
    font-family: Inter-Regular, sans-serif;
    color: #657071;
    white-space: break-spaces;
}
.filter-widget .dropdown-selection {
    font-family: Inter-Regular, sans-serif;
    color: #657071;
    padding: 0 30px;
    min-height: 24px;
}
.filter-widget .clear-filters-container {
    min-height: 80px;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.filter-widget .clear-filters-container button {
    box-shadow: none;
    color: #0E3F45;
    font-family: Inter-Regular, sans-serif;
    padding-left: 54px;
}
.filter-widget .dropdown-menu {
    display: block;
    border-radius: 0;
    border: 0;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in, visibility 0.4s ease-out;
}
.filter-widget .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    padding-left: 19px;
}
.filter-widget .dropdown-item:focus, .filter-widget .dropdown-item:hover {
    padding-left: 34px;
}
.filter-widget .filter-mobile {
    font-family: Inter-Regular, sans-serif;
    color: #0E3F45;
    box-shadow: none;
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-widget .dropdown-item.active, .filter-widget .dropdown-item:active {
    background-color: #e9ecef; 
}
@media only screen and (max-width: 991px) {
    .filter-widget {
        background-color: #FFFFFF;
    }
    .filter-widget > .container {
        border-bottom: 1px solid #80A2A6;
    }
    .filter-widget .dropdown {
        border-right: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        justify-content: flex-start;
    }
    .filter-widget form {
        transition: opacity 0.2s ease-out, height 0.4s ease-out;
        flex-direction: column; 
    }
    .filter-widget form:not(.open) {
        height: 0;
        opacity: 0;
    }
    .filter-widget .dropdown-toggle {
        padding: 0;
        padding-top: 16px;
        font-size: 18px;
    }
    .filter-widget .dropdown-menu {
        position: relative !important;
        transform: unset !important;
        transition: height 0.4s ease-in-out, opacity 0.2s ease-in-out;
    }
    .filter-widget .dropdown-menu:not(.show) {
        height: 0;
        opacity: 0;
        padding: 0;
    }
    .filter-widget .dropdown-item {
        padding: 0;
    }
    .filter-widget .dropdown-menu.show .dropdown-item {
        padding-left: 30px;
    }
    .filter-widget .clear-filters-container,
    .filter-widget .dropdown-selection {
        min-height: initial;
    }
    .filter-widget .clear-filters-container button {
        padding: 0;        
    }
}
@media only screen and (min-width: 992px) {
    .filter-widget .filter-mobile {
        display: none;
    }
    .filter-widget form > .dropdown:has(+ .clear-filters-container) {
        max-width: 150px;
    }  
}

/** TAGS WIDGET **/
.tags-widget .tags-container {
    margin-top: 18px;
}
.tags-widget .tags-category {
    font-family: Inter-SemiBold, sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
}
.tags-widget .tag-group {
    display: flex;
    flex-wrap: wrap;
}
.tags-widget .tag {
    padding: 10px 15px;
    background-color: #80A2A6;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 15px;
}
.tags-widget a, .tags-widget a:hover, .tags-widget a:focus {
    text-decoration: none;
    font-family: Inter-Regular, sans-serif;
    color: #FFFFFF;
}
.tags-widget .tags-mobile {
    font-family: Inter-Regular, sans-serif;
    color: #0E3F45;
    box-shadow: none;
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 0;
}
.tags-widget.fixed-enabled .collapsable-tags.fixed {
    position: sticky;
    top: 170px;
    position: -webkit-sticky;
}
@media only screen and (max-width: 991px) {
    .tags-widget .collapsable-tags {
        visibility: hidden;
        opacity: 0;
        height: 0;
        transition: height 0.4s ease-in-out, opacity 0.2s ease-in-out, height 0.2s ease;
    }
    .tags-widget .collapsable-tags.open {
        visibility: visible;
        opacity: 1;
        height: initial;
    }
    .tags-widget .collapsable-tags .tags-container:last-of-type {
        margin-bottom: 18px;
    }
}
@media only screen and (min-width: 992px) {    
    .tags-widget.fixed-enabled {
        min-height: 100vh;
        height: 100%;
    }
    .tags-widget .tags-mobile {
        display: none;
    }
}

/** RELEASE WIDGET **/
.release-widget {
    position: relative;
}
.release-widget.card-view {
    margin-bottom: 40px;
    background-color: #FFFFFF;
}
.release-widget.list-view .release-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin-right: 24px;
}
.release-widget .release-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
}
.release-widget .release-container {
    padding: 16px;
}
.release-widget .release-category, .release-widget .release-title {
    margin-bottom: 12px;
}
.release-widget .release-category, .release-widget .release-date {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #0A454D;
    text-transform: uppercase;
}
.release-widget .release-date {
    margin-bottom: 0;
}
.release-widget .release-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.release-widget.card-view .release-summary {
    height: 100px;
    overflow: hidden;
    position: relative;
}
.release-widget .release-summary,
.release-widget .release-author,
.release-widget .release-classification-details {
    font-family: Inter-Regular, sans-serif;
    color: #000000;    
}
.release-widget.card-view .release-summary {
    margin-bottom: 40px;
}
.release-widget .release-author {
    font-style: italic;
}
.release-widget .release-classification p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.release-widget .release-classification-title {
    font-family: Inter-SemiBold, sans-serif;
}
.release-widget.list-view {
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
    .release-widget.card-view {
        display: grid;
        display: -ms-grid;
        grid-template-columns: auto 100px;
        -ms-grid-columns: auto 100px;
        margin-bottom: 45px;
    }
    .release-widget.card-view .release-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-column: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1; 
    }
    .release-widget.card-view .release-summary {
        display: none;
    }
    .release-widget.card-view .img-fluid {
        grid-column: 2;
        grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        object-fit: cover;
        height: 100%;
        object-position: center;
    } 
    .release-widget.list-view .release-classification {
        display: none;
    }
    .release-widget.list-view .release-date {
        margin-top: 32px;
    }
}

/** EVENTS WIDGET **/
.events-widget {
    position: relative;
}
.events-widget.card-view {
    padding: 16px;
    margin-top: 32px;
    background-color: #FFFFFF;
}
.events-widget .event-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.events-widget .event-category, 
.events-widget .event-date,
.events-widget .event-date-location {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #0A454D;
    text-transform: uppercase;
}
.events-widget .event-presenter {
    font-family: Inter-Regular, sans-serif;
    color: #000000;
    font-style: italic;
}
.events-widget .event-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.events-widget .event-summary {
    font-family: Inter-Regular, sans-serif;
    color: #000000;
}
.events-widget .event-date-icon {
    font-family: Inter-Black, sans-serif;
    font-size: 25px;
    line-height: 22px;
    color: #0A454D;
    text-align: center;    
}
.events-widget .event-date-number {
    font-size: 40px;
    line-height: 25px;
}
.events-widget.events-widget.card-view .event-date-container {
    margin-top: 40px;
}
.events-widget.card-view .event-date-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.events-widget.card-view .event-date {
    margin-left: 24px;
}
.events-widget.list-view {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 24px;
}
.events-widget.list-view .event-date-icon {
    background-color: #FFFFFF;
    border-top: 7px solid #0A454D;
    padding-top: 10px;
    order: 2;
    max-width: 98px;
    max-height: 81px;
    width: 100%;
}
.events-widget.list-view .event-summary-container {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .events-widget.list-view {
        margin-bottom: 28px;
    }
    .events-widget.list-view .event-summary-container {
        flex-direction: column;
    }
    .events-widget.list-view .event-date-icon {
        order: 1;
        font-size: 13px;
    }
    .events-widget.list-view .event-summary-container > div {
        order: 2;
    }
    .events-widget.list-view .event-date-number {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .events-widget.card-view .event-title, .events-widget.card-view .event-summary {
        min-height: 72px;
    }
}

/** TESTIMONIES WIDGET **/
.testimonies-widget {
    position: relative;
    border-bottom: 1px solid #CBCBCB;
}
.testimonies-widget .testimony-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 0;
}
.testimonies-widget .testimony-date {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #0A454D;
    text-transform: uppercase;
}
.testimonies-widget .testimony-title {
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.testimonies-widget .testimony-summary {
    font-family: Inter-Regular, sans-serif;
    color: #000000;
}

/** NEWS WIDGET **/
.news-widget {
    position: relative;
}
.news-widget.card-view {
    padding: 16px;
    margin-top: 32px;
    background-color: #FFFFFF;
}
.news-widget .news-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
}
.news-widget .news-img-container {
    text-align: center;
    margin-top: 12px;
}
.news-widget .news-img-container img {
    width: 100%;
}
.news-widget.card-view .news-summary:after {
    height: 120px !important;
}
.news-widget .news-container {
    padding-top: 16px;
}
.news-widget .news-title {
    margin-bottom: 12px;
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.news-widget .news-date {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #0A454D;
    text-transform: uppercase;
    margin-bottom: 0;
}
.news-widget .news-summary {
    height: 100px;
    overflow: hidden;
    position: relative;
    font-family: Inter-Regular, sans-serif;
    color: #000000; 
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .news-widget.card-view .news-summary {
        display: none;
    }
}