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

/** Active e**/

@import url('fonts/style.css');
@import url('hq-includes/animate.css');

.et-social-icon.et-social-rss a.icon:before{
	    content: "\e09d";
}

h2{
  font-size: 38px;
  color: #f25c05;
  padding-right: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f25c05;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
}
h3 em{
	line-height: 36px;
}
a.full-width-button{
	width: 100%;
}
p{
  font-size: 16px;
  line-height: 26px;
}
#et-top-navigation{
	padding-top: 30px !important;
}
#top-header.et-fixed-header{
	z-index: 100;
}
#et-top-navigation.et-fixed-header{
	padding-top: 20px !important;
}
#main-header.et-fixed-header{
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#logo{
    margin-top: -50px;
}
.et-fixed-header #logo{
    margin-top: -40px;
}
#et-secondary-menu .et-social-icons{
  float: right;
  margin-right: 0px;
}
#top-header .et-social-icons li {
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 0px;
}
#et-secondary-menu > ul > li a{
  padding: 7px 0;
}
#et-secondary-menu > ul > li.btn-primary a{
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f25c05;
}
#et-secondary-menu > ul > li.btn-secondary a{
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #fff;
}
#top-header .container{
  padding-top: .5em;
}
body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header{
  top: 0px;
}
#main-header .nav li ul{
    border-top: 0;
    padding: 0;
}
#main-header .nav li ul a{
    font-size: 12px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#top-menu li .menu-item-has-children > a:first-child:after{
  right: 10px;
}
#top-menu li li{
  padding: 0;
  width: 100%;
}
#top-menu li li a{
  width: 100%;
  font-size: 14px;
    font-weight: 600;
}
#top-menu ul.sub-menu{
  margin-top: -50px;
  display: inline-block !important;
}
.et-fixed-header #top-menu ul.sub-menu{
	margin-top: 0px;
}
#top-menu ul.sub-menu li ul{
  margin-top: 23px;
}
#top-menu li a:hover{
  color: #f25c05 !important;
}
/*
#top-menu li#menu-item-60 #menu-item-2052 .sub-menu{
	left: 0;
	box-shadow: none;
    border-left: 5px solid #ccc;
    margin-top: 0;
    top: 0;
}
#top-menu li#menu-item-60 #menu-item-2052:hover .sub-menu{
    position: relative; 
}*/
#hero{
  padding-top: 175px !important;
	z-index: 1;
}
.home #hero:before{
	content: "";
	background: rgba(0,0,0,.35);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.home #hero .et_pb_row{
	position: relative;
	z-index: 100;
}
#hero h1,
#hero h2{
  text-transform: uppercase;
  border-bottom: 0px;
  margin-bottom: 0;
}
#hero h1{
  font-size: 80px;
  line-height: 74px;
  padding-bottom: 0px;
  font-weight: 800;
}
#hero h2{
  font-size: 44px;
  padding-bottom: 0px;
  font-weight: 300;
}
#hero .et_pb_text{
  margin-bottom: 1%;
}
#hero .et_pb_button{
  padding-left: 50px !important;
  padding-right: 50px !important;
}
#hero-location-logos a{
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 0;
  width: 100%;
  box-sizing: content-box;
}
#hero-location-logos a img{
  height: 50px;
}
/**TABS**/
.et_pb_all_tabs,
.et_pb_tabs {
  border: 0px;
}
#benefits-tabs .et_pb_column{
  min-height: 430px;
}
#benefits-tabs .et_pb_tabs_controls{
  width: 40%;
  height: auto !important;
  float: left;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}
