/*
Theme Name: Investors Circle
Theme URI: http://pathosethos.com/
Version: 1.0
Description: A customized Theme for Investors' Circle.
Author: Pathos Ethos
Author URI: http://pathosethos.com
Template: Divi
*/

/** GLOBAL TYPOGRAPHY **/
h2{
  font-size: 2.22em !important;
  font-weight: 300;
  color: #2AB574 !important;
  text-transform: uppercase;
}
h3{
  text-transform: uppercase;
  font-size: 1.7em !important;
  font-weight: 300;
}
p,
li{
  font-weight: 300;
}
p a{
  text-decoration: underline;
}
#left-area ul,
.entry-content ul{
	padding-left: 1.25em;
}
.et_pb_button{
  border-color: #2AB574 !important;
  background-color: #2AB574 !important;
  color: #fff !important;
}
body #page-container a.et_pb_button:hover{
  background-color: #8CC540 !important;
  border-color: #8CC540 !important;
  color: #fff !important;
}

/** HEADER **/
#top-header{
  float: right;
}
#top-header .container{
  padding-right: 0 !important;
  padding-top: 0 !important;
}
#et-secondary-menu > ul > li a{
  padding-bottom: 0 !important;
}
#et-secondary-nav.menu li{
  line-height: 100px;
}
#et-secondary-nav.menu li ul.sub-menu{
  padding: 0;
}
#et-secondary-nav.menu li ul.sub-menu li{
  padding: 0;
}
#et-secondary-nav.menu li ul.sub-menu li a{
  padding-bottom: 1em !important;
  text-transform: none;
}
.sub-menu{
  border-top: 2px solid #2AB574;
}
.sub-menu:after, .sub-menu:before {
	bottom: 100%;
	left: 85%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.sub-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.sub-menu:before {
	border-color: rgba(36, 48, 113, 0);
	border-bottom-color: #2AB574;
	border-width: 10px;
	margin-left: -10px;
}
#et-top-navigation{
  float: left;
  padding-top: 0 !important;
  padding-left: 280px !important;
/*  background: #066886;*/
}
#top-menu{
  margin-left: 22px;
  border-right: 1px solid #cecece;
  padding-right: 0;
  background: #fff;
}
#top-menu li{
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #cecece;
  float: left;
}
#top-menu li a{
    padding-bottom: 0 !important;
    line-height: 100px;
}
/** HEADER **/
/** HOME **/
/** HERO **/
/*
#hero{
  padding: 0;
}*/
#hero h1{
  font-size: 2.25em;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .02em;
  text-shadow: none;
}
#hero .et_pb_slide_description{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}
#hero .et_pb_slider .et_pb_container{
	width: 100%;
}
#hero .et_pb_slide{
	min-height: 600px;
}
/*
#hero .et_pb_row{
	padding: 0;
}
*/
#ethos h3{
	font-size: 1.4em !important;
    line-height: 1.5em;
    text-transform: none;
}
/** COMMUNITY **/
#community{
  background-position: bottom;
}
/** IMPACT **/
#impact{
  padding: 0;
  margin-bottom: 50px;
}
#impact .et_pb_row{
  width: 100%;
  padding: 0;
}
#impact .et_pb_row .et_pb_column{
  padding: 30px 50px;
  border-bottom: 1px solid #5BBC5A;
  border-right: 1px solid #5BBC5A;
}
#impact .et_pb_row .et_pb_column:last-child{
  border-right: 0px;
}
#impact .et_pb_main_blurb_image{
  width: 90px !important;
}
#impact .et_pb_main_blurb_image svg{
	width: 90px !important;
	height: 92px !important;
}
#impact .et_pb_blurb_content{
  padding-bottom: 10px;
}
#impact .et_pb_blurb_container h2{
  font-weight: 900;
  font-size: 50px !important;
  font-style: italic;
  padding-bottom: 0;
}
#impact .et_pb_blurb_container h2 em{
  font-size: 20px;
  vertical-align: super;
}
#impact .et_pb_blurb_container h2 strong{
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: 5px;
}
#impact .et_pb_blurb_container h3{
  text-transform: uppercase;
  font-size: 30px;
  font-style: italic;
}
#impact .et_pb_text{
  font-size: .9em !important;
  line-height: 1.6em !important;
}
#impact .et_pb_column:first-child svg path{
  fill: #2AB574 !important;
}
#impact .et_pb_column:first-child .et_pb_blurb_container h2,
#impact .et_pb_column:first-child .et_pb_blurb_container h3{
  color: #2AB574 !important;
}
#impact .et_pb_column:nth-child(2) svg path{
  fill: #5BBC5A !important;
}
#impact .et_pb_column:nth-child(2) .et_pb_blurb_container h2,
#impact .et_pb_column:nth-child(2) .et_pb_blurb_container h3{
  color: #5BBC5A !important;
}
#impact .et_pb_column:nth-child(3) svg path{
  fill: #8CC540 !important;
}
#impact .et_pb_column:nth-child(3) .et_pb_blurb_container h2,
#impact .et_pb_column:nth-child(3) .et_pb_blurb_container h3{
  color: #8CC540 !important;
}
/** HOME BLOG **/
#home-blog .et_pb_row{
  width: 100%;
}
#home-blog article{
  width: 49%;
  float: left;
  margin-right: 2%;
  background: #5BBC5A;
}
#home-blog article:last-child{
  margin-right: 0;
}
#home-blog article a.entry-featured-image-url{
  width: 50%;
  float: left;
  height: 175px;
  margin-bottom: 0;
  overflow: hidden;
}
#home-blog article .ic-home-blog{
  width: 50%;
  float: right;
  border-left: 0px;
  padding: 20px 15px;
  height: auto;
  margin-top: 0;
}
#home-blog article .ic-home-blog h2{
  font-size: .9em !important;
  line-height: 1.2em !important;
  font-weight: 400;
  margin-top: 0;
}
#home-blog article .ic-home-blog h2 a{
  text-transform: none;
  color: #fff;
}
#home-blog article .ic-home-blog .more-link{
  color: #fff;
  text-decoration: underline;
  padding-left: 10px;
  position: relative;
  font-size: .8em;
}
#home-blog article .ic-home-blog .more-link:before{
  content: "\f105";
  font-family: 'FontAwesome';
  text-decoration: none;
  position: absolute;
  left: 0;
}
/** HOME**/
/** PAGE ELEMENTS**/
.pattern-bg{
  background-image: url(images/pattern-bg.jpg);
  background-repeat: repeat;
  background-size: auto !important;
}
.gradient-bg{
  background-image: -moz-linear-gradient( -90deg, rgb(140,197,64) 0%, rgb(42,181,116) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(140,197,64) 0%, rgb(42,181,116) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(140,197,64) 0%, rgb(42,181,116) 100%);
}
/** PAGE ELEMENTS**/
/** BUTTONS **/
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover{
  padding-left: .5em !important;
  padding-right: .5em !important;
  min-width: 175px;
  text-align: center;
}
.et_pb_button.large-button{
  font-size: 1.15em !important;
  font-weight: 400;
  width: auto;
  min-width: 300px !important;
}
/** CTAs **/
.ic-cta,
.ic-cta .et_pb_row{
  padding: 0;
  width: 100%;
}
.ic-cta .et_pb_button{
  background-color: #fff !important;
  color: #2AB574 !important;
  border-color: #fff !important;
}
body #page-container .ic-cta .et_pb_button:hover,
.ic-cta .et_pb_button:hover{
  background-color: #2AB574 !important;
  color: #fff !important;
  border-color: #2AB574 !important;
}
.ic-cta .et_pb_text{
  position: relative;
}
.ic-cta .et_pb_column{
  display: table;
  vertical-align: middle;
  height: 430px;
}
.ic-cta .et_pb_column .ic-align-center{
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}
.ic-cta .et_pb_column:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ic-cta .et_pb_column:first-child:before{
  background: rgba(91, 188, 90, 0.85);
}
.ic-cta .et_pb_column:nth-child(2):before{
  background: rgba(91, 188, 90, 0.85);
}
.ic-cta .et_pb_column:nth-child(3):before,
.ic-cta .full-width .et_pb_column:before{
  background: rgba(91, 188, 90, 0.85);
}
.ic-cta .et_pb_column .et_pb_text{
  height: 150px;
}
.ic-cta .et_pb_column .et_pb_button_module_wrapper{
  float: left;
  margin-right: 15px;
}
.ic-cta h3{
  text-transform: none !important;
}
.ic-cta h2{
  font-size: 2.2em !important;
  text-transform: none !important;
}
.ic-cta .full-width.et_pb_row{
  background-size: cover;
}
.ic-cta .full-width .et_pb_column{
  padding: 70px 50px;
  text-align: center;
}
.ic-cta .full-width .et_pb_column .et_pb_text {
    height: auto;
    margin-bottom: 50px;
}
.ic-cta .full-width .et_pb_column .et_pb_button_module_wrapper{
    width: 450px;
    margin: 0 25px 25px;
    float: none;
    display: inline-block;
}
.ic-cta .full-width .et_pb_column .et_pb_button_module_wrapper a{
    width: 100%;
}
.ic-cta .et_pb_column_1_3 .et_pb_text{
  height: auto;
  margin-bottom: 50px;
}
.ic-cta .et_pb_column_1_3 .et_pb_button_module_wrapper{
  float: none;
  margin: auto;
}
/**PAGE HEADER**/
#page-header{
  background-image: -moz-linear-gradient( -90deg, rgb(140,197,64) 0%, rgb(42,181,116) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(140,197,64) 0%, rgb(42,181,116) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(140,197,64) 0%, rgb(42,181,116) 100%);
  width: 100%;
  height: 150px;
  padding: 70px 0;
  margin-bottom: 225px;
}
#page-header + .et_pb_section{
  padding-top: 0;
}
#page-title{
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-title .et_pb_column{
  height: 200px;
  padding: 0;
  display: table;
  width: 100%;
  vertical-align: middle;
}
#page-title .et_pb_text{
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}
#page-title:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
}
#page-title h1{
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .1em;
}
#breadcrumb-container{
  min-height: 30px;
  padding: 0;
}
#investment-search-container{
  padding-bottom: 0px;
}
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    padding-bottom: 0;
    overflow:hidden;
    text-align: center;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin:3px;
    list-style: none;
    float: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
}

