@font-face {
  font-family: Gotham Rounded Medium;
  src: url("fonts/gotham-rounded/GothamRnd-Medium.otf");
  font-display: swap; }
@font-face {
  font-family: Gotham Rounded Medium Italic;
  src: url("fonts/gotham-rounded/GothamRnd-MediumIta.otf");
  font-display: swap; }
@font-face {
  font-family: Gotham Rounded Bold;
  src: url("fonts/gotham-rounded/GothamRnd-Bold.otf");
  font-display: swap; }
@font-face {
  font-family: Gotham Rounded Bold Italic;
  src: url("fonts/gotham-rounded/GothamRnd-BoldIta.otf"); }
@font-face {
  font-family: Gotham Rounded Book;
  src: url("fonts/gotham-rounded/GothamRnd-Book.otf");
  font-display: swap; }
@font-face {
  font-family: Gotham Rounded Book Italic;
  src: url("fonts/gotham-rounded/GothamRnd-BookIta.otf");
  font-display: swap; }
@font-face {
  font-family: Gotham Rounded Light;
  font-display: swap;
  src: url("fonts/gotham-rounded/GothamRnd-Light.otf"); }
@font-face {
  font-family: Gotham Rounded Light Italic;
  src: url("fonts/gotham-rounded/GothamRnd-LightIta.otf");
  font-display: swap; }
.form-control {
  padding: 12px 12px;
  height: 48px;
  border-radius: 0; }

.navbar {
  background: white;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  z-index: 1000;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  min-height: 74px;
  padding: 0 15px;
  position: fixed;
  width: 100%; }
  .navbar .navbar-header {
    margin-top: 2px; }
  .navbar .navbar-brand {
    padding: 2rem 0; }
  .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    .navbar .navbar-collapse.in {
      max-height: 100vh;
      min-height: 100vh; }
  .navbar .navbar-nav li a.menu-items {
    color: #243c4b;
    font-family: "Gotham Rounded Medium", sans-serif;
    font-size: 15px;
    padding: 27px 22px;
    letter-spacing: .5px;
    transition: 0.2s;
    display: block;
    position: relative; }
    .navbar .navbar-nav li a.menu-items > span {
      display: inline-block;
      position: relative; }
      .navbar .navbar-nav li a.menu-items > span:after {
        height: 2px;
        content: "";
        border-radius: 10px;
        background-color: #ED5C28;
        position: absolute;
        bottom: -4px;
        left: -2px;
        right: -2px;
        transform: scaleX(0);
        transform-origin: center center;
        transition: all .125s linear; }
    .navbar .navbar-nav li a.menu-items:hover {
      color: #ED5C28;
      opacity: 1; }
      .navbar .navbar-nav li a.menu-items:hover > span:after {
        transform: scaleX(1);
        transition: all .425s .05s ease-out; }
    .navbar .navbar-nav li a.menu-items:focus {
      background: rgba(157, 205, 203, 0.1); }
  .navbar .navbar-nav li a.menu-item-action {
    color: #ED5C28; }
  .navbar .navbar-nav li a.menu-item-action-block {
    color: #ffffff !important;
    text-transform: uppercase;
    margin: 21px  0 0 6px;
    padding: 8px 12px;
    display: inline-block;
    background: #ED5C28;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; }
    .navbar .navbar-nav li a.menu-item-action-block:hover {
      color: #243C4B !important;
      background: #ffffff; }
    .navbar .navbar-nav li a.menu-item-action-block > span:after {
      display: none; }
  .navbar .navbar-nav li .dropdown-menu {
    min-width: 176px;
    margin-top: -1px;
    max-height: calc(100vh - 100px);
    overflow-y: auto; }
    .navbar .navbar-nav li .dropdown-menu li {
      height: auto; }
      .navbar .navbar-nav li .dropdown-menu li a {
        font-family: "Gotham Rounded Medium", sans-serif;
        font-size: 15px;
        padding: 15px 25px;
        color: #243c4b;
        width: 100%;
        display: block; }
    .navbar .navbar-nav li .dropdown-menu .dropdown-menu-section-header {
      display: block;
      font-size: 12px;
      padding: 10px 0 2px;
      margin: 0 20px 5px;
      border-bottom: 1px solid rgba(36, 60, 75, 0.5);
      letter-spacing: 0.75px;
      opacity: 0.8; }
  .navbar .navbar-right {
    margin-right: 0; }

.navbar-active {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none !important; }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px; }

@media (max-width: 1024px) {
  .navbar .navbar-brand #logo {
    height: 70%; }
  .navbar .navbar-brand .brand-name {
    font-size: 22px; }
  .navbar .navbar-nav li a.menu-items {
    padding: 27px 6px;
    font-size: 14px; }
  .navbar .navbar-nav li a.menu-item-download-app {
    display: none; }
  .navbar .navbar-nav li a.menu-item-action-block {
    padding: 8px 12px; } }
@media (max-width: 768px) {
  .navbar .navbar-toggle {
    margin-top: 20px; }
  .navbar .navbar-collapse {
    padding-left: 15px; }
  .navbar .navbar-brand {
    padding-top: 2.5rem; }
    .navbar .navbar-brand img {
      height: 20px; } }
.site-footer {
  background: #fff;
  padding: 80px 0;
  position: relative;
  z-index: 100; }
  .site-footer ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 24px; }
    .site-footer ul li {
      padding: 0;
      margin: 0 0 5px; }
      @media (max-width: 1023px) {
        .site-footer ul li {
          margin-bottom: 16px; } }
  .site-footer .signup,
  .site-footer .follow,
  .site-footer .contact {
    margin-bottom: 6rem; }
  .site-footer .contact h4 {
    margin-bottom: 1rem; }
  .site-footer .social-buttons-wrapper {
    margin-top: 2rem; }
    .site-footer .social-buttons-wrapper :last-child {
      margin-right: 0px; }
  .site-footer .fa {
    color: #ED5C28;
    margin-right: 1.7rem;
    font-size: 19px;
    transition: 0.2s; }
  .site-footer .buttons {
    height: 35px;
    margin-top: 3rem;
    white-space: nowrap;
    text-align: center; }
    .site-footer .buttons .badge-link {
      height: 100%;
      margin-right: 20px; }
      .site-footer .buttons .badge-link:hover {
        opacity: 1; }
    .site-footer .buttons .badge-object {
      height: 100%;
      pointer-events: none; }
  .site-footer .legal {
    font-size: 13px;
    text-align: center;
    margin-top: 60px; }

.btn {
  font-family: "Gotham Rounded Bold", sans-serif;
  font-size: 13px;
  padding: 1.5rem 3.1rem;
  letter-spacing: .5px;
  transition: 0.2s;
  text-transform: uppercase;
  border-radius: 0px !important;
  border: none; }

.btn-header {
  margin-left: 25px;
  font-family: "Gotham Rounded Medium", sans-serif;
  font-size: 11px;
  padding: 8px 19px !important;
  letter-spacing: 0px; }

.btn-solid-orange {
  background: #ED5C28;
  color: white; }
  .btn-solid-orange:visited {
    background: #ED5C28;
    color: white; }
  .btn-solid-orange:hover {
    background: #243C4B;
    color: white;
    opacity: 1; }

.btn-white-outline {
  background: white;
  color: black;
  border-color: black;
  border-width: 1pt;
  border-style: solid; }
  .btn-white-outline:visited {
    background: white;
    color: gray; }
  .btn-white-outline:hover {
    background: #ED5C28;
    color: white;
    opacity: 1; }

.on-dark-blue:hover {
  background: #9DCDCB; }

.btn-solid-cyan {
  background: #9DCDCB;
  color: white; }
  .btn-solid-cyan:visited {
    background: #9DCDCB;
    color: white; }
  .btn-solid-cyan:hover {
    background: #243C4B;
    color: white;
    opacity: 1; }

.btn-solid-dark-blue {
  background: #243C4B;
  color: white; }
  .btn-solid-dark-blue:visited {
    background: #243C4B;
    color: white; }
  .btn-solid-dark-blue:hover {
    background: #ED5C28;
    color: white;
    opacity: 1; }

.link-base {
  text-transform: uppercase !important;
  font-family: "Gotham Rounded Bold", sans-serif !important;
  transition: 0.2s;
  font-size: 16px !important;
  line-height: 16px !important; }
  .link-base .icon-arrow {
    width: 15px;
    margin-left: 5px;
    pointer-events: none; }

.link-inline-italic {
  font-family: "Gotham Rounded Medium Italic", sans-serif !important;
  transition: 0.2s;
  text-decoration: underline; }
  .link-inline-italic .icon-arrow {
    width: 15px;
    margin-left: 5px;
    pointer-events: none; }

.link-inline-bold {
  font-family: "Gotham Rounded Bold", sans-serif !important;
  transition: 0.2s;
  text-decoration: underline; }
  .link-inline-bold .icon-arrow {
    width: 15px;
    margin-left: 5px;
    pointer-events: none; }

.link-span {
  cursor: pointer; }

.link-orange {
  color: #ED5C28 !important; }

.link-white {
  color: white !important; }

.link-cyan {
  color: #9DCDCB !important; }

.link-dark-blue {
  color: #243C4B !important; }

.link-blue {
  color: darkblue !important; }

.link-sunshine {
  color: #FFAC3C !important; }

.blog {
  background: rgba(36, 60, 75, 0.015); }
  .blog .hero-blog {
    position: relative;
    height: 400px;
    margin: 0;
    padding: 0;
    background-color: #9DCDCB;
    display: flex;
    justify-content: center;
    align-items: center; }
    .blog .hero-blog .pic-container {
      left: 0;
      top: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-color: #9DCDCB;
      opacity: .2;
      z-index: 5; }
    .blog .hero-blog .text {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 500px;
      text-align: center;
      z-index: 10;
      position: relative; }
    .blog .hero-blog .featured {
      background: rgba(157, 205, 203, 0.5);
      text-transform: uppercase;
      color: white;
      font-family: "Gotham Rounded Bold", sans-serif;
      padding: .4rem .6rem;
      font-size: 11.5px;
      margin-right: 10px;
      opacity: .5;
      margin-bottom: 0; }
    .blog .hero-blog h2 {
      color: #fff;
      line-height: 1.2; }
      .blog .hero-blog h2 a {
        color: #fff; }
  .blog .posts {
    padding: 4rem 0; }
  .blog .post {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(36, 60, 75, 0.1);
    margin-bottom: 2rem;
    color: rgba(36, 60, 75, 0.75);
    font-family: "Gotham Rounded Book", sans-serif;
    font-size: 1.7rem;
    line-height: 1.8; }
    .blog .post .category {
      background: rgba(157, 205, 203, 0.5);
      text-transform: uppercase;
      color: white;
      font-family: "Gotham Rounded Bold", sans-serif;
      padding: .4rem .6rem;
      font-size: 11.5px;
      margin-right: 10px;
      transition: 0.2s; }
      .blog .post .category:hover {
        background: #9DCDCB; }
    .blog .post h3 {
      margin-top: 3rem;
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      line-height: 1.3;
      font-size: 26px; }
      .blog .post h3 a {
        transition: 0.2s; }
    .blog .post p {
      color: rgba(36, 60, 75, 0.75);
      font-family: "Gotham Rounded Book", sans-serif;
      font-size: 1.7rem;
      line-height: 1.8; }
    .blog .post .date {
      margin-bottom: 30px;
      font-family: "Gotham Rounded Book", sans-serif;
      color: rgba(36, 60, 75, 0.75); }
      .blog .post .date .author {
        color: #ED5C28;
        font-family: "Gotham Rounded Bold", sans-serif; }
  .blog .categories {
    padding-top: 6rem; }
    .blog .categories h4 {
      margin-top: 0; }
    .blog .categories ul {
      list-style: none;
      background: white;
      padding: 0;
      border: 1px solid rgba(36, 60, 75, 0.05);
      width: 200px;
      margin-top: 2rem; }
    .blog .categories li {
      border-bottom: 1px solid rgba(36, 60, 75, 0.05);
      padding: 1.5rem 2rem; }
      .blog .categories li a {
        color: #9DCDCB;
        font-family: "Gotham Rounded Medium", sans-serif;
        font-size: 14px;
        transition: 0.2s; }
        .blog .categories li a:hover {
          color: #243C4B;
          opacity: 1; }
        .blog .categories li a:active {
          color: #243C4B; }
      .blog .categories li a.active {
        color: #243C4B; }
    .blog .categories li:last-child {
      border-bottom: none; }
  @media (max-width: 768px) {
    .blog .hero-blog h2 {
      font-size: 26px; }
    .blog .posts {
      padding: 3rem 0; }
    .blog .post h3 {
      font-size: 22px; }
    .blog .categories {
      display: none; } }

.blog-post {
  background: rgba(36, 60, 75, 0.015); }
  .blog-post .hero-blog {
    position: relative;
    height: 400px;
    margin: 0;
    padding: 0;
    background-color: #9DCDCB;
    display: flex;
    justify-content: center;
    align-items: center; }
    .blog-post .hero-blog .pic-container {
      left: 0;
      top: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-color: #9DCDCB;
      opacity: .2;
      z-index: 5; }
    .blog-post .hero-blog .text {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 500px;
      text-align: center;
      z-index: 10;
      position: relative; }
    .blog-post .hero-blog .featured {
      background: rgba(157, 205, 203, 0.5);
      text-transform: uppercase;
      color: white;
      font-family: "Gotham Rounded Bold", sans-serif;
      padding: .4rem .6rem;
      font-size: 11.5px;
      margin-right: 10px;
      opacity: .5;
      margin-bottom: 0; }
    .blog-post .hero-blog h1 {
      color: white;
      line-height: 1.2;
      max-width: 70%; }
  .blog-post .post {
    border-bottom: 1px solid rgba(36, 60, 75, 0.1);
    padding-bottom: 4rem; }
    .blog-post .post img {
      width: 90%;
      border: 1px solid #ccc;
      padding: 4px;
      margin: 40px auto;
      display: block; }
    .blog-post .post b, .blog-post .post strong {
      color: #222; }
    .blog-post .post h1, .blog-post .post h2, .blog-post .post h3 {
      margin: 40px 0; }
    .blog-post .post .picture-wrapper {
      margin: 0 auto;
      position: relative;
      width: 80px;
      height: 80px;
      top: -40px;
      z-index: 100; }
    .blog-post .post .picture {
      position: absolute;
      height: 100%;
      width: 100%;
      background-image: "";
      background-position: center;
      background-size: cover;
      border-radius: 50%;
      filter: grayscale(1);
      border: 5px solid #fff; }
    .blog-post .post .bird-and-bee {
      background-image: url("/media/bird-and-bee.jpg"); }
    .blog-post .post .date {
      margin-bottom: 7rem;
      margin-top: -22px;
      font-family: "Gotham Rounded Book", sans-serif;
      color: rgba(36, 60, 75, 0.75);
      font-size: 15px;
      text-align: center; }
      .blog-post .post .date .author {
        color: #ED5C28;
        font-family: "Gotham Rounded Bold", sans-serif; }
    .blog-post .post .social-buttons-wrapper {
      position: relative;
      margin-bottom: 4rem;
      width: 100%;
      padding-bottom: 2rem;
      display: flex;
      justify-content: space-between; }
      .blog-post .post .social-buttons-wrapper .container-right {
        display: flex;
        justify-content: flex-end;
        width: 50%; }
      .blog-post .post .social-buttons-wrapper .container-left {
        width: 50%; }
      .blog-post .post .social-buttons-wrapper .fa {
        color: #9DCDCB;
        margin-right: 1.4rem;
        font-size: 18px;
        transition: 0.2s; }
        .blog-post .post .social-buttons-wrapper .fa .text-icon {
          font-family: "Gotham Rounded Bold", sans-serif;
          font-size: 12.5px;
          margin-left: 10px;
          text-transform: uppercase; }
      .blog-post .post .social-buttons-wrapper :last-child {
        margin-right: 0px; }
    .blog-post .post .social-buttons-wrapper:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background-color: rgba(36, 60, 75, 0.1); }
    .blog-post .post p, .blog-post .post li {
      color: rgba(36, 60, 75, 0.75);
      font-family: "Gotham Rounded Book", sans-serif;
      font-size: 1.7rem;
      line-height: 1.8; }
      .blog-post .post p a, .blog-post .post li a {
        color: #ED5C28;
        transition: 0.2s; }
  .blog-post .bottom-link-wrapper {
    padding: 6rem 0 10rem 0;
    display: flex;
    justify-content: space-between; }
  .blog-post .rotate {
    transform: rotate(180deg);
    margin-left: 0px;
    margin-right: 5px !important; }
  @media (max-width: 768px) {
    .blog-post .hero-blog h1 {
      font-size: 30px; }
    .blog-post .post p {
      font-size: 1.6rem;
      line-height: 1.7; } }

.video-modal {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black; }
  .video-modal .video-content {
    position: fixed;
    left: 25px;
    top: 0px;
    right: 25px;
    bottom: 0px; }
  .video-modal .video-close {
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.video-modal-hide {
  display: none; }

.video-modal-show {
  display: block; }

.about-team {
  padding: 0 0 6rem 0;
  background: rgba(36, 60, 75, 0.015); }
  .about-team a {
    color: #ED5C28; }
  .about-team .center {
    text-align: center; }
  .about-team .hero-about {
    position: relative;
    height: 400px;
    margin: 0;
    padding: 0;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center; }
    .about-team .hero-about .pic-container {
      left: 0;
      top: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      background-image: url("/media/about02.jpg");
      background-position: center;
      background-size: cover;
      background-color: #ED5C28;
      background-blend-mode: multiply;
      opacity: .9;
      z-index: 5; }
    .about-team .hero-about .text {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 500px;
      text-align: center;
      z-index: 10;
      position: relative; }
    .about-team .hero-about h2 {
      color: #fff;
      line-height: 1.2; }
  .about-team .about-head {
    margin: 3rem 0 2rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .about-team .about-head h3 {
      color: #243C4B; }
    .about-team .about-head .about-head-blue-bold-italic {
      font-family: "Gotham Rounded Bold Italic", sans-serif;
      color: #243C4B; }
    .about-team .about-head .about-head-blue-medium-italic {
      font-family: "Gotham Rounded Medium Italic", sans-serif;
      color: #243C4B; }
    .about-team .about-head .about-head-sunshine-bold {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #FFAC3C; }
    .about-team .about-head .about-head-goldfish-bold {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #ED5C28; }
    .about-team .about-head .about-head-blue-book {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B; }
    .about-team .about-head .about-head-start {
      max-width: 700px !important;
      width: 100%;
      align-items: start;
      text-align: start; }
  .about-team .about-intro {
    margin: 3rem 0 2rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .about-team .about-intro h3 {
      line-height: 1.3;
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B; }
    .about-team .about-intro h4 {
      font-family: "Gotham Rounded Book", sans-serif;
      color: rgba(36, 60, 75, 0.75);
      max-width: 700px;
      line-height: 1.5;
      margin-bottom: 1.5rem; }
  .about-team .team-title {
    position: relative;
    font-family: "Gotham Rounded Medium", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 5rem; }
  .about-team .team-title:after {
    top: 50%;
    position: absolute;
    content: "";
    background-color: rgba(36, 60, 75, 0.1);
    height: 1px;
    right: 0;
    left: 45px; }
  .about-team .team-member {
    margin-bottom: 2rem;
    display: flex; }
    .about-team .team-member .picture-wrapper {
      position: relative;
      min-width: 200px;
      height: 200px; }
    .about-team .team-member .picture {
      position: absolute;
      height: 100%;
      width: 100%;
      background-image: "";
      background-position: center;
      background-size: cover;
      border-radius: 50%;
      filter: grayscale(1); }
    .about-team .team-member .bill-murray {
      background-image: url("/media/bill-murray.jpg"); }
    .about-team .team-member .bird-and-bee {
      background-image: url("/media/bird-and-bee.jpg"); }
    .about-team .team-member .bio {
      margin-top: 70px;
      margin-left: 4rem; }
    .about-team .team-member .title-wrapper {
      margin-bottom: 2.5rem; }
    .about-team .team-member h4 {
      margin-top: 0;
      color: #ED5C28;
      font-size: 20px; }
    .about-team .team-member h5 {
      font-size: 15px; }
    .about-team .team-member p {
      color: rgba(36, 60, 75, 0.75);
      font-family: "Gotham Rounded Book", sans-serif;
      font-size: 1.6rem;
      line-height: 1.7; }

.toggleCollapsed {
  background: transparent;
  border: 0;
  color: #ED5C28;
  box-shadow: none;
  background-image: none;
  padding: 0;
  text-decoration: underline;
  outline: none; }

.collapsible {
  display: none; }

.visible {
  display: block !important; }

@media (max-width: 767px) {
  .about-team {
    padding: 0 0 2rem 0; }
    .about-team .hero-about h2 {
      font-size: 26px; }
    .about-team .about-intro {
      margin: 2rem 0 2rem 0; }
      .about-team .about-intro h3 {
        font-size: 22px; }
      .about-team .about-intro h4 {
        font-size: 17px; }
    .about-team .team-member {
      flex-direction: column;
      margin-bottom: 6rem;
      align-items: center; }
      .about-team .team-member .picture-wrapper {
        width: 200px; }
      .about-team .team-member .bio {
        margin-top: 30px;
        margin-left: 0; }
      .about-team .team-member .title-wrapper {
        text-align: center;
        margin-bottom: 3rem; }
      .about-team .team-member h4 {
        font-size: 18px; } }
#aggregators #slide01,
#aggregators #slide03,
#aggregators #slide05,
#aggregators #slide07,
#aggregators #slide09 {
  background-color: #203f52;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiMxMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzI0M2M0YiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDA1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #10496d), color-stop(0.405, #243c4b));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #10496d 0%, #243c4b 40.5%);
  background-image: -ms-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%); }
#aggregators #slide02,
#aggregators #slide04,
#aggregators #slide06,
#aggregators #slide08 {
  background: #f6f6f6; }
#aggregators .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #aggregators .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #aggregators .slide .pin-wrapper-show {
    opacity: 1; }
  #aggregators .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #aggregators .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #aggregators .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #aggregators .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #aggregators .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #aggregators .slide .fade-out {
    opacity: 0; }
  #aggregators .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #aggregators .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #aggregators .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #aggregators .slide .text p, #aggregators .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #aggregators .slide .text-alt h3 {
    color: #fff; }
  #aggregators .slide .text-alt p, #aggregators .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #aggregators .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#aggregators .call-to-action {
  background: #ED5C28;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #aggregators .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #aggregators .slide {
    padding-top: 0; }
    #aggregators .slide .text {
      padding-top: 0; }
    #aggregators .slide .ipad {
      width: 500px; }
    #aggregators .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #aggregators #slide01,
.mobile #aggregators #slide02,
.mobile #aggregators #slide03,
.mobile #aggregators #slide04,
.mobile #aggregators #slide05,
.mobile #aggregators #slide06,
.mobile #aggregators #slide07,
.mobile #aggregators #slide08,
.mobile #aggregators #slide09 {
  background: #f6f6f6;
  display: block; }
.mobile #aggregators .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #aggregators .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #aggregators .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #aggregators .slide .bg {
    display: none; }
  .mobile #aggregators .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #aggregators .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #aggregators .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #aggregators .slide .text h4 {
      color: #9dcdcb; }
  .mobile #aggregators .slide .text-alt p, .mobile #aggregators .slide .text-alt li, .mobile #aggregators .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #aggregators .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #aggregators .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #aggregators .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #aggregators .page-counter {
    display: none; } }
#app-links-page {
  text-align: center;
  padding: 24px; }
  #app-links-page .logo {
    display: block;
    margin: 24px 0 40px; }
    #app-links-page .logo img {
      max-width: 100%; }
  #app-links-page h1 {
    margin: 40px 0; }
  #app-links-page h3 {
    color: #ED5C28;
    margin: 0 0 24px; }
  #app-links-page .buttons {
    text-align: center;
    display: flex;
    gap: 120px;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 778px) {
      #app-links-page .buttons {
        flex-direction: column;
        gap: 0px; } }
    #app-links-page .buttons .app {
      margin: 3rem 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px;
      align-items: center; }
      #app-links-page .buttons .app img {
        max-width: 200px; }
      #app-links-page .buttons .app a {
        display: block; }
    #app-links-page .buttons .badge-link:hover {
      opacity: 1; }
    #app-links-page .buttons .badge-object {
      max-width: 145px;
      pointer-events: none; }