#benefits-tabs .et_pb_tabs_controls li{
  width: 100%;
  border-right: 0px;
  border-top: 1px solid #e1e1e1;
}
#benefits-tabs .et_pb_tabs_controls li a{
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #999999;
  width: 100%;
  padding-left: 20px;

}
#benefits-tabs .et_pb_tabs_controls li a:before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(images/hq-benefits-icons-all.svg);
  background-position-y: top;
  vertical-align: top;
  background-size: 180px;
  margin-right: 10px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_0 a:before{
  background-position-x: 0px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_1 a:before{
  background-position-x: -30px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_2 a:before{
  background-position-x: -60px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_3 a:before{
  background-position-x: -90px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_4 a:before{
  background-position-x: -120px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_5 a:before{
  background-position-x: -150px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active{
  border-top-color: #0c5592;
  border-left: 5px solid #0c5592;
  border-bottom: 1px solid #0c5592;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active:last-child{
  border-bottom: 0px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active a:before{
  background-position-y: bottom;
  float: left;
}
/*
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active a{
  opacity: 1;
}
#benefits-tabs .et_pb_tabs_controls li:hover a{
	opacity: 1;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_0 a{
  background-image: url(images/hq-benefits-icons-01.svg);
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_1 a{
    background-image: url(images/hq-benefits-icons-02.svg);
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_2 a{
    background-image: url(images/hq-benefits-icons-03.svg);
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_3 a{
    background-image: url(images/hq-benefits-icons-04.svg);
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_4 a{
    background-image: url(images/hq-benefits-icons-05.svg);
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_5 a{
    background-image: url(images/hq-benefits-icons-06.svg);
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active:hover{
	opacity: 1;
}

*/

#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active a:after{
  content: "\f105";
    font-family: fontawesome;
    font-size: 36px;
    right: 20px;
    position: absolute;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active + li{
  border-top: 0px;
}
#benefits-tabs .et_pb_tabs_controls li.et_pb_tab_active a{
  color: #0c5592 !important;
  padding-left: 15px;
}
#benefits-tabs .et_pb_all_tabs{
  width: 60%;
  float: right;
  background-color: #000;
}
/*
#benefits-tabs .et_pb_tab p{
	height: 500px;
	overflow: hidden;
}*/
#benefits-tabs .et_pb_all_tabs img{
  opacity: .60;
}
#benefits-tabs .et_pb_all_tabs .et_pb_tab{
  position: relative;
}
#benefits-tabs .et_pb_all_tabs .et_pb_tab h3{
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  width: 80%;
  color: #fff;
  margin-bottom: 0;
  z-index: 100;
}
#benefits-tabs .et_pb_tab{
  padding: 0;
}
#benefits-tabs .et_pb_tabs p{
  line-height: 0;
}
#benefits-tabs .et_pb_text{
 position: absolute;
  left: 0;
  z-index: 100;
  margin: 30px;
  /* padding: 30px;
  min-height: 60px;*/
}

/** Backgrounds **/
.dark-pattern-bg{
  background-image: url(images/orange-bg.png);
  background-repeat: repeat;
  background-size: auto !important;
  border-top: 0px;
  border-bottom: 0px;
  background-position: top center;
}
.et_pb_bg_layout_dark h2{
  border-bottom-color: #fff;
}
/** BLURB **/
#home-values .et_pb_blurb_position_left .et_pb_blurb_container,
#home-values .et_pb_blurb_position_right .et_pb_blurb_container{
      vertical-align: middle;
}
#home-values .et_pb_main_blurb_image,
#capital-benefits .et_pb_main_blurb_image{
  width: 57px;
  position: relative;
}
#home-values .et_pb_main_blurb_image:before,
#capital-benefits .et_pb_main_blurb_image:before{
  content: "";
  position: absolute;
  width: 100%;
  line-height: 52px;
  font-size: 30px;
  font-weight: 300;
}
#home-values .et_pb_column_6 .et_pb_main_blurb_image:before,
#capital-benefits .first-blurb .et_pb_main_blurb_image:before{
  content: "1";
}
#home-values .et_pb_column_7 .et_pb_main_blurb_image:before,
#capital-benefits .second-blurb .et_pb_main_blurb_image:before{
  content: "2";
}
#home-values .et_pb_column_8 .et_pb_main_blurb_image:before,
#capital-benefits .third-blurb .et_pb_main_blurb_image:before{
  content: "3";
}
#home-values .et_pb_column_9 .et_pb_main_blurb_image:before,
#capital-benefits .fourth-blurb .et_pb_main_blurb_image:before{
  content: "4";
}
#home-values .et_pb_column_10 .et_pb_main_blurb_image:before,
#capital-benefits .fifth-blurb .et_pb_main_blurb_image:before{
  content: "5";
}
#home-values .et_pb_column_11 .et_pb_main_blurb_image:before,
#capital-benefits .sixth-blurb .et_pb_main_blurb_image:before{
  content: "6";
  line-height: 58px;
}
#home-values h4{
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
  padding-right: 15px;
  line-height: 24px;
