h3.page-subtitle {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.1;
    margin: 120px 0 72px
}

.event-article {
    margin-bottom: 40px
}

.event-article:hover .event-button {
    display: flex
}

.event-article .event-info {
    grid-column: col-start 1/span 7
}

.event-article .event-info .event-organizer {
    color: #939393;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 10px
}

.event-article .event-info .event-title {
    color: #1d1d1d;
    margin: 10px 0 12px;
    width: -moz-fit-content;
    width: fit-content
}

.event-article .event-info .event-title,.event-article .event-info .event-title:hover {
    font-family: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.33
}

.event-article .event-info .event-title:hover {
    color: #ef3346
}

.event-article .event-info .event-subtitle {
    color: #6a6a6a;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    margin-bottom: 20px;
    width: -moz-fit-content;
    width: fit-content
}

.event-article .event-info .event-type {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px
}

.event-article .event-info .event-details,.event-article .event-info .event-type {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33
}

.event-article .event-info .event-details {
    display: flex;
    margin-bottom: 40px
}

.event-article .event-info .event-details img {
    height: 16px;
    margin-right: 12px;
    width: 16px
}

.event-article .event-info .event-details .event-date,.event-article .event-info .event-details .event-location {
    margin-right: 28px;
    text-transform: capitalize
}

.event-article .event-button {
    align-items: center;
    display: none;
    grid-column: col-start 8/span 1;
    justify-content: flex-end
}

.event-article .event-button .card-arrow-icon {
    background: #1d1d1d url(/wp-content/themes/frennly/img/icons-search/arrow-right.svg) no-repeat 50%;
    display: block;
    height: 52px;
    margin-right: 24px;
    width: 52px
}

.news-item {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr);
    margin-bottom: 40px;
    min-height: 148px
}

.news-item .news-item-text-container {
    grid-column: col-start/span 6;
    grid-row: 1;
    z-index: 2
}

.news-item .news-item-text-container .card-type:after {
    content: " â€¢ "
}

.news-item .news-item-image-container {
    align-items: center;
    display: flex;
    grid-column: col-start 6/span 5;
    grid-row: 1;
    z-index: 1
}

.news-item .news-item-image-container .news-item-image {
    display: block;
    width: 100%
}

.news-item .news-item-date {
    color: #6a6a6a;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 10px;
    margin-top: 16px
}

.news-item .news-item-image-wrapper {
    display: block;
    position: relative
}

.news-item .news-item-title {
    color: #1d1d1d;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 16px;
    margin-top: 8px
}

.news-item .news-item-subtitle,.news-item .news-item-title {
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 700
}

.news-item .news-item-subtitle {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
    margin-top: 16px
}

.news-item .news-item-short-description {
    color: #6a6a6a;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    margin-bottom: 12px
}

.news-item .news-item-tags .tag {
    background-color: #001e50;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 4px 8px
}

.news-item .news-item-tags [data-tag-type=country],.news-item .news-item-tags [data-tag-type=region] {
    background-color: #f7f7f7;
    border-radius: 4px
}

.news-item .news-item-tags [data-tag-type=market] {
    background-color: #d2d2d3;
    border-radius: 12px
}

.news-item .news-item-image-overlay {
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-item .news-item-image-overlay .news-item-arrow-icon {
    background: #1d1d1d url(/wp-content/themes/frennly/img/icons-search/arrow-right.svg) no-repeat 50%;
    display: none;
    height: 52px;
    margin-right: 24px;
    width: 52px
}

.news-item .card-type+.news-item-date {
    color: #1d1d1d;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .75px;
    line-height: 1.33
}

.news-item:hover .news-item-title {
    color: #ef3346
}

.news-item:hover .news-item-arrow-icon {
    display: flex
}

.other-software-card {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr);
    margin-bottom: 40px;
    min-height: 148px
}

.other-software-card .card-text-container {
    grid-column: col-start/span 4
}

.other-software-card .card-text-container .mobile-card-title-container {
    display: none
}

.other-software-card .card-text-container .mobile-card-title-container .mobile-card-title {
    color: #fff;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 24px;
    margin-right: 10px;
    padding-left: 5%;
    padding-top: 15%
}