#companies #slide01,
#companies #slide03,
#companies #slide05 {
  background-color: #203f52;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiMxMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzI0M2M0YiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDA1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #10496d), color-stop(0.405, #243c4b));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #10496d 0%, #243c4b 40.5%);
  background-image: -ms-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%); }
#companies #slide02,
#companies #slide04,
#companies #slide06 {
  background: #f6f6f6; }
#companies .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #companies .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #companies .slide .pin-wrapper-show {
    opacity: 1; }
  #companies .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #companies .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #companies .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #companies .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 320px;
    max-width: 320px;
    transition: all .3s ease-out;
    z-index: 100; }
    #companies .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 1.5rem; }
    #companies .slide .intro-text h4 {
      color: #ED5C28;
      line-height: 2.75rem;
      margin-bottom: 4rem;
      font-family: "Gotham Rounded Medium", sans-serif; }
  #companies .slide .fade-out {
    opacity: 0; }
  #companies .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #companies .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #companies .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.6; }
    #companies .slide .text p, #companies .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #companies .slide .text-alt h3 {
    color: #fff; }
  #companies .slide .text-alt p, #companies .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #companies .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#companies .call-to-action {
  background: #243C4B;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #companies .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #companies .slide {
    padding-top: 0; }
    #companies .slide .text {
      padding-top: 0; }
    #companies .slide .ipad {
      width: 500px; }
    #companies .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #companies #slide01,
.mobile #companies #slide02,
.mobile #companies #slide03,
.mobile #companies #slide04,
.mobile #companies #slide05,
.mobile #companies #slide06 {
  background: #f6f6f6;
  display: block; }
.mobile #companies .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #companies .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #companies .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #companies .slide .bg {
    display: none; }
  .mobile #companies .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #companies .slide .intro-text h1 {
      color: #ED5C28; }
    .mobile #companies .slide .intro-text h4 {
      color: #243C4B; }
  .mobile #companies .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #companies .slide .text h4 {
      color: #9dcdcb; }
  .mobile #companies .slide .text-alt p, .mobile #companies .slide .text-alt li, .mobile #companies .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #companies .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #companies .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #companies .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #nonprofits .page-counter {
    display: none; } }
#code-of-conduct section + section {
  margin-top: 40px; }
#code-of-conduct h1 {
  text-align: center;
  line-height: 1em;
  margin-bottom: 100px;
  font-size: 24px; }
  #code-of-conduct h1 + .centeredContent {
    margin: -75px 0 40px; }
#code-of-conduct h3 {
  margin-bottom: 1;
  font-size: 15px; }
#code-of-conduct ul {
  margin: 0;
  padding: 0 0 0 16px; }
  #code-of-conduct ul + p {
    margin-top: 24px; }
#code-of-conduct li, #code-of-conduct p {
  font-size: 12px; }
#code-of-conduct .centeredContent {
  border: 2px solid #999;
  padding: 24px;
  margin: 40px 0 0;
  text-align: center; }
  #code-of-conduct .centeredContent ul {
    padding: 0;
    list-style-type: none; }
  #code-of-conduct .centeredContent li {
    text-indent: -0.5em;
    line-height: 18px; }
    #code-of-conduct .centeredContent li:before {
      content: "\b7\a0";
      font-size: 24px;
      font-weight: bold;
      transform: translateY(3px);
      display: inline-block; }

.pin-wrapper {
  height: 100vh;
  width: 100vw;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  user-select: none; }

#donations {
  width: 100%;
  overflow: hidden; }
  #donations #slide01,
  #donations #slide03,
  #donations #slide05 {
    background-color: #ed6828;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiNlZDg5MjgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2VkNWMyOCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTEzIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #ed8928), color-stop(0.513, #ed5c28));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%);
    /* IE10+ */
    background-image: linear-gradient(213deg, #ed8928 0%, #ed5c28 51.3%);
    background-image: -ms-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%); }
  #donations #slide02,
  #donations #slide04,
  #donations .call-to-action {
    background: #f6f6f6; }
  #donations .slide {
    position: relative;
    height: 100vh; }
    #donations .slide .pin-wrapper-show {
      opacity: 1; }
      #donations .slide .pin-wrapper-show .image-wrapper > span {
        opacity: 1; }
    #donations .slide .image-wrapper {
      width: 300px;
      position: relative;
      left: 50%;
      transform: translate(-50%, -50%); }
      #donations .slide .image-wrapper > span {
        position: absolute;
        top: 25px;
        left: 27px;
        right: 39px;
        bottom: 37px;
        overflow: hidden;
        transition: all .1s;
        background-color: #eee8e1;
        border-radius: 22px; }
    #donations .slide .iphone {
      width: 300px;
      -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
    #donations .slide .screen {
      width: 234px;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-appearance: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    #donations .slide .pin-wrapper-show .screen {
      transform: translate(0, 0);
      transform-origin: bottom center; }
    #donations .slide .intro-text {
      position: absolute;
      top: calc(55%);
      left: calc(50% + 200px);
      transform: translate(0, -50%);
      width: 300px;
      max-width: 300px;
      transition: all .3s ease-out;
      z-index: 10; }
      #donations .slide .intro-text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: white;
        font-size: 2.2rem;
        margin-top: 0;
        line-height: 1.5;
        margin-bottom: 1rem; }
    #donations .slide .fade-out {
      opacity: 0; }
    #donations .slide .text {
      position: absolute;
      width: 300px;
      max-width: 300px;
      z-index: 10;
      top: 50%;
      transform: translate(0, -50%); }
      #donations .slide .text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: #243C4B;
        font-size: 2.1rem;
        padding-top: 5rem;
        margin-top: 0;
        line-height: 1.3; }
      #donations .slide .text h4 {
        font-family: "Gotham Rounded Medium", sans-serif;
        color: #ED5C28;
        font-size: 1.7rem;
        margin-bottom: 3rem;
        line-height: 1.4; }
      #donations .slide .text p, #donations .slide .text li {
        font-family: "Gotham Rounded Book", sans-serif;
        color: #243C4B;
        font-size: 1.6rem;
        line-height: 1.7; }
    #donations .slide .text-alt h4 {
      color: #9DCDCB; }
    #donations .slide .text-alt p, #donations .slide .text-alt li {
      color: #fff; }
    #donations .slide .left-side {
      width: 300px;
      right: 50%;
      margin-right: 200px; }
    #donations .slide .right-side {
      left: 50%;
      margin-left: 200px; }
  #donations #slide01 .screen {
    transform: translate(0, 0);
    transition: all .75s .01s ease; }
  #donations #slide01 .pin-wrapper-show .screen {
    transform: translate(0, 0); }
  #donations #slide02 .image-wrapper > span {
    top: 27px; }
  #donations #slide03 .image-wrapper > span {
    right: 39px;
    top: 27px;
    bottom: 39px; }
  #donations #slide04 .image-wrapper > span {
    right: 39px;
    top: 27px;
    left: 26px;
    bottom: 39px; }
  #donations .call-to-action {
    padding: 7rem 0 10rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100; }
    #donations .call-to-action h3 {
      margin-bottom: 4rem;
      line-height: 1.3; }

.mobile #donations #slide01,
.mobile #donations #slide02,
.mobile #donations #slide03,
.mobile #donations #slide04 {
  background: #f6f6f6;
  display: block; }
.mobile #donations .slide {
  width: auto;
  padding: 30px;
  height: auto !important; }
  .mobile #donations .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #donations .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #donations .slide .bg {
    display: none; }
  .mobile #donations .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 10;
    color: #243c4b;
    text-align: center; }
    .mobile #donations .slide .intro-text h3 {
      color: #ED5C28; }
  .mobile #donations .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: center;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #donations .slide .text ul {
      display: inline-block;
      text-align: left; }
    .mobile #donations .slide .text h4 {
      color: #9dcdcb;
      font-weight: bold; }
  .mobile #donations .slide .text-alt p, .mobile #donations .slide .text-alt li, .mobile #donations .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #donations .slide .text-alt h4 {
    color: #9dcdcb;
    font-weight: bold; }
  .mobile #donations .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #donations .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #donations .page-counter {
  display: none; }
.mobile #donations .screen {
  opacity: 1 !important;
  transform: translate(0, 0) !important; }

@media (max-width: 1150px) {
  #donations .page-counter {
    display: none; } }
@keyframes scrollY {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -50%); } }
.pin-wrapper {
  height: 100vh;
  width: 100vw;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  user-select: none; }

#development-offices {
  width: 100%;
  overflow: hidden; }
  #development-offices #slide01,
  #development-offices #slide03,
  #development-offices #slide05 {
    background-color: #ed6828;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiNlZDg5MjgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2VkNWMyOCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTEzIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #ed8928), color-stop(0.513, #ed5c28));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%);
    /* IE10+ */
    background-image: linear-gradient(213deg, #ed8928 0%, #ed5c28 51.3%);
    background-image: -ms-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%); }
  #development-offices #slide02,
  #development-offices #slide04,
  #development-offices .call-to-action {
    background: #f6f6f6; }
  #development-offices .slide {
    position: relative;
    height: 100vh; }
    #development-offices .slide .pin-wrapper-show {
      opacity: 1; }
      #development-offices .slide .pin-wrapper-show .image-wrapper > span {
        opacity: 1; }
    #development-offices .slide .image-wrapper {
      width: 300px;
      position: relative;
      left: 50%;
      transform: translate(-50%, -50%); }
      #development-offices .slide .image-wrapper > span {
        position: absolute;
        top: 25px;
        left: 27px;
        right: 39px;
        bottom: 37px;
        overflow: hidden;
        transition: all .1s;
        background-color: #eee8e1;
        border-radius: 22px; }
    #development-offices .slide .iphone {
      width: 300px;
      -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
    #development-offices .slide .screen {
      width: 234px;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-appearance: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    #development-offices .slide .pin-wrapper-show .screen {
      transform: translate(0, 0);
      transform-origin: bottom center; }
    #development-offices .slide .intro-text {
      position: absolute;
      top: calc(55%);
      left: calc(50% + 200px);
      transform: translate(0, -50%);
      width: 300px;
      max-width: 300px;
      transition: all .3s ease-out;
      z-index: 10; }
      #development-offices .slide .intro-text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: white;
        font-size: 2.2rem;
        margin-top: 0;
        line-height: 1.5;
        margin-bottom: 1rem; }
    #development-offices .slide .fade-out {
      opacity: 0; }
    #development-offices .slide .text {
      position: absolute;
      width: 300px;
      max-width: 300px;
      z-index: 10;
      top: 50%;
      transform: translate(0, -50%); }
      #development-offices .slide .text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: #243C4B;
        font-size: 2.1rem;
        padding-top: 5rem;
        margin-top: 0;
        line-height: 1.3; }
      #development-offices .slide .text h4 {
        font-family: "Gotham Rounded Medium", sans-serif;
        color: #ED5C28;
        font-size: 1.7rem;
        margin-bottom: 3rem;
        line-height: 1.4; }
      #development-offices .slide .text p, #development-offices .slide .text li {
        font-family: "Gotham Rounded Book", sans-serif;
        color: #243C4B;
        font-size: 1.6rem;
        line-height: 1.7; }
    #development-offices .slide .text-alt h4 {
      color: #9DCDCB; }
    #development-offices .slide .text-alt p, #development-offices .slide .text-alt li {
      color: #fff; }
    #development-offices .slide .left-side {
      width: 300px;
      right: 50%;
      margin-right: 200px; }
    #development-offices .slide .right-side {
      left: 50%;
      margin-left: 200px; }
  #development-offices #slide01 .screen {
    transform: translate(0, 0);
    transition: all .75s .01s ease; }
  #development-offices #slide01 .pin-wrapper-show .screen {
    transform: translate(0, 0); }
  #development-offices #slide02 .image-wrapper > span {
    top: 27px; }
  #development-offices #slide03 .image-wrapper > span {
    right: 39px;
    top: 27px;
    bottom: 39px; }
  #development-offices #slide04 .image-wrapper > span {
    right: 39px;
    top: 27px;
    left: 26px;
    bottom: 39px; }
  #development-offices .call-to-action {
    padding: 7rem 0 10rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100; }
    #development-offices .call-to-action h3 {
      margin-bottom: 4rem;
      line-height: 1.3; }