font-weight: 400;
}
#home-values h3{
  font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}
#home-values h2{
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
  padding-right: 0;
  border-bottom: 0;
}
.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#home-values .et_pb_row{
  width: 100% !important;
  max-width: 100% !important;
}
#home-values #core-values-list li{
  list-style: none;
  border: 10px solid transparent;
  height: 175px;
  width: 175px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  box-sizing: content-box;
}
#home-values #core-values-list li div{
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: table;
  width: 100%;
  height: 100%;
}
#home-values #core-values-list li div span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
#home-values #core-values-list li:nth-child(1) div{
  background-image: url(images/circle-1.png);
}
#home-values #core-values-list li:nth-child(2) div{
  background-image: url(images/circle-2.png);
}
#home-values #core-values-list li:nth-child(3) div{
  background-image: url(images/circle-3.png);
}
#home-values #core-values-list li:nth-child(4) div{
  background-image: url(images/circle-4.png);
}
#home-values #core-values-list li:nth-child(5) div{
  background-image: url(images/circle-5.png);
}
#home-values #core-values-list li:nth-child(6) div{
  background-image: url(images/circle-6.png);
}
#entrepreneur-section .entrepreneur-icons .et_pb_blurb{
	width: 20%;
	float: left;
}
#entrepreneur-section .entrepreneur-icons .et_pb_blurb .et_pb_main_blurb_image{
	height: 105px;
}
#entrepreneur-section h3{
	font-weight: 600;
	font-size: 30px;
}
#entrepreneur-section h4{
	font-weight: 600;
	text-transform: uppercase;
}
/** HOME BLOG**/
#home-posts .size-1of3{
  width: 48%;
  margin-right: 0;
}
#home-posts .size-1of3:first-child{
  margin-right: 4%;
}
#home-posts .et_pb_post {
  	height: 250px;
  	margin-bottom: 0;
}

