@charset "UTF-8";
/**
 * Base styles for global elements
 *
 **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes arrowHover {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 310% 50%;
  }
  50.001% {
    background-position: -210% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.green {
  color: #23a46c;
}

.yellow {
  color: #ece810;
}

.clr {
  clear: both;
}

.cntr {
  text-align: center;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #203460;
  font-weight: 400;
  line-height: 1.375em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.375em;
}

p {
  font-size: 1.125em;
  line-height: 1.375em;
}

strong {
  font-weight: 700;
}

/**
 Header Element
 **/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .inner {
  border-bottom: 1px solid #878787;
  background: #FFF;
  padding: 1.375em 2.25em;
  box-sizing: border-box;
  overflow: hidden;
}
header h1 {
  background: transparent url("/resources/themes/rms/images/RMS.png") left top 100% no-repeat;
  height: 2.25em;
  outline: none;
  position: relative;
  text-indent: -9999px;
  width: 6.25em;
}
@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) {
  header h1 {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/resources/themes/rms/images/RMS@2x.png");
    background-size: auto 100%;
  }
}
header h1 a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 601px) {
  header h1 {
    width: 7.25em;
    float: left;
    height: 3.125em;
  }
}
@media (min-width: 601px) {
  header {
    background: transparent;
  }
  header .inner {
    background: #f5f5f1;
    padding: 1.385em 2em;
    border-bottom: 0;
  }
}
@media (min-width: 901px) {
  header h1 {
    width: 9.375em;
    background-size: auto 100%;
    background-image: url("/resources/themes/rms/images/RMS@2x.png");
  }
  header .inner {
    padding: 1.385em 4em;
  }
}
header a.nav-btn {
  width: 1.125em;
  height: 1.125em;
  display: block;
  position: absolute;
  top: 2.25em;
  right: 1.75em;
}
header a.nav-btn span,
header a.nav-btn span:before,
header a.nav-btn span:after {
  content: "";
  display: block;
  background: #545454;
  height: 3px;
  width: 100%;
  position: absolute;
  transition: all 0.5s ease;
}
header a.nav-btn span:after {
  transition: all 0.25s ease;
}
header a.nav-btn span:before {
  bottom: -6px;
}
header a.nav-btn span:after {
  bottom: -12px;
  width: 50%;
}
header a.nav-btn:hover {
  cursor: pointer;
}
header a.nav-btn:hover span,
header a.nav-btn:hover span:before,
header a.nav-btn:hover span:after {
  background: #203460;
}
header a.nav-btn.open span:after {
  width: 0;
  transform: rotate(-45deg);
}
header a.nav-btn.open span:before {
  transform: rotate(-90deg);
  bottom: 0px;
}
header a.nav-btn.open span {
  transform: rotate(45deg);
}
@media (min-width: 601px) {
  header a.nav-btn {
    display: none;
  }
}
header nav {
  left: 0;
  width: 100%;
  top: -20em;
  position: fixed;
  transition: all 0.5s ease;
  z-index: -1;
}
header nav.open {
  top: 5em;
}
header nav ul {
  width: 100%;
  background: #FFF;
}
header nav ul li a {
  display: block;
  color: #203460;
  padding: 1.25em 2.25em;
  border-bottom: 2px solid #545454;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.0625em;
}
header nav ul li a:hover, header nav ul li a.active {
  color: #23a46c;
  border-bottom-color: #23a46c;
}
@media (min-width: 601px) {
  header nav {
    position: relative;
    width: auto;
    float: right;
    top: auto;
    transition: none;
    z-index: 1;
    margin-top: 2em;
  }
  header nav ul {
    width: auto;
    background: transparent;
  }
  header nav ul li {
    float: left;
    padding: 0 1.5em;
  }
  header nav ul li:first-child {
    display: none;
  }
  header nav ul li:last-child {
    padding-right: 0;
  }
  header nav ul li a {
    font-size: 0.7em;
    display: inline;
    border-bottom: 0;
    padding: 2.25em 0;
  }
  header nav ul li a:hover, header nav ul li a.active {
    border-bottom: 2px solid #23a46c;
  }
}
@media (min-width: 768px) {
  header nav ul li a {
    font-size: 1.0625em;
    padding: 1.275em 0;
  }
}

