/***************** 
FULL-WIDTH PAGE CSS
*****************/
div.pg-contentWrap,
.pg-contentWrap.fullwidth,
.post-pullOut.fullwidth	{
	background: transparent;
}
.secondary-pg_fw:nth-of-type(even){
	background: white;
}
h2, h3, .section-desc {
	text-align: center;
}
.section-desc  {
	padding-bottom: 1.5em;
}
div.pg-contentWrap,
div.post-pullOut {
	padding:0;
	margin-bottom:0;

}
.pg-contentWrap.w-tab.fullwidth:after {
	content:none;
}
.fullwidth-section-content ul {
	list-style: none;
	padding-inline-start: 0;

}
.fullwidth-section-content ul li {
	box-sizing: border-box;
	max-width: 250px;
	float: left;
	text-align: center;
	padding: 1em;
}
span.action_text{
	line-height: 5em;
}
span.action_icon img {
	max-width: 62px;
}
span.action_icon.large_icon img {
	max-width: 200px;
}
.action_icon img:last-child {
	display:none;
}
.action_icon:hover img:last-child {
	display:inline-block;
}
.action_icon:hover img{
	display:none;
}

#footer-survey_socialIcons {
	margin-top: 30px;
}
#footer-socialIcons .fab {
    margin-left: 20px;
    color: #E4E4E4;
}
#footer-socialIcons .fab:hover {
    color: white;
}
