/** ForSee Survey */
#foresee-component {
  clear: both;
  width: 100%;
  padding: 40px 20px 28px;
  box-sizing: border-box;
}
#foresee-component p {
  color: #191919;
  font: normal 16px/20px attAleckSans-Regular;
  margin-bottom: 12px;
}
#foresee-component p span {
  color: #191919;
  font: normal 16px/20px attAleckSans-Light;
  margin-bottom: 12px;
}
#foresee-component p a {
  width: 100%;
  font: normal 14px/14px attAleckSans-Bold;
  text-transform: uppercase;
}
#foresee-component .foresee-icon {
  background: url('../../../../../etc/designs/attbusiness/images/image-sprite.png') 0px -162px no-repeat;
  width: 76px;
  height: 30px;
  margin: 0 auto 15px;
}
a.icon-long-arrow i svg {
  width: 45px;
  height: 10px;
  fill: #0568ae;
}
/* TODO: move to global style  */
#foresee-component a.icon-long-arrow i {
  position: absolute;
  transform: translateX(20%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
}
#foresee-component a.icon-long-arrow:hover i {
  transform: translateX(100%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
}
@media screen and (min-width: 768px) {
  #foresee-component p {
    font: normal 18px/22px attAleckSans-Medium;
  }
  #foresee-component p span {
    font: normal 16px/20px attAleckSans-Regular;
  }
  #foresee-component .foresee-icon-holder,
  #foresee-component .foresee-text {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: left;
    padding: 0px;
  }
  #foresee-component .foresee-component-wrapper {
    width: 555px;
    margin: 0 auto;
  }
  #foresee-component .foresee-icon-holder {
    width: 95px;
  }
  #foresee-component .foresee-icon-holder .foresee-icon {
    vertical-align: middle;
    margin: 0 auto 15px;
  }
  #foresee-component .foresee-text {
    width: 455px;
  }
  #foresee-component .foresee-text a {
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  #foresee-component .foresee-component-wrapper {
    width: 630px;
  }
  #foresee-component .foresee-icon-holder {
    width: 110px;
  }
  #foresee-component .foresee-text {
    width: 510px;
  }
  #foresee-component .foresee-icon-holder .foresee-icon {
    margin: 0 auto 7px;
  }
  #foresee-component p span {
    font: normal 18px/22px attAleckSans-Regular;
  }
}