/*!
Theme Name: Etonhurst
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: etonhurst
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Etonhurst is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
	 
	 
@media(min-width:640px){	 
	 .sponserTeam {display: flex;
        justify-content: center;}
        .sponserTeam{display: flex;
        justify-content: center;}
        .sponserTeam1{width:30%;}
 .sponserTeam2{width:70%;}
    .quatName{text-align:right;}
}
.sponserlogo{width:8rem;}
.Philosophy{border-radius:30px;}    
.insightGrid img{width: 100%;
    height: 255px;
    object-fit: cover;}

.newsTag .active {
	border-bottom: 2px solid;
}


@media (min-width: 1280px) {
    .sponserTeam .title, .foundergrid .title {
        font-size: 1.5vw;
    }

	.sponserTeam p, .foundergrid p{
		font-size: 0.875rem;
	}
}

.funds h2, .funds p {
	margin-bottom: 1rem;
}

.funds p strong {
	color: #1aabb6;
}

.fundSection {margin-bottom: 3rem;}

.fundSection h3 {
	color: #1aabb6;
	font-weight: 400;
	line-height: 1.75rem;
	margin-bottom: 1rem;
	font-size: 1.825rem;
	font-family: 'SelinaW01-Regular';
}


.fundSection li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-size: 1.5rem;
  color: #1aabb6; 
}

.fundSection ul li {
    border-bottom: 1px solid #C1C1C1;
    padding: 1.2rem 0;
	position: relative;
	padding-left: 1.4rem;
}


.fundSection ul li:last-child {
	border-bottom: none;
}


.fundSection .sublisting li::before {
	display: none;
}

.fundSection .sublisting li {
	border-bottom: unset;
	list-style: inside;
	padding-left: 0;
    padding-bottom: 0;
}

.text-left h2 {
	text-align: left;
}

.text-left {
	padding: 40px;
}

@media (max-width: 992px) {
	.text-left {
		padding: 10px;
	}
}

.accordion-item h5 {
	font-family: 'SelinaW01-Regular';
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.75rem;
}

.accordion-item {
	border-bottom: 1px solid #C1C1C1;
}

.accordion-body {
	padding: 15px 30px;
}

.accordion-body p {
	margin-bottom: 15px;
}

.accordion-item .icon {
	color: #1aabb6;
    border: 1px solid #1aabb6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    margin-top: 2px; /* optional tweak */
}

.accordion-item.active h5 {
  color: #1aabb6;
}

header {
	z-index: 99999;
}

@media (max-width: 767px) {
   .aboutDetail::after {
	display: none;
   }

	.newsSec {
		padding: 0;
	}

	.arrowSvg {
	width: 20px;
	height: 22px;
}

.responsiveFooter {
	display: block;
}
}

@media (max-width: 1024px) {
    #dropdownMenu {
		margin:0 15px;
		width: 200px;
	}

}


	.dropdown-menu li a {
		margin-bottom: 0;
		border-bottom: 1px solid;
		padding: 0!important;
		padding-bottom: 5px !important;
	}

	/*.dropdown-menu li {*/
	/*	padding-bottom: 15px;*/
	/*}*/

	@media (min-width: 1025px) {
    /* #dropdownMenu {
		top: 45px;
	} */

	.fundDropdown .dropdown-menu {
		width: 16vw;
	}

}

.dropdown-menu li:last-child{
	padding-bottom: 0;
}