#ic-submenu{
  margin: -80px auto 0;
  width: 1170px;
}
#ic-submenu ul{
  padding: 0 !important;
  text-align: center;
  height: 50px;
  background-color: #2AB574 !important;
}
#ic-submenu ul li {
  padding: 0 15px;
  line-height: 50px;
}
#ic-submenu ul li a{
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 0;
  letter-spacing: .05em;
  font-size: 1.2em;
  color: rgba(255,255,255,.50);
}
#ic-submenu ul li.current-menu-item a{
  color: #fff;
}
#ic-submenu + .ic-breadcrumb{
  padding: 0;
}
/**METRIC/STORIES**/
/*
#metric-stories{
  margin-bottom: 150px;
}
#metric-stories .et_pb_row{
  min-height: 318px;
}
#metric-stories  #story-blurbs.et_pb_slider{
  position: absolute;
  width: 100%;
  z-index: 1000;
}
*/
#metric-stories{
  background-color:  #2AB574 !important;
}
#metric-stories .et_pb_button{
  background-color:  #8CC540 !important;
  border-color: #8CC540 !important;
}
#metric-stories .recent-exits .et_pb_row_inner_1,
#metric-stories .recent-exits .et_pb_row_inner_2{
	padding-bottom: 0;
}
#metric-stories .ic-partners-blurb h3{
	padding-top: 50px;
    line-height: 1.5em;
    text-transform: none;
    padding-bottom: 50px;
}
#metric-stories .et_pb_main_blurb_image{
  width: 150px;
  border-bottom: 1px solid #fff;
  margin: auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#metric-stories .et_pb_main_blurb_image svg{
    width: 60px !important;
    overflow: hidden;
}
#metric-stories .et_pb_main_blurb_image svg path{
  fill: #fff;
}
#metric-stories .et_pb_blurb_container h2{
  font-size: 8.3em !important;
  font-weight: 800;
  font-style: italic;
  padding-bottom: 0;
}
#metric-stories .et_pb_blurb_container h2 em{
  font-size: .5em;
  vertical-align: text-top;
}
#metric-stories .et_pb_blurb_container h2 strong{
  font-size: .5em;
  vertical-align: bottom;
}
#metric-stories .et_pb_blurb_container h4{
  font-size: 1.3em !important;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
}
#metric-stories h3{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.6em;
  letter-spacing: .1em;
}
#metric-stories  #story-blurbs .et_pb_slides{
  width: 425px;
  border:1px solid #2AB574;
  margin: auto;
  background: #fff;
}
#metric-stories  #story-blurbs.et_pb_slider .et-pb-arrow-prev,
#metric-stories  #story-blurbs.et_pb_slider .et-pb-arrow-next{
  opacity: 1;
  color: #fff !important;
}
#metric-stories  #story-blurbs.et_pb_slider .et-pb-arrow-prev{
  left: 0px;
}
#metric-stories  #story-blurbs.et_pb_slider .et-pb-arrow-next{
  right: 0px;
}
#metric-stories  #story-blurbs.et_pb_slider .et_pb_slide_image{
  width: 125px !important;
  height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