#home-posts .et_pb_post .et_pb_image_container{
  	width: 40%;
  	height: 250px;
  	float: left;
}
#home-posts .et_pb_post .et_pb_image_container a{
  height: 250px;
  overflow: hidden;
}
#home-posts .et_pb_post .et_pb_image_container img{
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  z-index: 1;
  max-width: none;
}
#home-posts .et_pb_post h2.entry-title,
#home-posts .et_pb_post .post-content{
    width: 59%;
    float: right;
}
#hq-blog-posts .et_pb_post h2.entry-title,
#home-posts .et_pb_post h2.entry-title{
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #495964;
  text-transform: none;
  border-bottom: 0;
}
#hq-blog-posts .et_pb_post .post-meta,
#home-posts .et_pb_post .post-meta{
  width: auto;
  float: left;
  padding-right: 5px;
  font-weight: 700;
}
#hq-blog-posts article{
	width: 46%;
	float: left;
	margin: 0 2% 50px;
}
#hq-blog-posts article:nth-child(2n+1){
	clear:left;
}
/** TWEETS **/
#tweets h2 a:before{
  content: "\f099";
  font-family: "fontawesome";
  margin-right: 5px;
}
#tweets .et_pb_column_4_4 .et_pb_widget{
	width: 100%;
    margin: 0;
}
#tweets .et_pb_widget_area_left{
	border-right: 0;
	padding-right: 0;
}
#tweets .et_pb_widget ul li{
	width: 48%;
    margin-right: 4%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    height: 190px;
}
#tweets .et_pb_widget ul li:nth-child(even){
  margin-right: 0;
}
/** PAGE **/
.full-width-row,
.full-width-row .et_pb_row{
  width: 100% !important;
}
#map-header.full-width-row .et_pb_column_1{
  width: 55%;
}
#map-header.full-width-row .et_pb_column_single{
  width: 55%;
  margin-right:4%;
  padding: 2% 0;
}
#map-header.full-width-row .et_pb_specialty_column{
  width: 38%;
}
.et_pb_social_media_follow li a.icon.rounded_rectangle{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
}
#page-header{
  font-size: 44px;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 400;
  height: 300px;
  padding-top: 175px !important;
}
#page-header:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(12,85,146,.80);
  top: 0;
}
#page-header .et_pb_row{
  padding-top: 0;
  padding-bottom: 0;
}
#page-header h1{
  font-size: 80px;
 /* font-weight: 800;
  letter-spacing: .01em;*/
  font-family:'Mission Script';
  font-weight:normal;
  text-transform: none;
}
#page-header-location{
	padding-top: 175px !important;
}
#page-header-location.imagebg .et_parallax_bg:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(12,85,146,.80);
  top: 0;
}
#page-header-location.imagebg.graybg .et_parallax_bg:before{
	background-color: rgba(128, 128, 128, 0.80);
}
#page-header-location.imagebg.graybg .et_parallax_bg{
  filter: grayscale(100%);
}
#page-header-location h1,
#page-header-location h2{
  text-transform: uppercase;
  border-bottom: 0px;
  margin-bottom: 0;
}
#page-header-location h1{
  font-size: 80px;
  line-height: 74px;
  padding-bottom: 0px;
  font-weight: 800;
}
#page-header-location h2{
  font-size: 44px;
  padding-bottom: 0px;
  font-weight: 300;
}
#page-header-location .et_pb_button{
  padding-left: 50px !important;
  padding-right: 50px !important;
}
#page-header-location .et_pb_button_module_wrapper{
  float: left;
  margin-right: 15px;
}
#page-header-location p{
	text-transform: uppercase;
}
#full-map{
  width: 100% !important;
}
#locations .et_pb_image{
  position: relative;
}
#locations .et_pb_text.location-title{
  position: absolute;
  background: #0c5592;
  width: auto;
  float: left;
  padding: 3px 5px;
  top: 126px;
  color: #fff;
}
#locations .et_pb_text.location-title p{
  font-size: 18px;
}
#locations .et_pb_text.location-content{
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  border-bottom: 0;
}
ul.location-social{
  text-align: center;
}
ul.location-social li{
  float: none;
  display: inline-block;
}
#bcorp-logo{
  position: absolute;
  right: 20px;
  width: 75px;
  bottom: 20px;
}
/** TESTIMONIAL **/
.et_pb_testimonial_description p:first-child:before{
	content: "\f10d";
	position: absolute;
    font-family: 'FontAwesome';
    left: -20px;
}
.et_pb_testimonial_description p:first-child:after{
	content: "\f10e";
	position: absolute;
    font-family: 'FontAwesome';
    padding-left: 10px;
}
.et_pb_testimonial_author{
	margin-top: 0;
}
.et_pb_testimonial_portrait{
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 50px;
    border-radius: 0;
    display: block;
	margin-right: 15px;
    left: 0;
}
.et_pb_testimonial_portrait:before{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-right: 1px solid #fff;
    border-radius: 0;
    padding-right: 20px;
}
.et_pb_testimonial_description_inner{
	width: 100% !important;
}
.et_pb_testimonial_author,
.et_pb_testimonial_meta{
	margin-left: 125px;
}
/** PRICING **/
#membership-pricing{
}
#membership-pricing .et_pb_pricing_table{
	position: relative;
  border: 0;
  background-color: rgba(12, 85, 146, 0.05);
  margin-top: 0;
  z-index: 5;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 525px;
}
#membership-pricing .et_pb_pricing_table:nth-child(even){
  background-color: rgba(12, 85, 146, 0.10);
}
#membership-pricing .et_pb_pricing_table:before{
  height: 150px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
