/**
 * @file
 * Visual styles for Corporate+'s icons list.
 */
ul.icons-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
ul.icons-list li {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: middle;
}
ul.icons-list li a {
  display: block;
}
ul.icons-list li a:hover {
  text-decoration: none;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.header-top__section ul.icons-list li a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-top__section ul.icons-list li a:hover {
  opacity: 0.8;
}
ul.icons-list li .svg-inline--fa {
  font-size: 23px;
}
ul.icons-list--small li .svg-inline--fa {
  font-size: 20px;
}
ul.icons-list--large li .svg-inline--fa {
  font-size: 28px;
}
ul.icons-list--extra-large li .svg-inline--fa {
  font-size: 55px;
}
ul.icons-list.icons-list--bordered {
  margin: 0 -5px;
}
ul.icons-list.icons-list--bordered li {
  display: inline-block;
  margin: 4px 5px;
}
ul.icons-list.icons-list--bordered li a {
  display: block;
  padding: 12px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #b2b2b2;
  border: 1px solid #c8c8c8;
}
ul.icons-list.icons-list--bordered li .svg-inline--fa {
  width: 100%;
  height: 100%;
  line-height: 50px;
}
ul.icons-list.icons-list--bordered li a:hover {
  text-decoration: none;
  color: #666666;
  border: 1px solid #666666;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
ul.icons-list.icons-list--bordered.icons-list--small li a {
  width: 40px;
  height: 40px;
}
ul.icons-list.icons-list--bordered.icons-list--large li a {
  width: 65px;
  height: 65px;
}
ul.icons-list.icons-list--bordered.icons-list--extra-large li a {
  width: 100px;
  height: 100px;
}
ul.icons-list.icons-list--bordered.icons-list--extra-large li .svg-inline--fa {
  font-size: 40px;
}
ul.icons-list.icons-list--no-margin {
  font-size: 0;
  margin-left: 0;
  margin-right: 0;
}
ul.icons-list.icons-list--no-margin li {
  margin: 0;
}

/*colored icons list*/
.icons-list.icons-list--bordered li .background-color-facebook {
  border-color: #2f4b87;
  background-color: #2f4b87;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-facebook,
.region--colored-background .icons-list.icons-list--bordered li .background-color-facebook,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-facebook,
.region--dark-background .icons-list.icons-list--bordered li .background-color-facebook {
  border-color: #2f4b87;
  background-color: #2f4b87;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-twitter {
  border-color: #1da1f2;
  background-color: #1da1f2;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-twitter,
.region--colored-background .icons-list.icons-list--bordered li .background-color-twitter,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-twitter,
.region--dark-background .icons-list.icons-list--bordered li .background-color-twitter {
  border-color: #1da1f2;
  background-color: #1da1f2;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-behance {
  border-color: #1769ff;
  background-color: #1769ff;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-behance,
.region--colored-background .icons-list.icons-list--bordered li .background-color-behance,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-behance,
.region--dark-background .icons-list.icons-list--bordered li .background-color-behance {
  border-color: #1769ff;
  background-color: #1769ff;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-dribbble {
  border-color: #ea4c89;
  background-color: #ea4c89;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-dribbble,
.region--colored-background .icons-list.icons-list--bordered li .background-color-dribbble,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-dribbble,
.region--dark-background .icons-list.icons-list--bordered li .background-color-dribbble {
  border-color: #ea4c89;
  background-color: #ea4c89;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-instagram {
  border-color: #f56040;
  background-color: #f56040;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-instagram,
.region--colored-background .icons-list.icons-list--bordered li .background-color-instagram,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-instagram,
.region--dark-background .icons-list.icons-list--bordered li .background-color-instagram {
  border-color: #f56040;
  background-color: #f56040;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-vimeo {
  border-color: #1ab7ea;
  background-color: #1ab7ea;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-vimeo,
.region--colored-background .icons-list.icons-list--bordered li .background-color-vimeo,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-vimeo,
.region--dark-background .icons-list.icons-list--bordered li .background-color-vimeo {
  border-color: #1ab7ea;
  background-color: #1ab7ea;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-youtube {
  border-color: #cd201f;
  background-color: #cd201f;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-youtube,
.region--colored-background .icons-list.icons-list--bordered li .background-color-youtube,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-youtube,
.region--dark-background .icons-list.icons-list--bordered li .background-color-youtube {
  border-color: #cd201f;
  background-color: #cd201f;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-googleplus {
  border-color: #d34836;
  background-color: #d34836;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-googleplus,
.region--colored-background .icons-list.icons-list--bordered li .background-color-googleplus,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-googleplus,
.region--dark-background .icons-list.icons-list--bordered li .background-color-googleplus {
  border-color: #d34836;
  background-color: #d34836;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-linkedin {
  border-color: #0084bf;
  background-color: #0084bf;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-linkedin,
.region--colored-background .icons-list.icons-list--bordered li .background-color-linkedin,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-linkedin,
.region--dark-background .icons-list.icons-list--bordered li .background-color-linkedin {
  border-color: #0084bf;
  background-color: #0084bf;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-facebook:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-facebook:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-facebook:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-facebook:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-facebook:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-twitter:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-twitter:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-twitter:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-twitter:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-twitter:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-behance:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-behance:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-behance:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-behance:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-behance:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-dribbble:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-dribbble:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-dribbble:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-dribbble:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-dribbble:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-instagram:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-instagram:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-instagram:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-instagram:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-instagram:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-vimeo:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-vimeo:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-vimeo:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-vimeo:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-vimeo:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-youtube:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-youtube:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-youtube:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-youtube:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-youtube:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-googleplus:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-googleplus:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-googleplus:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-googleplus:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-googleplus:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}
.icons-list.icons-list--bordered li .background-color-linkedin:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-linkedin:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-linkedin:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-linkedin:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-linkedin:hover {
  opacity: 0.9;
  color: #ffffff;
  border-color: transparent;
}

/*colored icons list inverted*/
.icons-list.icons-list--bordered li .background-color-inverted-facebook {
  border-color: transparent;
  color: #2f4b87;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-facebook,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-facebook,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-facebook,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-facebook {
  border-color: #2f4b87;
  background-color: #2f4b87;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-twitter {
  border-color: transparent;
  color: #1da1f2;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-twitter,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-twitter,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-twitter,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-twitter {
  border-color: #1da1f2;
  background-color: #1da1f2;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-behance {
  border-color: transparent;
  color: #1769ff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-behance,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-behance,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-behance,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-behance {
  border-color: #1769ff;
  background-color: #1769ff;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-dribbble {
  border-color: transparent;
  color: #ea4c89;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble {
  border-color: #ea4c89;
  background-color: #ea4c89;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-instagram {
  border-color: transparent;
  color: #f56040;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-instagram,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-instagram,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-instagram,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-instagram {
  border-color: #f56040;
  background-color: #f56040;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-vimeo {
  border-color: transparent;
  color: #1ab7ea;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo {
  border-color: #1ab7ea;
  background-color: #1ab7ea;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-youtube {
  border-color: transparent;
  color: #cd201f;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-youtube,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-youtube,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-youtube,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-youtube {
  border-color: #cd201f;
  background-color: #cd201f;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-googleplus {
  border-color: transparent;
  color: #d34836;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus {
  border-color: #d34836;
  background-color: #d34836;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-linkedin {
  border-color: transparent;
  color: #0084bf;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin {
  border-color: #0084bf;
  background-color: #0084bf;
  color: #ffffff;
}
.icons-list.icons-list--bordered li .background-color-inverted-facebook:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover {
  background-color: #2f4b87;
  border-color: #2f4b87;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-facebook:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-twitter:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-twitter:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-behance:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-behance:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-dribbble:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-instagram:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover {
  background-color: #f56040;
  border-color: #f56040;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-instagram:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-vimeo:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-youtube:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover {
  background-color: #cd201f;
  border-color: #cd201f;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-youtube:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover {
  background-color: #d34836;
  border-color: #d34836;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-googleplus:hover {
  opacity: 0.85;
}
.icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover,
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover {
  background-color: #0084bf;
  border-color: #0084bf;
  color: #ffffff;
}
.region--shade-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover,
.region--colored-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover,
.region--dark-colored-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover,
.region--dark-background .icons-list.icons-list--bordered li .background-color-inverted-linkedin:hover {
  opacity: 0.85;
}

/*icons list @colored-region*/
.region--shade-background ul.icons-list li a,
.region--colored-background ul.icons-list li a,
.region--dark-colored-background ul.icons-list li a,
.region--dark-background ul.icons-list li a {
  color: rgba(255, 255, 255, 0.75);
}
.region--shade-background ul.icons-list li a:hover,
.region--colored-background ul.icons-list li a:hover,
.region--dark-colored-background ul.icons-list li a:hover,
.region--dark-background ul.icons-list li a:hover {
  color: #ffffff;
}
.region--shade-background ul.icons-list.icons-list--bordered li a,
.region--colored-background ul.icons-list.icons-list--bordered li a,
.region--dark-colored-background ul.icons-list.icons-list--bordered li a,
.region--dark-background ul.icons-list.icons-list--bordered li a {
  border-color: rgba(255, 255, 255, 0.50);
}
.region--shade-background ul.icons-list.icons-list--bordered li a:hover,
.region--colored-background ul.icons-list.icons-list--bordered li a:hover,
.region--dark-colored-background ul.icons-list.icons-list--bordered li a:hover,
.region--dark-background ul.icons-list.icons-list--bordered li a:hover {
  border-color: rgba(255, 255, 255, 0.50);
}

/*icons list at footer top region*/
.footer-top__section.footer-top-second .icons-list {
  text-align: right;
}
@media (max-width: 991px) {
  .footer-top__section.footer-top-second .icons-list {
    text-align: center;
  } 
}

/*icons list at header top region*/
.header-top__section ul.icons-list li .svg-inline--fa {
  font-size: 20px;
}

/*icons list at footer bottom region*/
.region--shade-background .footer-bottom__section ul.icons-list li a {
  color: #939393;
}

/*icons list at subfooter top region*/
.region--shade-background .subfooter-top__section ul.icons-list li a {
  color: #939393;
}