#metric-stories  #story-blurbs.et_pb_slider .et_pb_slide_description{
  padding-top: 7%;
  padding-bottom: 7%;
}
#metric-stories  #story-blurbs.et_pb_slider .et_pb_slide_content{
  font-size: .8em;
  line-height: 1.6em;
}
#metric-stories  #story-blurbs .et_pb_text p{
  font-size: 1.25em;
}
#recent-exits{
	width: 400px;
	margin: auto;
}
#recent-exits.et_pb_slider .et-pb-arrow-prev,
#recent-exits.et_pb_slider .et-pb-arrow-next{
  opacity: 1;
  color: #2AB574 !important;
}
#recent-exits.et_pb_slider .et-pb-arrow-prev{
  left: 0px;
}
#recent-exits.et_pb_slider .et-pb-arrow-next{
  right: 0px;
}
#investors-video{
  padding-top: 40px;
}
/**MEMBERSHIP LEVELS**/
#membership-levels{
  text-align: center;
}
#membership-levels .et_pb_text{
    border: 1px solid #176b8b;
    width: 400px;
    height: 400px;
    display: inline-block;
    padding: 50px;
    color: #2AB574;
}
#membership-levels .et_pb_text h2{
  font-size: 5.5em !important;
}
#membership-levels .et_pb_text h2 em{
  font-style: normal;
  font-size: .5em;
  vertical-align: text-top;
}
#membership-levels .et_pb_text h4{
  font-size: 1em;
  text-transform: uppercase;
  color: #2AB574;
  padding-bottom: 0;
}
#membership-levels .et_pb_column:first-child .et_pb_text{
  float: right;
}
#membership-levels .et_pb_column:last-child .et_pb_text{
  float: left;
}
/**INVESTMENT SECTORS**/
#investment-search{
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
#investment-search input[type="text"]{
  width: 44%;
  max-width: 515px;
  margin-right: 1%;
  font-size: 14px;
  padding: .7em;
}
#investment-search select,
#investment-search .selectric-wrapper{
  width: 39%;
  max-width: 444px;
  margin-right: 1%;
      display: inline-block;
    vertical-align: middle;
}
#investment-search .selectric{
	background: #fff;
}
#investment-search .selectric .button{
	background: #fff !important;
}
#investment-search .selectric-items ul,
#investment-search .selectric-items li{
	background: #fff;
}
#investment-search input[type="submit"]{
  width: 15%;
  max-width: 200px;
  font-size: 16px;
}
.investment-sectors ul li{
  list-style: none;
  text-transform: uppercase;
  line-height: 2.2em;
  font-weight: 400;
  position: relative;
    width: auto;
}
.investment-sectors ul li svg{
  width: 25px !important;
  height: 20px !important;
  margin-right: 10px;
  overflow: hidden;
}
#investment-results .et_pb_blog_grid_wrapper{
	padding: 4% 0;
}
/**PARTNER LOGOS**/
.partner-logos .et_pb_column{

}
.partner-logos .et_pb_image{
  height: 175px;
  line-height: 175px;
  text-align: center;
}
.partner-logos .et_pb_image img{
  vertical-align: middle;
}
/**STAFF**/
.staff-buttons .et_pb_column{
  text-align: center;
}
.staff-buttons .et_pb_button_module_wrapper:first-child{
	margin-left: 0;
}
.staff-buttons .et_pb_button_module_wrapper:last-child{
	margin-right: 0;
}
.staff-buttons .et_pb_column .et_pb_button_module_wrapper{
  width: 18%;
  display: inline-block;
  margin: 0 .5%;
}
.staff-buttons .et_pb_column .et_pb_button_module_wrapper a{
  width: 100%;
}