.other-software-card .card-text-container .mobile-card-title-container .mobile-card-title-separator {
    background-color: #fff;
    color: #fff;
    height: 6px;
    margin-left: 5%;
    position: relative;
    width: 32px
}

.other-software-card .card-image-container {
    align-items: center;
    display: flex;
    grid-column: col-start 5/span 3
}

.other-software-card .card-image-container .card-image {
    display: block;
    width: 100%
}

.other-software-card .card-image-wrapper {
    display: block;
    position: relative
}

.other-software-card .card-title {
    color: #1d1d1d;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 24px;
    margin-top: 8px
}

.other-software-card .card-short-description {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    margin-bottom: 12px
}

.other-software-card .card-tags .tag {
    background-color: #001e50;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 4px;
    padding: 4px 8px
}

.other-software-card .card-tags [data-tag-type=category] {
    border-radius: 4px
}

.other-software-card .card-tags [data-tag-type=market] {
    background-color: #d2d2d3;
    border-radius: 12px
}

.other-software-card .other-software-card:hover .card-title {
    color: #ef3346
}

.other-software-card .other-software-card:hover .card-image-overlay {
    display: flex
}

.other-software-card .card-image-overlay {
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    display: none;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.other-software-card .card-image-overlay .card-arrow-icon {
    background: #1d1d1d url(/wp-content/themes/frennly/img/icons-search/arrow-right.svg) no-repeat 50%;
    height: 52px;
    margin-right: 24px;
    width: 52px
}

.training-card {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr);
    margin-bottom: 40px;
    min-height: 148px
}

.training-card .card-text-container {
    grid-column: col-start/span 4
}

.training-card .card-title {
    color: #1d1d1d;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 24px;
    margin-top: 8px
}

.training-card:hover .card-title {
    color: #ef3346
}

.training-card .card-short-description {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    margin-bottom: 12px
}

.training-card .card-tags .tag {
    border: 1px solid #d2d2d3;
    border-radius: 4px;
    color: #6a6a6a;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 4px;
    padding: 4px 8px
}

.document-card {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr);
    margin-bottom: 40px;
    min-height: 148px
}

.document-card .card-text-container {
    grid-column: col-start/span 4
}

.document-card .card-title {
    color: #1d1d1d;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 24px;
    margin-top: 8px
}

.document-card .card-short-description {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    margin-bottom: 12px
}

.document-card .card-tags .tag {
    border: 1px solid #d2d2d3;
    border-radius: 4px;
    color: #6a6a6a;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 4px;
    padding: 4px 8px
}

.document-card:hover .card-title {
    color: #ef3346
}

.document-card-image-container {
    align-items: center;
    display: flex;
    grid-column: col-start 3/span 5;
    grid-row: 1;
    z-index: 1
}

.document-card-image-container .document-card-image {
    display: block;
    width: 100%
}

.document-card-image-wrapper {
    display: block;
    position: relative
}

.document-card-image-overlay {
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.document-card-image-overlay .document-card-arrow-icon {
    background: #1d1d1d url(/wp-content/themes/frennly/img/icons-search/arrow-right.svg) no-repeat 50%;
    display: none;
    height: 52px;
    margin-right: 24px;
    width: 52px
}

.reference-item {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr);
    margin-bottom: 40px;
    min-height: 148px
}

.reference-item .reference-item-text-container {
    grid-column: col-start/span 6;
    grid-row: 1;
    z-index: 2
}

.reference-item .reference-item-text-container .card-type:after {
    content: " â€¢ "
}

.reference-item .reference-item-text-container .reference-item-subtitle {
    color: #1d1d1d;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
    margin-top: 16px
}

.reference-item .reference-item-text-container .reference-item-short-description {
    color: #6a6a6a;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    margin-bottom: 12px
}

.reference-item .reference-item-text-container .reference-item-company {
    color: #6a6a6a;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33;
    text-transform: uppercase
}

.reference-item .reference-item-text-container .reference-item-title {
    color: #1d1d1d;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 16px;
    margin-top: 8px
}

.reference-item .reference-item-text-container .reference-item-tags .tag {
    border: 1px solid #f7f7f7;
    color: #1d1d1d;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 4px 8px
}