footer {
  z-index: 1;
  background: #203460;
  box-sizing: border-box;
  padding: 1.625em 1.125em 2.8125em;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
footer .disclaimers {
  padding-bottom: 1.25em;
}
footer .disclaimers p {
  font-weight: 300;
  font-size: 0.9375em;
  padding: 0.25em 0;
}
@media (min-width: 601px) {
  footer .disclaimers {
    float: right;
    padding-top: 0.75em;
  }
  footer .disclaimers p {
    border-right: 1px solid #FFF;
    padding: 0 0.75em;
    float: left;
    font-size: 0.8125em;
  }
  footer .disclaimers p:last-child {
    padding-right: 0;
    border-right: none;
  }
}
footer .company-info {
  border-top: 2px solid #FFF;
  padding-top: 3em;
  position: relative;
}
footer .company-info img.logo {
  max-width: 100px;
}
@media (min-width: 601px) {
  footer .company-info img.logo {
    max-width: 135px;
  }
}
footer .company-info img.slogan {
  padding-top: 0.875em;
  position: absolute;
  right: 0;
  top: 3em;
}
footer .company-info address {
  padding-top: 1.625em;
  color: #aedfe5;
  line-height: 1.5em;
}
@media (min-width: 601px) {
  footer .company-info {
    clear: both;
  }
  footer .company-info address {
    padding-top: 0.5em;
    font-size: 1.125em;
  }
}
@media (min-width: 901px) {
  footer .company-info {
    border-top: none;
    width: 310px;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 4em;
  }
  footer .company-info img.slogan {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 3em;
    max-width: 100%;
  }
}
footer nav ul {
  width: 33.3%;
  float: left;
  padding: 3em 0;
}
footer nav ul li {
  padding-bottom: 0.75em;
}
footer nav ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9375em;
  padding: 0.25em 0;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
footer nav ul li:last-child {
  padding-bottom: 0;
}
@media (min-width: 901px) {
  footer nav {
    position: relative;
    clear: right;
    top: 0;
    padding-top: 4.5em;
    overflow: hidden;
    padding-left: 165px;
    box-sizing: border-box;
    float: right;
    text-align: right;
  }
  footer nav ul {
    width: auto;
    padding: 0;
    float: right;
  }
  footer nav ul li {
    float: left;
    padding: 0.875em;
  }
  footer nav ul li a {
    font-size: 0.9375em;
  }
  footer nav ul:first-child {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 1066px) {
  footer nav {
    position: relative;
    clear: right;
    top: 0;
    padding-top: 4.5em;
    overflow: hidden;
    padding-left: 165px;
    box-sizing: border-box;
    float: right;
  }
  footer nav ul {
    width: auto;
    padding: 0;
    float: left;
  }
  footer nav ul li {
    float: left;
    padding: 0.875em;
  }
  footer nav ul li a {
    font-size: 0.9375em;
  }
  footer nav ul:first-child {
    float: left;
  }
}
footer .copyright {
  font-size: 0.9375em;
  font-weight: 300;
}
@media (min-width: 901px) {
  footer .copyright {
    margin: 2.75em 0 0;
    font-size: 0.8125em;
    clear: right;
    float: right;
  }
}
@media (min-width: 1066px) {
  footer .copyright {
    margin: 8em 0 0;
  }
}
@media (min-width: 901px) {
  footer {
    padding: 1.625em 6.25em 6.25em 6.25em;
    box-sizing: border-box;
  }
  footer .inner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  footer .inner:before {
    content: "";
    position: absolute;
    top: 4em;
    border-top: 2px solid #FFF;
    width: 100%;
  }
}

article > section.demo-request {
  background: #ece810 url("/resources/themes/rms/images/demo-bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 3.125em;
  text-align: center;
}
article > section.demo-request h3 {
  font-size: 1.875em;
  padding-bottom: 0.6666em;
  color: #203460;
}
article > section.demo-request h3 strong {
  font-weight: 500;
}
article > section.demo-request p {
  padding: 0;
}
article > section.demo-request a {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 4.25em 1em 0;
  position: relative;
  display: inline-block;
}
article > section.demo-request a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75em;
  height: 3.75em;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  background: #FFF url("/resources/themes/rms/images/Arrow.png") 50% 50% no-repeat;
}
article > section.demo-request a:hover {
  color: #000;
  text-decoration: underline;
}
article > section.demo-request a:hover:after {
  animation: arrowHover 0.5s linear;
}
@media (min-width: 601px) {
  article > section.demo-request {
    padding: 6.25em 0;
  }
  article > section.demo-request h3 {
    font-size: 2.1875em;
    padding-bottom: 1.6071em;
  }
}

article > section.company-fact, article > .columns-wrapper > section.company-fact {
  background: url("/resources/themes/rms/images/grad-bg-small.jpg") top center no-repeat;
  background-size: cover;
  padding: 3.0625em 1.875em;
}
@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) {
  article > section.company-fact, article > .columns-wrapper > section.company-fact {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/resources/themes/rms/images/grad-bg-small@2x.jpg");
    background-size: cover;
  }
}
@media (min-width: 601px) {
  article > section.company-fact, article > .columns-wrapper > section.company-fact {
    padding: 4.6875em 3.0625em;
  }
}
@media (min-width: 901px) {
  article > section.company-fact, article > .columns-wrapper > section.company-fact {
    padding: 6.25em 3.0625em;
  }
}
article > section.company-fact > h1, article > section.company-fact > h2, article > section.company-fact > h3, article > section.company-fact > h4, article > section.company-fact > h5, article > section.company-fact > h6, article > .columns-wrapper > section.company-fact > h1, article > .columns-wrapper > section.company-fact > h2, article > .columns-wrapper > section.company-fact > h3, article > .columns-wrapper > section.company-fact > h4, article > .columns-wrapper > section.company-fact > h5, article > .columns-wrapper > section.company-fact > h6 {
  text-transform: uppercase;
  font-size: 1.125em;
  color: #FFF;
  text-align: left;
}
article > section.company-fact > h1 .yellow, article > section.company-fact > h2 .yellow, article > section.company-fact > h3 .yellow, article > section.company-fact > h4 .yellow, article > section.company-fact > h5 .yellow, article > section.company-fact > h6 .yellow, article > .columns-wrapper > section.company-fact > h1 .yellow, article > .columns-wrapper > section.company-fact > h2 .yellow, article > .columns-wrapper > section.company-fact > h3 .yellow, article > .columns-wrapper > section.company-fact > h4 .yellow, article > .columns-wrapper > section.company-fact > h5 .yellow, article > .columns-wrapper > section.company-fact > h6 .yellow {
  color: #ece810;
  font-size: 2.5em;
  font-weight: 500;
  display: inline-block;
  line-height: 1em;
}
@media (min-width: 481px) {
  article > section.company-fact > h1, article > section.company-fact > h2, article > section.company-fact > h3, article > section.company-fact > h4, article > section.company-fact > h5, article > section.company-fact > h6, article > .columns-wrapper > section.company-fact > h1, article > .columns-wrapper > section.company-fact > h2, article > .columns-wrapper > section.company-fact > h3, article > .columns-wrapper > section.company-fact > h4, article > .columns-wrapper > section.company-fact > h5, article > .columns-wrapper > section.company-fact > h6 {
    font-size: 1.25em;
  }
}
@media (min-width: 601px) {
  article > section.company-fact > h1, article > section.company-fact > h2, article > section.company-fact > h3, article > section.company-fact > h4, article > section.company-fact > h5, article > section.company-fact > h6, article > .columns-wrapper > section.company-fact > h1, article > .columns-wrapper > section.company-fact > h2, article > .columns-wrapper > section.company-fact > h3, article > .columns-wrapper > section.company-fact > h4, article > .columns-wrapper > section.company-fact > h5, article > .columns-wrapper > section.company-fact > h6 {
    font-size: 1.875em;
  }
}
@media (min-width: 1281px) {
  article > section.company-fact > h1, article > section.company-fact > h2, article > section.company-fact > h3, article > section.company-fact > h4, article > section.company-fact > h5, article > section.company-fact > h6, article > .columns-wrapper > section.company-fact > h1, article > .columns-wrapper > section.company-fact > h2, article > .columns-wrapper > section.company-fact > h3, article > .columns-wrapper > section.company-fact > h4, article > .columns-wrapper > section.company-fact > h5, article > .columns-wrapper > section.company-fact > h6 {
    font-size: 2.8125em;
    max-width: 1240px;
    margin: 0 auto;
  }
  article > section.company-fact > h1 .yellow, article > section.company-fact > h2 .yellow, article > section.company-fact > h3 .yellow, article > section.company-fact > h4 .yellow, article > section.company-fact > h5 .yellow, article > section.company-fact > h6 .yellow, article > .columns-wrapper > section.company-fact > h1 .yellow, article > .columns-wrapper > section.company-fact > h2 .yellow, article > .columns-wrapper > section.company-fact > h3 .yellow, article > .columns-wrapper > section.company-fact > h4 .yellow, article > .columns-wrapper > section.company-fact > h5 .yellow, article > .columns-wrapper > section.company-fact > h6 .yellow {
    font-size: 2.223em;
  }
}

