@keyframes bounceG {
    0% { transform: scale(1.2); opacity: 1; }

    100% { transform: scale(0.7); opacity: 0.1; }
}

@-o-keyframes bounceG {
    0% { -o-transform: scale(1.2); opacity: 1; }

    100% { -o-transform: scale(0.7); opacity: 0.1; }
}

@-ms-keyframes bounceG {
    0% { -ms-transform: scale(1.2); opacity: 1; }

    100% { -ms-transform: scale(0.7); opacity: 0.1; }
}

@-webkit-keyframes bounceG {
    0% { -webkit-transform: scale(1.2); opacity: 1; }

    100% { -webkit-transform: scale(0.7); opacity: 0.1; }
}

@-moz-keyframes bounceG {
    0% { -moz-transform: scale(1.2); opacity: 1; }

    100% { -moz-transform: scale(0.7); opacity: 0.1; }
}


@font-face { font-family: "helvetica-neue"; src: url("../fonts/helvetica/HelveticaNeueLTW01-55Roman.eot"); src: url("../fonts/helvetica/HelveticaNeueLTW01-55Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/HelveticaNeueLTW01-55Roman.woff2") format("woff2"), url("../fonts/helvetica/HelveticaNeueLTW01-55Roman.woff") format("woff"), url("../fonts/helvetica/HelveticaNeueLTW01-55Roman.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeueLTW01-55Roman.svg") format("svg"); font-weight: normal; font-style: normal; }

/*@font-face { font-family: "helvetica-neue-light"; src: url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-45Light.eot"); src: url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-45Light.eot?#iefix") format("embedded-opentype"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff2") format("woff2"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-45Light.woff") format("woff"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-45Light.ttf") format("truetype"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-45Light.svg") format("svg"); font-weight: normal; font-style: normal; }*/

@font-face { font-family: "helvetica-neue-med-condensed"; src: url("../fonts/helvetica/HelveticaNeueLTW01-67MdCn.eot"); src: url("../fonts/helvetica/HelveticaNeueLTW01-67MdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/HelveticaNeueLTW01-67MdCn.woff2") format("woff2"), url("../fonts/helvetica/HelveticaNeueLTW01-67MdCn.woff") format("woff"), url("../fonts/helvetica/HelveticaNeueLTW01-67MdCn.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeueLTW01-67MdCn.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "helvetica-neue-bold"; src: url("../fonts/helvetica/HelveticaNeueLTW01-75Bold.eot"); src: url("../fonts/helvetica/HelveticaNeueLTW01-75Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/HelveticaNeueLTW01-75Bold.woff2") format("woff2"), url("../fonts/helvetica/HelveticaNeueLTW01-75Bold.woff") format("woff"), url("../fonts/helvetica/HelveticaNeueLTW01-75Bold.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeueLTW01-75Bold.svg") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: "helvetica-neue-heavy-condensed"; src: url("../fonts/helvetica/HelveticaNeueLTW01-87HvCn.eot"); src: url("../fonts/helvetica/HelveticaNeueLTW01-87HvCn.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/HelveticaNeueLTW01-87HvCn.woff2") format("woff2"), url("../fonts/helvetica/HelveticaNeueLTW01-87HvCn.woff") format("woff"), url("../fonts/helvetica/HelveticaNeueLTW01-87HvCn.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeueLTW01-87HvCn.svg") format("svg"); font-weight: normal; font-style: normal; }

/*@font-face { font-family: "helvetica-neue-black-condensed"; src: url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-97BlkCn.eot"); src: url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-97BlkCn.eot?#iefix") format("embedded-opentype"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-97BlkCn.woff2") format("woff2"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-97BlkCn.woff") format("woff"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-97BlkCn.ttf") format("truetype"), url("https://assets.homedepot-static.com/fonts/helvetica/HelveticaNeueLTW01-97BlkCn.svg") format("svg"); font-weight: normal; font-style: normal; }*/

.chevron { position: relative; display: block; height: 30px; /*height should be double border*/ }
.chevron::before,
.chevron::after { position: absolute; display: block; content: ""; border: 10px solid transparent; /*adjust size*/ }
/*Change the four instances of 'top' below to rotate (top/right/bottom/left)*/
.chevron::before { top: 0; border-top-color: #FFF; /*Chevron Color*/ }
.chevron::after { top: -3px; /*adjust thickness*/ border-top-color: #a6a8a9; /*Match background colour*/ }