.reference-item .reference-item-text-container .reference-item-tags [data-tag-type=country],.reference-item .reference-item-text-container .reference-item-tags [data-tag-type=region] {
    background-color: #f7f7f7;
    border-radius: 4px
}

.reference-item .reference-item-text-container .reference-item-tags [data-tag-type=market] {
    border-color: #1d1d1d;
    border-radius: 12px
}

.reference-item .reference-item-image-container {
    align-items: center;
    display: flex;
    grid-column: col-start 6/span 5;
    grid-row: 1;
    z-index: 1
}

.reference-item .reference-item-image-container .reference-item-image {
    display: block;
    width: 100%
}

.reference-item .reference-item-image-container .reference-item-image-wrapper {
    display: block;
    position: relative
}

.reference-item .reference-item-image-container .reference-item-image-overlay {
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.reference-item .reference-item-image-container .reference-item-arrow-icon {
    background: #1d1d1d url(/wp-content/themes/frennly/img/icons-search/arrow-right.svg) no-repeat 50%;
    display: none;
    height: 52px;
    margin-right: 24px;
    width: 52px
}

.reference-item:hover .reference-item-title {
    color: #ef3346
}

.reference-item:hover .reference-item-arrow-icon {
    display: flex
}

.card-type+.reference-item-date {
    color: #1d1d1d;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .75px;
    line-height: 1.33
}

.section-item {
    padding-bottom: 25px!important
}

.section-item {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr);
    margin-bottom: 40px
}

.section-item .section-item-text-container {
    grid-column: col-start/span 6;
    grid-row: 1;
    z-index: 2
}

.section-item .section-item-text-container .section-item-title {
    color: #1d1d1d;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 10px;
    margin-top: 8px
}

.section-item .section-item-text-container .section-item-title:hover {
    color: #b41929
}

.section-item .section-item-text-container .arrow-img {
    background: transparent url(/wp-content/themes/frennly/img/icons-search/icon-12-arrow-right-red.svg) no-repeat 0 0;
    display: inline-block;
    height: 12px;
    margin-left: 18px;
    margin-top: 7px;
    position: absolute;
    width: 12px
}

.section-item .section-item-text-container .section-item-url {
    color: #6a6a6a;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .75px;
    margin-bottom: 12px
}

.section-item .section-item-text-container .section-item-short-description {
    color: #1d1d1d;
    display: block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
    margin-top: 16px
}

.summary-item {
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr);
    margin-bottom: 40px;
    min-height: 148px
}

.summary-item .summary-item-text-container {
    grid-column: col-start/span 4
}

.summary-item .summary-item-image-container {
    align-items: center;
    display: flex;
    grid-column: col-start 5/span 3
}

.summary-item .summary-item-image-container .summary-item-image {
    display: block;
    width: 100%
}

.summary-item-image-wrapper {
    display: block;
    position: relative;
    width: auto !important;
    height: auto !important;
}

.summary-item-title {
    color: #1d1d1d !important;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.33;
    margin-bottom: 8px;
    margin-top: 16px
}

.summary-item-subtitle,.summary-item-title {
    display: block !important;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 700;
    width: auto !important;
    height: auto !important;
}

.summary-item-subtitle {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
    margin-top: 8px
}

.summary-item-short-description {
    color: #1d1d1d
}

.summary-item-address,.summary-item-short-description {
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    margin-bottom: 12px
}

.summary-item-address {
    color: #6a6a6a
}

.summary-item-tags .tag {
    border: 1px solid #d2d2d3;
    color: #6a6a6a;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 4px;
    padding: 4px 8px
}

.summary-item-tags [data-tag-type=category] {
    border-radius: 4px
}

.summary-item-tags [data-tag-type=market] {
    border-radius: 12px
}

.summary-item:hover .summary-item-title {
    color: #ef3346
}

.summary-item:hover .summary-item-image-overlay {
    display: flex
}

