@charset "utf-8";
/* CSS Document */

/* FONT AWESOME ICON CSS
--------------------------------------------- */

/* .fa-search
{
    margin-right:0.3rem;
    display:inline-block;
    opacity:0.54;
} */

.socialLinkContainer {
  text-align: right;
}

.fatFooterRow .socialLinkContainer {
  color: white;
  text-align: left;
}

.socialLinkContainer > a, .socialLinkContainer > a:active, .socialLinkContainer > a:hover, .socialLinkContainer > a:visited {
  display: inline-block;
  width: auto;
  padding: 0 0.3rem;
  font-size: 1.2rem;
  outline: inherit;
  color: white;
  cursor: pointer;
}

.linkContainer i, .socialLinkContainer i {
  color: #fff;
}

.sticky-social-bar {
  padding: 0 .1rem 0 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15.25rem;
  background-color: #fff;
  position: fixed;
  left: -12.5rem;
  z-index: 111111111;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.sticky-social-bar .social-icon {
  /*list-style-type: none;*/
  color: #fefefe;
  background-color: inherit;
  margin: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0.25rem 0.25rem 0.25rem;
}

.social-icon:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.075);

}

.sticky-social-bar .social-icon:first-of-type {
  padding-top: 0.375rem;
}

.sticky-social-bar .social-icon:last-of-type {
  /*padding-bottom: 1rem;*/
}

.sticky-social-bar .social-icon > a {
  color: inherit;
  background-color: inherit;
}

.sticky-social-bar .social-icon > a > .fab {
  padding: 0.4rem;
  width: 2rem;
  height: 2rem;
  float: right;
  margin-left: 0.5rem;
  text-align: center;
  display: inline-block;
}

.sticky-social-bar .social-icon > a > .fab.fa-facebook-f {
  background-color: #3b5998;
}

.sticky-social-bar .social-icon > a > .fab.fa-twitter {
  background-color: #55acee;
}

.sticky-social-bar .social-icon > a > .fab.fa-linkedin {
  background-color: #007bb5;
}

.sticky-social-bar .social-icon > a > .fab.fa-youtube {
  background-color: #bb0000;
}

.sticky-social-bar .social-icon > a > .fab.fa-instagram {
  background-color: #125688;
}

.sticky-social-bar .social-icon > a > .fab.fa-pinterest {
  background-color: #cb2027;
}

.sticky-social-bar i.vsp-blog {
  background-color: #003046;
}

i.vsp-blog {
  background-color: transparent;
  background-image: url("/dam/providerhub/images/icons/AsEyeSeeIt.png");
  background-size: contain;

  /*background-image: url("../images/Logo/as-eyes-see-it.svg");*/
  /*background-size: 94%;*/

  background-position: center;

  background-repeat: no-repeat;
  padding: 0.4rem;
  width: 2rem;
  height: 2rem;
  float: right;
  /*margin-left: 0.5rem;*/
  text-align: center;
}

footer i.vsp-blog {
  -webkit-transform: translateY(.5rem);
  -ms-transform: translateY(.5rem);
  transform: translateY(.5rem);
}

.sticky-social-bar .social-icon > a > .social-icon-text {
  font-size: 80%;
  color: #000;
  text-transform: uppercase;
  margin-right: 0.5rem;
  text-align: right;
  width: 11rem;
  display: inline-block;
  line-height: 0.7rem;
}

.sticky-social-bar .social-icon:hover {
  -webkit-transform: translateX(8rem);
  -ms-transform: translateX(8rem);
  transform: translateX(8rem);
}

.sticky-social-bar .social-icon:hover > a {
  color: inherit;
  background-color: inherit;
}


@media screen and (max-width: 64em) {

  .socialLinkContainer {
    /* width:100%; */
    text-align: center;
  }

}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {

  .sticky-social-bar {
    /*display: none !important;*/
  }

}