.system-of-action {
  background-color: #104f64;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}
.system-of-action.grey-background {
  background-color: #cccccc;
}
.system-of-action__inner {
  padding: 0 8%;
}
.system-of-action .system-of-action__mobile-header {
  background-color: #fafafa;
  color: #000;
  display: block;
  padding: 75px 8% 45px;
}
.system-of-action .system-of-action__mobile-header h1 {
  font-size: 30px;
  font-weight: 200;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.system-of-action .system-of-action__mobile-header h1::after {
  background-color: #666;
  content: '';
  display: block;
  height: 5px;
  width: 28px;
  margin: 20px auto 25px;
}
.system-of-action .system-of-action__mobile-header p {
  font-size: 16px;
  line-height: 1.75em;
  text-align: center;
}
.system-of-action .system-of-action__header h1 {
  font-weight: 200;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  font-size: 30px;
}
.system-of-action .system-of-action__header h1 sup{
  font-size:  55%;
}
.system-of-action h2 {
  font-size: 30px;
  font-weight: 200;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
}
.system-of-action h2::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 5px;
  width: 28px;
  margin: 20px auto 0;
}
.system-of-action p {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
.system-of-action .system-of-action__row {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 50px 0;
  position: relative;
  width: 100%;
  text-align: center;
}
.system-of-action .system-of-action__row:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.system-of-action__cta {
  display: inline-block;
  color: #258dfc;
  font-size: 12px;
  font-weight: bold;
  margin: 25px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}
.system-of-action__cta:hover,
.system-of-action__cta:active,
.system-of-action__cta:focus,
.system-of-action__cta:visited {
  color: #258dfc;
  text-decoration: none;
}
.system-of-action .desktop-nowplatform {
  background-image: url('/content/dam/servicenow/images/system-of-actions/desktop-nowplatform.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 170px;
  margin: 0 auto;
  width: 796px;
}
.system-of-action .desktop-nowplatform:hover {
  background-position: 0 -170px;
}
.system-of-action .desktop-nonstopcloud {
  background-image: url('/content/dam/servicenow/images/system-of-actions/desktop-nonstopcloud.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 85px;
  margin: 0 auto;
  width: 796px;
}
.system-of-action .desktop-nonstopcloud:hover {
  background-position: 0 -85px;
}
.system-of-action .img-desktop {
  display: none;
}
.system-of-action .img-mobile {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}

/* Cloud Services Slider */
.system-of-action .cloudservices .cloudservices__links {
  display: none;
}
.system-of-action .cloudservices .cloudservices__caption {
  min-height: 6em;
}
.system-of-action .cloudservices__slider {
  margin: 40px 0;
}
.system-of-action .cloudservices__slider .cloudservices__slider--img img {
  margin: 0 auto;
}
.system-of-action .cloudservices__slider .slick-prev,
.system-of-action .cloudservices__slider .slick-next {
  background-position: 0 center;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block !important;
  height: 21px;
  margin-top: -10px;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 50%;
  width: 12px;
  visibility: visible;
}
.system-of-action .cloudservices__slider .slick-disabled {
  visibility: hidden;
}
.system-of-action .cloudservices__slider .slick-prev {
  background-image: url('/content/dam/servicenow/images/system-of-actions/arrow-left@2x.png') !important;
  left: -10px;
}
.system-of-action .cloudservices__slider .slick-next {
  background-image: url('/content/dam/servicenow/images/system-of-actions/arrow-right@2x.png') !important;
  right: -10px;
}

/* Mobile */
@media screen and (max-width: 1023px) {
  .system-of-action .system-of-action__header {
    display: none;
  }
}

/* Desktop */
@media screen and (min-width: 1024px) {
  .system-of-action {
    width: 100%;
  }
  .system-of-action__inner {
    display: block;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 60px;
  }
  .system-of-action .system-of-action__mobile-header {
    display: none;
  }
  .system-of-action .system-of-action__header {
    display: block;
  }
  .system-of-action .system-of-action__header h1 {
    display: inline-block;
    font-weight: 200;
    float: right;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
    width: 796px;
  }
  .system-of-action h2 {
    font-size: 20px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
  }
  .system-of-action h2::after {
    display: none;
  }
  .system-of-action p {
    display: none;
  }
  .system-of-action .system-of-action__row {
    border-bottom: 0;
    padding: 0;
  }
  .system-of-action .img-mobile {
    display: none;
  }
  .system-of-action .img-desktop {
    display: block;
    float: right;
  }
  .system-of-action__cta {
    display: none;
  }
  .system-of-action .cloudservices .cloudservices__slider,
  .system-of-action .cloudservices .cloudservices__caption {
    display: none;
  }
  .system-of-action .cloudservices .cloudservices__links {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: right;
    height: 115px;
    margin: 0;
    justify-content: space-between;
    width: 796px;
  }
  .system-of-action .cloudservices .cloudservices__link {
    height: 120px;
    width: 157px;
  }
  .system-of-action .cloudservices .cloudservices__link:hover {
    opacity: .8;
    margin-top: 2px;
  }
}