.summary-item-image-overlay {
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    display: none;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.summary-item-image-overlay .summary-item-arrow-icon {
    background: #1d1d1d url(/wp-content/themes/frennly/img/icons-search/arrow-right.svg) no-repeat 50%;
    height: 52px;
    margin-right: 24px;
    width: 52px
}

.summary-item-category {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    letter-spacing: .75px;
    line-height: 1.33
}

.summary-item-category:before {
    content: " â€¢ "
}

.card-type+.summary-item-category {
    display: inline-block
}

.animation-slide-in-from-bottom {
    background-color: #fff;
    bottom: 0;
    max-height: 0;
    opacity: 0;
    position: fixed;
    transition: all .7s cubic-bezier(.2,1,.4,1);
    width: 100%
}

.animation-slide-in-from-top {
    background-color: #fff;
    margin: 0 auto;
    max-height: 0;
    opacity: 0;
    position: relative;
    transition: all .2s cubic-bezier(.2,1,.4,1);
    width: 1140px
}

.active-animation-slide-in {
    max-height: 350px;
    opacity: 1;
    top: 16%
}

.overlay-popup {
    background-color: rgba(29,29,29,.9);
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw
}

.active-overlay-popup {
    display: flex;
    height: 100vh;
    visibility: visible;
    z-index: 1101
}

.close-icon {
    grid-column: 12/span 1;
    grid-row: 1/1;
    height: 24px;
    justify-self: end;
    margin-top: 80px;
    width: 24px
}

.close-icon:hover {
    cursor: pointer;
    opacity: .6
}

.video-player {
    align-self: center;
    grid-column: 3/span 8;
    height: 485px;
    width: 100%
}

.search-popup-overlay {
    background: linear-gradient(90deg,rgba(29,29,29,.6) 50%,#f7f7f7 0);
    color: #fff;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1101
}

.search-popup-container {
    height: 100%
}

#search-filter-container {
    grid-column: col-start 1/span 4
}

#search-filter-container #search-filters-title {
    color: #fff;
    display: inline-block;
    font-family: Source Sans Pro,sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4
}

#search-filter-container #search-filter-list {
    color: #fff;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    line-height: 1.75;
    display: flex;
    flex-direction: row;
    margin-left: 2px;
    cursor: pointer;
}

#search-filter-container #search-filters-wrapper {
    animation: animate-filters-wrapper-popup .4s linear 1 forwards;
    background-color: #001e50;
    position: sticky;
    top: 764px
}

@keyframes animate-filters-wrapper-popup {
    0% {
        bottom: 0;
        left: 0
    }

    to {
        left: 0;
        top: 250px
    }
}

#search-filter-container .filter-element {
    border-left: 1px solid #939393
}

#search-filter-container .filter-element.active {
    color: #ef3346;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    line-height: 1.75
}

#search-filter-container .filter-element:hover {
    opacity: 1
}

#search-filter-container .filter-element:hover .filter-element-text {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    line-height: 1.75
}

#search-result-container {
    background-color: #f7f7f7;
    grid-column: col-start 5/span 8;
    grid-template-rows: 30px 200px auto
}

#search-result-container .items-wrapper>div:not(:last-child) {
    border-bottom: 1px solid #d2d2d3;
    padding-bottom: 40px
}

#search-close-button {
    grid-column: col-start 1/span 1;
    margin: 30px auto
}

#search-popup-header {
    background-color: #f7f7f7;
    grid-column: col-start 1/span 8;
    grid-row: 1;
    height: 38px;
    padding-top: 10px;
    position: sticky;
    top: 0;
    z-index: 3
}

#search-popup-header #header-languages {
    display: none
}

#search-popup-header #header-login {
    cursor: pointer;
    grid-column: col-start 3/span 4;
    margin-right: 0
}

#search-popup-header #header-login,#search-popup-header .header-sign-in-open-button {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    letter-spacing: .75px;
    line-height: 1.33
}

#search-popup-header .header-sign-in-open-button {
    font-weight: 400
}

#search-popup-header a,#search-popup-header a:visited {
    color: #1d1d1d;
    vertical-align: middle
}

#search-popup-header #header-social {
    grid-column: col-start 7/span 2
}

#search-bar-container {
    background-color: #f7f7f7;
    grid-column: col-start 1/span 8;
    grid-row: 2;
    height: 80px;
    margin-bottom: 120px;
    margin-top: 0;
    position: sticky;
    top: 38px;
    z-index: 3
}