#membership-pricing .et_pb_pricing_table_0:before{
  content: "";
  background-image: url(images/pricing-header-1.jpg);
}
#membership-pricing .et_pb_pricing_table_1:before{
  content: "";
  background-image: url(images/pricing-header-2.jpg);
}
#membership-pricing .et_pb_pricing_table_2:before{
  content: "";
  background-image: url(images/pricing-header-3.jpg);
}
#membership-pricing .et_pb_pricing_table_3:before{
  content: "";
  background-image: url(images/pricing-header-4.jpg);
}
#membership-pricing .et_pb_pricing_heading{
  float: left;
  height: 150px;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  z-index: 100;
  position: relative;
  background-color: transparent;
  width: 70%;
  text-align: left;
  display: table;
  vertical-align: middle;
}
#membership-pricing .et_pb_pricing_heading h2,
#membership-pricing .et_pb_pricing_heading h3,
#membership-pricing .et_pb_pricing_heading h4{
  font-size: 24px;
  border-bottom: 0px;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
#membership-pricing .et_pb_pricing_content_top{
  z-index: 100;
  position: relative;
  background-color: transparent;
  width: 30%;
  float: right;
  border-bottom: 0px;
  color: #fff;
  padding-right: 0px;
  padding-bottom: 0;
  display: table;
  vertical-align: middle;
  height: 150px;
}
#membership-pricing .et_pb_et_price,
#membership-pricing .et_pb_sum{
  color: #fff;
}
#membership-pricing .et_pb_et_price{
  display: table-cell;
  vertical-align: middle;
}
#membership-pricing .et_pb_sum{
  font-size: 36px;
}
#membership-pricing .et_pb_frequency{
  float: right;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  width: 100%;
}
#membership-pricing .et_pb_pricing_content{
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
#membership-pricing .et_pb_pricing_table_button{
  float: none;
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 90%;
  margin: auto;
  float: none;
  right: 0;
}
#page-container .et_pb_button:after{
  right: 15px;
}
#membership-pricing .et_pb_pricing li{
  padding: 0 0 15px
   30px;
}
#membership-pricing .et_pb_pricing li span:before{
  content: "\f00c";
  border: 0px;
  left: -30px;
  top: 0;
  font-family: 'FontAwesome';
}
/** AMENITIES **/
#why-host-home .et_pb_text ul,
#amenities .et_pb_text ul{
  padding-left: 0;
}
#why-host-home .et_pb_text ul li,
#amenities .et_pb_text ul li{
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
#amenities .et_pb_blurb_content{
	height: 115px;
	max-width: 200px;
	margin-bottom: 25px;
}
#amenities .et_pb_main_blurb_image{
	margin-bottom: 10px;
}
#amenities .et_pb_row{
  width: 94%;
}
#amenities img,
#amenities svg{
  width: 25px;
  float: left;
  margin-right: 10px;
}
#amenities svg path{
  fill: #495964 !important;
}
#staff .type-project{
	    width: 31.333%;
	    margin-right: 3%;
	    float: left;
	    margin-bottom: 10%;
}
#staff .type-project:nth-child(3n+3){
	margin-right: 0;
}
#staff .type-project:nth-child(3n+4){
	clear: left;
}
#staff .type-project h4,
#staff .et_pb_team_member_description h4{
  width: auto;
  max-width: 75%;
  float: left;
  padding-bottom: 5px;
}
#staff .type-project .hqc-position,
#staff .et_pb_team_member_description .et_pb_member_position{
  width: auto;
  max-width: 75%;
  float: left;
  clear: both;
  color: #fff;
  font-size: 14px;
}
#staff .type-project ul.hqc-social,
#staff .et_pb_team_member_description .et_pb_member_social_links{
  margin-top: 0;
  text-align: right;
  padding: 0;
}
#staff .type-project ul.hqc-social li,
#staff .et_pb_team_member_description .et_pb_member_social_links li{
  margin-right: 0;
  margin-left: 10px;
  list-style: none;
  display: inline-block;
}
#staff .type-project ul.hqc-social li a,
#staff .et_pb_team_member_description .et_pb_member_social_links li a{
  color: #fff;
}
#staff .type-project .hqc-team-bio{
	float: left;
	margin-top: 10px;
  height: 75px;
  overflow: hidden;
  -webkit-animation: fadeIn 1s ease-in;