.mobile #development-offices #slide01,
.mobile #development-offices #slide02,
.mobile #development-offices #slide03,
.mobile #development-offices #slide04 {
  background: #f6f6f6;
  display: block; }
.mobile #development-offices .slide {
  width: auto;
  padding: 30px;
  height: auto !important; }
  .mobile #development-offices .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #development-offices .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #development-offices .slide .bg {
    display: none; }
  .mobile #development-offices .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 10;
    color: #243c4b;
    text-align: center; }
    .mobile #development-offices .slide .intro-text h3 {
      color: #ED5C28; }
  .mobile #development-offices .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: center;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #development-offices .slide .text ul {
      display: inline-block;
      text-align: left; }
    .mobile #development-offices .slide .text h4 {
      color: #9dcdcb;
      font-weight: bold; }
  .mobile #development-offices .slide .text-alt p, .mobile #development-offices .slide .text-alt li, .mobile #development-offices .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #development-offices .slide .text-alt h4 {
    color: #9dcdcb;
    font-weight: bold; }
  .mobile #development-offices .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #development-offices .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #development-offices .page-counter {
  display: none; }
.mobile #development-offices .screen {
  opacity: 1 !important;
  transform: translate(0, 0) !important; }

@media (max-width: 1150px) {
  #development-offices .page-counter {
    display: none; } }
@keyframes scrollY {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -50%); } }
#enterprise #slide01,
#enterprise #slide03,
#salesforce #slide01,
#salesforce #slide03,
#kindful #slide01,
#kindful #slide03,
#virtuous #slide01,
#virtuous #slide03,
#nationbuilder #slide01,
#nationbuilder #slide03,
#handsonconnect #slide01,
#handsonconnect #slide03,
#dayofservice #slide01,
#dayofservice #slide03,
#blackbaud #slide01,
#blackbaud #slide03,
#microsoft #slide01,
#microsoft #slide03,
#hospitals #slide01,
#hospitals #slide03,
#csr #slide01,
#csr #slide03 {
  background: #9DCDCB; }
#enterprise #slide02,
#enterprise #slide04,
#salesforce #slide02,
#salesforce #slide04,
#kindful #slide02,
#kindful #slide04,
#virtuous #slide02,
#virtuous #slide04,
#nationbuilder #slide02,
#nationbuilder #slide04,
#handsonconnect #slide02,
#handsonconnect #slide04,
#dayofservice #slide02,
#dayofservice #slide04,
#blackbaud #slide02,
#blackbaud #slide04,
#microsoft #slide02,
#microsoft #slide04,
#hospitals #slide02,
#hospitals #slide04,
#csr #slide02,
#csr #slide04 {
  background: #f6f6f6; }
#enterprise #slide03 .text,
#salesforce #slide03 .text,
#kindful #slide03 .text,
#virtuous #slide03 .text,
#nationbuilder #slide03 .text,
#handsonconnect #slide03 .text,
#dayofservice #slide03 .text,
#blackbaud #slide03 .text,
#microsoft #slide03 .text,
#hospitals #slide03 .text,
#csr #slide03 .text {
  width: 325px;
  max-width: 325px; }
#enterprise .slide,
#salesforce .slide,
#kindful .slide,
#virtuous .slide,
#nationbuilder .slide,
#handsonconnect .slide,
#dayofservice .slide,
#blackbaud .slide,
#microsoft .slide,
#hospitals .slide,
#csr .slide {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden; }
  #enterprise .slide .pin-wrapper,
  #salesforce .slide .pin-wrapper,
  #kindful .slide .pin-wrapper,
  #virtuous .slide .pin-wrapper,
  #nationbuilder .slide .pin-wrapper,
  #handsonconnect .slide .pin-wrapper,
  #dayofservice .slide .pin-wrapper,
  #blackbaud .slide .pin-wrapper,
  #microsoft .slide .pin-wrapper,
  #hospitals .slide .pin-wrapper,
  #csr .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #enterprise .slide .pin-wrapper-show,
  #salesforce .slide .pin-wrapper-show,
  #kindful .slide .pin-wrapper-show,
  #virtuous .slide .pin-wrapper-show,
  #nationbuilder .slide .pin-wrapper-show,
  #handsonconnect .slide .pin-wrapper-show,
  #dayofservice .slide .pin-wrapper-show,
  #blackbaud .slide .pin-wrapper-show,
  #microsoft .slide .pin-wrapper-show,
  #hospitals .slide .pin-wrapper-show,
  #csr .slide .pin-wrapper-show {
    opacity: 1; }
  #enterprise .slide .image-wrapper,
  #salesforce .slide .image-wrapper,
  #kindful .slide .image-wrapper,
  #virtuous .slide .image-wrapper,
  #nationbuilder .slide .image-wrapper,
  #handsonconnect .slide .image-wrapper,
  #dayofservice .slide .image-wrapper,
  #blackbaud .slide .image-wrapper,
  #microsoft .slide .image-wrapper,
  #hospitals .slide .image-wrapper,
  #csr .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #enterprise .slide .ipad,
  #salesforce .slide .ipad,
  #kindful .slide .ipad,
  #virtuous .slide .ipad,
  #nationbuilder .slide .ipad,
  #handsonconnect .slide .ipad,
  #dayofservice .slide .ipad,
  #blackbaud .slide .ipad,
  #microsoft .slide .ipad,
  #hospitals .slide .ipad,
  #csr .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #enterprise .slide .screen,
  #salesforce .slide .screen,
  #kindful .slide .screen,
  #virtuous .slide .screen,
  #nationbuilder .slide .screen,
  #handsonconnect .slide .screen,
  #dayofservice .slide .screen,
  #blackbaud .slide .screen,
  #microsoft .slide .screen,
  #hospitals .slide .screen,
  #csr .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #enterprise .slide .intro-text,
  #salesforce .slide .intro-text,
  #kindful .slide .intro-text,
  #virtuous .slide .intro-text,
  #nationbuilder .slide .intro-text,
  #handsonconnect .slide .intro-text,
  #dayofservice .slide .intro-text,
  #blackbaud .slide .intro-text,
  #microsoft .slide .intro-text,
  #hospitals .slide .intro-text,
  #csr .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #enterprise .slide .intro-text h1,
    #salesforce .slide .intro-text h1,
    #kindful .slide .intro-text h1,
    #virtuous .slide .intro-text h1,
    #nationbuilder .slide .intro-text h1,
    #handsonconnect .slide .intro-text h1,
    #dayofservice .slide .intro-text h1,
    #blackbaud .slide .intro-text h1,
    #microsoft .slide .intro-text h1,
    #hospitals .slide .intro-text h1,
    #csr .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
    #enterprise .slide .intro-text h2,
    #salesforce .slide .intro-text h2,
    #kindful .slide .intro-text h2,
    #virtuous .slide .intro-text h2,
    #nationbuilder .slide .intro-text h2,
    #handsonconnect .slide .intro-text h2,
    #dayofservice .slide .intro-text h2,
    #blackbaud .slide .intro-text h2,
    #microsoft .slide .intro-text h2,
    #hospitals .slide .intro-text h2,
    #csr .slide .intro-text h2 {
      font-family: "Gotham Rounded Medium", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
  #enterprise .slide .fade-out,
  #salesforce .slide .fade-out,
  #kindful .slide .fade-out,
  #virtuous .slide .fade-out,
  #nationbuilder .slide .fade-out,
  #handsonconnect .slide .fade-out,
  #dayofservice .slide .fade-out,
  #blackbaud .slide .fade-out,
  #microsoft .slide .fade-out,
  #hospitals .slide .fade-out,
  #csr .slide .fade-out {
    opacity: 0; }
  #enterprise .slide .text,
  #salesforce .slide .text,
  #kindful .slide .text,
  #virtuous .slide .text,
  #nationbuilder .slide .text,
  #handsonconnect .slide .text,
  #dayofservice .slide .text,
  #blackbaud .slide .text,
  #microsoft .slide .text,
  #hospitals .slide .text,
  #csr .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #enterprise .slide .text h3,
    #salesforce .slide .text h3,
    #kindful .slide .text h3,
    #virtuous .slide .text h3,
    #nationbuilder .slide .text h3,
    #handsonconnect .slide .text h3,
    #dayofservice .slide .text h3,
    #blackbaud .slide .text h3,
    #microsoft .slide .text h3,
    #hospitals .slide .text h3,
    #csr .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #enterprise .slide .text h4,
    #salesforce .slide .text h4,
    #kindful .slide .text h4,
    #virtuous .slide .text h4,
    #nationbuilder .slide .text h4,
    #handsonconnect .slide .text h4,
    #dayofservice .slide .text h4,
    #blackbaud .slide .text h4,
    #microsoft .slide .text h4,
    #hospitals .slide .text h4,
    #csr .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #enterprise .slide .text p, #enterprise .slide .text li,
    #salesforce .slide .text p,
    #salesforce .slide .text li,
    #kindful .slide .text p,
    #kindful .slide .text li,
    #virtuous .slide .text p,
    #virtuous .slide .text li,
    #nationbuilder .slide .text p,
    #nationbuilder .slide .text li,
    #handsonconnect .slide .text p,
    #handsonconnect .slide .text li,
    #dayofservice .slide .text p,
    #dayofservice .slide .text li,
    #blackbaud .slide .text p,
    #blackbaud .slide .text li,
    #microsoft .slide .text p,
    #microsoft .slide .text li,
    #hospitals .slide .text p,
    #hospitals .slide .text li,
    #csr .slide .text p,
    #csr .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
      #enterprise .slide .text p a, #enterprise .slide .text li a,
      #salesforce .slide .text p a,
      #salesforce .slide .text li a,
      #kindful .slide .text p a,
      #kindful .slide .text li a,
      #virtuous .slide .text p a,
      #virtuous .slide .text li a,
      #nationbuilder .slide .text p a,
      #nationbuilder .slide .text li a,
      #handsonconnect .slide .text p a,
      #handsonconnect .slide .text li a,
      #dayofservice .slide .text p a,
      #dayofservice .slide .text li a,
      #blackbaud .slide .text p a,
      #blackbaud .slide .text li a,
      #microsoft .slide .text p a,
      #microsoft .slide .text li a,
      #hospitals .slide .text p a,
      #hospitals .slide .text li a,
      #csr .slide .text p a,
      #csr .slide .text li a {
        color: inherit; }
  #enterprise .slide .text-alt p, #enterprise .slide .text-alt li,
  #salesforce .slide .text-alt p,
  #salesforce .slide .text-alt li,
  #kindful .slide .text-alt p,
  #kindful .slide .text-alt li,
  #virtuous .slide .text-alt p,
  #virtuous .slide .text-alt li,
  #nationbuilder .slide .text-alt p,
  #nationbuilder .slide .text-alt li,
  #handsonconnect .slide .text-alt p,
  #handsonconnect .slide .text-alt li,
  #dayofservice .slide .text-alt p,
  #dayofservice .slide .text-alt li,
  #blackbaud .slide .text-alt p,
  #blackbaud .slide .text-alt li,
  #microsoft .slide .text-alt p,
  #microsoft .slide .text-alt li,
  #hospitals .slide .text-alt p,
  #hospitals .slide .text-alt li,
  #csr .slide .text-alt p,
  #csr .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #enterprise .slide .left-side,
  #salesforce .slide .left-side,
  #kindful .slide .left-side,
  #virtuous .slide .left-side,
  #nationbuilder .slide .left-side,
  #handsonconnect .slide .left-side,
  #dayofservice .slide .left-side,
  #blackbaud .slide .left-side,
  #microsoft .slide .left-side,
  #hospitals .slide .left-side,
  #csr .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#enterprise .call-to-action,
#salesforce .call-to-action,
#kindful .call-to-action,
#virtuous .call-to-action,
#nationbuilder .call-to-action,
#handsonconnect .call-to-action,
#dayofservice .call-to-action,
#blackbaud .call-to-action,
#microsoft .call-to-action,
#hospitals .call-to-action,
#csr .call-to-action {
  background: #ED5C28;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #enterprise .call-to-action h3,
  #salesforce .call-to-action h3,
  #kindful .call-to-action h3,
  #virtuous .call-to-action h3,
  #nationbuilder .call-to-action h3,
  #handsonconnect .call-to-action h3,
  #dayofservice .call-to-action h3,
  #blackbaud .call-to-action h3,
  #microsoft .call-to-action h3,
  #hospitals .call-to-action h3,
  #csr .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

#dayofservice .slide .intro-text h1 {
  font-family: "Gotham Rounded Bold", sans-serif;
  color: #243C4B;
  font-size: 2.1rem;
  padding-top: 5rem;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: unset; }
#dayofservice .slide .intro-text h2 {
  font-family: "Gotham Rounded Medium", sans-serif;
  color: #ED5C28;
  font-size: 1.7rem;
  margin-bottom: 3rem;
  line-height: 1.4; }
#dayofservice .slide .intro-text p, #dayofservice .slide .intro-text li {
  font-family: "Gotham Rounded Book", sans-serif;
  color: #243C4B;
  font-size: 1.6rem;
  line-height: 1.7; }

@media (max-width: 480px) {
  #enterprise .slide,
  #salesforce .slide,
  #kindful .slide,
  #virtuous .slide,
  #nationbuilder .slide,
  #handsonconnect .slide,
  #dayofservice .slide,
  #microsoft .slide,
  #blackbaud .slide {
    padding-top: 0; }
    #enterprise .slide .text,
    #salesforce .slide .text,
    #kindful .slide .text,
    #virtuous .slide .text,
    #nationbuilder .slide .text,
    #handsonconnect .slide .text,
    #dayofservice .slide .text,
    #microsoft .slide .text,
    #blackbaud .slide .text {
      padding-top: 0; }
    #enterprise .slide .ipad,
    #salesforce .slide .ipad,
    #kindful .slide .ipad,
    #virtuous .slide .ipad,
    #nationbuilder .slide .ipad,
    #handsonconnect .slide .ipad,
    #dayofservice .slide .ipad,
    #microsoft .slide .ipad,
    #blackbaud .slide .ipad {
      width: 500px; }
    #enterprise .slide .screen,
    #salesforce .slide .screen,
    #kindful .slide .screen,
    #virtuous .slide .screen,
    #nationbuilder .slide .screen,
    #handsonconnect .slide .screen,
    #dayofservice .slide .screen,
    #microsoft .slide .screen,
    #blackbaud .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #enterprise #slide01,
.mobile #enterprise #slide02,
.mobile #enterprise #slide03,
.mobile #enterprise #slide04,
.mobile #enterprise #slide05,
.mobile #enterprise #slide06,
.mobile #salesforce #slide01,
.mobile #salesforce #slide02,
.mobile #salesforce #slide03,
.mobile #salesforce #slide04,
.mobile #salesforce #slide05,
.mobile #salesforce #slide06,
.mobile #kindful #slide01,
.mobile #kindful #slide02,
.mobile #kindful #slide03,
.mobile #kindful #slide04,
.mobile #kindful #slide05,
.mobile #kindful #slide06,
.mobile #virtuous #slide01,
.mobile #virtuous #slide02,
.mobile #virtuous #slide03,
.mobile #virtuous #slide04,
.mobile #virtuous #slide05,
.mobile #virtuous #slide06,
.mobile #nationbuilder #slide01,
.mobile #nationbuilder #slide02,
.mobile #nationbuilder #slide03,
.mobile #nationbuilder #slide04,
.mobile #nationbuilder #slide05,
.mobile #nationbuilder #slide06,
.mobile #handsonconnect #slide01,
.mobile #handsonconnect #slide02,
.mobile #handsonconnect #slide03,
.mobile #handsonconnect #slide04,
.mobile #handsonconnect #slide05,
.mobile #handsonconnect #slide06,
.mobile #microsoft #slide01,
.mobile #microsoft #slide02,
.mobile #microsoft #slide03,
.mobile #microsoft #slide04,
.mobile #microsoft #slide05,
.mobile #microsoft #slide06,
.mobile #blackbaud #slide01,
.mobile #blackbaud #slide02,
.mobile #blackbaud #slide03,
.mobile #blackbaud #slide04,
.mobile #blackbaud #slide05,
.mobile #blackbaud #slide06,
.mobile #dayofservice #slide01,
.mobile #dayofservice #slide02,
.mobile #dayofservice #slide03,
.mobile #dayofservice #slide04,
.mobile #dayofservice #slide05,
.mobile #dayofservice #slide06,
.mobile #hospitals #slide01,
.mobile #hospitals #slide02,
.mobile #hospitals #slide03,
.mobile #hospitals #slide04,
.mobile #hospitals #slide05,
.mobile #hospitals #slide06,
.mobile #csr #slide01,
.mobile #csr #slide02,
.mobile #csr #slide03,
.mobile #csr #slide04,
.mobile #csr #slide05,
.mobile #csr #slide06 {
  background: #f6f6f6;
  display: block; }
