.iconList{height:auto}
.iconList.left-column{position:relative;float:right}
.iconList.right-column{position:relative;float:left}
.iconList ul{list-style:none}
.iconList ul li{clear:both;text-align:left}
.iconList ul li img{position:relative;float:left;width:50px;margin-right:10px}
.iconList ul li .text{position:relative;color:#333;display:inline-block;float:left;width:80%;margin-bottom:25px}
.iconList .linkedin{background-image:url("../../components/resources/images/ln-icon.svg");height:44px;width:44px;display:inline-block;background-repeat:no-repeat;background-position:center}
.iconList .twitter{background-image:url("../../components/resources/images/tw-icon.svg");height:44px;width:44px;display:inline-block;background-repeat:no-repeat;background-position:center}
.iconList .facebook{background-image:url("../../components/resources/images/fb-icon.svg");height:44px;width:44px;display:inline-block;background-repeat:no-repeat;background-position:center}
.iconList .you-tube{background-image:url("../../components/resources/images/yt-icon.svg");height:44px;width:44px;display:inline-block;background-repeat:no-repeat;background-position:center}
.iconList .instagram{background-image:url("../../components/resources/images/ig.svg");height:44px;width:44px;display:inline-block;background-repeat:no-repeat;background-position:center}
.iconList .wechat{background-image:url("../../components/resources/images/wc.svg");height:44px;width:44px;display:inline-block;background-repeat:no-repeat;background-position:center}
@media screen and (max-width:992px){.iconList.iconListHover .component-content{padding-bottom:0}
}
.iconList.iconListHover .component-content ul{display:flex;justify-content:center;margin:0;padding:0 45px}
@media screen and (max-width:992px){.iconList.iconListHover .component-content ul{flex-wrap:wrap;padding:0}
}
.iconList.iconListHover .component-content ul li{text-align:center;margin:0 25px}
@media screen and (max-width:992px){.iconList.iconListHover .component-content ul li{flex:1 33%;margin:15px 0}
}
.iconList.iconListHover .component-content ul li a{display:flex;flex-direction:column}
.iconList.iconListHover .component-content ul li a img{width:auto;height:75px;float:none;margin:0}
@media screen and (max-width:767px){.iconList.iconListHover .component-content ul li a img{height:54px}
}
.iconList.iconListHover .component-content ul li a span.text{float:none;width:auto;margin:30px 0 0;text-transform:uppercase;font-size:22px;line-height:22px;transition:linear all .25s;max-width:145px}
@media screen and (max-width:992px){.iconList.iconListHover .component-content ul li a span.text{font-size:18px;line-height:18px;margin-top:15px;max-width:260px}
}
.iconList.iconListHover .component-content ul li:hover img{filter:invert(56%) sepia(47%) saturate(3390%) hue-rotate(356deg) brightness(96%) contrast(94%)}
.iconList.iconListHover .component-content ul li:hover span.text{color:#ef790e}
.iconList .linkedin{background-image:url("icon-list/resources/images/ln-icon.svg")}
.iconList .twitter{background-image:url("icon-list/resources/images/tw-icon.svg")}
.iconList .facebook{background-image:url("icon-list/resources/images/fb-icon.svg")}
.iconList .you-tube{background-image:url("icon-list/resources/images/yt-icon.svg")}
.iconList .instagram{background-image:url("icon-list/resources/images/ig.svg")}
.iconList .wechat{background-image:url("icon-list/resources/images/wc.svg")}