@keyframes arrowHover {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 310% 50%;
  }
  50.001% {
    background-position: -210% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.SolutionsPage section > h3, .SolutionsPage section > .content-wrap > h3 {
  color: #203460;
  font-size: 1.875em;
}
@media (min-width: 601px) {
  .SolutionsPage section > h3, .SolutionsPage section > .content-wrap > h3 {
    text-align: center;
    font-size: 2.1875em;
  }
}
@media (min-width: 1281px) {
  .SolutionsPage section.company-fact > h3 {
    max-width: 1000px;
  }
}
.SolutionsPage section.solutions > p {
  max-width: 950px;
  margin: 0 auto;
  font-size: 1.125em;
  color: #3f4347;
}
.SolutionsPage section.solutions .disclaimers {
  font-size: 0.75em;
}
@media (min-width: 601px) {
  .SolutionsPage section.solutions .disclaimers {
    text-align: center;
  }
  .SolutionsPage section.solutions .disclaimers p {
    display: inline-block;
    padding: 0.25em 0.75em;
    border-right: 1px solid #3f4347;
  }
  .SolutionsPage section.solutions .disclaimers p:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
@media (min-width: 901px) {
  .SolutionsPage section.solutions .disclaimers {
    padding-top: 3.75em;
  }
}
.SolutionsPage section.solutions > h1 {
  font-size: 2.6875em;
}
.SolutionsPage section.solutions > h2 {
  font-size: 1.75em;
}
@media (min-width: 601px) {
  .SolutionsPage section.solutions > h2 {
    text-align: center;
    font-size: 2.5em;
  }
}
.SolutionsPage section.solutions > ul {
  overflow: hidden;
  margin: 2.5em auto 0;
  max-width: 1200px;
}
.SolutionsPage section.solutions > ul hr {
  border: 1px solid #23a46c;
}
.SolutionsPage section.solutions > ul > li {
  padding-top: 6.75em;
  position: relative;
}
.SolutionsPage section.solutions > ul > li > p:first-child {
  text-transform: uppercase;
  font-size: 1.25em;
  text-align: center;
}
.SolutionsPage section.solutions > ul > li h5 {
  color: #203460;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 0.9em;
  padding-top: 0.1em;
}
.SolutionsPage section.solutions > ul > li p {
  font-size: 1em;
  font-weight: 500;
  padding: 0 0 0.75em;
}
.SolutionsPage section.solutions > ul > li p strong {
  font-weight: 700;
}
.SolutionsPage section.solutions > ul > li.time {
  text-align: center;
  background: url("/resources/themes/rms/images/save-time-clock.png") center top no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .SolutionsPage section.solutions > ul > li.time {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/resources/themes/rms/images/save-time-clock@2x.png");
    background-size: 86px 94px;
  }
}
.SolutionsPage section.solutions > ul > li.time ul {
  overflow: hidden;
}
.SolutionsPage section.solutions > ul > li.time ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 0.375em;
}
.SolutionsPage section.solutions > ul > li.cost {
  margin-top: 2.5em;
  padding-top: 8.125em;
  background: url("/resources/themes/rms/images/reduce-costs-icon.png") center top no-repeat;
  text-align: center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .SolutionsPage section.solutions > ul > li.cost {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/resources/themes/rms/images/reduce-costs-icon@2x.png");
    background-size: 95px 125px;
  }
}
.SolutionsPage section.solutions > ul > li.resources {
  margin-top: 2.5em;
  padding-top: 8.75em;
  background: url("/resources/themes/rms/images/optimize-resources-icon.png") center top no-repeat;
  text-align: center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .SolutionsPage section.solutions > ul > li.resources {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/resources/themes/rms/images/optimize-resources-icon.png");
    background-size: 72px 125px;
  }
}
.SolutionsPage section.solutions > ul > li.resources h5, .SolutionsPage section.solutions > ul > li.resources p {
  display: inline-block;
}
.SolutionsPage section.solutions > ul > li .caption {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}
.SolutionsPage section.solutions > ul > li .caption p {
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  color: #3f4347;
}
.SolutionsPage section.solutions > ul > li .caption.open {
  max-height: 500px;
}
.SolutionsPage section.solutions > ul > li > a.expand {
  position: relative;
  padding: 0;
  width: 0.75em;
  height: 0.75em;
  color: #000;
  font-size: 2.25em;
  background: #aedfe5;
  border-radius: 51%;
  display: inline-block;
  background: #aedfe5 url("/resources/themes/rms/images/expand-icon.png") center center no-repeat;
  background-size: 55% auto;
  top: -0.625em;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .SolutionsPage section.solutions > ul > li > a.expand {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/resources/themes/rms/images/expand-icon@2x.png");
    background-size: 55% auto;
  }
}
.SolutionsPage section.solutions > ul > li > a.expand:after {
  display: none;
}
.SolutionsPage section.solutions > ul > li > a.expand.open {
  background: #aedfe5 url("/resources/themes/rms/images/collapse-icon.png") center center no-repeat;
  background-size: 55% auto;
  transform: rotate(0deg);
  -moz-animation: none;
  animation: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .SolutionsPage section.solutions > ul > li > a.expand.open {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/resources/themes/rms/images/collapse-icon@2x.png");
    background-size: 55% auto;
  }
}
@media (min-width: 601px) {
  .SolutionsPage section.solutions > h1 {
    font-size: 3.875em;
    padding-top: 0.9354em;
    line-height: 0.9em;
  }
}
@media (min-width: 901px) {
  .SolutionsPage section.solutions h4 {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
  }
  .SolutionsPage section.solutions > ul > li {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 2%;
  }
  .SolutionsPage section.solutions > ul > li.time, .SolutionsPage section.solutions > ul > li.cost, .SolutionsPage section.solutions > ul > li.resources {
    padding-top: 0;
    margin-top: 0;
    background-position: left 13px;
    background-size: 60px auto;
    text-align: left;
  }
  .SolutionsPage section.solutions > ul > li.time a.expand, .SolutionsPage section.solutions > ul > li.cost a.expand, .SolutionsPage section.solutions > ul > li.resources a.expand {
    display: none;
  }
  .SolutionsPage section.solutions > ul > li.time .caption, .SolutionsPage section.solutions > ul > li.cost .caption, .SolutionsPage section.solutions > ul > li.resources .caption {
    max-height: 500px;
  }
  .SolutionsPage section.solutions > ul > li.time p:first-child, .SolutionsPage section.solutions > ul > li.cost p:first-child, .SolutionsPage section.solutions > ul > li.resources p:first-child {
    text-align: left;
  }
  .SolutionsPage section.solutions > ul > li.time ul li {
    float: none;
    width: 100%;
  }
  .SolutionsPage section.solutions p.learnmore {
    clear: both;
  }
}
@media (min-width: 1281px) {
  .SolutionsPage section.solutions > * {
    max-width: 1240px;
    margin: 0 auto;
  }
  .SolutionsPage section.solutions > ul > li {
    padding-left: 100px;
  }
  .SolutionsPage section.solutions > ul > li.time, .SolutionsPage section.solutions > ul > li.cost, .SolutionsPage section.solutions > ul > li.resources {
    background-size: 80px auto;
  }
}
.SolutionsPage section.features {
  background: #f5f5f1;
}
@media (min-width: 901px) {
  .SolutionsPage section.features {
    background: #f5f5f1 url("/resources/themes/rms/images/solution-features-bg.png") center bottom no-repeat;
  }
}
.SolutionsPage section.features > p {
  font-size: 1.125em;
  color: #3f4347;
  max-width: 960px;
  margin: 0.5em auto;
}
.SolutionsPage section.features ul {
  padding: 1.875em 0 0;
  max-width: 458px;
  margin: 0 auto;
}
.SolutionsPage section.features ul li {
  padding: 0 0 3.25em;
}
.SolutionsPage section.features ul li:last-child {
  padding-bottom: 0;
}
.SolutionsPage section.features ul li img, .SolutionsPage section.features ul li h5 {
  float: left;
}
.SolutionsPage section.features ul li h5 {
  padding-top: 0.125em;
  color: #23a46c;
  font-size: 1.875em;
  padding-left: 0.2857em;
  width: 74%;
}
.SolutionsPage section.features ul li img {
  width: 45px;
}
.SolutionsPage section.features ul li p {
  clear: both;
  color: #3f4347;
}
@media (min-width: 601px) {
  .SolutionsPage section.features ul li img {
    width: 90px;
  }
  .SolutionsPage section.features ul li h5 {
    font-size: 2.1875em;
    padding-top: 0.7428em;
  }
  .SolutionsPage section.features ul li p {
    padding-left: 5.675em;
  }
}
@media (min-width: 901px) {
  .SolutionsPage section.features ul {
    overflow: hidden;
    max-width: 960px;
  }
  .SolutionsPage section.features ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 2% 3.25em;
    float: left;
  }
  .SolutionsPage section.features ul li:nth-last-child(2) {
    padding-bottom: 0;
  }
}
.SolutionsPage section.added-value {
  position: relative;
  color: #3f4347;
}
.SolutionsPage section.added-value ul {
  padding: 0.875em 0;
}
.SolutionsPage section.added-value ul li {
  position: relative;
  padding: 0.875em 0 0.875em 1.5em;
}
.SolutionsPage section.added-value ul li:before {
  content: " ";
  width: 1.25em;
  border-bottom: 2px solid #aedfe5;
  display: inline-block;
  position: absolute;
  line-height: 1em;
  left: 0;
  top: calc(1.75em - 2px);
}
@media (min-width: 481px) {
  .SolutionsPage section.added-value ul li {
    padding-left: 2.25em;
  }
  .SolutionsPage section.added-value ul li:before {
    width: 2em;
  }
}
@media (min-width: 601px) {
  .SolutionsPage section.added-value ul li {
    font-size: 1.125em;
  }
}
.SolutionsPage section.added-value ul li {
  text-transform: uppercase;
  font-size: 1em;
}
.SolutionsPage section.added-value p.learnmore {
  padding-top: 0.6111em;
}
@media (min-width: 601px) {
  .SolutionsPage section.added-value .content-wrap {
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .SolutionsPage section.added-value .content-wrap > *:first-child {
    text-align: left;
    font-size: 1.875em;
  }
}
@media (min-width: 601px) and (min-width: 601px) {
  .SolutionsPage section.added-value .content-wrap > *:first-child {
    font-size: 1.9445em;
  }
}
@media (min-width: 601px) {
  .SolutionsPage section.added-value ul {
    overflow: hidden;
  }
  .SolutionsPage section.added-value ul li {
    box-sizing: border-box;
    width: 45%;
    float: left;
  }
  .SolutionsPage section.added-value ul li:nth-child(2n+1) {
    clear: both;
  }
  .SolutionsPage section.added-value ul li:nth-child(odd) {
    width: 50%;
    padding-right: 5%;
  }
}
@media (min-width: 601px) {
  .SolutionsPage section.added-value p.learnmore {
    padding-top: 3.125em;
  }
}
.SolutionsPage section.added-value .tri-image {
  margin-bottom: 3.125em;
  position: relative;
  overflow: visible;
  padding-bottom: 56.25%;
}
.SolutionsPage section.added-value .tri-image .fg, .SolutionsPage section.added-value .tri-image .bg {
  display: block;
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  line-height: 0px;
}
.SolutionsPage section.added-value .tri-image .fg {
  background: url("/resources/themes/rms/images/tri-small-added-value.jpg") top left no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.SolutionsPage section.added-value .tri-image .bg {
  top: 0.5em;
  left: 0.5em;
  background-color: #203460;
  z-index: -1;
}
@media (min-width: 601px) {
  .SolutionsPage section.added-value .tri-image {
    width: 40%;
    height: auto;
    min-height: 350px;
    padding-bottom: 0;
  }
  .SolutionsPage section.added-value .tri-image .fg, .SolutionsPage section.added-value .tri-image .bg {
    max-width: 550px;
    padding-bottom: 103%;
  }
  .SolutionsPage section.added-value .tri-image .fg {
    background-image: url("/resources/themes/rms/images/tri-added-value.png");
    background-size: 100% auto;
  }
  .SolutionsPage section.added-value .tri-image .bg {
    top: 2.5em;
    left: -1em;
    background: url("/resources/themes/rms/images/tri-blue-added-value-bg.png") top left no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 601px) {
  .SolutionsPage section.added-value .tri-image {
    margin-bottom: 0;
    position: absolute;
    top: -3.5em;
    left: -5em;
    max-width: 550px;
  }
  .SolutionsPage section.added-value .tri-image .bg {
    top: 3em;
    left: 1em;
  }
}
@media (min-width: 601px) {
  .SolutionsPage section.added-value .content-wrap {
    box-sizing: border-box;
    padding-left: 36%;
  }
}
@media (min-width: 1281px) {
  .SolutionsPage section.added-value .content-wrap {
    padding-left: 24%;
  }
}
@media (min-width: 1401px) {
  .SolutionsPage section.added-value .content-wrap {
    padding-left: 20%;
  }
}
@media (min-width: 1601px) {
  .SolutionsPage section.added-value .content-wrap {
    padding-left: 12%;
  }
}
@media (min-width: 1801px) {
  .SolutionsPage section.added-value .content-wrap {
    padding-left: 5%;
  }
}
.SolutionsPage section.expertise {
  background: url("/resources/themes/rms/images/expertise-bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
}
.SolutionsPage section.expertise .content-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.SolutionsPage section.expertise .content-wrap h3 {
  color: #FFF;
  font-size: 1.875em;
}
@media (min-width: 601px) {
  .SolutionsPage section.expertise .content-wrap h3 {
    font-size: 1.9445em;
  }
}
@media (min-width: 601px) {
  .SolutionsPage section.expertise .content-wrap {
    font-size: 1.125em;
  }
}
.SolutionsPage section.expertise a {
  font-weight: 500;
  color: #FFF;
}
.SolutionsPage section.expertise a:hover {
  text-decoration: underline;
}
.SolutionsPage section.expertise .downloads {
  padding: 1.875em 0;
}
.SolutionsPage section.expertise .downloads > p {
  text-transform: uppercase;
  font-size: 1.25em;
}
.SolutionsPage section.expertise .downloads ul {
  width: 38vw;
  min-width: 185px;
  margin: 0 auto;
}
.SolutionsPage section.expertise .downloads ul li {
  padding: 0.5em 0;
  text-align: right;
}
.SolutionsPage section.expertise .downloads ul li a {
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
  color: #FFF;
  padding-right: 2.75em;
  line-height: 2.2em;
  display: block;
}
.SolutionsPage section.expertise .downloads ul li a:after {
  content: " ";
  background: #aedfe5 url("/resources/themes/rms/images/download-icon.png") center center no-repeat;
  background-size: 22px 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
}
.SolutionsPage section.expertise .downloads ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 601px) {
  .SolutionsPage section.expertise .downloads ul {
    width: 90%;
    overflow: hidden;
    max-width: 630px;
  }
  .SolutionsPage section.expertise .downloads ul li {
    float: left;
    width: 33%;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=solutions.css.map */