.mobile #enterprise .slide,
.mobile #salesforce .slide,
.mobile #kindful .slide,
.mobile #virtuous .slide,
.mobile #nationbuilder .slide,
.mobile #handsonconnect .slide,
.mobile #microsoft .slide,
.mobile #blackbaud .slide,
.mobile #dayofservice .slide,
.mobile #hospitals .slide,
.mobile #csr .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #enterprise .slide .pin-wrapper,
  .mobile #salesforce .slide .pin-wrapper,
  .mobile #kindful .slide .pin-wrapper,
  .mobile #virtuous .slide .pin-wrapper,
  .mobile #nationbuilder .slide .pin-wrapper,
  .mobile #handsonconnect .slide .pin-wrapper,
  .mobile #microsoft .slide .pin-wrapper,
  .mobile #blackbaud .slide .pin-wrapper,
  .mobile #dayofservice .slide .pin-wrapper,
  .mobile #hospitals .slide .pin-wrapper,
  .mobile #csr .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #enterprise .slide .image-wrapper,
  .mobile #salesforce .slide .image-wrapper,
  .mobile #kindful .slide .image-wrapper,
  .mobile #virtuous .slide .image-wrapper,
  .mobile #nationbuilder .slide .image-wrapper,
  .mobile #handsonconnect .slide .image-wrapper,
  .mobile #microsoft .slide .image-wrapper,
  .mobile #blackbaud .slide .image-wrapper,
  .mobile #dayofservice .slide .image-wrapper,
  .mobile #hospitals .slide .image-wrapper,
  .mobile #csr .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #enterprise .slide .bg,
  .mobile #salesforce .slide .bg,
  .mobile #kindful .slide .bg,
  .mobile #virtuous .slide .bg,
  .mobile #nationbuilder .slide .bg,
  .mobile #handsonconnect .slide .bg,
  .mobile #microsoft .slide .bg,
  .mobile #blackbaud .slide .bg,
  .mobile #dayofservice .slide .bg,
  .mobile #hospitals .slide .bg,
  .mobile #csr .slide .bg {
    display: none; }
  .mobile #enterprise .slide .intro-text,
  .mobile #salesforce .slide .intro-text,
  .mobile #kindful .slide .intro-text,
  .mobile #virtuous .slide .intro-text,
  .mobile #nationbuilder .slide .intro-text,
  .mobile #handsonconnect .slide .intro-text,
  .mobile #microsoft .slide .intro-text,
  .mobile #blackbaud .slide .intro-text,
  .mobile #dayofservice .slide .intro-text,
  .mobile #hospitals .slide .intro-text,
  .mobile #csr .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #enterprise .slide .intro-text h1,
    .mobile #salesforce .slide .intro-text h1,
    .mobile #kindful .slide .intro-text h1,
    .mobile #virtuous .slide .intro-text h1,
    .mobile #nationbuilder .slide .intro-text h1,
    .mobile #handsonconnect .slide .intro-text h1,
    .mobile #microsoft .slide .intro-text h1,
    .mobile #blackbaud .slide .intro-text h1,
    .mobile #dayofservice .slide .intro-text h1,
    .mobile #hospitals .slide .intro-text h1,
    .mobile #csr .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #enterprise .slide .text,
  .mobile #salesforce .slide .text,
  .mobile #kindful .slide .text,
  .mobile #virtuous .slide .text,
  .mobile #nationbuilder .slide .text,
  .mobile #handsonconnect .slide .text,
  .mobile #microsoft .slide .text,
  .mobile #blackbaud .slide .text,
  .mobile #dayofservice .slide .text,
  .mobile #hospitals .slide .text,
  .mobile #csr .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #enterprise .slide .text h4,
    .mobile #salesforce .slide .text h4,
    .mobile #kindful .slide .text h4,
    .mobile #virtuous .slide .text h4,
    .mobile #nationbuilder .slide .text h4,
    .mobile #handsonconnect .slide .text h4,
    .mobile #microsoft .slide .text h4,
    .mobile #blackbaud .slide .text h4,
    .mobile #dayofservice .slide .text h4,
    .mobile #hospitals .slide .text h4,
    .mobile #csr .slide .text h4 {
      color: #9dcdcb; }
  .mobile #enterprise .slide .text-alt p, .mobile #enterprise .slide .text-alt li, .mobile #enterprise .slide .text-alt h3,
  .mobile #salesforce .slide .text-alt p,
  .mobile #salesforce .slide .text-alt li,
  .mobile #salesforce .slide .text-alt h3,
  .mobile #kindful .slide .text-alt p,
  .mobile #kindful .slide .text-alt li,
  .mobile #kindful .slide .text-alt h3,
  .mobile #virtuous .slide .text-alt p,
  .mobile #virtuous .slide .text-alt li,
  .mobile #virtuous .slide .text-alt h3,
  .mobile #nationbuilder .slide .text-alt p,
  .mobile #nationbuilder .slide .text-alt li,
  .mobile #nationbuilder .slide .text-alt h3,
  .mobile #handsonconnect .slide .text-alt p,
  .mobile #handsonconnect .slide .text-alt li,
  .mobile #handsonconnect .slide .text-alt h3,
  .mobile #microsoft .slide .text-alt p,
  .mobile #microsoft .slide .text-alt li,
  .mobile #microsoft .slide .text-alt h3,
  .mobile #blackbaud .slide .text-alt p,
  .mobile #blackbaud .slide .text-alt li,
  .mobile #blackbaud .slide .text-alt h3,
  .mobile #dayofservice .slide .text-alt p,
  .mobile #dayofservice .slide .text-alt li,
  .mobile #dayofservice .slide .text-alt h3,
  .mobile #hospitals .slide .text-alt p,
  .mobile #hospitals .slide .text-alt li,
  .mobile #hospitals .slide .text-alt h3,
  .mobile #csr .slide .text-alt p,
  .mobile #csr .slide .text-alt li,
  .mobile #csr .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #enterprise .slide .left-side,
  .mobile #salesforce .slide .left-side,
  .mobile #kindful .slide .left-side,
  .mobile #virtuous .slide .left-side,
  .mobile #nationbuilder .slide .left-side,
  .mobile #handsonconnect .slide .left-side,
  .mobile #microsoft .slide .left-side,
  .mobile #blackbaud .slide .left-side,
  .mobile #dayofservice .slide .left-side,
  .mobile #hospitals .slide .left-side,
  .mobile #csr .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #enterprise .slide .right-side,
  .mobile #salesforce .slide .right-side,
  .mobile #kindful .slide .right-side,
  .mobile #virtuous .slide .right-side,
  .mobile #nationbuilder .slide .right-side,
  .mobile #handsonconnect .slide .right-side,
  .mobile #microsoft .slide .right-side,
  .mobile #blackbaud .slide .right-side,
  .mobile #dayofservice .slide .right-side,
  .mobile #hospitals .slide .right-side,
  .mobile #csr .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #enterprise .page-counter,
.mobile #salesforce .page-counter,
.mobile #kindful .page-counter,
.mobile #virtuous .page-counter,
.mobile #nationbuilder .page-counter,
.mobile #handsonconnect .page-counter,
.mobile #microsoft .page-counter,
.mobile #blackbaud .page-counter,
.mobile #dayofservice .page-counter,
.mobile #hospitals .page-counter,
.mobile #csr .page-counter {
  display: none; }
.mobile #dayofservice #slide01 {
  padding-top: 0; }
.mobile #dayofservice .slide .intro-text h1 {
  color: #243c4b; }

@media (max-width: 1200px) {
  #enterprise .page-counter {
    display: none; } }
@media screen and (max-height: 450px) and (min-width: 1024px) {
  #kindful .slide,
  #virtuous .slide,
  #microsoft .slide,
  #blackbaud .slide,
  #nationbuilder .slide,
  #hospitals .slide,
  #csr .slide {
    min-height: 200vh; }
    #kindful .slide .pin-wrapper,
    #virtuous .slide .pin-wrapper,
    #microsoft .slide .pin-wrapper,
    #blackbaud .slide .pin-wrapper,
    #nationbuilder .slide .pin-wrapper,
    #hospitals .slide .pin-wrapper,
    #csr .slide .pin-wrapper {
      min-height: 200vh; }
  #kindful #slide03,
  #virtuous #slide03,
  #microsoft #slide03,
  #blackbaud #slide03,
  #nationbuilder #slide03,
  #hospitals #slide03,
  #csr #slide03 {
    min-height: 245vh; }
    #kindful #slide03 .pin-wrapper,
    #virtuous #slide03 .pin-wrapper,
    #microsoft #slide03 .pin-wrapper,
    #blackbaud #slide03 .pin-wrapper,
    #nationbuilder #slide03 .pin-wrapper,
    #hospitals #slide03 .pin-wrapper,
    #csr #slide03 .pin-wrapper {
      min-height: 245vh; } }
@media screen and (min-height: 451px) and (max-height: 550px) and (min-width: 1024px) {
  #kindful .slide,
  #virtuous .slide,
  #microsoft .slide,
  #blackbaud .slide,
  #nationbuilder .slide,
  #hospitals .slide,
  #csr .slide {
    min-height: 160vh; }
    #kindful .slide .pin-wrapper,
    #virtuous .slide .pin-wrapper,
    #microsoft .slide .pin-wrapper,
    #blackbaud .slide .pin-wrapper,
    #nationbuilder .slide .pin-wrapper,
    #hospitals .slide .pin-wrapper,
    #csr .slide .pin-wrapper {
      min-height: 160vh; }
  #kindful #slide02,
  #virtuous #slide02,
  #microsoft #slide02,
  #blackbaud #slide02,
  #nationbuilder #slide02,
  #hospitals #slide02,
  #csr #slide02 {
    min-height: 185vh; }
    #kindful #slide02 .pin-wrapper,
    #virtuous #slide02 .pin-wrapper,
    #microsoft #slide02 .pin-wrapper,
    #blackbaud #slide02 .pin-wrapper,
    #nationbuilder #slide02 .pin-wrapper,
    #hospitals #slide02 .pin-wrapper,
    #csr #slide02 .pin-wrapper {
      min-height: 185vh; }
  #kindful #slide03,
  #virtuous #slide03,
  #microsoft #slide03,
  #blackbaud #slide03,
  #nationbuilder #slide03,
  #hospitals #slide03,
  #csr #slide03 {
    min-height: 200vh; }
    #kindful #slide03 .pin-wrapper,
    #virtuous #slide03 .pin-wrapper,
    #microsoft #slide03 .pin-wrapper,
    #blackbaud #slide03 .pin-wrapper,
    #nationbuilder #slide03 .pin-wrapper,
    #hospitals #slide03 .pin-wrapper,
    #csr #slide03 .pin-wrapper {
      min-height: 200vh; } }
@media screen and (min-height: 551px) and (max-height: 650px) and (min-width: 1024px) {
  #kindful .slide,
  #virtuous .slide,
  #microsoft .slide,
  #blackbaud .slide,
  #nationbuilder .slide,
  #hospitals .slide,
  #csr .slide {
    min-height: 135vh; }
    #kindful .slide .pin-wrapper,
    #virtuous .slide .pin-wrapper,
    #microsoft .slide .pin-wrapper,
    #blackbaud .slide .pin-wrapper,
    #nationbuilder .slide .pin-wrapper,
    #hospitals .slide .pin-wrapper,
    #csr .slide .pin-wrapper {
      min-height: 135vh; }
  #kindful #slide03,
  #virtuous #slide03,
  #microsoft #slide03,
  #blackbaud #slide03,
  #nationbuilder #slide03,
  #hospitals #slide03,
  #csr #slide03 {
    min-height: 140vh; }
    #kindful #slide03 .pin-wrapper,
    #virtuous #slide03 .pin-wrapper,
    #microsoft #slide03 .pin-wrapper,
    #blackbaud #slide03 .pin-wrapper,
    #nationbuilder #slide03 .pin-wrapper,
    #hospitals #slide03 .pin-wrapper,
    #csr #slide03 .pin-wrapper {
      min-height: 140vh; } }
@media screen and (min-height: 651px) and (max-height: 799px) and (min-width: 1024px) {
  #kindful .slide,
  #virtuous .slide,
  #microsoft .slide,
  #blackbaud .slide,
  #nationbuilder .slide,
  #hospitals .slide,
  #csr .slide {
    min-height: 115vh; }
    #kindful .slide .pin-wrapper,
    #virtuous .slide .pin-wrapper,
    #microsoft .slide .pin-wrapper,
    #blackbaud .slide .pin-wrapper,
    #nationbuilder .slide .pin-wrapper,
    #hospitals .slide .pin-wrapper,
    #csr .slide .pin-wrapper {
      min-height: 115vh; } }
@media screen and (min-height: 800px) and (max-height: 899px) and (min-width: 1024px) {
  #kindful #slide03,
  #virtous #slide03,
  #microsoft #slide03,
  #blackbaud #slide03,
  #nationbuilder #slide03,
  #hospitals #slide03,
  #csr #slide03 {
    min-height: 125vh; }
    #kindful #slide03 .pin-wrapper,
    #virtous #slide03 .pin-wrapper,
    #microsoft #slide03 .pin-wrapper,
    #blackbaud #slide03 .pin-wrapper,
    #nationbuilder #slide03 .pin-wrapper,
    #hospitals #slide03 .pin-wrapper,
    #csr #slide03 .pin-wrapper {
      min-height: 125vh; } }
#blackbaud .slide .intro-text h1 {
  margin-bottom: 0; }
#blackbaud .slide .intro-text h2 {
  color: #ED5C28; }

#hospitals .slide .intro-text h1,
#csr .slide .intro-text h1 {
  margin-bottom: 2rem; }

.faq {
  background: #f6f6f6;
  padding-bottom: 60px; }
  .faq .hero {
    background: #ED5C28; }
    .faq .hero h2 {
      text-align: center;
      margin-top: 180px;
      color: #fff; }
  .faq .faq-categories-wrapper {
    min-height: 175px;
    background-color: #f6f6f6;
    position: fixed;
    z-index: 1;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .faq .faq-categories-wrapper {
        position: relative;
        width: 25%;
        box-shadow: none; } }
  .faq .faq-categories {
    list-style-type: none;
    margin-top: 100px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    align-items: flex-end; }
    .faq .faq-categories li {
      margin: 0 10px 10px 0; }
      .faq .faq-categories li a {
        color: #ED5C28;
        display: block;
        text-decoration: underline; }
  @media (min-width: 768px) {
    .faq .faq-categories {
      display: block; }
      .faq .faq-categories li {
        margin: auto; }
        .faq .faq-categories li a {
          font-family: "Gotham Rounded Bold", sans-serif;
          font-size: 20px;
          text-decoration: none; } }
  .faq .faq-questions {
    margin-top: 205px; }
    @media (min-width: 768px) {
      .faq .faq-questions {
        margin-top: 105px; } }
    .faq .faq-questions .category-title {
      position: relative;
      font-family: "Gotham Rounded Medium", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .5px;
      margin-bottom: 5rem; }
    .faq .faq-questions .category-title:after {
      top: 50%;
      position: absolute;
      content: "";
      background-color: rgba(36, 60, 75, 0.1);
      height: 1px;
      right: 0;
      left: 80px; }
    .faq .faq-questions .question {
      margin-bottom: 40px; }
    .faq .faq-questions p, .faq .faq-questions li {
      color: rgba(36, 60, 75, 0.75);
      font-family: "Gotham Rounded Book",sans-serif;
      font-size: 1.6rem;
      line-height: 1.7; }
      .faq .faq-questions p a, .faq .faq-questions li a {
        color: #ED5C28; }
    .faq .faq-questions ul {
      margin-bottom: 1em; }
    .faq .faq-questions h5 {
      font-family: "Gotham Rounded Book", sans-serif;
      font-size: 16px; }
      .faq .faq-questions h5 a {
        border-bottom: 1px dotted #ccc;
        display: block;
        padding: 10px 0; }

#foundations #slide01,
#foundations #slide03,
#foundations #slide05,
#foundations #slide07,
#foundations #slide09 {
  background-color: #203f52;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiMxMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzI0M2M0YiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDA1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #10496d), color-stop(0.405, #243c4b));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #10496d 0%, #243c4b 40.5%);
  background-image: -ms-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%); }
#foundations #slide02,
#foundations #slide04,
#foundations #slide06,
#foundations #slide08 {
  background: #f6f6f6; }
#foundations .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #foundations .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #foundations .slide .pin-wrapper-show {
    opacity: 1; }
  #foundations .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #foundations .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #foundations .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #foundations .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 320px;
    max-width: 320px;
    transition: all .3s ease-out;
    z-index: 100; }
    #foundations .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #foundations .slide .fade-out {
    opacity: 0; }
  #foundations .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #foundations .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #foundations .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #foundations .slide .text p, #foundations .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #foundations .slide .text-alt h3 {
    color: #fff; }
  #foundations .slide .text-alt p, #foundations .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #foundations .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#foundations .call-to-action {
  background: #243C4B;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #foundations .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #foundations .slide {
    padding-top: 0; }
    #foundations .slide .text {
      padding-top: 0; }
    #foundations .slide .ipad {
      width: 500px; }
    #foundations .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #foundations #slide01,
