﻿ul
{
    margin-bottom: 24px;
}
.inner-page-header
{
    padding: 150px 0;
}
.elementor-icon-list-text p
{
    margin-bottom: 0!important;
}
h1.elementor-heading-title, h2.elementor-heading-title.elementor-size-xl
{
    font-size: 50px!important;
}
p.elementor-heading-title
{
    font-size: 1.5rem;
    line-height: 1.5!important;
    margin-bottom: 0!important;
}
.elementor hr
{
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
    height: 2px!important;
    background-color: #0a2956!important;
    border: 0 solid!important;
}
header nav a, .footer nav a
{
    font-size: 16px;
}
.btn-maintenance
{
    background: #c9a357;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
}
.btn-maintenance a
{
    color: #fff!important;
}
.e-loop-item .elementor-widget-wrap.elementor-element-populated
{
    padding: 0!important;
}
.intro-limit-one .elementor-image-box-description
{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innovators-grid .elementor-image-box-description
{
    -webkit-line-clamp: 3;
}
.innovators-grid .elementor-image-box-img img
{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.d-block
{
    width: 100%;
}
.d-block a
{
    display: block!important;
}
.intro-limit
{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.filter-box
{
    margin-top: 30px;
}
.filter-box ul>li ul:first-of-type:before
{
    content: "Filter By:";
    font-size: 12px;
    padding: 5px 10px;
    display: inline-flex;
    margin-bottom: 10px;
    align-items: center;
    display: none;
}
.filter-box ul
{
    padding-left: 0;
}
.filter-box ul>li li
{
    padding: 0!important;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 2px;
    display: inline-flex;
    align-items: center;
}
.filter-box ul>li li input
{
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.filter-box ul>li li label
{
    padding: 8px 10px!important;
    margin: 0;
    color: #fff;
    background-color: #021b40;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}
.filter-box ul>li .sf-option-active label, .filter-box ul>li li label:hover
{
    background-color: #c9a357;
    border-radius: 20px;
}
.sf-field-search h4
{
    font-weight: bold;
    font-size: 24px;
}
.searchandfilter label
{
    width: 100%;
}
.sf-field-search input.sf-input-text
{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #3f444b;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
    padding: 18px;
}
.gradient
{
    background-image: linear-gradient(40deg,#0a2956 49%,#bd403d 100%);
}
.gradient .elementor-image-box-content
{
    padding: 20px;
}
details
{
    overflow: hidden;
    margin-top: .125em;
    margin-bottom: .875em;
    border: 1px solid #d3d6d8;
    background: #fff;
    border-radius: 3px;
}
details summary
{
    cursor: pointer;
    padding: .75em;
    background: #fff;
    font-weight: 400;
    font-family: "DM Serif Display",sans-serif;
    font-size: 24px;
    color: #0a2956;
    border-radius: 3px 3px 0 0;
}
details div.main
{
    padding: 1em 1.25em;
}
.show-on-mobile
{
    display: none!important;
}
.show-on-mobile.bg-red
{
    background: #bd403d;
}
@media(max-width: 767px)
{
    .show-on-mobile
    {
        display: block!important;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item
    {
        font-size: .85rem!important;
        text-transform: uppercase;
    }
}