.ic-partner,
.ic-staff,
.ic-investment{
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 50px;
  float: left;
}
.ic-partner:nth-of-type(4n+4),
.ic-staff:nth-of-type(4n+4),
.ic-investment:nth-of-type(4n+4){
  margin-right: 0;
}
.ic-partner:nth-of-type(4n+1),
.ic-staff:nth-of-type(4n+1),
.ic-investment:nth-of-type(4n+1){
  clear: left;
}
.ic-staff .ic-team-image{
  line-height: 1em;
  font-size: 0;
  max-height: 260px;
  min-height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1e1e1;
}
.ic-investment .ic-investment-image,
.ic-partner .ic-partner-image{
  font-size: 0;
  height: 250px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.ic-investment .ic-investment-details{
	padding: 10px;
	border: 1px solid #ebebeb;
	border-top: 0px;
}
.ic-investment .ic-investment-image{
	height: 200px;
	padding: 10px;
		border: 1px solid #ebebeb;
	border-bottom: 0px;
}
.ic-investment .ic-investment-image a,
.ic-partner .ic-partner-image a{
  line-height: 1em;
}
.ic-partner .ic-partner-meta,
.ic-staff .ic-team-meta{
  background: #8CC540;
}
.ic-partner:hover .ic-partner-meta,
.ic-staff:hover .ic-team-meta{
  background: #2AB574;
}
.ic-partner .ic-partner-meta h3,
.ic-staff .ic-team-meta h3{
  font-size: 1.1em !important;
  padding: 10px 10px 0;
  color: #fff;
}
.ic-partner .ic-partner-meta h3{
  height: 50px;
}
.ic-staff .ic-team-meta h3{
  /*word-spacing: 150px;*/
  height: 50px;
}
.ic-investment-meta h3{
  font-size: .9em !important;
      line-height: 1.2em;
  font-weight: 300;
  min-height: 20px;
  padding-bottom: 0;
  color: #2AB574;
}
.ic-partner .ic-partner-location,
.ic-staff .ic-position{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: .7em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4em;
  padding-top: 5px;
  height: 50px;
}
.ic-investment-meta{
}
.ic-investment-sector{
	font-size: .7em !important;
    font-weight: 400;
    padding: 10px !important;
    /* border: 1px solid #8CC540; */
    height: 70px;
    width: 100%;
    background: #8CC540;
}
.ic-investment-sector ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ic-investment-sector ul li{
	font-weight: 400;
	   line-height: 1.4em;
	   color: #fff;
}
.ic-investment-location{
  text-transform: uppercase;
  font-size: .6em !important;
  font-weight: 600;
  color: #5BBC5A;
  padding-bottom: 0;
  height: 25px;
}
.ic-investment-content{
  font-size: .8em !important;
  line-height: 1.6em;
  overflow: hidden;
  height: 150px;
}
a.investment-btn{
  display: inline-block;
  color: #fff;
  background: #2AB574;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  width: 125px;
  font-size: .8em;
  text-align: center;
}
#staff-details{
  display: none;
  background: rgba(0,0,0,.80);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 50px;
  z-index: 100000;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  overflow-y: scroll;
}
#staff-details.active{
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#staff-details .close:before{
  content: "M";
  font-family: "ETmodules";
  font-size: 2em;
  color: #fff !important;
}
#staff-details .close{
  position: absolute;
  top: 15px;
  right: 15px;
}
#staff-details .et_pb_section{
	padding: 50px;
}
#staff-details .et_pb_section .et_pb_row{
	padding: 0;
}
#staff-details .team-image{
  width: 100%;
  max-height: 315px;
  overflow: hidden;
    display: flex;
  align-items: center;
  justify-content: center;
}
#staff-details .team-image img{
  width: 100%;
}
#staff-details h2{
  /*word-spacing: 100px;*/
  font-size: 2em !important;
}
#staff-details h3{
  font-size: 1.2em !important;
  width: 100%;
  color: #8CC540;
  font-weight: 400;
}
#staff-details h3 a{
  display: inline-block;
  float: right;
  font-size: .6em !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #8CC540;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  box-sizing: content-box;
}
/**BLOG/FORM**/
body.page-id-47 #page-header{
  margin-bottom: 320px;
}
#blog-search form{
  width: 80%;
  max-width: 700px;
  margin: auto;
}
#blog-search form input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type="text"],
#blog-search form input[type="text"]{
  border: 1px solid #d8d8d8 !important;
  height: 40px;
}
textarea{
  border: 1px solid #d8d8d8 !important;
}
input:placeholder-shown,
textarea:placeholder-shown{
  color: #adadad;
  text-transform: uppercase;
  font-weight: 300;
}
#blog-search form input[type="submit"]{
  width: 150px;
}
form input[type="submit"]{
  border: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  height: 40px;
  min-width: 175px !important;
  color: #fff;
  background: #2AB574;
}
#ic-blog-search-results{
  width: 100%;
  max-width: 100%;
}
#ic-blog-search-results h2.entry-title,
.et_pb_blog_grid h2.entry-title{
  font-size: 1.4em !important;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 0;
}
#ic-blog-search-results h2.entry-title a,
.et_pb_blog_grid h2.entry-title a{
  color: #5BBC5A;
}
#ic-blog-search-results .post-content,
.et_pb_blog_grid .post-content{
  margin-top: 20px;
}
#ic-blog-search-results .et_pb_post{
  border: 1px solid #d8d8d8;
}
#ic-blog-search-results .et_pb_post,
.et_pb_blog_grid .et_pb_post{
  border-right: 0;
  padding: 29px;
  height: 700px;
  position: relative;
    width: 33.333%;
  float: left;
  margin-bottom: 0 !important;
}
#ic-blog-search-results .et_pb_post .entry-featured-image-url,
.et_pb_blog_grid .et_pb_post .entry-featured-image-url{
  height: 264px;
  overflow: hidden;
}
#ic-blog-search-results .et_pb_post a.more-link,
.et_pb_blog_grid .et_pb_post a.more-link{
  position: absolute;
  left: 30px;
  bottom: 20px;
  color: #2AB574;
  padding-left: 10px;
  text-decoration: underline;
}
#ic-blog-search-results .et_pb_post a.more-link:before,
.et_pb_blog_grid .et_pb_post a.more-link:before{
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
#ic-blog-search-results p.post-author,
.et_pb_blog_grid p.post-author{
  font-style: italic;
  color: #8CC540;
}
.et_pb_image_container{
  margin: -30px -30px 10px;
}
#ic-blog-search-results .et_pb_image_container {
    margin: -30px -29px 10px -30px;
}
#ic-blog-search-results .et_pb_image_container img{
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
#ic-blog-search-results article.et_pb_post,
.jscroll-added article.et_pb_post{
  opacity: 1 !important;
  width: 33.333%;
  float: left;
  margin-bottom: 0;
}
#ic-blog-search-results .et_pb_post:last-child,
.jscroll-added:last-child .et_pb_post:last-child{
  border-right: 1px solid #d8d8d8;
}
.jscroll-inner .pagination{
  text-align: center;
}
.jscroll-inner .pagination a{
  display: inline-block;
  float: none;
  margin: 50px 50px 0;
  background-color: #2AB574;
  color: #fff;
  height: 40px;
  width: 150px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: .8em;
}
#lazy-loading{
  text-align: center;
  margin: 50px 50px 0;
}
.single.et_right_sidebar #main-content .container:before{
  display: none;
}
.single #main-content .container{
  padding-top: 0;
  width: 100%;
}
.single.et_right_sidebar #left-area{
  width: 100%;
  padding-right: 0;
}
.single #page-header .post-meta{
  font-style: italic;
}
.single .comment-form-comment{
  width: 49%;
  float: left;
  margin-right: 2%;
}
.single .comment-form-author,
.single .comment-form-email,
.single .comment-form-url{
  width: 49%;
  float: left;
  padding-bottom: 2em;
}
.single #comment-wrap{
  padding-top: 0;
}
.single #comment-wrap input{
    width: 100%;
}
.single #comment-wrap input[type="submit"]{
  color: #fff;
}
.single.et_monarch .et_pb_row .et_social_networks{
  text-align: center;
}
.single .et_pb_row .et_social_networks .et_social_icons_container:before{
  content: "Share";
  color: #2AB574;
  display: inline-block;
  text-transform: uppercase;
  font-size: .88em;
  letter-spacing: .09em;
  vertical-align: middle;
}
.single.et_monarch .et_pb_row .et_pb_section .et_social_inline{
  text-align: center;
}
.single.et_monarch .et_pb_row .et_social_networks .et_social_icons_container{
  width: 225px;
  border-top: 1px solid #2AB574;
  border-bottom: 1px solid #2AB574;
}
.single.et_monarch .et_pb_row .et_social_inline li {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
}
.single .entry-content .et_pb_section{
  padding-top: 0;
}
.search-none{
	text-align: center;
}
/*
.single .et_social_networks {
  text-align: center;
}
.single .et_social_icons_container{
  display: inline-block !important;
  width: auto;
}
.single .et_social_icons_container:before{
  content: "Share";
  color: #2AB574;
  display: inline-block;
  text-transform: uppercase;
  font-size: .88em;
  letter-spacing: .09em;
  vertical-align: middle;
}
.single .et_monarch .et_social_networks.et_social_nospace li{
  display: inline-block;
  float: none;
  vertical-align: middle;
}*/
/**EVENTS**/
#main-content.events .container:before{
  display: none;
}
#main-content.events .container{
  padding-top: 0;
  width: 100%;
}
#main-content.events .entry-content{
  padding-bottom: 75px;
}
#tribe-bar-form{
  background-color: transparent;
  border: 1px solid #e7e7e7;
}
#tribe-bar-form input[type=text]{
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#tribe-bar-form input[type=text]:focus{
  outline: none;
  border-bottom: 1px solid #2AB574 !important;
}
#tribe-bar-form input[type=submit]{
  background: #2AB574 !important;
  border: 3px solid transparent !important;
  padding: 6px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#tribe-bar-form input[type=submit]:hover{
  color: #2AB574 !important;
  background: rgba(0,0,0,0) !important;
  border-color: #2AB574 !important;
  border-radius: 0px;
  letter-spacing: 0px;
}
.tribe-bar-submit,
.tribe-bar-search-filter,
.tribe-bar-date-filter,
.tribe-bar-geoloc-filter{
  padding: 14px !important;
}
.tribe-bar-views-inner{
	padding-top: 15px !important;
}
#tribe-bar-views:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    top: 26px;
    z-index: 100;
    font-family: "FontAwesome";
}
.tribe-events-list h2.tribe-events-page-title{
  margin-top: 50px;
}
body.tribe-js.events-archive .entry-content,
body.tribe-js.events-archive .entry-header{
	width: 100% !important;
}
.ic-event-single .tribe-events-event-image{
  max-width: 300px;
  width: 27%;
  float: left;
  margin-right: 3%;
}
.ic-event-single .ic-event-details{
  max-width: 850px;
  width: 70%;
  float: left;
}
.ic-event-single .ic-event-details h2.tribe-events-list-event-title{
  font-size: 1.4em !important;
}
.ic-event-single .ic-event-details .ic-event-city{
  font-size: .88em;
  color: #8CC540;
  text-transform: uppercase;
}
.ic-event-single .ic-event-details .tribe-events-event-meta{
  margin-top: 0;
}
.ic-event-single .ic-event-details .tribe-event-schedule-details{
  font-size: 1.4em;
  font-weight: 400;
  color: #8CC540;
}
.ic-event-single .ic-event-details .tribe-events-venue-details{
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1.5em;
  color: #2AB574;
}
.ic-event-single .ic-event-details .tribe-events-event-cost span{
  background: transparent;
  border: 0px;
  padding: 0;
  color: #8CC540;
  text-transform: uppercase;
}

