body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "source-sans-pro",Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  color: #000;
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.rb19 a {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.rb19 a:hover {
  text-decoration: none;
}

section.rb19 {
  width: 100%;
  position: relative;
  float: left;
  padding: 90px 0 100px;
  overflow: hidden;
}

.rb19 img {
  border-style: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}
.rb19 .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  /*max-width: 1300px;*/
  position: relative; 
}
@media (min-width: 1124px) {
.rb19 .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
  /*max-width: 1300px;*/
  position: relative; }
}
/*@media (min-width: 1367px) {
.rb19 .container {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  /*max-width: 1300px;*/
  /*position: relative; }
}*/

header.rb19:after,
.rb19 .container:after,
.rb19 .wrapper:after,
.rb19 .column-wrapper:after,
.rb19 .grid-wrapper:after,
.rb19 .two-third:after,
.rb19 .content-wrapper:after,
.rb19 .v-middle-wrapper:after {
  content: "";
  clear: both;
  display: block;
}

header.rb19,
footer.rb19 {
  float: left;
  width: 100%;
}

section.rb19 {
  width: 100%;
  position: relative;
  padding: 100px 0;
  float: left;
}

.rb19 .v-middle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rb19 .v-middle-inner {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.rb19 .v-middle {
  display: table-cell;
  vertical-align: middle;
}

.rb19 .col-two {
  width: 50%;
  float: left;
  position: relative;
}

.rb19 .col-three {
  width: 33.33%;
  float: left;
  position: relative;
}

.rb19 .col-four {
  width: 25%;
  float: left;
  position: relative;
}

.rb19 .col-five {
  width: 20%;
  float: left;
  position: relative;
}

.bar-orange-gradient {
  position: relative;
  z-index: 8;
  margin-top: 325px;
  height: 16px;
  width: 100%;
  background: linear-gradient(
    to right,
    rgb(255, 177, 29) 0%,
    rgb(255, 104, 29) 100%
  );
}

/*
 * Heading and Paragraph.
 */
.rb19 h1 {
  font-size: 50px;
  font-family: "Source Sans Pro", sans-serif;
  color: #191919;
  font-weight: 300;
  line-height: 1.06;
}

.rb19 h2 {
  font-size: 32px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.rb19 h3 {
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.rb19 h4 {
  font-size: 28px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.rb19 h5 {
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.rb19 h6 {
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.rb19 p {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #415464;
  line-height: 1.5;
  font-weight: 400;
}

.rb19 p.rb-subhead {
  font-size: 22px;
}


.rb19 a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-family: "source-sans-pro", sans-serif;
}

.rb19 .bar-orange-gradient {
  position: absolute;
  height: 16px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ffb11d;
  background: -moz-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ffb11d),
    color-stop(100%, #ff681d)
  );
  background: -webkit-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  background: -o-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  background: -ms-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  background: linear-gradient(to right, #ffb11d 0%, #ff681d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb11d', endColorstr='#ff681d', GradientType=1);
}

.rb19 ul {
  margin: 0;
  padding: 0;
}

.rb19 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rb19.no-padding {
  padding: 0;
}

.rb19.no-padding-top {
  padding-top: 0;
}

.rb19.no-padding-bottom {
  padding-bottom: 0;
}

.rb19 .learn-more {
  position: relative;
  background: #fff;
  padding: 13px 47px 12px 21px;
  display: inline-block;
  color: #ff681d;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 50px;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.rb19 .learn-more:after {
  content: "";
  position: absolute;
  height: 21px;
  width: 23px;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/gery_arrow.svg) top no-repeat;
  background-size: contain;
}

.rb19 .learn-more:hover {
  color: #fff;
  background: #ff681d;
}

.rb19 .learn-more:hover:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/small_white_arrow.svg) top no-repeat;
  background-size: contain;
}

.rb19 .link-with-orange {
  position: relative;
  color: #fff;
  background: #ff681d;
  padding: 13px 47px 12px 21px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 50px;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.rb19 .link-with-orange:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 23px;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/small_white_arrow.svg) top no-repeat;
  background-size: contain;
}

.rb19 .link-with-orange:hover {
  background: #fff;
  color: #ff681d;
  box-shadow: 0 0 0px 1px #ff681d;
}

.rb19 .link-with-orange:hover:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/gery_arrow.svg) top no-repeat;
  background-size: contain;
}

.rb19 .btn-default {
  padding: 16px 20px 18px;
  background-color: #ffb81d;
  font-size: 18px;
  color: white;
  display: inline-block;
  width: 180px;
  letter-spacing: -0.04em;
  font-weight: 500;
  transition: all 0.4s ease;
  text-align: center;
  font-family: museo-sans, sans-serif;
}

.rb19 .btn-default:hover {
  background-color: #ff681d;
  color: white;
}

.richtext {
  overflow-x: hidden;
}

