/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.40.1503645821
Updated: 2017-08-25 07:23:41*/


.search-filter {
  text-align: center;
}

/*form {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
*/

@media(max-width: 576px) {
  form {
  display: block;
  }
}

@media(max-width: 768px) {
  form {
  padding-bottom: 1.5rem;
  }
}

input[type="text"],
select {
  width: 350px;
  max-width: 100%;
  height: 50px;
  border: 1px solid gray;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: gray;
  background: white;
  font-size: 1.2rem;
}

@media(max-width: 576px) {
  input[type="text"] {
    display: block;
    margin: 0 auto 15px;
  }
}

@media (min-width: 768px) {
  input[type="text"] {
    padding: 5px 18px;
    line-height: 3rem;
  }
}

.search-btn {
  cursor: pointer;
  padding: 10px 25px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 50px;
  color: black;
  background: orange;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.6px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .search-btn {
    padding: 5px 35px;
    font-size: 1rem;
  }
}

#bytitle {
  margin-right: 0;
}

.partners-cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 3rem;
}

@media(max-width: 768px) {
  .partners-cont {
    margin-bottom: 1.5rem;
    justify-content: center;
    text-align: center;
  }
}

.partners-inner {
  width: calc(33.333% - 20px);
  margin: 10px 10px 0;
}

@media(max-width: 768px) {
  .partners-inner {
    width: calc(50% - 20px);
    margin: 0 10px ;
    margin-bottom: 2rem;
  }
}

@media(max-width: 576px) {
  .partners-inner {
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-bottom: 1rem;
  }
}

:last-child.partners-inner {
  margin-right: 0;
}

.partners__title{
  margin-bottom: 10px;
  font-weight: 600;
}

.partners-inner p {
  color: black;
  line-height: 10px;
  margin-top: 7px;
}

.partners-inner span {
  color: #f5a540;
}

@media(max-width: 576px) {
  .senior-associates {
    padding-bottom: 1.5rem;
  }
}

.senior-associates-cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;         
}

@media(max-width: 768px) {
  .senior-associates-cont {
     justify-content: center;
     text-align: center;
  }
}

.senior-associates-inner {
  width: calc(33.333% - 20px);
  margin: 0 10px;
}

@media(max-width: 768px) {
  .senior-associates-inner {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 2rem;
  }
}

@media(max-width: 576px) {
  .senior-associates-inner {
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-bottom: 1rem;
  }
}

:last-child.senior-associates-inner {
  margin-right: 0;
}

.senior-associates__title{
  margin-bottom: 10px;
  font-weight: 600;
}

.senior-associates-inner p {
  color: #f5a540;
}

.senior-associates-inner span {
  color: #f5a540;
}

.drop-down{
  position:relative;
}

.drop-down .selected a{
  background:#fff no-repeat scroll right center;
  display:block;  
  border:1px solid gray; 
  width:100%;
  text-decoration:none;
  color: black;
}

.drop-down .selected a span{
  cursor:pointer; 
  display:block; 
  font-size: 18px;
  padding:10px;
}

.drop-down .option{
  position:relative; 
}

.drop-down + .options ul{
  background:#fff none repeat scroll 0 0;              
  display:none;
  list-style:none; 
  padding:0px 0px; 
  position:absolute; 
  left:0px; 
  top:65px; 
  width:100%; 
  min-width:170px;
  border:1px solid #d7d7d7;
  z-index: 9;
}

@media(max-width:768px) {
  .drop-down + .options ul {
    top:55px;
  }
}

.drop-down .selected span.value, .drop-down + .options span.value{
  display: block;
  padding: 0;
}

.drop-down + .options ul li a{
  padding: 10px 5px; 
  display: flex;
  text-decoration:none;
  color: black;
}

.drop-down + .options ul li a:hover{
  background:#fdb515;
  color:#fff;
  transition:0.2s ease;
}

.drop-down + .options ul li a:before:hover {
  color:#fff;
}

.options ul li {
    display: inline-block;
    width: calc(33.333% - 3px);
}

@media(max-width: 768px) {
 .options ul li {
    display: inline-block;
    width: calc(50% - 3px);
  }
}

@media(max-width: 576px) {
 .options ul li {
    display: inline-block;
    width: 100%;
  }
}

.options ul li a::before {
  content: ' ';
  width: 0;
  height: 0;
  left: 0;
  margin-right: 1rem;
  border: 7px solid transparent;
  border-bottom: 12px solid #f5a540;
  transform: rotate(-31deg);
}

.options ul li a:hover:before {
    border-bottom: 12px solid #fff;
}

.search-filter__dropdown {
    width: calc(33.333% - 20px);
    float: left;
    margin: 0 10px;
}

@media(max-width: 768px) {
  .search-filter__dropdown {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
  }
}

.search-filter__dropdown-items {
	position: relative;
    padding-bottom: 5rem;
    margin: 0 -10px;
}
.down-arw__img{
    position: absolute;
    right: 15px;
    top: 18px;
}

.options .title-ul {
    width:33.3333% !important;
    left: auto !important;
    right: 0;
}

.options .title-ul li {
    display: block !important;
    width: 100% !important;
}

.single-our_people .et_post_meta_wrapper {
  display: none;
}

.down-arw__img--close {
  display: none;
}

.value-in .down-arw__img {
  display: none;
}
.value-in .down-arw__img--close {
  display: block;
}
.our-members{
  min-height: 400px;
}