#search-bar-container .search-input-container {
    background-color: #f7f7f7;
    border-bottom: 1px solid #6a6a6a;
    display: flex;
    grid-column: col-start 2/span 7;
    width: 100%
}

#search-bar-container .search-input-container span {
    cursor: pointer;
    height: 20px;
    width: 20px
}

#search-bar-container .search-input-container .search-loop {
    content: url(/wp-content/themes/frennly/img/icons-search/search.svg);
    margin: 30px auto 30px 24px
}

#search-bar-container .search-input-container .search-icon {
    display: none
}

#search-bar-container .search-input-container span.delete-icon {
    content: url(/wp-content/themes/frennly/img/icons-search/erase-search.svg);
    margin: 30px 24px 30px auto
}

#search-bar-container .search-input-container img.delete-icon {
    display: none
}

#search-bar-container .search-input-container .search-input {
    background-color: transparent;
    border: none;
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    line-height: 1.75;
    outline: none;
    padding-left: 12px;
    width: 100%
}

#search-bar-container .search-input-container .search-input:-ms-input-placeholder,#search-bar-container .search-input-container .search-input::-ms-input-placeholder,#search-bar-container .search-input-container .search-input::placeholder {
    color: #fff;
    opacity: 1
}

#results-wrapper {
    grid-column: col-start 2/span 7;
    grid-row: 3;
    margin-bottom: 152px;
    margin-top: 0
}

.search-ready {
    color: #6a6a6a;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    grid-row: 3;
    line-height: 1.75;
    margin: auto;
    text-align: center
}

.search-ready .no-search-icon {
    content: url(/wp-content/themes/frennly/img/icons-search/telescope.svg)
}

.no-results {
    grid-row: 3;
    line-height: 1.75;
    margin: auto;
    text-align: center
}
@media(max-width:991px) {
    .no-results p {
        font-size: 1.6rem;
        line-height: 100%;
    }
}

.no-results .no-results-icon {
    content: url(/wp-content/themes/frennly/img/icons-search/confused.svg)
}

.third-button button {
    background-color: #f7f7f7;
    padding-right: 32px
}

.card-type {
    color: #1d1d1d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 12px;
    letter-spacing: .75px;
    line-height: 1.33
}

.home-filters-container {
    display: none;
    grid-column: col-start 1/span 4;
    margin-top: 100px
}

.home-filters-container .filters-wrapper {
    padding: 0
}

.home-filters-container .filters-wrapper #search-filter-elements-wrapper .filter-label:before {
    color: #fff
}