-moz-animation: fadeIn 1s ease-in;
-o-animation: fadeIn 1s ease-in;
animation: fadeIn 1s ease-in;
}
#staff .type-project .hqc-team-bio p{
	font-size: 14px;
}
#staff .type-project .hqc-team-bio.show{
  height: auto;
  overflow: visible;
  -webkit-animation: fadeIn 1s ease-in;
-moz-animation: fadeIn 1s ease-in;
-o-animation: fadeIn 1s ease-in;
animation: fadeIn 1s ease-in;
}
#staff .type-project .hqc-team-bio p a{
  color: #fff;
  text-decoration: underline;
}
#staff .hqc-team-bio + a.bio-read-more:before{
	content: "Read Bio +";
}
#staff .hqc-team-bio.show + a.bio-read-more:before{
	content: "Read Less -";
}
#staff .hqc-team-bio + a.bio-read-more{
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
  float: left;
}
#staff .et_pb_text,
#staff .et_pb_text p{
  font-size: 14px;
}
#staff .et_pb_text a{
  color: #fff;
  text-decoration: underline;
}
#staff .type-project .hqc-team-image{
	height: 240px;
    overflow: hidden;
    margin-bottom: 10px;
}
#staff.staff-dark-text .hqc-position,
#staff.staff-dark-text ul.hqc-social li a,
#staff.staff-dark-text .et_pb_team_member_description .et_pb_member_social_links li a,
#staff.staff-dark-text .hqc-team-bio a{
  color: #f25c05 !important;
}
#staff.staff-dark-text .hqc-team-bio + a.bio-read-more{
  border-color: #f25c05;
  color: #f25c05;
}
/** CORE BENEFITS **/
.core-benefits-blurbs img,
.core-benefits-blurbs svg{
  width: 75px;
}
.core-benefits-blurbs svg path{
  fill: #0c5592 !important;
}
.core-benefits-blurbs .et_pb_bg_layout_dark svg path{
  fill: #ffffff !important;
}
.core-benefits-blurbs .et_pb_main_blurb_image{
  margin-bottom: 10px;
}
/** CALENDAR **/
#hqc-calendar .simcal-default-calendar-grid>table{
  border: 1px solid #ccc;
}
#hqc-calendar .widgettitle{
  display: none;
}
#hqc-calendar .et_pb_widget_area_left{
  padding-right: 0;
  border-right: 0px;
}
#hqc-calendar .widget_gce_widget{
  width: 100%;
}
#hqc-calendar .simcal-week {
  height: 75px;
}
#hqc-calendar .simcal-default-calendar-grid .simcal-events>.simcal-event{
	line-height: 18px;
}
/** SINGLE POST **/
#main-content .container:before{
	display: none;
}
.single.et_non_fixed_nav.et_transparent_nav #main-header{
	background: rgba(12,85,146,1);
}
.et_right_sidebar #left-area{
	width: 80%;
	margin: auto;
	padding-right: 0;
	float: none;
}
.form-submit .et_pb_button{
	color: #fff !important;
}
/** GFORM **/
.gform_wrapper input[type=text]{
	padding: 16px !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.gform_wrapper input[type=submit]{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	border: 0px;
	background: rgba(242,92,5,1) !important;
	border-radius: 0px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0.3em 2em 0.3em 2em;
    font-size: 16px !important;
    text-transform: uppercase;
	font-weight: 700;
}
#newsletter .gform_wrapper ul.gform_fields li.gfield{
  padding-right: 0;
}
#newsletter .gform_wrapper input.large{
  border: 0;
}
#newsletter .gform_wrapper .gform_footer{
  float: right;
  margin-top: 0;
}
#newsletter .gform_footer input[type=submit]{
  border: 1px solid #ffffff;
  float: right;
  margin-right: 0;
}
#newsletter .validation_error{
  background: rgba(255,223,224,.25);
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
#newsletter .gform_wrapper li.gform_field.gfield_error{

}
#newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
  max-width: 100% !important;
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#newsletter .gform_wrapper .validation_message{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
/** LOGO CAROUSEL **/
.owl-carousel .owl-stage{
  display: flex;
   align-items: center;
   justify-content: center;
}
.lgx-logo-slider-wp .lgx-logo-wrapper{
	padding: 0;
}
.lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-next,
.lgx-logo-slider-wp .nav-position-v-mid-hover .owl-controls .owl-prev{
	top: 30%;
}
/** SPONSOR LOGOS **/
.sponsor-logos .et_pb_image{
      border: 1px solid #e0e0e0;
      height: 170px;
      padding: 10px;
      line-height: 150px;
      text-align: center;
}
.sponsor-logos .et_pb_image img{
  vertical-align: middle;
  max-height: 100%;
}
/** FOOTER **/
a.b-corp-logo{
	display: block;
    margin: auto;
    width: 63px;
}
#main-footer{
  border-bottom: 5px solid #fb5901;
}
.footer-logo{
  padding: 50px 0 25px;
  text-align: center;
}
#footer-widgets{
  padding: 30px 0;
  text-align: center;
}
#footer-widgets .footer-widget{
/*	display: inline-block;
	width: 22%;
	margin: 0 2%;
	float: none;*/
}
#footer-widgets .footer-widget .widget_text{
	float: none;
	width: 100%;
	color: #3d7db3;
}
#footer-widgets .footer-widget .widget_text a{
	color: #3d7db3;
}
#footer-widgets .footer-widget .widget_text h4.title{
	display: none;
}
#footer-widgets .footer-widget .widget_text h3 a{
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
#et-footer-nav ul{
  text-align: center;
}
#et-footer-nav ul li{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
#et-footer-nav ul li a{
  text-transform: uppercase;
  color: #3d7db3;
}
#et-footer-nav ul#menu-footer-locations li a{
  font-size: 18px;
  font-weight: 800;
}
ul.et-social-icons{
  text-align: center;
  float: none;
}
ul.et-social-icons li{
  margin-left: 10px;
  margin-right: 10px;
}
#footer-bottom .et-social-icon a.icon:before{
  font-size: 16px;
  color: #3d7db3;
}
#footer-bottom{
  padding-top: 10px;
}
p.credit{
  text-align: center;
  padding: 15px;
  color: #3d7db3;
}
p.credit a{
  color: #3d7db3;
}
.programs h3{
	font-family:'Mission Script';
	color: #23b781;
	font-size: 40px;
}
body.page-id-2023 .et_pb_button.et_pb_bg_layout_dark,
body.page-id-2023  #page-container .et_pb_pricing_tables_0 .et_pb_button,
body.page-id-2023 #newsletter .gform_footer input[type=submit]{
  background-color: rgba(212, 176, 108, 1) !important;
  color: #2F2E2E !important;
}
body.page-id-2023 h2,
body.page-id-2023 #newsletter h2{
  color: #2F2E2E !important;
  border-bottom: 1px solid #2F2E2E;
}
body.page-id-2023 #page-header-location h2{
  color: #fff !important;
}
body.page-id-2023 #amenities svg path{
    fill: #dea14e !important;
}
body.page-id-2023 #amenities ul li{
  height: 99px;
}
body.page-id-2023 #amenities ul li span{
  padding-left: 35px;
  display: block;
}
body.page-id-2023 #membership-pricing .et_pb_pricing_table_0:before,
body.page-id-2023 #membership-pricing .et_pb_pricing_table_1:before,
body.page-id-2023 #membership-pricing .et_pb_pricing_table_2:before{
  filter: grayscale(100%);
}
body.page-id-2023 #membership-pricing .et_pb_pricing_table{
  background-color: rgba(252,248,237,0.25) !important;
}
body.page-id-2023 #membership-pricing .et_pb_pricing_table:nth-child(even){
      background-color: rgba(252,248,237,0.95) !important;
}
body.page-id-2023 #membership-pricing .et_pb_pricing_heading h2{
    color: #fff !important;
}
body.page-id-2023 p a{
  color: rgba(212, 176, 108, 1) !important;
}
body.page-id-2023 #calendar h3{
  color: rgba(212, 176, 108, 1) !important;
}
body.page-id-2023 .dark-pattern-bg{
  background-image: url(images/gray-bg.jpg);
}
body.page-id-2023 .dark-pattern-bg h2{
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
body.page-id-2023 #main-footer a,
body.page-id-2023 #footer-bottom a{
  color: #3d7db3 !important;
}
@media all and (min-width: 1360px){
	#benefits-tabs .et_pb_tab p{
		height: 500px;
		overflow: hidden;
	}
	#benefits-tabs .et_pb_tab p img{
		width: 100%;
	}
}
@media all and (max-width: 1190px) {
}
@media all and (max-width: 1140px) {
}
@media all and (max-width: 1008px) {
/*    margin: 10px;
  }
  #benefits-tabs .et_pb_tabs_controls li a{
    padding-left: 5px;
  }*/
}
@media all and (max-width: 980px) {
  #benefits-tabs .et_pb_tabs_controls{
    width: 100%;
    position: relative;
  }
  #benefits-tabs .et_pb_all_tabs{
    width: 100%;
  }
  #benefits-tabs .et_pb_text{
    position: relative;
    margin:20px;
  }
  #benefits-tabs h2{
    margin-bottom: 0;
  }

  #benefits-tabs .et_pb_all_tabs img{
    width: 100%;
  }
  #mobile_menu{
    background: #f25c05 !important;
  }
  #tweets .et_pb_widget ul li {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  h2{
    font-size: 30px;
  }
  #hero,
  #page-header-location {
    padding-top: 90px !important;
  }
  #hero h2,
  #page-header-location h2{
    font-size: 24px;
  }
  #hero h1,
  #page-header-location h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #hero-location-logos .et_pb_column {
    margin-bottom: 15px;
  }
  #home-values h3{
    font-size: 24px;
  }
  #home-values h2{
    font-size: 30px;
  }
  #page-header{
    padding-top: 125px !important;
    height: auto;
    font-size: 40px;
  }
  #page-header h1{
    font-size: 40px;
  }
  .et_pb_column .et_pb_testimonial_portrait{
    margin: 0;
  }
  #bcorp-logo{
    width: 30px;
  }
  #page-header-location .et_pb_button{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #map-header .et_pb_row_inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  #staff .type-project{
    width: 100%;
    margin-right: 0;
  }
	#hq-blog-posts article{
		width: 100%;
     margin: 10% 0;
	}
}