.tribe-events-page-title{
  font-weight: 300 !important;
  font-size: 2.0em !important;
}
.tribe-events-list-separator-month{
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  background: transparent;
  margin-top: 0;
  color: #8CC540;
}
.tribe-events-read-more{
  width: 250px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background: #2AB574;
  display: inline-block;
  text-align: center;
}
h1.tribe-events-single-event-title{
  color: #2AB574;
  font-weight: 300;
  font-size: 2em;
}
#tribe-events-content h2{
  font-size: 1.2em !important;
  font-weight: 300;
}
#tribe-events-content .tribe-events-cost{
  color: #8CC540;
  text-transform: uppercase;
  text-align: right;
  float: right;
}
.tribe-events-sub-nav{
  border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0 !important;
}
.tribe-events-sub-nav li{
  line-height: 1em;
}
.tribe-events-sub-nav li a{
  font-size: .9em !important;
}
#tribe-events-content .tribe-events-schedule h2{
  float: left;
  width: auto;
}
.tribe-events-single .tribe-events-event-image{
	    float: left;
    width: 300px;
    margin-right: 15px;
}
.single-tribe_events .tribe-events-event-meta{
	clear: both;
}
.conference-event{
  background-color: #066886;
  height: 408px;
  max-width: 1170px;
  width: auto;
  overflow: hidden;
 }
  .conference-event img{
    float: left;
    width: 600px;
  }
  .conference-text {
    padding: 35px;
    float: left;
    box-sizing: border-box;
    width: 510px;
    color: #fff;
  }
  .conference-text h5,
  .conference-text h2{
  text-transform: uppercase;
  color: #fff !important;
  }
  .conference-text h5{
    margin-bottom: 0;
  }

