/******************************************
[Table of contents]
******************************************/
/******************************************
1. GENERAL STYLING
2. HEADER STYLING
3. HEADLINE-BANNER STYLING
4. PRIMARY-CONTENT-BANNER STYLING
5. CTA-BANNER STYLING
6. DEMO-TRIAL-BANNER STYLING
7. LIST-BANNER-WITH-HEADER STYLING
8. FOOTER STYLING
9. MEDIA QUERIES
    9.1 max-width --> 1279px
    9.2 max-width --> 1080px
    9.3 max-width --> 1000px
    9.3 max-width --> 683px
    9.4 max-width --> 480px

******************************************/
/******************************************
GENERAL STYLING
******************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/** General Elements **/
body {
  font-family: sofia-pro, sans-serif !important;
  font-size: 1em;
  margin: 0;
}
/** Buttons **/
.button-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*    The negative top and bottom margin here is necessary because it is what allows the items in this container to have margins between them while not affecting the layout of the parent container.*/
  margin: -1.125em auto;
}
.button-row .rounded-button {
  margin: 1em;
}
.rounded-button {
  border: 0.125em solid;
  border-radius: 6.25em;
  color: #d8dde6;
  font-size: 18px;
  line-height: 1.5em;
  margin: auto;
  padding: 8px 30px;
  text-align: center;
  /*This is being used to force the text in the buttons to display centered*/
}
.rounded-button:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.button-gtg {
  color: #a4afc3;
  font-size: 16px;
}
.button-btp {
  border-width: 0.0625em;
  border-color: #0069d5;
  color: #ff0066;
  font-size: 19px;
  font-weight: 300;
}
.button-bbw-shadow {
  background-color: #00bbff;
  border-color: #00bbff;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.button-ppw-shadow {
  border-color: #ff0066;
  background-color: #ff0066;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.button-ptw {
  color: #ffffff;
  border-color: #ff0066;
  font-weight: 400;
  margin-top: 35px;
}
.button-btb {
  color: #0069d5;
  border-color: #0069d5;
}
.button-ptp {
  color: #ff0066;
  border-color: #ff0066;
}
.button-bwb {
  border-color: #0069d5;
  color: #0069d5;
}
/* Form Global Settings - Hidden Fields */
.gfield.samanage_campaign,
.gfield.samanage_redirect,
.gfield.samanage_webinar,
.gfield.samanage_interest,
.gfield.samanage_form_choice,
.gfield.samanage_form_workflow {
  display: none !important;
}
@media screen and (max-width: 683px) {
  .rounded-button {
    font-size: 15px;
  }
}
/******************************************
GLOBAL NAVIGATIONAL STYLING
******************************************/
html {
  /******************************************
    HEADER STYLING
    ******************************************/
  /* New Logo */
  /* end New Logo */
  /* nav bar */
  /* end nav bar */
  /******************************************
      *******************************************
      MOBILE-NAV STYLING
      *******************************************
      ******************************************/
  /******************************************
    FOOTER STYLING
    ******************************************/
  /******************************************
    END NEW GLOBALS
    ******************************************/
}
html .main-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
html .header {
  background-color: #002a55;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  height: 80px;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1000;
}
html .header .rounded-button {
  outline: none;
  font-size: 0.9375em;
  margin: auto 2.375em auto 0;
  line-height: 1em;
  padding: 0.6em 1.34em 0.67em;
  border-color: #ff0066;
}
html .header .rounded-button:hover {
  background: #ff0066;
}
html .header .rounded-button .nav-button-text-desktop {
  display: inline;
}
@media screen and (max-width: 1280px) {
  html .header .rounded-button .nav-button-text-desktop {
    display: none;
  }
}
html .header .rounded-button .nav-button-text-mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  html .header .rounded-button .nav-button-text-mobile {
    display: inline;
  }
}
@media screen and (max-width: 990px) {
  html .header .rounded-button {
    display: none;
  }
}
html .transparent-header {
  background-color: transparent;
  box-shadow: none;
  position: absolute;
}
html .transparent-header .site-logo {
  margin: 3.125em;
}
html .transparent-header .site-logo svg {
  height: 1.875em;
  width: 12.25em;
}
html .site-logo {
  margin: 1.875em 6.703em 1.875em 2.5em;
  display: flex;
  align-items: center;
}
html .site-logo svg {
  height: 1.875em;
  width: 10em;
  margin-top: 0.45em;
}
@media screen and (max-width: 1280px) {
  html .site-logo svg {
    height: 1.25em;
    width: 8.125em;
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 1350px) {
  html .site-logo {
    margin: 1.875em 2.5em;
  }
}
@media screen and (max-width: 1280px) {
  html .site-logo {
    margin: 30px;
  }
}
@media screen and (max-width: 990px) {
  html .site-logo {
    margin: 20px;
  }
}
html .samanage-logo-dark {
  fill: #002a55;
  fill-rule: evenodd;
}
html .samanage-logo-light {
  fill: #fff;
  fill-rule: evenodd;
}
html .samanage-logo-gray {
  fill: #aaa;
  fill-rule: evenodd;
}
html .nav-sign-in {
  display: flex;
  flex-direction: row;
  margin: auto 1.5625em auto auto;
  position: relative;
}
html .nav-sign-in svg {
  height: 1.5em;
  margin: auto 0.5625em auto auto;
  margin-right: 0.5625em;
  vertical-align: middle;
  width: 1.5em;
}
html .nav-sign-in .nav-sign-in-text {
  color: #a4afc3;
  font-size: 0.9375em;
  font-weight: 400;
  margin: auto 0;
}
html .nav-sign-in .nav-sign-in-img {
  stroke: #54698d;
}
@media screen and (max-width: 1280px) {
  html .nav-sign-in.nav-sign-top {
    margin: auto 30px;
  }
}
@media screen and (max-width: 1280px) {
  html .nav-sign-in.nav-sign-top svg {
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  html .nav-sign-in.nav-sign-top .nav-sign-in-text {
    display: none;
    color: white !important;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -62px;
    margin-top: 17px;
  }
  html .nav-sign-in.nav-sign-top .nav-sign-in-text span {
    border-radius: 4px;
    background-color: #54698D;
    width: 144px;
    text-align: center;
    padding: 6px;
    display: block;
  }
  html .nav-sign-in.nav-sign-top .nav-sign-in-text span::before {
    display: block;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 50%;
    bottom: 100%;
    border-width: 10px 8px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #54698D;
    margin-right: -4px;
  }
}
@media screen and (max-width: 1280px) {
  html .nav-sign-in.nav-sign-top:hover .nav-sign-in-text {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    /* Safari */
    transition: opacity 1s;
    animation: animationFrames linear 0.25s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 0.25s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 0.25s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 0.25s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 0.25s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
  }
  @keyframes animationFrames {
    0% {
      opacity: 0;
      margin-top: 0;
    }
    100% {
      margin-top: 17px;
      opacity: 1;
    }
  }
  @-moz-keyframes animationFrames {
    0% {
      opacity: 0;
      margin-top: 0;
    }
    100% {
      margin-top: 17px;
      opacity: 1;
    }
  }
  @-webkit-keyframes animationFrames {
    0% {
      opacity: 0;
      margin-top: 0;
    }
    100% {
      margin-top: 17px;
      opacity: 1;
    }
  }
  @-o-keyframes animationFrames {
    0% {
      opacity: 0;
      margin-top: 0;
    }
    100% {
      margin-top: 17px;
      opacity: 1;
    }
  }
  @-ms-keyframes animationFrames {
    0% {
      opacity: 0;
      margin-top: 0;
    }
    100% {
      margin-top: 17px;
      opacity: 1;
    }
  }
}
@media screen and (max-width: 990px) {
  html .nav-sign-in.nav-sign-top {
    display: none;
  }
}
html .primary-navigation {
  margin: auto auto auto 0;
}
html .primary-navigation ul {
  margin: auto;
}
html .primary-navigation li {
  display: inline-block;
}
@media screen and (max-width: 990px) {
  html .primary-navigation {
    display: none;
  }
}
html .nav-item {
  display: block;
  padding: 0 1.138em;
}
@media screen and (max-width: 1280px) {
  html .nav-item {
    padding: 0 10px;
  }
}
html .nav-primary-text {
  border-bottom: 3px solid transparent;
  display: flex;
  color: #a4afc3;
  flex-direction: column;
  font-size: 1.125em;
  height: 77px;
  justify-content: center;
  margin: auto;
}
html .nav-menu {
  background-color: white;
  color: #54698d;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4em;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
}
html .nav-menu a {
  display: block;
  color: #0069d5;
  margin: 0;
  text-decoration: none;
  outline: none;
}
html .nav-menu a.primary-nav-link {
  font-weight: 600;
  margin-bottom: 12px;
}
html .nav-menu a:visited {
  color: #0069d5;
}
html .nav-menu a:hover {
  text-decoration: underline;
}
html .nav-menu ul {
  margin: 0;
}
html .nav-menu li {
  margin: 12px 0 0;
  display: block;
}
html .nav-menu li:first-of-type {
  margin: 0;
}
html .nav-menu .indented-nav-list {
  margin: 0 0 0 1.25em;
}
html .nav-menu-primary-section {
  padding: 1.4em 3.35em 1.7em 1.4em;
}
html .nav-menu-all-remaining-section {
  border-top: 1px solid rgba(216, 221, 230, 0.4);
  padding: 0.5em 1.4em;
}
html .nav-menu-all-remaining-section a {
  color: #a4afc3;
  font-size: 0.639em;
  font-weight: 700;
}
html .nav-menu-all-remaining-section a:visited {
  color: #a4afc3;
}
html .nav-menu-all-remaining-section svg {
  height: 15px;
  margin-left: 0.6em;
  vertical-align: middle;
  width: 15px;
}
html .nav-menu-secondary-section {
  display: block;
  position: relative;
  background-color: rgba(216, 221, 230, 0.4);
}
html .nav-menu-secondary-section svg {
  position: absolute;
  bottom: -14px;
  right: 10px;
  margin: 0;
}
html .nav-menu-secondary-section .srvc-now-cloud-img {
  fill: none;
  fill-rule: evenodd;
  overflow: hidden;
  stroke: #fff;
  stroke-width: 2px;
}
html .nav-menu-secondary-section-text {
  padding: 1.25em 6.5em 1.25em 1.25em;
}
html .nav-menu-secondary-section-text p {
  font-size: 0.8333em;
  margin: 0;
}
html .nav-menu-opened {
  display: block;
  visibility: visible;
}
html .sliding-selector {
  background-color: #fff;
  height: 3px;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 77px;
  width: 0;
}
html .mobile-nav {
  display: none;
  margin: 0;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  html .mobile-nav {
    display: flex;
  }
}
html .mobile-nav-icon {
  display: flex;
  align-items: center;
  height: 0.75em;
  margin: 0;
  position: relative;
  width: 1.125em;
}
html .mobile-nav-icon span {
  background: #a4afc3;
  border-radius: 10px;
  display: block;
  height: 0.125em;
  left: 0;
  margin: 0;
  position: absolute;
  transition: 0.5s ease-in-out;
  width: 1.125em;
}
html .mobile-nav-icon span:nth-child(1) {
  top: 0;
}
html .mobile-nav-icon span:nth-child(2),
html .mobile-nav-icon span:nth-child(3) {
  top: 0.3125em;
}
html .mobile-nav-icon span:nth-child(4) {
  top: 0.625em;
}
html .open span:nth-child(1),
html .open span:nth-child(4) {
  left: 0.5em;
  top: 0.3125em;
  width: 0;
}
html .open span:nth-child(2) {
  transform: rotate(-45deg);
}
html .open span:nth-child(3) {
  transform: rotate(45deg);
}
html .mobile-navigation {
  display: block;
  background-color: #002a55;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.3);
  min-height: 0;
  height: auto;
  max-height: calc( 100% -  80px );
  overflow-y: auto;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
html .mobile-navigation ul {
  list-style: none;
  margin: 0;
}
html .mobile-navigation ul li {
  border-bottom: 1px solid #00122b;
  padding: 0;
}
html .mobile-navigation .nav-item {
  margin: 0;
}
html .mobile-navigation .nav-primary-text {
  border-bottom: none;
  height: 50px;
  padding: 0 1.8125em;
}
html .mobile-navigation .nav-sign-in {
  display: flex;
  flex-direction: row;
  height: 50px;
  margin: auto 0;
  padding: 0 1.8125em;
}
html .mobile-navigation .nav-sign-in .nav-sign-in-text {
  line-height: 1em;
  margin: auto 0;
}
@media screen and (max-width: 1280px) {
  html .mobile-navigation .nav-sign-in .nav-sign-in-text {
    display: inline;
  }
}
html .mobile-navigation .nav-sign-in svg {
  height: 100%;
  margin: auto 0.5625em auto 0;
}
html .mobile-navigation .rounded-button {
  display: inline-block;
  margin: 30px;
  padding: 0.533em 1.4em;
}
html .mobile-navigation .rounded-button .nav-button-text-desktop {
  display: inline;
}
html .mobile-navigation .rounded-button .nav-button-text-mobile {
  display: none;
}
html .mobile-navigation .nav-button-li {
  margin: 0;
  text-align: center;
}
html .mobile-navigation .nav-menu {
  position: relative;
}
html .mobile-navigation .nav-menu .nav-menu-primary-section {
  padding: 1.4em 0;
}
html .mobile-navigation .nav-menu .nav-menu-primary-section li {
  border: none;
}
html .mobile-navigation .nav-menu .nav-menu-primary-section a {
  padding-left: 1.667em;
}
html .mobile-navigation .nav-menu .nav-menu-primary-section .indented-nav-list {
  margin: 0;
}
html .mobile-navigation .nav-menu .nav-menu-primary-section .indented-nav-list a {
  padding-left: 2.917em;
}
html .mobile-navigation .nav-menu-secondary-section {
  padding: 1.25em 0 1.25em 1.25em;
}
html .mobile-navigation .nav-menu-secondary-section-text {
  padding: 0;
}
@media screen and (max-width: 480px) {
  html {
    /******************************************
        GENERAL STYLING
        ******************************************/
    /******************************************
        *******************************************
        MOBILE-NAV STYLING
        *******************************************
        ******************************************/
  }
  html .headliner {
    font-size: 62px;
    margin-top: 150px;
  }
  html .headliner-sub {
    font-size: 38px;
  }
  html .nav-menu-secondary-section svg {
    display: none;
  }
}
html .site-footer {
  border: 0;
  border-top: 1px solid #d8dde6;
  margin: auto 1.875em 12.5em;
  padding-top: 6.25em;
}
html .site-footer ul {
  margin: 0;
}
html .site-footer a {
  color: #0069d5;
}
html .samanage-search {
  height: 100%;
  margin: 2em auto 7em;
  width: 100%;
}
html .samanage-search-form {
  border-bottom: 2px solid #d8dde6;
  display: block;
  height: 4.6875em;
  max-width: fit-content;
  max-width: -moz-fit-content;
  margin: 0 auto;
}
html .samanage-search-box {
  border: none;
  display: block;
  float: right;
  font-family: sofia-pro, sans-serif;
  font-size: 2.25em;
  height: 100%;
  letter-spacing: -1px;
  padding: 0;
  width: 83%;
}
html .samanage-search-box:focus {
  outline: none;
}
html .samanage-search-box::placeholder {
  color: #d8dde6;
}
html .samanage-search-submit {
  background-color: #fff;
  background-image: url(https://www.samanage.com/wp-content/themes/genesis-samanage/img/search-grey.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 88%;
  border: none;
  cursor: pointer;
  display: block;
  float: left;
  height: 100%;
  padding: 0;
  width: 15%;
}
html .samanage-search-submit:hover {
  background-color: transparent;
}
html .footer-section-title {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  margin: 0 auto 1.111em;
}
html .footer-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1182px;
}
html .footer-column {
  margin-bottom: 4em;
  margin-right: 3.75em;
}
html .footer-column li:nth-child(n + 2) {
  /* This is needed so that every list item after the first has spacing without ruining ohter spacings on the page. */
  margin-top: 0.625em;
}
html .footer-contact {
  display: flex;
  flex-direction: row;
}
html .footer-contact .list-column:nth-of-type(2n) {
  margin-left: 4.4375em;
}
html .footer-contact-item {
  color: #54698d;
  font-weight: 300;
  line-height: 1.75em;
}
html .footer-contact-item a {
  color: #54698d;
}
html #footer-contact-column {
  margin-left: 8.0625em;
  margin-right: 0;
}
html .contact-location {
  color: #002a55;
  font-weight: 400;
}
html .copyright {
  font-size: 0.875em;
  color: #54698d;
  padding: 0;
  text-align: center;
}
html .copyright a {
  color: #54698d;
}
html .copyright p {
  color: #54698d;
  font-family: sofia-pro, sans-serif;
  margin: 25px auto 15px;
  text-align: center;
}
html .footer-logo {
  fill: #a4afc3;
}
@media screen and (max-width: 1223px) {
  html .site-footer {
    margin-bottom: 10.5em;
    padding-top: 4.25em;
  }
  html .footer-columns {
    max-width: 602px;
  }
  html #footer-contact-column {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  html .site-footer {
    padding-top: 3.25em;
  }
  html .samanage-search {
    margin: 2em auto 4em;
  }
  html .samanage-search-form {
    height: 3.6875em;
  }
  html .samanage-search-box {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 683px) {
  html .samanage-search-form {
    height: 2.6875em;
  }
  html .samanage-search-box {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 661px) {
  html .site-footer {
    margin-bottom: 7.5em;
    padding-top: 1.5em;
  }
  html .footer-columns {
    flex-direction: column;
    margin: auto;
    max-width: 330px;
    text-align: center;
  }
  html .footer-column {
    margin-right: 0;
  }
  html .footer-contact {
    flex-direction: column;
  }
  html .footer-contact .list-column:nth-of-type(2n) {
    margin-left: 0;
  }
}
/******************************************
*******************************************
GENERAL STYLES OUTSIDE OF OPTI-C
*******************************************
******************************************/
.new-social-icon-banner {
  margin: 1em 0;
}
.new-social-icon-banner .new-social-headline {
  text-align: center;
  margin: 0;
}
.new-social-icon-banner .new-social-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 435px;
  width: 80%;
  text-align: center;
}
.new-social-icon-banner .new-social-icon-wrapper a {
  margin: 0.625em;
  display: inline-block;
  outline: none;
}
.new-social-icon-banner .new-social-icon-wrapper a .new-social-icon {
  align-self: center;
  height: auto;
  max-width: 70px !important;
  width: auto;
}
/******************************************
NEW PAGE STYLINGS
******************************************/
.opti-C {
  /** General Classes **/
  /* Fonts */
  /*
    .headliner-landing-page {
        color: @color-pink;
        display: block;
        font-size: 7.3125em;
        letter-spacing: -2px;
        line-height: .8em;
        margin: .48em auto .2em;
        opacity: 1;
    }
    */
  /******************************************
    HEADLINE-BANNER STYLING
    ******************************************/
  /******************************************
    PRIMARY-CONTENT-BANNER STYLING
    ******************************************/
  /* HOME UPDATES */
  /* Original Home */
  /* Landing Page Specific */
  /******************************************
    CTA-BANNER STYLING
    ******************************************/
  /******************************************
    DEMO-TRIAL-BANNER STYLING
    ******************************************/
  /******************************************
    LIST-BANNER-WITH-HEADER STYLING
    ******************************************/
  /******************************************
    *******************************************
    JOURNEY-PAGE STYLING
    *******************************************
    ******************************************/
  /******************************************
    *******************************************
    MMBU-PAGE STYLING
    *******************************************
    ******************************************/
  /****** START MEDIA QUERIES FOR MMBU PAGE ******/
  /****** END MEDIA QUERIES FOR MMBU PAGE ******/
  /******************************************
    MEDIA QUERIES STYLING
    ******************************************/
  /******************************************
    *******************************************
    SAMANAGE-FOR-SALESFORCE-PRODUCT-PAGE STYLING
    *******************************************
    ******************************************/
  /****** START MEDIA QUERIES FOR SAMANAGE FOR SALESFORCE PAGE ******/
  /****** END MEDIA QUERIES FOR SAMANAGE FOR SALESFORCE PAGE ******/
  /******************************************
  *******************************************
  FEATURE-PAGE STYLING
  *******************************************
  ******************************************/
  /******************************************
  FEATURE-HEADLINE STYLING
  ******************************************/
  /******************************************
  FEATURE-PRIMARY-CONTENT STYLING
  ******************************************/
  /******************************************
  FEATURE-SECONDARY-CONTENT STYLING
  ******************************************/
  /******************************************
  FEATURE-FEATURE-LIST STYLING
  ******************************************/
  /******************************************
  FEATURE-FEATURE-HIGHLIGHT STYLING
  ******************************************/
  /******************************************
  FEATURE-GET-STARTED STYLING
  ******************************************/
  /******************************************
  FEATURE-ALL-FEATURES STYLING
  ******************************************/
  /******************************************
  FEATURE-PAGE MEDIA QUERIES
  ******************************************/
  /******************************************
  *******************************************
  PRICING-PAGE STYLING
  *******************************************
  ******************************************/
  /******************************************
  PRICING-PAGE GENERAL STYLING
  ******************************************/
  /******************************************
  PRICING-PAGE HEADLINE BANNER STYLING
  ******************************************/
  /******************************************
  PRICING-PAGE PRICING BOX BANNER STYLING
  ******************************************/
  /******************************************
  PRICING-PAGE QUOTE BANNER STYLING
  ******************************************/
  /******************************************
  PRICING-PAGE CTA BANNER STYLING
  ******************************************/
}
.opti-C a {
  text-decoration: none;
}
.opti-C h1 {
  margin: 0 0 15px;
  font-size: 1em;
}
.opti-C ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.opti-C .opti-B main {
  padding: 0;
}
.opti-C .content-sidebar-wrap .content,
.opti-C .sidebar-content .content {
  padding: 0;
}
.opti-C .content-wrapper {
  background-color: #fff;
  display: flex;
  font-family: sofia-pro, sans-serif;
  flex-direction: column;
  width: 100%;
  padding: 80px 0 0;
}
.opti-C .landing-wrapper {
  background-color: #fff;
  display: flex;
  font-family: sofia-pro, sans-serif;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.opti-C .custom-image-list {
  display: flex;
  flex-direction: row;
  max-width: 925px;
  margin: 0 auto;
  padding: 0;
}
.opti-C .list-column:nth-of-type(2n) {
  margin-left: 8em;
}
.opti-C .custom-check-mark-li {
  display: flex;
  margin-bottom: 0.8125em;
}
.opti-C .custom-check-mark-li img {
  height: 1.3125em;
  margin: auto 1.3125em auto 0;
}
.opti-C .custom-check-mark-li p {
  color: #002a55;
  margin: 0;
}
.opti-C .section-line-break {
  border: 0;
  border-top: 1px solid #d8dde6;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  width: 83%;
}
.opti-C .title-description-box {
  display: block;
  margin: 0 auto;
  width: 30%;
  padding: 0 0.46875em;
  text-align: center;
}
.opti-C .headliner {
  color: #0069d5;
  display: block;
  font-size: 180px;
  font-weight: bold;
  line-height: 1.2em;
  opacity: 0.43;
  margin: 0 auto;
  letter-spacing: -0.05em;
}
.opti-C .headliner-sub {
  color: #ffffff;
  display: block;
  font-size: 3.25em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0 0 0.1em;
}
.opti-C .cta-text {
  color: #a4afc3;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
.opti-C .secondary-header {
  color: #002a55;
  font-size: 36px;
  font-weight: 700;
}
.opti-C .content-text {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 34px;
}
.opti-C .content-text-bold {
  font-weight: 700;
  margin-bottom: 0;
}
.opti-C .white-text {
  color: #ffffff;
}
.opti-C .lp-content-text {
  color: #54698d;
  font-size: 19px;
  font-weight: 400;
}
.opti-C .lp-content-small-text {
  color: #002a55;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.412em;
}
.opti-C .pink-text {
  color: #ff0066;
}
.opti-C .medium-bold-blue-text {
  color: #002a55;
  font-size: 1.375em;
  font-weight: 600;
}
.opti-C .content-text-smaller {
  font-size: 19px;
}
.opti-C .headline-banner {
  background-color: #030c1b;
  background-image: url(https://www.samanage.com/wp-content/uploads/2017/09/banner-asset.png), linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 0 30px 90px;
  text-align: center;
  top: 0;
  /* Landing Page Specific */
}
.opti-C .headline-banner .cta-text {
  margin: 0 auto 4.583em;
  max-width: 24.625em;
}
.opti-C .headline-banner .button-btp {
  margin-top: 3em;
}
.opti-C .headline-banner .headline-banner-image-desc {
  color: #ff0066;
  margin: 0 auto;
  max-width: 100%;
}
.opti-C .headline-banner .headline-banner-image-desc span {
  color: #54698d;
  font-size: 20px;
}
.opti-C .headline-banner .lp-headline {
  color: #ffffff;
  font-size: 3.25em;
  font-weight: 500;
  line-height: 1em;
}
.opti-C .headline-banner .lp-headline strong {
  color: #ff0066;
  display: block;
  font-size: 2.25em;
  letter-spacing: -2px;
  line-height: 0.8em;
  margin: 0.48em auto 0.2em;
  opacity: 1;
  font-weight: 800;
}
.opti-C .headline-banner .lp-subheadline {
  margin: 2.75em auto 1.25em;
  max-width: 29.17em;
  letter-spacing: 0.025em;
}
.opti-C .headline-banner .lp-subheadline strong {
  font-weight: inherit;
  color: #ffffff;
}
.opti-C .headline-banner .button-row {
  margin: 0 auto 4em;
  align-items: center;
}
.opti-C .headline-banner .button-row .rounded-button {
  display: inline-block;
  line-height: 1em;
  padding: 10px 30px 12px;
}
.opti-C .headline-banner .button-row p {
  display: inline-block;
  line-height: 0.8em;
  margin: 0 auto 0.2em;
}
.opti-C .headline-banner-image {
  margin: 0 auto 12px;
  max-height: 80px;
  max-width: 428px;
  width: 100%;
}
.opti-C .primary-content-banner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.opti-C .primary-content-wrapper {
  display: block;
  justify-content: center;
  max-width: none;
  margin: 0 auto;
  width: 100%;
}
.opti-C .primary-content-wrapper:nth-child(2n) {
  background-color: #ebeef2;
}
.opti-C .primary-content-wrapper:nth-child(2n) .primary-content-section {
  flex-direction: row-reverse;
}
.opti-C .primary-content-wrapper:nth-child(2n) .primary-content-section img {
  margin: auto 0 auto 115px;
}
.opti-C .primary-content-wrapper:nth-child(2n) .color-text {
  color: #ff0066;
}
.opti-C .primary-content-wrapper:nth-child(2n) .rounded-button {
  border-color: #ff0066;
  background-color: #ff0066;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.opti-C .primary-content-section {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 6.1875em 0 5.8125em;
  margin: 0 auto;
  max-width: 1140px;
}
.opti-C .primary-content-section img {
  height: auto;
  margin: auto 115px auto 0;
  max-width: 434px;
  width: 100%;
}
.opti-C .primary-content-section .secondary-header {
  margin: 0.361em 0 0.8333em;
}
.opti-C .primary-content-section .color-text {
  color: #00bbff;
}
.opti-C .primary-content-section .rounded-button {
  background-color: #00bbff;
  border-color: #00bbff;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.opti-C .primary-content-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.opti-C .primary-content-text .rounded-button {
  margin: 3.9375em auto 2em 0;
}
.opti-C .home-option-select-a .home-option-a {
  display: block;
}
.opti-C .home-option-select-a .home-option-b {
  display: none;
}
.opti-C .home-option-select-b .home-option-a {
  display: none;
}
.opti-C .home-option-select-b .home-option-b {
  display: block;
}
.opti-C .home-header {
  background-color: #030c1b;
  background-image: url(https://www.samanage.com/wp-content/uploads/2017/09/banner-asset.png), linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 0;
  text-align: center;
  top: 0;
}
.opti-C .home-header .home-header-section {
  outline: none;
}
.opti-C .home-header .home-header-section:nth-of-type(1) {
  padding: 60px 30px 0;
}
.opti-C .home-header .home-header-section:nth-of-type(2) {
  padding: 0 30px 90px;
}
.opti-C .home-header .home-headline {
  color: #ff0066;
  display: block;
  font-size: 5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0 0 15px;
}
.opti-C .home-header .home-subheadline {
  margin: 0 auto;
  color: white;
  font-size: 1.5em;
  max-width: 600px;
  font-weight: 400;
  line-height: 1.25em;
}
.opti-C .home-header .home-header-button {
  display: inline-block;
  margin: 2em auto;
  color: rgba(255, 255, 255, 0.9);
  background: #ff0066;
  box-shadow: none;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  border-radius: 6.25em;
  line-height: 1em;
  padding: 0.6em 2em 0.7em;
  text-align: center;
  border: 0.125em solid #ff0066;
}
.opti-C .home-header .home-header-button:hover {
  background: none;
  color: white;
}
.opti-C .home-header .home-stars-wrap {
  margin: 2em auto 0.75em;
  max-width: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opti-C .home-header .home-stars-wrap .home-star {
  fill: #fff;
  width: 25px;
}
.opti-C .home-header .home-stars-description {
  color: white;
  margin: 0 auto;
  max-width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}
.opti-C .home-header .home-stars-description strong {
  font-size: 1.5em;
  font-weight: 400;
  display: block;
  line-height: 1.5em;
}
.opti-C .home-header .home-stars-description u:hover {
  color: #ff0066;
}
.opti-C .home-journeys {
  padding: 2em 0;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.opti-C .home-journeys-headline {
  font-size: 2.5em;
  font-weight: 400;
  margin: 0;
  padding: 0 30px;
}
.opti-C .home-journeys-subheadline {
  font-size: 18px;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 30px;
  color: #444;
  font-weight: 300;
}
.opti-C .home-journeys-wrap {
  display: flex;
  margin: 2.5em 0;
}
.opti-C .home-journey {
  padding: 2em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #002a55;
}
.opti-C .home-journey .home-journey-image {
  width: 100%;
  margin: 0 auto;
  max-width: 170px;
}
.opti-C .home-journey .home-journey-headline {
  font-size: 26px;
  font-weight: 700;
  margin: 1em 0;
  color: #002a55;
}
.opti-C .home-journey .home-journey-description {
  font-weight: 300;
  font-size: 1.25em;
  margin: 1.25em 0;
  line-height: 1.5em;
}
.opti-C .home-journey .home-journey-description strong {
  color: #00bbff;
  font-weight: 300;
}
.opti-C .home-journey .home-journey-button {
  background: none;
  box-shadow: none;
  color: #00bbff;
  font-weight: 500;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #00bbff;
  border-radius: 6.25em;
  font-size: 16px;
  line-height: 1em;
  padding: 0.5em 1.25em 0.6em;
  text-align: center;
}
.opti-C .home-journey .home-journey-button:hover {
  color: white;
  background: #00bbff;
}
.opti-C .home-journey:nth-of-type(2n) {
  background: #ebeef2;
}
.opti-C .home-journey:nth-of-type(2n) .home-journey-description strong {
  color: #ff0066;
}
.opti-C .home-journey:nth-of-type(2n) .home-journey-button {
  border-color: #ff0066;
  color: #ff0066;
}
.opti-C .home-journey:nth-of-type(2n) .home-journey-button:hover {
  color: white;
  background: #ff0066;
}
.opti-C .home-chat {
  background-color: #030c1b;
  background-image: linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  display: flex;
  flex-direction: column;
  padding: 50px 30px 60px;
  text-align: center;
  outline: none;
}
.opti-C .home-chat-headline {
  align-self: center;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 690px;
  color: #a4afc3;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
.opti-C .home-chat-button {
  background: none;
  box-shadow: none;
  color: #ff0066;
  font-weight: 500;
  margin: 1.25em auto 0;
  display: inline-block;
  text-decoration: none;
  border: 0.125em solid #ff0066;
  border-radius: 6.25em;
  font-size: 18px;
  line-height: 1em;
  padding: 0.6em 1.5em 0.7em;
  text-align: center;
}
.opti-C .home-chat-button:hover {
  color: white;
  background: #ff0066;
}
.opti-C .home-cta {
  padding: 4em 30px 5em;
  text-align: center;
}
.opti-C .home-cta-headline {
  font-size: 2.5em;
  font-weight: 400;
  margin: 0;
}
.opti-C .home-trial-button {
  background: #ff0066;
  box-shadow: none;
  color: white;
  font-weight: 500;
  margin: 1.25em 1em 0;
  display: inline-block;
  text-decoration: none;
  border: 0.125em solid #ff0066;
  border-radius: 6.25em;
  font-size: 18px;
  line-height: 1em;
  padding: 0.6em 1.5em 0.7em;
  text-align: center;
}
.opti-C .home-trial-button:hover {
  color: #ff0066;
  background: none;
}
.opti-C .home-demo-button {
  background: #00bbff;
  box-shadow: none;
  color: white;
  font-weight: 500;
  margin: 1.25em auto 0;
  display: inline-block;
  text-decoration: none;
  border: 0.125em solid #00bbff;
  border-radius: 6.25em;
  font-size: 18px;
  line-height: 1em;
  padding: 0.6em 1.5em 0.7em;
  text-align: center;
}
.opti-C .home-demo-button:hover {
  color: #00bbff;
  background: none;
}
@media screen and (max-width: 960px) {
  .opti-C .home-journeys-wrap {
    display: block;
  }
  .opti-C .home-journey {
    align-items: center;
  }
  .opti-C .home-journey .home-journey-content {
    max-width: 700px;
  }
  .opti-C .home-cta-headline {
    font-size: 2em;
  }
}
@media screen and (max-width: 683px) {
  .opti-C .home-header .home-headline {
    font-size: 4em;
  }
  .opti-C .home-header .home-subheadline {
    font-size: 1.25em;
  }
  .opti-C .home-header .home-header-button {
    font-size: 0.9em;
    margin: 2em auto 1em;
  }
  .opti-C .home-header .home-stars-description {
    font-size: 0.8125em;
  }
  .opti-C .home-journeys-headline {
    font-size: 1.75em;
  }
  .opti-C .home-journeys-subheadline {
    font-size: 16px;
  }
  .opti-C .home-journeys-wrap {
    margin: 1em 0;
  }
  .opti-C .home-journey .home-journey-headline {
    font-size: 1.5em;
  }
  .opti-C .home-journey .home-journey-description {
    font-size: 1em;
  }
  .opti-C .home-journey .home-journey-button {
    font-size: 0.9em;
  }
  .opti-C .home-journey:last-of-type {
    padding-bottom: 0;
  }
  .opti-C .home-chat-headline {
    font-size: 1.25em;
  }
  .opti-C .home-chat-button {
    font-size: 0.9em;
  }
  .opti-C .home-cta {
    padding: 2em 30px 3em;
  }
  .opti-C .home-cta-headline {
    font-size: 1.5em;
  }
  .opti-C .home-trial-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    max-width: -moz-fit-content;
    font-size: 0.9em;
  }
  .opti-C .home-demo-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    max-width: -moz-fit-content;
    font-size: 0.9em;
  }
}
.opti-C .home-primary-content-section {
  padding: 4em 30px;
}
.opti-C .home-primary-content-section img {
  margin: 0 5em 0 0;
  max-width: 400px;
}
.opti-C .home-primary-content-section .primary-content-text {
  display: block;
}
.opti-C .home-primary-content-section .primary-content-text .rounded-button {
  background: none;
  border-color: #00bbff;
  box-shadow: none;
  color: #00bbff;
  font-weight: 500;
  margin: 1.25em 0 0;
  display: inline-block;
}
.opti-C .home-primary-content-section .secondary-header {
  font-size: 34px;
  font-weight: 700;
}
.opti-C .home-primary-content-section .content-text {
  font-size: 1.25em;
  margin: 1.25em 0;
  line-height: 1.5em;
}
.opti-C .home-primary-content-section .content-text-bold {
  font-weight: 600;
}
.opti-C .primary-content-wrapper:nth-child(2n) .home-primary-content-section .rounded-button {
  border-color: #ff0066;
  color: #ff0066;
}
.opti-C .primary-content-wrapper:nth-child(2n) .home-primary-content-section {
  flex-direction: row-reverse;
}
.opti-C .primary-content-wrapper:nth-child(2n) .home-primary-content-section img {
  margin: auto 0 auto 7%;
}
.opti-C .secondary-content-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 1.875em;
  text-align: center;
}
.opti-C .secondary-content-wrapper:nth-of-type(1) {
  background-color: #d8dde6;
  border-bottom: 1px solid #d8dde6;
}
.opti-C .secondary-content-wrapper:nth-of-type(1) img {
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: white;
  box-shadow: 0 -20px 80px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  margin: -91px auto 0;
  width: 100%;
}
.opti-C .secondary-content-section {
  display: flex;
  flex-direction: column;
  max-width: 62em;
}
.opti-C .secondary-content-section img {
  align-self: center;
  width: 62px;
}
.opti-C .secondary-content-section .lp-content-text {
  margin: 4.368em auto 1.368em;
  max-width: 500px;
}
.opti-C .secondary-content-section .lp-content-small-text {
  margin-top: 5px;
  margin-bottom: 4.882em;
}
.opti-C .secondary-content-section .lp-content-small-text span {
  color: #ff0066;
}
.opti-C .cta-banner {
  background-color: #030c1b;
  background-image: linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  display: flex;
  flex-direction: column;
  padding: 68px 30px 88px;
  text-align: center;
}
.opti-C .cta-banner .cta-text {
  align-self: center;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 690px;
}
.opti-C .cta-banner-light {
  background-color: white;
  padding: 7.1875em 1.875em 5.5em;
  text-align: center;
}
.opti-C .cta-banner-light .cta-text {
  align-self: center;
  color: #00bbff;
  margin: 0 auto 0.917em;
  max-width: 690px;
  font-weight: 500;
}
.opti-C .cta-banner-light .rounded-button {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.12);
}
.opti-C .cta-banner-w-images {
  flex-direction: row;
  justify-content: space-around;
}
.opti-C .cta-image-text .cta-image-wrapper {
  display: flex;
  margin: auto;
  max-width: 14.25em;
}
.opti-C .cta-image-text img {
  margin: auto;
  max-height: 12.5em;
  max-width: 100%;
}
.opti-C .cta-image-text p {
  color: #d8dde6;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 2.052em auto 0.368em;
  max-width: 15.52em;
}
.opti-C .demo-trial-banner {
  display: flex;
  flex-direction: column;
  margin: 80px auto 0;
  text-align: center;
}
.opti-C .demo-trial-banner p {
  color: #0069d5;
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
  margin: 0 auto 77px;
}
.opti-C .demo-trial-banner a {
  color: #0069d5;
}
.opti-C .list-banner-with-header {
  display: flex;
  flex-direction: column;
  padding: 7.0625em 1.875em 8.4375em;
  text-align: center;
}
.opti-C .list-banner-with-header h2 {
  margin: 0 auto 1.722em;
}
.opti-C .journey-headline-banner {
  padding: 90px 30px;
}
.opti-C .journey-headline-banner .cta-text {
  margin: 0 auto;
  max-width: 29.4583em;
}
.opti-C .journey-1-headline-banner {
  background: linear-gradient(45deg, #00bbff 0%, #ff0066 100%);
}
.opti-C .journey-2-headline-banner {
  background: linear-gradient(45deg, #0069d5 0%, #00122b 100%);
}
.opti-C .journey-2-headline-banner .journey-subheadline {
  max-width: 25em;
}
.opti-C .journey-3-headline-banner {
  background: linear-gradient(45deg, #ff0066 0%, #002a55 100%);
}
.opti-C .journey-headline {
  color: #fff;
  font-size: 3.25em;
  line-height: 1em;
  margin: 0 auto 0.96em;
}
.opti-C .journey-subheadline {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.opti-C .journey-subheadline span {
  font-weight: 600;
}
.opti-C .journey-quote {
  padding: 61px 0;
}
.opti-C .journey-quote .lp-content-text {
  margin: 0 auto 0.7895em;
  max-width: 636px;
}
.opti-C .journey-quote .lp-content-small-text {
  margin: 0.7895em auto 0;
}
.opti-C .primary-content-wrapper img.journey-primary-image {
  max-width: 400px;
  margin-right: 5em;
}
.opti-C .primary-content-wrapper:nth-child(2n) img.journey-primary-image {
  margin: auto 0 auto 5em;
}
.opti-C .journey-primary-content-section {
  padding: 5em 30px;
  align-items: center;
}
.opti-C .journey-primary-content-section .journey-primary-content-text {
  margin: 0;
}
.opti-C .journey-primary-content-section .journey-primary-content-text .secondary-header,
.opti-C .journey-primary-content-section .journey-primary-content-text p {
  margin: 0;
}
.opti-C .journey-primary-content-section .journey-primary-content-text .secondary-header {
  font-weight: 600;
  margin: 0.361em 0;
}
.opti-C .journey-primary-content-section .journey-primary-content-text p {
  color: #002a55;
  margin: 0.542em 0;
}
.opti-C .journey-primary-content-section .journey-primary-content-text .journey-content-and-button {
  margin-bottom: 0;
}
.opti-C .journey-primary-content-section .journey-primary-content-text .rounded-button {
  margin: 2em auto 2em 0;
}
.opti-C .feature-banner {
  padding: 6em 0;
  text-align: center;
}
.opti-C .feature-banner .secondary-header {
  margin: 0 auto;
}
.opti-C .feature-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.opti-C .feature-image-text {
  margin: 2em 0;
  text-align: left;
  width: 22.75%;
  outline: none;
  padding: 0;
  box-sizing: border-box;
  margin-left: 3%;
  display: block;
}
.opti-C .feature-image-text:first-of-type {
  margin-left: 0;
}
.opti-C .feature-image-text .feature-image-wrapper {
  display: block;
  margin: 0 auto;
}
.opti-C .feature-image-text .feature-image-wrapper img {
  margin: 0;
  width: 100%;
  max-height: none;
  max-width: none;
}
.opti-C .feature-image-text .journey-feature {
  color: #002a55;
  font-weight: 500;
  margin: 0.5em 0;
  font-size: 1.5em;
  line-height: 1.4em;
}
.opti-C .feature-image-text .journey-secondary-content-text {
  color: #002a55;
  font-size: 1em;
  margin: 0.25em 0;
  font-weight: 300;
  line-height: 1.5em;
}
.opti-C .journey-value {
  display: flex;
  width: 100%;
}
.opti-C .journey-value-image {
  margin: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
}
.opti-C .journey-value-content {
  padding: 30px;
  flex: 1;
}
.opti-C .journey-value-content-wrap {
  max-width: 585px;
}
.opti-C .journey-value-content-wrap h2 {
  color: #002a55;
  font-size: 36px;
  font-weight: 600;
  margin: 0.361em 0;
}
.opti-C .journey-value-content-wrap p {
  font-weight: 300;
  line-height: 34px;
  font-size: 1.25em;
  color: #002a55;
  margin: 0.542em 0;
}
.opti-C .journey-value-content-wrap .rounded-button {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  margin: 2em auto 2em 0;
}
.opti-C .journey-value:nth-of-type(2n) {
  background-color: #ebeef2;
  flex-direction: row-reverse;
}
.opti-C .journey-value:nth-of-type(2n) .journey-value-content-wrap {
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .opti-C .journey-primary-content-section {
    display: block;
    text-align: center;
    max-width: 600px;
  }
  .opti-C .journey-primary-content-section img.journey-primary-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .opti-C .journey-primary-content-section .journey-primary-content-text .rounded-button {
    margin: 2em auto 0;
  }
  .opti-C .feature-wrapper {
    display: block;
  }
  .opti-C .feature-wrapper .feature-image-text {
    width: 100%;
    margin: 3em auto;
    max-width: 420px;
    text-align: center;
  }
  .opti-C .feature-wrapper .feature-image-text .feature-image-wrapper {
    max-width: 200px;
  }
}
@media screen and (max-width: 660px) {
  .opti-C .journey-value {
    display: block;
  }
  .opti-C .journey-value .journey-value-image {
    width: 100%;
    padding-top: 55%;
  }
  .opti-C .journey-value .journey-value-content-wrap {
    max-width: none;
    text-align: center;
  }
}
.opti-C .mmbu-headline-banner {
  padding: 90px 30px;
}
.opti-C .mmbu-headline-banner .button-row {
  margin: 1.625em auto 0;
}
.opti-C .mmbu-headline {
  color: #fff;
  font-size: 3.25em;
  margin-bottom: 0.385em;
}
.opti-C .mmbu-subheadline {
  font-size: 1.3125em;
  margin: auto auto 2.619em;
  max-width: 815px;
}
.opti-C .mmbu-headline-banner-image {
  height: 24.5385em;
  margin: auto;
  width: 46.125em;
}
.opti-C .description-area-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 81.25em;
  padding: 4.375em 1.875em;
}
.opti-C .description-area-banner .medium-bold-blue-text {
  margin-top: 0;
}
.opti-C .image-quote-banner {
  background-color: #ebeef2;
  padding: 0 1.875em;
}
.opti-C .image-quote-wrapper {
  background-color: #ebeef2;
  display: flex;
  margin: 0 auto;
  max-width: 81.25em;
}
.opti-C .image-quote-image {
  margin: -0.9375em 4.375em;
  max-height: 250px;
  position: relative;
}
.opti-C .image-quote-image img {
  max-width: 250px;
  max-height: auto;
}
.opti-C .image-quote-image figcaption {
  font-style: italic;
  left: 0;
  margin: auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30%;
}
.opti-C .image-quote-image figcaption span {
  font-size: 3em;
}
.opti-C .image-quote-quote {
  margin: auto;
}
.opti-C .product-quote-banner {
  background-color: #ebeef2;
  padding: 30px;
}
.opti-C .product-quote-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1080px;
  justify-content: center;
  align-items: stretch;
}
.opti-C .product-quote-data {
  margin: 0 40px 0 0;
  color: #ff0066;
  border-right: 1px solid #002a55;
  padding-right: 40px;
  text-align: right;
  display: flex;
  align-items: center;
}
.opti-C .product-quote-data-bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
}
.opti-C .product-quote-data-bar-select {
  width: 15%;
  height: 100%;
  background-color: #ff0066;
}
.opti-C .product-quote-data-subtext {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3em;
  display: block;
}
.opti-C .product-quote-data-maintext {
  margin: 0;
  line-height: 0.9em;
  font-weight: 600;
  font-size: 60px;
  display: block;
  margin-top: -0.06em;
}
.opti-C .product-quote-message {
  flex: 1;
}
.opti-C .product-quote-message-main {
  font-size: 2.25em;
  margin: 0;
  color: #002a55;
  line-height: 1.25em;
}
.opti-C .product-quote-message-main strong {
  font-weight: inherit;
  color: #ff0066;
}
.opti-C .product-quote-message-author {
  text-align: right;
  margin: 1.25em 0 0;
  line-height: 1em;
  font-weight: 300;
  color: #002a55;
  font-size: 1.25em;
}
@media screen and (max-width: 980px) {
  .opti-C .product-quote-banner {
    padding: 60px 30px;
  }
  .opti-C .product-quote-wrap {
    display: block;
  }
  .opti-C .product-quote-data {
    border: 0;
    border-bottom: 1px solid #002a55;
    padding: 0 0 40px;
    margin: 0 0 40px;
    justify-content: center;
  }
  .opti-C .product-quote-message-main {
    text-align: center;
  }
  .opti-C .product-quote-message-author {
    text-align: center;
  }
}
.opti-C .quote-text {
  color: #002a55;
  font-size: 1.25em;
}
.opti-C .quote-author {
  text-align: right;
  margin-right: 2.25em;
}
.opti-C .button-row-banner {
  margin: 4.375em 0 5em;
}
.opti-C .button-row-banner .button-row {
  align-items: center;
}
.opti-C .mmbu-features-banner {
  padding: 5em 0 0 0;
}
.opti-C .mmbu-features-banner .all-features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 4.625em;
  max-width: 1340px;
}
.opti-C .mmbu-features-banner .all-features-list li {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 45px 25px;
  width: 25%;
  -webkit-transition: transform 0.3s, transform-origin 0.3s, box-shadow 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.3s, transform-origin 0.3s, box-shadow 0.3s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.opti-C .mmbu-features-banner .all-features-list li .medium-bold-blue-text {
  color: #00bbff;
  margin-bottom: 0.5em;
}
.opti-C .mmbu-features-banner .all-features-list li .mmbu-feature-text {
  margin-top: 0;
}
.opti-C .mmbu-features-banner .all-features-list li:hover {
  box-shadow: 12px 12px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transform-origin: 0% 100%;
  -webkit-transition: transform 0.4s, transform-origin 0.4s, box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s, transform-origin 0.4s, box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 99;
}
.opti-C .mmbu-feature-wrapper {
  margin: 0 auto;
  max-width: 16rem;
  text-align: center;
  color: inherit;
}
.opti-C .mmbu-feature-wrapper .medium-bold-blue-text {
  margin: 0 auto 1.136em;
}
.opti-C .mmbu-features-header {
  color: #002a55;
  font-size: 2.5em;
  margin: 0 auto 1.625em;
  padding: 0 0.75em;
  text-align: center;
}
.opti-C .mmbu-feature-image {
  display: none;
  margin: 1.875em auto 1.3125em;
  max-width: 94px;
}
.opti-C .mmbu-feature-text {
  margin-bottom: 1.875em;
}
@media screen and (max-width: 1104px) {
  .opti-C .image-quote-image {
    margin: auto 4.575em;
  }
}
@media screen and (max-width: 1091px) {
  .opti-C .mmbu-features-banner .all-features-list {
    max-width: 1140px;
  }
  .opti-C .mmbu-features-banner .all-features-list li {
    box-sizing: border-box;
    padding: 25px;
    width: 33.3333333%;
  }
  .opti-C .mmbu-feature-wrapper {
    max-width: 15em;
  }
}
@media screen and (max-width: 809px) {
  .opti-C .title-description-box {
    margin: 1em auto;
    width: 100%;
  }
}
@media screen and (max-width: 818px) {
  .opti-C .mmbu-headline {
    font-size: 2.75em;
  }
  .opti-C .mmbu-subheadline {
    font-size: 1.1em;
  }
  .opti-C .mmbu-headline-banner-image {
    height: 16.625em;
    width: 31.25em;
  }
  .opti-C .image-quote-image {
    margin: auto 3em;
    max-height: 150px;
  }
  .opti-C .image-quote-image img {
    max-width: 150px;
    max-height: auto;
  }
  .opti-C .image-quote-image figcaption {
    font-size: 0.9em;
    top: 20%;
  }
  .opti-C .image-quote-image figcaption span {
    font-size: 2em;
  }
  .opti-C .quote-text {
    font-size: 1em;
  }
  .opti-C .mmbu-features-header {
    font-size: 2em;
  }
}
@media screen and (max-width: 809px) {
  .opti-C .mmbu-features-banner {
    padding: 5em 0 0;
  }
  .opti-C .mmbu-features-banner .all-features-list {
    max-width: 1140px;
  }
  .opti-C .mmbu-features-banner .all-features-list li {
    box-sizing: border-box;
    padding: 15px 25px;
    width: 100%;
  }
  .opti-C .mmbu-feature-wrapper {
    max-width: 40em;
  }
}
@media screen and (max-width: 560px) {
  .opti-C .mmbu-headline-banner-image {
    height: 9.975em;
    width: 18.75em;
  }
  .opti-C .description-area-banner {
    padding: 3em 1.875em;
  }
  .opti-C .image-quote-wrapper {
    flex-direction: column;
  }
  .opti-C .image-quote-image {
    margin: 1em auto;
    max-width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .opti-C .button-row-banner .button-row {
    flex-direction: column;
  }
  .opti-C .button-row-banner .button-row p {
    display: inline-block;
    line-height: 0.8em;
    margin: 0 auto 0.2em;
  }
  .opti-C .button-row-banner .button-row .rounded-button {
    display: inline-block;
    line-height: 1em;
    padding: 10px 30px 12px;
  }
}
@media screen and (max-width: 1680px) {
  .opti-C .content-text {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1279px) {
  .opti-C {
    /******************************************
        GENERAL STYLING
        ******************************************/
    /******************************************
        HEADLINE-BANNER STYLING
        ******************************************/
    /******************************************
        DEMO-TRIAL-BANNER STYLING
        ******************************************/
    /******************************************
        *******************************************
        JOURNEY-PAGE STYLING
        *******************************************
        ******************************************/
  }
  .opti-C .headliner {
    font-size: 140px;
    margin-top: 40px;
  }
  .opti-C .headline-banner .cta-text {
    margin-bottom: 3em;
  }
  .opti-C .headline-banner .headline-banner-image-desc {
    margin-bottom: 0;
  }
  .opti-C .headline-banner .lp-subheadline {
    margin-bottom: 1.25em;
  }
  .opti-C .demo-trial-banner {
    margin-top: 35px;
  }
  .opti-C .demo-trial-banner p {
    margin: 45px auto;
  }
  .opti-C .journey-headline-banner .cta-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .opti-C {
    /******************************************
        HEADER STYLING
        ******************************************/
    /******************************************
        *******************************************
        JOURNEY-PAGE STYLING
        *******************************************
        ******************************************/
  }
  .opti-C .button-gtg,
  .opti-C .cta-banner-w-images {
    flex-direction: column;
  }
  .opti-C .cta-image-text p {
    max-width: 100%;
    margin-top: 0.5em;
  }
  .opti-C .cta-image-text:nth-of-type(1n + 2) {
    margin-top: 3em;
  }
  .opti-C .cta-image-text .cta-image-wrapper {
    max-width: 10em;
  }
  .opti-C .feature-wrapper .cta-image-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .opti-C {
    /******************************************
        GENERAL STYLING
        ******************************************/
    /******************************************
        LIST-BANNER-WITH-HEADER STYLING
        ******************************************/
    /******************************************
        CTA-BANNER STYLING
        ******************************************/
  }
  .opti-C .custom-image-list {
    flex-direction: column;
    max-width: 408px;
  }
  .opti-C .list-column:nth-of-type(2n) {
    margin-left: 0;
  }
  .opti-C .list-banner-with-header {
    padding: 4.0625em 1.875em 4.4375em;
  }
  .opti-C .cta-banner-light {
    padding: 4.1875em 1.875em 4.5em;
  }
}
@media screen and (max-width: 960px) {
  .opti-C {
    /******************************************
      PRIMARY-CONTENT-BANNER STYLING
      ******************************************/
  }
  .opti-C .primary-content-wrapper:nth-child(2n) .primary-content-section {
    display: block;
    flex-direction: column;
  }
  .opti-C .primary-content-wrapper:nth-child(2n) .primary-content-section img {
    margin: 1em auto auto;
  }
  .opti-C .primary-content-section {
    display: block;
    flex-direction: column;
    text-align: center;
  }
  .opti-C .primary-content-section .secondary-header {
    margin-top: 60px;
    max-width: 100%;
  }
  .opti-C .primary-content-section img {
    margin: 1em auto 0;
  }
  .opti-C .primary-content-section .rounded-button {
    margin: 3.5em auto 1.875em;
  }
  .opti-C .home-primary-content-section {
    padding: 2.125em 3em 3.125em;
  }
  .opti-C .journey-primary-content-text p {
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 683px) {
  .opti-C {
    /******************************************
        GENERAL STYLING
        ******************************************/
    /******************************************
        HEADLINE-BANNER STYLING
        ******************************************/
    /******************************************
        PRIMARY-CONTENT-BANNER STYLING
        ******************************************/
    /******************************************
        CTA-BANNER STYLING
        ******************************************/
    /******************************************
        DEMO-TRIAL-BANNER STYLING
        ******************************************/
    /******************************************
        LIST-BANNER-WITH-HEADER STYLING
        ******************************************/
    /******************************************
        *******************************************
        JOURNEY-PAGE STYLING
        *******************************************
        ******************************************/
  }
  .opti-C .headliner {
    font-size: 80px;
    margin-top: 100px;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .opti-C .headline-banner .lp-headline {
    font-size: 1.875em;
  }
  .opti-C .headline-banner .lp-headline strong {
    margin-top: 1.5em;
  }
  .opti-C .cta-text {
    font-size: 18px;
    line-height: 20px;
  }
  .opti-C .secondary-header {
    font-size: 30px;
  }
  .opti-C .content-text {
    font-size: 16px;
    line-height: 20px;
  }
  .opti-C .lp-content-text {
    font-size: 16px;
  }
  .opti-C .content-text-smaller {
    font-size: 16px;
  }
  .opti-C .headline-banner {
    padding: 0 30px 70px;
  }
  .opti-C .headline-banner .cta-text {
    margin: 0 auto 0.95em;
  }
  .opti-C .headline-banner .headline-banner-image {
    margin: 50px auto 21px;
  }
  .opti-C .headline-banner .headline-banner-image-desc span {
    font-size: 13px;
  }
  .opti-C .headline-banner .button-btp {
    margin-top: 39px;
  }
  .opti-C .headline-banner .lp-subheadline {
    margin-bottom: 1.25em;
  }
  .opti-C .primary-content-wrapper:nth-child(2n) .primary-content-section img {
    margin-top: 1em;
  }
  .opti-C .primary-content-section .secondary-header {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .opti-C .primary-content-section .rounded-button {
    margin: 30px auto 60px;
  }
  .opti-C .primary-content-section img {
    width: 60%;
  }
  .opti-C .home-primary-content-section {
    padding: 1.5em 2em;
  }
  .opti-C .cta-banner {
    padding-bottom: 58px;
    padding-top: 38px;
    text-align: center;
  }
  .opti-C .cta-banner .button-ptw {
    margin-top: 35px;
  }
  .opti-C .cta-image-text p {
    max-width: 100%;
  }
  .opti-C .cta-image-text:nth-of-type(1n + 2) {
    margin-top: 1em;
  }
  .opti-C .cta-image-text .cta-image-wrapper {
    max-width: 7em;
  }
  .opti-C .cta-image-text .cta-image-wrapper img {
    margin-bottom: 0.5em;
    max-height: 6.5em;
  }
  .opti-C .cta-banner-light {
    padding: 3.1875em 1.875em 3.5em;
  }
  .opti-C .demo-trial-banner {
    margin-top: 0;
  }
  .opti-C .demo-trial-banner p {
    font-size: 16px;
    line-height: 20px;
    margin: 30px auto;
  }
  .opti-C .list-banner-with-header {
    padding: 3.0625em 1.875em 3.4375em;
  }
  .opti-C .journey-headline {
    font-size: 2.75em;
  }
  .opti-C .cta-image-text .journey-secondary-content-text {
    font-size: 1em;
  }
}
@media screen and (max-width: 500px) {
  .opti-C {
    /******************************************
        GENERAL STYLING
        ******************************************/
  }
  .opti-C .headline-banner .button-row {
    flex-direction: column;
    margin-bottom: 2.6875em;
  }
  .opti-C .lp-subheadline {
    font-size: 16px;
  }
}
.opti-C .product-salesforce {
  padding: 80px 0 0;
  font-weight: 300;
}
.opti-C .product-salesforce figure {
  margin: 0;
}
.opti-C .product-salesforce h1,
.opti-C .product-salesforce h2,
.opti-C .product-salesforce h3,
.opti-C .product-salesforce h4,
.opti-C .product-salesforce h5,
.opti-C .product-salesforce h6 {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  font-weight: inherit;
}
.opti-C .product-salesforce .product-salesforce-container {
  padding: 30px;
}
.opti-C .product-salesforce .product-salesforce-container .product-salesforce-wrap {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}
.opti-C .product-salesforce .product-salesforce-header {
  background-color: #000d21;
  color: #fff;
  padding: 45px 30px;
}
.opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap {
  max-width: 730px;
  margin: 0 0 0 auto;
}
.opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap h1 {
  color: #a4afc3;
  font-size: 24px;
  line-height: 1.18em;
  font-weight: 400;
  margin: 0 0 1em;
}
.opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap h2 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.3em;
  color: #ffffff;
}
.opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap h2 strong {
  color: #ff0066;
  font-weight: inherit;
}
.opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap figure img {
  width: 100%;
  display: block;
}
.opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap p {
  font-size: 24px;
  line-height: 1.5em;
  width: 100%;
  max-width: 664px;
}
.opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap p strong {
  color: #00bbff;
  font-weight: 500;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container {
  background-color: #d8dde6;
  padding: 30px 30px 0;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-wrap {
  display: flex;
  align-items: flex-end;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-image {
  margin: 0 2em 0 0;
  width: 100%;
  max-width: 600px;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-image img {
  width: 100%;
  display: block;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-content {
  flex: 1;
  padding: 45px 0;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-content h3 {
  color: #002a55;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.25em;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-content p {
  color: #002a55;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  margin: 1.25em 0;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-content p a {
  color: #0069d5;
  text-decoration: underline;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-content .rounded-button {
  color: #0069d5;
  border-color: #0069d5;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  margin-top: 0.25em;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container:nth-of-type(2n) {
  background-color: #fff;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container:nth-of-type(2n) .product-salesforce-wrap {
  flex-direction: row-reverse;
}
.opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container:nth-of-type(2n) .product-salesforce-image {
  margin: 0 0 0 3em;
}
@media screen and (max-width: 980px) {
  .opti-C .product-salesforce .product-salesforce-header {
    padding: 90px 30px;
    text-align: center;
  }
  .opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap {
    margin: 0 auto;
  }
  .opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap h1 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap h2 {
    font-size: 30px;
  }
  .opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap figure {
    width: 100%;
  }
  .opti-C .product-salesforce .product-salesforce-header .product-salesforce-header-wrap p {
    font-size: 16px;
    margin: 1em auto;
  }
  .opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container {
    padding: 90px 30px;
  }
  .opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-wrap {
    display: block;
    text-align: center;
  }
  .opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-wrap .product-salesforce-image {
    margin: 0 auto 1em;
  }
  .opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-wrap .product-salesforce-content h3 {
    font-size: 24px;
  }
  .opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-wrap .product-salesforce-content p {
    font-size: 16px;
  }
  .opti-C .product-salesforce .product-salesforce-feature-list .product-salesforce-container .product-salesforce-wrap .product-salesforce-content .rounded-button {
    margin-top: 1em;
    font-size: 0.8em;
  }
}
.opti-C .awards {
  padding: 80px 0 0;
  font-weight: 300;
  text-align: center;
}
.opti-C .awards .awards-container {
  padding: 90px 30px;
}
.opti-C .awards .awards-wrap {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
.opti-C .awards img {
  width: 100%;
  display: block;
}
.opti-C .awards p a {
  color: #0069d5;
  text-decoration: underline;
}
.opti-C .awards .rounded-button {
  background-color: #00bbff;
  border-color: #00bbff;
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-weight: 500;
}
.opti-C .awards .awards-header {
  color: white;
  text-align: center;
  background-color: #030c1b;
  background-image: url(https://www.samanage.com/wp-content/uploads/2017/09/banner-asset.png), linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.opti-C .awards .awards-header h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3em;
}
.opti-C .awards .awards-header h2 {
  color: #ff0066;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}
.opti-C .awards .awards-header .awards-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opti-C .awards .awards-header .awards-logo figure {
  width: 33.33%;
  margin: 0;
}
.opti-C .awards h3 {
  color: #002a55;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3em;
  max-width: 690px;
  margin: 0 auto 2em;
}
.opti-C .awards .awards-reviews .awards-reviews-list {
  display: flex;
  align-items: stretch;
}
.opti-C .awards .awards-reviews .awards-reviews-list .awards-review-item {
  width: 33.33%;
  padding: 25px;
  border-left: 1px solid #ddd;
}
.opti-C .awards .awards-reviews .awards-reviews-list .awards-review-item:first-of-type {
  border-left: none;
}
.opti-C .awards .awards-reviews .awards-reviews-list .awards-review-item .awards-review-logo {
  width: auto;
  max-height: 60px;
  margin: 0 auto;
}
.opti-C .awards .awards-reviews .awards-reviews-list .awards-review-item .awards-review-stars {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.opti-C .awards .awards-quote {
  background-color: #eaedf2;
  color: #54698d;
  padding: 60px 30px;
}
.opti-C .awards .awards-quote .awards-wrap {
  max-width: 640px;
}
.opti-C .awards .awards-quote .awards-wrap .awards-quote-main {
  color: #54698d;
  font-size: 19px;
  line-height: 1.5em;
}
.opti-C .awards .awards-quote .awards-wrap .awards-quote-source {
  color: #002a55;
  font-size: 17px;
  line-height: 1.4em;
}
.opti-C .awards .awards-quote .awards-wrap .awards-quote-source strong {
  font-weight: inherit;
  color: #ff0066;
}
.opti-C .awards .awards-quote .awards-wrap .awards-quote-stars {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.opti-C .awards .awards-quote .awards-wrap .awards-quote-stars-count {
  color: #a4afc3;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}
.opti-C .awards .awards-quote .awards-wrap .awards-quote-portrait {
  width: 100%;
  max-width: 85px;
  margin: 0 auto;
}
.opti-C .awards .awards-quote .awards-wrap .awards-quote-logo {
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}
.opti-C .awards .awards-logos .awards-logos-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.opti-C .awards .awards-logos .awards-logos-list .awards-logo-item {
  width: 33.33%;
  padding: 25px;
  border-left: 1px solid #ddd;
}
.opti-C .awards .awards-logos .awards-logos-list .awards-logo-item:first-of-type {
  border-left: none;
}
.opti-C .awards .awards-logos .awards-logos-list .awards-logo-item .awards-logo-image {
  margin: 0 auto;
  width: 100%;
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opti-C .awards .awards-logos .awards-logos-list .awards-logo-item .awards-logo-image img {
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
}
.opti-C .awards .awards-logos .awards-logos-list .awards-logo-item p {
  color: #54698d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}
.opti-C .awards .awards-customers .awards-customers-list {
  display: flex;
  flex-wrap: wrap;
}
.opti-C .awards .awards-customers .awards-customers-list figure {
  width: 33.33%;
  padding: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.opti-C .awards .awards-customers .awards-customers-list figure img {
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .opti-C .awards .awards-container {
    padding: 30px;
  }
  .opti-C .awards .awards-header h1 {
    font-size: 30px;
  }
  .opti-C .awards .awards-header h2 {
    font-size: 25px;
  }
  .opti-C .awards .awards-header .awards-logo {
    display: block;
  }
  .opti-C .awards .awards-header .awards-logo figure {
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
  }
  .opti-C .awards h3 {
    font-size: 24px;
  }
  .opti-C .awards .awards-reviews .awards-reviews-list {
    display: block;
  }
  .opti-C .awards .awards-reviews .awards-reviews-list .awards-review-item {
    width: 100%;
    padding: 20px 0;
    border: none;
    border-top: 1px solid #ddd;
  }
  .opti-C .awards .awards-reviews .awards-reviews-list .awards-review-item:first-of-type {
    border-top: none;
  }
  .opti-C .awards .awards-logos .awards-logos-list {
    display: block;
  }
  .opti-C .awards .awards-logos .awards-logos-list .awards-logo-item {
    width: 100%;
    padding: 20px 0;
    border: none;
    border-top: 1px solid #ddd;
  }
  .opti-C .awards .awards-logos .awards-logos-list .awards-logo-item:first-of-type {
    border-top: none;
  }
  .opti-C .awards .awards-logos .awards-logos-list .awards-logo-item .awards-logo-image {
    height: auto;
    max-width: 300px;
    align-items: flex-end;
  }
  .opti-C .awards .awards-logos .awards-logos-list .awards-logo-item .awards-logo-image img {
    max-height: 180px;
  }
  .opti-C .awards .awards-customers .awards-customers-list {
    display: block;
  }
  .opti-C .awards .awards-customers .awards-customers-list figure {
    margin: 1.5em auto;
    width: 100%;
    max-width: 250px;
    padding: 0;
  }
  .opti-C .awards .awards-customers .awards-customers-list figure img {
    max-height: 100px;
  }
}
.opti-C .feature-headline-banner {
  background: #ebeef2;
  padding: 90px 30px;
}
.opti-C .feature-headline-banner .feature-subheadline {
  color: #002a55;
  margin: 0 auto;
  max-width: 780px;
}
.opti-C .feature-headline-banner .feature-subheadline p {
  margin: 0;
}
.opti-C .feature-headline {
  color: #002a55;
  font-weight: 600;
  font-size: 3.5em;
  letter-spacing: -1px;
  line-height: 67px;
  margin: 0 auto 40px;
  max-width: 940px;
}
.opti-C .feature-headline-image {
  box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  margin: 71px auto -89px;
  max-width: 994px;
}
.opti-C .feature-primary-content {
  padding: 68px 30px 110px;
}
.opti-C .feature-primary-content-text {
  color: #002a55;
  column-count: 2;
  column-gap: 90px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1002px;
}
.opti-C .feature-primary-content-text p {
  margin: 0;
}
.opti-C .feature-secondary-content {
  background-color: #ebeef2;
  padding: 72px 30px 85px;
}
.opti-C .feature-title-description-section {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1150px;
}
.opti-C .feature-title-description-section .title-description-box {
  max-width: 300px;
  text-align: left;
}
.opti-C .feature-title-description-section .medium-bold-blue-text {
  font-size: 1.5em;
  font-weight: 500;
}
.opti-C .feature-title-description-section .content-text-smaller {
  color: #002a55;
  font-weight: 300;
}
.opti-C .feature-highlight {
  padding: 80px 30px;
}
.opti-C .feature-highlight:nth-of-type(2n) {
  background-color: #ebeef2;
}
.opti-C .feature-highlight:nth-of-type(2n) .feature-highlight-content-image-wrapper {
  flex-direction: row-reverse;
}
.opti-C .feature-highlight:nth-of-type(2n) .feature-highlight-content-image-wrapper .feature-highlight-image {
  height: auto;
  margin: 0 0 0 113px;
  max-width: 707px;
  width: 60%;
}
.opti-C .feature-secondary-header {
  color: #002a55;
  font-size: 2.2em;
  font-weight: 600;
  margin: 20px 0 80px;
  text-align: center;
}
.opti-C .feature-highlight-content-image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.opti-C .feature-highlight-content-image-wrapper p {
  color: #002a55;
  margin: 0;
}
.opti-C .feature-highlight-content-image-wrapper .feature-highlight-image {
  height: auto;
  margin: 0 113px 0 0;
  max-width: 707px;
  width: 60%;
  border: 1px solid #ddd;
}
.opti-C .feature-highlight-content {
  max-width: 500px;
}
.opti-C .feature-highlight-content .feature-secondary-header {
  margin: 0 0 26px;
  text-align: left;
}
.opti-C .feature-highlight-content .button-row {
  justify-content: left;
  margin: 38px auto 0;
}
.opti-C .feature-highlight-content .button-row .rounded-button {
  margin: 0 8px;
  padding: 5px 30px;
}
.opti-C .feature-highlight-content .button-row .rounded-button:first-child {
  margin-left: 0;
}
.opti-C .feature-feature-highlight {
  padding: 100px 30px 100px;
}
.opti-C .feature-feature-highlight feature-secondary-header {
  margin: 0 auto 71px;
}
.opti-C .feature-feature-highlight .feature-secondary-header {
  margin: 0 auto 71px;
}
.opti-C .feature-page-image-text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1088px;
}
.opti-C .feature-page-image-text {
  max-width: 300px;
}
.opti-C .feature-page-image-text img {
  margin-bottom: 20px;
  width: 100%;
}
.opti-C .feature-page-image-text p {
  color: #002a55;
  font-weight: 500;
  margin: 0;
}
.opti-C .feature-trial {
  padding: 0;
  background-color: #030c1b;
  background-image: url(https://www.samanage.com/wp-content/uploads/2017/09/banner-asset.png), linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
.opti-C .feature-trial-content {
  margin: 3.5em auto;
  max-width: 700px;
  display: inline-block;
}
.opti-C .feature-trial-headline {
  color: inherit;
  font-size: 3.5em;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .opti-C .feature-trial-headline {
    font-size: 2em;
  }
}
.opti-C .feature-trial-subheadline {
  color: white;
  margin: 0;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 300;
}
.opti-C .feature-trial-button {
  display: inline-block;
  margin: 4em auto 1em;
  color: rgba(255, 255, 255, 0.9);
  background: #ff0066;
  box-shadow: none;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 6.25em;
  line-height: 1em;
  padding: 0.5em 2.5em 0.6em;
  text-align: center;
  border: 0.125em solid #ff0066;
}
.opti-C .feature-trial-button:hover {
  background: none;
  color: white;
}
.opti-C .feature-trial-subtext {
  color: inherit;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 auto 1.25em;
}
.opti-C .feature-trial-subtext a {
  color: inherit;
  text-decoration: underline;
}
.opti-C .feature-trial-subtext a:hover {
  color: #ff0066;
}
.opti-C .feature-get-started-highlight {
  background-color: #f7f8fa;
  padding: 66px 30px;
}
.opti-C .feature-get-started-highlight .cta-text {
  margin-bottom: 66px;
}
.opti-C .feature-get-started-highlight .button-row {
  margin: 0 0 32px;
}
.opti-C .feature-get-started-highlight .rounded-button {
  padding: 5px 30px;
}
.opti-C .feature-get-started-highlight .content-text-smaller {
  font-weight: 300;
  line-height: 23px;
  margin: 0 0 1em;
}
.opti-C .feature-get-started-highlight .content-text-smaller a {
  color: #0069d5;
  text-decoration: underline;
}
.opti-C .feature-get-started-highlight .feature-highlight-content-image-wrapper img {
  height: auto;
  max-width: 707px;
  width: 100%;
  border: none;
}
.opti-C .feature-get-started-highlight p {
  margin: 0;
}
.opti-C .feature-all-features {
  padding: 100px 30px;
}
.opti-C .feature-all-features .feature-secondary-header {
  margin: 0 0 80px;
}
.opti-C .feature-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1088px;
}
.opti-C .feature-column {
  margin-bottom: 94px;
  max-width: 100%;
  width: 300px;
}
.opti-C .feature-column:nth-of-type(3n-1),
.opti-C .feature-column:nth-of-type(3n-2) {
  margin-right: 94px;
}
.opti-C .feature-column:nth-last-of-type(1),
.opti-C .feature-column:nth-last-of-type(2),
.opti-C .feature-column:nth-last-of-type(3) {
  margin-bottom: 0;
}
.opti-C .feature-column ul {
  margin: 0;
}
.opti-C .feature-column li {
  margin-bottom: 25px;
}
.opti-C .feature-column li:last-of-type {
  margin-bottom: 0;
}
.opti-C .feature-column a {
  color: #0069d5;
  text-decoration: underline;
}
.opti-C .feature-column-title {
  font-weight: 500;
  margin: 0 auto 1.042em;
}
@media screen and (max-width: 1225px) {
  .opti-C .feature-highlight-content .button-row {
    display: block;
  }
  .opti-C .feature-highlight-content .button-row .rounded-button {
    display: block;
    margin: 0 auto 0 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
  }
  .opti-C .feature-highlight-content .button-row .rounded-button:first-child {
    margin-left: 0;
  }
  .opti-C .feature-highlight-content .button-row .rounded-button:nth-of-type(1n + 2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1148px) {
  .opti-C .feature-columns {
    max-width: 800px;
  }
  .opti-C .feature-column {
    margin: 0 0 60px auto;
  }
  .opti-C .feature-column:nth-of-type(3n-1),
  .opti-C .feature-column:nth-of-type(3n-2) {
    margin-right: 0;
  }
  .opti-C .feature-column:nth-last-of-type(1),
  .opti-C .feature-column:nth-last-of-type(2),
  .opti-C .feature-column:nth-last-of-type(3) {
    margin-bottom: 60px;
  }
  .opti-C .feature-column:nth-of-type(2n) {
    margin-left: 40px;
    margin-right: auto;
  }
  .opti-C .feature-column:last-of-type {
    margin-left: auto;
    margin-right: 53%;
  }
}
@media screen and (max-width: 1015px) {
  .opti-C .feature-headline {
    font-size: 3em;
    line-height: 40px;
    margin: 0 auto 30px;
  }
  .opti-C .feature-primary-content-text {
    column-gap: 40px;
  }
  .opti-C .feature-title-description-section {
    display: block;
  }
  .opti-C .feature-title-description-section .title-description-box {
    max-width: 700px;
    text-align: center;
    width: 100%;
  }
  .opti-C .feature-title-description-section .title-description-box:nth-child(1n + 2) .medium-bold-blue-text {
    margin-top: 80px;
  }
  .opti-C .feature-page-image-text-container {
    display: block;
  }
  .opti-C .feature-page-image-text {
    margin: 0 auto 80px;
    text-align: center;
  }
  .opti-C .feature-page-image-text img {
    margin-bottom: 10px;
  }
  .opti-C .feature-page-image-text:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .opti-C .feature-highlight:nth-of-type(2n) .feature-highlight-content-image-wrapper .feature-highlight-image {
    margin-left: auto;
    margin-right: auto;
  }
  .opti-C .feature-highlight-content .button-row .rounded-button {
    margin: 0 auto;
  }
  .opti-C .feature-highlight-content .button-row .rounded-button:first-child {
    margin-left: auto;
  }
  .opti-C .feature-highlight-content-image-wrapper {
    display: block;
    text-align: center;
  }
  .opti-C .feature-highlight-content-image-wrapper .feature-highlight-image {
    margin-left: auto;
    margin-right: auto;
  }
  .opti-C .feature-highlight-content-image-wrapper .feature-highlight-content {
    margin-left: auto;
    margin-right: auto;
  }
  .opti-C .feature-highlight-content-image-wrapper .feature-highlight-content .feature-secondary-header {
    margin-top: 60px;
    text-align: center;
  }
  .opti-C .feature-highlight-content-image-wrapper .button-row .rounded-button:first-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 699px) {
  .opti-C .feature-columns {
    display: block;
    text-align: center;
  }
  .opti-C .feature-column {
    margin: 0 auto 94px;
  }
  .opti-C .feature-column:nth-of-type(3n-1),
  .opti-C .feature-column:nth-of-type(3n-2),
  .opti-C .feature-column:nth-last-of-type(1),
  .opti-C .feature-column:nth-last-of-type(2),
  .opti-C .feature-column:nth-last-of-type(3),
  .opti-C .feature-column:nth-of-type(2n) {
    margin: 0 auto 94px;
  }
  .opti-C .feature-column:last-of-type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 683px) {
  .opti-C .feature-headline {
    font-size: 2em;
    line-height: 30px;
    margin: 0 auto 30px;
  }
  .opti-C .feature-headline-image {
    margin: 71px auto -70px;
  }
  .opti-C .feature-primary-content-text {
    column-count: 1;
  }
  .opti-C .feature-secondary-header {
    font-size: 1.5em;
    margin: 20px 0 40px;
  }
  .opti-C .feature-highlight-content-image-wrapper .feature-highlight-content .feature-secondary-header {
    margin-top: 30px;
  }
  .opti-C .feature-highlight-content-image-wrapper .feature-highlight-content .cta-text {
    margin-bottom: 33px;
  }
}
.opti-C .pricing-page-wrapper-2018 {
  background-color: #ebeef2;
  color: #002a55;
  padding-top: 9.5em;
}
.opti-C .pricing-page-wrapper-2018 hr {
  border-top: 1px solid #ff0066;
  margin: 0.75em 0 0.6875em;
}
.opti-C .pricing-page-wrapper-2018 ul {
  list-style: none;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-feature-list .product-feature:nth-child(n + 2) {
  margin-top: 0.125em;
}
.opti-C .pricing-page-wrapper-2018 .bolded-text {
  font-weight: 600;
}
.opti-C .pricing-page-wrapper-2018 .rounded-button {
  padding: 3px 25px 7px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.18);
}
.opti-C .pricing-page-wrapper-2018 .standard-link {
  color: #0069d5;
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: underline;
}
@media screen and (max-width: 683px) {
  .opti-C .pricing-page-wrapper-2018 {
    padding-top: 8em;
  }
}
.opti-C .pricing-page-wrapper-2018 .pricing-headline-banner {
  padding: 0 1.25em 3.625em;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-headline-banner .pricing-page-headline {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 3.25em;
  font-weight: 600;
  line-height: 1.25em;
  margin: 0 0 0.2em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-headline-banner .pricing-page-subheadline {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.417em;
  margin: 0 auto 1.708em;
  max-width: 835px;
}
@media screen and (max-width: 683px) {
  .opti-C .pricing-page-wrapper-2018 .pricing-headline-banner {
    padding-bottom: 2em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-headline-banner .pricing-page-headline {
    font-size: 2.5em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-headline-banner .pricing-page-subheadline {
    font-size: 1.25em;
  }
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner {
  padding: 4em 1.25em 5.625em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 3.4375em 1.875em 5.0625em;
  position: relative;
  margin: 0 15px;
  max-width: 300px;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-headline {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 2.4375em;
  font-weight: 600;
  margin: 0 auto 0.25em;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-price {
  color: #002a55;
  font-size: 3.067em;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  line-height: 1.217em;
  margin: 0 0 0.5em;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-subheadline {
  color: #54698d;
  font-size: 1.0625em;
  font-weight: 500;
  line-height: 1.176em;
  margin-bottom: 2em;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-breakdown {
  font-size: 1em;
  margin-bottom: 1.5em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-breakdown .pricing-detail {
  font-weight: 300;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-description {
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.34em;
  margin-bottom: 1.1em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .bolded-text {
  font-size: 1em;
  margin-top: 1.5em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-feature-list {
  font-size: 1em;
  margin-top: 0.125em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-feature-list .product-feature {
  font-weight: 300;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .standard-link {
  bottom: 2em;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box.pricing-box-most-popular .most-popular-title {
  border-radius: 6px;
  color: #54698d;
  font-size: 0.6875em;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 1.182em;
  padding: 15px 0 21px;
  top: -33px;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box.pricing-box-most-popular .most-popular-title::after {
  border-bottom: 1px solid #d8dde6;
  bottom: 7px;
  content: '';
  height: 1px;
  left: 3.35%;
  position: absolute;
  width: 93.3%;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box.pricing-box-most-popular .pricing-box-headline {
  color: #ff0066;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-additional-text {
  color: #54698d;
  font-size: 1.0625em;
  line-height: 1.55em;
  margin: 2.176em auto 0;
  max-width: 695px;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-additional-text .standard-link {
  display: inline;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group {
    flex-direction: column;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box {
    margin: 0 auto;
    max-width: 700px;
    width: 80%;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box:nth-child(n + 2) {
    margin-top: 30px;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box:nth-child(n + 2).pricing-box-most-popular {
    margin-top: 63px;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .bolded-text {
    text-align: center;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-feature-list,
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-breakdown {
    text-align: center;
  }
}
@media screen and (max-width: 683px) {
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner {
    padding: 2em 1.25em 3.625em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box {
    padding-bottom: 4.0625em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-headline {
    font-size: 2em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-price {
    font-size: 2.5em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-subheadline {
    font-size: 1em;
    margin-bottom: 2.2em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-box-feature-list,
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .pricing-breakdown {
    font-size: 0.9375em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-group .pricing-box .standard-link {
    font-size: 0.9375em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-box-banner .pricing-box-additional-text {
    font-size: 0.9375em;
  }
}
.opti-C .pricing-page-wrapper-2018 .pricing-quote-banner {
  background-color: #ffffff;
  padding: 4.375em 1.25em 4.625em;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-quote-banner img {
  height: auto;
  margin-bottom: 1.3125em;
  max-width: 104px;
}
.opti-C .pricing-page-wrapper-2018 .pricing-quote-banner .pricing-quote {
  color: #54698d;
  font-size: 1.3125em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.286em;
  margin: 0 auto;
  max-width: 638px;
}
.opti-C .pricing-page-wrapper-2018 .pricing-quote-banner .pricing-quote-author {
  font-size: 1.0625em;
  line-height: 1.294em;
  margin-top: 1.353em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-quote-banner .pricing-quote-author-title {
  color: #ff0066;
  font-size: 1.0625em;
  line-height: 1.294em;
}
@media screen and (max-width: 683px) {
  .opti-C .pricing-page-wrapper-2018 .pricing-quote-banner {
    padding: 3em 1.25em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-quote-banner .pricing-quote {
    font-size: 1.0625em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-quote-banner .pricing-quote-author {
    font-size: 0.9325em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-quote-banner .pricing-quote-author-title {
    font-size: 0.9325em;
  }
}
.opti-C .pricing-page-wrapper-2018 .pricing-cta-banner {
  background: linear-gradient(42.31deg, #000d21 0%, #002a55 100%);
  padding: 3em 1.25em 3.3125em;
  text-align: center;
}
.opti-C .pricing-page-wrapper-2018 .pricing-cta-banner .cta-headline {
  color: #ffffff;
  font-family: sofia-pro, sans-serif;
  font-size: 2.125em;
  font-weight: 600;
  line-height: 1.235em;
  margin: 0 auto 0.382em;
}
.opti-C .pricing-page-wrapper-2018 .pricing-cta-banner .cta-text {
  color: #a4afc3;
  font-size: 1.3125em;
  font-weight: 300;
  line-height: 1.286em;
  margin: 0 auto;
  max-width: 700px;
}
.opti-C .pricing-page-wrapper-2018 .pricing-cta-banner .rounded-button {
  display: inline-block;
  margin-top: 2.77em;
  padding: 5px 29px;
}
.opti-C .pricing-page-wrapper-2018 .pricing-cta-banner .standard-link {
  color: #a4afc3;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.6em;
  margin-top: 0.33em;
}
@media screen and (max-width: 683px) {
  .opti-C .pricing-page-wrapper-2018 .pricing-cta-banner {
    padding: 2em 1.25em 2.3125em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-cta-banner .cta-headline {
    font-size: 1.625em;
  }
  .opti-C .pricing-page-wrapper-2018 .pricing-cta-banner .cta-text {
    font-size: 1.0625em;
  }
}
.pricing-page-wrapper {
  background-color: #ffffff;
}
.pricing-page-wrapper .pb-header {
  margin: 0 0 6.75em;
  padding-top: 5.625em;
}
/******************************************
 -PRICING CONTENT WRAPPER
 -******************************************/
/** Header Items **/
.pricing-page-wrapper .pb-header,
.pricing-page-wrapper .pb-headline {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  text-align: center;
}
.pricing-page-wrapper .pb-headline {
  font-size: 3.25em;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.25em;
  margin-bottom: 0.212em;
}
.pricing-page-wrapper .pb-subheadline {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.417em;
  margin: 0 auto;
  max-width: 780px;
}
/** Pricing boxes **/
.pricing-page-wrapper .pricing-boxes-wrapper {
  margin-bottom: 18px;
}
.pricing-page-wrapper .pricing-boxes {
  background-color: rgba(216, 221, 230, 0.5);
  padding-bottom: 5.5em;
}
.pricing-page-wrapper .pricing-boxes .pricing-box {
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  max-width: 300px;
  padding: 20px 30px 154px 50px;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price,
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price.popular {
  color: #002a55;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.667em;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price {
  border-bottom: none;
  margin-bottom: 1.667em;
  padding-bottom: 0;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price h2,
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price h3 {
  padding-right: 22px;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price h3 {
  color: #54698d;
  font-size: 1.467em;
  font-family: sofia-pro, sans-serif;
  font-weight: normal;
  line-height: 1.273em;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price h2 {
  color: #002a55;
  font-size: 3.067em;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  line-height: 1.217em;
  margin: 0 0 0.5em;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price .tooltip {
  background-color: #e8ebf0;
  color: #a4afc3;
  cursor: pointer;
  font-family: sofia pro;
  font-size: 0.75em;
  font-weight: 500;
  height: 1em;
  width: 1em;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price .tooltip-opened {
  background-color: #54698d;
  color: #ffffff;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-price div {
  text-align: left;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-list ul {
  margin: 0;
  text-align: left;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-list li {
  color: #002a55;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.667em;
  margin: 0;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-list li strong {
  font-size: 1em;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-all-features {
  border-top: none;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
  right: 0;
  text-align: left;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-all-features a {
  color: #0951cb;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.667em;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .pb-all-features a:after {
  content: '';
  display: none;
  font-family: sofia-pro, sans-serif;
  color: transparent;
  font-size: 24px;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .cta-wrapper {
  position: absolute;
  bottom: 2em;
  left: 20%;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .cta-wrapper .rounded-button {
  padding: 3px 30px 7px;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
}
.pricing-page-wrapper .pricing-boxes .pricing-box .request-demo {
  color: #0951cb;
  display: block;
  font-size: 0.9375em;
  font-weight: 300;
  margin-top: 1.067em;
  text-decoration: none;
}
.pricing-page-wrapper .pricing-boxes .pricing-box.popular .pricing-header {
  border-radius: 6px;
  color: #54698d;
  font-size: 0.6875em;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 1.182em;
  padding: 15px 0 21px;
  top: -41px;
}
.pricing-page-wrapper .pricing-boxes .pricing-box.popular .pricing-header:after {
  border-bottom: 1px solid #d8dde6;
  bottom: 7px;
  content: '';
  height: 1px;
  left: 3.35%;
  position: absolute;
  width: 93.3%;
}
.pricing-page-wrapper .pricing-boxes .pricing-box.popular h3 {
  color: #ff0066 !important;
}
.pricing-page-wrapper .pricing-boxes .pb-asterisk {
  color: #43557a;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.667em;
  margin: 0 auto 4.733em;
  text-align: center;
}
.pricing-page-wrapper .pricing-boxes .ebu-callout {
  border: 2px solid #d8dde6;
  border-radius: 6px;
  color: #002a55;
  display: block;
  margin: 0 auto;
  max-width: 484px;
  padding: 1.625em 3.125em;
  text-align: center;
}
.pricing-page-wrapper .pricing-boxes .ebu-callout .ebu-callout-title {
  display: block;
  font-size: 1.1875em;
  font-weight: 500;
  line-height: 1.211em;
  margin-bottom: 0.421em;
}
.pricing-page-wrapper .pricing-boxes .ebu-callout .ebu-callout-text,
.pricing-page-wrapper .pricing-boxes .ebu-callout .ebu-callout-button {
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.294em;
}
.pricing-page-wrapper .pricing-boxes .ebu-callout .ebu-callout-button {
  color: #0951cb;
  text-decoration: underline;
}
@media (min-width: 1020px) {
  .pricing-page-wrapper .pricing-boxes-wrapper {
    justify-content: space-around;
    max-width: 990px;
  }
}
@media screen and (max-width: 1030px) {
  .pricing-page-wrapper .pb-header {
    margin-bottom: 4em;
  }
  .pricing-page-wrapper .pricing-boxes-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
  .pricing-page-wrapper .pricing-boxes {
    padding: 0 1.25em 5.5em;
  }
  .pricing-page-wrapper .pricing-boxes .container {
    padding: 0;
  }
  .pricing-page-wrapper .pricing-boxes .pricing-box {
    margin: 0 auto 3em;
    max-width: 700px;
    padding-bottom: 3em;
    padding-left: 30px;
    width: 90%;
  }
  .pricing-page-wrapper .pricing-boxes .pricing-box .pb-price h2,
  .pricing-page-wrapper .pricing-boxes .pricing-box .pb-price h3 {
    padding-right: 0;
  }
  .pricing-page-wrapper .pricing-boxes .pricing-box .pb-price div {
    text-align: center;
  }
  .pricing-page-wrapper .pricing-boxes .pricing-box .pb-list ul {
    text-align: center;
  }
  .pricing-page-wrapper .pricing-boxes .pricing-box .pb-all-features a {
    text-align: center;
  }
  .pricing-page-wrapper .pricing-boxes .pricing-box .cta-wrapper {
    position: relative;
    margin-top: 3em;
    left: 0;
    bottom: 0;
  }
  .pricing-page-wrapper .pricing-boxes .pricing-box.popular {
    margin-top: 5.5625em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 961px) {
  .pricing-page-wrapper .pb-header {
    padding-top: 9.5em;
  }
}
@media screen and (max-width: 683px) {
  .pricing-page-wrapper .pb-header {
    padding-top: 7.5em;
    margin-bottom: 3em;
  }
  .pricing-page-wrapper .pb-headline {
    font-size: 2.75em;
  }
  .pricing-page-wrapper .pb-subheadline {
    font-size: 1.18em;
  }
}
/******************************************
 FAQS WRAPPER
 ******************************************/
.pricing-page-wrapper .faqs-wrapper {
  margin: 0;
  padding: 4.875em 1.25em 7.875em;
}
.pricing-page-wrapper .faqs-wrapper .container {
  max-width: 760px;
}
.pricing-page-wrapper .faqs-wrapper .faq-header h2 {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 2.125em;
  font-weight: 600;
  line-height: 1.235em;
  margin-bottom: 2.235em;
}
.pricing-page-wrapper .faqs-wrapper .faqs h3 {
  border-bottom: 1px solid #d8dde6;
  color: #a4afc3;
  font-family: sofia pro;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1.1875em;
  margin: 0 0 0.875em 0;
  padding-bottom: 0.125em;
}
.pricing-page-wrapper .faqs-wrapper .faqs h3:nth-of-type(n + 2) {
  margin-top: 3.625em;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0.9375em 0;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq:last-of-type {
  margin-bottom: 0;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq h4 {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 1.1875em;
  font-weight: 500;
  line-height: 1.211em;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq .faq-icon {
  height: 20px;
  width: 20px;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq .faq-icon .faq-expand-hover {
  display: none;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq .faq-icon .faq-collapse-inactive {
  display: none;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq .faq-icon .faq-collapse-hover {
  display: none;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq .faq-answer {
  color: #002a55;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.4em;
  max-width: 540px;
  padding-right: 0;
  padding-top: 0.467em;
}
.pricing-page-wrapper .faqs-wrapper .faqs .faq .faq-answer p {
  margin-bottom: 0;
}
@media screen and (max-width: 683px) {
  .pricing-page-wrapper .faqs-wrapper {
    padding-bottom: 3.5em;
  }
}
/******************************************
 CTA WRAPPER
 ******************************************/
.pricing-page-wrapper .cta-banner-wrapper {
  background: linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-color: #002a55;
  color: #a4afc3;
  padding: 3.75em 20px 4.9375em;
  text-align: center;
}
.pricing-page-wrapper .cta-banner-wrapper h2 {
  color: #ff0066;
  font-size: 3.25em;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.404em;
}
.pricing-page-wrapper .cta-banner-wrapper .primary-cta-text {
  font-size: 1.5em;
  line-height: 1.417em;
  margin: 0 auto 3em;
  max-width: 735px;
}
.pricing-page-wrapper .cta-banner-wrapper .rounded-button {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.208em;
  margin-bottom: 1.25em;
  padding: 8px 36px;
}
.pricing-page-wrapper .cta-banner-wrapper .secondary-cta-text {
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.471em;
}
.pricing-page-wrapper .cta-banner-wrapper .secondary-cta-text a {
  text-decoration: underline;
}
@media screen and (max-width: 683px) {
  .pricing-page-wrapper .cta-banner-wrapper h2 {
    font-size: 2em;
  }
  .pricing-page-wrapper .cta-banner-wrapper .primary-cta-text {
    font-size: 1.1em;
  }
  .pricing-page-wrapper .cta-banner-wrapper .rounded-button {
    font-size: 1.1em;
  }
}
/******************************************
*******************************************
EVENTS-PAGE STYLING
*******************************************
******************************************/
/******************************************
EVENTS-PAGE SHARED RULES
******************************************/
.events-page-wrapper {
  background-color: #ffffff;
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  padding-top: 10.45em;
}
.events-page-wrapper .picture-box-event-section,
.events-page-wrapper .text-box-event-section {
  padding: 4.6875em 1.25em 5.8125em;
  margin: auto;
  max-width: 1253px;
}
.events-page-wrapper .picture-box-event-section .event-section-title,
.events-page-wrapper .text-box-event-section .event-section-title {
  color: #002a55;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.194em;
  margin: 0;
}
.events-page-wrapper .picture-box-event-section .event-section-information,
.events-page-wrapper .text-box-event-section .event-section-information {
  color: #002a55;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 0;
}
.events-page-wrapper .picture-box-event-section .event-section-container,
.events-page-wrapper .text-box-event-section .event-section-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3.6875em;
}
.events-page-wrapper .picture-box-event-section .event-section-container .single-event,
.events-page-wrapper .text-box-event-section .event-section-container .single-event {
  max-width: 375px;
  width: 30%;
  margin-right: 15px;
  margin-left: 15px;
}
.events-page-wrapper .section-line-break {
  border-top-color: #979797;
  width: 66.5%;
}
@media screen and (max-width: 1180px) {
  .events-page-wrapper .picture-box-event-section,
  .events-page-wrapper .text-box-event-section {
    padding: 2.6875em 1.25em 3.8125em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-title,
  .events-page-wrapper .text-box-event-section .event-section-title {
    text-align: center;
  }
  .events-page-wrapper .picture-box-event-section .event-section-information,
  .events-page-wrapper .text-box-event-section .event-section-information {
    text-align: center;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container,
  .events-page-wrapper .text-box-event-section .event-section-container {
    justify-content: space-evenly;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .single-event,
  .events-page-wrapper .text-box-event-section .event-section-container .single-event {
    width: 50%;
    margin-right: 1.25em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .single-event:nth-child(2n),
  .events-page-wrapper .text-box-event-section .event-section-container .single-event:nth-child(2n) {
    margin-right: 0;
    margin-left: 1.25em;
  }
}
@media screen and (max-width: 844px) {
  .events-page-wrapper {
    padding-top: 8.45em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .single-event,
  .events-page-wrapper .text-box-event-section .event-section-container .single-event {
    width: 100%;
    margin-left: 1em;
    margin-right: 1em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .single-event:nth-child(2n),
  .events-page-wrapper .text-box-event-section .event-section-container .single-event:nth-child(2n) {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 683px) {
  .events-page-wrapper .picture-box-event-section,
  .events-page-wrapper .text-box-event-section {
    padding: 1.9em 1.25em 2.9em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-title,
  .events-page-wrapper .text-box-event-section .event-section-title {
    font-size: 1.4em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-information,
  .events-page-wrapper .text-box-event-section .event-section-information {
    font-size: 1em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container,
  .events-page-wrapper .text-box-event-section .event-section-container {
    padding-top: 2.2em;
  }
}
/******************************************
EVENTS-PAGE HEADLINE BANNER
******************************************/
.events-page-wrapper .events-headline-banner {
  background: transparent;
  background-image: none;
  padding: 0 1.25em 2.6875em;
}
.events-page-wrapper .events-headline-banner .events-headline-image {
  margin: auto;
  max-width: 992px;
  width: 100%;
}
.events-page-wrapper .events-headline-banner .events-headline-text {
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0.8333em;
  line-height: 1.208em;
  margin-top: 0.417em;
}
@media screen and (max-width: 1180px) {
  .events-page-wrapper .events-headline-banner .events-headline-image {
    width: 100%;
  }
  .events-page-wrapper .events-headline-banner .events-headline-text {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 844px) {
  .events-page-wrapper .events-headline-banner {
    padding-bottom: 1.5em;
  }
}
@media screen and (max-width: 683px) {
  .events-page-wrapper .events-headline-banner .events-headline-text {
    font-size: 1.5em;
  }
}
/******************************************
EVENTS-PAGE PICTURE BOX EVENT SECTION
******************************************/
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper {
  background-color: rgba(216, 221, 230, 0.4);
  padding-bottom: 1.875em;
}
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .picture-box-event-location,
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .picture-box-event-time,
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .rounded-button {
  margin: 0 25px;
}
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .picture-box-event-location {
  color: #ff0066;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.231em;
  margin-top: 0.808em;
}
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .picture-box-event-time {
  color: #54698d;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 0.3em;
}
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .rounded-button {
  display: block;
  float: right;
  margin-top: 1.722em;
  padding: 0px 28px 3px;
}
.events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper:nth-child(n + 4) {
  margin-top: 4.0625em;
}
@media screen and (max-width: 1180px) {
  .events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper:nth-child(n + 4) {
    margin-top: 0;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper:nth-child(n + 3) {
    margin-top: 4.0625em;
  }
}
@media screen and (max-width: 844px) {
  .events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper:nth-child(n + 3) {
    margin-top: 0;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper:nth-child(n + 2) {
    margin-top: 4.0625em;
  }
}
@media screen and (max-width: 683px) {
  .events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .picture-box-event-location {
    font-size: 1.2em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper .picture-box-event-time {
    font-size: 1em;
  }
  .events-page-wrapper .picture-box-event-section .event-section-container .picture-box-event-wrapper:nth-child(n + 2) {
    margin-top: 2.0625em;
  }
}
/******************************************
EVENTS-PAGE TEXT BOX EVENT SECTION
******************************************/
.events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper {
  color: #002a55;
}
.events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-event-name {
  color: #ff0066;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.214em;
  margin: 0 0 0.429em 0;
}
.events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-event-time,
.events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-event-location,
.events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-booth-number {
  color: #54698d;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.231em;
  margin: 0;
}
.events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-single-event-description {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.444em;
  margin-bottom: 0;
}
.events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper:nth-child(n + 4) {
  margin-top: 5.375em;
}
@media screen and (max-width: 1180px) {
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper:nth-child(n + 4) {
    margin-top: 0;
  }
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper:nth-child(n + 3) {
    margin-top: 5.375em;
  }
}
@media screen and (max-width: 844px) {
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper:nth-child(n + 3) {
    margin-top: 0;
  }
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper:nth-child(n + 2) {
    margin-top: 5.375em;
  }
}
@media screen and (max-width: 683px) {
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-event-name {
    font-size: 1.2em;
  }
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-event-time,
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-event-location,
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-booth-number {
    font-size: 1.1em;
  }
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper .single-text-event-wrapper .text-box-single-event-description {
    font-size: 1em;
  }
  .events-page-wrapper .text-box-event-section .event-section-container .text-box-event-wrapper:nth-child(n + 2) {
    margin-top: 3em;
  }
}
/******************************************
*******************************************
SOLUTIONS-PAGE STYLING
*******************************************
******************************************/
/******************************************
SOLUTIONS-PAGE SHARED RULES
******************************************/
.solutions-page-wrapper {
  background-color: #ffffff;
  color: #002a55;
  font-family: sofia-pro, sans-serif;
}
.solutions-page-wrapper .solutions-content-wrapper {
  width: 1520px;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-content-wrapper {
    max-width: 90vw;
  }
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-01 {
  max-width: 120px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-02 {
  max-width: 240px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-03 {
  max-width: 360px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-04 {
  max-width: 480px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-05 {
  max-width: 600px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-06 {
  max-width: 720px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-07 {
  max-width: 840px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-08 {
  max-width: 960px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-09 {
  max-width: 1080px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-10 {
  max-width: 1200px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-11 {
  max-width: 1320px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-12 {
  max-width: 1440px;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-left {
  margin: 0;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-right {
  margin: 0 0 0 auto;
}
.solutions-page-wrapper .solutions-content-wrapper .solutions-content-flex-center {
  margin: 0 auto;
}
.solutions-page-wrapper .dash-container {
  width: 100%;
  display: inline-block;
}
.solutions-page-wrapper .dash-container .large-dash {
  width: 52px;
}
.solutions-page-wrapper .dash-container .medium-dash {
  width: 26px;
}
.solutions-page-wrapper .dash-container .short-dash {
  width: 22px;
}
.solutions-page-wrapper .dash-container .left-dash {
  float: left;
}
.solutions-page-wrapper .dash-container .right-dash {
  float: right;
}
.solutions-page-wrapper .dash-container hr {
  border-style: solid;
}
.solutions-page-wrapper .dash-container .white-dash {
  border-color: #ffffff;
}
.solutions-page-wrapper .dash-container .blue-dash {
  border-color: #002a55;
}
.solutions-page-wrapper .dash-container .grey-dash {
  border-color: #a4afc3;
}
/******************************************
SOLUTIONS-PAGE HEADLINE BANNER
******************************************/
.solutions-page-wrapper .solutions-headline-banner {
  display: block;
  background: none;
  padding: 0;
  overflow: hidden;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content {
  position: relative;
  padding: 80px 0 40px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-image-left {
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-image-right {
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 840px;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .dash-container.dash-first {
  margin: 0 0 1em;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .dash-container.dash-second {
  margin: 1em 0 2.5em;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .dash-container .white-dash {
  border-width: 1px;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .dash-container .blue-dash {
  border-width: 2.5px;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .dash-container .right-dash {
  position: absolute;
  left: 694px;
  margin: 7px 0;
  border-width: 0 0 2px;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper {
  position: relative;
  font-size: 5em;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper .solutions-headline-text {
  color: #ffffff;
  margin: 0 0 0 -0.0656em;
  font-size: 100px;
  letter-spacing: -0.0328em;
  line-height: 0.8em;
  font-weight: 600;
}
@media screen and (max-width: 940px) {
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper .solutions-headline-text {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper .solutions-headline-text {
    font-size: 40px;
  }
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper .solutions-headline-text .solutions-large-headline {
  display: block;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper .solutions-headline-text .solutions-small-headline {
  display: block;
  font-size: 42px;
  margin-left: .1em;
  margin-bottom: 0;
  letter-spacing: -0.0328em;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper .solutions-headline-text .solutions-small-headline {
    font-size: 20px;
  }
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper .solutions-headline-icon {
  position: absolute;
  bottom: 85%;
  left: 3.1em;
  width: 2em;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-subheadline-text {
  color: #ffffff;
  margin: 0.5em 0 1em;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.143em;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-subheadline-text {
    font-size: 17px;
    padding: 0;
  }
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-blurb {
  margin: 0;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
  line-height: 1.334em;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-blurb {
    font-size: 18px;
    line-height: 25px;
    padding: 0;
  }
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-subheadline-text,
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-blurb {
  max-width: 600px;
}
.solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .rounded-button {
  border-color: white;
  background: none;
  box-shadow: none;
  color: white;
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width: 700px) {
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-headline-wrapper {
    font-size: 3.5em;
  }
  .solutions-page-wrapper .solutions-headline-banner .solutions-headline-content .solutions-subheadline-text {
    font-size: 18px;
  }
}
/******************************************
SOLUTIONS-PAGE SECONDARY BANNER
******************************************/
.solutions-page-wrapper .solutions-secondary-banner {
  padding: 40px;
}
.solutions-page-wrapper .solutions-secondary-banner .solutions-secondary-text {
  margin: 0;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 575px) {
  .solutions-page-wrapper .solutions-secondary-banner .solutions-secondary-text {
    padding: 0;
  }
}
.solutions-page-wrapper .solutions-secondary-banner .solutions-secondary-text .normal-text {
  margin: 0;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-secondary-banner .solutions-secondary-text .normal-text {
    font-size: 18px;
    line-height: 25px;
    margin: -28px 0 20px 0;
  }
}
/******************************************
SOLUTIONS-PAGE BENEFITS BANNER
******************************************/
.solutions-page-wrapper .solutions-benefits-banner {
  background-color: #eff1f5;
}
.solutions-page-wrapper .solutions-benefits-banner .solutions-benefits-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper {
  font-size: 17px;
  line-height: 22px;
  margin: 40px 20px 40px 20px;
  max-width: 200px;
  width: 100%;
  position: relative;
}
@media screen and (mmax-width: 600px) {
  .solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper {
    margin: 10px 20px 10px 20px;
  }
}
.solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper .dash-container hr {
  border-width: 2px;
}
.solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper p {
  margin: 0 0 2.941em 0;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper p {
    margin-bottom: 0px;
  }
}
.solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper .solutions-benefit-bottom {
  background-color: #d8dde6;
  bottom: 0;
  height: 4px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper .solutions-benefit-bottom {
    display: none;
  }
}
.solutions-page-wrapper .solutions-benefits-banner .single-solution-benefit-wrapper.featured-benefit .solutions-benefit-bottom {
  bottom: -40px;
  height: 44px;
}
@media screen and (max-width: 1023px) {
  .solutions-page-wrapper .solutions-benefits-banner .solutions-benefits-container .solutions-benefits-wrapper {
    flex-wrap: wrap;
  }
}
/******************************************
SOLUTIONS-PAGE ELEVATED IMAGE BANNER
******************************************/
.solutions-page-wrapper .solutions-elevated-image-banner {
  padding: 40px 0;
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 941px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper {
  max-width: 440px;
  width: 440px !important;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 940px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper .elevated-image-banner-headline {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  line-height: 1.25em;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper .elevated-image-banner-headline {
    font-size: 21px;
    line-height: 23px;
  }
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper .elevated-image-banner-content {
  font-size: 18px;
  font-weight: 300;
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper .elevated-image-banner-content ul {
  list-style: none;
  padding: 10px 0 35px 0;
  margin: 0 0 0 0 !important;
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-banner-text-wrapper .elevated-image-banner-content ul li {
  margin: 1em 0;
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-wrapper {
  max-width: 440px;
  margin: 0 -120px 0 120px;
  width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 941px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-wrapper {
    position: absolute;
    right: 0px;
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 940px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-wrapper {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-wrapper {
    max-width: none;
    margin: 0 0 40px 0;
  }
}
.solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-wrapper img {
  margin: -60px 0 0 0;
  z-index: 100;
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.14);
  width: 100%;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 940px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-wrapper img {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.14);
  }
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .elevated-image-banner-top-row .elevated-image-wrapper img {
    margin: -40px 0 0 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.solutions-page-wrapper .solutions-elevated-image-banner .dash-container {
  display: block;
  margin-top: 1.5em;
  max-width: 502px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .dash-container {
    display: none;
  }
}
.solutions-page-wrapper .solutions-elevated-image-banner .dash-container .short-dash {
  margin: 0 0 0 auto;
}
.solutions-page-wrapper .solutions-elevated-image-banner .rounded-button {
  border-radius: 0px;
  box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.12);
  display: inline-block;
  font-size: 18px;
  padding: 2px 20px 7px;
  margin: 0 0 40px 0 !important;
}
@media screen and (max-width: 1040px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .rounded-button {
    margin: 1em 0 0.5em;
  }
}
@media screen and (max-width: 350px) {
  .solutions-page-wrapper .solutions-elevated-image-banner .rounded-button {
    width: 50vw;
    margin: 1em auto .5em auto;
  }
}
/******************************************
SOLUTIONS-PAGE MIDDLE IMAGE BANNER
******************************************/
.solutions-page-wrapper .solutions-middle-image-banner {
  background-color: #eff1f5;
  padding: 40px 0;
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 940px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper {
  max-width: 440px;
  margin: 0 -120px 0 120px;
}
@media screen and (max-width: 1200px) and (min-width: 941px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper {
    position: relative;
    right: 50px;
    margin: 0 -120px 0 0;
  }
}
@media screen and (max-width: 1120px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper {
    margin: 0 -80px 0 0;
  }
}
@media screen and (max-width: 1060px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper {
    margin: 0 -40px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper {
    margin: 0 -50px 0 0;
  }
}
@media screen and (max-width: 940px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper .middle-image-banner-headline {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
  line-height: 1.25em;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper .middle-image-banner-headline {
    font-size: 21px;
    line-height: 23px;
  }
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper .middle-image-banner-content {
  font-size: 18px;
  margin-bottom: 0;
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper .middle-image-banner-content ul {
  list-style: none;
  padding: 10px 0 35px 0;
  margin: 0 0 0 0 !important;
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper .middle-image-banner-content ul li {
  margin: 1em 0;
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper .rounded-button {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.12);
  display: inline-block;
  font-size: 18px;
  padding: 2px 20px 7px;
  margin: 0 0 40px 0 !important;
}
@media screen and (max-width: 350px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-banner-text-wrapper .rounded-button {
    width: 50vw;
    margin: 1em auto .5em auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 941px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-wrapper {
    position: absolute;
    left: 0px;
  }
}
.solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-wrapper img {
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.14);
  height: auto;
  max-width: 440px;
  margin: 0 40px 0 0;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-wrapper img {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 940px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-wrapper img {
    margin: 40px 0 0 0;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.14);
  }
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-middle-image-banner .solutions-middle-image-banner-wrapper .middle-image-wrapper img {
    margin: 40px 0 40px 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
/******************************************
SOLUTIONS-PAGE CUSTOMER BANNER
******************************************/
.solutions-page-wrapper .solutions-customer-banner {
  background-color: #ffffff;
  padding: 1em 1.5em 2.875em;
  text-align: center;
  border-top: 1px solid #D8DDE6;
}
.solutions-page-wrapper img {
  height: auto;
  margin-top: 60px;
  margin-bottom: 1.3125em;
  max-width: 125px;
}
.solutions-page-wrapper .solutions-customer-quote {
  color: #54698d;
  font-size: 1.3125em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.286em;
  margin: 0 auto 20px auto;
  max-width: 720px;
}
@media screen and (max-width: 600px) {
  .solutions-page-wrapper .solutions-customer-quote {
    font-size: 15px;
  }
}
.solutions-page-wrapper .solutions-quote-author {
  font-size: 1.0625em;
  line-height: 1.294em;
  margin-top: 1.353em;
}
.solutions-page-wrapper .solutions-quote-author-title {
  color: #ff0066;
  font-size: 1.0625em;
  line-height: 1.294em;
}
.solutions-page-wrapper .solutions-quote-author-title a {
  color: inherit;
}
/******************************************
EVENTS-PAGE CTA BOX BANNER
******************************************/
.solutions-page-wrapper .solutions-cta-banner {
  background: linear-gradient(68.26deg, #000D21 0%, #002A55 100%);
  padding: 4.6875em 1.25em 4.6875em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 350px) {
  .solutions-page-wrapper .solutions-cta-banner {
    width: 100vw !important;
    margin-left: -15vw !important;
  }
}
.solutions-page-wrapper .solutions-cta-banner .solutions-cta-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  max-width: 720px;
  flex-direction: column;
}
@media screen and (max-width: 1040px) {
  .solutions-page-wrapper .solutions-cta-banner .solutions-cta-box {
    display: block;
  }
}
.solutions-page-wrapper .solutions-cta-banner .solutions-cta-box .cta-headline {
  color: #ffffff;
  font-family: sofia-pro, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .solutions-page-wrapper .solutions-cta-banner .solutions-cta-box .cta-headline {
    margin: 0 0 1em;
  }
}
.solutions-page-wrapper .solutions-cta-banner .solutions-cta-box .rounded-button {
  display: inline-block;
  padding: 7px 23px 9px;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  width: 200px;
  border-radius: 0 0 0 0 !important;
}
/******************************************
*******************************************
Features 2018
*******************************************
******************************************/
.features-2018 .rounded-button {
  display: inline-block;
  color: #FFF;
  border-color: #f82765;
  background: #f82765;
  outline: none;
}
.features-2018 .rounded-button:hover {
  background: #FFF;
  color: #f82765;
}
@media screen and (max-width: 600px) {
  .features-2018 .rounded-button {
    font-size: 1em;
  }
}
.features-2018 .page-header {
  display: block;
  overflow: hidden;
  padding: 0 30px;
  background: rgba(216, 221, 230, 0.5);
}
.features-2018 .page-header .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.features-2018 .page-header .wrap .content {
  width: 100%;
  max-width: 570px;
  text-align: left;
  margin: 0;
  color: #002a55;
  padding: 70px 0 80px;
}
.features-2018 .page-header .wrap .content h1 {
  margin: -8px 0 0 -4px;
  font-size: 4em;
  line-height: 0.85em;
  font-weight: 600;
  letter-spacing: -1px;
}
@media screen and (max-width: 600px) {
  .features-2018 .page-header .wrap .content h1 {
    font-size: 3em;
  }
}
.features-2018 .page-header .wrap .content .copy {
  margin: 1.15em 0 2.25em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}
@media screen and (max-width: 600px) {
  .features-2018 .page-header .wrap .content .copy {
    font-size: 1em;
  }
}
.features-2018 .page-header .wrap .image {
  width: 0;
  padding: 70px 0 80px;
}
.features-2018 .page-header .wrap .image.mobile {
  padding-bottom: 0;
}
.features-2018 .page-header .wrap .image img {
  max-width: 900px;
  max-height: 500px;
  display: block;
}
@media screen and (max-width: 980px) {
  .features-2018 .page-header .wrap {
    display: block;
  }
  .features-2018 .page-header .wrap .content {
    margin: 0 auto;
    text-align: center;
  }
  .features-2018 .page-header .wrap .image {
    display: none;
  }
}
.features-2018 .features .feature {
  padding: 60px 8px;
}
@media screen and (max-width: 600px) {
  .features-2018 .features .feature {
    padding: 60px 30px;
  }
}
.features-2018 .features .feature .wrap {
  max-width: 1242px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}
.features-2018 .features .feature .wrap .image {
  width: 500px;
  max-width: 600px;
  height: auto;
  margin: 0;
  border: 0;
  flex: 1;
}
.features-2018 .features .feature .wrap .content {
  max-width: 500px;
  margin: 0 22px;
  color: #002a55;
}
.features-2018 .features .feature .wrap .content h2 {
  margin: -10px 0 0;
  line-height: 1em;
  font-size: 2.75em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .features-2018 .features .feature .wrap .content h2 {
    font-size: 2em;
  }
}
.features-2018 .features .feature .wrap .content .copy {
  margin: 1.15em 0 2.25em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}
@media screen and (max-width: 600px) {
  .features-2018 .features .feature .wrap .content .copy {
    font-size: 1em;
  }
}
@media screen and (max-width: 980px) {
  .features-2018 .features .feature .wrap {
    display: block;
  }
  .features-2018 .features .feature .wrap .image {
    display: block;
    margin: 0 auto 1em;
    width: 100%;
  }
  .features-2018 .features .feature .wrap .content {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
.features-2018 .features .feature:nth-of-type(2n) {
  background: linear-gradient(225deg, rgba(238, 240, 244, 0.5) 0%, rgba(216, 221, 230, 0.5) 100%);
}
.features-2018 .features .feature:nth-of-type(2n) .wrap {
  flex-direction: row-reverse;
}
.features-2018 .features .feature:nth-of-type(2n+1) .rounded-button {
  border-color: #00BBFF;
  background: #00BBFF;
}
.features-2018 .features .feature:nth-of-type(2n+1) .rounded-button:hover {
  background: #FFF;
  color: #00BBFF;
}
.pricing-2018-04 {
  background-color: #ebeef2;
  color: #002a55;
  padding-top: 125px;
}
.pricing-2018-04 .headline {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1030px) {
  .pricing-2018-04 .headline {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .headline {
    max-width: 385px;
  }
}
.pricing-2018-04 .headline h1 {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 3.25em;
  font-weight: 600;
  line-height: 1.25em;
  margin: 0 0 0.2em;
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .headline h1 {
    font-size: 2em;
  }
}
.pricing-2018-04 .headline p {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.417em;
  margin: 0 auto;
  max-width: 835px;
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .headline p {
    font-size: 1em;
  }
}
.pricing-2018-04 .packages {
  padding: 45px 13px 40px;
  font-weight: 300;
}
@media screen and (max-width: 1030px) {
  .pricing-2018-04 .packages {
    padding: 45px 0 40px;
  }
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .packages {
    padding: 20px;
  }
}
.pricing-2018-04 .packages .package-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .packages .package-list {
    display: block;
  }
}
.pricing-2018-04 .packages .package-list .package {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 28px 90px;
  position: relative;
  margin: 15px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .packages .package-list .package {
    max-width: 650px;
    margin: 15px 0;
    text-align: center;
  }
}
.pricing-2018-04 .packages .package-list .package .headline {
  padding: 0;
}
@media screen and (max-width: 1030px) {
  .pricing-2018-04 .packages .package-list .package .headline {
    max-width: 650px;
    margin: 0 auto;
  }
}
.pricing-2018-04 .packages .package-list .package .headline h2 {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 2.4375em;
  font-weight: 600;
  margin: 0 auto 0.25em;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .packages .package-list .package .headline h2 {
    font-size: 1.5em;
  }
}
.pricing-2018-04 .packages .package-list .package .headline h3 {
  color: #002a55;
  font-size: 3.067em;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  line-height: 1.217em;
  margin: 0 0 0.5em;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .pricing-2018-04 .packages .package-list .package .headline h3 {
    font-size: 2em;
  }
}
.pricing-2018-04 .packages .package-list .package .headline p {
  color: #54698d;
  font-size: 1.0625em;
  font-weight: 500;
  line-height: 1.176em;
  margin-bottom: 2em;
  text-align: center;
}
.pricing-2018-04 .packages .package-list .package hr {
  border: none;
  border-top: 1px solid #ff0066;
  margin: 20px 0;
}
.pricing-2018-04 .packages .package-list .package .button {
  margin: 0 auto;
  text-decoration: none;
  padding: 0.35em 0.5em;
  box-shadow: none;
  color: white;
  font-weight: 500;
  display: block;
  max-width: 250px;
  bottom: 2em;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  border-color: #ff0066;
  background-color: #ff0066;
  border: 0.125em solid;
  border-radius: 6.25em;
}
@media screen and (max-width: 1030px) {
  .pricing-2018-04 .packages .package-list .package.popular {
    margin-top: 48px;
    max-width: 630px;
    text-align: center;
  }
}
.pricing-2018-04 .packages .package-list .package.popular h2,
.pricing-2018-04 .packages .package-list .package.popular h3 {
  color: #ff0066;
}
.pricing-2018-04 .packages .package-list .package.popular .call-out {
  border-radius: 6px;
  color: #ff0066;
  font-size: 0.6875em;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 1.182em;
  padding: 15px 28px 21px;
  top: -33px;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  text-align: center;
}
.pricing-2018-04 .packages .package-list .package.popular .call-out span {
  position: relative;
  display: block;
}
.pricing-2018-04 .packages .package-list .package.popular .call-out span::after {
  border-bottom: 1px solid #ff0066;
  bottom: -9px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  margin: 0;
}
.pricing-2018-04 .packages aside {
  color: #54698d;
  font-size: 1em;
  line-height: 1.55em;
  margin: 30px auto;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .pricing-2018-04 .packages aside {
    max-width: 630px;
  }
}
.pricing-2018-04 .packages aside a {
  color: #0069d5;
  text-decoration: underline;
}
.pricing-2018-04 .customer {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}
.pricing-2018-04 .customer img {
  height: auto;
  margin-bottom: 1.3125em;
  max-width: 104px;
}
.pricing-2018-04 .customer .quote {
  color: #54698d;
  font-size: 1.3125em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.286em;
  margin: 0 auto;
  max-width: 638px;
}
.pricing-2018-04 .customer .author {
  font-size: 1.0625em;
  line-height: 1.294em;
  margin-top: 1.353em;
}
.pricing-2018-04 .customer .title {
  color: #ff0066;
  font-size: 1.0625em;
  line-height: 1.294em;
}
.pricing-2018-04 .faq {
  background: #fff;
}
.pricing-2018-04 .faq .wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 20px;
}
.pricing-2018-04 .faq .wrapper h2 {
  margin: 0;
  text-align: center;
  color: #002a55;
  font-size: 2.125em;
  font-weight: 600;
}
.pricing-2018-04 .faq .wrapper .category {
  margin: 75px 0;
}
.pricing-2018-04 .faq .wrapper .category h3 {
  border-bottom: 1px solid #d8dde6;
  color: #a4afc3;
  font-family: sofia pro;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1.1875em;
  margin: 14px 0;
  padding-bottom: 0.125em;
}
.pricing-2018-04 .faq .wrapper .category ul li {
  padding: 15px 0;
  color: #808080;
  position: relative;
}
.pricing-2018-04 .faq .wrapper .category ul li details summary::-webkit-details-marker {
  display: none;
}
.pricing-2018-04 .faq .wrapper .category ul li details summary:focus {
  outline: none;
}
.pricing-2018-04 .faq .wrapper .category ul li details summary h4 {
  color: #002a55;
  font-family: sofia-pro, sans-serif;
  font-size: 1.1875em;
  font-weight: 500;
  line-height: 1.211em;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding-right: 3em;
}
.pricing-2018-04 .faq .wrapper .category ul li details summary h4 .icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.pricing-2018-04 .faq .wrapper .category ul li details summary h4 .icon .circle {
  fill: #EBEEF2;
  -webkit-animation: circleIn linear 0.1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: circleIn linear 0.1s;
  -moz-animation-iteration-count: 1;
  -o-animation: circleIn linear 0.1s;
  -o-animation-iteration-count: 1;
  -ms-animation: circleIn linear 0.1s;
  -ms-animation-iteration-count: 1;
}
@keyframes circleIn {
  0% {
    fill: #0069D5;
  }
  100% {
    fill: #EBEEF2;
  }
}
@-moz-keyframes circleIn {
  0% {
    fill: #0069D5;
  }
  100% {
    fill: #EBEEF2;
  }
}
@-webkit-keyframes circleIn {
  0% {
    fill: #0069D5;
  }
  100% {
    fill: #EBEEF2;
  }
}
@-o-keyframes circleIn {
  0% {
    fill: #0069D5;
  }
  100% {
    fill: #EBEEF2;
  }
}
@-ms-keyframes circleIn {
  0% {
    fill: #0069D5;
  }
  100% {
    fill: #EBEEF2;
  }
}
.pricing-2018-04 .faq .wrapper .category ul li details summary h4 .icon .symbol {
  stroke: #54698D;
  -webkit-animation: symbolIn linear 0.1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: symbolIn linear 0.1s;
  -moz-animation-iteration-count: 1;
  -o-animation: symbolIn linear 0.1s;
  -o-animation-iteration-count: 1;
  -ms-animation: symbolIn linear 0.1s;
  -ms-animation-iteration-count: 1;
}
@keyframes symbolIn {
  0% {
    fill: #FFF;
  }
  100% {
    fill: #54698D;
  }
}
@-moz-keyframes symbolIn {
  0% {
    fill: #FFF;
  }
  100% {
    fill: #54698D;
  }
}
@-webkit-keyframes symbolIn {
  0% {
    fill: #FFF;
  }
  100% {
    fill: #54698D;
  }
}
@-o-keyframes symbolIn {
  0% {
    fill: #FFF;
  }
  100% {
    fill: #54698D;
  }
}
@-ms-keyframes symbolIn {
  0% {
    fill: #FFF;
  }
  100% {
    fill: #54698D;
  }
}
.pricing-2018-04 .faq .wrapper .category ul li details summary h4 .icon .symbol .path01 {
  d: path('M4,0 L4,8');
  -webkit-animation: pathIn linear 0.2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: pathIn linear 0.2s;
  -moz-animation-iteration-count: 1;
  -o-animation: pathIn linear 0.2s;
  -o-animation-iteration-count: 1;
  -ms-animation: pathIn linear 0.2s;
  -ms-animation-iteration-count: 1;
}
@keyframes pathIn {
  0% {
    d: path('M4,4 L4,4');
  }
  100% {
    d: path('M4,0 L4,8');
  }
}
@-moz-keyframes pathIn {
  0% {
    d: path('M4,4 L4,4');
  }
  100% {
    d: path('M4,0 L4,8');
  }
}
@-webkit-keyframes pathIn {
  0% {
    d: path('M4,4 L4,4');
  }
  100% {
    d: path('M4,0 L4,8');
  }
}
@-o-keyframes pathIn {
  0% {
    d: path('M4,4 L4,4');
  }
  100% {
    d: path('M4,0 L4,8');
  }
}
@-ms-keyframes pathIn {
  0% {
    d: path('M4,4 L4,4');
  }
  100% {
    d: path('M4,0 L4,8');
  }
}
.pricing-2018-04 .faq .wrapper .category ul li details summary:hover h4 .icon .circle {
  fill: #0069D5;
  -webkit-animation: circleOut linear 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: circleOut linear 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: circleOut linear 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: circleOut linear 0.5s;
  -ms-animation-iteration-count: 1;
}
@keyframes circleOut {
  0% {
    fill: #EBEEF2;
  }
  100% {
    fill: #0069D5;
  }
}
@-moz-keyframes circleOut {
  0% {
    fill: #EBEEF2;
  }
  100% {
    fill: #0069D5;
  }
}
@-webkit-keyframes circleOut {
  0% {
    fill: #EBEEF2;
  }
  100% {
    fill: #0069D5;
  }
}
@-o-keyframes circleOut {
  0% {
    fill: #EBEEF2;
  }
  100% {
    fill: #0069D5;
  }
}
@-ms-keyframes circleOut {
  0% {
    fill: #EBEEF2;
  }
  100% {
    fill: #0069D5;
  }
}
.pricing-2018-04 .faq .wrapper .category ul li details summary:hover h4 .icon .symbol {
  stroke: #FFF;
  -webkit-animation: symbolOut linear 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: symbolOut linear 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: symbolOut linear 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: symbolOut linear 0.5s;
  -ms-animation-iteration-count: 1;
}
@keyframes symbolOut {
  0% {
    fill: #54698D;
  }
  100% {
    fill: #FFF;
  }
}
@-moz-keyframes symbolOut {
  0% {
    fill: #54698D;
  }
  100% {
    fill: #FFF;
  }
}
@-webkit-keyframes symbolOut {
  0% {
    fill: #54698D;
  }
  100% {
    fill: #FFF;
  }
}
@-o-keyframes symbolOut {
  0% {
    fill: #54698D;
  }
  100% {
    fill: #FFF;
  }
}
@-ms-keyframes symbolOut {
  0% {
    fill: #54698D;
  }
  100% {
    fill: #FFF;
  }
}
.pricing-2018-04 .faq .wrapper .category ul li details .answer {
  color: #002a55;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.4em;
  max-width: 540px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.pricing-2018-04 .faq .wrapper .category ul li details .answer ul {
  list-style: disc;
  margin: 0 0 0 1.25em;
}
.pricing-2018-04 .faq .wrapper .category ul li details .answer p,
.pricing-2018-04 .faq .wrapper .category ul li details .answer li {
  color: #002a55;
  margin: 1em 0;
  padding: 0;
}
.pricing-2018-04 .faq .wrapper .category ul li details .answer a {
  color: #0069d5;
  text-decoration: underline;
}
.pricing-2018-04 .faq .wrapper .category ul li details[open] summary h4 .icon .symbol .path01 {
  d: path('M4,4 L4,4');
  -webkit-animation: pathOut linear 0.25s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: pathOut linear 0.25s;
  -moz-animation-iteration-count: 1;
  -o-animation: pathOut linear 0.25s;
  -o-animation-iteration-count: 1;
  -ms-animation: pathOut linear 0.25s;
  -ms-animation-iteration-count: 1;
}
@keyframes pathOut {
  0% {
    d: path('M4,0 L4,8');
  }
  100% {
    d: path('M4,4 L4,4');
  }
}
@-moz-keyframes pathOut {
  0% {
    d: path('M4,0 L4,8');
  }
  100% {
    d: path('M4,4 L4,4');
  }
}
@-webkit-keyframes pathOut {
  0% {
    d: path('M4,0 L4,8');
  }
  100% {
    d: path('M4,4 L4,4');
  }
}
@-o-keyframes pathOut {
  0% {
    d: path('M4,0 L4,8');
  }
  100% {
    d: path('M4,4 L4,4');
  }
}
@-ms-keyframes pathOut {
  0% {
    d: path('M4,0 L4,8');
  }
  100% {
    d: path('M4,4 L4,4');
  }
}
.pricing-2018-04 .faq .wrapper .category ul li details[open] .answer {
  max-height: 1000px;
  -webkit-animation: openAnswer linear 3s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: openAnswer linear 3s;
  -moz-animation-iteration-count: 1;
  -o-animation: openAnswer linear 3s;
  -o-animation-iteration-count: 1;
  -ms-animation: openAnswer linear 3s;
  -ms-animation-iteration-count: 1;
}
@keyframes openAnswer {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 1000px;
  }
}
@-moz-keyframes openAnswer {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 1000px;
  }
}
@-webkit-keyframes openAnswer {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 1000px;
  }
}
@-o-keyframes openAnswer {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 1000px;
  }
}
@-ms-keyframes openAnswer {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 1000px;
  }
}
.support {
  background: #ebeef3;
  color: #002A55;
  font-weight: 300;
  padding: 1px 0;
}
.support a {
  color: #0069d5;
  text-decoration: underline;
}
.support .intro {
  padding: 8em 20px 0;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  box-sizing: border-box;
}
.support .intro h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.19em;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: inherit;
  margin: 0;
}
.support .intro .subheadline {
  margin: 1em auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.support .search {
  display: flex;
  max-width: 800px;
  margin: 3em auto;
}
@media screen and (max-width: 980px) {
  .support .search {
    display: block;
  }
}
.support .search .box {
  border-radius: 7px;
  line-height: 1em;
  padding: 1em 1.25em;
  flex: 1;
  font-size: 1em;
  font-weight: 300;
  border: 0;
  color: inherit;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.support .search .box::placeholder {
  color: #9c9c9c;
}
.support .search .button {
  background: #FF0086;
  text-transform: none;
  border-radius: 7px;
  margin: 0 0 0 1em;
  padding: 1em 1.5em;
  line-height: 1em;
  font-size: 1em;
  font-weight: 400;
  color: white;
  border: 0;
  font-family: inherit;
  display: block;
}
@media screen and (max-width: 980px) {
  .support .search .button {
    margin: 1.25em auto 0;
  }
}
.support nav {
  background: white;
  padding: 1em 20px;
}
.support nav ul {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .support nav ul {
    max-width: 700px;
  }
}
.support nav ul li {
  width: 100%;
  max-width: 155px;
  box-sizing: border-box;
  margin: 15px;
}
.support nav ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.support nav ul li a img {
  display: block;
  max-height: 70px;
  margin: 0 auto;
}
.support nav ul li a p {
  margin: 0.5em 0 0;
}
.support .status {
  padding: 0 20px;
}
.support .status a {
  width: 100%;
  max-width: 570px;
  margin: 3em auto;
  background: white;
  padding: 30px;
  border-radius: 7px;
  display: flex;
  color: inherit;
  text-decoration: none;
  align-items: flex-start;
  border-top: 6px solid #072a55;
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 500px) {
  .support .status a {
    display: block;
    text-align: center;
  }
}
.support .status a .light {
  margin: -44px 50px 0 20px;
  width: 100%;
  max-width: 95px;
}
@media screen and (max-width: 500px) {
  .support .status a .light {
    margin: -44px auto 20px;
  }
}
.support .status a .light svg {
  width: 100%;
  display: block;
}
.support .status a .copy h2 {
  color: inherit;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 0.1em 0 0.5em -0.05em;
}
.support .status a .copy h3 {
  font-size: 1em;
  line-height: normal;
  margin: 0;
  font-weight: 600;
  color: #01B107;
}
.support .status a .copy p {
  margin: 0;
}
.support .contact {
  margin: 3em auto;
  max-width: 800px;
  text-align: center;
}
.support .contact h2 {
  color: #FF0086;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 1em 0;
}
.support .contact ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
}
.support .contact ul li {
  width: 100%;
  max-width: 210px;
  box-sizing: border-box;
  margin: 30px 15px;
}
.support .contact ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.support .contact ul li a img {
  display: block;
  max-height: 70px;
  margin: 0 auto;
}
.support .contact ul li a p {
  margin: 0.5em 0 0;
}
.support-policy {
  background: #ebeef3;
  color: #002A55;
  font-weight: 300;
  padding: 4em 20px;
}
.support-policy h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.19em;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: inherit;
  margin: 0;
}
.support-policy .subheadline {
  margin: 1em auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.support-policy a {
  color: #0069d5;
  text-decoration: underline;
}
.support-policy section {
  margin: 8em auto 2em;
  max-width: 1200px;
  text-align: center;
}
.support-policy section h2 {
  color: #FF0086;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 1em 0;
}
.support-policy section ul {
  margin: 5em auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.support-policy section ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 5em;
  width: 100%;
  max-width: 400px;
}
.support-policy section ul li img {
  max-height: 100px;
  max-width: 100px;
}
.support-policy section ul li p {
  width: 100%;
  max-width: 300px;
  margin: 0.5em auto;
}
.quick-start-2018-05 {
  background: #ebeef3;
  color: #002A55;
  font-weight: 300;
  padding: 4em 20px;
}
.quick-start-2018-05 h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.19em;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: inherit;
  margin: 0;
}
.quick-start-2018-05 a {
  color: #0069d5;
  text-decoration: underline;
}
.quick-start-2018-05 section {
  margin: 5em auto;
  max-width: 1200px;
}
.quick-start-2018-05 section h2 {
  color: #FF0086;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 1em 0;
}
.quick-start-2018-05 section .primary {
  font-size: 19px;
  line-height: 1.53em;
}
.quick-start-2018-05 section .primary p {
  margin: 1em 0;
}
.quick-start-2018-05 section .examples {
  list-style: none;
}
.quick-start-2018-05 section .examples .example {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2.5em 0;
}
.quick-start-2018-05 section .examples .example img {
  width: 100%;
  max-width: 520px;
}
.quick-start-2018-05 section .examples .example .description {
  width: 100%;
  max-width: 570px;
  margin: 0 1em 0 0;
}
.quick-start-2018-05 section .examples .example .description h3 {
  font-size: 20px;
  line-height: 1.53em;
  font-weight: 600;
}
.quick-start-2018-05 section .examples .example .description ul,
.quick-start-2018-05 section .examples .example .description ol {
  margin: 0 0 0 1.25em;
}
.quick-start-2018-05 section .examples .example .description ul li,
.quick-start-2018-05 section .examples .example .description ol li {
  margin: 1em 0;
}
.quick-start-2018-05 section .examples .example .description ul {
  list-style: disc;
}
.quick-start-2018-05 section .examples .example .description p {
  margin: 1em 0;
}
.quick-start-2018-05 section.outro {
  text-align: center;
}
.support-policy {
  background: #ebeef3;
  color: #002A55;
  font-weight: 300;
  padding: 4em 20px;
}
.support-policy h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.19em;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: inherit;
  margin: 0;
}
.support-policy .subheadline {
  margin: 1em auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.support-policy a {
  color: #0069d5;
  text-decoration: underline;
}
.support-policy section {
  margin: 8em auto 2em;
  max-width: 1200px;
  text-align: center;
}
.support-policy section h2 {
  color: #FF0086;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 1em 0;
}
.support-policy section ul {
  margin: 5em auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.support-policy section ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 5em;
  width: 100%;
  max-width: 400px;
}
.support-policy section ul li img {
  max-height: 100px;
  max-width: 100px;
}
.support-policy section ul li p {
  width: 100%;
  max-width: 300px;
  margin: 0.5em auto;
}
.support-trust {
  background: #ebeef3;
  color: #002A55;
  font-weight: 300;
  padding: 4em 20px;
}
.support-trust h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.19em;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: inherit;
  margin: 0;
}
.support-trust .subheadline {
  margin: 1em auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.support-trust a {
  color: #0069d5;
  text-decoration: underline;
}
.support-trust section {
  margin: 8em auto 5em;
  max-width: 1200px;
  text-align: center;
}
.support-trust section h2 {
  color: #FF0086;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 1em 0;
}
.support-trust section h3 {
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 0.5em 0;
}
.support-trust section ul {
  margin: 5em auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.support-trust section ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 5em;
  width: 100%;
  max-width: 400px;
}
.support-trust section ul li img {
  max-height: 100px;
  max-width: 100px;
}
.support-trust section ul li p {
  width: 100%;
  margin: 0.5em auto;
}
.support-trust section.certifications {
  max-width: 1250px;
}
.support-trust section.certifications ul {
  margin: 2em auto 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.support-trust section.certifications ul li {
  display: flex;
  margin: 8px;
}
.support-trust section.certifications ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
  max-width: 360px;
  margin: 20px auto;
}
.support-trust section.certifications ul li a figure {
  margin: 0 auto 1.5em;
  max-width: 165px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.support-trust section.certifications ul li a figure img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.support-trust section.info h2 {
  margin: 0;
}
.support-trust section.info .subheadline {
  margin: 0.5em auto;
}
.support-trust section.info ul {
  display: block;
}
.support-trust section.info ul li {
  max-width: none;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .support-trust section.info ul li {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5em;
  }
}
.support-trust section.info ul li img {
  width: 100%;
  margin: 8px 30px 0 0;
}
.support-trust section.info ul li .description h3 {
  margin: 0;
}
.faq-2018-05 {
  background: #ebeef3;
  color: #002A55;
  font-weight: 300;
  padding: 4em 20px;
  text-align: center;
}
.faq-2018-05 h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.19em;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: inherit;
  margin: 0;
}
.faq-2018-05 .subtitle {
  font-size: 24px;
  line-height: 1.42em;
  width: 100%;
  max-width: 1200px;
  margin: 1em auto;
}
.faq-2018-05 section {
  margin: 5em auto;
  max-width: 1200px;
}
.faq-2018-05 section h2 {
  color: #FF0086;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21em;
  margin: 1em 0;
}
.faq-2018-05 section .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faq-2018-05 section .list .item {
  width: 100%;
  max-width: 365px;
  background: white;
  padding: 30px;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-2018-05 section .list .item .primary {
  max-width: 700px;
}
.faq-2018-05 section .list .item .primary .link {
  display: block;
}
.faq-2018-05 section .list .item .primary .link h3 {
  color: inherit;
  font-family: "Sofia Pro";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42em;
}
.faq-2018-05 section .list .item .primary .answer {
  display: none;
  overflow: hidden;
  max-height: 0;
}
.faq-2018-05 section .list .item .primary .answer a {
  color: #0069d5;
  text-decoration: underline;
}
.faq-2018-05 section .list .item .primary .answer ul,
.faq-2018-05 section .list .item .primary .answer ol {
  margin: 0;
  list-style: none;
}
.faq-2018-05 section .list .item .primary .answer ul li,
.faq-2018-05 section .list .item .primary .answer ol li {
  margin: 1.5em 0;
  position: relative;
}
.faq-2018-05 section .list .item .primary .answer ul li::before,
.faq-2018-05 section .list .item .primary .answer ol li::before {
  content: '\2022';
  display: block;
  font-size: 1.25em;
  position: absolute;
  width: 100%;
  top: -0.6em;
  line-height: 0;
}
.faq-2018-05 section .list .item .primary .answer p {
  margin: 1em 0;
}
.faq-single-2018-05 {
  background: #ebeef3;
  color: #002A55;
  font-weight: 300;
  padding: 4em 20px 12em;
}
.faq-single-2018-05 #breadcrumbs_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 300;
}
.faq-single-2018-05 #breadcrumbs_wrap #breadcrumbs {
  width: 100%;
  max-width: 800px;
  margin: 1em auto;
  font-weight: 300;
  font-size: 0.8em;
}
.faq-single-2018-05 #breadcrumbs_wrap #breadcrumbs a:hover {
  text-decoration: underline;
}
.faq-single-2018-05 .answer {
  width: 100%;
  max-width: 800px;
  background: white;
  padding: 30px;
  margin: 0 auto;
}
.faq-single-2018-05 .answer h1 {
  color: inherit;
  font-family: "Sofia Pro";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.42em;
  margin: 0;
}
.faq-single-2018-05 .answer a {
  color: #0069d5;
  text-decoration: underline;
}
.faq-single-2018-05 .answer p {
  margin: 1em 0;
}
.faq-single-2018-05 .answer ul,
.faq-single-2018-05 .answer ol {
  margin: 0 0 0 1.25em;
}
.faq-single-2018-05 .answer ul li,
.faq-single-2018-05 .answer ol li {
  margin: 1em 0;
}
.capterra-body.nav-01 .site-container .site-inner {
  padding: 0;
}
.capterra-body.nav-01 .site-container .site-inner .content {
  padding: 0;
}
.capterra-body .header {
  display: block;
  height: auto;
  padding: 20px 30px;
  box-sizing: border-box;
}
.capterra-body .header .wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.capterra-body .header .wrap .site-logo {
  margin: 0;
}
.capterra-body .capterra-01 {
  background: #fff;
  font-family: sofia-pro, sans-serif;
  width: 100%;
}
.capterra-body .capterra-01 .intro {
  padding: 70px 30px 100px;
  background: rgba(216, 221, 230, 0.5);
}
.capterra-body .capterra-01 .intro .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .intro .wrap {
    display: block;
  }
}
.capterra-body .capterra-01 .intro .wrap .headline {
  width: 100%;
  max-width: 570px;
  color: #002a55;
  min-height: 514px;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .intro .wrap .headline {
    margin: auto;
    min-height: 0;
  }
}
.capterra-body .capterra-01 .intro .wrap .headline .copy h1 {
  margin: -8px 0 0.3em -4px;
  font-size: 4em;
  line-height: 0.85em;
  font-weight: 600;
  letter-spacing: -1px;
  color: #002a55;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .headline .copy h1 {
    font-size: 2.75em;
  }
}
.capterra-body .capterra-01 .intro .wrap .headline .copy .message {
  text-align: left;
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .headline .copy .message {
    font-size: 1em;
  }
}
.capterra-body .capterra-01 .intro .wrap .headline .copy .message p {
  margin: 0 0 1em;
}
.capterra-body .capterra-01 .intro .wrap .reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7.4em 0 0;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .intro .wrap .reviews {
    display: none;
  }
}
.capterra-body .capterra-01 .intro .wrap .reviews .capterra-icon {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .reviews .capterra-icon {
    display: block;
    margin: 0 auto;
  }
}
.capterra-body .capterra-01 .intro .wrap .reviews .ratings {
  background: white;
  padding: 1em 1.5em;
  border-radius: 7px;
  width: 100%;
  max-width: 390px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .reviews .ratings {
    background: none;
    padding: 0;
  }
}
.capterra-body .capterra-01 .intro .wrap .reviews .ratings .rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .reviews .ratings .rating {
    display: block;
    background: white;
    border-radius: 7px;
    margin: 1em 0;
    padding: 10px;
    text-align: center;
  }
}
.capterra-body .capterra-01 .intro .wrap .reviews .ratings .rating .stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 190px;
  color: #f82875;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .reviews .ratings .rating .stars {
    display: block;
    max-width: none;
  }
}
.capterra-body .capterra-01 .intro .wrap .reviews .ratings .rating .stars img {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .reviews .ratings .rating .stars img {
    display: block;
    margin: 0.25em auto;
  }
}
.capterra-body .capterra-01 .intro .wrap .reviews.mobile {
  display: none;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .intro .wrap .reviews.mobile {
    display: flex;
    margin: 4em auto 0;
    max-width: 570px;
    border-top: 2px solid #d8dde6;
    padding: 2em 0 0;
  }
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .reviews.mobile {
    display: block;
  }
}
.capterra-body .capterra-01 .intro .wrap .form {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .intro .wrap .form {
    max-width: 570px;
    margin: 3em auto 0;
    border-top: 2px solid #d8dde6;
    padding: 2em 0 0;
  }
}
.capterra-body .capterra-01 .intro .wrap .form h2 {
  font-weight: 500;
  font-size: 1.75em;
  margin: 0.6em 0;
  color: #072a55;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .form h2 {
    font-size: 1.5em;
  }
}
.capterra-body .capterra-01 .intro .wrap .form .container {
  width: 100%;
  padding: 30px;
  background: white;
  border-radius: 7px;
  box-sizing: border-box;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper {
  margin: 0;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield {
  margin: 0 0 2em !important;
  padding: 0;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield label {
  display: none;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield .ginput_container {
  margin: 0;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield .ginput_container input {
  width: 100%;
  border: 2px solid #D8DDE6 !important;
  border-radius: 7px;
  box-shadow: none;
  color: #002A55;
  font-size: 1.125em !important;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  padding: 10px 50px 10px 15px !important;
  text-align: left;
  outline: none;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield .ginput_container input.samanage_form_hidden {
  display: none;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield.samanage_form_hidden {
  display: none;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield.gfield_error {
  background: none;
  border: none;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield.gfield_error .ginput_container input {
  border-color: #E92E45 !important;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_wrapper .gfield.gfield_error .validation_message {
  background-color: rgba(233, 46, 69, 0.1);
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #E92E45;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  left: auto;
  line-height: 21px;
  margin: 6px auto 0 !important;
  padding: 20px 70px !important;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_footer {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .intro .wrap .form .container .gform_footer {
    text-align: center;
  }
}
.capterra-body .capterra-01 .intro .wrap .form .container .gform_footer button {
  display: inline-block;
  color: #FFF;
  background: #f82765;
  outline: none;
  border: 0.125em solid #f82765;
  border-radius: 6.25em;
  font-size: 1em;
  line-height: 1.5em;
  margin: auto;
  padding: 8px 30px;
  text-align: center;
  cursor: pointer;
}
.capterra-body .capterra-01 .intro .wrap .form .privacy {
  text-align: center;
  margin: 15px auto;
  font-size: 0.8em;
  font-weight: 300;
  max-width: 310px;
}
.capterra-body .capterra-01 .intro .wrap .form .privacy p {
  margin: 0;
}
.capterra-body .capterra-01 .intro .wrap .form .privacy a {
  color: #0069d5;
  text-decoration: underline;
}
.capterra-body .capterra-01 .highlights {
  background-color: #030c1b;
  background-image: linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  padding: 60px 30px;
}
.capterra-body .capterra-01 .highlights .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .highlights .wrap {
    display: block;
  }
}
.capterra-body .capterra-01 .highlights .wrap .highlight {
  width: 100%;
  max-width: 340px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .highlights .wrap .highlight {
    margin: 5em auto 0;
    max-width: 570px;
    display: flex;
    text-align: left;
    align-items: flex-end;
    justify-content: space-between;
  }
  .capterra-body .capterra-01 .highlights .wrap .highlight:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .highlights .wrap .highlight {
    display: block;
    margin: 4em auto 0;
    text-align: center;
  }
  .capterra-body .capterra-01 .highlights .wrap .highlight:first-of-type {
    margin-top: 0;
  }
}
.capterra-body .capterra-01 .highlights .wrap .highlight img {
  max-width: 100%;
  max-height: 150px;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .highlights .wrap .highlight img {
    max-height: none;
    width: 100%;
    max-width: 150px;
  }
}
@media screen and (max-width: 650px) {
  .capterra-body .capterra-01 .highlights .wrap .highlight img {
    display: block;
    margin: 0 auto 1em;
  }
}
.capterra-body .capterra-01 .highlights .wrap .highlight p {
  margin: 1em 0;
}
@media screen and (max-width: 1180px) {
  .capterra-body .capterra-01 .highlights .wrap .highlight p {
    margin: 0;
    max-width: 390px;
  }
}
.capterra-body .capterra-01 .features {
  padding: 80px 30px 120px;
  background: rgba(216, 221, 230, 0.5);
}
.capterra-body .capterra-01 .features .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 660px;
  color: #002a55;
}
.capterra-body .capterra-01 .features .wrap h2 {
  text-align: center;
  margin: 0 0 0.5em;
}
.capterra-body .capterra-01 .features .wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .capterra-body .capterra-01 .features .wrap ul {
    display: block;
  }
}
.capterra-body .capterra-01 .features .wrap ul li {
  width: 100%;
  max-width: 327px;
  display: flex;
  margin: 0.25em 0;
  background: white;
  padding: 10px 16px;
  border-radius: 4px;
  box-sizing: border-box;
  align-items: baseline;
}
@media screen and (max-width: 740px) {
  .capterra-body .capterra-01 .features .wrap ul li {
    margin: 0.25em auto;
  }
}
.capterra-body .capterra-01 .features .wrap ul li img {
  max-width: 12px;
  margin: 0 10px 0 0;
}
.capterra-body .capterra-01 .call-to-action {
  padding: 50px 30px 60px;
  background-color: #030c1b;
  background-image: url(https://www.samanage.com/wp-content/uploads/2017/09/banner-asset.png), linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
.capterra-body .capterra-01 .call-to-action .wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.capterra-body .capterra-01 .call-to-action .wrap .headline h2 {
  margin: 0;
}
.capterra-body .capterra-01 .call-to-action .wrap .headline p {
  font-size: 1.2em;
  margin: 0 0 1em;
}
.capterra-body .capterra-01 .call-to-action .wrap .headline a {
  display: inline-block;
  color: #FFF;
  border-color: #f82765;
  background: #f82765;
  outline: none;
  border: 0.125em solid #f82765;
  border-radius: 6.25em;
  font-size: 1em;
  line-height: 1.5em;
  margin: 40px 0 0;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
}
.capterra-body .capterra-01 .call-to-action .wrap a {
  color: inherit;
  text-decoration: underline;
}
.capterra-body .footer {
  text-align: center;
  padding: 20px 30px;
  color: #072a55;
  font-size: 0.75em;
  font-weight: 300;
}
.capterra-body .footer a {
  color: #0C5CD1;
}
.form-body.nav-01 .site-container .site-inner {
  padding: 0;
}
.form-body.nav-01 .site-container .site-inner .content {
  padding: 0;
}
.form-body .header {
  display: block;
  height: auto;
  padding: 20px 30px;
  box-sizing: border-box;
  background: rgba(216, 221, 230, 0.5);
  box-shadow: none;
}
.form-body .header .wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .form-body .header .wrap {
    display: block;
    max-width: 570px;
  }
}
.form-body .header .wrap .site-logo {
  margin: 0;
}
.form-body .header .wrap .site-logo .samanage-logo-light {
  fill: #002a55;
}
.form-body .header .wrap .telephone {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  color: #002a55;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1180px) {
  .form-body .header .wrap .telephone {
    display: none;
  }
}
.form-body .header .wrap .telephone a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.form-body .form-01 {
  background: #fff;
  font-family: sofia-pro, sans-serif;
  width: 100%;
}
.form-body .form-01 .intro {
  padding: 35px 30px 15px;
  background: rgba(216, 221, 230, 0.5);
}
.form-body .form-01 .intro .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  .form-body .form-01 .intro .wrap {
    display: block;
  }
}
.form-body .form-01 .intro .wrap .headline {
  width: 100%;
  max-width: 570px;
  color: #002a55;
  min-height: 514px;
}
@media screen and (max-width: 1180px) {
  .form-body .form-01 .intro .wrap .headline {
    margin: auto;
    min-height: 0;
  }
}
.form-body .form-01 .intro .wrap .headline .copy h1 {
  margin: -8px 0 0.3em -4px;
  font-size: 4em;
  line-height: 0.85em;
  font-weight: 600;
  letter-spacing: -1px;
  color: #002a55;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .intro .wrap .headline .copy h1 {
    font-size: 2.75em;
  }
}
.form-body .form-01 .intro .wrap .headline .copy .message {
  text-align: left;
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .intro .wrap .headline .copy .message {
    font-size: 1em;
  }
}
.form-body .form-01 .intro .wrap .headline .copy .message p {
  margin: 0 0 1em;
}
.form-body .form-01 .intro .wrap .headline .screenshot {
  margin: 50px 0 0;
}
.form-body .form-01 .intro .wrap .headline .screenshot img {
  display: block;
  width: 100%;
}
.form-body .form-01 .intro .wrap .form {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1180px) {
  .form-body .form-01 .intro .wrap .form {
    max-width: 570px;
    margin: 3em auto 0;
    border-top: 2px solid #d8dde6;
    padding: 2em 0 0;
  }
}
.form-body .form-01 .intro .wrap .form h2 {
  font-weight: 500;
  font-size: 1.75em;
  margin: 2.25em 0 0.6em;
  color: #072a55;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .intro .wrap .form h2 {
    font-size: 1.5em;
  }
}
.form-body .form-01 .intro .wrap .form .container {
  width: 100%;
  padding: 30px;
  background: white;
  border-radius: 7px;
  box-sizing: border-box;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper {
  margin: 0;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield {
  margin: 0 0 2em !important;
  padding: 0;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield label {
  display: none;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield .ginput_container {
  margin: 0;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield .ginput_container input {
  width: 100%;
  border: 2px solid #D8DDE6 !important;
  border-radius: 7px;
  box-shadow: none;
  color: #002A55;
  font-size: 1.125em !important;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  padding: 10px 50px 10px 15px !important;
  text-align: left;
  outline: none;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield .ginput_container input.samanage_form_hidden {
  display: none;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield.samanage_form_hidden {
  display: none;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield.gfield_error {
  background: none;
  border: none;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield.gfield_error .ginput_container input {
  border-color: #E92E45 !important;
}
.form-body .form-01 .intro .wrap .form .container .gform_wrapper .gfield.gfield_error .validation_message {
  background-color: rgba(233, 46, 69, 0.1);
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #E92E45;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  left: auto;
  line-height: 21px;
  margin: 6px auto 0 !important;
  padding: 20px 70px !important;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
}
.form-body .form-01 .intro .wrap .form .container .gform_footer {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .intro .wrap .form .container .gform_footer {
    text-align: center;
  }
}
.form-body .form-01 .intro .wrap .form .container .gform_footer button {
  display: inline-block;
  color: #FFF;
  background: #f82765;
  outline: none;
  border: 0.125em solid #f82765;
  border-radius: 6.25em;
  font-size: 1em;
  line-height: 1.5em;
  margin: auto;
  padding: 8px 30px;
  text-align: center;
  cursor: pointer;
}
.form-body .form-01 .intro .wrap .form .privacy {
  text-align: center;
  margin: 15px auto;
  font-size: 0.8em;
  font-weight: 300;
  max-width: 310px;
}
.form-body .form-01 .intro .wrap .form .privacy p {
  margin: 0;
}
.form-body .form-01 .intro .wrap .form .privacy a {
  color: #0069d5;
  text-decoration: underline;
}
.form-body .form-01 .secondary {
  padding: 40px 30px;
  border-bottom: 2px solid rgba(216, 221, 230, 0.5);
}
.form-body .form-01 .secondary .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1180px) {
  .form-body .form-01 .secondary .wrap {
    display: block;
  }
}
.form-body .form-01 .secondary .wrap .features {
  width: 100%;
  max-width: 570px;
  color: #002a55;
}
@media screen and (max-width: 1180px) {
  .form-body .form-01 .secondary .wrap .features {
    margin: 0 auto;
  }
}
.form-body .form-01 .secondary .wrap .features h2 {
  text-align: left;
  margin: 0 0 0.5em;
}
.form-body .form-01 .secondary .wrap .features ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .form-body .form-01 .secondary .wrap .features ul {
    display: block;
  }
}
.form-body .form-01 .secondary .wrap .features ul li {
  width: 100%;
  max-width: 281px;
  display: flex;
  margin: 0.25em 0;
  background: white;
  padding: 10px 11px;
  border-radius: 4px;
  border: 1px solid rgba(216, 221, 230, 0.5);
  box-sizing: border-box;
  align-items: baseline;
}
@media screen and (max-width: 740px) {
  .form-body .form-01 .secondary .wrap .features ul li {
    margin: 0.25em auto;
  }
}
.form-body .form-01 .secondary .wrap .features ul li img {
  max-width: 12px;
  margin: 0 10px 0 0;
}
.form-body .form-01 .secondary .wrap .reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2px;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1180px) {
  .form-body .form-01 .secondary .wrap .reviews {
    display: flex;
    margin: 4em auto 0;
    max-width: 570px;
    border-top: 2px solid #d8dde6;
    padding: 2em 0 0;
  }
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .secondary .wrap .reviews {
    display: block;
  }
}
.form-body .form-01 .secondary .wrap .reviews .capterra-icon {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .secondary .wrap .reviews .capterra-icon {
    display: block;
    margin: 0 auto;
  }
}
.form-body .form-01 .secondary .wrap .reviews .ratings {
  background: white;
  width: 100%;
  max-width: 333px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .secondary .wrap .reviews .ratings {
    background: none;
    padding: 0;
  }
}
.form-body .form-01 .secondary .wrap .reviews .ratings .rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .secondary .wrap .reviews .ratings .rating {
    display: block;
    background: white;
    border-radius: 7px;
    margin: 1em 0;
    padding: 10px;
    text-align: center;
  }
}
.form-body .form-01 .secondary .wrap .reviews .ratings .rating .stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 195px;
  color: #f82875;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .secondary .wrap .reviews .ratings .rating .stars {
    display: block;
    max-width: none;
  }
}
.form-body .form-01 .secondary .wrap .reviews .ratings .rating .stars img {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 650px) {
  .form-body .form-01 .secondary .wrap .reviews .ratings .rating .stars img {
    display: block;
    margin: 0.25em auto;
  }
}
.form-body .footer {
  text-align: center;
  padding: 20px 30px;
  color: #072a55;
  font-size: 0.75em;
  font-weight: 300;
}
.form-body .footer a {
  color: #0C5CD1;
}
.gform_wrapper .samanage-consent-wrapper {
  display: none;
  margin: 30px 0;
  align-items: baseline;
  padding: 15px;
  background: #F9F9F9;
}
.gform_wrapper .samanage-consent-wrapper .consent-input {
  margin: 0 10px 0 0;
}
.gform_wrapper .samanage-consent-wrapper label.consent-label {
  margin: 0;
  align-items: baseline;
  padding: 0;
  background: #F9F9F9;
  font-weight: 300;
  line-height: 1.4em;
  font-size: 14px;
}
.home-00 {
  color: #002A55;
  font-weight: 300;
  background: #fff;
}
.home-00 a {
  color: #0069d5;
  text-decoration: underline;
}
.home-00 .primary {
  padding: 0;
  display: flex;
  text-align: center;
}
.home-00 .primary .left {
  width: 100%;
  flex: 1;
  background-image: url(https://www.samanage.com/wp-content/uploads/2018/05/repeating-left-1-1.jpg);
  background-position: bottom right;
  background-color: #dadde6;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .left {
    background-size: auto 680px;
  }
}
.home-00 .primary .right {
  width: 100%;
  flex: 1;
  background-image: url(https://www.samanage.com/wp-content/uploads/2018/05/repeating-right-02-1-1.jpg);
  background-position: bottom left;
  background-color: #dadde6;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .right {
    background-size: auto 680px;
  }
}
.home-00 .primary .center {
  width: 100%;
  max-width: 1600px;
  padding: 115px 0;
  background-image: url(https://www.samanage.com/wp-content/uploads/2018/05/hero-image-1-1.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #dadde6;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .center {
    padding: 130px 30px;
    max-width: 900px;
    background-size: auto 666px;
  }
}
@media screen and (max-width: 960px) {
  .home-00 .primary .center {
    padding: 130px 30px 355px;
  }
}
.home-00 .primary .center h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: inherit;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .center h1 {
    max-width: 640px;
    font-size: 55px;
  }
}
@media screen and (max-width: 560px) {
  .home-00 .primary .center h1 {
    font-size: 48px;
  }
}
.home-00 .primary .center .subheadline {
  margin: 1em auto;
  max-width: 700px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .center .subheadline {
    max-width: 750px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
  }
}
.home-00 .primary .center a {
  display: inline-block;
  color: #FFF;
  border-color: #FF0066;
  background: #FF0066;
  outline: none;
  border: 0.125em solid #FF0066;
  border-radius: 6.25em;
  font-size: 1em;
  line-height: 1.5em;
  margin: 40px 0 0;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .center a {
    font-size: 16px;
    margin: 55px 0 0;
  }
}
.home-00 .primary .center .word-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 210px;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .center .word-wrap {
    font-size: 16px;
    line-height: 24px;
    margin: 35px auto 100px;
  }
}
@media screen and (max-width: 960px) {
  .home-00 .primary .center .word-wrap {
    display: none;
  }
}
.home-00 .primary .center .word-wrap .word-left {
  width: 100%;
  max-width: 335px;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .center .word-wrap .word-left {
    max-width: 260px;
  }
}
.home-00 .primary .center .word-wrap .word-right {
  width: 100%;
  max-width: 335px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .primary .center .word-wrap .word-right {
    max-width: 260px;
  }
}
.home-00 .gallery {
  border-bottom: 6px solid #00BBFF;
}
@media screen and (max-width: 800px) {
  .home-00 .gallery {
    display: none;
  }
}
.home-00 .gallery nav {
  border-top: 24px solid #00BBFF;
  background: #ebeef2;
}
.home-00 .gallery nav ul {
  list-style: none;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery nav ul {
    max-width: 900px;
  }
}
.home-00 .gallery nav ul li {
  width: 20%;
  box-sizing: border-box;
  padding: 0;
  border-bottom: 5px solid #ebeef2;
  position: relative;
  cursor: pointer;
}
.home-00 .gallery nav ul li::before {
  content: "";
  border: 24px solid rgba(255, 255, 255, 0);
  border-bottom: 0;
  display: block;
  width: 0;
  margin: 0 auto;
}
.home-00 .gallery nav ul li.selected {
  border-bottom: 5px solid #00BBFF;
}
.home-00 .gallery nav ul li.selected::before {
  border-top-color: #00BBFF;
}
.home-00 .gallery nav ul li .copy {
  padding: 15px;
  box-sizing: border-box;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery nav ul li .copy {
    font-size: 16px;
    line-height: 22px;
  }
}
.home-00 .gallery nav ul li .copy img {
  max-height: 40px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery nav ul li .copy img {
    max-height: 30px;
  }
}
.home-00 .gallery nav ul li .copy p {
  margin: 0.5em 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery nav ul li .copy p {
    margin: 8px 0;
  }
}
.home-00 .gallery .container {
  position: relative;
  overflow: hidden;
}
.home-00 .gallery .container .list {
  display: flex;
  margin: 0;
  width: 500%;
}
.home-00 .gallery .container .list .item {
  display: flex;
  width: 100%;
  height: auto;
}
.home-00 .gallery .container .list .item.template-01 .left {
  width: 48.25%;
  display: flex;
  justify-content: flex-end;
}
.home-00 .gallery .container .list .item.template-01 .left .inner {
  width: 100%;
  max-width: 540px;
  box-sizing: border-box;
  padding: 30px 30px 90px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-01 .left .inner {
    max-width: 440px;
    padding: 35px 30px;
  }
}
.home-00 .gallery .container .list .item.template-01 .left .inner h2 {
  margin: 0;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.2em;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-01 .left .inner h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.home-00 .gallery .container .list .item.template-01 .left .inner p {
  margin: 1.25em 0 0;
}
.home-00 .gallery .container .list .item.template-01 .left .inner ul {
  padding: 0;
  margin: 0;
}
.home-00 .gallery .container .list .item.template-01 .left .inner ul li {
  display: flex;
  align-items: baseline;
  margin: 1.25em 0 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-01 .left .inner ul li {
    margin: 18px 0 0;
    align-items: flex-start;
  }
}
.home-00 .gallery .container .list .item.template-01 .left .inner ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #072a55;
  margin: 0 15px 0 0;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-01 .left .inner ul li::before {
    width: 6px;
    height: 6px;
    margin: 10px 13px 0 0;
  }
}
.home-00 .gallery .container .list .item.template-01 .left .inner ul li .copy {
  flex: 1;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-01 .left .inner ul li .copy {
    font-size: 16px;
    line-height: 23px;
  }
}
.home-00 .gallery .container .list .item.template-01 .left .inner ul li .copy p:first-of-type {
  margin: 0;
}
.home-00 .gallery .container .list .item.template-01 .left .inner .cta {
  text-decoration: none;
  padding: 12px 30px;
  border: 1px solid #FF0066;
  display: inline-block;
  margin: 50px 0 0;
  outline: none;
  border-radius: 4px;
  background: #FF0066;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-01 .left .inner .cta {
    font-size: 16px;
    margin: 37px 0 0;
  }
}
.home-00 .gallery .container .list .item.template-01 .right {
  width: 54.75%;
  background-color: #ededed;
  display: flex;
  flex-flow: column;
}
.home-00 .gallery .container .list .item.template-01 .right .inner {
  width: 100%;
  display: flex;
}
.home-00 .gallery .container .list .item.template-01 .right .inner .spacing {
  display: none;
}
.home-00 .gallery .container .list .item.template-01 .right .inner .image {
  display: block;
  width: 100%;
  max-width: 660px;
  align-self: flex-start;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-01 .right .inner .image {
    max-width: 650px;
  }
}
.home-00 .gallery .container .list .item.template-01 .right .inner .spacer {
  background-image: url(https://www.samanage.com/wp-content/uploads/2018/05/rotator-1-repeat-1-1.jpg);
  width: 100%;
  background-size: auto 100%;
  flex: 1;
}
.home-00 .gallery .container .list .item.template-01 .right .bottom {
  flex: 1;
}
.home-00 .gallery .container .list .item.template-01 .right .bottom .box {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 660px;
  align-self: flex-start;
  background: linear-gradient(90deg, #fff 6%, #f1f1f1 14%, #efeff0 23%, #eeeeef);
}
.home-00 .gallery .container .list .item.template-02 {
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(#0f2035, #182f54);
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 {
    justify-content: flex-start;
    background: #eaecf1;
  }
}
.home-00 .gallery .container .list .item.template-02 .top {
  padding: 40px;
  color: white;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .top {
    background: linear-gradient(#0f2035, #182f54);
    padding: 58px 30px 50px;
  }
}
.home-00 .gallery .container .list .item.template-02 .top .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .top .inner {
    max-width: 830px;
  }
}
.home-00 .gallery .container .list .item.template-02 .top .inner .box {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: flex-start;
  padding: 20px 0 0;
  border-top: 1px dashed white;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .top .inner .box {
    max-width: 323px;
  }
}
.home-00 .gallery .container .list .item.template-02 .top .inner .box .image {
  margin: 6px 20px 0 0;
  width: 100%;
  max-width: 44px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .top .inner .box .image {
    margin: 6px 8px 0 0;
    max-width: 15px;
  }
}
.home-00 .gallery .container .list .item.template-02 .top .inner .box .copy {
  font-size: 1.25em;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .top .inner .box .copy {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-00 .gallery .container .list .item.template-02 .top .inner .box .copy p {
  margin: 1em 0 0 auto;
  width: 100%;
}
.home-00 .gallery .container .list .item.template-02 .top .inner .box .copy p:first-of-type {
  margin-top: 0;
}
.home-00 .gallery .container .list .item.template-02 .top .inner .box .copy p.quote {
  font-style: italic;
  font-weight: 300;
}
.home-00 .gallery .container .list .item.template-02 .top .inner .box .copy p.quotee {
  text-align: right;
  font-weight: 400;
}
.home-00 .gallery .container .list .item.template-02 .top .inner .screenshot {
  display: block;
  width: 0;
  height: auto;
  flex: 1;
  margin: 0 0 0 3em;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .top .inner .screenshot {
    margin: 0 0 0 30px;
  }
}
.home-00 .gallery .container .list .item.template-02 .bottom {
  background: #eaecf1;
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .bottom {
    padding: 30px;
  }
}
.home-00 .gallery .container .list .item.template-02 .bottom .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .bottom .inner {
    max-width: 665px;
    display: block;
    text-align: center;
  }
}
.home-00 .gallery .container .list .item.template-02 .bottom .inner .copy {
  width: 100%;
  max-width: 600px;
  flex: 1;
  font-weight: 300;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .bottom .inner .copy {
    margin: 0 auto;
    max-width: 520px;
    font-size: 16px;
    line-height: 24px;
  }
}
.home-00 .gallery .container .list .item.template-02 .bottom .inner .copy p {
  margin: 1em 0 0 auto;
  max-width: 536px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .bottom .inner .copy p {
    max-width: none;
  }
}
.home-00 .gallery .container .list .item.template-02 .bottom .inner .copy p:first-of-type {
  margin-top: 0;
}
.home-00 .gallery .container .list .item.template-02 .bottom .inner .cta {
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid #FF0066;
  background: #FF0066;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  margin: 10px 0 0 3em;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-02 .bottom .inner .cta {
    margin: 18px 0 0;
  }
}
.home-00 .gallery .container .list .item.template-03 .left {
  width: 39.5%;
  background: #eaecf1;
  padding: 60px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-03 .left {
    width: 42.5%;
  }
}
.home-00 .gallery .container .list .item.template-03 .left .inner {
  width: 100%;
  max-width: 340px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-03 .left .inner {
    max-width: 280px;
  }
}
.home-00 .gallery .container .list .item.template-03 .left .inner img {
  display: block;
  width: 100%;
}
.home-00 .gallery .container .list .item.template-03 .right {
  width: 60.5%;
  padding: 60px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 35px 0 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-03 .right {
    padding: 135px 30px;
    margin: 0;
  }
}
.home-00 .gallery .container .list .item.template-03 .right .inner .copy {
  width: 100%;
  max-width: 690px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-03 .right .inner .copy {
    max-width: 460px;
  }
}
.home-00 .gallery .container .list .item.template-03 .right .inner .copy h3 {
  margin: 0;
  font-size: 1.75em;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-03 .right .inner .copy h3 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 600;
  }
}
.home-00 .gallery .container .list .item.template-03 .right .inner .copy p {
  font-size: 1.25em;
  margin: 10px 0 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-03 .right .inner .copy p {
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0 0;
  }
}
.home-00 .gallery .container .list .item.template-03 .right .inner .cta {
  text-decoration: none;
  padding: 12px 24px;
  border: 1px solid #FF0066;
  background: #FF0066;
  color: white;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  margin: 25px 0 0;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-03 .right .inner .cta {
    max-width: 460px;
  }
}
.home-00 .gallery .container .list .item.template-04 {
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 {
    justify-content: flex-start;
    background: #eaecf1;
  }
}
.home-00 .gallery .container .list .item.template-04 .top {
  padding: 60px 40px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .top {
    background: white;
    padding: 70px 30px 80px;
  }
}
.home-00 .gallery .container .list .item.template-04 .top .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .top .inner {
    max-width: 840px;
  }
}
.home-00 .gallery .container .list .item.template-04 .top .inner .box {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: flex-start;
  padding: 20px 0 0;
  border-top: 1px dashed #002A55;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .top .inner .box {
    max-width: 460px;
  }
}
.home-00 .gallery .container .list .item.template-04 .top .inner .box .image {
  margin: 6px 20px 0 0;
  width: 100%;
  max-width: 44px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .top .inner .box .image {
    margin: 6px 8px 0 0;
    max-width: 15px;
  }
}
.home-00 .gallery .container .list .item.template-04 .top .inner .box .copy {
  font-size: 1.25em;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .top .inner .box .copy {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-00 .gallery .container .list .item.template-04 .top .inner .box .copy p {
  margin: 1em 0 0 auto;
  width: 100%;
}
.home-00 .gallery .container .list .item.template-04 .top .inner .box .copy p:first-of-type {
  margin-top: 0;
}
.home-00 .gallery .container .list .item.template-04 .top .inner .box .copy p.quote {
  font-style: italic;
  font-weight: 300;
}
.home-00 .gallery .container .list .item.template-04 .top .inner .box .copy p.quotee {
  text-align: right;
  font-weight: 400;
}
.home-00 .gallery .container .list .item.template-04 .top .inner img {
  display: block;
  width: 0;
  height: auto;
  flex: 1;
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .top .inner img {
    margin: 0 30px 0 0;
  }
}
.home-00 .gallery .container .list .item.template-04 .bottom {
  background: #eaecf1;
  padding: 40px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .bottom {
    padding: 50px 30px;
  }
}
.home-00 .gallery .container .list .item.template-04 .bottom .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .bottom .inner {
    max-width: 460px;
    text-align: center;
    display: block;
  }
}
.home-00 .gallery .container .list .item.template-04 .bottom .inner .copy {
  width: 100%;
  flex: 1;
  font-weight: 300;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .bottom .inner .copy {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-00 .gallery .container .list .item.template-04 .bottom .inner .copy p {
  margin: 1em 0 0 auto;
}
.home-00 .gallery .container .list .item.template-04 .bottom .inner .copy p:first-of-type {
  margin-top: 0;
}
.home-00 .gallery .container .list .item.template-04 .bottom .inner .cta {
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid #FF0066;
  background: #FF0066;
  color: white;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  margin: 12px 0 0 3em;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-04 .bottom .inner .cta {
    margin: 24px 0 0;
  }
}
.home-00 .gallery .container .list .item.template-05 {
  background: linear-gradient(#0f2035, #182f54);
  color: white;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 {
    padding: 50px 30px;
    box-sizing: border-box;
  }
}
.home-00 .gallery .container .list .item.template-05 .left {
  width: 39.5%;
  padding: 60px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .left {
    padding: 0;
    width: 36.5%;
  }
}
.home-00 .gallery .container .list .item.template-05 .left .inner {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .left .inner {
    max-width: 240px;
  }
}
.home-00 .gallery .container .list .item.template-05 .left .inner img {
  display: block;
  width: 100%;
}
.home-00 .gallery .container .list .item.template-05 .right {
  width: 60.5%;
  padding: 60px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .right {
    padding: 80px 0 0 65px;
    box-sizing: border-box;
  }
}
.home-00 .gallery .container .list .item.template-05 .right .inner {
  margin: 35px 0 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .right .inner {
    margin: 0;
  }
}
.home-00 .gallery .container .list .item.template-05 .right .inner .copy {
  width: 100%;
  max-width: 625px;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .right .inner .copy {
    max-width: 460px;
  }
}
.home-00 .gallery .container .list .item.template-05 .right .inner .copy .tag {
  margin: 0;
  font-size: 1em;
  background: #FF0066;
  color: white;
  padding: 0.5em 1.25em;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .right .inner .copy .tag {
    background: none;
    padding: 0;
  }
}
.home-00 .gallery .container .list .item.template-05 .right .inner .copy .title {
  margin: 10px 0 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .right .inner .copy .title {
    margin: 7px 0 0;
    font-size: 40px;
    max-width: 400px;
    line-height: 45px;
  }
}
.home-00 .gallery .container .list .item.template-05 .right .inner .copy .description {
  font-size: 1.25em;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .right .inner .copy .description {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0;
  }
}
.home-00 .gallery .container .list .item.template-05 .right .inner .copy .description p {
  margin: 5px 0 0;
}
.home-00 .gallery .container .list .item.template-05 .right .inner .copy .cta {
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid #FF0066;
  background: #FF0066;
  color: white;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  margin: 40px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .home-00 .gallery .container .list .item.template-05 .right .inner .copy .cta {
    margin: 48px 0 0;
    border-radius: 0;
  }
}
.home-00 .badges {
  background: white;
  margin: 0;
  padding: 50px 30px;
}
.home-00 .badges .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .home-00 .badges .wrap {
    display: block;
  }
}
.home-00 .badges .wrap .copy {
  margin: 0;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1280px) {
  .home-00 .badges .wrap .copy {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
  }
}
.home-00 .badges .wrap .copy h2 {
  margin: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}
.home-00 .badges .wrap .copy p {
  margin: 0.5em 0 0;
}
.home-00 .badges .wrap .logos {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 0 45px;
}
@media screen and (max-width: 1280px) {
  .home-00 .badges .wrap .logos {
    margin: 10px 0 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.home-00 .badges .wrap .logos img {
  max-width: 200px;
  max-height: 92px;
  margin: 0 35px;
}
@media screen and (max-width: 1280px) {
  .home-00 .badges .wrap .logos img {
    margin: 35px;
  }
}
.home-00 .features {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 50px 30px 150px;
  text-align: center;
  background: #ebeef2;
  color: #002a55;
}
.home-00 .features h2 {
  text-align: center;
  margin: 0 auto 0.5em;
  max-width: 666px;
}
.home-00 .features ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 740px) {
  .home-00 .features ul {
    display: block;
  }
}
.home-00 .features ul li {
  width: 100%;
  max-width: 330px;
  display: flex;
  margin: 0.25em;
  background: white;
  padding: 12px;
  box-sizing: border-box;
  align-items: baseline;
  color: #336ab4;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  .home-00 .features ul li {
    margin: 0.25em auto;
  }
}
.home-00 .features ul li img {
  max-width: 12px;
  margin: 0 10px 0 0;
}
.home-00 .features ul li a {
  color: inherit;
  text-decoration: none;
}
.home-00 .features .button-link {
  border: 1px solid;
  border-radius: 7px;
  line-height: 1em;
  padding: 12px 48px;
  color: white;
  border-color: #FF0066;
  text-decoration: none;
  margin: 18px auto 0;
  display: inline-block;
  text-align: center;
  background: #FF0066;
  font-weight: 600;
}
.home-00 .last-cta {
  text-align: center;
  padding: 60px 30px;
  background-color: #030c1b;
  background-image: url(/wp-content/uploads/2017/09/banner-asset.png), linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 19px;
  line-height: 27px;
}
.home-00 .last-cta h2 {
  margin: 0 0 10px;
}
.home-00 .last-cta p {
  margin: 0 auto;
  max-width: 600px;
}
.home-00 .last-cta a {
  color: inherit;
}
.home-00 .last-cta .button {
  display: inline-block;
  margin: 2.5em auto 1em;
  color: rgba(255, 255, 255, 0.9);
  background: #ff0066;
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6.25em;
  line-height: 1em;
  padding: 0.5em 2.5em 0.6em;
  text-align: center;
  border: 0.125em solid #ff0066;
  outline: none;
}
.customers-20.nav-01 .site-inner .content {
  padding: 40px 0 0;
  float: none;
}
.customers-20 .entry-content {
  background: #ebeef3;
}
.customers-20 .entry-content #content_wrap {
  width: 100%;
  max-width: 1432px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 1400px) {
  .customers-20 .entry-content #content_wrap {
    max-width: 1125px;
  }
}
@media screen and (max-width: 1140px) {
  .customers-20 .entry-content #content_wrap {
    max-width: 908px;
  }
}
@media screen and (max-width: 922px) {
  .customers-20 .entry-content #content_wrap {
    max-width: 576px;
    padding: 0 12px;
  }
}
.customers-20 .entry-content #content_wrap #filter {
  width: 100%;
  max-width: 240px;
  margin: 126px 8px 247px 0;
  font-family: inherit;
  font-weight: 300;
}
@media screen and (max-width: 1140px) {
  .customers-20 .entry-content #content_wrap #filter {
    display: none;
  }
}
.customers-20 .entry-content #content_wrap #mobile_filter {
  display: none;
  float: none;
  width: 100%;
  padding: 8px;
  font-family: inherit;
  font-weight: 300;
}
@media screen and (max-width: 1140px) {
  .customers-20 .entry-content #content_wrap #mobile_filter {
    display: block;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap {
  width: 100%;
  max-width: 1104px;
}
@media screen and (max-width: 1400px) {
  .customers-20 .entry-content #content_wrap #customers_wrap {
    max-width: 828px;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap h1 {
  color: #6c839d;
  margin: 8px 8px 4px;
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap {
  padding: 8px;
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured {
  margin: 0;
  width: 100%;
  height: auto;
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list {
  display: flex;
  align-items: stretch;
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item {
  display: flex;
  float: none;
  width: auto;
  padding: 0;
  height: auto;
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link {
    flex-flow: column;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_media {
  width: 100%;
  max-width: 534px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_media {
    max-width: 400px;
  }
}
@media screen and (max-width: 1140px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_media {
    max-width: none;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_media .feature_media_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_media .feature_media_image {
    padding: 45% 0 0;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_content {
  width: 100%;
  padding: 16px 20px 115px;
  float: none;
  box-sizing: border-box;
  flex: 1;
}
@media screen and (max-width: 1400px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_content {
    padding: 16px 20px 52px;
  }
}
@media screen and (max-width: 1140px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_content {
    padding: 16px 20px 70px;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_content .featured-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 400;
  color: black;
}
@media screen and (max-width: 1400px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_content .featured-title {
    font-size: 26px;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_content .featured-copy p {
  display: block;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 0;
}
@media screen and (max-width: 1400px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #featured-wrap #featured .featured-list .featured-item .featured-link .featured_content .featured-copy p {
    margin: 3px 0 0;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers {
  display: flex;
  flex-wrap: wrap;
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers .customer {
  max-width: 260px;
  width: 100%;
  margin: 8px !important;
}
@media screen and (max-width: 590px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #customers .customer {
    max-width: none;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link {
  display: block;
  outline: none;
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-logo-wrap {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-logo-wrap {
    height: 150px !important;
    display: flex !important;
  }
}
@media screen and (max-width: 590px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-logo-wrap {
    padding: 30px 40px 20px;
    height: 160px !important;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-logo-wrap .customer-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-copy {
  padding: 20px 20px 40px;
  min-height: 0;
}
@media screen and (max-width: 590px) {
  .customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-copy {
    padding: 0px 40px 55px;
  }
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-copy .customer-name {
  padding: 0;
}
.customers-20 .entry-content #content_wrap #customers_wrap #customers .customer .customer-link .customer-copy .customer-blurb {
  padding: 0;
}
.customer-21 .site-container .site-inner {
  background: #ebeef3;
}
.customer-21 .site-container .site-inner #content_wrap {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 30px auto;
}
@media screen and (max-width: 980px) {
  .customer-21 .site-container .site-inner #content_wrap {
    max-width: 700px;
  }
}
.customer-21 .site-container .site-inner #content_wrap #content_container {
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 0 40px;
  margin: 8px;
}
@media screen and (max-width: 980px) {
  .customer-21 .site-container .site-inner #content_wrap #content_container {
    flex-flow: column-reverse;
    align-items: center;
    padding: 40px;
  }
}
@media screen and (max-width: 630px) {
  .customer-21 .site-container .site-inner #content_wrap #content_container {
    padding: 20px;
  }
}
.customer-21 #info {
  float: none;
  font-family: inherit;
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 980px) {
  .customer-21 #info {
    max-width: none;
    text-align: center;
  }
}
.customer-21 #info.info_mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .customer-21 #info.info_mobile {
    display: block;
    margin: 0 0 25px;
  }
  .customer-21 #info.info_mobile #logo {
    display: flex;
  }
  .customer-21 #info.info_mobile #logo img {
    max-height: 120px;
  }
  .customer-21 #info.info_mobile .title {
    display: block;
    padding: 18px 0px;
    font-size: 30px;
    font-weight: 300;
    border-bottom: 1px solid #9e9e9e;
    text-align: left;
  }
}
.customer-21 #info #logo {
  border: 0;
  border-bottom: 1px solid #9e9e9e;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 980px) {
  .customer-21 #info #logo {
    display: none;
    margin: 0;
  }
}
.customer-21 #info #logo img {
  display: block;
  max-width: 100%;
  max-height: 175px;
  height: auto;
  width: auto;
}
.customer-21 #info .title {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  width: 100%;
  font-size: 27px;
  line-height: 1.3em;
  border-bottom: 1px solid #9e9e9e;
  padding: 22px 0;
}
@media screen and (max-width: 980px) {
  .customer-21 #info .title {
    display: none;
  }
}
.customer-21 #info #info_items {
  border: 0;
  background: none;
  border-bottom: 1px solid #9e9e9e;
  padding: 5px 0;
  margin: 0 0 24px;
}
.customer-21 #info #info_items li {
  margin: 20px 0;
}
.customer-21 #info #info_items li h4 {
  padding: 0;
}
.customer-21 #info a {
  font-size: 14px;
  color: black;
  display: flex;
  font-weight: 300;
  background: none;
  border: 0;
  padding: 12px 0;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .customer-21 #info a {
    justify-content: center;
  }
}
.customer-21 #info a .study-social-icon {
  width: 100%;
  height: 100%;
  max-width: 22px;
  max-height: 22px;
  margin: 0 15px 0 0;
}
.customer-21 #info a .study-social-icon path {
  fill: black;
}
.customer-21 #info a .study-social-icon line {
  stroke: black;
}
.customer-21 #info a#info_linkedin .study-social-icon {
  margin-bottom: 5px            ;
}
.customer-21 #info a span {
  text-decoration: none;
}
.customer-21 #info blockquote {
  border-top: 1px solid #9e9e9e;
  padding: 35px 0 0;
  margin: 22px 0 0;
}
@media screen and (max-width: 980px) {
  .customer-21 #info blockquote {
    text-align: center;
  }
}
.customer-21 #info blockquote p {
  text-align: center;
}
.customer-21 #story_wrap {
  margin: 73px 0 0;
  font-size: 16px;
  line-height: normal;
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 1280px) {
  .customer-21 #story_wrap {
    max-width: 740px;
  }
}
@media screen and (max-width: 1180px) {
  .customer-21 #story_wrap {
    max-width: 640px;
  }
}
@media screen and (max-width: 1080px) {
  .customer-21 #story_wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 980px) {
  .customer-21 #story_wrap {
    max-width: none;
    margin: 0;
  }
}
.customer-21 #story_wrap h2 {
  font-family: inherit;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.25em;
  margin: 0;
}
@media screen and (max-width: 630px) {
  .customer-21 #story_wrap h2 {
    font-size: 30px;
  }
}
.customer-21 #story_wrap h3 {
  font-weight: 600;
  font-style: normal;
  color: #ff0065;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.7em;
  margin: 0 0 16px;
}
.customer-21 #story_wrap section {
  margin: 45px 0 65px;
}
@media screen and (max-width: 630px) {
  .customer-21 #story_wrap section {
    margin: 22px 0;
  }
}
.customer-21 #related_stories h5 {
  font-size: 26px;
  line-height: 1em;
  padding: 0;
  margin: 0 8px 12px;
  font-family: inherit;
  color: #ff0065;
  font-weight: 400;
}
.customer-21 #related_stories ul {
  display: flex;
  flex-wrap: wrap;
}
.customer-21 #related_stories ul li {
  margin: 8px;
  width: 100%;
  max-width: 304px;
  float: none;
}
.customer-21 #related_stories ul li:first-of-type {
  margin: 8px;
}
.thankyou-61 .primary {
  background: white;
  color: #002A55;
  font-size: 19px;
  line-height: 1.42105em;
}
.thankyou-61 .primary .starter {
  background: #ebeef2;
  padding: 140px 40px 65px;
  text-align: center;
}
.thankyou-61 .primary .starter h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  color: inherit;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 565px) {
  .thankyou-61 .primary .starter h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
.thankyou-61 .primary .starter h2 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  color: inherit;
  margin: 24px 0 0;
}
.thankyou-61 .primary .starter .copy {
  margin: 10px 0 0;
}
.thankyou-61 .primary .starter .copy a {
  color: #FF0066;
}
.thankyou-61 .primary .secondary {
  width: 100%;
  flex-flow: wrap;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 1025px) {
  .thankyou-61 .primary .secondary {
    text-align: center;
    justify-content: center;
  }
}
.thankyou-61 .primary .secondary .left {
  width: 100%;
  max-width: 415px;
  margin: 30px 15px;
}
.thankyou-61 .primary .secondary .left h2 {
  font-weight: 600;
  font-size: 27px;
  margin: 0;
}
.thankyou-61 .primary .secondary .left .copy {
  margin: 12px 0 0;
  font-weight: 300;
}
.thankyou-61 .primary .secondary .left #form {
  margin: 0;
}
.thankyou-61 .primary .secondary .left #form form {
  text-align: inherit;
}
.thankyou-61 .primary .secondary .left #form form li {
  padding: 0 !important;
  margin: 30px 0 0 !important;
}
.thankyou-61 .primary .secondary .left #form form li.samanage_form_full_name {
  display: none;
}
.thankyou-61 .primary .secondary .left #form form li.samanage_form_email {
  display: none;
}
.thankyou-61 .primary .secondary .left #form form li.samanage_form_company {
  display: none;
}
.thankyou-61 .primary .secondary .left #form form li.samanage_form_phone {
  display: none;
}
.thankyou-61 .primary .secondary .left #form form li h4 {
  display: none;
}
.thankyou-61 .primary .secondary .left #form form li input {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 10px 32px 10px 10px;
  width: 100%;
  box-shadow: none;
  font-size: 18px;
  line-height: 18px;
  margin: 4px 0 0;
  border-radius: 7px;
}
.thankyou-61 .primary .secondary .left #form form li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 10px 32px 10px 10px;
  width: 100%;
  box-shadow: none;
  font-size: 18px;
  line-height: 25px;
  margin: 6px 0 0;
  border-radius: 7px;
}
.thankyou-61 .primary .secondary .left #form form li.gfield_error input,
.thankyou-61 .primary .secondary .left #form form li.gfield_error select {
  border-color: #E92E45;
}
.thankyou-61 .primary .secondary .left #form form li.gfield_error .validation_message {
  background-color: rgba(233, 46, 69, 0.1);
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #E92E45;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  left: auto;
  line-height: 21px;
  margin: 6px auto 0 !important;
  padding: 20px !important;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
}
.thankyou-61 .primary .secondary .left #form form .button {
  background-color: #ff0066;
  border-radius: 25px;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.18);
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  text-align: center;
  display: inline-block;
  text-transform: none;
  border: none;
  box-sizing: border-box !important;
  margin: 32px 0 0;
  width: auto;
  padding: 4px 40px 5px;
}
.thankyou-61 .primary .secondary .right {
  width: 100%;
  max-width: 475px;
  margin: 30px 15px;
}
.thankyou-61 .primary .secondary .right h2 {
  font-weight: 600;
  font-size: 27px;
  margin: 0;
}
.thankyou-61 .primary .secondary .right .copy {
  margin: 12px 0 0;
  font-weight: 300;
}
.thankyou-61 .primary .secondary .right .copy ol {
  padding: 0 0 0 20px;
}
.thankyou-61 .primary .secondary .right .copy ol li {
  margin: 30px 0 0;
}
@media screen and (max-width: 1025px) {
  .thankyou-61 .primary .secondary .right .copy ol li {
    list-style-position: inside;
  }
}
.thankyou-61 .primary .secondary .right .copy ol li:first-of-type {
  margin: 0;
}
.thankyou-61 .primary .secondary .right .copy ol li h3 {
  font-weight: 600;
  font-size: inherit;
}
@media screen and (max-width: 1025px) {
  .thankyou-61 .primary .secondary .right .copy ol li h3 {
    display: inline-block;
  }
}
.advanced-thankyou-62 .primary {
  background: white;
  color: #002A55;
  font-size: 19px;
  line-height: 1.42105em;
}
.advanced-thankyou-62 .primary .starter {
  background: #ebeef2;
  padding: 140px 40px 65px;
  text-align: center;
}
.advanced-thankyou-62 .primary .starter h1 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  color: inherit;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 565px) {
  .advanced-thankyou-62 .primary .starter h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
.advanced-thankyou-62 .primary .starter h2 {
  font-family: sofia-pro, sans-serif;
  letter-spacing: -1px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  color: inherit;
  margin: 24px 0 0;
}
.advanced-thankyou-62 .primary .starter .copy {
  margin: 10px 0 0;
}
.advanced-thankyou-62 .primary .starter .copy a {
  color: #FF0066;
}
.advanced-thankyou-62 .primary .secondary {
  width: 100%;
  flex-flow: wrap;
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
}
.advanced-thankyou-62 .primary .secondary .top {
  width: 100%;
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
}
.advanced-thankyou-62 .primary .secondary .top h2 {
  font-weight: 600;
  font-size: 27px;
  margin: 0;
}
.advanced-thankyou-62 .primary .secondary .top .copy {
  margin: 12px 0 0;
  font-weight: 300;
}
.advanced-thankyou-62 .primary .secondary .bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.advanced-thankyou-62 .primary .secondary .bottom .item {
  display: flex;
  outline: none;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 345px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0;
}
@media screen and (max-width: 1130px) {
  .advanced-thankyou-62 .primary .secondary .bottom .item {
    text-align: center;
    align-items: center;
  }
}
.advanced-thankyou-62 .primary .secondary .bottom .item img {
  display: inline-block;
  max-height: 70px;
}
.advanced-thankyou-62 .primary .secondary .bottom .item h3 {
  font-weight: 600;
  font-size: 27px;
  margin: 15px 0 0;
}
.advanced-thankyou-62 .primary .secondary .bottom .item .copy {
  margin: 0;
  font-weight: 300;
}
.advanced-thankyou-62 .primary .secondary .bottom .item .button {
  background-color: #ff0066;
  border-radius: 25px;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.18);
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  outline: none;
  text-align: center;
  display: inline-block;
  text-transform: none;
  border: none;
  box-sizing: border-box !important;
  margin: 60px 0 0;
  width: auto;
  padding: 4px 40px 5px;
}
.header-02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-02 {
    margin-top: 0px !important;
  }
}
.nav-01.opti-C .site-inner .content {
  padding: 40px 0 0;
}
.nav-01.opti-C .site-inner .content .content-wrapper {
  padding: 0;
}
.nav-01.features-2018-template .features-2018 .page-header {
  padding: 30px 30px 0;
}
.nav-01.admin-bar .header-02 .drop-wrap {
  padding: 152px 0 0;
}
.nav-01.admin-bar .header-02 .mobile-navigation {
  padding: 96px 0 0;
}
.nav-01 .main-header {
  display: none;
}
.nav-01 .levelOneIcon {
  font-size: .7em !important;
}
.nav-01 .site-inner {
  padding: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .nav-01 .site-inner {
    padding: 0;
  }
}
.nav-01 .site-inner .content {
  padding: 80px 0 0;
}
.nav-01 .header-02 {
  display: block;
  position: fixed;
  color: #54698D;
  z-index: 999;
}
.nav-01 .header-02 a {
  color: inherit;
}
.nav-01 .header-02 a:visited {
  color: inherit;
}
.nav-01 .header-02 .topper {
  background-color: #D8DDE6;
  position: fixed;
  width: 100%;
  z-index: 99999;
  text-align: right;
  padding: 8px 40px;
  font-size: 15px;
  line-height: 1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1324px) {
  .nav-01 .header-02 .topper {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .topper {
    display: none;
  }
}
.nav-01 .header-02 .topper form {
  margin: 0;
  width: 100%;
  max-width: 150px;
  display: flex;
  background: #f7f8fa;
  border-radius: 40px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1em;
  flex-flow: row-reverse;
  padding: 5px 12px 5px 5px;
  justify-content: flex-end;
}
.nav-01 .header-02 .topper form input {
  border: none;
  background: none;
  font-size: 14px;
  line-height: 1em;
  outline: none;
  padding: 0;
  color: #54698D;
  height: 14px;
  display: block;
  width: 100%;
}
.nav-01 .header-02 .topper form button {
  background: none;
  background-image: url(https://www.samanage.com/wp-content/uploads/2018/06/mag-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  padding: 0;
  width: 14px;
  border: none;
  margin: 0 5px 0 0;
  outline: none;
}
.nav-01 .header-02 .topper span {
  margin: 0 0 0 30px;
  text-align: right;
}
.nav-01 .header-02 .topper span a:hover {
  text-decoration: underline;
}
.nav-01 .header-02 .topper span a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-01 .header-02 .containment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 0;
  position: fixed;
  background: white;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eaedf2;
  z-index: 9999;
}
@media screen and (max-width: 1324px) {
  .nav-01 .header-02 .containment {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment {
    padding: 0;
    align-items: stretch;
  }
}
.nav-01 .header-02 .containment .left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment .left {
    padding: 0;
  }
}
.nav-01 .header-02 .containment .left .logo {
  display: flex;
  align-items: center;
  padding: 0;
  outline: none;
  max-width: 176px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment .left .logo {
    max-width: 130px;
    padding: 14px 20px;
  }
}
.nav-01 .header-02 .containment .left .logo svg {
  margin: 6% 0 0;
}
.nav-01 .header-02 .containment .left .navigation {
  margin: 0 0 0 98px;
  display: flex;
}
@media screen and (max-width: 1324px) {
  .nav-01 .header-02 .containment .left .navigation {
    margin: 0 0 0 99px;
  }
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .containment .left .navigation {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .containment .left .navigation {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment .left .navigation {
    display: none;
  }
}
.nav-01 .header-02 .containment .left .navigation .list {
  margin: 0;
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 1324px) {
  .nav-01 .header-02 .containment .left .navigation .list {
    padding: 0 15px;
  }
}
.nav-01 .header-02 .containment .left .navigation .list .item {
  display: flex;
}
.nav-01 .header-02 .containment .left .navigation .list .item.active .link .text {
  color: #072a55;
  border-bottom-color: #072a55;
}
.nav-01 .header-02 .containment .left .navigation .list .item .link {
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 1324px) {
  .nav-01 .header-02 .containment .left .navigation .list .item .link {
    padding: 0 15px;
  }
}
.nav-01 .header-02 .containment .left .navigation .list .item .link .text {
  padding: 27px 0;
  border-bottom: 4px solid #FFF;
  border-top: 4px solid #FFF;
  font-size: 18px;
  line-height: 1em;
}
.nav-01 .header-02 .containment .right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment .right {
    align-items: stretch;
  }
}
.nav-01 .header-02 .containment .right .cta {
  background: #FF0066;
  padding: 10px 18px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1em;
  color: white;
  float: none;
  display: block;
  text-align: center;
  outline: none;
  box-shadow: 0 8px 30px -8px rgba(255, 0, 102, 0.5);
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment .right .cta {
    display: none;
  }
}
.nav-01 .header-02 .containment .right .cta:hover {
  background-color: #CB0051;
}
.nav-01 .header-02 .containment .right .cta:active {
  background-color: #AA0044;
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment .right .mobile-nav {
    display: flex;
  }
}
.nav-01 .header-02 .containment .right .mobile-button {
  display: none;
  cursor: pointer;
  padding: 0 20px;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .containment .right .mobile-button {
    display: flex;
  }
}
.nav-01 .header-02 .containment .right .mobile-button figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 20px;
  height: 14px;
}
.nav-01 .header-02 .containment .right .mobile-button figure img {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-01 .header-02 .drop-wrap {
  display: none;
  position: fixed;
  max-height: 100%;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 121px 0 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .nav-01 .header-02 .drop-wrap {
    display: none;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down {
  background: white;
  display: flex;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar {
  width: 250px;
  border-right: 1px solid #eaedf2;
  padding: 18px 40px 34px;
  font-size: 25px;
  color: #072a55;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  box-sizing: content-box;
}
@media screen and (max-width: 1324px) {
  .nav-01 .header-02 .drop-wrap .drop-down .sidebar {
    padding: 18px 30px 34px;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .smallHide {
  display: block;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .sidebar .smallHide {
    display: none;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .smallShow {
  display: none;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .sidebar .smallShow {
    display: block;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .top .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1em;
  color: #002A55;
  margin: 0 0 19px;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .top .copy {
  line-height: 23px;
  color: #002A55;
  margin: 0;
  font-size: 16px;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .top .copy .subTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 0;
  color: #002A55;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .top .copy p {
  margin: 0 0 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .top .copy .subCopy {
  margin: 10px 0 0;
  font-size: 14px;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .bottom {
  margin: 30px 0 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .bottom.productsSub {
  margin: 0 0 0 !important;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .bottom p {
  color: #FF0066;
  font-size: 13px;
  line-height: 1em;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .bottom a {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 10px 0 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .sidebar .bottom a img {
  display: block;
  width: 100%;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav {
  flex: 1;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top {
  padding: 28px 40px 28px 35px;
}
@media screen and (max-width: 1324px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .top {
    padding: 25px 30px;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .smallHide {
  display: block;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .top .smallHide {
    display: none;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 19px;
  color: #002A55;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .title a span {
  display: block;
  color: #a4afc3;
  font-weight: 700;
  font-size: 11px;
  padding: 7px 0 0 10px;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .title a svg {
  height: 10px;
  margin: 10px 0 0 5px;
  vertical-align: middle;
  width: 10px;
  display: block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top p {
  margin: 0 0 1em;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap {
  display: flex;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 {
  display: flex;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-01 .title {
  margin: 30px 0 10px;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-01 .title:first-of-type {
  margin: 0 0 10px !important;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-02 .title {
  margin: -5px 0 15px !important;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-03 {
  max-width: none;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-03 .title {
  margin: -5px 0 15px !important;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-03 .title:first-of-type {
  margin: -7 0 15px !important;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 {
    flex-flow: column;
  }
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-01 {
    max-width: none;
    margin: 0 0 10px;
  }
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-01 .title {
    margin: 16px 0 6px;
  }
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap.col-wrap-02 .col-02 {
    margin: 0;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-wrap-03 {
  display: flex;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-01 {
  width: 100%;
  max-width: 295px;
  color: #002A55;
  font-weight: 400;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-01 a {
  display: inline-block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-01 a:hover {
  color: #002A55;
  text-decoration: underline;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-01 a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 {
  margin: 0 0 0 50px !important;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul {
  margin: 0;
  width: 105%;
  list-style: none;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li {
  margin: 2px 0 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li:first-of-type {
  margin: 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li.additional {
  line-height: 1em;
  margin: 25px 0 0;
  color: #a4afc3;
  font-weight: 700;
  font-size: 11px;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li.additional a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li.additional a span {
  display: block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li.additional a svg {
  height: 13px;
  margin: 3px 0 0 6px;
  vertical-align: middle;
  width: 13px;
  display: block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li a {
  display: inline-block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li a:hover {
  text-decoration: underline;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-02 ul li a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 {
  margin: 0 0 0 56px !important;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul {
  margin: 0;
  width: 105%;
  list-style: none;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li {
  margin: 2px 0 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li:first-of-type {
  margin: 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li.additional {
  line-height: 1em;
  margin: 25px 0 0;
  color: #a4afc3;
  font-weight: 700;
  font-size: 11px;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li.additional a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li.additional a span {
  display: block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li.additional a svg {
  height: 13px;
  margin: 3px 0 0 6px;
  vertical-align: middle;
  width: 13px;
  display: block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li a {
  display: inline-block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li a:hover {
  text-decoration: underline;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-03 ul li a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 {
  margin: 0 0 0 108px;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 {
    margin: 0 0 0 75px;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul {
  margin: 0;
  width: 105%;
  list-style: none;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li {
  margin: 2px 0 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li:first-of-type {
  margin: 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li.additional {
  line-height: 1em;
  margin: 25px 0 0;
  color: #a4afc3;
  font-weight: 700;
  font-size: 11px;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li.additional a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li.additional a span {
  display: block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li.additional a svg {
  height: 13px;
  margin: 3px 0 0 6px;
  vertical-align: middle;
  width: 13px;
  display: block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li a {
  display: inline-block;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li a:hover {
  text-decoration: underline;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04 ul li a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .top .col-wrap .col-04:first-of-type {
  margin: 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom {
  padding: 28px 40px 30px 35px;
  border-top: 1px solid #eaedf2;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom {
    padding: 30px;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap {
    flex-flow: column;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-01 {
  width: 100%;
  max-width: 295px;
  color: #002A55;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-01 {
    max-width: none;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-01 p {
  margin: 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-01 p.title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 10px;
  color: #002A55;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-01 p.title {
    margin: 0 0 13px;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-01 a:hover {
  text-decoration: underline;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-02 {
  width: 100%;
  max-width: 415px;
  margin: 0 0 0 50px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-02 {
    max-width: none;
    margin: 2px 0 0;
  }
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-02 p {
  margin: 0;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-02 p a {
  color: #0069d5;
  font-weight: 400;
}
.nav-01 .header-02 .drop-wrap .drop-down .subnav .bottom .col-wrap .col-02 p a:hover {
  text-decoration: underline;
}
.nav-01 .header-02 .mobile-navigation {
  background: white;
  position: fixed;
  max-height: 100% !important;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.3);
  padding: 63px 0 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: none;
}
.nav-01 .header-02 .mobile-navigation ul li {
  border-bottom-color: #D8DDE6;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-primary-text {
  padding: 0 20px;
  color: #54698D !important;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu {
  border-top: 1px solid #eaedf2;
  box-shadow: none;
  display: block;
  height: auto;
  visibility: visible;
  font-size: 16px;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section {
  padding: 20px;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section h4,
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section h5 {
  font-weight: 500;
  margin: 0 0 3px;
  color: inherit;
  font-size: 18px;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .subsection {
  margin: 30px 0 0;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .primary-nav-link {
  padding: 0;
  margin: 0;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .indented-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .indented-nav-list li {
  margin: 6px 12px 6px 0;
  border: 1px solid #54688d;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .indented-nav-list li a {
  padding: 3px 18px 5px;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .indented-nav-list li a:hover {
  text-decoration: none;
  background: #54688d;
  color: white;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .nav-menu-all-remaining-section {
  padding: 0;
  border: none;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .nav-menu-all-remaining-section a {
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  margin: 2px 0 0;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .nav-menu-all-remaining-section a svg {
  height: 12px;
  width: 12px;
  margin-left: 4px;
  vertical-align: middle;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-menu .nav-menu-primary-section .nav-menu-all-remaining-section a svg path {
  fill: #8391ad;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-sign-in {
  padding: 0 20px;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-sign-in .nav-sign-in-img {
  stroke: #54698D !important;
}
.nav-01 .header-02 .mobile-navigation ul li .nav-sign-in .nav-sign-in-text {
  color: #54698D !important;
}
.nav-01 .header-02 .mobile-navigation .cta-wrap {
  text-align: center;
  background: #d8dde8;
}
.nav-01 .header-02 .mobile-navigation .cta-wrap .cta {
  background: #FF0066;
  box-shadow: none;
  padding: 15px 45px;
  margin: 25px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1em;
  color: white !important;
  float: none;
  display: inline-block;
  text-align: center;
  outline: none;
}
.nav-01 .header-02 .mobile-navigation .cta-wrap .cta:hover {
  background-color: #CB0051;
}
.nav-01 .header-02 .mobile-navigation .cta-wrap .cta:active {
  background-color: #AA0044;
}
.integrations-parent-11 .site-inner {
  background: #ebeef2;
}
.integrations-parent-11 .site-inner .entry-content {
  padding: 0 40px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary {
  width: 100%;
  max-width: 1250px;
  text-align: center;
  margin: 0 auto;
  color: #54688d;
  padding: 0 0 100px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .prologue {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .prologue h1 {
  color: inherit;
  margin: 40px 0 0;
  font-weight: 400;
  font-size: 40px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .prologue h2 {
  width: 100%;
  max-width: 650px;
  margin: 8px auto 16px;
  color: #f82765;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 25px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .prologue .copy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .prologue .copy span {
  font-weight: 300 !important;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .prologue .copy strong,
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .prologue .copy b {
  font-weight: 500 !important;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .break h2 {
  width: 100%;
  max-width: 650px;
  margin: 8px auto 16px;
  color: #f82765;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 25px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .break .copy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .break .copy span {
  font-weight: 300 !important;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .break .copy strong,
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .break .copy b {
  font-weight: 500 !important;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .break .copy a {
  color: #34bcff;
  text-decoration: underline;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional {
  margin: 50px 0;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li {
  display: flex;
  width: 360px;
  background: white;
  margin: 15px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a.menu-link {
  padding: 20px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a.category-link {
  padding: 0;
  border: 4px solid rgba(255, 255, 255, 0);
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a figure {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 75px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a figure.category-figure {
  width: 100%;
  height: 115px;
  padding: 30px 30px 0px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a figure img {
  max-width: 100%;
  max-height: 100%;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a h4 {
  font-size: 22px;
  color: inherit;
  font-weight: 500;
  margin: 20px 0 0;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a h4.menu-text {
  margin: 0;
  color: white;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a h4.category-title {
  margin: 0;
  color: white;
  padding: 5px 30px 30px;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a .copy {
  margin: 3px 0 0;
  font-weight: 300;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a .copy span {
  font-weight: 300 !important;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a .copy strong,
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a .copy b {
  font-weight: 500;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a .copy.category-blurb {
  padding: 0 30px;
  margin: 25px 0 0;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a .linkly {
  margin: 50px 0 0;
  background: #f82765;
  color: white;
  padding: 6px 30px 7px;
  font-weight: 600;
}
.integrations-parent-11 .site-inner .entry-content .integrations-parent-primary .sectional ul li a .linkly.category-linkly {
  margin: 16px 0 30px;
}
.integrations-child-11 .site-inner {
  background: #fff;
}
.integrations-child-11 .site-inner .integrations-child-primary {
  display: flex;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 52px 40px;
  justify-content: space-between;
  align-items: flex-start;
  color: #004b7b;
}
@media screen and (max-width: 800px) {
  .integrations-child-11 .site-inner .integrations-child-primary {
    flex-flow: column;
    padding: 25px 30px;
  }
}
.integrations-child-11 .site-inner .integrations-child-primary figure {
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 250px;
}
@media screen and (max-width: 800px) {
  .integrations-child-11 .site-inner .integrations-child-primary figure {
    border: 1px solid #eaedf3;
    padding: 26px;
    max-width: none;
    justify-content: center;
  }
}
.integrations-child-11 .site-inner .integrations-child-primary figure img {
  max-width: 100%;
  max-height: 128px;
}
@media screen and (max-width: 800px) {
  .integrations-child-11 .site-inner .integrations-child-primary figure img {
    max-height: 62px;
  }
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container {
  width: 100%;
  margin: 0 0 0 60px;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .integrations-child-11 .site-inner .integrations-child-primary .integrations-container {
    margin: 17px 0 0;
  }
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container h1 {
  margin: 6px 0 0;
  line-height: 1em;
  font-size: 50px;
  font-weight: 400;
  color: inherit;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container h2 {
  margin: 3px 0 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35em;
  color: inherit;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy {
  margin: 25px 0;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy p {
  margin: 12px 0;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy ul,
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy ol {
  margin: 0 0 0 20px;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy ul li,
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy ol li {
  margin: 12px 0;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy ul li a,
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .copy ol li a {
  color: #34bcff;
  text-decoration: underline;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .linkage {
  display: flex;
  align-items: center;
  margin: 40px 0 25px;
  outline: none;
}
.integrations-child-11 .site-inner .integrations-child-primary .integrations-container .linkage img {
  display: block;
  width: 100%;
  max-width: 20px;
  margin: 0 8px 0 0;
}
html .social-footer {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .social-footer .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
html .social-footer .social-list .social-item {
  display: block;
  margin: 7px;
}
html .social-footer .social-list .social-item .social-link {
  background: #54698D;
  border-radius: 100%;
  overflow: hidden;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
}
html .social-footer .social-list .social-item .social-link .social-icon {
  display: block;
  width: 100%;
  height: 100%;
}
html .social-footer .social-list .social-item .social-link .social-icon .social-icon-path {
  fill: white;
}
.company-30 .site-inner {
  background: #ebeef2;
}
.company-30 .site-inner .containment {
  max-width: 1200px;
  margin: 60px auto;
  text-align: center;
}
.company-30 .site-inner .containment h1 {
  color: #004b7b;
  font-size: 60px;
  line-height: 1em;
  margin: 0;
}
.company-30 .site-inner .containment h2 {
  color: #FF0066;
  font-size: 30px;
  line-height: 1em;
  margin: 20px;
}
.company-30 .site-inner .containment h3 {
  color: #FF0066;
  font-size: 16px;
  line-height: 1em;
  margin: 0 0 7px;
  font-weight: 400;
}
.company-30 .site-inner .containment .subnav {
  margin: 0 20px;
}
.company-30 .site-inner .containment .subnav .subnav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 25px auto 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1205px) {
  .company-30 .site-inner .containment .subnav .subnav-list {
    width: 100%;
    max-width: 740px;
  }
}
.company-30 .site-inner .containment .subnav .subnav-list .subnav-item {
  margin: 7px;
  width: 100%;
  max-width: 215px;
}
.company-30 .site-inner .containment .subnav .subnav-list .subnav-item .subnav-link {
  padding: 35px;
  background: white;
  display: block;
}
.company-30 .site-inner .containment .subnav .subnav-list .subnav-item .subnav-link .subnav-image {
  width: 100%;
  max-width: 95px;
  margin: 0;
}
.company-30 .site-inner .containment .subnav .subnav-list .subnav-item .subnav-link .subnav-title {
  font-weight: 400;
  margin: 10px 0 0;
}
@media screen and (max-width: 1205px) {
  .company-30 .site-inner .containment .values {
    margin: 0 30px;
  }
}
.company-30 .site-inner .containment .values .values-list {
  text-align: left;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1205px) {
  .company-30 .site-inner .containment .values .values-list {
    width: 100%;
    max-width: 665px;
  }
}
.company-30 .site-inner .containment .values .values-list .values-item {
  font-weight: 300;
  margin: 20px 25px;
  width: 100%;
  max-width: 540px;
  line-height: 1.5em;
}
@media screen and (max-width: 1205px) {
  .company-30 .site-inner .containment .values .values-list .values-item {
    margin: 20px 0;
    max-width: none;
  }
}
.company-30 .site-inner .lowernav {
  margin: 0 30px;
}
.company-30 .site-inner .lowernav .lowernav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px auto;
}
@media screen and (max-width: 1205px) {
  .company-30 .site-inner .lowernav .lowernav-list {
    width: 100%;
    max-width: 750px;
  }
}
.company-30 .site-inner .lowernav .lowernav-list .lowernav-item {
  width: 100%;
  max-width: 365px;
  margin: 7px;
  background: white;
  font-weight: 300;
  display: flex;
}
@media screen and (max-width: 1205px) {
  .company-30 .site-inner .lowernav .lowernav-list .lowernav-item {
    max-width: 325px;
  }
}
.company-30 .site-inner .lowernav .lowernav-list .lowernav-item .lowernav-link {
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.company-30 .site-inner .lowernav .lowernav-list .lowernav-item .lowernav-link .lowernav-image {
  width: 100%;
  max-width: 95px;
  margin: 0 0 5px;
}
.company-30 .site-inner .lowernav .lowernav-list .lowernav-item .lowernav-link .lowernav-title {
  font-weight: 400;
  margin: 10px 0;
  color: #f82765;
}
.company-30 .site-inner .lowernav .lowernav-list .lowernav-item .lowernav-link .lowernav-button {
  background: #f82765;
  color: white;
  display: inline-block;
  padding: 7px 21px;
  border-radius: 4px;
  margin: 25px 0 0;
  font-weight: 600;
  font-size: 14px;
}
.comparison-80 .site-inner {
  padding: 0;
}
.comparison-80 .site-inner .content {
  padding: 0;
}
.comparison-80 .lunchbox {
  text-align: center;
}
.comparison-80 .lunchbox .paper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.comparison-80 .lunchbox .handle {
  background-color: #030c1b;
  background-image: url(https://www.samanage.com/wp-content/uploads/2017/09/banner-asset.png), linear-gradient(42.33deg, #00050c 0%, #00244b 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 190px 30px 80px;
}
.comparison-80 .lunchbox .handle .frame {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.comparison-80 .lunchbox .handle .frame .title {
  color: #f82765;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  word-wrap: break-word;
}
.comparison-80 .lunchbox .handle .frame .copy {
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  margin: 11px 0 45px;
  line-height: 1.4em;
}
.comparison-80 .lunchbox .handle .frame .logos {
  width: 100%;
  max-width: 700px;
}
.comparison-80 .lunchbox .paint {
  padding: 100px 30px 80px;
  background-color: rgba(66, 28, 72, 0.9);
  color: white;
}
.comparison-80 .lunchbox .paint .bouncer {
  margin: 80px 0;
}
.comparison-80 .lunchbox .paint .bouncer .title {
  line-height: 1em;
  color: inherit;
  font-size: 50px;
  font-weight: 400;
  margin: 5px 0;
}
.comparison-80 .lunchbox .paint .bouncer .subtitle {
  margin: 0;
  color: inherit;
  font-size: 25px;
  font-weight: 300;
}
.comparison-80 .lunchbox .paint .bouncer .action {
  background-color: #ff0065;
  display: inline-block;
  margin: 24px 0 0;
  padding: 13px 40px 17px;
  font-size: 14px;
  border-radius: 3px;
  line-height: 1em;
}
.comparison-80 .lunchbox .paint .casino {
  margin: 0;
}
.comparison-80 .lunchbox .paint .casino .honcho {
  line-height: 1.25em;
  font-weight: 300;
  font-size: 30px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 25px 0 30px;
  color: inherit;
}
.comparison-80 .lunchbox .paint .casino .slots {
  list-style: none;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 15px auto 0;
}
.comparison-80 .lunchbox .paint .casino .slots .slot {
  width: 100%;
  max-width: 350px;
  padding: 0;
  margin: 25px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.comparison-80 .lunchbox .paint .casino .slots .slot .picture {
  width: 100%;
  max-width: 40px;
  display: block;
}
.comparison-80 .lunchbox .paint .casino .slots .slot .words .game {
  color: #e4a235;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0;
}
.comparison-80 .lunchbox .paint .casino .slots .slot .words .copy {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

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