/*Remove hyphens from entire site | 20468303-hc*/
*{
 hyphens: none !important;
 -moz-hyphens:none !important;
 -ms-hyphens:none !important;
 -webkit-hyphens: none !important;
}

/*Remove hyphens on about page widgets hc-20468303*/
.page-id-2 .widget{
hyphens:none !important;
}

/*Color and text color change 
	 * for "See How It Works" 
	 * button 	on Home page*/
.home .intro .button:hover {			background: #4d6376;
	color: #f4fbf7;
}

/*Change "see the live app" 		 
 * text on the Home page*/
.home .intro .ma-panel-container a{
	color: #32e29f;
}

/*Change "see the live app" text 	on hover for the Home page*/	.home .intro .ma-panel-container a:hover{
	color: #24a672;
}

/*Reduce whitespace in above 
 * h5 tags on Communities 
 * page*/
.hfeed .fourcolumn h5{
	margin-top: 0px;
}

/*Reduce whitespace between 
 * pictures on the About page*/
.entry-content h5{
	margin-top: 0px;
}

/*Adjustments for Michelle's image size
on the about page*/
.entry-content .wp-image-1172{
	padding: 0px; 
	margin-left: 0px;
}

@media only screen and (min-width: 1175px) {
	/*See Live App panel width*/
  .ma-panel-container {
    width: 30%;
  }

	/*Adjust airplane image on home page*/
	.home .second-block .wp-block-image .wp-image-1140{
		margin-top: 65px;
	}
	
	/*Adjust text next to photos on About Page*/
	.entry-content .aboutText{
		margin-left: -1%;
		margin-top: 140px;
	}

	/*Adjust spacing on contractors section on About Page*/
	.contractors{
		margin-top: -300px;
	}	
}

@media only screen and (min-width: 1116px) and (max-width: 1174px){
	/*Adjust airplane image on home page*/
	.home .second-block .wp-block-image .wp-image-1140{
		margin-top: 24%;
	}
	
	/*Adjust text next to photos on About Page*/
	.entry-content .aboutText{
		margin-left: 3%;
		margin-top: 140px;
	}
	
	/*Adjust spacing on contractors section on About Page*/
	.contractors{
		margin-top: -300px;
	}	
}

@media only screen and (min-width: 956px) and (max-width: 1115px){
	/*Adjust airplane image on home page*/
	.home .second-block .wp-block-image .wp-image-1140{
		margin-top: 20%;
	}
	
	/*Adjust text next to photos on About Page*/
	.entry-content .aboutText{
		margin-left: 3%;
		margin-top: 23%;
	}
	
	/*Adjust spacing on contractors section on About Page*/
	.contractors{
		margin-top: -275px;
	}	 
}

@media only screen and (min-width: 800px) and (max-width: 955px){
	/*Adjust airplane image on home page*/
	.home .second-block .wp-block-image .wp-image-1140{
		margin-top: 40%;
	}
	
	/*Adjust text next to photos on About Page*/
	.entry-content .aboutText{
		margin-left: -5%;
		margin-top: 145px;
	}
	
	/*Adjust spacing on contractors section on About Page*/
	.contractors{
		margin-top: -320px;
	}	 
}

@media only screen and (min-width: 600px) and (max-width: 799px){
	/*Adjust airplane image on home page*/
	.home .second-block .wp-block-image .wp-image-1140{
		margin-top: 30%;
	}
	
	/*Adjust text next to photos on About Page*/	
	.entry-content .aboutText{
		margin-left: 2%;
		margin-top: 25%;
	}
	
	/*Adjust spacing on contractors section on About Page*/
	.contractors{
		margin-top: -54%;
	}	 
}

@media only screen and (min-width: 400px) and (max-width: 599px){
	/*Adjust airplane image on home page*/
	.home .second-block .wp-block-image .wp-image-1140{
		display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
		padding: 0 5%
	}
	
	/*Center text in Let's Connect block*/
	.entry-content .wp-block-columns .letsConnect{
	text-align: center !important;
	width: 100%;
}
	
	/*Center ERbin member image and text on About Page*/
	.personContainer{
		text-align: center;
		margin-top: -30px;
	}
	
	/*Adjust text next to photos on About Page*/	
	.entry-content .aboutText{
		margin-top: 4%;
	}
	
	/*Adjust spacing on contractors section on About Page*/
	.contractors{
		margin-top: -170px;
	}	
}

@media only screen and (max-width: 399px){
	/*Adjusting airplane image on home page*/
	.home .second-block .wp-block-image .wp-image-1140{
		display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
	}
	
	/*Center text in Let's Connect block*/
	.entry-content .wp-block-columns .letsConnect{
	text-align: center !important;
}
	
	/*Center ERbin member image and text on About Page*/
	.personContainer{
		text-align: center;
		margin-top: -15px;
	}
	
	/*Adjust text next to photos on About Page*/	
	.entry-content .aboutText{
		margin-top: 4%;
	}
	
	/*Adjust spacing on contractors section on About Page*/
	.contractors{
		margin-top: -180px;
	}	
}
/* adjust Lets Connect link hover zd-3345701 */
.second-block a {
  color: #0c7d4e;
}
/* Link Colors */
#primary .hentry p a, .news .entry-content a {
color: #32E3A2;
}
/* Change color of prices on shop page | 20468812-hc (BS) */  
/* Change color of prices on shop page | 20468812-hc (BS) */  
.woocommerce-shop .price bdi, .woocommerce-shop .subscription-details{
    color: #333333;
}