.mobile #foundations #slide02,
.mobile #foundations #slide03,
.mobile #foundations #slide04,
.mobile #foundations #slide05,
.mobile #foundations #slide06,
.mobile #foundations #slide07,
.mobile #foundations #slide08,
.mobile #foundations #slide09 {
  background: #f6f6f6;
  display: block; }
.mobile #foundations .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #foundations .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #foundations .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #foundations .slide .bg {
    display: none; }
  .mobile #foundations .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #foundations .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #foundations .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #foundations .slide .text h4 {
      color: #9dcdcb; }
  .mobile #foundations .slide .text-alt p, .mobile #foundations .slide .text-alt li, .mobile #foundations .slide .text-alt h3, .mobile #foundations .slide .text-alt h1 {
    color: #243c4b; }
  .mobile #foundations .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #foundations .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #foundations .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #foundations .page-counter {
    display: none; } }
#governments #slide01,
#governments #slide03,
#governments #slide05,
#governments #slide07,
#governments #slide09 {
  background-color: #203f52;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiMxMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzI0M2M0YiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDA1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #10496d), color-stop(0.405, #243c4b));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #10496d 0%, #243c4b 40.5%);
  background-image: -ms-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%); }
#governments #slide02,
#governments #slide04,
#governments #slide06,
#governments #slide08 {
  background: #f6f6f6; }
#governments .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #governments .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #governments .slide .pin-wrapper-show {
    opacity: 1; }
  #governments .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #governments .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #governments .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #governments .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #governments .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #governments .slide .fade-out {
    opacity: 0; }
  #governments .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #governments .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #governments .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #governments .slide .text p, #governments .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #governments .slide .text-alt h3 {
    color: #fff; }
  #governments .slide .text-alt p, #governments .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #governments .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#governments .call-to-action {
  background: #243C4B;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #governments .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #governments .slide {
    padding-top: 0; }
    #governments .slide .text {
      padding-top: 0; }
    #governments .slide .ipad {
      width: 500px; }
    #governments .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #governments #slide01,
.mobile #governments #slide02,
.mobile #governments #slide03,
.mobile #governments #slide04,
.mobile #governments #slide05,
.mobile #governments #slide06,
.mobile #governments #slide07,
.mobile #governments #slide08,
.mobile #governments #slide09 {
  background: #f6f6f6;
  display: block; }
.mobile #governments .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #governments .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #governments .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #governments .slide .bg {
    display: none; }
  .mobile #governments .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #governments .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #governments .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #governments .slide .text h4 {
      color: #9dcdcb; }
  .mobile #governments .slide .text-alt p, .mobile #governments .slide .text-alt li, .mobile #governments .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #governments .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #governments .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #governments .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #governments .page-counter {
    display: none; } }
#home {
  width: 100%;
  overflow: hidden; }
  #home .main-slide {
    position: relative;
    top: 0;
    min-height: 95vh;
    width: 100vw;
    background: #FFAC3C;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #home .main-slide .main-spacer {
      width: 100%;
      height: 84px;
      background: #FFAC3C; }
    #home .main-slide .main-title {
      padding: 20px 5%;
      text-align: left; }
      #home .main-slide .main-title .title {
        font-size: 47px;
        font-weight: bold;
        color: white; }
      #home .main-slide .main-title .subtitle {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        color: white; }
    #home .main-slide .main-inner {
      display: flex;
      align-items: center;
      width: 100%;
      font-size: 0;
      padding: 0 5%; }
    #home .main-slide .main-image {
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 65%;
      height: 100%; }
    #home .main-slide .main-panel {
      vertical-align: top;
      display: inline-flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: 35%; }
    #home .main-slide .main-text {
      text-align: left;
      max-width: 590px; }
      #home .main-slide .main-text h1 {
        color: white; }
      #home .main-slide .main-text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: white;
        font-size: 2.2rem;
        margin-top: 0;
        line-height: 1.5;
        margin-bottom: 4rem; }
    #home .main-slide .image {
      width: 100%; }
  #home .about-features {
    padding: 6rem 0;
    background: rgba(36, 60, 75, 0.015); }
    #home .about-features .about {
      margin-bottom: 6rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #home .about-features .about h3 {
        line-height: 1.3;
        font-family: "Gotham Rounded Bold", sans-serif;
        color: #243C4B; }
      #home .about-features .about h4 {
        font-family: "Gotham Rounded Book", sans-serif;
        color: rgba(36, 60, 75, 0.75);
        line-height: 1.5;
        margin-bottom: 1.5rem; }
    #home .about-features .features-title {
      position: relative;
      font-family: "Gotham Rounded Medium", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .5px;
      margin-bottom: 2rem; }
    #home .about-features .features-title:after {
      top: 50%;
      position: absolute;
      content: "";
      background-color: rgba(36, 60, 75, 0.1);
      height: 1px;
      right: 0;
      left: 80px; }
    #home .about-features .feature-wrapper {
      display: flex;
      margin: 3rem 0;
      height: 120px; }
      #home .about-features .feature-wrapper .feature-icon-wrapper {
        background: #243C4B;
        height: 40px;
        min-width: 40px;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%; }
        #home .about-features .feature-wrapper .feature-icon-wrapper .icon {
          line-height: 20px; }
        #home .about-features .feature-wrapper .feature-icon-wrapper .icon-goldfish {
          color: #ED5C28; }
        #home .about-features .feature-wrapper .feature-icon-wrapper .icon-aether {
          color: #9DCDCB; }
        #home .about-features .feature-wrapper .feature-icon-wrapper .icon-sunshine {
          color: #FFAC3C; }
        #home .about-features .feature-wrapper .feature-icon-wrapper .icon-midnight {
          color: #243C4B; }
        #home .about-features .feature-wrapper .feature-icon-wrapper .icon-marble {
          color: #F0EAE3; }
        #home .about-features .feature-wrapper .feature-icon-wrapper .icon-label {
          height: 14px;
          margin-left: 2px; }
      #home .about-features .feature-wrapper .feature-content h4 {
        color: #243C4B;
        font-size: 14px;
        text-transform: uppercase; }
      #home .about-features .feature-wrapper .feature-content p {
        color: rgba(36, 60, 75, 0.5);
        font-family: "Gotham Rounded Book", sans-serif;
        font-size: 16px; }
  #home .organizations {
    background: #f6f6f6;
    padding: 6rem 0 0 0;
    height: 800px;
    overflow: hidden; }
    #home .organizations .text {
      padding: 6rem 0 1rem 0; }
      #home .organizations .text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: #243C4B;
        line-height: 1.3; }
      #home .organizations .text h4 {
        color: #243C4B;
        font-family: "Gotham Rounded Book", sans-serif;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        max-width: 700px; }
      #home .organizations .text .login-link a {
        color: #243C4B;
        display: block;
        margin-top: 20px; }
    #home .organizations .image {
      margin-top: 50px;
      margin-left: 0px;
      margin-bottom: -60px;
      width: 1000px; }
  #home .organizations-volunteers {
    background-color: #203f52;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiMxMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzI0M2M0YiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDA1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #10496d), color-stop(0.405, #243c4b));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
    /* IE10+ */
    background-image: linear-gradient(213deg, #10496d 0%, #243c4b 40.5%);
    background-image: -ms-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
    padding: 6rem 0 0 0;
    height: 800px;
    overflow: hidden; }
    #home .organizations-volunteers .text {
      padding: 6rem 0 1rem 0; }
      #home .organizations-volunteers .text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: white;
        line-height: 1.3; }
      #home .organizations-volunteers .text h4 {
        color: white;
        font-family: "Gotham Rounded Book", sans-serif;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        max-width: 700px; }
    #home .organizations-volunteers .image {
      margin-top: 200px;
      margin-left: -30px;
      margin-bottom: -60px;
      height: 500px; }
  #home .blog {
    background-color: #ffb13c;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmM5M2MiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmYWMzYyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzQiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #ffc93c), color-stop(0.34, #ffac3c));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(237deg, #ffc93c 0%, #ffac3c 34%);
    /* IE10+ */
    background-image: linear-gradient(213deg, #ffc93c 0%, #ffac3c 34%);
    background-image: -ms-linear-gradient(237deg, #ffc93c 0%, #ffac3c 34%);
    padding: 6rem 0 0 0;
    height: 800px;
    overflow: hidden; }
    #home .blog .text {
      padding: 6rem 0 1rem 0; }
      #home .blog .text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: #243C4B;
        line-height: 1.3; }
      #home .blog .text h4 {
        color: #243C4B;
        font-family: "Gotham Rounded Book", sans-serif;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        max-width: 700px; }
    #home .blog .image {
      margin-top: 100px;
      margin-left: -30px;
      margin-bottom: -60px;
      height: 700px; }

.golden-orgs {
  text-align: center;
  background: #fff;
  padding: 40px 0; }
  .golden-orgs .description {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 2.6rem;
    color: rgba(36, 60, 75, 0.5);
    flex: 1 1 100%;
    padding: 0 48px; }
  .golden-orgs .row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 0; }
    .golden-orgs .row a {
      margin: 32px auto;
      flex: 1 1 50%;
      transition: opacity .175s ease;
      opacity: 0.7; }
      .golden-orgs .row a:hover {
        opacity: 1; }
  .golden-orgs .org-logo {
    display: block;
    margin: 0 auto;
    transform: scale(0.85); }
    .golden-orgs .org-logo.adventhealth, .golden-orgs .org-logo.toms {
      opacity: 0.6; }
    .golden-orgs .org-logo.habitat, .golden-orgs .org-logo.marchofdimes, .golden-orgs .org-logo.unitedway {
      opacity: 0.55; }
    .golden-orgs .org-logo.unitedway {
      opacity: 0.54; }
    .golden-orgs .org-logo.mobile {
      display: block; }
      .golden-orgs .org-logo.mobile img.charitynavigator {
        height: 64px; }
    .golden-orgs .org-logo.not-mobile {
      display: none; }
    .golden-orgs .org-logo img {
      height: 32px; }
      .golden-orgs .org-logo img.marchofdimes {
        height: 45px; }
      .golden-orgs .org-logo img.toms {
        height: 20px; }
      .golden-orgs .org-logo img.unitedway, .golden-orgs .org-logo img.habitat, .golden-orgs .org-logo img.mfb {
        height: 45px; }
      .golden-orgs .org-logo img.time {
        height: 28px; }
      .golden-orgs .org-logo img.mfb {
        height: 40px; }
      .golden-orgs .org-logo img.people {
        height: 45px; }
      .golden-orgs .org-logo img.bbc, .golden-orgs .org-logo img.techcrunch {
        height: auto;
        max-width: 175px; }
      .golden-orgs .org-logo img.uofa {
        transform: none; }
      .golden-orgs .org-logo img.adventhealth {
        height: 40px; }
      .golden-orgs .org-logo img.charitynavigator {
        height: 54px; }
    .golden-orgs .org-logo span {
      height: 0;
      display: block;
      text-indent: -9999px; }
  .golden-orgs.asseenin .row a {
    flex: 1 1 49%; }

.sandberg {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 0;
  padding: 40px 20% 40px 10%; }

.sandberg-quote {
  display: inline-block;
  color: #ED5C28;
  text-align: right;
  margin-right: 5px;
  font-size: 180px;
  font-weight: bold;
  line-height: 180px;
  width: 20%; }

.sandberg-box {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  padding-left: 20px; }
  .sandberg-box .sandberg-text {
    text-align: left;
    font-size: 24px;
    font-style: italic; }
  .sandberg-box .sandberg-name {
    text-align: right;
    font-size: 24px;
    font-style: italic;
    font-weight: bold; }

.awards {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto; }
  .awards .row {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap; }
  .awards figure {
    margin: 32px 0;
    flex: 1 1 100%; }
  .awards img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 75px; }
    .awards img.fb-color, .awards img.fastco-color, .awards img.ideo-color {
      max-width: 175px; }
    .awards img.time-color {
      max-width: 150px; }
    .awards img.bmg-color {
      max-width: 235px;
      max-height: 95px; }
    .awards img.webby-color {
      height: 100px;
      max-height: 100px; }
    .awards img.ncmnps-color {
      height: 115px;
      max-height: 115px; }
  .awards .twoimages img {
    display: inline-block;
    width: 60px;
    width: 50px; }
    .awards .twoimages img.android {
      margin-right: 8px;
      width: 60px; }
  .awards .award-title {
    font-size: 14px;
    font-weight: bold;
    color: #FFAC3C;
    margin: 16px auto 0;
    display: block; }
  .awards .award-subtitle {
    display: block;
    font-size: 12px;
    margin: 0 auto; }

.down-icon {
  width: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: 30px;
  color: #fff;
  z-index: 10;
  font-size: 20px; }

@media (min-width: 768px) {
  .awards .row figure {
    flex: 1 1 50%; }

  .golden-orgs .org-logo img {
    transform: scale(1.2) !important; }
  .golden-orgs.asseenin {
    justify-content: space-between; }
    .golden-orgs.asseenin .org-logo img {
      opacity: 1;
      transform: none; }
  .golden-orgs .row {
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 1080px) {
  .golden-orgs .row a {
    flex: 1; }
    .golden-orgs .row a.org-logo.mobile {
      display: none; }
    .golden-orgs .row a.org-logo.not-mobile {
      display: block; }
  .golden-orgs.asseenin .row a {
    flex: 1; }

  .awards .row figure {
    flex: 1; } }
@media (max-width: 1080px) {
  #home .main-slide .main-title .title {
    font-size: 36px; }

  #home .main-slide .main-inner .main-panel .main-text h3 {
    font-size: 1.8rem;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 2rem; } }
@media (max-width: 768px) {
  #home .main-slide .main-title .title {
    font-size: 24px; }

  #home .main-slide .main-inner .main-panel .main-text h3 {
    font-size: 1.5rem;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 2rem; }

  #home .about-features .feature-wrapper {
    max-width: 100%;
    height: auto; }

  #home .feature-wrapper {
    height: auto; }

  #home .organizations .image {
    margin-top: 50px;
    margin-left: 0px;
    width: 400px; }

  #home .organizations-volunteers .image {
    margin-top: 50px;
    margin-left: 0px;
    height: 200px !important; }

  #home .blog .image {
    margin-top: 0px;
    margin-left: 0px;
    height: 300px !important; } }
@media (max-width: 1023px) {
  #home .main-slide .main-inner {
    display: block;
    padding-bottom: 15px; }

  #home .main-slide .main-title .title {
    font-size: 20px; }

  #home .main-slide .main-image {
    display: block;
    width: 75%;
    height: auto;
    margin: 30px auto 0; }

  #home .main-slide .main-panel {
    display: block;
    width: 100%;
    height: auto; } }
.pin-wrapper {
  height: 100vh;
  width: 100vw;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  user-select: none; }

#karats {
  width: 100%;
  overflow: hidden; }
  #karats #slide01,
  #karats #slide03,
  #karats #slide05 {
    background-color: #ed6828;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiNlZDg5MjgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2VkNWMyOCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTEzIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #ed8928), color-stop(0.513, #ed5c28));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%);
    /* IE10+ */
    background-image: linear-gradient(213deg, #ed8928 0%, #ed5c28 51.3%);
    background-image: -ms-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%); }
  #karats #slide02,
  #karats #slide04,
  #karats .call-to-action {
    background: #f6f6f6; }
  #karats .slide {
    position: relative;
    height: 100vh; }
    #karats .slide .pin-wrapper-show {
      opacity: 1; }
      #karats .slide .pin-wrapper-show .image-wrapper > span {
        opacity: 1; }
    #karats .slide .image-wrapper {
      width: 300px;
      position: relative;
      left: 50%;
      transform: translate(-50%, -50%); }
      #karats .slide .image-wrapper > span {
        position: absolute;
        top: 25px;
        left: 27px;
        right: 44px;
        bottom: 37px;
        overflow: hidden;
        transition: all .1s;
        background-color: transparent;
        border-radius: 22px; }
    #karats .slide .iphone {
      width: 300px;
      -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
    #karats .slide .screen {
      width: 234px;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-appearance: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    #karats .slide .pin-wrapper-show .screen {
      transform: translate(0, 0);
      transform-origin: bottom center; }
    #karats .slide .intro-text {
      position: absolute;
      top: calc(55%);
      left: calc(50% + 200px);
      transform: translate(0, -50%);
      width: 300px;
      max-width: 300px;
      transition: all .3s ease-out;
      z-index: 10; }
      #karats .slide .intro-text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: white;
        font-size: 2.2rem;
        margin-top: 0;
        line-height: 1.5;
        margin-bottom: 1rem; }
    #karats .slide .fade-out {
      opacity: 0; }
    #karats .slide .text {
      position: absolute;
      width: 300px;
      max-width: 300px;
      z-index: 10;
      top: 50%;
      transform: translate(0, -50%); }
      #karats .slide .text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: #243C4B;
        font-size: 2.1rem;
        padding-top: 5rem;
        margin-top: 0;
        line-height: 1.3; }
      #karats .slide .text h4 {
        font-family: "Gotham Rounded Medium", sans-serif;
        color: #ED5C28;
        font-size: 1.7rem;
        margin-bottom: 3rem;
        line-height: 1.4; }
      #karats .slide .text p, #karats .slide .text li {
        font-family: "Gotham Rounded Book", sans-serif;
        color: #243C4B;
        font-size: 1.6rem;
        line-height: 1.7; }
    #karats .slide .text-alt h4 {
      color: #9DCDCB; }
    #karats .slide .text-alt p, #karats .slide .text-alt li {
      color: #fff; }
    #karats .slide .left-side {
      width: 300px;
      right: 50%;
      margin-right: 200px; }
    #karats .slide .right-side {
      left: 50%;
      margin-left: 200px; }
  #karats #slide01 .screen {
    transform: translate(0, -400px);
    transition: all .75s .01s ease; }
  #karats #slide01 .pin-wrapper-show .screen {
    transform: translate(0, 0); }
  #karats #slide02 .screen {
    transform: translate(0, 0); }
  #karats #slide02 .pin-wrapper-show .screen {
    transform: translate(0, -385px);
    transition: all 1s .03s ease; }
  #karats #slide03 .image-wrapper > span, #karats #slide04 .image-wrapper > span, #karats #slide05 .image-wrapper > span {
    right: 39px; }
  #karats #slide04 .screen {
    transform: translate(0, 0);
    opacity: 0;
    transition: none; }
  #karats #slide04 .pin-wrapper-show .screen {
    transform: translate(0, 0);
    opacity: 1;
    transition: opacity .5s .05s ease;
    background-color: #9DCDCB;
    transition: none; }
  #karats #slide05 .image-wrapper > span {
    background-color: black; }
  #karats #slide05 .screen {
    transform: translate(15px, 0);
    opacity: 0; }
  #karats #slide05 .pin-wrapper-show .screen {
    transform: translate(0, 0);
    opacity: 1;
    transition: all .5s .05s ease; }
  #karats .fixed {
    bottom: auto !important;
    height: 90px !important;
    pointer-events: none;
    border-radius: 22px 22px 0 0 !important; }
    #karats .fixed img {
      transform: translate(0, 0) !important; }
  #karats .call-to-action {
    padding: 7rem 0 10rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100; }
    #karats .call-to-action h3 {
      margin-bottom: 4rem;
      line-height: 1.3; }