body > iframe {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1150px) {
  .rb19 h1 {
    font-size: 44px;
  }

  .rb19 h2 {
    font-size: 30px;
  }

  .rb19 h3 {
    font-size: 28px;
  }

  .rb19 h4 {
    font-size: 24px;
  }

  .rb19 h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .rb19 p {
    font-size: 16px;
  }

  .rb19 .link-with-orange {
    padding: 10px 43px 9px 18px;
    font-size: 15px;
  }

  .rb19 .learn-more {
    padding: 10px 39px 9px 18px;
    font-size: 15px;
  }

  .rb19 .learn-more:after {
    right: 10px;
    top: -2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .rb19 h1 {
    font-size: 42px;
  }

  .rb19 h2 {
    font-size: 28px;
  }

  .rb19 h3 {
    font-size: 26px;
  }

  .rb19 h4 {
    font-size: 22px;
  }

  .rb19 h5 {
    font-size: 20px;
  }
}

@media screen and (min-width: 596px) and (max-width: 767px) {
  .rb19 h1 {
    font-size: 38px;
  }

  .rb19 h2 {
    font-size: 26px;
  }

  .rb19 h3 {
    font-size: 24px;
  }

  .rb19 h4 {
    font-size: 22px;
  }

  .rb19 h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 595px) {
  .rb19 h5 {
    font-size: 16px;
  }
}

@media screen and (min-width: 481px) and (max-width: 595px) {
  .rb19 h1 {
    font-size: 34px;
  }

  .rb19 h2 {
    font-size: 24px;
  }

  .rb19 h3 {
    font-size: 22px;
  }

  .rb19 h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .rb19 h1 {
    font-size: 30px;
  }

  .rb19 h2 {
    font-size: 20px;
  }

  .rb19 h3 {
    font-size: 20px;
  }

  .rb19 h4 {
    font-size: 18px;
  }
}

.textul li {
  padding-left: 20px !important;
  position: relative;
}

.textul li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 5px;
  height: 5px;
  background: #415464;
  border-radius: 50px;
}

.rb19 .btn-orange {
  position: relative;
  color: #fff;
  padding: 11px 49px 10px 23px;
  border: 1px solid #ff681d;
  display: inline-block;
  background: #ff681d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 50px;
  font-size: 16px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .btn-orange {
    padding: 11px 42px 10px 22px;
    font-size: 14px;
  }
}

.rb19 .btn-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 260%;
  background: #fff;
  opacity: 0;
  -webkit-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.rb19 .btn-orange:after {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/Homepage_Icons_arrowA_white.svg") top
    no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .btn-orange:after {
    right: 12px;
  }
}

.rb19 .btn-orange:hover {
  color: #ff681d;
  border: 1px solid #ff681d;
  background: transparent;
  -webkit-transition: background 0s ease-in 0.3s;
  -o-transition: background 0s ease-in 0.3s;
  transition: background 0s ease-in 0.3s;
}

.rb19 .btn-orange:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
  -o-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
  transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
}

.rb19 .btn-orange:hover:after {
  background: url("/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/Homepage_Icons_arrowB.svg") top no-repeat;
  background-size: contain;
}

.rb19 .slide-btn {
  position: relative;
  background: #fff;
  padding: 13px 47px 12px 21px;
  display: inline-block;
  color: #ff681d;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 50px;
  font-size: 16px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition: color 0.3s ease-in-out,
    -webkit-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: color 0.3s ease-in-out,
    -webkit-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition: color 0.3s ease-in-out,
    -o-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66),
    color 0.3s ease-in-out;
  transition: transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66),
    color 0.3s ease-in-out,
    -webkit-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66),
    -o-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.rb19 .slide-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250%;
  background: #ff681d;
  opacity: 0;
  -webkit-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.rb19 .slide-btn:after {
  content: "";
  position: absolute;
  height: 21px;
  width: 23px;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/gery_arrow.svg) top no-repeat;
  background-size: contain;
}

.rb19 .slide-btn:hover {
  color: #fff;
}

.rb19 .slide-btn:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
  -o-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
  transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
}

.rb19 .slide-btn:hover:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/small_white_arrow.svg) top no-repeat;
    background-size: contain;
}

.rb19 .slide-btn-clear {
  border: 1px solid #fff;
  position: relative;
  background: #fff;
  padding: 13px 47px 12px 21px;
  display: inline-block;
  color: #ff681d;
  text-transform: uppercase;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-radius: 50px;
  font-size: 16px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition: color 0.3s ease-in-out,
  -webkit-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: color 0.3s ease-in-out,
  -webkit-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition: color 0.3s ease-in-out,
  -o-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66),
  color 0.3s ease-in-out;
  transition: transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66),
  color 0.3s ease-in-out,
  -webkit-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66),
  -o-transform 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.rb19 .slide-btn-clear:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250%;
  background: #ff681d;
  opacity: 0;
  -webkit-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.rb19 .slide-btn-clear:after {
  content: "";
  position: absolute;
  height: 21px;
  width: 23px;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/gery_arrow.svg) top no-repeat;
  background-size: contain;
}

.rb19 .slide-btn-clear:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.rb19 .slide-btn-clear:hover:before {
  opacity: 0.3;
  -webkit-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
  -o-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
  transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-4%);
}

.rb19 .slide-btn-clear:hover:after {
  background: url(/content/dam/riverbed-www/en_US/Microsites/home-page-redesign/images/small_white_arrow.svg) top no-repeat;
}
  

body.page_homepage {
  background: #fff;
}

