.csLocatorComp{padding:50px 0 40px 0;background:#f6f6f6}
.csLocatorComp .titleText{padding-bottom:17px}
.csLocatorComp ul{display:flex;justify-content:space-between;align-items:flex-start;text-align:center;padding-top:70px;flex-wrap:wrap}
.csLocatorComp ul li:first-child{padding-left:0}
.csLocatorComp ul li{width:20%;padding-left:6%;padding-bottom:46px;position:relative}
.csLocatorComp ul li .imgSection{display:block;padding-bottom:30px;min-height:160px}
.csLocatorComp ul li .imgSection img{width:113px;height:120px}
.csLocatorComp ul li h4{font-family:'robotomedium';font-size:2.4rem;line-height:1.4em;color:#20252b;padding-bottom:26px}
.csLocatorComp ul li .locateLink{position:relative;left:0;right:0;margin:0 auto;color:#c4271b;font-family:'robotobold';font-size:1.6rem;line-height:normal;padding-right:22px;text-transform:uppercase;letter-spacing:1px}
.csLocatorComp ul li .locateLink:after{content:'';position:absolute;right:0;top:50%;border:solid #c4271b;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:translateY(-50%) rotate(-45deg);-webkit-transform:translateY(-50%) rotate(-45deg);-moz-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);-o-transform:translateY(-50%) rotate(-45deg);transition:all .3s ease-in;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-ms-transition:all .3s ease-in;-o-transition:all .3s ease-in}
.csLocatorComp ul li .locateLink:hover{text-decoration:none}
.csLocatorComp ul li .locateLink:hover:after{right:10px}
@media(max-width:1200px){.csLocatorComp ul li{padding-left:2%}
}
@media(max-width:1023px){.csLocatorComp ul{justify-content:center}
.csLocatorComp ul li{padding-left:2%;width:33%}
.csLocatorComp ul li br{display:none}
}
@media(max-width:767px){.csLocatorComp{padding:70px 0 0 0}
.csLocatorComp .titleText{font-size:4rem}
.csLocatorComp ul{padding-top:60px}
.csLocatorComp ul li .imgSection{min-height:auto;display:flex;justify-content:center}
.csLocatorComp ul li{padding-left:0;width:100%;padding-bottom:90px}
}