.mobile #karats #slide01,
.mobile #karats #slide02,
.mobile #karats #slide03,
.mobile #karats #slide04 {
  background: #f6f6f6;
  display: block; }
.mobile #karats .slide {
  width: auto;
  padding: 30px;
  height: auto !important; }
  .mobile #karats .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #karats .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #karats .slide .bg {
    display: none; }
  .mobile #karats .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 10;
    color: #243c4b;
    text-align: center; }
    .mobile #karats .slide .intro-text h3 {
      color: #ED5C28; }
  .mobile #karats .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: center;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #karats .slide .text ul {
      display: inline-block;
      text-align: left; }
    .mobile #karats .slide .text h4 {
      color: #9dcdcb;
      font-weight: bold; }
  .mobile #karats .slide .text-alt p, .mobile #karats .slide .text-alt li, .mobile #karats .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #karats .slide .text-alt h4 {
    color: #9dcdcb;
    font-weight: bold; }
  .mobile #karats .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #karats .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #karats .page-counter {
  display: none; }
.mobile #karats .screen {
  opacity: 1 !important;
  transform: translate(0, 0) !important; }
.mobile #karats #slide02 .screen {
  transform: translate(0, -260px) !important; }

@media (max-width: 1150px) {
  #karats .page-counter {
    display: none; } }
@keyframes scrollY {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -50%); } }
#multinational #slide01,
#multinational #slide03 {
  background: #9DCDCB; }
#multinational #slide02,
#multinational #slide04 {
  background: #f6f6f6; }
#multinational .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #multinational .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #multinational .slide .pin-wrapper-show {
    opacity: 1; }
  #multinational .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #multinational .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #multinational .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #multinational .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #multinational .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #multinational .slide .fade-out {
    opacity: 0; }
  #multinational .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #multinational .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #multinational .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #multinational .slide .text p, #multinational .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #multinational .slide .text-alt p, #multinational .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #multinational .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#multinational .call-to-action {
  background: #9DCDCB;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #multinational .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #multinational .slide {
    padding-top: 0; }
    #multinational .slide .text {
      padding-top: 0; }
    #multinational .slide .ipad {
      width: 500px; }
    #multinational .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #multinational #slide01,
.mobile #multinational #slide02,
.mobile #multinational #slide03,
.mobile #multinational #slide04,
.mobile #multinational #slide05,
.mobile #multinational #slide06 {
  background: #f6f6f6;
  display: block; }
.mobile #multinational .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #multinational .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #multinational .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #multinational .slide .bg {
    display: none; }
  .mobile #multinational .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #multinational .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #multinational .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #multinational .slide .text h4 {
      color: #9dcdcb; }
  .mobile #multinational .slide .text-alt p, .mobile #multinational .slide .text-alt li, .mobile #multinational .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #multinational .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #multinational .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #multinational .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #multinational .page-counter {
    display: none; } }
#nonprofits #slide01,
#nonprofits #slide03,
#nonprofits #slide05 {
  background: #9DCDCB; }
#nonprofits #slide02,
#nonprofits #slide04,
#nonprofits #slide06 {
  background: #f6f6f6; }
#nonprofits .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #nonprofits .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #nonprofits .slide .pin-wrapper-show {
    opacity: 1; }
  #nonprofits .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #nonprofits .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #nonprofits .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #nonprofits .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #nonprofits .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 1.5rem; }
    #nonprofits .slide .intro-text h4 {
      color: #ED5C28;
      line-height: 2.75rem;
      margin-bottom: 4rem;
      font-family: "Gotham Rounded Medium", sans-serif; }
  #nonprofits .slide .fade-out {
    opacity: 0; }
  #nonprofits .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #nonprofits .slide .text h2 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #nonprofits .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #nonprofits .slide .text p, #nonprofits .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #nonprofits .slide .text-alt p, #nonprofits .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #nonprofits .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#nonprofits .call-to-action {
  background: #ED5C28;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #nonprofits .call-to-action p {
    color: white;
    font-size: 1.75rem;
    line-height: 1.5;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem; }
  #nonprofits .call-to-action h3 {
    margin-bottom: 3rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #nonprofits .slide {
    padding-top: 0; }
    #nonprofits .slide .text {
      padding-top: 0; }
    #nonprofits .slide .ipad {
      width: 500px; }
    #nonprofits .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #nonprofits #slide01,
.mobile #nonprofits #slide02,
.mobile #nonprofits #slide03,
.mobile #nonprofits #slide04,
.mobile #nonprofits #slide05,
.mobile #nonprofits #slide06 {
  background: #f6f6f6;
  display: block; }
.mobile #nonprofits .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #nonprofits .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #nonprofits .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #nonprofits .slide .bg {
    display: none; }
  .mobile #nonprofits .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #nonprofits .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #nonprofits .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #nonprofits .slide .text h4 {
      color: #9dcdcb; }
  .mobile #nonprofits .slide .text-alt p, .mobile #nonprofits .slide .text-alt li, .mobile #nonprofits .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #nonprofits .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #nonprofits .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #nonprofits .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #nonprofits .page-counter {
    display: none; } }
.underline, .pricing .pricing-grid h2 {
  position: relative;
  display: inline-block; }
  .underline:after, .pricing .pricing-grid h2:after {
    bottom: -5px;
    height: 3px;
    border-radius: 10px;
    background-color: #ED5C28;
    left: 0;
    right: 0;
    position: absolute;
    content: ""; }

#pricingContentWrapper {
  background-color: #f6f6f6;
  padding-bottom: 25px; }
  @media (max-width: 778px) {
    #pricingContentWrapper .sticky {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      padding: 15px;
      background-color: #fff; } }
  #pricingContentWrapper [data-plan-cta]:not(.active) {
    opacity: 0;
    height: 0;
    transform: translate(0, 200px); }
  #pricingContentWrapper [data-plan-cta].sticky {
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e5e5e5;
    animation: slideUp .5s 1;
    animation-fill-mode: forwards; }

.pricing {
  padding-top: 105px; }
  .pricing .herosection {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pricing .herosection h2 {
      margin-top: 0;
      margin-bottom: 0; }
  .pricing .btn {
    padding: 1.5rem;
    font-size: 16px;
    letter-spacing: normal;
    white-space: unset; }
  .pricing .btn-solid-orange {
    border-width: 1pt;
    border-color: transparent;
    border-style: solid; }
  .pricing .btn-outline {
    border: 1px solid #243C4B;
    border-radius: 2px !important;
    background-color: #fff; }
  .pricing nav {
    display: flex;
    margin-bottom: 8px; }
    .pricing nav button {
      flex: 1;
      border-radius: 0;
      text-transform: none;
      font-size: 16px;
      letter-spacing: normal; }
      .pricing nav button:first-child {
        border-right: 0; }
      .pricing nav button + .btn-outline {
        border-left: 0; }
      .pricing nav button.btn-solid-blue {
        pointer-events: none;
        user-select: none;
        background-color: #243C4B;
        color: #fff; }
        .pricing nav button.btn-solid-blue:focus, .pricing nav button.btn-solid-blue:active {
          background-color: #243C4B;
          color: #fff;
          outline: none;
          box-shadow: none; }
    @media (min-width: 779px) {
      .pricing nav {
        display: none !important; } }
  .pricing .category-headlines {
    margin: 40px 0; }
  .pricing .headline {
    text-align: center;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 16px;
    margin: 0; }
    @media (max-width: 778px) {
      .pricing .headline a:last-of-type {
        display: block; }
        .pricing .headline a:last-of-type:before {
          content: "("; }
        .pricing .headline a:last-of-type:after {
          content: ")"; } }
  .pricing .pricing-grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    .pricing .pricing-grid .btn {
      margin: auto 0 0; }
    .pricing .pricing-grid > div {
      position: relative;
      display: none; }
      .pricing .pricing-grid > div.active {
        display: flex;
        flex-direction: column;
        flex: 1; }
      .pricing .pricing-grid > div:first-of-type {
        padding-left: 0;
        border-radius: 0 0 10px 10px; }
        @media (max-width: 778px) {
          .pricing .pricing-grid > div:first-of-type {
            border-radius: 0;
            border: 2px solid #ccc;
            border-radius: 3px; } }
        .pricing .pricing-grid > div:first-of-type:before {
          display: none; }
      .pricing .pricing-grid > div .plans-top {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: 3fr minmax(0, 30%) minmax(0, 30%); }
        .pricing .pricing-grid > div .plans-top.onePlan {
          grid-template-columns: 3fr minmax(0, 35%); }
          .pricing .pricing-grid > div .plans-top.onePlan > div:empty + div h2 {
            border-radius: 8px 8px 0 0;
            background-color: #ED5C28; }
            @media (max-width: 778px) {
              .pricing .pricing-grid > div .plans-top.onePlan > div:empty + div h2 {
                border-radius: 0;
                background-color: transparent; } }
          .pricing .pricing-grid > div .plans-top.onePlan .summary h3 {
            margin: 0; }
        .pricing .pricing-grid > div .plans-top > div {
          border: none;
          border-radius: 0;
          box-shadow: none;
          padding: 0;
          position: relative; }
          .pricing .pricing-grid > div .plans-top > div:empty + div h2 {
            border-radius: 8px 0 0 0;
            background-color: #243C4B; }
            @media (max-width: 778px) {
              .pricing .pricing-grid > div .plans-top > div:empty + div h2 {
                border-radius: 0;
                background-color: transparent;
                color: #243C4B; } }
          .pricing .pricing-grid > div .plans-top > div .summary {
            position: relative; }
            .pricing .pricing-grid > div .plans-top > div .summary:before {
              width: 1px;
              content: "";
              top: 0;
              left: 0px;
              bottom: 0;
              background-color: #ccc;
              position: absolute; }
              @media (max-width: 778px) {
                .pricing .pricing-grid > div .plans-top > div .summary:before {
                  display: none; } }
          .pricing .pricing-grid > div .plans-top > div:last-child .summary:after {
            width: 1px;
            content: "";
            top: 0;
            right: 0px;
            bottom: 0;
            background-color: #ccc;
            position: absolute; }
            @media (max-width: 778px) {
              .pricing .pricing-grid > div .plans-top > div:last-child .summary:after {
                display: none; } }
        .pricing .pricing-grid > div .plans-top .btn {
          display: block;
          margin-top: auto;
          padding-left: 1rem;
          padding-right: 1rem; }
        .pricing .pricing-grid > div .plans-top h2 {
          border-radius: 0 8px 0 0;
          background-color: #ED5C28;
          display: block;
          padding: 24px;
          color: #fff;
          font-size: 24px;
          text-align: center;
          margin-top: 0; }
          .pricing .pricing-grid > div .plans-top h2:after {
            display: none; }
        .pricing .pricing-grid > div .plans-top .summary {
          padding: 40px;
          text-align: center;
          flex: 1;
          display: flex;
          flex-direction: column;
          gap: 32px; }
          .pricing .pricing-grid > div .plans-top .summary h3 {
            margin: 0 0 -16px 0;
            font-size: 24px; }
          .pricing .pricing-grid > div .plans-top .summary p {
            margin: 0;
            min-height: none; }
          @media (max-width: 778px) {
            .pricing .pricing-grid > div .plans-top .summary {
              padding: 24px;
              gap: 24px; } }
        @media (max-width: 778px) {
          .pricing .pricing-grid > div .plans-top {
            flex-direction: column;
            display: flex; }
            .pricing .pricing-grid > div .plans-top h2 {
              display: none; }
            .pricing .pricing-grid > div .plans-top [data-plan] {
              display: none; }
              .pricing .pricing-grid > div .plans-top [data-plan].active {
                display: flex; } }
      .pricing .pricing-grid > div .plans-details {
        border-radius: 0 0 10px 10px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }
        .pricing .pricing-grid > div .plans-details section {
          background: #fff;
          border: 1px solid #ccc; }
          .pricing .pricing-grid > div .plans-details section + section {
            border-top: 0; }
          .pricing .pricing-grid > div .plans-details section.all-plans {
            border-radius: 0 0 10px 10px; }
            .pricing .pricing-grid > div .plans-details section.all-plans li:last-child {
              border-radius: 0 0 10px 10px; }
            @media (max-width: 778px) {
              .pricing .pricing-grid > div .plans-details section.all-plans {
                border-radius: 3px; }
                .pricing .pricing-grid > div .plans-details section.all-plans li:last-child {
                  border-radius: 0; } }
        .pricing .pricing-grid > div .plans-details h4 {
          background-color: rgba(241, 242, 245, 0.6);
          font-size: 24px;
          margin: 0;
          padding: 20px 16px 16px 16px;
          border-bottom: 1px solid #ccc; }
          @media (max-width: 778px) {
            .pricing .pricing-grid > div .plans-details h4 {
              padding: 24px; } }
        .pricing .pricing-grid > div .plans-details ul {
          margin: 0;
          padding: 0;
          border-radius: 0 0 10px 10px; }
          .pricing .pricing-grid > div .plans-details ul.onePlan li {
            grid-template-columns: 3fr minmax(0, 35%); }
        .pricing .pricing-grid > div .plans-details li {
          display: grid;
          grid-template-columns: 3fr minmax(0, 30%) minmax(0, 30%);
          grid-auto-flow: column;
          font-size: 20px;
          margin: 0;
          line-height: normal;
          padding: 0;
          text-align: center; }
          @media (max-width: 778px) {
            .pricing .pricing-grid > div .plans-details li {
              display: flex;
              gap: 24px;
              align-items: center;
              justify-content: space-between; } }
          .pricing .pricing-grid > div .plans-details li + li {
            border-top: 1px dashed #ccc; }
          .pricing .pricing-grid > div .plans-details li .detail {
            text-align: left;
            display: flex;
            align-items: center; }
          .pricing .pricing-grid > div .plans-details li div {
            padding: 16px; }
            @media (max-width: 778px) {
              .pricing .pricing-grid > div .plans-details li div {
                padding: 24px; }
                .pricing .pricing-grid > div .plans-details li div.plan-column.active {
                  padding-top: 0;
                  padding-bottom: 0; } }
        .pricing .pricing-grid > div .plans-details .plan-column {
          text-align: center;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: bold; }
          .pricing .pricing-grid > div .plans-details .plan-column:before {
            content: "";
            background-color: #ccc;
            top: 0;
            left: 0;
            bottom: 0;
            width: 1px;
            position: absolute; }
          @media (max-width: 778px) {
            .pricing .pricing-grid > div .plans-details .plan-column {
              display: none; }
              .pricing .pricing-grid > div .plans-details .plan-column:before {
                display: none; }
              .pricing .pricing-grid > div .plans-details .plan-column .detail {
                display: none; }
              .pricing .pricing-grid > div .plans-details .plan-column.active {
                display: flex; }
                .pricing .pricing-grid > div .plans-details .plan-column.active ~ .detail {
                  background-color: red; } }
        .pricing .pricing-grid > div .plans-details .icon {
          pointer-events: none;
          user-select: none;
          border-radius: 100%;
          justify-content: center;
          display: inline-flex;
          align-items: center;
          height: 36px;
          width: 36px; }
          @media (max-width: 778px) {
            .pricing .pricing-grid > div .plans-details .icon {
              transform: translate(8px, 0); } }
          .pricing .pricing-grid > div .plans-details .icon.check {
            color: green; }
            .pricing .pricing-grid > div .plans-details .icon.check span {
              transform: scale(1.5); }
          .pricing .pricing-grid > div .plans-details .icon.info {
            background-color: #fff;
            color: rgba(109, 109, 109, 0.6);
            border: 3px solid rgba(109, 109, 109, 0.6);
            height: 24px;
            width: 24px; }
            .pricing .pricing-grid > div .plans-details .icon.info span {
              transform: scale(1.5); }
        .pricing .pricing-grid > div .plans-details .all-plans {
          text-align: center; }
          .pricing .pricing-grid > div .plans-details .all-plans h4 {
            background-color: #3bb87c;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            gap: 16px; }
            @media (max-width: 778px) {
              .pricing .pricing-grid > div .plans-details .all-plans h4 {
                flex-direction: column;
                gap: 8px; } }
            .pricing .pricing-grid > div .plans-details .all-plans h4 img {
              transform: translateY(-2px); }
          .pricing .pricing-grid > div .plans-details .all-plans li {
            display: flex;
            justify-content: center; }
            .pricing .pricing-grid > div .plans-details .all-plans li .detail {
              text-align: center; }
      .pricing .pricing-grid > div .plan-column-text {
        background-color: transparent; }
      .pricing .pricing-grid > div > div {
        flex: 1;
        padding: 0;
        position: relative; }
        .pricing .pricing-grid > div > div:first-of-type {
          margin-top: 0; }
        .pricing .pricing-grid > div > div .top {
          background-color: #fff;
          border-radius: 5px 5px 0 0;
          display: flex;
          flex-direction: column; }
        .pricing .pricing-grid > div > div .top-highlighted {
          background-color: #ED5C28;
          color: white;
          border-radius: 5px 5px 0 0; }
          .pricing .pricing-grid > div > div .top-highlighted h2 {
            color: white; }
            .pricing .pricing-grid > div > div .top-highlighted h2:after {
              bottom: -5px;
              height: 3px;
              border-radius: 10px;
              background-color: white;
              left: 0;
              right: 0;
              position: absolute;
              content: ""; }
          .pricing .pricing-grid > div > div .top-highlighted h3 {
            color: white; }
        .pricing .pricing-grid > div > div .bottom {
          border-radius: 0 0 5px 5px;
          border-width: 0 1px 1px 1px;
          background-color: #fff; }
    .pricing .pricing-grid h2 {
      margin: 0;
      font-size: 30px;
      padding: 0;
      font-family: "Gotham Rounded Book";
      font-weight: bold; }
    .pricing .pricing-grid h3 {
      margin: 25px 0 20px;
      font-size: 18px; }
      .pricing .pricing-grid h3 > span {
        font-size: 0.5em;
        color: gray;
        font-family: "Gotham Rounded Book"; }
    .pricing .pricing-grid p {
      margin: 0; }
    .pricing .pricing-grid ul {
      padding-left: 20px;
      margin-bottom: 0; }
      .pricing .pricing-grid ul ul li:last-of-type {
        margin-bottom: 5px; }
    .pricing .pricing-grid .link-base {
      margin: 15px 0;
      display: inline-block; }
    .pricing .pricing-grid .additional {
      font-weight: bold; }
    .pricing .pricing-grid li {
      margin-bottom: 5px;
      line-height: 1.5em; }
      .pricing .pricing-grid li:last-of-type {
        margin-bottom: 0; }
  .pricing .plan-filters {
    margin-top: 24px; }
    .pricing .plan-filters form {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 24px; }
      .pricing .plan-filters form > div {
        text-align: center; }
      @media (max-width: 778px) {
        .pricing .plan-filters form {
          flex-direction: column;
          margin-bottom: 24px; }
          .pricing .plan-filters form > div {
            text-align: left; } }
    .pricing .plan-filters label {
      display: inline-flex;
      cursor: pointer;
      font-family: "Gotham Rounded Book", sans-serif;
      font-size: 16px;
      align-items: center;
      margin-bottom: 0; }
      .pricing .plan-filters label:before {
        content: "";
        height: 16px;
        width: 16px;
        border: 4px solid transparent;
        background-color: white;
        margin-right: 10px;
        border-radius: 50%;
        box-shadow: 0 0 2px black;
        transform: translateY(-1px); }
      .pricing .plan-filters label:hover {
        color: #ED5C28; }
        .pricing .plan-filters label:hover:before {
          box-shadow: 0 0 2px #ED5C28; }
    .pricing .plan-filters input[type=radio] {
      display: none; }
      .pricing .plan-filters input[type=radio]:checked + label {
        pointer-events: none;
        user-select: none; }
        .pricing .plan-filters input[type=radio]:checked + label:before {
          border-color: white;
          border-width: 2px;
          background-color: #ED5C28;
          box-shadow: 0 0 2px #ED5C28; }
  @media (min-width: 990px) {
    .pricing #nonprofit-organization .top-highlighted p {
      min-height: 12vh; } }
  @media (min-width: 990px) {
    .pricing #company .top p {
      min-height: 8vh; } }
  @media (min-width: 990px) {
    .pricing #company .top-highlighted p {
      min-height: 8vh; } }
  @media (min-width: 990px) {
    .pricing #school .top p {
      min-height: 6vh; } }
  @media (min-width: 990px) {
    .pricing #school .top-highlighted p {
      min-height: 6vh; } }
  @media (min-width: 990px) {
    .pricing #ma .top p {
      min-height: 8vh; } }

@keyframes slideUp {
  0% {
    transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    height: unset;
    width: unset;
    opacity: unset; } }
#privacy-policy .lst-kix_ektvdrghbb6f-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_ewrrb6xn5efd-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_ewrrb6xn5efd-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_ewrrb6xn5efd-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_ewrrb6xn5efd-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_ewrrb6xn5efd-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_ewrrb6xn5efd-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_lo9pdqeczt56-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_dtsax4h5p776-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_dtsax4h5p776-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-8 {
  list-style-type: none; }
#privacy-policy .lst-kix_dtsax4h5p776-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-7 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_b2ykjyudsw6s-4 {
  list-style-type: none; }
#privacy-policy .lst-kix_c73c8zlshrhe-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_c73c8zlshrhe-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_8lz07xjg98yt-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-6 {
  list-style-type: none; }
#privacy-policy .lst-kix_8lz07xjg98yt-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-7 {
  list-style-type: none; }
#privacy-policy .lst-kix_pea3y0gqcvog-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_urzp55u487zi-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-2 {
  list-style-type: none; }
#privacy-policy .lst-kix_8lz07xjg98yt-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lzy6xgz1mrg9-4 {
  list-style-type: none; }
#privacy-policy .lst-kix_urzp55u487zi-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_urzp55u487zi-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_urzp55u487zi-0 {
  list-style-type: none; }
#privacy-policy .lst-kix_l99j9udovwtt-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_urzp55u487zi-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_l99j9udovwtt-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_l99j9udovwtt-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_l99j9udovwtt-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy ul.lst-kix_urzp55u487zi-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_urzp55u487zi-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_urzp55u487zi-4 {
  list-style-type: none; }
#privacy-policy .lst-kix_pea3y0gqcvog-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_urzp55u487zi-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_urzp55u487zi-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_urzp55u487zi-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_urzp55u487zi-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_urzp55u487zi-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_urzp55u487zi-7 {
  list-style-type: none; }