@media screen and (max-width: 1269px) {
    h3.page-subtitle {
        font-size:34px;
        letter-spacing: 1px
    }

    .event-article:hover .event-button {
        display: none
    }

    .event-article .event-info .event-title {
        padding-right: 10px
    }

    .event-article .event-info .event-details {
        flex-direction: column
    }

    .event-article .event-info .event-details .event-dates {
        display: flex
    }

    .event-article .event-info .event-details .event-geo,.event-article .event-info .event-details .event-members {
        display: flex;
        margin-top: 15px
    }

    .event-article .event-info .event-details .event-date,.event-article .event-info .event-details .event-location {
        width: 228px
    }

    .news-item {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0
    }

    .news-item .news-item-image-container,.news-item .news-item-text-container {
        z-index: 0
    }

    .news-item .news-item-image-wrapper {
        margin: 0 auto
    }

    .news-item .news-item-title {
        font-size: 20px
    }

    .news-item .news-item-image-overlay,.news-item .news-item-tags {
        display: none
    }

    .other-software-card .card-text-container {
        grid-column: col-start/span 7
    }

    .other-software-card .card-title {
        font-size: 20px
    }

    .document-card .card-text-container,.training-card .card-text-container {
        grid-column: col-start/span 7
    }

    .reference-item {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0
    }

    .reference-item .reference-item-text-container {
        z-index: 0
    }

    .reference-item .reference-item-text-container .reference-item-company {
        padding-top: 15px
    }

    .reference-item .reference-item-text-container .reference-item-title {
        font-size: 20px
    }

    .reference-item .reference-item-text-container .reference-item-tags {
        display: none
    }

    .reference-item .reference-item-image-container {
        z-index: 0
    }

    .reference-item .reference-item-image-container .reference-item-image-wrapper {
        margin: 0 auto
    }

    .reference-item .reference-item-image-container .reference-item-image-overlay {
        display: none
    }

    .section-item {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0
    }

    .section-item .section-item-text-container {
        z-index: 0
    }

    .section-item .section-item-text-container .section-item-title {
        font-size: 20px
    }

    .summary-item .summary-item-image-container,.summary-item .summary-item-text-container {
        grid-column: col-start/span 7
    }

    .summary-item-image-wrapper {
        width: 100%
    }

    .summary-item-title {
        font-size: 20px
    }

    .animation-slide-in-from-top {
        margin-top: 24px;
        top: 0
    }

    .active-animation-slide-in {
        border: 0;
        max-height: 100%;
        overflow: scroll
    }

    .video-player {
        grid-column: 1/span 12
    }

    .search-popup-overlay {
        padding-left: 10px
    }

    .search-popup-container {
        flex-basis: 100%;
        margin: 0;
        padding: 0
    }
    #search-filter-container {
        display: none
    }

    #search-result-container {
        grid-column: col-start 1/span 12;
        grid-template-rows: auto
    }

    #search-result-container .close-icon {
        height: auto
    }

    #search-result-container #results-wrapper {
        grid-column: col-start 1/span 8;
        grid-row: 3/4;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 0
    }

    #search-result-container .items-wrapper>div:not(:last-child) {
        border-bottom: none;
        margin-bottom: 15px;
        padding-bottom: 0
    }

    #search-close-button {
        margin: auto
    }

    #search-popup-header {
        display: none
    }

    #search-bar-container {
        grid-column-gap: 0;
        grid-row: 1/2;
        height: 60px;
        margin-bottom: 0;
        top: 0
    }

    #search-bar-container .search-input-container {
        border-bottom: none
    }

    #search-bar-container .search-input-container .search-loop {
        display: none
    }

    #search-bar-container .search-input-container .search-icon {
        display: block;
        height: 24px;
        margin: auto;
        width: 25px
    }

    #search-bar-container .search-input-container span.delete-icon {
        display: none
    }

    #search-bar-container .search-input-container img.delete-icon {
        display: block;
        height: 24px;
        margin: auto;
        width: 24px
    }

    #search-bar-container .search-input-container .search-input {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60%
    }

    .home-filters-container {
        display: block;
        grid-column: col-start 1/span 8;
        grid-row: 1/3;
        margin-bottom: 30px;
        margin-top: 60px;
        z-index: 1
    }

    .home-filters-container .filters-wrapper {
        background-color: #001e50;
        padding: 20pt
    }

    .home-filters-container .filters-wrapper .filter-title {
        color: #fff;
        margin-bottom: 10px
    }

    .home-filters-container .filters-wrapper #search-filter-elements-wrapper {
        border: 2px solid #fff;
        color: #fff
    }
}
.grid-10-cols, .grid-12-cols {
    grid-column-gap: 24px;
    display: grid;
}
.grid-8-cols {
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(8, [ col-start ] 1fr);
}
.results-items-wrapper {
    min-height: 100px;

}
/**Custom css**/

.grid-5-cols {
    grid-template-columns: repeat(5,[col-start] 1fr)
}

.grid-5-cols,.grid-6-cols {
    grid-column-gap: 24px;
    display: grid
}

.grid-6-cols {
    grid-template-columns: repeat(6,[col-start] 1fr)
}

.grid-8-cols {
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(8,[col-start] 1fr)
}

.grid-8-cols>* {
    grid-column: col-start/span 8
}

.grid-10-cols {
    grid-template-columns: repeat(10,[col-start] 1fr)
}

.grid-10-cols,.grid-12-cols {
    grid-column-gap: 24px;
    display: grid
}

.grid-12-cols {
    grid-template-columns: repeat(12,[col-start] 1fr)
}

.grid-12-cols>* {
    grid-column: col-start/span 12
}

.grid-7-cols {
    grid-column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(7,[col-start] 1fr)
}

