@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

/* index banner ie8 css*/

#banner {
  text-align: center;
}

#banner .banner > .banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -683px;
}

#banner .banner-nav {
  border: 1px solid #d4d4d4;
  text-align: left;
}

#banner .navigation-buckets [class*="col-"] a > div {
  text-align: left;
}

.no-flexbox #banner .banner-img {
  margin-left: -50%;
}

.no-flexbox .banner .slick-prev,
.banner .slick-next {
  height: 100px !important;
  display: none  !important;
}

.no-flexbox .banner:hover .slick-prev,
.banner:hover .slick-next {
  height: 100px !important;
  display: block  !important;
}

header .search-open {
  display: none;
  margin-top: -58px;
}

#hw1_global_nav nav {
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
}

#hw1_global_nav .open-contact .primary-nav-consumer > .container > .row > [class*="col-"] {
  min-height: 330px;
}

#hw1_global_nav .open-contact .primary-nav-enterprise .for-tab-one > .container > .row > [class*="col-"] {
  min-height: 280px;
}

body.top-search-open header .nav-contact > ul {
  display: none !important;
}

header #hw1_global_nav nav .navbar-collapse {
  margin-top: 20px;
}

header #hw1_global_nav nav .nav-contact > ul > li:hover > .navbar-toggle > em.hwic_down:before {
  content: "\e911";
}

.primary-nav-consumer-open .card-cl2 em {
  float: right;
  margin-top: 5px;
}

#banner .navigation-buckets {
  border: 1px solid #d4d4d4;
}

.nav-gblnav .worldwide-dropdown {
  width: 100%;
}

.case-studies .card .card-content {
  min-height: 185px;
}

.height-fixed {
  height: 105px;
}

.vertical-card .card .card-img img {
  margin-top: 0;
  margin-left: 0;
  left: 0;
  top: 0;
}

.vertical-card .card-content {
  min-height: 282px;
}

.annual-reports .card-box {
  border: 1px solid #d4d4d4;
}

.publications .container > .row > .col-sm-8 > .row > .col-sm-8 .card {
  min-height: 185px;
}

.publications .container > .row > .col-sm-4 .card {
  min-height: 185px;
}

.multi-actions-card .table-box {
  display: table;
}

.multi-actions-card .table-box > .col-sm-8 {
  display: table-cell;
}

.multi-actions-card .table-box > .col-sm-4 {
  display: table-cell;
}

.search-results .screen-reset .results-list .row .card {
  min-height: 156px;
}

.search-results .screen-reset .results-list .row .col-xs-5 > div img {
  left: 0%;
  margin-left: 0%;
  top: 0;
}

.search-results .screen-reset .results-list .row .content {
  min-height: 1px;
  height: 240px;
}

.detial-banner {
  text-align: center;
}

.detial-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -683px;
}

.detial-banner .banner-nav {
  bottom: 0 !important;
  border: 1px solid #d4d4d4;
  text-align: left;
}

.registration .card-box {
  border: 1px solid #d4d4d4;
}

.registration .card-box .col-sm-3 {
  min-height: 410px;
}

.multi-actions-card .table-box {
  display: table;
}

.multi-actions-card .table-box > .col-sm-4,
.multi-actions-card a.table-box .col-sm-8,
.multi-actions-card .table-box > .col-sm-8 + .col-sm-4 {
  height: 225px;
  overflow: hidden;
}

.secondary-hero .hero-img {
  margin-left: -683px;
}

#player_wrapper {
  padding-top: 0;
}

.link-flash .icon-open-in-new:before {
  content: "\e921";
}

.link-flash .icon-open-in-new:after {
  content: "";
}

#footer .footer-nav h3 em.icon-open-in-new:before {
  top: -5px;
}

.media-kits .content {
  min-height: 65px;
  display: table;
  width: 100%;
}

.media-kits .content a {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.media-kits .content a:first-child {
  float: none;
}

.media-kits .content a {
  padding-top: 0;
  padding-bottom: 0;
}

#player_wrapper {
  padding-top: 56.25%;
}

.columns-list .card .card-img img {
  margin-top: -100px;
}