/*gl-footer.css													07-11-2023 */
#page-wrap { 
	/*width: 80%; 
	margin: 60px auto; 24-10 */
	width: 100%; 
	margin: 0 auto; 	
	font-size: 1.2em;
}
#page-wrap .copyright{ 
	font-size: 1.2em!important;
}
#page-wrap > div { 
	/*margin: 0 0 50px 0; 24-10 */
	margin: 0 0 0 0; 
	min-width: 500px; 
	width: 100%; 
}

.group:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.group { display: inline-block; }

#nicolas-gallagher {
	position: relative; 
    background: #ccc; 
    z-index: 1; 
    width: 100%; 
}
#nicolas-gallagher .col { 
    position: relative; 
    width: 27%; 
    padding: 3%; 
    float: left; 
}
#nicolas-gallagher .col:nth-child(1) { left: 33%; }
#nicolas-gallagher .col:nth-child(2) { left: -33.3%; }
#nicolas-gallagher .col:nth-child(3) { left: 0; }

#nicolas-gallagher:before, #nicolas-gallagher:after {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 33.4%;
    width: 33.4%;
    height: 100%;
    background: #ccc;/*#ccc; 24-10*/
}
#nicolas-gallagher:after {
    left: 66.667%;
    background: #ccc;
}