/**CONTACT**/
.contact h3{
  font-size: 1.3em !important;
  color: #2AB574;
}
/** SCROLL TO TOP **/
.et_pb_scroll_top.et-pb-icon{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #2AB574;
	background: #fff;
	border: 1px solid #2AB574;
	right: 10px;
	bottom: 75px;
}
svg path.cls-1{
  fill: #2AB574;
}
/**FOOTER**/
#main-footer .container{
  width: 100%;
}
#main-footer .sub-menu{
  display: none;
}
#footer-widgets{
  padding: 5% 0;
}
#footer-widgets .footer-widget{
  margin-bottom: 0;
}
#footer-widgets .footer-widget ul{
  margin-right: 50px;
}
#footer-widgets .footer-widget li{
  padding-left: 0;
  line-height: 1em;
}
#footer-widgets .footer-widget li.ic-social{
  float: left;
  margin-right: 10px;
}
#footer-widgets .footer-widget li:before{
  display: none;
}
#footer-widgets .footer-widget li a{
  font-size: .9em;
}
#footer-widgets .footer-widget .fwidget{
  margin-bottom: 0;
}
#main-footer #text-4{
  text-align: right;
  float: right;
  text-transform: uppercase;
  font-size: .8em;
  line-height: 1.8em;
}
#main-footer #text-4 a{
  color: #fff;
  text-decoration: underline;
}
#footer-bottom{
  padding: 0;
}
.single-tribe_events #breadcrumb-container{
  display: none !important;
}
.mobile-only{
  display: none !important;
}
@media (min-width: 981px) and (max-width: 1330px){
	#et-top-navigation{
		padding-left: 180px !important;
	}
	#et-secondary-nav li {
    	margin-right: 7px !important;
	}
	.et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container{
		padding-left: 10px;
	}
	.et_fullwidth_nav #main-header .container{
		padding-right: 10px;
	}
	#logo{
		width: 175px;
	}
	#top-menu{
		margin-left: 10px;
		padding-right: 10px;
	}
	#top-menu li{
		padding-left: 10px;
		padding-right: 10px;
	}
	#top-menu li a{
		font-size: 14px !important;
	}
}
@media all and (min-width: 1200px){
	.et_pb_row{
	  width: 100%;
	}

}