#privacy-policy .lst-kix_pea3y0gqcvog-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_pea3y0gqcvog-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy ul.lst-kix_dtsax4h5p776-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-1 {
  list-style-type: none; }
#privacy-policy .lst-kix_dtsax4h5p776-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-3 {
  list-style-type: none; }
#privacy-policy .lst-kix_dtsax4h5p776-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_dtsax4h5p776-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-4 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-4 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-7 {
  list-style-type: none; }
#privacy-policy .lst-kix_ewrrb6xn5efd-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-4 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_dtsax4h5p776-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ektvdrghbb6f-7 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_xldf3uoiz5r-7 {
  list-style-type: none; }
#privacy-policy .lst-kix_ewrrb6xn5efd-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_8lz07xjg98yt-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_8lz07xjg98yt-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-4 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_8lz07xjg98yt-7 {
  list-style-type: none; }
#privacy-policy .lst-kix_b2ykjyudsw6s-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_b2ykjyudsw6s-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_l99j9udovwtt-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-0 {
  list-style-type: none; }
#privacy-policy .lst-kix_xldf3uoiz5r-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_xldf3uoiz5r-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_xldf3uoiz5r-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_xldf3uoiz5r-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-8 {
  list-style-type: none; }
#privacy-policy .lst-kix_b2ykjyudsw6s-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-7 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-7 {
  list-style-type: none; }
#privacy-policy .lst-kix_xldf3uoiz5r-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-4 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_l99j9udovwtt-3 {
  list-style-type: none; }
#privacy-policy .lst-kix_xldf3uoiz5r-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-4 {
  list-style-type: none; }
#privacy-policy .lst-kix_b2ykjyudsw6s-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_b2ykjyudsw6s-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_b2ykjyudsw6s-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_b2ykjyudsw6s-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_b2ykjyudsw6s-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_xldf3uoiz5r-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_b2ykjyudsw6s-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_xldf3uoiz5r-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_lo9pdqeczt56-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-3 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-4 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-5 {
  list-style-type: none; }
#privacy-policy .lst-kix_xldf3uoiz5r-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-7 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_pea3y0gqcvog-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-7 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-4 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_ewrrb6xn5efd-3 {
  list-style-type: none; }
#privacy-policy .lst-kix_8lz07xjg98yt-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_urzp55u487zi-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_8lz07xjg98yt-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_pea3y0gqcvog-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_l99j9udovwtt-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_urzp55u487zi-3 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_l99j9udovwtt-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_urzp55u487zi-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_l99j9udovwtt-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_l99j9udovwtt-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_l99j9udovwtt-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_pea3y0gqcvog-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_urzp55u487zi-1 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-6 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-5 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-8 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-7 {
  list-style-type: none; }
#privacy-policy .lst-kix_pea3y0gqcvog-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_pea3y0gqcvog-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-0 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-2 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-1 {
  list-style-type: none; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-4 {
  list-style-type: none; }
#privacy-policy .lst-kix_pea3y0gqcvog-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy ul.lst-kix_c73c8zlshrhe-3 {
  list-style-type: none; }
#privacy-policy .lst-kix_dtsax4h5p776-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_dtsax4h5p776-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_dtsax4h5p776-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_ewrrb6xn5efd-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-8 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-0 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_8lz07xjg98yt-7 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-4 > li:before {
  content: "\0025cb  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-6 > li:before {
  content: "\0025cf  "; }
#privacy-policy .lst-kix_lzy6xgz1mrg9-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_8lz07xjg98yt-5 > li:before {
  content: "\0025a0  "; }
#privacy-policy .lst-kix_ektvdrghbb6f-2 > li:before {
  content: "\0025a0  "; }
#privacy-policy ol {
  margin: 0;
  padding: 0; }
#privacy-policy table td, #privacy-policy table th {
  padding: 0; }
#privacy-policy .c1 {
  margin-left: 72pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy .c0 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal; }
#privacy-policy .c7 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal; }
#privacy-policy .c11 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: center; }
#privacy-policy .c2 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy .c16 {
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  color: #1155cc;
  text-decoration: underline; }
#privacy-policy .c17 {
  text-decoration: none;
  vertical-align: baseline;
  font-family: "Arial";
  font-style: normal; }
#privacy-policy .c4 {
  font-size: 14pt;
  color: #4a86e8;
  font-weight: 700; }
#privacy-policy .c14 {
  color: inherit;
  text-decoration: inherit; }
#privacy-policy .c5 {
  padding: 0;
  margin: 0; }
#privacy-policy .c15 {
  max-width: 468pt;
  padding: 72pt 72pt 72pt 72pt; }
#privacy-policy .c13 {
  background-color: #ffff00; }
#privacy-policy .c10 {
  padding-left: 0pt; }
#privacy-policy .c6 {
  background-color: #ffffff; }
#privacy-policy .c3 {
  height: 11pt; }
#privacy-policy .c9 {
  margin-left: 36pt; }
#privacy-policy .c12 {
  font-size: 10.5pt; }
#privacy-policy .c8 {
  font-weight: 700; }
#privacy-policy .title {
  padding-top: 0pt;
  color: #000000;
  font-size: 26pt;
  padding-bottom: 3pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy .subtitle {
  padding-top: 0pt;
  color: #666666;
  font-size: 15pt;
  padding-bottom: 16pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy li {
  color: #000000;
  font-size: 11pt;
  font-family: "Arial"; }
#privacy-policy p {
  margin: 0;
  color: #000000;
  font-size: 11pt;
  font-family: "Arial"; }
#privacy-policy h1 {
  padding-top: 20pt;
  color: #000000;
  font-size: 20pt;
  padding-bottom: 6pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy h2 {
  padding-top: 18pt;
  color: #000000;
  font-size: 16pt;
  padding-bottom: 6pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy h3 {
  padding-top: 16pt;
  color: #434343;
  font-size: 14pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy h4 {
  padding-top: 14pt;
  color: #666666;
  font-size: 12pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy h5 {
  padding-top: 12pt;
  color: #666666;
  font-size: 11pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }
#privacy-policy h6 {
  padding-top: 12pt;
  color: #666666;
  font-size: 11pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  font-style: italic;
  orphans: 2;
  widows: 2;
  text-align: left; }

#salesforce .outer, #blackbaud .outer, #microsoft .outer {
  width: 100%;
  overflow: hidden; }
#salesforce .spacer, #blackbaud .spacer, #microsoft .spacer {
  width: 100%;
  height: 74px;
  background: #FFAC3C; }
#salesforce .notes, #blackbaud .notes, #microsoft .notes {
  margin-left: 5%; }
#salesforce .instructions, #blackbaud .instructions, #microsoft .instructions {
  margin-left: 5%; }

#salesforce .slide .intro-text h1 {
  margin-bottom: 1.5rem; }
#salesforce .slide .intro-text h4 {
  font-family: "Gotham Rounded Medium", sans-serif;
  margin-bottom: 4rem;
  color: #243C4B; }

.mobile #salesforce .slide .intro-text h4 {
  color: #243C4B; }

#schools #slide01,
#schools #slide03 {
  background-color: #ffb13c;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmM5M2MiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmYWMzYyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzQiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #ffc93c), color-stop(0.34, #ffac3c));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #ffc93c 0%, #ffac3c 34%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #ffc93c 0%, #ffac3c 34%);
  background-image: -ms-linear-gradient(237deg, #ffc93c 0%, #ffac3c 34%); }
#schools #slide02,
#schools #slide04 {
  background: #f6f6f6; }
#schools .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #schools .slide .pin-wrapper {
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: 10; }
  #schools .slide .pin-wrapper-show {
    opacity: 1; }
  #schools .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0;
    left: 40%;
    transform: translate(0, -50%); }
  #schools .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #schools .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #schools .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #schools .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #schools .slide .fade-out {
    opacity: 0; }
  #schools .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #schools .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #schools .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #schools .slide .text p, #schools .slide .text li {
      font-family: "Gotham Rounded Light", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #schools .slide .text-alt p, #schools .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #schools .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#schools .call-to-action {
  background: #FFAC3C;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #schools .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #schools .slide {
    padding-top: 0; }
    #schools .slide .text {
      padding-top: 0; }
    #schools .slide .ipad {
      width: 500px; }
    #schools .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #schools #slide01,
.mobile #schools #slide02,
.mobile #schools #slide03,
.mobile #schools #slide04,
.mobile #schools #slide05,
.mobile #schools #slide06 {
  background: #f6f6f6;
  display: block; }
.mobile #schools .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #schools .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #schools .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #schools .slide .bg {
    display: none; }
  .mobile #schools .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #schools .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #schools .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #schools .slide .text h4 {
      color: #9dcdcb; }
  .mobile #schools .slide .text-alt p, .mobile #schools .slide .text-alt li, .mobile #schools .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #schools .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #schools .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #schools .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #schools .page-counter {
    display: none; } }
#unicef-privacy-policy p.p1 {
  margin: 0.0px 0.0px 5.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #262626; }
#unicef-privacy-policy p.p2 {
  margin: 0.0px 0.0px 8.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #262626; }
#unicef-privacy-policy p.p3 {
  margin: 0.0px 0.0px 5.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #262626;
  min-height: 14.0px; }
#unicef-privacy-policy p.p4 {
  margin: 0.0px 0.0px 8.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000; }
#unicef-privacy-policy span.s1 {
  font-kerning: none; }
#unicef-privacy-policy span.s2 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  text-decoration: underline;
  font-kerning: none;
  color: #0000ff; }
#unicef-privacy-policy span.s3 {
  text-decoration: underline;
  font-kerning: none;
  color: #0000ff; }
#unicef-privacy-policy span.s4 {
  font: 12px "Gotham Rounded Light", sans-serif;
  text-decoration: underline;
  font-kerning: none;
  color: #0000ff; }
#unicef-privacy-policy span.s5 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  text-decoration: underline;
  font-kerning: none;
  color: #103cc0;
  background-color: #ffffff; }
#unicef-privacy-policy span.s6 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  font-kerning: none;
  color: #1a1a1a;
  background-color: #ffffff; }

#unicef-terms-of-service p.p1 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000;
  min-height: 12.0px; }
#unicef-terms-of-service p.p2 {
  margin: 0.0px 0.0px 0.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000; }
#unicef-terms-of-service p.p3 {
  margin: 0.0px 0.0px 7.5px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000; }
#unicef-terms-of-service p.p4 {
  margin: 0.0px 0.0px 5.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000; }