.grid-7-cols>* {
    grid-column: col-start/span 7
}

.col-start-2 {
    grid-column-start: 2
}

.col-end-4 {
    grid-column-end: 4
}

.hidden {
    display: none!important
}

.centered-h,.centered-main {
    margin: 0 auto;
    width: 1260px
}

.col-grid-center,.col-left-start {
    grid-column-start: 2
}

.col-grid-center {
    grid-column-end: 12
}
.loader {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,.2);
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 72px
}

.loader.hidden {
    display: none
}

.loader div {
    animation: spin-circle 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #ef3346;
    box-sizing: border-box;
    display: block;
    height: 32px;
    margin: 0;
    position: absolute;
    width: 32px
}

.loader div:first-child {
    animation-delay: -.33s
}

.loader div:nth-child(2) {
    animation-delay: -.3s
}

.loader div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes spin-circle {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.sticky-header {
    box-shadow: 0 8px 15px 0 rgba(0,0,0,.149);
    position: fixed;
    top: 0;
    z-index: 1100
}

.sticky-header .search-text {
    background: #f7f7f7 url(/wp-content/themes/frennly/img/icons-search/search.svg) no-repeat left 24px center
}

#cetim-logo,#cetim-logo-mobile {
    /**background: transparent url(/wp-content/themes/cetim/assets/images/Carnot-cetim-mecallians-v2.svg) no-repeat 0;**/
    grid-column: 2/6;
    height: 55px;
    margin-left: 25px
}

.search-text {
    background: #f7f7f7 url(/wp-content/themes/frennly/img/icons-search/search.svg) no-repeat left 24px center;
    border: none;
    color: #6a6a6a;
    font-family: Source Sans Pro,sans-serif;
    font-size: 16px;
    grid-column: col-start 6/13;
    height: 80px;
    line-height: 1.75;
    outline: none;
    padding-left: 66px
}

.search-text:-ms-input-placeholder,.search-text::-ms-input-placeholder,.search-text::placeholder {
    color: #fff;
    opacity: 1
}
.search-ready-input {
    color: #6a6a6a;
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    grid-row: 3;
    line-height: 1.75;
    margin: auto;
    text-align: center;
}
.search-loop-content {
    content: url(/wp-content/themes/frennly/img/icons-search/search.svg);
    margin: 0px auto -4px 0px;
}
.search-loop-enter {
    content: url(/wp-content/themes/frennly/img/icons-search/enter.svg);
    margin: 0px auto -4px 0px;
    height: 20px;
}
.category_element {
    border: 1px solid #000;
    color: #1d1d1d;
    display: inline-block;
    font-family: Source Sans Pro, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.33;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 4px 8px;
    border-radius: 9px;
}
.results-items-wrapper-showing .collapsible .separator {
    background-color: #d2d2d3;
    display: inline-block;
    height: 1px;
    vertical-align: -6px;
    width: 100%;
}

.results-items-wrapper-showing .collapsible {
    margin-bottom: 40px;
}
.results-items-wrapper-showing .third-button{
    height: 44px;
    position: relative;
}
.results-items-wrapper-showing .third-button button{
    background-color: #f7f7f7;
    color: #1d1d1d;
    cursor: pointer;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    letter-spacing: .8px;
    padding: 0 16px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: none !important;
}
.results-items-wrapper-showing .third-button button .arrow-img{
    background: transparent url(/wp-content/themes/frennly/img/icons-search/icon-12-arrow-right-black.svg) no-repeat 0 0;
    display: inline-block;
    height: 12px;
    margin-right: 12px;
    vertical-align: middle;
    width: 12px;
}
span.search-filter-element.filter-element.is-filter-data.isSelected {
    color: red;
}
.isDefault {
    display: none !important;
}
.isform_search{
    width: 100%;
    margin-top: 13px;
    margin-left: 5px;
}
/**Loader pagination**/

.loaderPaginated,
.loaderPaginated:before,
.loaderPaginated:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loaderPaginated {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loaderPaginated:before,
.loaderPaginated:after {
  position: absolute;
  top: 0;
  content: '';
}
.loaderPaginated:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loaderPaginated:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