section {
  z-index: 1;
}

body > article {
  overflow: hidden;
}

section a.arrow {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 4.25em 1em 0;
  position: relative;
  display: inline-block;
}
section a.arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75em;
  height: 3.75em;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  background: #ece810 url("/resources/themes/rms/images/Arrow.png") 50% 50% no-repeat;
}
section a.arrow:hover {
  color: #000;
  text-decoration: underline;
}
section a.arrow:hover:after {
  animation: arrowHover 0.5s linear;
}
section a {
  text-decoration: none;
  font-weight: 700;
  color: #3f4347;
}
section a:hover {
  text-decoration: underline;
}
section a:after {
  content: "  »";
}

/*
 Default Page Layout Styles - Error, Login, etc
 */
.Page article {
  width: 80%;
  margin: 0 auto;
  max-width: 1240px;
}
.Page article h1, .Page article > h2, .Page article > h3, .Page article > h4, .Page article > h5, .Page article > h6 {
  font-size: 2.1875em;
  color: #23a46c;
  padding: 0.5em 0;
}
@media (min-width: 601px) {
  .Page article section.intro > h1 {
    font-size: 3.875em;
    padding-top: 0.9354em;
    line-height: 0.75em;
  }
}
.Page article p, .Page article ul {
  font-size: 1em;
}
.Page article ul, .Page article ol {
  padding: 1em 1em 0em 1.25em;
  list-style: disc;
}
.Page article ul li, .Page article ol li {
  padding: 0.5em 0;
}
.Page article ol {
  list-style-type: lower-alpha;
}
.Page article a:after {
  content: "";
}