#unicef-terms-of-service p.p5 {
  margin: 0.0px 0.0px 5.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000;
  min-height: 12.0px; }
#unicef-terms-of-service p.p6 {
  margin: 0.0px 0.0px 8.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000; }
#unicef-terms-of-service p.p7 {
  margin: 0.0px 0.0px 8.0px 0.0px;
  text-align: justify;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000; }
#unicef-terms-of-service p.p8 {
  margin: 0.0px 0.0px 5.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000;
  min-height: 12.0px; }
#unicef-terms-of-service p.p9 {
  margin: 0.0px 0.0px 8.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000;
  min-height: 12.0px; }
#unicef-terms-of-service li.li4 {
  margin: 0.0px 0.0px 5.0px 0.0px;
  font: 12px "Gotham Rounded Medium", sans-serif;
  color: #000000; }
#unicef-terms-of-service span.s1 {
  font-kerning: none; }
#unicef-terms-of-service span.s2 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  text-decoration: underline;
  font-kerning: none;
  color: #0b4cb4; }
#unicef-terms-of-service span.s3 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  font-kerning: none; }
#unicef-terms-of-service span.s4 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  text-decoration: underline;
  font-kerning: none;
  color: #0b4cb4; }
#unicef-terms-of-service span.s5 {
  text-decoration: underline;
  font-kerning: none;
  color: #0b4cb4; }
#unicef-terms-of-service span.s6 {
  font: 12.0px Symbol; }
#unicef-terms-of-service span.s7 {
  text-decoration: underline;
  font-kerning: none; }
#unicef-terms-of-service span.s8 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  text-decoration: underline;
  font-kerning: none;
  color: #103cc0;
  background-color: #ffffff; }
#unicef-terms-of-service span.s9 {
  font: 12px "Gotham Rounded Medium", sans-serif;
  font-kerning: none;
  color: #1a1a1a;
  background-color: #ffffff; }
#unicef-terms-of-service span.Apple-tab-span {
  white-space: pre; }
#unicef-terms-of-service ul.ul1 {
  list-style-type: disc; }

#unitedway #slide01,
#unitedway #slide03,
#unitedway #slide05 {
  background-color: #203f52;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiMxMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzI0M2M0YiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDA1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #10496d), color-stop(0.405, #243c4b));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #10496d 0%, #243c4b 40.5%);
  background-image: -ms-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%); }
#unitedway #slide02,
#unitedway #slide04 {
  background: #f6f6f6; }
#unitedway .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #unitedway .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #unitedway .slide .pin-wrapper-show {
    opacity: 1; }
  #unitedway .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #unitedway .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #unitedway .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #unitedway .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #unitedway .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #unitedway .slide .fade-out {
    opacity: 0; }
  #unitedway .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #unitedway .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #unitedway .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #unitedway .slide .text p, #unitedway .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #unitedway .slide .text-alt h3 {
    color: #fff; }
  #unitedway .slide .text-alt p, #unitedway .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #unitedway .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#unitedway .call-to-action {
  background: #243C4B;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #unitedway .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #unitedway .slide {
    padding-top: 0; }
    #unitedway .slide .text {
      padding-top: 0; }
    #unitedway .slide .ipad {
      width: 500px; }
    #unitedway .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #unitedway #slide01,
.mobile #unitedway #slide02,
.mobile #unitedway #slide03,
.mobile #unitedway #slide04,
.mobile #unitedway #slide05 {
  background: #f6f6f6;
  display: block; }
.mobile #unitedway .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #unitedway .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #unitedway .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #unitedway .slide .bg {
    display: none; }
  .mobile #unitedway .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #unitedway .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #unitedway .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #unitedway .slide .text h4 {
      color: #9dcdcb; }
  .mobile #unitedway .slide .text-alt p, .mobile #unitedway .slide .text-alt li, .mobile #unitedway .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #unitedway .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #unitedway .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #unitedway .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #unitedway .page-counter {
    display: none; } }
#universities #slide01,
#universities #slide03 {
  background-color: #ffb13c;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmM5M2MiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmYWMzYyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzQiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #ffc93c), color-stop(0.34, #ffac3c));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #ffc93c 0%, #ffac3c 34%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #ffc93c 0%, #ffac3c 34%);
  background-image: -ms-linear-gradient(237deg, #ffc93c 0%, #ffac3c 34%); }
#universities #slide02,
#universities #slide04 {
  background: #f6f6f6; }
#universities .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #universities .slide .pin-wrapper {
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: 10; }
  #universities .slide .pin-wrapper-show {
    opacity: 1; }
  #universities .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0;
    left: 40%;
    transform: translate(0, -50%); }
  #universities .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #universities .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 0 4px 4px;
    background: transparent;
    margin-top: -6.5px;
    margin-left: 4.25px; }
  #universities .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #universities .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #universities .slide .fade-out {
    opacity: 0; }
  #universities .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #universities .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #universities .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #universities .slide .text p, #universities .slide .text li {
      font-family: "Gotham Rounded Light", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #universities .slide .text-alt p, #universities .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #universities .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#universities .call-to-action {
  background: #FFAC3C;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #universities .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #universities .slide {
    padding-top: 0; }
    #universities .slide .text {
      padding-top: 0; }
    #universities .slide .ipad {
      width: 500px; }
    #universities .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #universities #slide01,
.mobile #universities #slide02,
.mobile #universities #slide03,
.mobile #universities #slide04,
.mobile #universities #slide05,
.mobile #universities #slide06 {
  background: #f6f6f6;
  display: block; }
.mobile #universities .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #universities .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #universities .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #universities .slide .bg {
    display: none; }
  .mobile #universities .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #universities .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #universities .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #universities .slide .text h4 {
      color: #9dcdcb; }
  .mobile #universities .slide .text-alt p, .mobile #universities .slide .text-alt li, .mobile #universities .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #universities .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #universities .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #universities .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #universities .page-counter {
    display: none; } }
.pin-wrapper {
  height: 100vh;
  width: 100vw;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  user-select: none; }

#volunteers {
  width: 100%;
  overflow: hidden; }
  #volunteers #slide01,
  #volunteers #slide03,
  #volunteers #slide05 {
    background-color: #ed6828;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiNlZDg5MjgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2VkNWMyOCIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTEzIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #ed8928), color-stop(0.513, #ed5c28));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%);
    /* IE10+ */
    background-image: linear-gradient(213deg, #ed8928 0%, #ed5c28 51.3%);
    background-image: -ms-linear-gradient(237deg, #ed8928 0%, #ed5c28 51.3%); }
  #volunteers #slide02,
  #volunteers #slide04,
  #volunteers #slide06 {
    background: #f6f6f6; }
  #volunteers .slide {
    position: relative;
    height: 100vh; }
    #volunteers .slide .pin-wrapper-show {
      opacity: 1; }
    #volunteers .slide .image-wrapper {
      width: 300px;
      position: relative;
      left: 50%;
      transform: translate(-50%, -50%); }
    #volunteers .slide .iphone {
      width: 300px;
      -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
    #volunteers .slide .screen {
      width: 236px;
      position: absolute;
      top: 48.5%;
      left: 48%;
      transform: translate(-50%, -50%); }
    #volunteers .slide .intro-text {
      position: absolute;
      top: calc(40% + 37px);
      left: calc(50% + 200px);
      transform: translateY(-50%);
      width: 300px;
      max-width: 300px;
      transition: all .3s ease-out;
      z-index: 10; }
      #volunteers .slide .intro-text h1 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: white;
        font-size: 2.2rem;
        margin-top: 0;
        line-height: 1.5;
        margin-bottom: 4rem; }
      #volunteers .slide .intro-text h2 {
        color: #9DCDCB;
        font-family: "Gotham Rounded Medium", sans-serif;
        font-size: 1.7rem;
        margin-bottom: 3rem;
        line-height: 1.4; }
    #volunteers .slide .fade-out {
      opacity: 0; }
    #volunteers .slide .text {
      position: absolute;
      width: 300px;
      max-width: 300px;
      z-index: 10;
      top: 50%;
      transform: translateY(-50%); }
      #volunteers .slide .text h3 {
        font-family: "Gotham Rounded Bold", sans-serif;
        color: #243C4B;
        font-size: 2.1rem;
        padding-top: 5rem;
        margin-top: 0;
        line-height: 1.3; }
      #volunteers .slide .text h4 {
        font-family: "Gotham Rounded Medium", sans-serif;
        color: #ED5C28;
        font-size: 1.7rem;
        margin-bottom: 3rem;
        line-height: 1.4; }
      #volunteers .slide .text p, #volunteers .slide .text li {
        font-family: "Gotham Rounded Book", sans-serif;
        color: #243C4B;
        font-size: 1.6rem;
        line-height: 1.7; }
    #volunteers .slide .text-alt h4 {
      color: #9DCDCB; }
    #volunteers .slide .text-alt p, #volunteers .slide .text-alt li {
      color: #fff; }
    #volunteers .slide .left-side {
      width: 300px;
      right: 50%;
      margin-right: 200px; }
    #volunteers .slide .right-side {
      left: 50%;
      margin-left: 200px; }
  #volunteers .call-to-action {
    background: #ED5C28;
    padding: 7rem 0 10rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100; }
    #volunteers .call-to-action h3 {
      margin-bottom: 4rem;
      color: white;
      line-height: 1.3; }

.mobile #volunteers #slide01,
.mobile #volunteers #slide02,
.mobile #volunteers #slide03,
.mobile #volunteers #slide04,
.mobile #volunteers #slide05,
.mobile #volunteers #slide06 {
  background: #f6f6f6;
  display: block; }
.mobile #volunteers .slide {
  width: auto;
  padding: 30px;
  height: auto !important; }
  .mobile #volunteers .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #volunteers .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #volunteers .slide .bg {
    display: none; }
  .mobile #volunteers .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 10;
    color: #243c4b;
    text-align: center; }
    .mobile #volunteers .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #volunteers .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #volunteers .slide .text h4 {
      color: #9dcdcb;
      font-weight: bold; }
  .mobile #volunteers .slide .text-alt p, .mobile #volunteers .slide .text-alt li, .mobile #volunteers .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #volunteers .slide .text-alt h4 {
    color: #9dcdcb;
    font-weight: bold; }
  .mobile #volunteers .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #volunteers .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #volunteers .page-counter {
  display: none; }

@media (max-width: 1150px) {
  #volunteers .page-counter {
    display: none; } }
#governments #slide01,
#governments #slide03,
#governments #slide05,
#governments #slide07,
#governments #slide09 {
  background-color: #203f52;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4OC4zJSIgeTE9Ii02LjMlIiB4Mj0iMTEuNyUiIHkyPSIxMDYuMyUiPjxzdG9wIHN0b3AtY29sb3I9IiMxMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzI0M2M0YiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDA1Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 88.3% -6.3%, 11.7% 106.3%, color-stop(0, #10496d), color-stop(0.405, #243c4b));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%);
  /* IE10+ */
  background-image: linear-gradient(213deg, #10496d 0%, #243c4b 40.5%);
  background-image: -ms-linear-gradient(237deg, #10496d 0%, #243c4b 40.5%); }
#governments #slide02,
#governments #slide04,
#governments #slide06,
#governments #slide08 {
  background: #f6f6f6; }
#governments .slide {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #governments .slide .pin-wrapper {
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 10; }
  #governments .slide .pin-wrapper-show {
    opacity: 1; }
  #governments .slide .image-wrapper {
    width: 850px;
    position: relative;
    top: 0%;
    left: 40%;
    transform: translate(0, -50%); }
  #governments .slide .ipad {
    width: 100%;
    -webkit-filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.2)); }
  #governments .slide .screen {
    width: 664.5px;
    position: absolute;
    top: 48.9%;
    left: 50.7%;
    transform: translate(-50%, -50%); }
  #governments .slide .intro-text {
    position: absolute;
    top: calc(40% + 37px);
    right: calc(50% + 200px);
    transform: translateY(-50%);
    width: 300px;
    max-width: 300px;
    transition: all .3s ease-out;
    z-index: 100; }
    #governments .slide .intro-text h1 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: white;
      font-size: 2.2rem;
      margin-top: 0;
      line-height: 1.5;
      margin-bottom: 4rem; }
  #governments .slide .fade-out {
    opacity: 0; }
  #governments .slide .text {
    position: absolute;
    width: 300px;
    max-width: 300px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
    #governments .slide .text h3 {
      font-family: "Gotham Rounded Bold", sans-serif;
      color: #243C4B;
      font-size: 2.1rem;
      padding-top: 5rem;
      margin-top: 0;
      line-height: 1.3; }
    #governments .slide .text h4 {
      font-family: "Gotham Rounded Medium", sans-serif;
      color: #ED5C28;
      font-size: 1.7rem;
      margin-bottom: 3rem;
      line-height: 1.4; }
    #governments .slide .text p, #governments .slide .text li {
      font-family: "Gotham Rounded Book", sans-serif;
      color: #243C4B;
      font-size: 1.6rem;
      line-height: 1.7; }
  #governments .slide .text-alt h3 {
    color: #fff; }
  #governments .slide .text-alt p, #governments .slide .text-alt li {
    color: white;
    font-family: "Gotham Rounded Book", sans-serif; }
  #governments .slide .left-side {
    right: 50%;
    margin-right: 200px; }
#governments .call-to-action {
  background: #243C4B;
  padding: 7rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #governments .call-to-action h3 {
    margin-bottom: 4rem;
    color: white;
    line-height: 1.3; }

@media (max-width: 480px) {
  #governments .slide {
    padding-top: 0; }
    #governments .slide .text {
      padding-top: 0; }
    #governments .slide .ipad {
      width: 500px; }
    #governments .slide .screen {
      width: 393px;
      padding-right: 0;
      margin-right: 0;
      top: 48.9%;
      left: 29.9%; } }
.mobile #governments #slide01,
.mobile #governments #slide02,
.mobile #governments #slide03,
.mobile #governments #slide04,
.mobile #governments #slide05,
.mobile #governments #slide06,
.mobile #governments #slide07,
.mobile #governments #slide08,
.mobile #governments #slide09 {
  background: #f6f6f6;
  display: block; }
.mobile #governments .slide {
  width: auto;
  padding: 30px;
  height: auto; }
  .mobile #governments .slide .pin-wrapper {
    opacity: 1;
    height: auto;
    width: auto;
    position: relative;
    margin: 40px 0; }
  .mobile #governments .slide .image-wrapper {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transform: none; }
  .mobile #governments .slide .bg {
    display: none; }
  .mobile #governments .slide .intro-text {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    transition: none;
    z-index: 100;
    color: #243c4b;
    text-align: center; }
    .mobile #governments .slide .intro-text h1 {
      color: #ED5C28; }
  .mobile #governments .slide .text {
    position: static;
    max-width: 100%;
    width: 100%;
    text-align: left;
    transform: none;
    top: 0;
    color: #243c4b; }
    .mobile #governments .slide .text h4 {
      color: #9dcdcb; }
  .mobile #governments .slide .text-alt p, .mobile #governments .slide .text-alt li, .mobile #governments .slide .text-alt h3 {
    color: #243c4b; }
  .mobile #governments .slide .left-side {
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin-right: 0px;
    color: #243c4b; }
  .mobile #governments .slide .right-side {
    position: static;
    width: 100%;
    left: 0;
    margin-left: 0px;
    color: #243c4b; }
.mobile #governments .page-counter {
  display: none; }

@media (max-width: 1200px) {
  #governments .page-counter {
    display: none; } }
html, body {
  height: 100vh;
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #535C63;
  font-family: "Gotham Rounded Book", sans-serif; }
  body [data-tip] {
    cursor: help; }

a {
  color: #243c4b; }

a:hover,
a:focus {
  text-decoration: none;
  color: #243c4b;
  opacity: 0.8; }

h1, h2, h3, h4, h5 {
  font-family: "Gotham Rounded Bold", sans-serif;
  color: #243c4b; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit; }

.page-counter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .page-counter a {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    margin: 3.5px 0 3.5px 0;
    background: rgba(36, 60, 75, 0.25);
    border: 1px solid white;
    transition: all .475s ease;
    transform: rotate(0) scale(1) skew(0, 0); }
    .page-counter a:hover {
      background-color: #ED5C28;
      opacity: 1; }
  .page-counter .active {
    background: #243C4B;
    position: relative;
    opacity: 1;
    border-radius: 0;
    transform: rotate(225deg) scale(0.85) skew(10deg, 10deg); }

.intro {
  text-align: center;
  background: #fff;
  padding: 80px 0;
  border-bottom: 1px solid #ddd; }

.products {
  background: #fff;
  padding: 80px 0; }

.interactive {
  background: #eee;
  border-top: 1px solid #ddd; }
  .interactive .container {
    position: relative;
    height: 700px; }
  .interactive .ipad-vertical {
    background: #fff;
    border-radius: 30px 30px 0 0;
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: 0;
    right: 5%; }
  .interactive .ipad-horizontal {
    background: #fff;
    border-radius: 30px 30px 0 0;
    width: 800px;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: 5%; }

.hero {
  height: auto;
  text-align: center;
  padding: 40px 0 60px 0;
  background: #ED5C28; }
  .hero h2 {
    color: #fff;
    margin: 20px 0 0 0 !important; }

.input-form input {
  min-width: 400px;
  min-height: 40px; }
.input-form .light-label {
  color: white; }

.tooltip {
  background-color: #243C4B;
  color: #fff;
  font-size: 13px;
  opacity: 1;
  font-weight: bold;
  line-height: 1.38em;
  padding: 8px;
  max-width: 200px;
  text-align: center; }
  .tooltip * {
    margin: 0; }