@media all and (max-width: 1200px){
  #metric-stories .et_pb_row{
    width: 100%;
  }
  #main-content.events .container{
    padding-top: 0;
    width: 80%;
    max-width: 1170px;
  }
  #ic-submenu{
    max-width: 80%;
  }
  #ic-blog-feed{
    width: 100%;
  }
  .staff-buttons .et_pb_column .et_pb_button_module_wrapper{
		width: 30%;
		margin-bottom: 5px;
	}
  .single #main-content .container{
    width: 80%;
  }
  .conference-event img{
         width: 50%;
  }
  .conference-text{
    width: 50%;
    padding: 25px;
  }
}
@media all and (min-width: 1360px){
	.ic-cta.et_pb_section{
		padding: 0 !important;
	}
}
@media all and (max-width: 1140px){
}
@media all and (max-width: 980px){
  #main-header .mobile-only{
    display: block !important;
  }
  .et_pb_section{
    padding: 25px 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
}
  .ic-cta.et_pb_section{
		padding: 0 !important;
	}

  #main-header{
    background: #fff;
  }
  #main-header .et_menu_container{
    width: 100%;
    padding: 0 25px;
  }
  .nav li li a, .et_mobile_menu li a{
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
  }
  #main-header .et_mobile_menu{
    padding: 3% 5%;
  }
	#et-top-navigation{
		float: right;
		padding-top: 24px !important;
	}
	#logo{
		max-width: 100% !important;
		max-height: 75% !important;
	}
  .et_header_style_left .logo_container{
    width: auto;
  }
	#hero .et_pb_slide {
	    min-height: 400px !important;
	    height: 400px !important;
	}
	#hero h1 {
    	font-size: 1.75em;
    }
    .ic-cta .et_pb_column{
	  	min-height: 250px;
	}
	.ic-cta .et_pb_column .et_pb_text {
    	height: auto;
   		margin-bottom: 25px;
	}
	.ic-cta .et_pb_column .ic-align-center{
		padding: 0 25px;
	}
	.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover{
		min-width: 125px;
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	#impact .et_pb_row .et_pb_column{
		border-right: 0px;
	}
	#home-blog article{
		width: 100%;
		margin-right: 0;
	}
	#home-blog article .ic-home-blog{
		padding: 10px;
		height: 120px;
		margin-top: 0;
	}
	#home-blog article .ic-home-blog h2 a{
		font-size: 0.85em;
	}
	#page-header{
		height: 125px;
		padding: 25px 0;
		margin-bottom: 125px;
	}
	#page-title .et_pb_column{
		margin-bottom: 0;
	}
	#page-title .et_pb_column,
	#page-title .et_pb_text{
		height: 150px;
	}
	#page-title h1{
		font-size: 2em;
	}
  .ic-cta .et_pb_text_inner{
    text-align: center;
  }
  .ic-cta .et_pb_column .et_pb_button_module_wrapper{
    float: none;
    display: inline-block;
  }
  .ic-cta .et_pb_column .ic-align-center{
    text-align: center;
  }
  #home-community{
		padding-bottom: 260px;
		padding-top: 25px;
	}
  #impact .et_pb_text,
  #impact .et_pb_blurb_content{
    text-align: center;
  }
  #impact .et_pb_blurb_container,
  #impact .et_pb_main_blurb_image{
    float: none !important;
    display: inline-block !important;
  }
  #footer-widgets .footer-widget,
  #footer-widgets .footer-widget .fwidget{
    width: 100% !important;
  }
  #footer-widgets .footer-widget ul{
    margin-left: 50px;
    text-align: center;
  }
  #footer-widgets .footer-widget li.ic-social,
  #footer-widgets .footer-widget li{
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  #main-footer #text-4{
    text-align: center;
  }
  #membership-levels .et_pb_text{
    float: none !important;
  }
  .ic-cta .full-width .et_pb_column{
    padding: 25px;
  }
  #metric-stories .et_pb_row{
    height: 650px;
  }
  #metric-stories #story-blurbs .et_pb_slides{
    max-width: 425px;
    min-width: 300px;
    width: auto;
  }
  #metric-stories #story-blurbs .et_pb_slide{
        padding: 10px;
  }
  #metric-stories  #story-blurbs.et_pb_slider .et_pb_slide_description{
    width: 100%;
  }
  #metric-stories  #story-blurbs.et_pb_slider .et_pb_slide_image{
    position: relative;
    margin: auto;
    float: none;
    margin-top: 0 !important;
  }
  #metric-stories  #story-blurbs.et_pb_slider .et_pb_slide_description{
    padding-top: 3%;
    padding-bottom: 3%;
  }
  #metric-stories #story-blurbs  .et_pb_slides .et_pb_slider_container_inner{
  }
  #metric-stories  #story-blurbs.et_pb_slider .et_pb_slide_content{
    font-size: 16px;
  }
  .investment-sectors .et_pb_column{
    margin-bottom: 0;
  }
  .investment-sectors .et_pb_column .et_pb_text ul{
    padding-bottom: 0;
  }
  .staff-buttons .et_pb_column .et_pb_button_module_wrapper{
    width: 48%;
    margin-bottom: 1%;
  }
  .ic-partner,
  .ic-staff,
  .ic-investment{
    width: 48%;
    margin-right: 3%;
    margin-bottom: 25px;
  }
  .ic-partner:nth-of-type(2n+2),
  .ic-staff:nth-of-type(2n+2),
  .ic-investment:nth-of-type(2n+2){
    margin-right: 0;
  }
  .ic-partner:nth-of-type(2n+1),
  .ic-staff:nth-of-type(2n+1),
  .ic-investment:nth-of-type(2n+1){
    clear: left;
  }
  .et_pb_blog_grid .et_pb_image_container{
    margin-left: -29px !important;
    margin-right: -29px !important;
  }
  #ic-blog-search-results article.et_pb_post,
  .jscroll-added article.et_pb_post{
    width: 50%;
  }
  .single-post #page-header #page-title{
    width: 80% !important;
    margin: auto !important;
  }
  .single-post #page-header {
    margin-bottom: 125px;
  }
  .single-post #left-area{
    margin: 0 auto 30px;
    overflow: auto;
  }
  #et-top-navigation{
  }
  .conference-event{
    height: auto;
    float: left;
    margin-bottom: 50px;
    max-width: 100% !important;
  }
  .conference-event img{
    max-width: 100%;
    width: 100% !important;
  }
  .conference-text{
    padding: 25px;
    width: auto;
  }
}
@media all and (max-width: 767px){
  #membership-levels .et_pb_text{
    width: 315px;
    max-width: 315px;
    padding: 20px;
    height: auto;
  }
  .ic-cta .full-width .et_pb_column .et_pb_button_module_wrapper{
      width: 100%;
      margin: 0 0 25px;
  }
  #footer-widgets .footer-widget li a{
    font-size: 16px;
  }
  #metric-stories #story-blurbs .et_pb_slides{
    width: 200px;
  }
  #metric-stories #story-blurbs .et_pb_slide_image{
    display: block !important;
  }
  .investment-sectors ul li svg{
    margin-left: -38px;
  }
  #metric-stories{
    margin-bottom: 215px;
  }
  #page-header{
    margin-bottom: 100px;
  }
  .et_pb_row{
    padding: 15px 0;
  }

}
@media all and (max-width: 568px){
  #recent-exits{
    width: auto;
  }
  .et_pb_button.large-button{
    min-width: 200px !important;
  }
  .et_pb_column{
    margin-bottom: 15px;
  }
  .staff-buttons .et_pb_column .et_pb_button_module_wrapper{
    width: 100%;
    margin-bottom: 1%;
  }
  .ic-partner,
  .ic-staff,
  .ic-investment{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  #investment-search input[type="text"],
  #investment-search select,
  #investment-search .selectric-wrapper,
  #investment-search input[type="submit"]{
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .ic-investment-content{
    font-size: 1em !important;
  }
  .ic-investment-meta h3{
    font-size: 1.3em !important;
    height: auto;
  }
  .ic-investment-location{
    font-size: .9em !important;
  }
  .ic-investment-sector{
    font-size: .9em !important;
  }
  .ic-investment-sector{
    height: auto;
    padding-bottom: 25px;
  }
  #blog-search form input[type="text"]{
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px;
    padding-right: 0 !important;
  }
  #blog-search form input[type="submit"]{
    width: 100% !important;
    display: block !important;
    position: relative;
  }
  #ic-blog-search-results .et_pb_post, .et_pb_blog_grid .et_pb_post{
    height: auto;
  }
  #ic-blog-search-results .post-content, .et_pb_blog_grid .post-content{
    height: auto;
    margin-bottom: 25px;
  }
  #ic-blog-search-results article.et_pb_post, .jscroll-added article.et_pb_post{
    width: 100% !important;
  }
}
