  #content-container .social-iconblock-component .icogray .fa-brands {
    color: gray;
}			
.social-iconblock-component {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
}	
.social-iconblock-component.pos-center {justify-content: center;}
.social-iconblock-component.pos-right {justify-content: flex-end;}
.social-iconblock-component.pos-spaced {justify-content: space-evenly;}	
.social-iconblock-component a {float:left;margin: 0 8px 0 0; font-size: 40px;}
.social-iconblock-component a:first-child {margin-left:0px}		
.social-iconblock-component a.smaller {font-size: 25px;}
.social-iconblock-component a.larger {font-size: 55px;}	
.social-iconblock-component.pos-right a {float:right}
.social-iconblock-component a.icogray {color:gray}

#content-container .fa-bluesky, #content-container .fa-square-bluesky { 
	color: #3c83f6;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10-specific styles */  
  .social-iconblock-component {display: -ms-flexbox;}
  .social-iconblock-component.pos-spaced {justify-content: space-between;}
}
