/** UL MARGIN BOTTOM **/
ul {
	margin-bottom: 24px;
}

/** INNER PAGE HEADER **/
.inner-page-header {
	padding: 150px 0px;
}

/** OUR TEAM PAGES **/
.elementor-icon-list-text p {
    margin-bottom: 0 !important;
}

/** TEXT **/
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: 0px !important;
}
.elementor hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  height: 2px !important;
  background-color: #0A2956 !important;
  border: 0px solid !important;
}

/** NAV LINKS **/
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: white !important;
}

/** LOOP ITEM **/
.e-loop-item .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !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 **/
.intro-limit {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/** FILTER BY **/
.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: 0px;
}
.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;
}

/** Search Filter **/
.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 **/
.gradient {
  background-image: linear-gradient(40deg, #0A2956 49%, #BD403D 100%);
}
.gradient .elementor-image-box-content {
  padding: 20px;
}


/** DETAILS AND SUMMARY **/
details {
    overflow: hidden;
    margin-top: 0.125em;
    margin-bottom: 0.875em;
    border: 1px solid #d3d6d8;
    background: #ffffff;
    border-radius: 3px;
}
details summary {
    cursor: pointer;
    padding: 0.75em;
    background: #ffffff;
    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;
	}
}