@media (min-width: 601px) {
  .CareersPage article > section.intro > h1, .LegalPage article > section.intro > h1 {
    font-size: 3.875em;
    padding-top: 0.9354em;
    line-height: 0.75em;
    padding-bottom: 0.2em;
  }
}
.CareersPage .content-wrap, .LegalPage .content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

article > section.intro {
  padding: 5.0625em 1.5em 3.125em;
}
article > section.intro > *:first-child {
  padding-top: 1.428em;
  color: #23a46c;
  font-size: 2.1875em;
}
@media (min-width: 601px) {
  article > section.intro > *:first-child {
    text-align: center;
    font-size: 3.875em;
  }
}
@media (min-width: 601px) {
  article > section.intro {
    padding: 10.25em 1.5em 6.25em;
  }
}

article > section {
  padding: 3.125em 1.5em;
}
article > section p {
  padding: 0.5em 0;
}
@media (min-width: 601px) {
  article > section {
    padding: 6.5em 1.5em;
  }
  article > section:first-child {
    padding-top: 8.5em;
  }
}

/*
Base Form styles
*/
form .message {
  padding: 1em 0;
  margin: 0.75em 0;
}
form .message.bad, form .message.validation {
  color: #C00;
  padding: 1em;
}
form .message.good {
  background: #23a46c;
  color: #FFF;
  padding: 1em;
}
form div.field {
  padding: 0.5em 0;
}
form label {
  font-size: 1em;
  color: #23a46c;
}
form input[type=text], form input[type=password], form textarea {
  background-color: #e2e3e4;
  border: 0;
  color: #000;
  width: 100%;
  padding: 1.125em;
  box-sizing: border-box;
  font-size: 1em;
}
@media (max-width: 319px) {
  form input[type=text], form input[type=password], form textarea {
    max-width: 270px;
  }
}
form .btn-toolbar {
  padding: 0.5em 0;
}
form .btn-toolbar p {
  padding: 0.5em 0 0;
}
form input[type=submit] {
  border: 1px solid #23a46c;
  background-color: #e2e3e4;
  display: inline-block;
  padding: 0.5em;
  font-size: 1em;
}
form input[type=submit]:hover {
  background-color: #23a46c;
  color: #e2e3e4;
  cursor: pointer;
}
form button.action {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 4.25em 1em 0;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 0;
  margin: 1.25em auto;
  cursor: pointer;
}
form button.action:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75em;
  height: 3.75em;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  background: #ece810 url("/resources/themes/rms/images/Arrow.png") 50% 50% no-repeat;
}
form button.action:hover {
  color: #000;
  text-decoration: underline;
}
form button.action:hover:after {
  animation: arrowHover 0.5s linear;
}

#MemberLoginForm_LoginForm {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

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