/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@font-face {
  font-family: "brisqq-com";
  src: url("../fonts/brisqq-com.eot");
  src: url("../fonts/brisqq-com.eot?#iefix") format("embedded-opentype"), url("../fonts/brisqq-com.woff") format("woff"), url("../fonts/brisqq-com.ttf") format("truetype"), url("../fonts/brisqq-com.svg#brisqq-com") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "brisqq-com" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="bicon-"]:before,
[class*=" bicon-"]:before {
  font-family: "brisqq-com" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bicon-activity:before {
  content: "\61"; }

.bicon-browser:before {
  content: "\62"; }

.bicon-check:before {
  content: "\64"; }

.bicon-fast-forward:before {
  content: "\65"; }

.bicon-right:before {
  content: "\66"; }

.bicon-left:before {
  content: "\67"; }

.bicon-hours:before {
  content: "\68"; }

.bicon-navigation:before {
  content: "\69"; }

.bicon-online-shop:before {
  content: "\6a"; }

.bicon-order:before {
  content: "\6b"; }

.bicon-package:before {
  content: "\6c"; }

.bicon-power-button:before {
  content: "\6d"; }

.bicon-presentation:before {
  content: "\6e"; }

.bicon-rating:before {
  content: "\6f"; }

.bicon-route:before {
  content: "\70"; }

.bicon-schedule:before {
  content: "\71"; }

.bicon-shop:before {
  content: "\72"; }

.bicon-technology:before {
  content: "\73"; }

.bicon-transfer:before {
  content: "\74"; }

.bicon-upload-to-cloud:before {
  content: "\77"; }

.bicon-vehicle:before {
  content: "\7a"; }

.bicon-home-house-streamline:before {
  content: "\75"; }

html, body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0; }

.index .splash-index {
  position: relative;
  top: 0;
  margin: 0;
  height: auto;
  min-height: 100vh; }
  .index .splash-index .splash-back {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out; }
    .index .splash-index .splash-back.active {
      opacity: 1; }
    .index .splash-index .splash-back object {
      height: 100%; }
  .index .splash-index video#bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; }
  .index .splash-index .splash-content-index {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-85%, -50%);
        -ms-transform: translate(-85%, -50%);
            transform: translate(-85%, -50%); }
    .index .splash-index .splash-content-index h1 {
      color: #FFFFFF;
      font-size: 60px;
      font-weight: 400;
      text-align: left;
      letter-spacing: 0;
      line-height: 72px; }
    .index .splash-index .splash-content-index h2 {
      margin-top: 11px;
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 400;
      text-align: left;
      line-height: 32px;
      margin-right: 20px; }
    .index .splash-index .splash-content-index .trial-btn-cont {
      margin-top: 20px;
      width: 195px;
      float: left; }
    .index .splash-index .splash-content-index .trial-btn {
      display: block;
      background: #00A6D8;
      border-radius: 5px;
      color: #fefefe;
      padding: 11px 25px;
      text-align: center;
      border: 2px solid #00A6D8;
      -webkit-transition: background-color 0.5s, color 0.5s;
      -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
      .index .splash-index .splash-content-index .trial-btn:hover {
        background: rgba(255, 255, 255, 0.7);
        color: #00A6D8; }
    .index .splash-index .splash-content-index .more {
      margin-top: 157px; }
      .index .splash-index .splash-content-index .more p {
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 24px;
        float: left; }
      .index .splash-index .splash-content-index .more .arrow-down-blue {
        float: left;
        opacity: 0.8;
        margin-right: 8px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        .index .splash-index .splash-content-index .more .arrow-down-blue i {
          font-size: 13px;
          color: #01A3D6; }
    @media screen and (max-width: 40em) {
      .index .splash-index .splash-content-index h1 {
        font-size: 30px;
        line-height: 40px; }
      .index .splash-index .splash-content-index h2 {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px; }
      .index .splash-index .splash-content-index .more {
        margin-top: 25px; } }
  @media screen and (max-width: 39.9375em) {
    .index .splash-index {
      height: 600px; }
      .index .splash-index .splash-content-index {
        left: 65%; }
      .index .splash-index .splash-content {
        padding-top: 30px; }
        .index .splash-index .splash-content h1 {
          font-size: 26px; }
        .index .splash-index .splash-content h2 {
          font-size: 18px;
          margin-top: 18px; }
        .index .splash-index .splash-content .trial-btn-cont {
          margin-top: 22px; } }
  @media screen and (min-width: 40em) and (max-width: 47.9375em) {
    .index .splash-index {
      height: 600px; }
      .index .splash-index .splash-content {
        padding-top: 40px; }
        .index .splash-index .splash-content h1 {
          font-size: 28px; }
        .index .splash-index .splash-content h2 {
          font-size: 20px; } }

.index .splash-background-helper {
  width: 100%;
  background: #F5F9FA;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1); }

.index .splash-switcher {
  background: #F5F9FA;
  height: 48px; }
  .index .splash-switcher .switch-side {
    line-height: 36px;
    border-top: 2px solid #F5F9FA;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; }
    .index .splash-switcher .switch-side.active {
      border-top: 2px solid #00A6D8; }
    .index .splash-switcher .switch-side:hover {
      border-top: 2px solid #c4f1ff; }
    .index .splash-switcher .switch-side.active:hover {
      border-top: 2px solid #00A6D8; }
    .index .splash-switcher .switch-side:first-child {
      border-right: 1px solid #e6e6e6; }
    .index .splash-switcher .switch-side span {
      margin-left: 15px;
      color: #6C7880;
      font-size: 22px;
      font-weight: 300; }
      @media screen and (max-width: 39.9375em) {
        .index .splash-switcher .switch-side span {
          font-size: 16px; } }
    .index .splash-switcher .switch-side icon {
      position: relative;
      font-size: 32px;
      color: #cacaca;
      top: 8px; }

.index .content-container {
  position: relative;
  z-index: 1; }
  .index .content-container .subheader {
    width: 100%;
    padding: 80px 40px;
    text-align: center;
    margin: 0;
    background: #FFFFFF; }
    .index .content-container .subheader .arrange-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .index .content-container .subheader .arrange-img .columns {
        padding: 0 30px;
        height: 50px;
        line-height: 50px; }
      .index .content-container .subheader .arrange-img img {
        max-height: 100%; }
  .index .content-container .precision {
    width: 100%;
    height: 210px;
    border-top: 1px solid #eee;
    background: #01a3d6;
    color: #ffffff;
    text-align: center; }
    .index .content-container .precision .valign-middle {
      height: 100%; }
    .index .content-container .precision #holder {
      position: relative;
      height: 100%;
      padding: 0 5px; }
    .index .content-container .precision #orangeImg1 {
      position: relative;
      z-index: 9999; }
    .index .content-container .precision #orangeImg2 {
      position: relative;
      z-index: 9999; }
    .index .content-container .precision #orangeImg3 {
      position: relative;
      z-index: 9999; }
    .index .content-container .precision #orangeImg4 {
      position: relative;
      z-index: 9999; }
    .index .content-container .precision #orangeBG {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 1;
      background: url("../img/new_images/Homepage_Schedule_Delivery.jpg");
      width: 100%;
      height: 100%;
      background-size: cover; }
    .index .content-container .precision #orangeImg2:hover ~ .target {
      background: url("../img/new_images/Homepage_Pick_Up.jpg");
      background-size: cover; }
    .index .content-container .precision #orangeImg3:hover ~ .target {
      background: url("../img/new_images/Homepage_Drop_Off.jpg");
      background-size: cover; }
    .index .content-container .precision #orangeImg4:hover ~ .target {
      background: url("../img/new_images/Homepage_Rate_Delivery.jpg");
      background-size: cover; }
    .index .content-container .precision #holder {
      padding: 0 100px; }
      .index .content-container .precision #holder .step-block {
        position: relative;
        display: none;
        width: 100%;
        height: 375px; }
        .index .content-container .precision #holder .step-block.active {
          display: block; }
        .index .content-container .precision #holder .step-block .step-text {
          position: absolute;
          width: 100%;
          bottom: 0;
          background: rgba(1, 163, 214, 0.7);
          text-align: center;
          color: #ffffff;
          font-size: 20px;
          line-height: 48px; }
      .index .content-container .precision #holder .step1 {
        background: url("../img/new_images/Homepage_Schedule_Delivery.jpg");
        background-size: cover;
        background-position: center; }
      .index .content-container .precision #holder .step2 {
        background: url("../img/new_images/Homepage_Pick_Up.jpg");
        background-size: cover;
        background-position: center; }
      .index .content-container .precision #holder .step3 {
        background: url("../img/new_images/Homepage_Drop_Off.jpg");
        background-size: cover;
        background-position: center; }
      .index .content-container .precision #holder .step4 {
        background: url("../img/new_images/Homepage_Rate_Delivery.jpg");
        background-size: cover;
        background-position: center; }
      .index .content-container .precision #holder .steps-nav {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 15px 0 0 0; }
        .index .content-container .precision #holder .steps-nav hr {
          position: absolute;
          width: 100%;
          z-index: 1;
          margin-top: 24px; }
        .index .content-container .precision #holder .steps-nav .nav-item {
          z-index: 2;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background: #ffffff;
          border: 1px solid #ccc;
          cursor: pointer;
          color: #000; }
          .index .content-container .precision #holder .steps-nav .nav-item:hover {
            border: 1px solid #01a3d6;
            color: #01a3d6; }
          .index .content-container .precision #holder .steps-nav .nav-item.active {
            border: 2px solid #01a3d6;
            color: #01a3d6; }
    .index .content-container .precision .description {
      font-size: 30px;
      font-weight: 400; }
    .index .content-container .precision .block-text {
      height: 100%; }
    .index .content-container .precision .description-img .sch-one:active {
      color: #01A3D6; }
    .index .content-container .precision .description-img p {
      cursor: pointer;
      color: #fff;
      font-size: 30px;
      margin-bottom: 0;
      line-height: 50px; }
      .index .content-container .precision .description-img p:hover {
        color: #01A3D6; }
      .index .content-container .precision .description-img p span {
        padding: 2px 5px;
        background: rgba(205, 205, 205, 0.6); }
  .index .content-container .rating {
    width: 100%;
    height: 440px;
    background: #ffffff;
    border-top: 1px solid #eee; }
    .index .content-container .rating .rating-height {
      height: 100%; }
    .index .content-container .rating .rating-img {
      background: url("../img/new_images/Homepage_next_to_regardless.jpg");
      background-size: cover;
      background-position: bottom center;
      height: 100%; }
    .index .content-container .rating .description {
      font-size: 30px;
      font-weight: 400; }
    .index .content-container .rating .block-text {
      padding: 0px 100px 0 136px;
      height: 100%; }
  .index .content-container .cta {
    height: 400px;
    background: #01A3D6;
    width: 100%; }
    .index .content-container .cta .cta-height {
      height: 100%; }
      .index .content-container .cta .cta-height .cta-first {
        padding-right: 135px; }
        .index .content-container .cta .cta-height .cta-first .columns {
          padding: 0; }
          .index .content-container .cta .cta-height .cta-first .columns.short-padding {
            padding-bottom: 15px !important; }
        .index .content-container .cta .cta-height .cta-first .row-one {
          padding-bottom: 58px; }
      .index .content-container .cta .cta-height .cta-img {
        padding-left: 0px;
        padding-right: 0px;
        background: url("../img/new_images/Homepage_next_to_features.jpg");
        background-size: cover;
        background-position: bottom center; }
      .index .content-container .cta .cta-height .subheading {
        font-size: 21px;
        color: #FFFFFF;
        line-height: 32px;
        padding: 0 0 14px 104px; }
      .index .content-container .cta .cta-height .description {
        height: 48px;
        font-size: 15px;
        color: #FEFEFE;
        letter-spacing: 0;
        line-height: 24px;
        padding-left: 104px; }
  .index .content-container .integration {
    height: 400px;
    width: 100%;
    background: #ffffff; }
    .index .content-container .integration .block-text {
      height: 400px; }
    .index .content-container .integration .heading {
      font-size: 42px;
      color: #01A3D6;
      line-height: 56px;
      text-align: center;
      padding-bottom: 18px; }
    .index .content-container .integration .description {
      font-size: 21px;
      color: #1D1D1B;
      line-height: 32px;
      text-align: center;
      padding-bottom: 31px; }
    .index .content-container .integration .trial-btn-cont {
      width: 195px;
      float: center; }
    .index .content-container .integration .trial-btn {
      display: block;
      background: #00A6D8;
      border-radius: 5px;
      color: #fefefe;
      padding: 11px 25px;
      text-align: center;
      border: 2px solid #00A6D8;
      -webkit-transition: background-color 0.5s, color 0.5s;
      -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
      .index .content-container .integration .trial-btn:hover {
        background: rgba(255, 255, 255, 0.7);
        color: #00A6D8; }
    .index .content-container .integration .valign-middle {
      display: table; }
      .index .content-container .integration .valign-middle > .columns {
        display: table-cell;
        vertical-align: middle; }
      .index .content-container .integration .valign-middle > .columns, .index .content-container .integration .valign-middle > [class*="column"] + [class*="column"]:last-child {
        float: none; }
  .index .content-container .links {
    height: 600px;
    width: 100%; }
    .index .content-container .links .left {
      height: 600px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8))), url("../img/new_images/Homepage_In_Store_link.jpg");
      background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("../img/new_images/Homepage_In_Store_link.jpg");
      background-size: cover; }
    .index .content-container .links .right {
      height: 600px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8))), url("../img/new_images/E_Commerce_Homepage_link.jpg");
      background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("../img/new_images/E_Commerce_Homepage_link.jpg");
      background-size: cover; }
    .index .content-container .links img {
      width: 86px; }
    .index .content-container .links .description {
      font-size: 60px;
      color: #FEFEFE;
      letter-spacing: 0;
      line-height: 72px;
      margin-bottom: 25px;
      margin-top: 24px; }
    .index .content-container .links .trial-btn-cont {
      width: 195px;
      float: center; }
    .index .content-container .links .trial-btn-left {
      font-size: 14px;
      display: block;
      background: #FF8A00;
      border-radius: 4px;
      color: #fefefe;
      padding: 6px 25px;
      text-align: center;
      border: 2px solid #FF8A00;
      -webkit-transition: background-color 0.5s, color 0.5s;
      -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
      -webkit-filter: brightness(60%);
              filter: brightness(60%); }
      .index .content-container .links .trial-btn-left:hover {
        -webkit-filter: brightness(100%);
                filter: brightness(100%); }
    .index .content-container .links .trial-btn-right {
      font-size: 14px;
      display: block;
      background: #A3C91C;
      border-radius: 4px;
      color: #fefefe;
      padding: 6px 25px;
      text-align: center;
      border: 2px solid #A3C91C;
      -webkit-transition: background-color 0.5s, color 0.5s;
      -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
      -webkit-filter: brightness(60%);
              filter: brightness(60%); }
      .index .content-container .links .trial-btn-right:hover {
        -webkit-filter: brightness(100%);
                filter: brightness(100%); }
    @media screen and (max-width: 40em) {
      .index .content-container .links {
        height: 800px; }
        .index .content-container .links .left, .index .content-container .links .right {
          height: 400px;
          display: table; }
          .index .content-container .links .left .small-size, .index .content-container .links .right .small-size {
            display: table-cell;
            vertical-align: middle; } }
  .index .content-container .content-block {
    padding: 50px 0;
    border: 1px solid #e6e6e6;
    border-top: none;
    margin-bottom: 0; }
    .index .content-container .content-block .column, .index .content-container .content-block .columns {
      padding: 20px 0; }
    .index .content-container .content-block .block-text {
      color: #6C7880;
      font-weight: 300;
      padding: 0 40px; }
      .index .content-container .content-block .block-text .subheading {
        font-size: 14px;
        font-weight: 400; }
      .index .content-container .content-block .block-text .heading {
        font-size: 32px;
        color: #0a0a0a;
        margin-bottom: 20px; }
      .index .content-container .content-block .block-text .description {
        font-size: 18px; }
    .index .content-container .content-block .block-image img {
      height: auto; }
  @media screen and (max-width: 63.9375em) {
    .index .content-container .precision #holder, .index .content-container .precision .block-text {
      padding: 0 20px 0 70px; }
    .index .content-container .rating .block-text {
      padding: 0 20px 0 70px; }
    .index .content-container .cta .cta-height .cta-first {
      padding-right: 50px;
      vertical-align: top;
      padding-top: 60px; }
      .index .content-container .cta .cta-height .cta-first .description, .index .content-container .cta .cta-height .cta-first .subheading {
        padding-left: 50px; }
    .index .content-container .links .description {
      font-size: 50px; } }
  @media screen and (max-width: 48em) {
    .index .content-container .subheader .arrange-img .columns {
      padding: 0px 15px; }
    .index .content-container .cta .cta-height .cta-img {
      display: none; }
    .index .content-container .precision #holder {
      padding: 0 20px; }
      .index .content-container .precision #holder .step2 {
        background-position: 30%; } }
  @media screen and (max-width: 40em) {
    .index .content-container .subheader {
      padding: 30px 5px; }
      .index .content-container .subheader .arrange-img {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .index .content-container .subheader .arrange-img img {
          padding: 5px 20px; }
    .index .content-container .precision .valign-middle {
      height: auto; }
    .index .content-container .precision #holder {
      height: 500px;
      padding: 0 25px 25px 25px; }
      .index .content-container .precision #holder p {
        font-size: 21px; }
    .index .content-container .precision .block-text {
      height: 200px;
      padding-left: 32px;
      display: table; }
      .index .content-container .precision .block-text .description {
        font-size: 21px;
        display: table-cell;
        vertical-align: middle;
        height: 200px; }
      .index .content-container .precision .block-text .description {
        font-size: 21px; }
    .index .content-container .rating .rating-img {
      height: 50%; }
    .index .content-container .rating .block-text {
      height: 50%;
      padding-left: 32px;
      display: table; }
      .index .content-container .rating .block-text .description {
        font-size: 21px;
        display: table-cell;
        vertical-align: middle; }
    .index .content-container .cta {
      height: 860px; }
      .index .content-container .cta .valign-middle .cta-first {
        padding-left: 32px; }
        .index .content-container .cta .valign-middle .cta-first .row-one {
          padding-bottom: 0; }
          .index .content-container .cta .valign-middle .cta-first .row-one .columns {
            padding: 0 0 35px; }
            .index .content-container .cta .valign-middle .cta-first .row-one .columns .subheading, .index .content-container .cta .valign-middle .cta-first .row-one .columns .description {
              padding-left: 0; }
        .index .content-container .cta .valign-middle .cta-first .row .columns {
          padding: 0 0 35px; }
          .index .content-container .cta .valign-middle .cta-first .row .columns .subheading, .index .content-container .cta .valign-middle .cta-first .row .columns .description {
            padding-left: 0; } }
  @media screen and (max-width: 40em) {
    .index .content-container .links .description {
      font-size: 42px; } }

/* -------------------------------------------------------------------------------------------- */
/* Animations */
@keyframes splashChange2 {
  from {
    background-image: url("../img/splash_1.jpg"); }
  to {
    background-image: url("../img/splash_2.jpg"); } }

@keyframes splashChange1 {
  from {
    background-image: url("../img/splash_2.jpg"); }
  to {
    background-image: url("../img/splash_1.jpg"); } }

@-webkit-keyframes splashChange2 {
  from {
    background-image: url("../img/splash_1.jpg"); }
  to {
    background-image: url("../img/splash_2.jpg"); } }

@-webkit-keyframes splashChange1 {
  from {
    background-image: url("../img/splash_2.jpg"); }
  to {
    background-image: url("../img/splash_1.jpg"); } }

/* -------------------------------------------------------------------------------------------- */
.about {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .about {
      margin-top: 80px; } }
  .about .success {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 0;
    height: 400px;
    background-image: url("../img/new_images/About Us Hero_2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto; }
    .about .success .title {
      position: relative;
      top: 140px; }
      .about .success .title p {
        font-size: 15px;
        color: #FEFEFE;
        letter-spacing: 0;
        line-height: 24px;
        background: rgba(1, 163, 214, 0.7);
        padding: 2px 5px;
        display: inline-block; }
      .about .success .title .succes_heading {
        width: 560px; }
        .about .success .title .succes_heading h1 {
          clear: both;
          background: rgba(1, 163, 214, 0.7);
          font-size: 30px;
          color: #FFFFFF;
          line-height: 40px;
          display: inline; }
    @media screen and (min-width: 48em) {
      .about .success .title {
        top: 140px;
        margin-left: 151px; } }
    @media screen and (max-width: 63.9375em) {
      .about .success .title {
        margin-left: 70px; }
        .about .success .title h1 {
          font-size: 50px; } }
  .about .content-container {
    position: relative; }
    .about .content-container .row {
      max-width: 100%; }
    .about .content-container .mission {
      width: 100%;
      height: 400px; }
      .about .content-container .mission .inner-container {
        height: 100%; }
        .about .content-container .mission .inner-container .second {
          background: #01A3D6;
          height: 100%; }
          .about .content-container .mission .inner-container .second .about-text-white {
            width: 100%;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 32px;
            padding-left: 136px;
            padding-right: 110px; }
            .about .content-container .mission .inner-container .second .about-text-white p {
              font-size: 18px;
              font-style: italic;
              margin-bottom: 0px; }
        .about .content-container .mission .inner-container .first {
          background: #FFFFFF;
          height: 100%; }
          .about .content-container .mission .inner-container .first .about-text-blue {
            width: 100%;
            font-size: 18px;
            color: #00A5DB;
            line-height: 32px;
            padding-left: 136px;
            padding-right: 110px; }
          .about .content-container .mission .inner-container .first .description {
            width: 100%;
            font-size: 18px;
            color: #000000;
            line-height: 32px;
            margin-top: 30px;
            padding-left: 136px;
            padding-right: 110px; }
        @media screen and (min-width: 48em) {
          .about .content-container .mission .inner-container {
            padding-left: 0;
            padding-right: 0; }
            .about .content-container .mission .inner-container .block-text {
              padding: 0 450px 0 120px;
              background: url("../img/about_mission.png") no-repeat;
              background-position: center right; } }
        @media screen and (min-width: 64em) {
          .about .content-container .mission .inner-container .block-text {
            padding: 0 520px 0 170px; } }
    .about .content-container .founder {
      width: 100%;
      height: 400px;
      background: #F5F5F0;
      font-size: 18px;
      color: #000000;
      line-height: 32px; }
      .about .content-container .founder .valign-middle {
        height: 100%; }
        .about .content-container .founder .valign-middle p {
          font-size: 18px;
          color: #00A5DB;
          line-height: 32px;
          font-style: normal; }
        .about .content-container .founder .valign-middle .columns {
          padding-left: 136px;
          padding-right: 136px;
          font-style: italic; }
    .about .content-container .purpose {
      width: 100%;
      height: 400px;
      background: #01A3D6; }
      .about .content-container .purpose .valign-middle {
        height: 100%; }
        .about .content-container .purpose .valign-middle .purpose-column {
          font-size: 15px;
          color: #FEFEFE;
          letter-spacing: 0;
          line-height: 24px;
          padding-left: 100px;
          padding-right: 100px;
          display: table-cell;
          vertical-align: middle; }
        .about .content-container .purpose .valign-middle img {
          width: 60px;
          height: 60px;
          margin-bottom: 15px; }
        .about .content-container .purpose .valign-middle h4 {
          margin-bottom: 10px;
          min-height: 50px; }
        .about .content-container .purpose .valign-middle p {
          min-height: 100px; }
          @media screen and (max-width: 75em) {
            .about .content-container .purpose .valign-middle p {
              min-height: 120px; } }
          @media screen and (max-width: 45em) {
            .about .content-container .purpose .valign-middle p {
              min-height: 145px; } }
          @media screen and (max-width: 40em) {
            .about .content-container .purpose .valign-middle p {
              min-height: 0px; } }
    .about .content-container .team {
      padding-top: 80px;
      width: 100%;
      height: auto;
      background: #FFFFFF; }
      .about .content-container .team .valign-middle .columns {
        vertical-align: top; }
      .about .content-container .team h4 {
        text-align: center;
        margin: 0;
        margin-bottom: 40px; }
      .about .content-container .team img {
        border-radius: 50%;
        max-height: 176px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .about .content-container .team .team-name {
        font-size: 21px;
        color: #0070C7;
        letter-spacing: 0;
        line-height: 24px;
        margin-top: 30px; }
      .about .content-container .team .team-position {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 24px; }
      .about .content-container .team .inner-container {
        clear: both; }
      @media screen and (min-width: 48em) {
        .about .content-container .team {
          height: auto;
          padding: 40px 120px 60px 120px; }
          .about .content-container .team .inner .columns {
            padding-left: 20px;
            padding-right: 0px; }
            .about .content-container .team .inner .columns:nth-child(1) {
              padding-left: 0;
              padding-right: 20px; } }
      @media screen and (min-width: 40em) {
        .about .content-container .team {
          background-size: initial; }
          .about .content-container .team .team-block:last-child {
            background: rgba(255, 255, 255, 0.9); } }
      @media screen and (max-width: 64em) {
        .about .content-container .team {
          padding: 80px 0; } }
      @media screen and (min-width: 40em) and (max-width: 47.9375em) {
        .about .content-container .team .team-text {
          min-height: 264px; } }
      @media screen and (max-width: 39.9375em) {
        .about .content-container .team .inner {
          padding: 0; } }
  @media screen and (max-width: 64em) {
    .about .content-container .mission .inner-container .second .about-text-white {
      padding-left: 70px;
      padding-right: 50px; }
    .about .content-container .mission .inner-container .first .about-text-blue {
      padding-left: 70px;
      padding-right: 50px; }
    .about .content-container .mission .inner-container .first .description {
      margin-top: 20px;
      padding-left: 70px;
      padding-right: 50px; }
    .about .content-container .founder .valign-middle .columns {
      padding-left: 70px;
      padding-right: 50px; }
    .about .content-container .purpose .valign-middle .purpose-column {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 40em) {
    .about .content-container .success .title {
      margin-left: 32px; }
      .about .content-container .success .title .succes_heading {
        width: auto; }
        .about .content-container .success .title .succes_heading h1 {
          font-size: 21px; }
    .about .content-container .mission {
      height: 800px; }
      .about .content-container .mission .inner-container .first {
        height: 50%;
        position: relative; }
        .about .content-container .mission .inner-container .first .about-text-blue {
          padding-left: 32px;
          padding-right: 32px;
          font-size: 15px;
          position: absolute;
          top: 50%;
          height: 100px;
          margin-top: -135px; }
        .about .content-container .mission .inner-container .first .description {
          padding-left: 32px;
          padding-right: 32px;
          font-size: 15px;
          position: absolute;
          top: 50%;
          height: 100px;
          margin-top: 50px; }
      .about .content-container .mission .inner-container .second {
        height: 50%;
        display: table; }
        .about .content-container .mission .inner-container .second .about-text-white {
          padding-left: 32px;
          padding-right: 32px;
          font-size: 15px;
          display: table-cell;
          vertical-align: middle; }
          .about .content-container .mission .inner-container .second .about-text-white p {
            font-size: 15px; }
    .about .content-container .founder {
      height: 550px; }
      .about .content-container .founder .valign-middle {
        display: table; }
        .about .content-container .founder .valign-middle .columns {
          padding-right: 32px;
          padding-left: 32px;
          font-size: 15px;
          display: table-cell;
          vertical-align: middle;
          float: none; }
          .about .content-container .founder .valign-middle .columns p {
            font-size: 15px; }
    .about .content-container .purpose {
      height: 900px;
      padding: 50px; }
      .about .content-container .purpose .valign-middle .purpose-column {
        padding: 41px; }
    .about .content-container .team {
      height: 1310px;
      padding: 75px 0; }
      .about .content-container .team h4 {
        margin-bottom: 0; }
      .about .content-container .team .valign-middle .columns {
        padding-top: 30px; } }
  @media screen and (max-width: 29.6875em) {
    .about .content-container .purpose {
      height: 950px; } }
  @media screen and (max-width: 25em) {
    .about .content-container .purpose .valign-middle .purpose-column {
      padding: 30px; } }
  @media screen and (max-width: 20em) {
    .about .content-container .purpose .valign-middle .purpose-column {
      padding: 25px; } }

.success-stories {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .success-stories {
      margin-top: 80px; } }
  .success-stories .success {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 0;
    height: 400px;
    background-image: url("../img/new_images/Success stories hero 1.jpg");
    background-size: cover;
    background-position: 67%;
    background-repeat: no-repeat;
    padding-left: 17px; }
    .success-stories .success .title {
      position: relative;
      top: 30px; }
      .success-stories .success .title p {
        font-size: 15px;
        color: #FEFEFE;
        letter-spacing: 0;
        line-height: 24px;
        background: rgba(96, 115, 144, 0.7);
        display: inline; }
      .success-stories .success .title .succes_heading {
        max-width: 600px;
        margin-top: 15px; }
        .success-stories .success .title .succes_heading h1 {
          font-size: 30px;
          color: #FFFFFF;
          line-height: 40px;
          display: inline;
          background: rgba(96, 115, 144, 0.7); }
    @media screen and (min-width: 40em) {
      .success-stories .success .title {
        top: 50px; }
        .success-stories .success .title h1 {
          font-size: 50px; } }
    @media screen and (min-width: 48em) {
      .success-stories .success .title {
        top: 120px; } }
  .success-stories .test {
    width: 100%;
    height: 100%;
    position: relative; }
    .success-stories .test .video-block {
      margin-bottom: 50px; }
      .success-stories .test .video-block .play-video-brisqq {
        position: absolute;
        z-index: 10;
        top: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        position: relative; }
        .success-stories .test .video-block .play-video-brisqq #brisqq-video {
          position: absolute;
          top: 0;
          left: 10%;
          max-width: 1140px;
          max-height: 641px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .success-stories .test .video-block iframe {
        -webkit-box-shadow: 0 18px 17px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 18px 17px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%; }
      .success-stories .test .video-block .video-cont {
        position: relative;
        width: 100%;
        height: 100%; }
      .success-stories .test .video-block .video-play-btn {
        position: relative;
        display: block;
        width: 84px;
        height: 84px;
        margin: 36px 0 0 50px; }
        .success-stories .test .video-block .video-play-btn img {
          position: absolute;
          left: 0;
          opacity: 0;
          -webkit-transition: opacity 1s ease-in;
          transition: opacity 1s ease-in; }
        .success-stories .test .video-block .video-play-btn img.top {
          opacity: 1; }
        .success-stories .test .video-block .video-play-btn img.top:hover {
          opacity: 0; }
        .success-stories .test .video-block .video-play-btn img.bottom:hover {
          opacity: 1; }
      .success-stories .test .video-block .video-overlay {
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      .success-stories .test .video-block .video-caption {
        text-align: center;
        display: block;
        position: relative;
        margin: 0 auto; }
        .success-stories .test .video-block .video-caption blockquote {
          display: inline;
          font-style: italic;
          line-height: 1.3;
          border: none;
          color: #ffffff; }
        .success-stories .test .video-block .video-caption blockquote:before {
          display: block;
          padding-left: 10px;
          content: "\201C";
          font-size: 60px;
          position: absolute;
          left: -10px;
          top: -10px;
          color: #6C7880; }
      .success-stories .test .video-block.skandium .video-overlay {
        background: url("../img/video-overlay-skandium.png") no-repeat;
        background-size: cover; }
      .success-stories .test .video-block.skandium blockquote {
        background: rgba(0, 0, 0, 0.3);
        line-height: 1.8; }
      .success-stories .test .video-block.skandium blockquote:before {
        line-height: 1; }
      .success-stories .test .video-block.bedales .video-overlay {
        background: url("../img/video-overlay-bedales.png") no-repeat;
        background-size: cover; }
      .success-stories .test .video-block.bedales blockquote {
        background: rgba(0, 0, 0, 0.3);
        line-height: 1.8; }
      .success-stories .test .video-block.bedales blockquote:before {
        line-height: 1; }
      .success-stories .test .video-block.rawpress .video-overlay {
        background: url("../img/video-overlay-rawpress.png") no-repeat;
        background-size: cover; }
      .success-stories .test .video-block.rawpress blockquote {
        background: rgba(0, 0, 0, 0.3);
        line-height: 1.8; }
      .success-stories .test .video-block.rawpress blockquote:before {
        line-height: 1; }
      .success-stories .test .video-block.bloomsbury .video-overlay {
        background: url("../img/video-overlay-bloomsbury.png") no-repeat;
        background-size: cover; }
      .success-stories .test .video-block.bloomsbury blockquote {
        background: rgba(0, 0, 0, 0.3);
        line-height: 1.8; }
      .success-stories .test .video-block.bloomsbury blockquote:before {
        line-height: 1; }
      .success-stories .test .video-block.case .video-overlay {
        background: url("../img/video-overlay-case.png") no-repeat;
        background-size: cover; }
      .success-stories .test .video-block.case blockquote {
        background: rgba(0, 0, 0, 0.3);
        line-height: 1.8; }
      .success-stories .test .video-block.case blockquote:before {
        line-height: 1; }
  .success-stories .content-container {
    position: relative;
    z-index: 1; }
    .success-stories .content-container .row {
      max-width: 1920px;
      max-width: 100%; }
    .success-stories .content-container .partners-block {
      padding-top: 50px;
      padding-bottom: 80px;
      text-align: center; }
      @media screen and (max-width: 40em) {
        .success-stories .content-container .partners-block {
          padding-top: 30px;
          padding-bottom: 40px; }
          .success-stories .content-container .partners-block .other {
            padding-bottom: 30px; } }
      .success-stories .content-container .partners-block .partners-cont .arrow {
        float: left;
        width: 15%;
        opacity: 0.8; }
        .success-stories .content-container .partners-block .partners-cont .arrow i {
          font-size: 50px;
          color: #e6e6e6; }
      .success-stories .content-container .partners-block .partners-cont .partners-list {
        display: inline-block;
        float: left;
        width: 80%; }
        .success-stories .content-container .partners-block .partners-cont .partners-list .partner-logo-box {
          padding: 10px;
          line-height: 96px;
          border: 1px solid #eee;
          margin-bottom: 20px; }
          .success-stories .content-container .partners-block .partners-cont .partners-list .partner-logo-box:hover {
            border: 1px solid #01a3d6; }
          .success-stories .content-container .partners-block .partners-cont .partners-list .partner-logo-box .partner-logo {
            max-height: 75px;
            margin: 10px 0; }
      .success-stories .content-container .partners-block .partners-cont ul {
        position: relative;
        list-style: none;
        margin: 0; }
        .success-stories .content-container .partners-block .partners-cont ul li {
          display: inline-block;
          padding: 0 30px;
          cursor: pointer; }
          @media screen and (max-width: 40em) {
            .success-stories .content-container .partners-block .partners-cont ul li {
              padding: 15px 10px; } }
          .success-stories .content-container .partners-block .partners-cont ul li .quote {
            margin-top: 50px;
            font-size: 18px;
            font-style: italic;
            line-height: 1.3;
            color: #8a8a8a; }
          .success-stories .content-container .partners-block .partners-cont ul li.blur {
            display: none;
            opacity: 0.5;
            -webkit-filter: blur(10px);
            -moz-filter: blur(10px);
            -o-filter: blur(10px);
            -ms-filter: blur(10px);
            filter: blur(10px); }
    @media screen and (min-width: 64em) {
      .success-stories .content-container .video-block .play-video-brisqq {
        width: 960px;
        height: 540px; }
      .success-stories .content-container .video-block .video-cont {
        margin: 0 auto; }
        .success-stories .content-container .video-block .video-cont .video-overlay {
          top: 0px;
          left: 0px; }
          .success-stories .content-container .video-block .video-cont .video-overlay .video-play-btn {
            position: relative;
            display: block;
            width: 174px;
            height: 174px;
            margin: 146px 0 0 250px; }
        .success-stories .content-container .video-block .video-cont .video-caption {
          width: 700px;
          top: 55px; }
          .success-stories .content-container .video-block .video-cont .video-caption blockquote {
            font-size: 24px;
            color: #ffffff; }
          .success-stories .content-container .video-block .video-cont .video-caption blockquote:before {
            font-size: 80px;
            color: #ffffff;
            left: -20px;
            top: -20px; } }
    @media screen and (max-width: 64em) {
      .success-stories .content-container .video-block {
        margin-bottom: 50px; }
        .success-stories .content-container .video-block .play-video-brisqq {
          width: 640px;
          height: 360px; }
        .success-stories .content-container .video-block .video-cont {
          margin: 0 auto; }
          .success-stories .content-container .video-block .video-cont .video-overlay {
            top: 0px;
            left: 0px; }
            .success-stories .content-container .video-block .video-cont .video-overlay .video-play-btn {
              position: relative;
              display: block;
              width: 135px;
              height: 135px;
              margin: 86px 0 0 100px; }
          .success-stories .content-container .video-block .video-cont .video-caption {
            width: 500px;
            top: 25px; }
            .success-stories .content-container .video-block .video-cont .video-caption blockquote {
              font-size: 18px; }
            .success-stories .content-container .video-block .video-cont .video-caption blockquote:before {
              font-size: 80px;
              color: #ffffff;
              left: -20px;
              top: -20px; }
      .success-stories .content-container .partners-list .partner-logo-box {
        min-height: 440px; } }
    @media screen and (max-width: 47.9375em) {
      .success-stories .content-container .video-block .play-video-brisqq {
        width: 480px;
        height: 270px; }
      .success-stories .content-container .video-block .video-cont {
        margin: 0 auto; }
        .success-stories .content-container .video-block .video-cont .video-overlay {
          top: 0px;
          left: 0px; }
          .success-stories .content-container .video-block .video-cont .video-overlay .video-play-btn {
            position: relative;
            display: block;
            width: 100px;
            height: 100px;
            margin: 60px 0 0 80px; }
        .success-stories .content-container .video-block .video-cont .video-caption {
          width: 400px; }
          .success-stories .content-container .video-block .video-cont .video-caption blockquote {
            font-size: 16px; }
          .success-stories .content-container .video-block .video-cont .video-caption blockquote:before {
            font-size: 80px;
            color: #ffffff;
            left: -20px;
            top: -20px; }
      .success-stories .content-container .arrow {
        display: none; }
      .success-stories .content-container .partners-list {
        width: 80%;
        float: none !important;
        margin-top: 20px; }
        .success-stories .content-container .partners-list .partner-logo-box {
          min-height: auto; } }
    @media screen and (max-width: 39.9375em) {
      .success-stories .content-container .video-block .play-video-brisqq {
        width: 320px;
        height: 180px; }
      .success-stories .content-container .video-block .video-cont {
        margin: 0 auto; }
        .success-stories .content-container .video-block .video-cont .video-overlay {
          top: 0px;
          left: 0px; }
          .success-stories .content-container .video-block .video-cont .video-overlay .video-play-btn {
            position: relative;
            display: block;
            width: 75px;
            height: 75px;
            margin: 35px 0 0 50px; }
        .success-stories .content-container .video-block .video-cont .video-caption {
          width: 320px;
          top: 0px; }
          .success-stories .content-container .video-block .video-cont .video-caption blockquote {
            font-size: 12px; }
          .success-stories .content-container .video-block .video-cont .video-caption blockquote:before {
            font-size: 40px;
            left: -10px;
            top: -10px; } }
    @media screen and (min-width: 48em) {
      .success-stories .content-container .partners-block {
        padding-top: 30px;
        padding-bottom: 172px; }
        .success-stories .content-container .partners-block .other {
          text-align: left;
          padding-bottom: 70px;
          padding-top: 34px;
          font-size: 30px;
          color: #000000;
          line-height: 40px;
          padding-left: 75px !important; }
        .success-stories .content-container .partners-block .partners-cont .arrow {
          width: 10%;
          margin-top: 30px; }
          .success-stories .content-container .partners-block .partners-cont .arrow i {
            font-size: 55px;
            color: #eee; }
        .success-stories .content-container .partners-block .partners-cont .partners-list {
          width: 80%; }
        .success-stories .content-container .partners-block .partners-cont .partner-logo-box {
          padding: 10px;
          line-height: 96px;
          border: 1px solid #eee; }
          .success-stories .content-container .partners-block .partners-cont .partner-logo-box:hover {
            border: 1px solid #01a3d6; }
          .success-stories .content-container .partners-block .partners-cont .partner-logo-box blockquote {
            font-size: 14px;
            font-style: italic;
            min-height: 100px;
            vertical-align: middle; }
          .success-stories .content-container .partners-block .partners-cont .partner-logo-box .partner-logo {
            max-height: 60px; }
            .success-stories .content-container .partners-block .partners-cont .partner-logo-box .partner-logo.skandium {
              padding: 0 20px; }
        .success-stories .content-container .partners-block .partners-cont ul li {
          float: left;
          margin: 0 2%;
          width: 22%;
          padding: 0; }
          .success-stories .content-container .partners-block .partners-cont ul li .quote {
            margin-top: 50px;
            font-size: 18px; }
          .success-stories .content-container .partners-block .partners-cont ul li.blur {
            display: block; }
          .success-stories .content-container .partners-block .partners-cont ul li:first-child {
            margin-left: 0; }
          .success-stories .content-container .partners-block .partners-cont ul li:last-child {
            margin-right: 0; } }

.docs .main {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 0px 20px 100px 20px;
  color: #6C7880; }
  .docs .main p {
    line-height: 1.8;
    margin-bottom: 2rem; }
  .docs .main h1 {
    color: #0a0a0a;
    font-size: 32px;
    margin: 80px 0; }
    .docs .main h1.main-title {
      font-size: 38px;
      margin: 40px 0 80px 0; }
  .docs .main h2 {
    color: #0a0a0a;
    font-size: 32px;
    margin: 80px 0; }
  .docs .main h3 {
    color: #0a0a0a;
    font-size: 28px;
    font-weight: 300;
    margin: 50px 0; }
  .docs .main h4 {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 300;
    margin: 30px 0; }
  @media screen and (min-width: 40em) {
    .docs .main {
      padding: 60px; } }
  @media screen and (min-width: 48em) {
    .docs .main {
      padding: 60px 120px; } }

.contact {
  margin-top: 121px; }
  .contact ul {
    list-style-type: none;
    text-align: left; }
    .contact ul li {
      margin-left: -18px; }
  .contact .hs-error-msgs li label {
    color: red; }
  .contact .hs_free_text_fill div {
    margin-top: 15px; }
  @media screen and (max-width: 64em) {
    .contact {
      margin-top: 80px; } }
  .contact .content-container {
    height: 1600px;
    background-image: url("../img/new_images/backg1.jpg");
    background-size: cover;
    padding: 90px 10px 0; }
    .contact .content-container .second {
      padding: 0;
      max-width: 930px;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.95); }
      .contact .content-container .second h2 {
        font-size: 21px;
        color: #01a3d6;
        line-height: 32px; }
      .contact .content-container .second h3 {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0;
        line-height: 24px;
        padding-bottom: 16px;
        padding-top: 16px; }
      .contact .content-container .second a {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 24px; }
      .contact .content-container .second .data {
        padding: 50px 40px;
        font-family: Rubik, Helvetica, Roboto, Arial, sans-serif; }
        .contact .content-container .second .data input {
          -webkit-box-shadow: none;
                  box-shadow: none;
          outline: none;
          font-size: 15px;
          color: #00a6d8;
          background-color: transparent;
          border: 1px solid #e1e8ee;
          border-radius: 3px;
          box-shadow: none;
          font-weight: 600;
          margin-right: 10px;
          vertical-align: bottom;
          position: relative;
          top: 11px; }
        .contact .content-container .second .data input:not([type="checkbox"]) {
          width: 100% !important; }
        .contact .content-container .second .data .hs_submit input {
          width: 40% !important;
          height: 40px; }
        .contact .content-container .second .data .text-cont .hbspt-form form fieldset {
          max-width: 870px;
          margin-bottom: 15px;
          text-align: left; }
          .contact .content-container .second .data .text-cont .hbspt-form form fieldset .hs-richtext {
            margin-bottom: 30px;
            text-align: center; }
        .contact .content-container .second .data .text-cont .hbspt-form form .legal-consent-container {
          margin-top: 20px; }
          .contact .content-container .second .data .text-cont .hbspt-form form .legal-consent-container .hs-richtext {
            text-align: left; }
        .contact .content-container .second .data .text-cont .hbspt-form form .hs_submit .actions input {
          margin-top: 40px !important; }
        .contact .content-container .second .data .text-cont .hbspt-form form .hs_free_text_fill .input textarea {
          -webkit-box-shadow: none;
                  box-shadow: none;
          outline: none;
          font-size: 15px;
          color: #00a6d8;
          width: 100%;
          background-color: transparent;
          border: 1px solid #e1e8ee;
          border-radius: 3px;
          box-shadow: none;
          font-weight: 600;
          resize: none !important; }
        .contact .content-container .second .data .text-cont .hbspt-form form .hs-phone input {
          height: 2.4375rem;
          margin: 0 0 1rem; }
        .contact .content-container .second .data .text-cont .hbspt-form form .hs-fieldtype-textarea .input textarea {
          height: 100px; }
        .contact .content-container .second .data .row {
          margin-top: 10px; }
          .contact .content-container .second .data .row textarea {
            border: 1px solid #e1e8ee;
            -webkit-box-shadow: none;
                    box-shadow: none; }
        .contact .content-container .second .data .button {
          width: 150px; }
      @media screen and (min-width: 40em) {
        .contact .content-container .second {
          padding: 0 40px 60px 40px; } }
      @media screen and (min-width: 48em) {
        .contact .content-container .second {
          padding: 0; } }
  @media screen and (max-width: 64em) {
    .contact .content-container {
      height: 2000px; } }

hr {
  max-width: 80rem !important; }

.faq {
  margin-top: 121px;
  width: 800px !important;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 64em) {
    .faq {
      margin-top: 82px; } }
  .faq .faq-headline {
    height: 231px;
    padding-top: 62px;
    padding-right: 360px;
    margin-bottom: -20px; }
    .faq .faq-headline h1 {
      color: #01A3D6;
      font-size: 42px;
      line-height: 56px; }
  .faq hr {
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .faq .content-container {
    margin: 50px 0; }
    .faq .content-container .row {
      padding-left: 0;
      padding-right: 0; }
    .faq .content-container .show-questions-general, .faq .content-container .show-questions-payment, .faq .content-container .show-questions-delivery, .faq .content-container .show-questions-deliver-brisqq {
      display: none; }
    .faq .content-container .first {
      background: #F3F3EE;
      height: 80px;
      margin-bottom: 20px; }
      .faq .content-container .first .arrow-down {
        float: right;
        opacity: 0.8;
        margin-right: 24px;
        margin-top: 30px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        .faq .content-container .first .arrow-down i {
          font-size: 18px;
          color: #000000; }
      .faq .content-container .first .arrow-up {
        float: right;
        opacity: 0.8;
        margin-right: 24px;
        margin-top: 30px;
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg);
        display: none; }
        .faq .content-container .first .arrow-up i {
          font-size: 18px;
          color: #000000; }
      .faq .content-container .first h2 {
        font-size: 21px;
        color: #1D1D1B;
        line-height: 32px;
        padding-left: 24px;
        padding-top: 26px;
        display: inline-block; }
      .faq .content-container .first img {
        float: right;
        padding-top: 34px;
        padding-right: 24px; }
    .faq .content-container .faq-name {
      float: left;
      width: 100%; }
      .faq .content-container .faq-name .arrow-down {
        float: right;
        opacity: 0.8;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
        .faq .content-container .faq-name .arrow-down i {
          font-size: 18px;
          color: #1EC4CC; }
      .faq .content-container .faq-name .arrow-up {
        float: right;
        opacity: 0.8;
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg);
        display: none; }
        .faq .content-container .faq-name .arrow-up i {
          font-size: 18px;
          color: #1EC4CC; }
      .faq .content-container .faq-name .question {
        font-size: 18px;
        color: #1D1D1B;
        line-height: 32px;
        display: inline-block; }
      .faq .content-container .faq-name img {
        float: right;
        padding-top: 8px; }
      .faq .content-container .faq-name a {
        color: #000;
        text-decoration: underline; }
    .faq .content-container ul {
      padding-top: 30px;
      margin-bottom: 57px;
      display: none; }
    .faq .content-container p {
      padding-top: 30px;
      margin-bottom: 57px;
      font-size: 15px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      display: none; }
  @media screen and (max-width: 50em) {
    .faq {
      width: 100% !important;
      padding: 0 32px; }
      .faq .faq-headline {
        padding-right: 0;
        margin-bottom: 0;
        padding-top: 40px;
        height: auto; }
        .faq .faq-headline h1 {
          font-size: 30px; }
      .faq .content-container .first h2 {
        font-size: 18px; }
      .faq .content-container .faq-name .question {
        width: 90%; } }

@media screen and (max-width: 64em) {
  .faq-padding {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

@media screen and (max-width: 40em) {
  .faq-padding {
    padding-left: .625rem;
    padding-right: .625rem; } }

.whitepaper-text-hide {
  display: none; }

.whitepaper-text-show {
  display: block !important; }

.whitepaper-button-hide {
  display: none !important; }

.headline {
  font-weight: 200; }

.popup-container {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  z-index: 10; }
  .popup-container .popup-form {
    z-index: 10;
    display: none;
    position: absolute;
    width: 700px;
    top: 250px;
    background: white;
    border: 2px solid #e6e6e6; }
    .popup-container .popup-form .popup-details {
      padding: 30px; }
      .popup-container .popup-form .popup-details .whitepaper-send-button {
        float: right; }
      .popup-container .popup-form .popup-details .successfully-info {
        padding-right: .9375rem; }
      .popup-container .popup-form .popup-details .closeBtn {
        float: right; }
  .popup-container .successfully-message {
    padding: 0 60px !important; }

.readMoreBtn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px; }

.content-subheader {
  margin-top: 80px !important;
  margin-bottom: 50px !important; }

.in-store {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .in-store {
      margin-top: 80px; } }
  .in-store .row {
    max-width: 80rem !important; }
  .in-store .splash-in {
    height: 718px;
    position: relative;
    top: 0;
    margin: 0; }
    @media screen and (max-width: 48em) {
      .in-store .splash-in {
        height: 944px; } }
    @media screen and (max-width: 40em) {
      .in-store .splash-in {
        height: 400px; } }
    .in-store .splash-in .video-block {
      text-align: center;
      border-bottom: none; }
      .in-store .splash-in .video-block h2 {
        margin-top: 40px; }
      .in-store .splash-in .video-block h3 {
        margin: 70px 0 90px 0; }
      .in-store .splash-in .video-block .video-cont {
        position: relative;
        display: block;
        width: 100%;
        height: 720px; }
        @media screen and (max-width: 48em) {
          .in-store .splash-in .video-block .video-cont {
            height: 944px; } }
        @media screen and (max-width: 40em) {
          .in-store .splash-in .video-block .video-cont {
            height: 400px; } }
        .in-store .splash-in .video-block .video-cont .vimeo-cont {
          width: 100%;
          height: 100%; }
          .in-store .splash-in .video-block .video-cont .vimeo-cont .play-video-brisqq {
            position: absolute;
            z-index: 10;
            display: none;
            top: 40px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            position: relative;
            padding-bottom: 56.25%;
            height: 0; }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .play-video-brisqq .closeBtn {
              position: absolute;
              z-index: 10;
              top: -10px;
              left: 81.5%;
              background: #ffffff;
              border-radius: 50%;
              width: 35px;
              height: 35px;
              line-height: 35px;
              -webkit-box-shadow: 0 0 5px #666666;
                      box-shadow: 0 0 5px #666666; }
              .in-store .splash-in .video-block .video-cont .vimeo-cont .play-video-brisqq .closeBtn span {
                font-size: 40px;
                color: #01a3d6; }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .play-video-brisqq #brisqq-video {
              position: absolute;
              top: 0;
              left: 10%;
              width: 80%;
              height: 80%;
              max-width: 1140px;
              max-height: 641px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .in-store .splash-in .video-block .video-cont .vimeo-cont iframe {
            -webkit-box-shadow: 0px 0px 35px #555;
                    box-shadow: 0px 0px 35px #555; }
          .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay {
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%; }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay h1 {
              font-size: 62px;
              color: #a3c91c;
              letter-spacing: 0;
              line-height: 72px;
              text-align: left; }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay h2 {
              font-size: 30px;
              color: #ffffff;
              line-height: 40px;
              text-align: left; }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .splash-content {
              position: absolute;
              padding: 199px 0px 0px 137px;
              z-index: 2; }
              @media screen and (max-width: 64em) {
                .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .splash-content {
                  padding: 199px 0px 0px 80px; } }
              @media screen and (max-width: 40em) {
                .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .splash-content {
                  padding: 70px 0px 0px 32px; }
                  .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .splash-content h1 {
                    font-size: 28px; }
                  .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .splash-content h2 {
                    font-size: 15px; } }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont {
              width: 450px; }
              @media screen and (max-width: 40em) {
                .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont {
                  width: 195px; } }
              .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .trial-btn {
                display: inline-block;
                width: 192px;
                background: #a3c91c;
                border-radius: 4px;
                color: #fefefe;
                border: 2px solid #a3c91c;
                padding: 6px; }
                .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .trial-btn:hover {
                  background: rgba(255, 255, 255, 0.7);
                  color: #a3c91c; }
              .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .play-btn {
                display: inline-block;
                width: 192px;
                border: 1px solid #a3c91c;
                border-radius: 4px;
                margin-left: 32px;
                color: #fefefe;
                padding: 6px;
                text-align: center;
                -webkit-transition: background-color 0.5s, color 0.5s;
                -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
                transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
                .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .play-btn:hover {
                  background: rgba(255, 255, 255, 0.7);
                  color: #a3c91c; }
                @media screen and (max-width: 40em) {
                  .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .play-btn {
                    margin-left: 0;
                    margin-top: 10px; } }
              .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more {
                margin-top: 205px; }
                @media screen and (max-width: 40em) {
                  .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more {
                    margin-top: 30px; } }
                .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more p {
                  font-size: 12px;
                  color: #ffffff;
                  letter-spacing: 0;
                  line-height: 24px;
                  float: left; }
                .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more .arrow-down-green {
                  float: left;
                  opacity: 0.8;
                  margin-right: 8px;
                  -webkit-transform: rotate(90deg);
                      -ms-transform: rotate(90deg);
                          transform: rotate(90deg); }
                  .in-store .splash-in .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more .arrow-down-green i {
                    font-size: 13px;
                    color: #a3c91c; }
          .in-store .splash-in .video-block .video-cont .vimeo-cont .video-caption {
            text-align: center; }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .video-caption blockquote {
              display: none;
              position: relative;
              margin: 0 auto;
              font-style: italic;
              line-height: 1.3;
              border: none; }
            .in-store .splash-in .video-block .video-cont .vimeo-cont .video-caption blockquote:before {
              display: block;
              padding-left: 10px;
              content: "\201C";
              font-size: 60px;
              position: absolute;
              left: -10px;
              top: -10px;
              color: #6C7880; }
          .in-store .splash-in .video-block .video-cont .vimeo-cont.skandium .video-overlay {
            background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7))), url("../img/new_images/In Store Hero Image.jpg") no-repeat;
            background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url("../img/new_images/In Store Hero Image.jpg") no-repeat;
            background-size: cover;
            background-position: center; }
  .in-store .content-container .in-store-first {
    background: #f5f5f0;
    height: 400px; }
    @media screen and (max-width: 40em) {
      .in-store .content-container .in-store-first {
        height: 680px; } }
    .in-store .content-container .in-store-first .valign-middle {
      height: 100%; }
    .in-store .content-container .in-store-first .left-side {
      padding: 0 128px; }
      @media screen and (max-width: 64em) {
        .in-store .content-container .in-store-first .left-side {
          padding: 0 60px; } }
      @media screen and (max-width: 40em) {
        .in-store .content-container .in-store-first .left-side {
          padding: 30px 60px; } }
      .in-store .content-container .in-store-first .left-side .heading {
        font-size: 30px;
        color: #a3c91c;
        line-height: 40px;
        margin-bottom: 20px; }
    .in-store .content-container .in-store-first img {
      max-height: 340px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .in-store .content-container .in-store-first h4 {
      font-size: 21px;
      color: #1d1d1b;
      line-height: 32px;
      padding-top: 25px;
      padding-bottom: 14px; }
    .in-store .content-container .in-store-first p {
      font-size: 15px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      margin: 0 42px; }
    .in-store .content-container .in-store-first .right-side-img {
      width: 60px;
      height: 60px; }
  .in-store .content-container .in-store-second {
    height: 400px; }
    @media screen and (max-width: 56.25em) {
      .in-store .content-container .in-store-second {
        height: 440px; } }
    @media screen and (max-width: 40em) {
      .in-store .content-container .in-store-second {
        height: 1000px; } }
    @media screen and (max-width: 31.25em) {
      .in-store .content-container .in-store-second {
        height: 1030px; } }
    @media screen and (max-width: 22.1875em) {
      .in-store .content-container .in-store-second {
        height: 1060px; } }
    .in-store .content-container .in-store-second h4 {
      font-size: 21px;
      color: #1d1d1b;
      line-height: 32px;
      padding-top: 25px;
      padding-bottom: 14px; }
      @media screen and (max-width: 93.75em) {
        .in-store .content-container .in-store-second h4 {
          min-height: 105px; } }
      @media screen and (max-width: 56.25em) {
        .in-store .content-container .in-store-second h4 {
          min-height: 135px; } }
      @media screen and (max-width: 40em) {
        .in-store .content-container .in-store-second h4 {
          min-height: 72px; } }
    .in-store .content-container .in-store-second p {
      font-size: 15px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      margin: 0; }
    .in-store .content-container .in-store-second img {
      width: 60px;
      height: 60px; }
    .in-store .content-container .in-store-second .second-size {
      vertical-align: top;
      padding-top: 85px;
      padding-left: 48px;
      padding-right: 48px; }
      @media screen and (max-width: 75em) {
        .in-store .content-container .in-store-second .second-size {
          padding-top: 40px;
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 48em) {
        .in-store .content-container .in-store-second .second-size {
          padding-top: 35px;
          padding-left: 20px;
          padding-right: 20px; } }
      @media screen and (max-width: 40em) {
        .in-store .content-container .in-store-second .second-size {
          padding-top: 55px; } }
  .in-store .content-container .in-store-third {
    background: #f5f5f0; }
    @media screen and (max-width: 40em) {
      .in-store .content-container .in-store-third {
        height: 1100px; } }
  .in-store .content-container .brands {
    width: 100%;
    height: 200px;
    text-align: center;
    margin: 0;
    background: #a3c91c;
    padding: 20px 100px; }
    @media screen and (max-width: 40em) {
      .in-store .content-container .brands {
        padding: 20px 40px; } }
    .in-store .content-container .brands .columns {
      padding: 0 30px;
      height: 80px;
      line-height: 80px; }
      @media screen and (max-width: 40em) {
        .in-store .content-container .brands .columns {
          height: 50px;
          line-height: 50px;
          padding: 5px 30px; } }
    .in-store .content-container .brands img {
      max-height: 100%; }
    .in-store .content-container .brands p {
      font-size: 12px;
      color: #ffffff;
      letter-spacing: 0;
      line-height: 16px;
      margin: 0;
      margin-bottom: 30px; }
  .in-store .content-container .ecom-link {
    display: table;
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8))), url("../img/new_images/E Commerce Homepage Link Image and Bottom of In-Store.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("../img/new_images/E Commerce Homepage Link Image and Bottom of In-Store.jpg");
    background-size: cover;
    background-position: center;
    padding: 0; }
    .in-store .content-container .ecom-link .arrange-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .in-store .content-container .ecom-link .arrange-img img {
        padding: 30px 30px; }
    .in-store .content-container .ecom-link p {
      font-size: 30px;
      color: #ffffff;
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 40em) {
        .in-store .content-container .ecom-link p {
          font-size: 23px; } }
    .in-store .content-container .ecom-link a {
      color: #ff8a00; }
  .in-store .content-container .charge {
    height: 400px;
    width: 100%; }
    .in-store .content-container .charge .valign-middle {
      height: 100%; }
      @media screen and (max-width: 40em) {
        .in-store .content-container .charge .valign-middle {
          display: table; }
          .in-store .content-container .charge .valign-middle .block-text {
            float: none;
            display: table-cell;
            vertical-align: middle; } }
      .in-store .content-container .charge .valign-middle .heading {
        max-width: 50%;
        margin: 0 auto;
        font-size: 42px;
        color: #000000;
        line-height: 56px;
        text-align: center;
        padding-bottom: 34px; }
        @media screen and (max-width: 40em) {
          .in-store .content-container .charge .valign-middle .heading {
            font-size: 30px;
            max-width: 90%; } }
      .in-store .content-container .charge .valign-middle .trial-btn-cont {
        width: 195px;
        float: center; }
      .in-store .content-container .charge .valign-middle .trial-btn {
        display: block;
        background: #a3c91c;
        border-radius: 4px;
        color: #fefefe;
        padding: 11px 25px;
        text-align: center;
        border: 2px solid #a3c91c;
        -webkit-transition: background-color 0.5s, color 0.5s;
        -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
        .in-store .content-container .charge .valign-middle .trial-btn:hover {
          background: rgba(255, 255, 255, 0.7);
          color: #a3c91c; }

.eCommerce {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .eCommerce {
      margin-top: 80px; } }
  .eCommerce .row {
    max-width: 80rem !important; }
  .eCommerce .splash {
    height: 718px;
    position: relative;
    top: 0;
    margin: 0; }
    @media screen and (max-width: 48em) {
      .eCommerce .splash {
        height: 944px; } }
    @media screen and (max-width: 40em) {
      .eCommerce .splash {
        height: 400px; } }
    .eCommerce .splash .video-block {
      text-align: center;
      border-bottom: none; }
      .eCommerce .splash .video-block h2 {
        margin-top: 40px; }
      .eCommerce .splash .video-block h3 {
        margin: 70px 0 90px 0; }
      .eCommerce .splash .video-block .video-cont {
        position: relative;
        display: block;
        width: 100%;
        height: 720px; }
        @media screen and (max-width: 48em) {
          .eCommerce .splash .video-block .video-cont {
            height: 944px; } }
        @media screen and (max-width: 40em) {
          .eCommerce .splash .video-block .video-cont {
            height: 400px; } }
        .eCommerce .splash .video-block .video-cont .vimeo-cont {
          width: 100%;
          height: 100%; }
          .eCommerce .splash .video-block .video-cont .vimeo-cont .play-video-brisqq {
            position: absolute;
            z-index: 10;
            display: none;
            top: 40px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            position: relative;
            padding-bottom: 56.25%;
            height: 0; }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .play-video-brisqq .closeBtn {
              position: absolute;
              z-index: 10;
              top: -10px;
              left: 81.5%;
              background: #ffffff;
              border-radius: 50%;
              width: 35px;
              height: 35px;
              line-height: 35px;
              -webkit-box-shadow: 0 0 5px #666666;
                      box-shadow: 0 0 5px #666666; }
              .eCommerce .splash .video-block .video-cont .vimeo-cont .play-video-brisqq .closeBtn span {
                font-size: 40px;
                color: #01a3d6; }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .play-video-brisqq #brisqq-video {
              position: absolute;
              top: 0;
              left: 10%;
              width: 80%;
              height: 80%;
              max-width: 1140px;
              max-height: 641px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .eCommerce .splash .video-block .video-cont .vimeo-cont iframe {
            -webkit-box-shadow: 0px 0px 35px #555;
                    box-shadow: 0px 0px 35px #555; }
          .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay {
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%; }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay h1 {
              font-size: 62px;
              color: #ff8a00;
              letter-spacing: 0;
              line-height: 72px;
              text-align: left; }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay h2 {
              font-size: 30px;
              color: #ffffff;
              line-height: 40px;
              text-align: left; }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .splash-content {
              position: absolute;
              padding: 199px 0px 0px 137px;
              z-index: 2; }
              @media screen and (max-width: 64em) {
                .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .splash-content {
                  padding: 199px 0px 0px 80px; } }
              @media screen and (max-width: 40em) {
                .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .splash-content {
                  padding: 40px 0px 0px 32px; }
                  .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .splash-content h1 {
                    font-size: 28px; }
                  .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .splash-content h2 {
                    font-size: 15px; } }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont {
              width: 450px; }
              @media screen and (max-width: 40em) {
                .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont {
                  width: 195px; } }
              .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .trial-btn {
                display: inline-block;
                width: 192px;
                background: #ff8a00;
                border-radius: 4px;
                color: #fefefe;
                border: 2px solid #ff8a00;
                padding: 6px; }
                .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .trial-btn:hover {
                  background: rgba(255, 255, 255, 0.7);
                  color: #ff8a00; }
              .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .play-btn {
                display: inline-block;
                width: 192px;
                border: 1px solid #ff8a00;
                border-radius: 4px;
                margin-left: 32px;
                color: #fefefe;
                padding: 6px;
                text-align: center;
                -webkit-transition: background-color 0.5s, color 0.5s;
                -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
                transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
                .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .play-btn:hover {
                  background: rgba(255, 255, 255, 0.7);
                  color: #ff8a00; }
                @media screen and (max-width: 40em) {
                  .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .play-btn {
                    margin-left: 0;
                    margin-top: 10px; } }
              .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more {
                margin-top: 205px; }
                @media screen and (max-width: 40em) {
                  .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more {
                    margin-top: 30px; } }
                .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more p {
                  font-size: 12px;
                  color: #ffffff;
                  letter-spacing: 0;
                  line-height: 24px;
                  float: left; }
                .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more .arrow-down-orange {
                  float: left;
                  opacity: 0.8;
                  margin-right: 8px;
                  -webkit-transform: rotate(90deg);
                      -ms-transform: rotate(90deg);
                          transform: rotate(90deg); }
                  .eCommerce .splash .video-block .video-cont .vimeo-cont .video-overlay .trial-btn-cont .more .arrow-down-orange i {
                    font-size: 13px;
                    color: #ff8a00; }
          .eCommerce .splash .video-block .video-cont .vimeo-cont .video-caption {
            text-align: center; }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .video-caption blockquote {
              display: none;
              position: relative;
              margin: 0 auto;
              font-style: italic;
              line-height: 1.3;
              border: none; }
            .eCommerce .splash .video-block .video-cont .vimeo-cont .video-caption blockquote:before {
              display: block;
              padding-left: 10px;
              content: "\201C";
              font-size: 60px;
              position: absolute;
              left: -10px;
              top: -10px;
              color: #6C7880; }
          .eCommerce .splash .video-block .video-cont .vimeo-cont.skandium .video-overlay {
            background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7))), url("../img/new_images/Ecommerce_Hero.jpg") no-repeat;
            background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url("../img/new_images/Ecommerce_Hero.jpg") no-repeat;
            background-size: cover;
            background-position: center; }
  .eCommerce .content-container .in-store-first {
    background: #f5f5f0;
    height: 400px; }
    @media screen and (max-width: 40em) {
      .eCommerce .content-container .in-store-first {
        height: 680px; } }
    .eCommerce .content-container .in-store-first .valign-middle {
      height: 100%; }
    .eCommerce .content-container .in-store-first .left-side {
      padding: 0 128px; }
      @media screen and (max-width: 64em) {
        .eCommerce .content-container .in-store-first .left-side {
          padding: 0 60px; } }
      @media screen and (max-width: 40em) {
        .eCommerce .content-container .in-store-first .left-side {
          padding: 30px 60px; } }
      .eCommerce .content-container .in-store-first .left-side .heading {
        font-size: 30px;
        color: #ff8a00;
        line-height: 40px;
        margin-bottom: 20px; }
    .eCommerce .content-container .in-store-first img {
      max-height: 340px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .eCommerce .content-container .in-store-first h4 {
      font-size: 21px;
      color: #1d1d1b;
      line-height: 32px;
      padding-top: 25px;
      padding-bottom: 14px; }
    .eCommerce .content-container .in-store-first p {
      font-size: 15px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      margin: 0 42px; }
    .eCommerce .content-container .in-store-first .right-side-img {
      width: 60px;
      height: 60px; }
  .eCommerce .content-container .in-store-second {
    height: 400px; }
    @media screen and (max-width: 56.25em) {
      .eCommerce .content-container .in-store-second {
        height: 440px; } }
    @media screen and (max-width: 40em) {
      .eCommerce .content-container .in-store-second {
        height: 960px; } }
    @media screen and (max-width: 31.25em) {
      .eCommerce .content-container .in-store-second {
        height: 1030px; } }
    @media screen and (max-width: 22.1875em) {
      .eCommerce .content-container .in-store-second {
        height: 1060px; } }
    .eCommerce .content-container .in-store-second h4 {
      font-size: 21px;
      color: #1d1d1b;
      line-height: 32px;
      padding-top: 25px;
      padding-bottom: 14px; }
      @media screen and (max-width: 93.75em) {
        .eCommerce .content-container .in-store-second h4 {
          min-height: 105px; } }
      @media screen and (max-width: 56.25em) {
        .eCommerce .content-container .in-store-second h4 {
          min-height: 135px; } }
      @media screen and (max-width: 40em) {
        .eCommerce .content-container .in-store-second h4 {
          min-height: 72px; } }
    .eCommerce .content-container .in-store-second p {
      font-size: 15px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      margin: 0; }
    .eCommerce .content-container .in-store-second img {
      width: 60px;
      height: 60px; }
    .eCommerce .content-container .in-store-second .second-size {
      vertical-align: top;
      padding-top: 85px;
      padding-left: 48px;
      padding-right: 48px; }
      @media screen and (max-width: 75em) {
        .eCommerce .content-container .in-store-second .second-size {
          padding-top: 40px;
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 48em) {
        .eCommerce .content-container .in-store-second .second-size {
          padding-top: 35px;
          padding-left: 20px;
          padding-right: 20px; } }
      @media screen and (max-width: 40em) {
        .eCommerce .content-container .in-store-second .second-size {
          padding-top: 55px;
          padding-left: 20px;
          padding-right: 20px; } }
  .eCommerce .content-container .in-store-third {
    background: #f5f5f0; }
    @media screen and (max-width: 40em) {
      .eCommerce .content-container .in-store-third {
        height: 1100px; } }
  .eCommerce .content-container .brands {
    width: 100%;
    height: 200px;
    text-align: center;
    margin: 0;
    background: #ff8a00;
    padding: 20px 100px; }
    @media screen and (max-width: 40em) {
      .eCommerce .content-container .brands {
        padding: 20px 40px;
        height: 260px; } }
    .eCommerce .content-container .brands .columns {
      padding: 0 30px;
      height: 50px;
      line-height: 50px; }
      @media screen and (max-width: 40em) {
        .eCommerce .content-container .brands .columns {
          padding: 10px 30px; } }
    .eCommerce .content-container .brands img {
      max-height: 100%; }
    .eCommerce .content-container .brands p {
      font-size: 12px;
      color: #ffffff;
      letter-spacing: 0;
      line-height: 16px;
      margin: 0;
      margin-bottom: 30px; }
  .eCommerce .content-container .instore-link {
    display: table;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8))), url("../img/new_images/In-Store Homepage Link Image and Bottom of Ecommerce.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url("../img/new_images/In-Store Homepage Link Image and Bottom of Ecommerce.jpg");
    background-size: cover;
    background-position: center;
    padding: 0; }
    .eCommerce .content-container .instore-link .arrange-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .eCommerce .content-container .instore-link .arrange-img img {
        padding: 30px 30px; }
    .eCommerce .content-container .instore-link p {
      font-size: 30px;
      color: #ffffff;
      display: table-cell;
      vertical-align: middle; }
    .eCommerce .content-container .instore-link a {
      color: #a3c91c; }
  .eCommerce .content-container .charge {
    height: 400px;
    width: 100%; }
    .eCommerce .content-container .charge .valign-middle {
      height: 100%; }
      @media screen and (max-width: 40em) {
        .eCommerce .content-container .charge .valign-middle {
          display: table; }
          .eCommerce .content-container .charge .valign-middle .block-text {
            float: none;
            display: table-cell;
            vertical-align: middle; } }
      .eCommerce .content-container .charge .valign-middle .heading {
        max-width: 50%;
        margin: 0 auto;
        font-size: 42px;
        color: #000000;
        line-height: 56px;
        text-align: center;
        padding-bottom: 34px; }
        @media screen and (max-width: 40em) {
          .eCommerce .content-container .charge .valign-middle .heading {
            font-size: 30px;
            max-width: 90%; } }
      .eCommerce .content-container .charge .valign-middle .trial-btn-cont {
        width: 195px;
        float: center; }
      .eCommerce .content-container .charge .valign-middle .trial-btn {
        display: block;
        background: #ff8a00;
        border-radius: 4px;
        color: #fefefe;
        padding: 11px 25px;
        text-align: center;
        border: 2px solid #ff8a00;
        -webkit-transition: background-color 0.5s, color 0.5s;
        -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
        .eCommerce .content-container .charge .valign-middle .trial-btn:hover {
          background: rgba(255, 255, 255, 0.7);
          color: #ff8a00; }

.use-cases {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .use-cases {
      margin-top: 80px; } }
  .use-cases .success {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 0;
    height: 400px;
    background-image: url("../img/new_images/Use Cases Flowers.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-left: 17px; }
    .use-cases .success .title {
      position: relative;
      top: 30px; }
      .use-cases .success .title p {
        font-size: 15px;
        color: #FEFEFE;
        letter-spacing: 0;
        line-height: 24px;
        background: rgba(150, 150, 150, 0.7);
        display: inline; }
      .use-cases .success .title .succes_heading {
        max-width: 930px;
        margin-top: 15px; }
        .use-cases .success .title .succes_heading h1 {
          font-size: 30px;
          color: #FFFFFF;
          line-height: 40px;
          display: inline;
          background: rgba(150, 150, 150, 0.7); }
          @media screen and (max-width: 40em) {
            .use-cases .success .title .succes_heading h1 {
              font-size: 21px;
              line-height: 33px; } }
    @media screen and (min-width: 40em) {
      .use-cases .success .title {
        top: 50px; }
        .use-cases .success .title h1 {
          font-size: 50px; } }
    @media screen and (min-width: 48em) {
      .use-cases .success .title {
        top: 80px; } }
  .use-cases .success_1 {
    background-image: url("../img/new_images/Use Cases Fashion Beauty.jpg");
    background-position: center; }
  .use-cases .success_2 {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))), url("../img/new_images/Use Cases Food & Beverage.jpg") no-repeat;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("../img/new_images/Use Cases Food & Beverage.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  .use-cases .success_3 {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))), url("../img/new_images/Use Cases Furniture.jpg") no-repeat;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("../img/new_images/Use Cases Furniture.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom; }
  .use-cases .success_4 {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))), url("../img/new_images/Use Cases Professional Services.jpg") no-repeat;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("../img/new_images/Use Cases Professional Services.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  .use-cases .success_5 {
    background-image: url("../img/new_images/Use Cases Hospitality.jpg");
    background-position: top; }
  .use-cases .success_6 {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3))), url("../img/new_images/Use Cases General.jpg") no-repeat;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url("../img/new_images/Use Cases General.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  .use-cases .content-container {
    position: relative;
    z-index: 1; }
    .use-cases .content-container .row {
      max-width: 1920px; }
    .use-cases .content-container .subheader {
      width: 100%;
      height: 200px;
      padding: 50px 0px;
      text-align: center;
      margin: 0; }
      .use-cases .content-container .subheader img {
        padding: 12px 15px;
        max-width: 160px; }
      @media screen and (max-width: 40em) {
        .use-cases .content-container .subheader {
          height: 450px; } }
    .use-cases .content-container .paragraf {
      width: 100%; }
      .use-cases .content-container .paragraf.blue {
        background: #01A3D6; }
        .use-cases .content-container .paragraf.blue .paragraf-text .heading {
          font-size: 15px;
          color: #FEFEFE; }
        .use-cases .content-container .paragraf.blue .paragraf-text .description {
          color: #FFFFFF; }
      .use-cases .content-container .paragraf .use-cases-inner {
        padding: 20px;
        border: 1px solid #01a3d6; }
      .use-cases .content-container .paragraf .paragraf-text {
        padding: 0 130px 70px 130px; }
        .use-cases .content-container .paragraf .paragraf-text .heading {
          font-size: 15px;
          letter-spacing: 0;
          line-height: 24px;
          text-align: left;
          padding-bottom: 18px; }
        .use-cases .content-container .paragraf .paragraf-text .description {
          font-size: 16px;
          text-align: left; }
      @media screen and (max-width: 40em) {
        .use-cases .content-container .paragraf .paragraf-text {
          padding: 0 40px 50px; } }
    .use-cases .content-container .industries {
      display: table;
      width: 100%;
      margin-bottom: 80px; }
      .use-cases .content-container .industries .inner-container {
        height: 100%; }
      .use-cases .content-container .industries .ind-first {
        padding-top: 45px;
        vertical-align: top;
        padding-left: 32px; }
        .use-cases .content-container .industries .ind-first p {
          font-size: 9px;
          color: #1D1D1B;
          letter-spacing: 0;
          line-height: 16px;
          margin-bottom: 12px; }
        .use-cases .content-container .industries .ind-first .ind {
          font-size: 15px;
          color: #000000;
          letter-spacing: 0;
          line-height: 24px;
          display: block; }
          .use-cases .content-container .industries .ind-first .ind:hover {
            color: #00A5DB; }
        .use-cases .content-container .industries .ind-first .selected {
          color: #00A5DB; }
      .use-cases .content-container .industries .ind-second {
        padding-top: 45px;
        vertical-align: top;
        padding-right: 103px;
        padding-left: 98px;
        float: left;
        color: #1D1D1B;
        line-height: 32px; }
        .use-cases .content-container .industries .ind-second p {
          font-size: 9px;
          color: #1D1D1B;
          letter-spacing: 0;
          line-height: 16px;
          margin-bottom: 12px; }
        .use-cases .content-container .industries .ind-second ul {
          list-style: none;
          margin: 0; }
        .use-cases .content-container .industries .ind-second li {
          font-size: 18px;
          color: #1D1D1B;
          line-height: 32px;
          margin: 0;
          margin-bottom: 20px;
          list-style: none;
          background-image: url(../img/orbit-next.png);
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: left 7px;
          padding-left: 25px; }
      .use-cases .content-container .industries .vl {
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        height: 248px;
        float: left;
        margin-top: 50px; }
      .use-cases .content-container .industries .ind-fourth {
        padding-top: 45px;
        vertical-align: top;
        padding-left: 103px;
        padding-right: 30px;
        margin-left: -2px; }
        .use-cases .content-container .industries .ind-fourth p {
          font-size: 15px;
          color: #000000;
          letter-spacing: 0;
          line-height: 24px;
          margin-bottom: 30px; }
        .use-cases .content-container .industries .ind-fourth .quote {
          font-style: italic; }
        .use-cases .content-container .industries .ind-fourth .case-btn {
          display: inline-block;
          width: 192px;
          border: 1px solid #01A3D6;
          border-radius: 4px;
          color: #01A3D6;
          padding: 11px 20px;
          text-align: center;
          font-size: 14px;
          -webkit-transition: background-color 0.5s, color 0.5s;
          -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
          transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
          .use-cases .content-container .industries .ind-fourth .case-btn:hover {
            background: rgba(255, 255, 255, 0.7);
            color: #01A3D6; }
      @media screen and (max-width: 64em) {
        .use-cases .content-container .industries .ind-second {
          padding-left: 55px;
          padding-right: 55px; }
        .use-cases .content-container .industries .ind-fourth {
          padding-left: 30px; } }
      @media screen and (max-width: 48em) {
        .use-cases .content-container .industries .ind-first {
          padding-left: 25px; }
        .use-cases .content-container .industries .ind-second {
          padding-left: 40px !important;
          padding-right: 40px !important;
          padding-bottom: 40px; }
        .use-cases .content-container .industries .ind-fourth .case-btn {
          width: 145px;
          padding: 11px 10px; }
        .use-cases .content-container .industries .vl {
          height: 380px; } }
      @media screen and (max-width: 40em) {
        .use-cases .content-container .industries {
          margin-bottom: 0; }
          .use-cases .content-container .industries .vl {
            display: none; }
          .use-cases .content-container .industries .ind-first, .use-cases .content-container .industries .ind-second {
            padding-left: 40px;
            padding-right: 40px; }
          .use-cases .content-container .industries .ind-fourth {
            padding-bottom: 60px;
            padding-left: 40px; } }

.overview .content-container .industries .ind-second {
  padding-top: 65px;
  padding-right: 40px;
  padding-left: 80px; }
  .overview .content-container .industries .ind-second .left-square, .overview .content-container .industries .ind-second .right-square {
    display: inline-block; }
  .overview .content-container .industries .ind-second .overview-boxes {
    position: relative;
    width: 100%; }
  .overview .content-container .industries .ind-second li {
    background-image: url(../img/orbit-next.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 25px center;
    line-height: 32px;
    margin-bottom: -1px;
    margin-left: -1px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 160px;
    width: 50%;
    float: left;
    padding-left: 65px;
    display: table; }
    .overview .content-container .industries .ind-second li .hover-bottom {
      display: none;
      font-size: 16px; }
    .overview .content-container .industries .ind-second li .hover-top {
      padding-top: 65px; }
    .overview .content-container .industries .ind-second li:hover {
      padding-left: 35px;
      background: #01a3d6;
      color: #ffffff;
      line-height: 32px; }
      .overview .content-container .industries .ind-second li:hover .hover-bottom {
        display: block;
        padding-top: 10px;
        padding-right: 25px;
        font-size: 15px;
        line-height: 1.5; }
      .overview .content-container .industries .ind-second li:hover .hover-top {
        font-weight: bold;
        padding-top: 35px; }

@media screen and (max-width: 62.5em) {
  .overview .content-container .industries .ind-second .overview-boxes li {
    width: 100%; } }

@media screen and (max-width: 40em) {
  .overview .content-container .industries {
    height: 575px;
    margin-bottom: 0; }
    .overview .content-container .industries .ind-second li {
      width: 300px; }
  .overview .content-container .subheader {
    height: 300px; } }

@media screen and (max-width: 20em) {
  .overview .content-container .subheader {
    height: 430px; } }

.resources {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .resources {
      margin-top: 80px; } }
  .resources .content-container {
    position: relative;
    z-index: 1; }
    .resources .content-container .row {
      max-width: 100%;
      padding: 0; }
    .resources .content-container .resources-head {
      position: relative;
      z-index: 1;
      top: 0;
      margin: 0;
      height: 400px;
      background-image: url("../img/new_images/Resources Hero Image.jpg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      padding-left: 17px; }
      @media screen and (max-width: 400em) {
        .resources .content-container .resources-head {
          background-position: top; } }
      .resources .content-container .resources-head .title {
        position: relative;
        top: 30px; }
        .resources .content-container .resources-head .title p {
          font-size: 15px;
          color: #FEFEFE;
          letter-spacing: 0;
          line-height: 24px;
          background: rgba(0, 0, 0, 0.7);
          display: inline; }
        .resources .content-container .resources-head .title .resources_heading {
          width: 488px;
          margin-top: 15px; }
          @media screen and (max-width: 40em) {
            .resources .content-container .resources-head .title .resources_heading {
              width: 280px; } }
          .resources .content-container .resources-head .title .resources_heading h1 {
            font-size: 30px;
            color: #FFFFFF;
            line-height: 40px;
            display: inline;
            background: rgba(0, 0, 0, 0.7); }
      @media screen and (min-width: 40em) {
        .resources .content-container .resources-head .title {
          top: 50px; }
          .resources .content-container .resources-head .title h1 {
            font-size: 50px; } }
      @media screen and (min-width: 48em) {
        .resources .content-container .resources-head .title {
          top: 140px;
          padding-left: 136px; } }
    .resources .content-container .case-studies {
      padding: 50px 136px 88px 136px; }
      @media screen and (max-width: 63.9375em) {
        .resources .content-container .case-studies {
          padding: 50px; } }
      .resources .content-container .case-studies .studies-head {
        font-size: 30px;
        color: #000000;
        line-height: 40px;
        margin-bottom: 30px;
        margin-top: 50px; }
      .resources .content-container .case-studies .all {
        width: 56px;
        height: 40px;
        border-radius: 4px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px;
        padding-top: 8px;
        display: inline-block;
        background: #01A3D6;
        color: #FFFFFF; }
        .resources .content-container .case-studies .all:hover {
          background: #01A3D6;
          color: #FFFFFF; }
      .resources .content-container .case-studies .select-all-white {
        background: #F3F3EE;
        color: #000000; }
      .resources .content-container .case-studies .studies {
        width: 136px;
        height: 40px;
        background: #F3F3EE;
        border-radius: 4px;
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 24px;
        padding-top: 8px;
        display: inline-block;
        margin-left: 8px; }
        .resources .content-container .case-studies .studies:hover {
          background: #01A3D6;
          color: #FFFFFF; }
      .resources .content-container .case-studies .select-studies-blue {
        background: #01A3D6;
        color: #FFFFFF; }
      .resources .content-container .case-studies .white-paper {
        width: 136px;
        height: 40px;
        background: #F3F3EE;
        border-radius: 4px;
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 24px;
        padding-top: 8px;
        display: inline-block;
        margin-left: 8px; }
        .resources .content-container .case-studies .white-paper:hover {
          background: #01A3D6;
          color: #FFFFFF; }
      .resources .content-container .case-studies .select-white-paper-blue {
        background: #01A3D6;
        color: #FFFFFF; }
      .resources .content-container .case-studies .left-half {
        margin-right: 25px; }
      .resources .content-container .case-studies .padzero {
        padding: 25px;
        width: 48%;
        height: 208px;
        background: #F5F5F0;
        margin-top: 32px;
        min-width: 360px;
        height: 200px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .resources .content-container .case-studies .padzero:hover {
          background: #01A3D6; }
          .resources .content-container .case-studies .padzero:hover .down-head, .resources .content-container .case-studies .padzero:hover p {
            color: #FFFFFF; }
      .resources .content-container .case-studies .first-row {
        margin-top: 32px;
        height: 100%; }
      .resources .content-container .case-studies .assets {
        position: relative;
        width: 150px; }
        .resources .content-container .case-studies .assets img {
          position: relative;
          max-width: 90%; }
      .resources .content-container .case-studies p {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-right: 20px;
        font-size: 17px;
        color: #1D1D1B;
        line-height: 26px;
        font-style: italic;
        margin-bottom: 0; }
        .resources .content-container .case-studies p.whitepaper {
          font-weight: bold;
          font-style: normal; }
      .resources .content-container .case-studies .vl {
        border-left: 2px solid rgba(0, 0, 0, 0.15);
        height: 100%;
        float: left;
        margin-right: 20px; }
      .resources .content-container .case-studies .select-last-row {
        display: table; }
      .resources .content-container .case-studies .last-row {
        display: table; }
        .resources .content-container .case-studies .last-row .padzero:hover {
          background: #f5f5f0; }
          .resources .content-container .case-studies .last-row .padzero:hover .down-head, .resources .content-container .case-studies .last-row .padzero:hover p {
            color: #000000; }
        .resources .content-container .case-studies .last-row .padzero .case-btn {
          display: inline-block;
          width: 90%;
          border: 1px solid #01A3D6;
          border-radius: 4px;
          color: #fefefe;
          background: #01A3D6;
          padding: 10px 5px;
          text-align: center;
          font-size: 14px;
          font-weight: 600;
          -webkit-transition: background-color 0.5s, color 0.5s;
          -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
          transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
          .resources .content-container .case-studies .last-row .padzero .case-btn:hover {
            color: #01A3D6;
            background: #fefefe; }
      @media screen and (max-width: 48em) {
        .resources .content-container .case-studies {
          padding: 45px; }
          .resources .content-container .case-studies .padzero {
            min-width: 265px;
            padding: 10px;
            margin-right: 10px; }
            .resources .content-container .case-studies .padzero .assets {
              width: 120px; }
            .resources .content-container .case-studies .padzero p {
              margin-right: 0;
              font-size: 15px; } }
      @media screen and (max-width: 40em) {
        .resources .content-container .case-studies {
          padding: 20px 10px; }
          .resources .content-container .case-studies .padzero {
            width: 100%;
            min-width: 255px;
            padding: 10px; }
            .resources .content-container .case-studies .padzero .assets {
              width: 100px; }
            .resources .content-container .case-studies .padzero p {
              margin-right: 0;
              font-size: 15px; }
          .resources .content-container .case-studies .all {
            width: 40px; }
          .resources .content-container .case-studies .white-paper, .resources .content-container .case-studies .studies {
            width: 105px; } }

.blog-entry {
  margin-top: 121px;
  width: 592px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 64em) {
    .blog-entry {
      margin-top: 82px;
      max-width: 592px;
      width: auto; } }
  .blog-entry hr {
    opacity: 0.5; }
  .blog-entry .blog-content img {
    padding-top: 28px;
    height: 296px;
    width: 100%; }
  .blog-entry .blog-content .date {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 40px; }
  .blog-entry .blog-content .headline {
    font-size: 42px;
    color: #000000;
    line-height: 56px;
    padding-top: 22px;
    padding-bottom: 70px; }
  .blog-entry .blog-content .content-text {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 60px; }
  .blog-entry .navigation-link {
    margin-bottom: 70px; }
    .blog-entry .navigation-link .prevouse {
      background: #F3F3EE;
      width: 296px;
      display: inline-block; }
      .blog-entry .navigation-link .prevouse .artical-link {
        padding: 21px 36px 5px 77px; }
        .blog-entry .navigation-link .prevouse .artical-link .artical-headline {
          font-size: 15px;
          color: #000000;
          letter-spacing: 0;
          line-height: 24px;
          text-align: center; }
        .blog-entry .navigation-link .prevouse .artical-link p {
          font-size: 11px;
          color: rgba(0, 0, 0, 0.5);
          letter-spacing: 0;
          line-height: 24px; }
      .blog-entry .navigation-link .prevouse .arrow {
        float: left;
        width: 10%;
        opacity: 0.8;
        margin-left: 25px;
        margin-top: 30px; }
        .blog-entry .navigation-link .prevouse .arrow i {
          font-size: 35px;
          color: #000000; }
    .blog-entry .navigation-link .next {
      background: #01A3D6;
      width: 296px;
      display: inline-block; }
      .blog-entry .navigation-link .next .artical-link {
        padding: 21px 81px 5px 36px; }
        .blog-entry .navigation-link .next .artical-link .artical-headline {
          font-size: 15px;
          color: #FEFEFE;
          letter-spacing: 0;
          line-height: 24px;
          text-align: center; }
        .blog-entry .navigation-link .next .artical-link p {
          font-size: 11px;
          color: rgba(255, 255, 255, 0.81);
          letter-spacing: 0;
          line-height: 24px;
          text-align: right; }
      .blog-entry .navigation-link .next .arrow {
        float: right;
        width: 10%;
        opacity: 0.8;
        margin-right: 25px;
        margin-top: 30px; }
        .blog-entry .navigation-link .next .arrow i {
          font-size: 35px;
          color: #FFFFFF; }
  @media screen and (max-width: 40em) {
    .blog-entry .navigation-link {
      margin-left: auto;
      margin-right: auto;
      width: 296px; }
    .blog-entry .blog-content {
      padding: 0 32px; } }

.blog-feed {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .blog-feed {
      margin-top: 82px; } }
  .blog-feed hr {
    opacity: 0.5; }
  .blog-feed .blog {
    max-width: 1008px;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
    .blog-feed .blog .blog-head {
      font-size: 42px;
      color: #01A3D6;
      line-height: 56px;
      padding-top: 30px; }
    .blog-feed .blog .blog-feed-content .left, .blog-feed .blog .blog-feed-content .right {
      max-width: 488px; }
    .blog-feed .blog .blog-feed-content img {
      padding-top: 28px;
      height: 296px;
      width: 100%; }
    .blog-feed .blog .blog-feed-content .date {
      font-size: 12px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      padding-top: 37px; }
    .blog-feed .blog .blog-feed-content .headline {
      font-size: 42px;
      color: #000000;
      line-height: 56px;
      padding-top: 26px;
      padding-bottom: 37px; }
    .blog-feed .blog .blog-feed-content .content-text {
      font-size: 15px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      padding-bottom: 60px; }
    .blog-feed .blog .read-btn {
      width: 192px;
      border: 1px solid #01A3D6;
      border-radius: 4px;
      color: #01A3D6;
      padding: 11px 50px;
      text-align: center;
      -webkit-transition: background-color 0.5s, color 0.5s;
      -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
      transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
      .blog-feed .blog .read-btn:hover {
        background: rgba(255, 255, 255, 0.7);
        color: #01A3D6; }
    .blog-feed .blog hr {
      margin-top: 48px;
      opacity: 0.5;
      border: 1px solid rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 40em) {
    .blog-feed .blog {
      padding: 0 32px; }
      .blog-feed .blog .blog-feed-content .left, .blog-feed .blog .blog-feed-content .right {
        margin-left: auto;
        margin-right: auto;
        float: none; } }

.sign-up {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .sign-up {
      margin-top: 80px; } }
  .sign-up #firstNameAlert,
  .sign-up #lastNameAlert {
    color: red;
    font-size: 14px; }
  .sign-up #aboutBrisqq {
    margin-bottom: 42px; }
  .sign-up .unsubscribe-text {
    margin-bottom: 25px; }
  .sign-up .checkbox input[type="checkbox"] {
    display: none; }
  .sign-up .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 18px; }
  .sign-up .checkbox label::before,
  .sign-up .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block; }
  .sign-up .checkbox label::before {
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    top: 5px; }
  .sign-up .checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 4px;
    top: 9px; }
  .sign-up .checkbox input[type="checkbox"] + label::after {
    content: none; }
  .sign-up .checkbox input[type="checkbox"]:checked + label::after {
    content: ""; }
  .sign-up .form-cont {
    margin-top: 50px;
    margin-bottom: 155px; }
    .sign-up .form-cont select {
      font-size: 14px;
      font-weight: 500; }
  .sign-up .fieldset {
    border: none;
    border-top: 1px solid #333;
    margin-bottom: 0; }
    .sign-up .fieldset:nth-child(n + 2) {
      margin-top: -29px; }
    .sign-up .fieldset legend {
      background: none;
      padding: 0 20px;
      font-size: 18px;
      color: #00A6D8; }
  .sign-up .intro-message {
    margin-bottom: 35px; }
    .sign-up .intro-message p {
      color: #00a6d8; }
    .sign-up .intro-message p:first-of-type {
      font-size: 30px; }
    .sign-up .intro-message .row {
      margin-bottom: 20px; }
    .sign-up .intro-message ul {
      margin-left: 0;
      margin-bottom: 0; }
      .sign-up .intro-message ul li {
        margin: 0;
        margin-bottom: 15px;
        padding: 0px 0 0px 22px;
        list-style: none;
        background-image: url(../img/orbit-next.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
        background-size: 9px; }
  .sign-up .circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #00a6d8;
    margin-right: 21px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    cursor: pointer; }
    .sign-up .circle:before, .sign-up .circle:after {
      content: "";
      background-color: #00a6d8;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1; }
    .sign-up .circle:after {
      width: 14px;
      height: 2px; }
    .sign-up .circle:before {
      width: 2px;
      height: 14px; }
  .sign-up .add_field_button[disabled] {
    cursor: not-allowed;
    border: 1px solid #6c7880; }
    .sign-up .add_field_button[disabled]:after, .sign-up .add_field_button[disabled]:before {
      background-color: #6c7880; }
  .sign-up .post-code-message {
    margin: -15px 0 30px 0; }
    .sign-up .post-code-message img {
      margin-left: 10px; }
  .sign-up .address-note {
    color: rgba(155, 154, 154, 0.761);
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 3px;
    margin-top: -5px; }
  .sign-up .input-field {
    margin-bottom: 15px; }
  .sign-up select {
    margin-bottom: 30px; }
  .sign-up .input_fields_wrap .input-field {
    margin-bottom: 0px; }
  .sign-up .input-field {
    position: relative;
    float: left;
    width: 100%; }
    .sign-up .input-field label {
      pointer-events: none;
      top: 8px;
      font-size: 14px;
      letter-spacing: 0.2px;
      will-change: transform;
      margin-left: 9px; }
    .sign-up .input-field input:not(.selectr-input) {
      outline: none;
      padding-top: 18px;
      border-width: 1px;
      font-size: 14px;
      width: 100%;
      background-color: transparent; }
    .sign-up .input-field.disabled label {
      color: #6c7880; }
    .sign-up .input-field.disabled input:not(.selectr-input) {
      cursor: not-allowed; }
  .sign-up .input-field.is-active:after {
    width: 100%; }
  .sign-up .input-field.is-active label {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    text-transform: uppercase;
    font-size: 10px;
    color: #00a6d8; }
  .sign-up .input-field:after,
  .sign-up .input-field label {
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sign-up .input-field input {
    color: #00a6d8; }
  .sign-up .input-field input.invalid {
    border-color: red; }
  .sign-up .button {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 300px; }
  .sign-up .submit-row {
    float: right; }
  @media screen and (max-width: 63.9375em) {
    .sign-up .submit-row {
      float: none; }
    .sign-up .captcha {
      padding: 0; }
      .sign-up .captcha .g-recaptcha div {
        margin-left: auto;
        margin-right: auto; }
        .sign-up .captcha .g-recaptcha div iframe {
          width: 100%; } }
  .sign-up .success {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 0;
    height: 200px;
    background-image: url("../img/new_images/Sign Up Page Hero Image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 17px; }
    .sign-up .success .title {
      position: relative;
      top: 75px;
      text-align: center; }
      .sign-up .success .title p {
        font-size: 14px;
        color: #fefefe;
        letter-spacing: 0;
        line-height: 24px; }
      .sign-up .success .title .succes_heading h1 {
        font-size: 30px;
        color: #ffffff;
        line-height: 40px;
        width: 245px;
        margin: auto; }
    @media screen and (min-width: 40em) {
      .sign-up .success {
        height: 300px; }
        .sign-up .success div {
          color: red; }
        .sign-up .success .title {
          top: 120px; }
          .sign-up .success .title h1 {
            font-size: 50px; } }
  .sign-up .content-container {
    position: relative;
    z-index: 1; }
    .sign-up .content-container .row {
      max-width: 80rem; }
  .sign-up #firstName,
  .sign-up #lastName {
    margin-bottom: 0px; }

.thank-you-message {
  padding-top: 200px;
  padding-bottom: 400px;
  text-align: center; }

.become-courier-page1 {
  margin-top: 121px; }
  @media screen and (max-width: 63.9375em) {
    .become-courier-page1 {
      margin-top: 82px; } }
  .become-courier-page1 .icon-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px; }
  .become-courier-page1 .requirements {
    margin-bottom: 35px; }
    .become-courier-page1 .requirements p {
      color: #00a6d8;
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 63.9375em) {
        .become-courier-page1 .requirements p {
          width: 80%; } }
      @media screen and (max-width: 40em) {
        .become-courier-page1 .requirements p {
          width: 75%; } }
    .become-courier-page1 .requirements p:first-of-type {
      font-size: 23px; }
    .become-courier-page1 .requirements ul {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 63.9375em) {
        .become-courier-page1 .requirements ul {
          width: 80%; } }
      .become-courier-page1 .requirements ul li {
        font-size: 20px;
        margin: 0;
        margin-bottom: 15px;
        padding: 0px 0 0px 30px;
        list-style: none;
        background-image: url(../img/check-square.svg);
        background-repeat: no-repeat;
        background-position: left 7px;
        background-size: 15px; }
      @media screen and (max-width: 40em) {
        .become-courier-page1 .requirements ul {
          width: 75%; } }
  .become-courier-page1 button {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    display: block;
    font-size: 20px; }
  .become-courier-page1 .success {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 0;
    height: 200px;
    background-image: url("../img/new_images/Become A Courier Hero 2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 17px; }
    .become-courier-page1 .success .title {
      position: relative;
      top: 75px;
      text-align: center; }
      .become-courier-page1 .success .title p {
        font-size: 15px;
        color: #fefefe;
        letter-spacing: 0;
        line-height: 24px; }
      .become-courier-page1 .success .title .succes_heading h1 {
        font-size: 30px;
        color: #ffffff;
        line-height: 40px;
        display: block;
        width: 205px;
        margin: auto; }
    @media screen and (min-width: 40em) {
      .become-courier-page1 .success {
        height: 300px; }
        .become-courier-page1 .success .title {
          top: 120px; }
          .become-courier-page1 .success .title h1 {
            font-size: 50px; } }
  .become-courier-page1 .content-container {
    position: relative;
    z-index: 1; }
    .become-courier-page1 .content-container .row {
      max-width: 80rem; }
  .become-courier-page1 .main .first {
    padding: 30px 20px; }
  .become-courier-page1 .title h1 {
    color: #6C7880;
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 5px;
    display: inline-block; }
  .become-courier-page1 .title hr.short {
    width: 180px;
    border: none;
    height: 1px;
    background-color: #00A6D8;
    margin: 0 auto; }
  .become-courier-page1 .title h2 {
    font-size: 24px;
    color: #00A6D8;
    text-align: center;
    font-weight: 300;
    font-style: italic; }
  @media screen and (min-width: 40em) {
    .become-courier-page1 .title {
      margin-top: 40px; }
      .become-courier-page1 .title h1 {
        font-size: 50px; }
      .become-courier-page1 .title h2 {
        font-size: 28px; } }
  @media screen and (min-width: 48em) {
    .become-courier-page1 .title h2 {
      padding: 0 40px; } }
  .become-courier-page1 .form-cont {
    margin-top: 30px; }
    .become-courier-page1 .form-cont .btn {
      margin: 0; }
      .become-courier-page1 .form-cont .btn .columns {
        padding: 0; }
      .become-courier-page1 .form-cont .btn .g-recaptcha {
        float: right;
        margin-bottom: 20px; }
      .become-courier-page1 .form-cont .btn .cta-button {
        padding: 0 40px; }
    @media screen and (min-width: 40em) {
      .become-courier-page1 .form-cont .btn {
        margin-top: 20px; }
        .become-courier-page1 .form-cont .btn .g-recaptcha {
          float: left !important;
          margin-right: 20px; } }
  .become-courier-page1 .icons {
    padding: 50px 10px !important; }
    @media screen and (max-width: 47.9375em) {
      .become-courier-page1 .icons {
        padding: 50px 40px !important; } }
    @media screen and (min-width: 40em) and (max-width: 47.9375em) {
      .become-courier-page1 .icons {
        padding: 50px 10px !important; } }
    @media screen and (min-width: 48em) {
      .become-courier-page1 .icons {
        padding: 40px 100px 100px 100px; } }
    .become-courier-page1 .icons .icon-box {
      border: 1px solid #e6e6e6;
      padding: 20px;
      margin-bottom: 30px; }
      .become-courier-page1 .icons .icon-box:first-child {
        margin-left: 0; }
      .become-courier-page1 .icons .icon-box i {
        font-size: 96px; }
        .become-courier-page1 .icons .icon-box i.bicon-hours {
          color: #7ED321; }
        .become-courier-page1 .icons .icon-box i.bicon-vehicle {
          font-size: 124px;
          line-height: 128px;
          color: #F8E71C; }
        .become-courier-page1 .icons .icon-box i.bicon-navigation {
          color: #FE5757; }
      .become-courier-page1 .icons .icon-box h3 {
        font-size: 20px;
        color: #6C7880;
        font-weight: normal; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .become-courier-page1 .icons .icon-box h3 {
            min-height: 84px; } }
        @media screen and (min-width: 64em) {
          .become-courier-page1 .icons .icon-box h3 {
            min-height: 56px; } }
      .become-courier-page1 .icons .icon-box p {
        margin-top: 20px;
        font-size: 16px;
        color: #6C7880;
        font-weight: 300; }
        @media screen and (min-width: 48em) and (max-width: 63.9375em) {
          .become-courier-page1 .icons .icon-box p {
            min-height: 125px; } }
        @media screen and (min-width: 64em) {
          .become-courier-page1 .icons .icon-box p {
            min-height: 75px; } }

hr {
  max-width: 80rem !important; }

.terms {
  margin-top: 121px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 64em) {
    .terms {
      margin-top: 82px; } }
  .terms .faq-headline {
    height: 231px;
    padding-top: 62px;
    padding-right: 360px;
    margin-bottom: -20px; }
    .terms .faq-headline h1 {
      color: #01A3D6;
      font-size: 42px;
      line-height: 56px; }
  .terms hr {
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .terms .content-container .row {
    padding-left: 0;
    padding-right: 0; }
  .terms .content-container .first {
    background: #F3F3EE;
    height: 80px;
    margin-top: 60px;
    margin-bottom: 40px;
    display: table;
    width: 100%; }
    .terms .content-container .first .arrow-down {
      float: right;
      opacity: 0.8;
      margin-right: 24px;
      margin-top: 30px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .terms .content-container .first .arrow-down i {
        font-size: 18px;
        color: #000000; }
    .terms .content-container .first h2 {
      font-size: 25px;
      color: #1D1D1B;
      line-height: 32px;
      display: inline-block;
      padding: 26px 24px; }
    .terms .content-container .first img {
      float: right;
      padding-top: 34px;
      padding-right: 24px; }
  .terms .content-container .faq-name {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .terms .content-container .faq-name .arrow-down {
      float: right;
      opacity: 0.8;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .terms .content-container .faq-name .arrow-down i {
        font-size: 18px;
        color: #1EC4CC; }
    .terms .content-container .faq-name .arrow-up {
      float: right;
      opacity: 0.8;
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
      .terms .content-container .faq-name .arrow-up i {
        font-size: 18px;
        color: #1EC4CC; }
    .terms .content-container .faq-name .question {
      font-size: 18px;
      color: #1D1D1B;
      line-height: 32px;
      display: inline-block; }
    .terms .content-container .faq-name img {
      float: right;
      padding-top: 8px; }
    .terms .content-container .faq-name a {
      color: #00a6d8; }
  .terms .content-container li, .terms .content-container p {
    font-size: 19px;
    color: #6c7880;
    letter-spacing: 0;
    line-height: 24px; }
  .terms .content-container p {
    margin-bottom: 25px; }

@media screen and (max-width: 53.125em) {
  .terms {
    padding-left: 32px;
    padding-right: 32px; }
    .terms .faq-headline {
      padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .faq-padding {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

@media screen and (max-width: 40em) {
  .terms .faq-padding {
    padding-left: .625rem;
    padding-right: .625rem; }
  .terms .content-container p {
    font-size: 15px; } }

hr {
  max-width: 80rem !important; }

.privacy {
  margin-top: 121px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 64em) {
    .privacy {
      margin-top: 82px; } }
  .privacy .faq-headline {
    height: 231px;
    padding-top: 62px;
    padding-right: 360px;
    margin-bottom: -20px; }
    .privacy .faq-headline h1 {
      color: #01A3D6;
      font-size: 42px;
      line-height: 56px; }
  .privacy hr {
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 50px; }
  .privacy .content-container .row {
    padding-left: 0;
    padding-right: 0; }
  .privacy .content-container .first {
    background: #F3F3EE;
    height: 80px;
    margin-top: 60px;
    margin-bottom: 70px;
    display: table;
    width: 100%; }
    .privacy .content-container .first .arrow-down {
      float: right;
      opacity: 0.8;
      margin-right: 24px;
      margin-top: 30px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .privacy .content-container .first .arrow-down i {
        font-size: 18px;
        color: #000000; }
    .privacy .content-container .first h2 {
      font-size: 25px;
      color: #1D1D1B;
      line-height: 32px;
      display: inline-block;
      font-weight: 400px;
      padding: 26px 24px; }
    .privacy .content-container .first img {
      float: right;
      padding-top: 34px;
      padding-right: 24px; }
  .privacy .content-container .faq-name {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .privacy .content-container .faq-name .arrow-down {
      float: right;
      opacity: 0.8;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .privacy .content-container .faq-name .arrow-down i {
        font-size: 18px;
        color: #1EC4CC; }
    .privacy .content-container .faq-name .arrow-up {
      float: right;
      opacity: 0.8;
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
      .privacy .content-container .faq-name .arrow-up i {
        font-size: 18px;
        color: #1EC4CC; }
    .privacy .content-container .faq-name .question {
      font-size: 18px;
      color: #1D1D1B;
      line-height: 32px;
      display: inline-block; }
    .privacy .content-container .faq-name img {
      float: right;
      padding-top: 8px; }
    .privacy .content-container .faq-name a {
      color: red; }
    .privacy .content-container .faq-name h3 {
      font-weight: 300;
      font-size: 22px;
      margin-bottom: 40px;
      margin-top: 30px; }
  .privacy .content-container li, .privacy .content-container p {
    font-size: 19px;
    color: #6c7880;
    letter-spacing: 0;
    line-height: 24px; }
  .privacy .content-container p {
    margin-bottom: 25px; }
  .privacy .content-container .tg {
    border-collapse: collapse;
    border-spacing: 0; }
  .privacy .content-container .tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black; }
  .privacy .content-container .tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black; }
  .privacy .content-container .tg .tg-us36 {
    border-color: inherit;
    vertical-align: top; }

@media screen and (max-width: 53.125em) {
  .privacy {
    padding-left: 32px;
    padding-right: 32px; }
    .privacy .faq-headline {
      padding-right: 20px; } }

@media screen and (max-width: 64em) {
  .faq-padding {
    padding-left: .9375rem;
    padding-right: .9375rem; } }

@media screen and (max-width: 40em) {
  .faq-padding {
    padding-left: .625rem;
    padding-right: .625rem; }
  .privacy .content-container p {
    font-size: 15px; } }

.become-courier {
  margin-top: 121px; }
  .become-courier #firstNameAlert,
  .become-courier #lastNameAlert,
  .become-courier #addressAlert {
    color: red;
    font-size: 14px; }
  @media screen and (max-width: 64em) {
    .become-courier {
      margin-top: 80px; } }
  .become-courier #courierCity {
    margin-bottom: 30px; }
  .become-courier h2 {
    text-decoration: underline; }
  .become-courier .input-field {
    margin-bottom: 15px; }
  .become-courier .input-field input.invalid {
    border-color: red; }
  .become-courier .button-group .button {
    width: 100%; }
  .become-courier .form-cont {
    margin-top: 50px;
    margin-bottom: 50px; }
    .become-courier .form-cont select {
      font-size: 15px;
      font-weight: 500; }
    .become-courier .form-cont .vehicle-type {
      margin-top: 3px;
      margin-bottom: 5px; }
      .become-courier .form-cont .vehicle-type .button-group {
        text-align: center;
        margin-top: 45px; }
      .become-courier .form-cont .vehicle-type .button-group div {
        display: inline-block;
        text-align: center;
        margin: 25px 10px 10px 0; }
        @media screen and (min-width: 48em) {
          .become-courier .form-cont .vehicle-type .button-group div {
            margin: 0;
            border-left: none;
            width: 16%; } }
        .become-courier .form-cont .vehicle-type .button-group div img {
          margin-top: -40px; }
        .become-courier .form-cont .vehicle-type .button-group div:first-child .button {
          border-left: 2px solid #e1e8ee;
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        .become-courier .form-cont .vehicle-type .button-group div:last-child .button {
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
      .become-courier .form-cont .vehicle-type img {
        height: 30px;
        margin-top: -2px; }
  .become-courier .circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #01a3d6;
    margin-right: 21px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; }
    .become-courier .circle:before, .become-courier .circle:after {
      content: "";
      background-color: #01a3d6;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1; }
    .become-courier .circle:after {
      width: 14px;
      height: 2px; }
    .become-courier .circle:before {
      width: 2px;
      height: 14px; }
  .become-courier .add_field_button[disabled] {
    cursor: not-allowed;
    border: 1px solid #6c7880; }
    .become-courier .add_field_button[disabled]:after, .become-courier .add_field_button[disabled]:before {
      background-color: #6c7880; }
  .become-courier .post-code-message {
    margin: -15px 0 30px 0; }
    .become-courier .post-code-message img {
      margin-left: 10px; }
  .become-courier .form-cont {
    margin-top: 50px;
    margin-bottom: 50px; }
  .become-courier .address-note {
    color: rgba(155, 154, 154, 0.761);
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 5px; }
  .become-courier .input-field {
    position: relative;
    float: left;
    width: 100%; }
    .become-courier .input-field label {
      pointer-events: none;
      top: 8px;
      font-size: 15px;
      letter-spacing: 0.2px;
      will-change: transform;
      margin-left: 9px; }
    .become-courier .input-field input {
      outline: none;
      padding-top: 18px;
      border-width: 1px;
      font-size: 15px;
      width: 100%;
      background-color: transparent; }
    .become-courier .input-field.disabled label {
      color: #6c7880; }
    .become-courier .input-field.disabled input {
      cursor: not-allowed; }
  .become-courier .input-field.is-active:after {
    width: 100%; }
  .become-courier .input-field.is-active label {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    text-transform: uppercase;
    font-size: 10px;
    color: #01a3d6; }
  .become-courier .input-field:after,
  .become-courier .input-field label {
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .become-courier .input-field input {
    color: #01a3d6; }
  .become-courier .success {
    position: relative;
    z-index: 1;
    top: 0;
    margin: 0;
    height: 200px;
    background-image: url("../img/new_images/Become A Courier Hero 2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 17px; }
    .become-courier .success .title {
      position: relative;
      top: 75px;
      text-align: center; }
      .become-courier .success .title p {
        font-size: 15px;
        color: #fefefe;
        letter-spacing: 0;
        line-height: 24px; }
      .become-courier .success .title .succes_heading h1 {
        font-size: 30px;
        color: #ffffff;
        line-height: 40px;
        display: block;
        width: 295px;
        margin: auto; }
    @media screen and (min-width: 40em) {
      .become-courier .success {
        height: 300px; }
        .become-courier .success .title {
          top: 120px; }
          .become-courier .success .title h1 {
            font-size: 50px; } }
  .become-courier .content-container {
    position: relative;
    z-index: 1; }
    .become-courier .content-container .row {
      max-width: 80rem; }
  .become-courier .main {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    .become-courier .main .first {
      padding: 30px 20px; }
      @media screen and (min-width: 40em) {
        .become-courier .main .first {
          padding: 50px 40px 50px 0px; } }
      @media screen and (min-width: 64em) {
        .become-courier .main .first {
          padding: 50px 120px 50px 40px; } }
  .become-courier .title h1 {
    color: #6C7880;
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 5px;
    display: inline-block; }
  .become-courier .title hr.short {
    width: 180px;
    border: none;
    height: 1px;
    background-color: #00A6D8;
    margin: 0 auto; }
  .become-courier .title h2 {
    margin-top: 30px;
    font-size: 24px;
    color: #00A6D8;
    text-align: center;
    font-weight: 300;
    font-style: italic; }
  @media screen and (min-width: 40em) {
    .become-courier .title {
      margin-top: 40px; }
      .become-courier .title h1 {
        font-size: 50px; }
      .become-courier .title h2 {
        font-size: 28px; } }
  @media screen and (min-width: 48em) {
    .become-courier .title {
      margin-top: 60px; }
      .become-courier .title h2 {
        padding: 0 40px; } }
  .become-courier .form-cont {
    margin-top: 30px; }
    .become-courier .form-cont .btn {
      margin: 0; }
      .become-courier .form-cont .btn .columns {
        padding: 0; }
    .become-courier .form-cont .submit-row {
      float: right; }
      .become-courier .form-cont .submit-row .button {
        margin-top: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 300px; }
      @media screen and (max-width: 63.9375em) {
        .become-courier .form-cont .submit-row {
          float: none; }
          .become-courier .form-cont .submit-row .captcha {
            padding: 0; }
            .become-courier .form-cont .submit-row .captcha .g-recaptcha div {
              margin-left: auto;
              margin-right: auto; }
              .become-courier .form-cont .submit-row .captcha .g-recaptcha div iframe {
                width: 100%; } }
  .become-courier .icons {
    padding: 50px 40px !important; }
    @media screen and (min-width: 40em) and (max-width: 47.9375em) {
      .become-courier .icons {
        padding: 50px 10px !important; } }
    @media screen and (min-width: 48em) {
      .become-courier .icons {
        padding: 40px 100px 100px 100px; } }
    .become-courier .icons .icon-box {
      border: 1px solid #e6e6e6;
      padding: 20px;
      margin-bottom: 30px; }
      .become-courier .icons .icon-box:first-child {
        margin-left: 0; }
      .become-courier .icons .icon-box i {
        font-size: 96px; }
        .become-courier .icons .icon-box i.bicon-hours {
          color: #7ED321; }
        .become-courier .icons .icon-box i.bicon-vehicle {
          font-size: 124px;
          line-height: 128px;
          color: #F8E71C; }
        .become-courier .icons .icon-box i.bicon-navigation {
          color: #FE5757; }
      .become-courier .icons .icon-box h3 {
        font-size: 20px;
        color: #6C7880;
        font-weight: normal;
        min-height: 56px; }
        @media screen and (min-width: 48em) {
          .become-courier .icons .icon-box h3 {
            min-height: 0px; } }
      .become-courier .icons .icon-box p {
        margin-top: 20px;
        font-size: 16px;
        color: #6C7880;
        font-weight: 300; }
        @media screen and (min-width: 40em) and (max-width: 47.9375em) {
          .become-courier .icons .icon-box p {
            min-height: 100px; } }

/*!
 * Selectr 2.4.0
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
  position: relative;
  border: 2px solid #e1e8ee;
  border-radius: 3px;
  margin-bottom: 39px;
  min-height: 48px; }

.selectr-container li {
  list-style: none; }

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none; }

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11; }

.selectr-desktop.multiple .selectr-visible {
  display: none; }

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block; }

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0; }

.selectr-selected {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 28px 7px 14px;
  cursor: pointer;
  /* border: 1px solid #999; */
  border-radius: 3px;
  background-color: #fff; }

.selectr-selected[disabled="true"] {
  cursor: not-allowed; }

.selectr-selected[disabled="true"] .selectr-placeholder {
  color: gray; }

.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent; }

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 6px;
  border-style: solid;
  border-color: transparent transparent #6c7a86; }

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selectr-placeholder {
  /* color: #6c7a86; */
  color: black; }

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal; }

.has-selected .selectr-tags {
  margin: 0 0 -2px; }

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #00a6d8 none repeat scroll 0 0; }

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 6px 28px 6px 5px; }

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff; }

.selectr-container.open .selectr-options-container {
  display: block; }

.selectr-input-container {
  position: relative;
  display: none; }

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -ms-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11; }

.selectr-clear,
.selectr-input-clear {
  display: none; }

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block; }

.selectr-selected .selectr-tag-remove {
  right: 2px; }

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86; }

.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff; }

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block; }

.selectr-input {
  top: 5px;
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999;
  border-radius: 3px; }

.selectr-notice {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff; }

.selectr-container.notice .selectr-notice {
  display: block; }

.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0; }

.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  /* overflow-y: scroll; */
  max-height: 200px;
  margin: 0;
  padding: 0; }

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block; }

.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal; }

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px; }

.selectr-optgroup {
  font-weight: bold;
  padding: 0; }

.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px; }

.selectr-match {
  text-decoration: underline; }

.selectr-option.selected {
  background-color: #ddd; }

.selectr-option.active {
  color: #fff;
  background-color: #00a6d8; }

.selectr-option.disabled {
  opacity: 0.4; }

.selectr-option.excluded {
  display: none; }

.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0; }

.selectr-container.open .selectr-selected::after {
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px); }

.selectr-disabled {
  opacity: .6; }

.selectr-empty,
.has-selected .selectr-placeholder {
  display: none; }

.has-selected .selectr-label {
  display: block; }

/* TAGGABLE */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px; }

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both; }

.taggable .selectr-label {
  width: auto; }

.taggable .selectr-tags {
  float: left;
  display: block; }

.taggable .selectr-placeholder {
  display: none; }

.input-tag {
  float: left;
  min-width: 90px;
  width: auto; }

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  -ms-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-animation: 500ms linear 0s normal forwards infinite running spin;
  animation: 500ms linear 0s normal forwards infinite running spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px; }

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff; }

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px); }

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1; }

.verify-identity {
  margin-top: 121px; }
  @media screen and (max-width: 64em) {
    .verify-identity {
      margin-top: 80px; } }
  .verify-identity .content-container {
    position: relative;
    z-index: 1; }
    .verify-identity .content-container .row {
      max-width: 80rem; }
  .verify-identity .form-cont {
    margin-top: 100px;
    margin-bottom: 140px; }
  @media only screen and (max-width: 480px) {
    .verify-identity .form-cont {
      margin-top: 0px;
      margin-bottom: 0px; } }

.refer-retailer {
  margin-top: 121px; }
  @media screen and (max-width: 63.9375em) {
    .refer-retailer {
      margin-top: 82px; } }
  .refer-retailer .content-container {
    background-repeat: no-repeat; }
  .refer-retailer .main {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    .refer-retailer .main .splash {
      padding: 50px 0; }
  .refer-retailer .title {
    margin-top: 30px; }
    .refer-retailer .title h1 {
      color: #6C7880;
      font-size: 32px;
      font-weight: 300;
      padding-bottom: 5px;
      display: inline-block; }
    .refer-retailer .title hr.short {
      width: 180px;
      border: none;
      height: 1px;
      background-color: #00A6D8;
      margin: 0 auto; }
    .refer-retailer .title h2 {
      margin-top: 30px;
      font-size: 24px;
      color: #00A6D8;
      text-align: center;
      font-weight: 300;
      font-style: italic;
      padding: 0 30px; }
  @media screen and (min-width: 40em) {
    .refer-retailer .title {
      margin-top: 50px; }
      .refer-retailer .title h1 {
        font-size: 50px; }
      .refer-retailer .title h2 {
        font-size: 28px;
        padding: 0 50px; } }
  @media screen and (min-width: 48em) {
    .refer-retailer h2 {
      padding: 0 40px; } }
  .refer-retailer .form-cont {
    padding: 30px 0 100px 0; }
    .refer-retailer .form-cont .captcha {
      padding: 0 !important; }
      .refer-retailer .form-cont .captcha .inner-cont {
        width: 302px;
        margin: 0 auto;
        margin-bottom: 20px; }
    .refer-retailer .form-cont .column, .refer-retailer .form-cont .columns {
      padding: 0 10px; }
    .refer-retailer .form-cont .fieldset {
      border: none;
      border-top: 1px solid #e6e6e6;
      margin-bottom: 0; }
      .refer-retailer .form-cont .fieldset legend {
        background: none;
        padding: 0 20px;
        font-size: 18px;
        color: #00A6D8; }
    .refer-retailer .form-cont .optional {
      float: right;
      color: #8a8a8a; }
    .refer-retailer .form-cont .help-text {
      color: #8a8a8a; }
    .refer-retailer .form-cont .button-group {
      margin-bottom: 0; }
      .refer-retailer .form-cont .button-group .button {
        border: 2px solid #E1E8EE;
        margin: 0 10px 10px 0; }
        .refer-retailer .form-cont .button-group .button:first-child {
          border-left: 2px solid #E1E8EE;
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        .refer-retailer .form-cont .button-group .button:hover, .refer-retailer .form-cont .button-group .button.active {
          background-color: #00A6D8;
          border-color: #00A6D8;
          color: #fefefe; }
        @media screen and (min-width: 48em) {
          .refer-retailer .form-cont .button-group .button {
            width: auto;
            margin: 0;
            border-left: none; } }
        @media screen and (min-width: 64em) {
          .refer-retailer .form-cont .button-group .button {
            margin: 0;
            border-left: none; } }
    @media screen and (min-width: 48em) {
      .refer-retailer .form-cont {
        padding: 30px 80px 100px 80px !important; }
        .refer-retailer .form-cont .column, .refer-retailer .form-cont .columns {
          padding: 0; }
        .refer-retailer .form-cont .cta-button {
          margin-top: 10px;
          margin-right: 20px; } }
  .refer-retailer .partners {
    padding: 50px;
    border-top: 1px solid #e6e6e6; }
    @media screen and (min-width: 48em) {
      .refer-retailer .partners {
        padding: 50px 80px 100px 80px; } }
    .refer-retailer .partners .column, .refer-retailer .partners .columns {
      margin-bottom: 50px; }
    .refer-retailer .partners h2 {
      font-size: 20px;
      color: #6C7880;
      text-align: center;
      margin: 30px 0 10px 0; }
    .refer-retailer .partners hr.short {
      width: 120px;
      border: none;
      height: 1px;
      background-color: #E4E4E4;
      margin: 0 auto;
      margin-bottom: 50px; }

.landing .container .study_details_content h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #2c2c51; }

.landing .container .study_details_content ul li {
  font-size: 16px; }

.landing .container .study_details_content h5 {
  color: #677294; }

.landing .container .erp_content_two {
  padding-left: 0px !important; }

.landing .container .image-width-300 {
  max-width: 300px; }

@media (max-width: 991px) {
  .landing .container .image-pad0 {
    padding-left: 15px; } }

@media (min-width: 991px) {
  .landing .container .image-pad0 {
    padding-left: 0px;
    margin-right: 0px; } }

.landing .container .image-width-600 {
  max-width: 600px; }

.landing .container .study_details_three .details_img img {
  -webkit-box-shadow: none;
          box-shadow: none; }

.landing .container .details_img img {
  margin-right: 0px; }

.landing .container .erp_service_item .h_head:hover {
  color: #2c2c51; }

/*====================================================*/
.landing-template .footer_area {
  padding-top: 20px;
  background-color: #eeeff1; }

.landing-template .col-lg-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.landing-template .col-lg-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.landing-template .col-lg-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.landing-template .col-lg-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.landing-template .col-lg-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.landing-template .col-lg-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }
  .landing-template .col-lg-2 h2 {
    margin-top: 20px;
    margin-bottom: 0px; }

.landing-template .col-lg-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%; }

.landing-template .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.landing-template .pb_80,
.landing-template .sec_pad {
  padding-bottom: 80px; }

.landing-template .pt_80 {
  padding-top: 80px; }

.landing-template .pt_20 {
  padding-top: 20px; }

.landing-template .pl_30 {
  padding-left: 30px; }

.landing-template .mb_40 {
  margin-bottom: 40px; }

.landing-template .f_size_34 {
  font-size: 34px; }

.landing-template .btn_six {
  border-radius: 20px;
  width: 250px;
  color: #fff;
  background: #32cd32;
  padding: 15px 20px; }
  .landing-template .btn_six:hover {
    background: #ebfaf9;
    color: #00b7e5; }

.landing-template .rimowa {
  padding-top: 20px;
  padding-bottom: 20px; }

.landing-template .ralph {
  padding-top: 15px;
  padding-bottom: 15px; }

.landing-template .video-obj-cont {
  margin-left: auto;
  margin-right: auto; }

.landing-template .erp_service_area h3 {
  font-size: 20px; }

.landing-template .erp_service_area p {
  font-size: 15px;
  color: #677294; }

.landing-template .erp_service_area .fadeInLeft {
  padding-right: 15px;
  padding-left: 15px; }

.landing-template .erp_service_area img {
  margin: 0 auto 25px; }

.landing-template .checkbox,
.landing-template .submit-row {
  display: block; }

.landing-template .form-cont {
  margin-bottom: 50px; }

.landing-template .service_carousel {
  position: relative;
  z-index: 1; }
  .landing-template .service_carousel:before {
    display: none;
    width: 100px;
    content: "";
    height: 100%;
    right: -20px;
    top: 0;
    position: absolute;
    background: #fbfbfb;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-box-shadow: 0px 80px 40px 0px rgba(251, 251, 251, 0.1);
            box-shadow: 0px 80px 40px 0px rgba(251, 251, 251, 0.1);
    z-index: 1; }
  .landing-template .service_carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .landing-template .service_carousel .owl-item {
    padding-left: 25px; }
    .landing-template .service_carousel .owl-item .service_item {
      -webkit-box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1);
              box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1); }
      .landing-template .service_carousel .owl-item .service_item:hover {
        border-color: rgba(116, 68, 253, 0.2); }
      .landing-template .service_carousel .owl-item .service_item img {
        width: auto; }
  .landing-template .service_carousel .owl-prev,
  .landing-template .service_carousel .owl-next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
            box-shadow: 0px 2px 20px 2px rgba(12, 0, 46, 0.06);
    font-size: 16px;
    color: #222d39;
    line-height: 56px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .landing-template .service_carousel .owl-prev:hover,
    .landing-template .service_carousel .owl-next:hover {
      background: #00b7e5 !important;
      color: #fff !important; }
  .landing-template .service_carousel .owl-next {
    left: -20px; }
  .landing-template .service_carousel .owl-prev {
    right: -20px;
    left: inherit;
    z-index: 10; }
  .landing-template .service_carousel .erp_item_features {
    width: 960px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.landing-template .pricing {
  background: url(../img/home_hero_background.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: top;
  background-size: cover; }
  .landing-template .pricing .case_study_details_area_three ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .landing-template .pricing .case_study_details_area_three ul li {
      line-height: 1.5;
      margin-bottom: 10px;
      font-size: 18px; }
  .landing-template .pricing .video_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: none;
    background-size: cover;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .landing-template .pricing .video_info img {
      width: 100%; }
    .landing-template .pricing .video_info .video_icon {
      position: absolute;
      opacity: 0.9; }
  .landing-template .pricing .price_content .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px; }
    .landing-template .pricing .price_content .col-lg-4 h4 {
      font-size: 20px;
      margin-bottom: 30px;
      position: relative;
      margin-top: 30px;
      font-weight: 500;
      text-align: center;
      min-height: 48px; }
    .landing-template .pricing .price_content .col-lg-4 .case_study_details_area_three {
      position: relative; }
      .landing-template .pricing .price_content .col-lg-4 .case_study_details_area_three .study_details_content {
        min-height: 218px; }
  .landing-template .pricing .learn {
    position: relative; }
    .landing-template .pricing .learn .btn-learn {
      color: #4b505e;
      font-weight: 500; }
  .landing-template .pricing .arrow {
    position: relative;
    width: 700px; }
    .landing-template .pricing .arrow .arrow-body {
      width: 510px;
      height: 45px;
      background-color: #32cd32;
      display: inline-block;
      position: relative; }
    .landing-template .pricing .arrow img {
      z-index: 1;
      right: 1px;
      top: -18px;
      position: relative; }
    .landing-template .pricing .arrow .arrow-text {
      position: absolute;
      font-size: 20px;
      top: 34px;
      z-index: 2;
      color: #ffffff;
      padding-left: 34px; }
  .landing-template .pricing .section_container {
    width: 100px;
    margin-left: 35px; }

.landing-template .landing-header {
  padding-top: 0px;
  padding-bottom: 30px;
  background: none; }
  .landing-template .landing-header .section_intro .section_container {
    max-width: 1200px; }
    .landing-template .landing-header .section_intro .section_container .intro {
      height: 80px; }
      .landing-template .landing-header .section_intro .section_container .intro .intro_content {
        display: -webkit-box;
        display: block;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .landing-template .landing-header .section_intro .section_container .intro .intro_content .navbar-brand img {
          max-height: 45px; }
      .landing-template .landing-header .section_intro .section_container .intro h1 {
        font-size: 35px;
        min-width: 520px;
        line-height: 50px;
        margin: 0; }
      .landing-template .landing-header .section_intro .section_container .intro h2 {
        font-size: 18px;
        font-weight: 300;
        margin: 4px 0 0 75px; }

.landing-template .landing .container .delivery-app {
  margin-right: auto;
  margin-left: auto;
  display: block; }

.landing-template .erp_item ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .landing-template .erp_item ul li {
    font: 400 15px;
    position: relative;
    padding-left: 35px; }
    .landing-template .erp_item ul li:before {
      content: "\e64c";
      position: absolute;
      left: 0;
      top: 0;
      font-family: "themify";
      color: #00b7e5;
      font-size: 20px; }

.landing-template .case_study_details_area_three .study_details_three .erp_content_two .learn-why {
  margin-top: 50px; }

.landing-template .case_study_details_area_three .study_details_three .erp_content_two .flexdash img {
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  vertical-align: initial; }

.landing-template .case_study_details_area_three .study_details_three .details_img {
  margin-bottom: 30px !important; }

.landing-template .case_study_details_area_three .study_details_three .col-lg-6:last-child .erp_content_two {
  padding-left: 40px !important; }

.landing-template .owl-carousel .owl-stage-outer {
  overflow: hidden; }
  .landing-template .owl-carousel .owl-stage-outer .owl-stage {
    position: relative; }
    .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item {
      width: 810px !important;
      margin-right: 130px !important; }
      .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
        display: block;
        width: 150px;
        padding-right: 30px;
        max-height: 100px;
        vertical-align: middle; }

.landing-template .owl-carousel .owl-nav {
  display: none; }
  .landing-template .owl-carousel .owl-nav .owl-prev,
  .landing-template .owl-carousel .owl-nav .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

.landing-template .feature_table_section {
  padding-top: 40px; }

.landing-template .landing1 .justify-content-center h1,
.landing-template .landing1 .justify-content-center p {
  margin-bottom: 25px; }

.landing-template .landing1 .justify-content-center .first-par {
  padding-right: 5%; }
  .landing-template .landing1 .justify-content-center .first-par h1 {
    font-size: 40px;
    line-height: 1.2; }

.landing-template .landing1 .justify-content-center iframe {
  width: 530px;
  height: 298px; }

.landing-template .landing1 .erp_service_item {
  text-align: center !important; }
  .landing-template .landing1 .erp_service_item .icon {
    margin-left: auto !important; }
    .landing-template .landing1 .erp_service_item .icon img {
      width: 80px;
      height: 80px; }

.landing-template .landing1 .action_content h2 {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.landing-template .landing1 .erp_content_two {
  padding-right: 50px; }
  .landing-template .landing1 .erp_content_two .erp_item {
    margin-top: 15px;
    margin-bottom: 30px; }

.landing-template .landing1 .case_study_details_area_three {
  padding-bottom: 80px; }
  .landing-template .landing1 .case_study_details_area_three .study_details_three .icon {
    display: inline-block;
    width: 55px;
    height: 60px;
    margin: 0 25px 25px 0;
    font-size: 42px;
    border-radius: 50%/14%;
    text-align: center;
    line-height: 60px;
    color: #35bfe7;
    position: relative;
    bottom: 38px; }
    .landing-template .landing1 .case_study_details_area_three .study_details_three .icon .ti-location-pin {
      color: #32cd32; }
    .landing-template .landing1 .case_study_details_area_three .study_details_three .icon .ti-share {
      color: #f0ad56; }
    .landing-template .landing1 .case_study_details_area_three .study_details_three .icon .ti-layout-tab-window {
      color: #7142f8; }
  .landing-template .landing1 .case_study_details_area_three .study_details_three .block {
    display: inline-block;
    width: 77%; }
  .landing-template .landing1 .case_study_details_area_three .study_details_three .details_img {
    margin-bottom: 0px; }
    .landing-template .landing1 .case_study_details_area_three .study_details_three .details_img img {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
  .landing-template .landing1 .case_study_details_area_three .study_details_three .erp_content_two {
    padding-left: 40px !important; }
  .landing-template .landing1 .case_study_details_area_three .study_details_three h2 {
    font-size: 30px; }

.landing-template .landing1 .fadeInLeft .pl_70 {
  padding-left: 40px; }

.landing-template .h_action_area_three .btn-orange {
  background-color: #f0ad56;
  border-color: #f0ad56; }

.landing-template .video_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: linear-gradient(50deg, rgba(58, 43, 220, 0.9) 0%, rgba(23, 199, 189, 0.9) 100%);
  background-size: cover;
  -webkit-box-shadow: 0px 50px 70px 0px rgba(0, 11, 40, 0.24);
          box-shadow: 0px 50px 70px 0px rgba(0, 11, 40, 0.24);
  height: 450px;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .landing-template .video_info h2 {
    position: absolute;
    top: 48%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 120px;
    opacity: 0.1;
    font-weight: 400;
    z-index: -1;
    width: 80%; }
  .landing-template .video_info .bottom {
    border-radius: 50%;
    background-color: #35bfe7; }

.landing-template .video_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
          box-shadow: 0px 20px 40px 0px rgba(1, 16, 58, 0.14);
  text-align: center;
  line-height: 85px;
  font-size: 50px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block; }
  .landing-template .video_icon:before, .landing-template .video_icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 0.2px solid #fff;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    left: 0; }
  .landing-template .video_icon:before {
    -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
            transform: scale(2.5); }
  .landing-template .video_icon:after {
    -webkit-transform: scale(3.8);
        -ms-transform: scale(3.8);
            transform: scale(3.8); }
  .landing-template .video_icon i {
    color: #17c7bd;
    text-shadow: 0px 6px 25px rgba(16, 147, 140, 0.9);
    position: relative;
    top: 2px;
    left: 3px; }
    .landing-template .video_icon i:after {
      width: 300%;
      height: 300%;
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.5);
              box-shadow: 0px 1px 15px 1px rgba(255, 255, 255, 0.5);
      content: "";
      -webkit-animation: pulse 2s infinite;
      -webkit-transform: scale(8);
          -ms-transform: scale(8);
              transform: scale(8);
      animation: pulse 2s infinite; }
  .landing-template .video_icon:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04); }

.landing-template .test {
  width: 100%;
  height: 100%;
  position: relative; }
  .landing-template .test .video-block {
    margin-bottom: 50px; }
    .landing-template .test .video-block .play-video-brisqq {
      position: absolute;
      z-index: 10;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      position: relative;
      width: 960px;
      height: 540px; }
      .landing-template .test .video-block .play-video-brisqq #brisqq-video {
        position: absolute;
        top: 0;
        left: 10%;
        max-width: 1140px;
        max-height: 641px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .landing-template .test .video-block iframe {
      -webkit-box-shadow: 0 18px 17px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 18px 17px 0 rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 100%; }
    .landing-template .test .video-block .video-cont {
      position: relative;
      width: 100%;
      height: 100%; }
    .landing-template .test .video-block .video-play-btn {
      position: relative;
      display: block;
      width: 174px;
      height: 174px;
      margin: 146px 0 0 250px; }
      .landing-template .test .video-block .video-play-btn img {
        position: absolute;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in; }
      .landing-template .test .video-block .video-play-btn img.top {
        opacity: 1; }
      .landing-template .test .video-block .video-play-btn img.top:hover {
        opacity: 0; }
      .landing-template .test .video-block .video-play-btn img.bottom:hover {
        opacity: 1; }
    .landing-template .test .video-block .video-overlay {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    .landing-template .test .video-block .video-caption {
      width: 700px;
      top: 55px;
      text-align: center;
      display: block;
      position: relative;
      margin: 0 auto; }
      .landing-template .test .video-block .video-caption blockquote {
        font-size: 24px;
        display: inline;
        font-style: italic;
        line-height: 1.3;
        border: none;
        color: #ffffff; }
      .landing-template .test .video-block .video-caption blockquote:before {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 60px;
        position: absolute;
        left: -10px;
        top: -10px;
        color: #6C7880; }
    .landing-template .test .video-block.skandium .video-overlay {
      background: url("../img/video-overlay-skandium.png") no-repeat;
      background-size: cover; }
    .landing-template .test .video-block.skandium blockquote {
      background: rgba(0, 0, 0, 0.3);
      line-height: 1.8; }
    .landing-template .test .video-block.skandium blockquote:before {
      line-height: 1; }
    .landing-template .test .video-block.bedales .video-overlay {
      background: url("../img/video-overlay-bedales.png") no-repeat;
      background-size: cover; }
    .landing-template .test .video-block.bedales blockquote {
      background: rgba(0, 0, 0, 0.3);
      line-height: 1.8; }
    .landing-template .test .video-block.bedales blockquote:before {
      line-height: 1; }
    .landing-template .test .video-block.rawpress .video-overlay {
      background: url("../img/video-overlay-rawpress.png") no-repeat;
      background-size: cover; }
    .landing-template .test .video-block.rawpress blockquote {
      background: rgba(0, 0, 0, 0.3);
      line-height: 1.8; }
    .landing-template .test .video-block.rawpress blockquote:before {
      line-height: 1; }
    .landing-template .test .video-block.bloomsbury .video-overlay {
      background: url("../img/video-overlay-bloomsbury.png") no-repeat;
      background-size: cover; }
    .landing-template .test .video-block.bloomsbury blockquote {
      background: rgba(0, 0, 0, 0.3);
      line-height: 1.8; }
    .landing-template .test .video-block.bloomsbury blockquote:before {
      line-height: 1; }
    .landing-template .test .video-block.case .video-overlay {
      background: url("../img/video-overlay-case.png") no-repeat;
      background-size: cover; }
    .landing-template .test .video-block.case blockquote {
      background: rgba(0, 0, 0, 0.3);
      line-height: 1.8; }
    .landing-template .test .video-block.case blockquote:before {
      line-height: 1; }

.landing-template .erp_content_two .success-stories {
  margin-top: 0px !important; }

.landing-template .owl-carousel .owl-stage-outer .owl-stage {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 185px !important;
    margin-right: 5px !important;
    margin-top: auto;
    margin-bottom: auto; }
    .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
      width: 100%;
      padding-right: 0px; }

.london-courier-services .video_icon {
  width: 80px;
  height: 80px;
  left: 27%;
  z-index: 10; }
  .london-courier-services .video_icon .bottom {
    border-radius: 50%;
    background-color: #35bfe7;
    max-width: 100%; }
  .london-courier-services .video_icon img {
    left: 0px; }
  @media (max-width: 768px) {
    .london-courier-services .video_icon {
      left: 0px;
      top: 160px; } }

.london-courier-services .learn-why {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .london-courier-services .learn-why {
      margin-bottom: 0px; } }

.london-courier-services .select-all-scroll img {
  max-width: 600px;
  width: 100%;
  right: 40px;
  position: relative; }
  @media (max-width: 768px) {
    .london-courier-services .select-all-scroll img {
      right: 0px; } }

.london-courier-services .test .video-block .video-obj-cont {
  width: 100%; }
  .london-courier-services .test .video-block .video-obj-cont .play-video-brisqq {
    width: 80%;
    left: 40%;
    top: 0px;
    width: 760px;
    height: 428px; }
    .london-courier-services .test .video-block .video-obj-cont .play-video-brisqq .video-overlay {
      background-size: cover; }
      .london-courier-services .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-play-btn {
        margin-top: 150px;
        margin-left: 77px; }
        .london-courier-services .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-play-btn img {
          width: 150px; }
      .london-courier-services .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-caption {
        width: 100%;
        top: 0px; }
        .london-courier-services .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-caption blockquote {
          font-size: 13px; }
    .london-courier-services .test .video-block .video-obj-cont .play-video-brisqq #brisqq-video {
      height: 100%; }

@media (max-width: 1000px) {
  .landing-template .landing-header {
    padding-top: 20px;
    background: #edeff1; }
  .landing-template .landing-header .section_intro .section_container {
    height: 240px; }
  .landing-template .landing-header .section_intro .section_container .intro .intro_content {
    padding: 0;
    margin: 0; }
  .landing-template .landing-header .section_intro .section_container .intro .intro_content h1 {
    min-width: 0px;
    margin-top: 20px; }
  .landing-template .landing-header .section_intro .section_container .intro .intro_content h2 {
    margin-top: 20px;
    margin-left: 0; }
  .landing-template .landing-header .section_intro .section_container .intro .intro_content .col-lg-2,
  .landing-template .landing-header .section_intro .section_container .intro .intro_content .col-lg-5 {
    margin-right: auto;
    margin-left: auto;
    display: block; }
  .landing-template .study_details_three .study_details_content {
    padding-top: 0; }
  .landing-template .prototype_service_area_two .custom_container {
    padding: 0; }
  .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .landing-template .pricing .price_content .price-table .price_item .price_item_row .monthlyPrice {
    font-size: 9px; }
  .landing-template .pricing .price_content .price-table .price_item.pricing_left .price_item_row.tasks-included {
    padding: 19px 16px; }
  .landing-template .case_study_details_area_three .study_details_three .col-lg-6:last-child .erp_content_two {
    padding-left: 0 !important; }
  .landing-template .case_study_details_area_three .study_details_three .col-lg-6 .erp_content_two {
    padding-left: 0 !important; }
    .landing-template .case_study_details_area_three .study_details_three .col-lg-6 .erp_content_two ul {
      padding-left: 40px !important; } }

@media (min-width: 1024px) and (max-width: 1220px) {
  .landing-template .landing-header {
    padding-left: 40px; }
    .landing-template .landing-header .section_intro .section_container .intro h1 {
      font-size: 24px;
      line-height: normal; }
  .landing-template .pricing .price_content .price-table .price_item .price_item_row .currency {
    font-size: 12px; }
  .landing-template .pricing .price_content .price-table .price_item .price_item_row .monthlyPrice {
    font-size: 8px; }
  .landing-template .pricing .price_content .price-table .price_item .price_item_row:nth-child(2) {
    min-height: 240px;
    height: auto; }
  .landing-template .pricing .price_content .price-table .price_item.pricing_left .price_item_row.driver_agents {
    padding: 10px; }
  .landing-template .pricing .price_content .price-table .price_item.pricing_left .price_item_row.monthlyPricePadding {
    padding: 5px 10px 6px 2px; }
  .landing-template .pricing .price_content .col-lg-4 .case_study_details_area_three .study_details_content {
    min-height: 256px; }
  .landing-template .pricing .price_content .arrow {
    width: 400px; }
    .landing-template .pricing .price_content .arrow .arrow-body {
      width: 320px;
      height: 45px;
      background-color: #32cd32;
      display: inline-block;
      position: relative; }
    .landing-template .pricing .price_content .arrow img {
      z-index: 1;
      right: 1px;
      top: -17px;
      position: relative; }
    .landing-template .pricing .price_content .arrow .arrow-text {
      position: absolute;
      font-size: 15px;
      top: 38px;
      z-index: 2;
      color: #ffffff;
      padding-left: 10px; }
  .landing-template .pricing .price_content .learn {
    margin-top: 10px; }
  .landing-template .landing1 .pl_70 {
    padding-left: 0px !important; }
  .landing-template .landing1 .pr_70 {
    padding-right: 0px !important; }
  .landing-template .landing1 .justify-content-center iframe {
    width: 100%;
    height: 255px; }
  .landing-template .landing1 .justify-content-center .first-par {
    padding-left: 40px; }
  .landing-template .slide h2 {
    font-size: 33px; }
  .landing-template .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item {
      width: 205px !important;
      margin-right: 15px !important;
      margin-top: auto;
      margin-bottom: auto; }
      .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
        width: 100%;
        padding-right: 0px; } }

@media (max-width: 1023px) {
  .landing-template .landing-header {
    background: none;
    padding-left: 40px; }
    .landing-template .landing-header .section_intro .section_container {
      height: auto; }
  .landing-template .video_content {
    padding: 0; }
  .landing-template .pricing {
    background: none; }
    .landing-template .pricing.pricing_area_two.pt_20 {
      padding-top: 0 !important; }
    .landing-template .pricing .arrow {
      display: none; }
  .landing-template .landing1 .justify-content-center .first-par {
    padding-right: 15px;
    padding-left: 40px; }
  .landing-template .landing1 .justify-content-center .explain-video {
    text-align: center;
    padding-top: 80px; }
  .landing-template .landing1-no-back {
    background: url(../img/home_hero_background.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto;
    background-position: top;
    background-size: cover; } }

@media (max-width: 768px) {
  .landing-template .case_study_details_area .case_study_details_area_three .study_details_content .details_img_land img {
    width: 100%; }
  .landing-template .case_study_details_area .case_study_details_area_three .study_details_content .erp_content_two {
    padding-right: 0px;
    padding-left: 0px !important; }
    .landing-template .case_study_details_area .case_study_details_area_three .study_details_content .erp_content_two .media-body {
      font-size: 15px; }
    .landing-template .case_study_details_area .case_study_details_area_three .study_details_content .erp_content_two .erp_item {
      margin-top: 15px;
      margin-bottom: 20px; }
  .landing-template .case_study_details_area .case_study_details_area_three .study_details_content .erp-one {
    margin-left: 25px; }
  .landing-template .test .video-block .play-video-brisqq {
    width: 700px;
    height: 394px; }
    .landing-template .test .video-block .play-video-brisqq .video-overlay {
      background-size: contain; }
      .landing-template .test .video-block .play-video-brisqq .video-overlay .video-play-btn {
        margin-top: 55px; }
  .landing-template .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item {
      width: 185px !important;
      margin-right: 25px !important;
      margin-top: auto;
      margin-bottom: auto; }
      .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
        width: 100%;
        padding-right: 0px; } }

@media (max-width: 650px) {
  .landing-template .footer_area .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .landing-template .landing-header {
    background: none;
    padding-left: 25px; }
    .landing-template .landing-header .section_intro .section_container {
      height: 280px; }
  .landing-template .pricing {
    background: none; }
    .landing-template .pricing.pricing_area_two.pt_20 {
      padding-top: 0 !important; }
    .landing-template .pricing .arrow {
      display: none; }
    .landing-template .pricing .video_content .video_info {
      margin-top: 0px;
      margin-bottom: 50px; }
    .landing-template .pricing .price_content .price-table .price_item .price_item_row:nth-child(2) {
      height: auto; }
      .landing-template .pricing .price_content .price-table .price_item .price_item_row:nth-child(2) ul {
        height: auto;
        padding-top: 10px; }
        .landing-template .pricing .price_content .price-table .price_item .price_item_row:nth-child(2) ul li {
          margin: 20px 0;
          font-size: 16px; }
      .landing-template .pricing .price_content .price-table .price_item .price_item_row:nth-child(2) .learn {
        margin: 20px 0; }
    .landing-template .pricing .price_content .col-lg-4 .case_study_details_area_three .study_details_content {
      padding: 0 20px;
      min-height: auto;
      margin-bottom: 60px; }
      .landing-template .pricing .price_content .col-lg-4 .case_study_details_area_three .study_details_content ul li {
        margin: 20px 0;
        font-size: 16px; }
    .landing-template .pricing .price_content {
      display: block; }
      .landing-template .pricing .price_content .col-sm-12 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .landing-template .pricing .price_content .first-par {
        text-align: center; }
    .landing-template .pricing .section_container {
      margin-left: 0px; }
  .landing-template .case_study_details_area_three .study_details_three .col-lg-6:last-child .erp_content_two {
    padding-left: 0 !important; }
  .landing-template .landing1-no-back {
    background: url(../img/home_hero_background.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto;
    background-position: top;
    background-size: cover; }
    .landing-template .landing1-no-back .section_intro .section_container {
      height: 80px; }
    .landing-template .landing1-no-back .landing1 iframe {
      width: 100%;
      height: 140%; }
  .landing-template .landing1 .case_study_details_area_three .study_details_three {
    display: block; }
    .landing-template .landing1 .case_study_details_area_three .study_details_three .icon {
      margin: 0 10px 25px 0; }
    .landing-template .landing1 .case_study_details_area_three .study_details_three .erp_content_two {
      padding-left: 0px !important;
      padding-right: 0px; }
    .landing-template .landing1 .case_study_details_area_three .study_details_three .col-sm-6 {
      max-width: 100%;
      padding: 15px; }
  .landing-template .landing1 .erp_content_two {
    padding-right: 25px; }
  .landing-template .landing1 .erp-one {
    margin-left: 0px; }
  .landing-template .landing1 .block {
    width: 90%; }
    .landing-template .landing1 .block .media-body {
      text-align: center !important; }
    .landing-template .landing1 .block h2 {
      width: 100%; }
  .landing-template .landing1 .fadeInLeft .pl_70 {
    padding-left: 0px; }
  .landing-template .test .video-block .video-obj-cont {
    width: 100%; }
    .landing-template .test .video-block .video-obj-cont .play-video-brisqq {
      width: 90%;
      left: 50%;
      height: 190px; }
      .landing-template .test .video-block .video-obj-cont .play-video-brisqq .video-overlay {
        background-size: cover; }
        .landing-template .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-play-btn {
          margin-top: 20px;
          margin-left: 77px;
          margin-bottom: -65px; }
          .landing-template .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-play-btn img {
            width: 75px; }
        .landing-template .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-caption {
          width: 100%;
          top: 0px; }
          .landing-template .test .video-block .video-obj-cont .play-video-brisqq .video-overlay .video-caption blockquote {
            font-size: 13px; }
  .landing-template .erp_service_area .container .row {
    display: block; }
    .landing-template .erp_service_area .container .row .col-sm-6 {
      max-width: 100%;
      padding: 15px; }
  .landing-template .service_carousel .erp_item_features {
    display: block; }
  .landing-template .sign-up .form-cont .row {
    display: block; }
    .landing-template .sign-up .form-cont .row .intro-message {
      text-align: center; }
  .landing-template .slide .col-lg-10,
  .landing-template .slide .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .landing-template .slide .row {
    display: block; }
  .landing-template .slide img {
    padding: 15px 0px; }
  .landing-template .slide h2 {
    margin-top: 0px; }
  .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 488px !important;
    margin-right: 80px !important;
    padding-left: 110px; }
    .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
      width: 100%;
      max-height: 135px; }
  .landing-template .h_action_area_three h2 {
    font-size: 24px; } }

@media (max-width: 380px) {
  .landing-template .test .video-block .play-video-brisqq {
    left: 50%;
    height: 190px; }
    .landing-template .test .video-block .play-video-brisqq .video-overlay {
      background-size: contain; }
      .landing-template .test .video-block .play-video-brisqq .video-overlay .video-play-btn {
        margin-top: 20px;
        margin-left: 70px;
        margin-bottom: -65px; }
        .landing-template .test .video-block .play-video-brisqq .video-overlay .video-play-btn img {
          width: 75px; }
      .landing-template .test .video-block .play-video-brisqq .video-overlay .video-caption {
        top: 0px; }
        .landing-template .test .video-block .play-video-brisqq .video-overlay .video-caption blockquote {
          font-size: 13px; }
  .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 488px !important;
    margin-right: 80px !important;
    padding-left: 107px; }
    .landing-template .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
      width: 165px; } }

#pp-nav {
  right: 45px; }
  #pp-nav li {
    margin: 4px; }
    #pp-nav li a span {
      background: #decbfe;
      border: 0px;
      width: 6px;
      height: 6px;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    #pp-nav li a.active span {
      background: #fff;
      -webkit-transform: scale(1.8);
          -ms-transform: scale(1.8);
              transform: scale(1.8); }

.pagepiling .scroll-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagepiling .scroll-wrap .scrollable-content {
    width: 100%; }

.p-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center; }

.pp-scrollable.section {
  overflow-x: hidden; }

.section-1 .pp_triangle {
  top: 150px;
  left: 52%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.section-1 .pp_snak {
  bottom: 50px;
  right: 100px;
  -webkit-animation: slideInnew3 4s both alternate infinite;
          animation: slideInnew3 4s both alternate infinite; }

.section-1.active .section_one_img img {
  -webkit-animation: fadeInLeft 1s both 0.8s;
          animation: fadeInLeft 1s both 0.8s; }

.section-1.active .section_one_img .dots {
  -webkit-animation: fadeInUp 1s both 1s;
          animation: fadeInUp 1s both 1s; }

.pp_triangle {
  -webkit-animation: spinnerRotateone 6s both alternate infinite;
          animation: spinnerRotateone 6s both alternate infinite; }

.p_absoulte {
  position: absolute; }

.round_line {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  opacity: 0.2;
  z-index: 0; }
  .round_line.one {
    top: -230px;
    right: -50px; }
  .round_line.two {
    top: -430px;
    right: -500px; }
  .round_line.three {
    bottom: -188px;
    left: -50px; }
  .round_line.four {
    bottom: -450px;
    left: -80px; }
  .round_line.two, .round_line.four {
    width: 800px;
    height: 800px; }

.active .round {
  -webkit-animation: zoomIn 0.7s both 0.4s;
          animation: zoomIn 0.7s both 0.4s; }

.active .round_line.two {
  -webkit-animation: fadeInDown2 1s both 1.4s;
          animation: fadeInDown2 1s both 1.4s; }

.active .round_line.one {
  -webkit-animation: fadeInDown2 1s both 1s;
          animation: fadeInDown2 1s both 1s; }

.active .round_line.three {
  -webkit-animation: fadeInUp2 1s both 1.4s;
          animation: fadeInUp2 1s both 1.4s; }

.active .round_line.four {
  -webkit-animation: fadeInUp2 1s both 1s;
          animation: fadeInUp2 1s both 1s; }

.active .pp_sec_title h3 {
  -webkit-animation: fadeInUp .9s both 0.6s;
          animation: fadeInUp .9s both 0.6s; }

.active .pp_sec_title h2 {
  -webkit-animation: fadeInUp .9s both 0.8s;
          animation: fadeInUp .9s both 0.8s; }

.pp_block {
  right: 0;
  top: 177px; }

.section_one_img {
  margin-left: -180px;
  position: relative;
  z-index: 1; }
  .section_one_img img {
    -webkit-animation: fade .9s both;
            animation: fade .9s both; }
  .section_one_img .round {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-image: -ms-linear-gradient(-140deg, #fae679 0%, #6ce987 100%);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
            box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
    position: absolute;
    top: -60px;
    z-index: -2; }
  .section_one_img .dots {
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: -1; }

.section_one-content {
  padding-right: 100px; }
  .section_one-content h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 40px; }
    .section_one-content h2 span {
      font-weight: 700; }

.btn_scroll {
  font-size: 16px;
  color: #fff;
  border: 2px solid #c8c1fc;
  padding: 9px 32px;
  border-radius: 4px;
  display: inline-block; }
  .btn_scroll:hover {
    background: #5f54fd;
    border-color: #5f54fd;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
            box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
    color: #fff; }

/*=========== section-2 css ============*/
.section-2 .pp_block {
  left: 0;
  right: auto; }

.section-2.active .pp_mackbook_img .one {
  -webkit-animation: slideInnew3 .9s both 1s;
          animation: slideInnew3 .9s both 1s; }

.section-2.active .pp_mackbook_img .two {
  -webkit-animation: slideInnew3 .9s both 1.2s;
          animation: slideInnew3 .9s both 1.2s; }

.section-2.active .pp_mackbook_img .three {
  -webkit-animation: slideInnew3 .9s both 1.4s;
          animation: slideInnew3 .9s both 1.4s; }

.section-2.active .pp_mackbook_img .four {
  -webkit-animation: slideInnew3 .9s both 1.4s;
          animation: slideInnew3 .9s both 1.4s; }

.section-2.active .pp_work_content h3 {
  -webkit-animation: fadeInUp .9s both 1.4s;
          animation: fadeInUp .9s both 1.4s; }

.section-2.active .pp_work_content h2 {
  -webkit-animation: fadeInUp .9s both 1.6s;
          animation: fadeInUp .9s both 1.6s; }

.section-2.active .pp_work_content p {
  -webkit-animation: fadeInUp .9s both 1.75s;
          animation: fadeInUp .9s both 1.75s; }

.section-2.active .pp_work_content a {
  -webkit-animation: fadeInUp .9s both 1.95s;
          animation: fadeInUp .9s both 1.95s; }

.pp_mackbook_img {
  height: 100%;
  position: relative; }
  .pp_mackbook_img .round {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: -ms-linear-gradient(50deg, #fae679 0%, #f364eb 100%);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
            box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
    position: absolute;
    top: -20px;
    right: -161px; }
  .pp_mackbook_img .one {
    top: -211px;
    left: 0px; }
  .pp_mackbook_img .three {
    top: -103px;
    right: -360px; }
  .pp_mackbook_img .two {
    top: 230px;
    left: -30px; }
  .pp_mackbook_img .four {
    top: 222px;
    left: -178px; }

.pp_work_content .pp_sec_title {
  margin-bottom: 20px; }

.pp_work_content h3, .pp_work_content h2 {
  -webkit-animation: fade .9s both;
          animation: fade .9s both; }

.pp_work_content p {
  color: #fff;
  margin-bottom: 40px;
  -webkit-animation: fade .9s both;
          animation: fade .9s both; }

.pp_work_content .btn_scroll {
  background: #5f54fd;
  border-color: #5f54fd;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
          box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2); }
  .pp_work_content .btn_scroll:hover {
    background: #5f54fd;
    border-color: #5f54fd;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
            box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }

/*=========== section-3 css ============*/
.section-3 .section_one_img {
  margin-left: 0;
  padding-top: 30px; }
  .section-3 .section_one_img .round {
    top: 45%;
    margin-top: -250px;
    background-image: -ms-linear-gradient(-120deg, #a679fa 0%, #ff6bb8 100%);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
            box-shadow: 0px 20px 60px 0px rgba(10, 5, 75, 0.06);
    width: 500px;
    height: 500px; }
  .section-3 .section_one_img .dots {
    right: -70px;
    bottom: 200px; }

.section-3.active .pp_features_item {
  -webkit-animation: fadeInUp .9s both 0.9s;
          animation: fadeInUp .9s both 0.9s; }

.section-3.active .section_one_img .round {
  -webkit-animation: zoomIn .9s both 1s;
          animation: zoomIn .9s both 1s; }

.section-3.active .section_one_img img {
  -webkit-animation: fadeInUp .9s both 1.5s;
          animation: fadeInUp .9s both 1.5s; }

.pp_sec_title h3, .pp_sec_title h2 {
  color: #fff; }

.pp_sec_title h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 5px; }

.pp_features_info .row {
  margin-top: -70px; }

.pp_features_item {
  padding-right: 80px;
  margin-top: 70px; }
  .pp_features_item .icon {
    width: 70px;
    height: 60px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    margin-bottom: 38px;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(10, 5, 75, 0.12);
            box-shadow: 0px 20px 50px 0px rgba(10, 5, 75, 0.12); }
  .pp_features_item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px; }
  .pp_features_item p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0; }

/*============ section-4 css===========*/
.section-4 .pp_block {
  right: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.section-4 .pp_triangle {
  bottom: 50px;
  right: 80px;
  left: auto; }

.section-4 .round_line.three {
  left: auto;
  right: 70px;
  bottom: -350px; }

.section-4 .round_line.four {
  left: auto;
  right: -150px;
  bottom: -600px; }

.section-4 .section_one_img .round {
  top: 50%;
  margin-top: -250px;
  width: 500px;
  height: 500px;
  left: -15px;
  background-image: -ms-linear-gradient(-120deg, #fae679 0%, #f364eb 100%); }

.section-4 .section_one_img .phon_img {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; }

.section-4.active .section_one_img img {
  -webkit-animation: fadeInUp .9s both 1s;
          animation: fadeInUp .9s both 1s; }

.section-4.active .section_one_img .phon_img {
  -webkit-animation: fadeIn .9s both 1.5s;
          animation: fadeIn .9s both 1.5s; }

.pp_testimonial_info .pp_testimonial_slider {
  margin-bottom: -35px; }
  .pp_testimonial_info .pp_testimonial_slider .item {
    margin-bottom: 35px;
    padding-left: 12px; }
    .pp_testimonial_info .pp_testimonial_slider .item .media .img {
      border-radius: 50%;
      background-color: #efeaf1;
      -webkit-box-shadow: 0px 10px 20px 0px rgba(10, 5, 75, 0.14);
              box-shadow: 0px 10px 20px 0px rgba(10, 5, 75, 0.14);
      width: 50px;
      height: 50px;
      overflow: hidden;
      margin-right: 30px; }
    .pp_testimonial_info .pp_testimonial_slider .item .media .media-body h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      line-height: 32px;
      margin-bottom: 30px; }
    .pp_testimonial_info .pp_testimonial_slider .item .media .media-body .author_ratting h5 {
      font-size: 20px;
      font-weight: 500;
      color: #fff; }
    .pp_testimonial_info .pp_testimonial_slider .item .media .media-body .author_ratting .rating i {
      font-size: 16px;
      color: #fcf925; }
    .pp_testimonial_info .pp_testimonial_slider .item:focus {
      outline: none; }

.pp_testimonial_info .slider_nav {
  padding-left: 80px;
  padding-top: 40px; }
  .pp_testimonial_info .slider_nav i {
    font-size: 34px;
    color: #fff;
    opacity: 0.70;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    cursor: pointer; }
    .pp_testimonial_info .slider_nav i:hover {
      opacity: 1; }

.t_left {
  left: 60px;
  bottom: 120px; }

/*============ section-5 css===========*/
.section-5 .pp_block {
  left: 0;
  right: auto;
  top: 400px; }

.pp_contact_info .pp_contact_item {
  padding-right: 100px;
  margin-bottom: 30px; }
  .pp_contact_info .pp_contact_item .icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: #5f54fd;
    background: #fff;
    border-radius: 3px;
    display: block;
    margin-right: 40px; }
  .pp_contact_info .pp_contact_item .mmedia-body {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400; }
    .pp_contact_info .pp_contact_item .mmedia-body a {
      color: #fff;
      display: block; }

.pp_contact_form .btn_scroll {
  background: transparent; }
  .pp_contact_form .btn_scroll:hover {
    background: #5f54fd;
    border-color: #5f54fd;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(14, 6, 134, 0.2); }

/*============ home_analytics_banner_area css ============*/
.home_analytics_banner_area {
  height: 100vh;
  min-height: 650px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -ms-linear-gradient(-50deg, #22186e 0%, #0e044b 100%);
  overflow: hidden;
  position: relative; }
  .home_analytics_banner_area .elements_item {
    position: absolute; }
    .home_analytics_banner_area .elements_item:nth-child(1) {
      right: -30px;
      top: 165px; }
    .home_analytics_banner_area .elements_item:nth-child(2) {
      bottom: 250px;
      right: 100px; }
    .home_analytics_banner_area .elements_item:nth-child(3) {
      bottom: 66px;
      left: 280px; }
    .home_analytics_banner_area .elements_item:nth-child(4) {
      bottom: -80px;
      left: 100px; }
    .home_analytics_banner_area .elements_item:nth-child(5) {
      top: 250px;
      left: 180px; }
    .home_analytics_banner_area .elements_item:nth-child(6) {
      top: 180px;
      left: 150px; }

.h_analytics_content h2 {
  color: #fff;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 20px; }

.h_analytics_content p {
  font-size: 16px;
  color: #fff; }

.h_analytics_content .er_btn_two {
  margin-top: 35px; }
  .h_analytics_content .er_btn_two:hover {
    color: #fff; }

/*============ home_analytics_banner_area css ============*/
/*============ h_analytices_features_area css ============*/
.h_analytices_features_area {
  padding: 50px 0px 150px; }
  .h_analytices_features_area .er_btn {
    margin-top: 20px;
    border-color: #4e78f4; }

.h_analytices_features_item {
  padding: 120px 0px; }
  .h_analytices_features_item .h_analytices_img {
    padding-top: 90px; }
    .h_analytices_features_item .h_analytices_img img {
      position: relative;
      z-index: 0; }
    .h_analytices_features_item .h_analytices_img .analytices_img_one, .h_analytices_features_item .h_analytices_img .analytices_img_two, .h_analytices_features_item .h_analytices_img .analytices_img_three {
      position: absolute; }
    .h_analytices_features_item .h_analytices_img .analytices_img_one {
      left: -30px;
      top: 0;
      z-index: 2; }
    .h_analytices_features_item .h_analytices_img .analytices_img_three {
      right: 0;
      bottom: 0;
      z-index: 4; }
    .h_analytices_features_item .h_analytices_img .analytices_img_two {
      left: -40px;
      bottom: 10px;
      -webkit-box-shadow: 0px 50px 80px 0px rgba(1, 1, 64, 0.1);
              box-shadow: 0px 50px 80px 0px rgba(1, 1, 64, 0.1);
      z-index: 0; }
  .h_analytices_features_item .h_analytices_img_two {
    padding-left: 70px;
    padding-bottom: 30px;
    padding-top: 70px; }
    .h_analytices_features_item .h_analytices_img_two .analytices_img_one, .h_analytices_features_item .h_analytices_img_two .analytices_img_two, .h_analytices_features_item .h_analytices_img_two .analytices_img_three {
      position: absolute;
      -webkit-box-shadow: 0px 50px 80px 0px rgba(1, 1, 64, 0.1);
              box-shadow: 0px 50px 80px 0px rgba(1, 1, 64, 0.1); }
    .h_analytices_features_item .h_analytices_img_two .analytices_img_one {
      bottom: 0;
      left: 20px; }
    .h_analytices_features_item .h_analytices_img_two .analytices_img_two {
      right: -120px;
      bottom: 100px; }
    .h_analytices_features_item .h_analytices_img_two .analytices_img_three {
      left: 60%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0; }
  .h_analytices_features_item .h_analytices_content h2 {
    font-size: 34px;
    font-weight: 500;
    color: #2c2c51;
    margin-bottom: 25px; }
  .h_analytices_features_item .h_analytices_content p {
    font-size: 16px;
    color: #7b7b93;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px; }
  .h_analytices_features_item .h_analytices_content ul {
    margin-bottom: 0;
    border-top: 1px solid #ececf6;
    padding-top: 12px; }
    .h_analytices_features_item .h_analytices_content ul li {
      font-size: 16px;
      line-height: 28px;
      color: #7b7b93;
      font-weight: 400;
      position: relative;
      padding-left: 20px;
      margin-top: 20px; }
      .h_analytices_features_item .h_analytices_content ul li span {
        font-weight: 500;
        color: #2c2c51; }
      .h_analytices_features_item .h_analytices_content ul li:before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #4e78f4;
        position: absolute;
        left: 0;
        top: 10px; }
  .h_analytices_features_item + .h_analytices_features_item {
    border-top: 1px solid #ececf6; }

/*============ h_analytices_features_area css ============*/
/*============ h_action_area_three css ============*/
.h_action_area_three {
  background-image: linear-gradient(-40deg, #00b7e5 20%, #1E5CFD 100%);
  padding: 100px 0px;
  position: relative;
  z-index: 1; }
  .h_action_area_three h2 {
    color: #ffffff; }
  .h_action_area_three .shap_img {
    position: absolute;
    z-index: -1; }
    .h_action_area_three .shap_img.one {
      right: 0;
      top: 0; }
    .h_action_area_three .shap_img.two {
      left: 0;
      bottom: 0; }
  .h_action_area_three .h_action_content .video_icon {
    width: 70px;
    height: 70px;
    line-height: 74px;
    margin-bottom: 55px; }
    .h_action_area_three .h_action_content .video_icon:after {
      display: none; }
    .h_action_area_three .h_action_content .video_icon:before {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4);
      background: rgba(255, 255, 255, 0.4); }
    .h_action_area_three .h_action_content .video_icon i {
      color: #4e78f4;
      text-shadow: none; }
  .h_action_area_three .h_action_content h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 25px; }
  .h_action_area_three .h_action_content p {
    color: #a3a3b7; }
  .h_action_area_three .h_action_content .author h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px; }
  .h_action_area_three .h_action_content .author p {
    color: #7b7b93;
    font-weight: 400;
    margin-bottom: 0; }

/*============ h_action_area_three css ============*/
/*============ easy_setup_area css ============*/
.analytices_title span {
  display: block;
  font-weight: 300;
  color: #2c2c51; }

.analytices_title p {
  font-weight: 400;
  color: #7b7b93;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto; }

.setup_inner {
  max-width: 830px;
  margin: -30px auto 0px; }
  .setup_inner .setup_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0px;
    position: relative; }
    .setup_inner .setup_item.flex-row-reverse .setup_content {
      text-align: right;
      padding-right: 30px;
      padding-left: 0; }
    .setup_inner .setup_item .setup_img {
      text-align: center; }
    .setup_inner .setup_item .round {
      border-radius: 50%;
      background-color: white;
      -webkit-box-shadow: 0px 10px 30px 0px rgba(1, 1, 64, 0.08);
              box-shadow: 0px 10px 30px 0px rgba(1, 1, 64, 0.08);
      width: 80px;
      height: 80px;
      text-align: center;
      margin: 0 auto;
      font-size: 30px;
      color: #4e78f4;
      font-weight: 500;
      line-height: 80px; }
    .setup_inner .setup_item .line {
      position: absolute;
      left: 50%;
      top: 0;
      width: 0;
      height: 100%;
      border-right: 2px dashed #94a2ce;
      opacity: 0.3;
      margin-left: -1px;
      z-index: -1; }
    .setup_inner .setup_item:first-child .line {
      top: 50%;
      height: 50%; }
    .setup_inner .setup_item:last-child .line {
      top: 0;
      height: 50%; }
  .setup_inner .setup_content {
    padding-left: 30px; }
    .setup_inner .setup_content h5 {
      font-size: 20px;
      font-weight: 600;
      color: #2c2c51;
      line-height: 28px;
      margin-bottom: 15px; }
    .setup_inner .setup_content p {
      font-size: 16px;
      color: #7b7b93;
      font-weight: 400;
      margin-bottom: 0; }

.analytices_price_item {
  border: 1px solid #f0f0f6;
  border-radius: 5px;
  padding: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .analytices_price_item .p_head {
    text-align: center;
    border-bottom: 1px solid #ececf6;
    padding-bottom: 30px; }
    .analytices_price_item .p_head h5 {
      font-size: 20px;
      font-weight: 500;
      color: #2c2c51; }
    .analytices_price_item .p_head .rate {
      font-size: 34px;
      font-weight: 600;
      color: #4e78f4;
      padding-bottom: 13px;
      padding-top: 22px; }
    .analytices_price_item .p_head h6 {
      font-size: 16px;
      color: #7b7b93;
      font-weight: 400; }
    .analytices_price_item .p_head .tag {
      color: #2cc91d; }
      .analytices_price_item .p_head .tag i {
        margin-right: 8px;
        vertical-align: middle; }
  .analytices_price_item .p_body {
    padding-top: 20px;
    margin-bottom: 0; }
    .analytices_price_item .p_body li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 16px;
      color: #7b7b93;
      font-size: 400;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 12px 0px; }
      .analytices_price_item .p_body li i {
        font-size: 14px; }
  .analytices_price_item .er_btn {
    margin-top: 40px;
    display: block;
    text-align: center; }
  .analytices_price_item.active, .analytices_price_item:hover {
    -webkit-box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
            box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    border-color: #fff; }
    .analytices_price_item.active .p_body li, .analytices_price_item:hover .p_body li {
      color: #2c2c51; }
      .analytices_price_item.active .p_body li .ti-check, .analytices_price_item:hover .p_body li .ti-check {
        color: #26da15; }
      .analytices_price_item.active .p_body li .ti-close, .analytices_price_item:hover .p_body li .ti-close {
        color: #fc314e; }

/*============ easy_setup_area css ============*/
/*============ analytices_customers_logo_area css ============*/
.analytices_customers_logo_area {
  padding: 200px 0px 120px; }

.analytices_logo {
  display: block;
  text-align: center;
  padding: 25px;
  border-radius: 6px;
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .analytices_logo:hover {
    background-color: white;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(1, 1, 64, 0.08);
            box-shadow: 0px 20px 50px 0px rgba(1, 1, 64, 0.08); }

.analytices_logo_content {
  padding-right: 80px; }
  .analytices_logo_content .analytices_title {
    margin-bottom: 0; }
  .analytices_logo_content .er_btn {
    margin-top: 40px; }

/*============ analytices_customers_logo_area css ============*/
/*============ analytices_list_area css ============*/
.analytices_list_area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  z-index: 2; }
  .analytices_list_area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 560px;
    z-index: -1;
    left: 0;
    background: url("../img/home-software/down_bg.png") no-repeat scroll;
    bottom: 0;
    background-size: cover; }
  .analytices_list_area .macbook_a {
    position: absolute;
    right: 0;
    bottom: 0; }

.analytices_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 40px; }
  .analytices_list li {
    font-size: 16px;
    line-height: 20px;
    color: #7b7b93;
    position: relative;
    padding-left: 30px;
    margin-top: 20px; }
    .analytices_list li:before {
      content: "\e64c";
      display: inline-block;
      font-family: 'themify';
      position: absolute;
      left: 0;
      top: 0px;
      font-size: 14px;
      color: #4e78f4; }

.analytices_action_area_two {
  padding-top: 120px; }
  .analytices_action_area_two:after {
    display: none; }

.security_list_area {
  padding-top: 180px; }
  .security_list_area .macbook_a {
    bottom: 110px; }
  .security_list_area .lock {
    position: absolute;
    right: 41%;
    bottom: 100px;
    z-index: -1; }
  .security_list_area .analytices_title {
    margin-bottom: 0; }
  .security_list_area .analytices_list {
    padding-top: 25px; }

/*============ analytices_list_area css ============*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=48em&xlarge=64em&xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 48em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #00A6D8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #008fba; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Lato", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Lato", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #00A6D8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #008db8;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #00A6D8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #0085ad;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #A2CA1C;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #82a216;
      color: #fefefe; }
  .button.warning {
    background-color: #FF8900;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc6e00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #00A6D8;
    color: #00A6D8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #00536c;
      color: #00536c; }
    .button.hollow.primary {
      border: 1px solid #00A6D8;
      color: #00A6D8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #00536c;
        color: #00536c; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #A2CA1C;
      color: #A2CA1C; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #51650e;
        color: #51650e; }
    .button.hollow.warning {
      border: 1px solid #FF8900;
      color: #FF8900; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #804500;
        color: #804500; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00A6D8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #00A6D8;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #A2CA1C;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #FF8900;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #00A6D8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #0085ad;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #A2CA1C;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #82a216;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #FF8900;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc6e00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 48em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #00A6D8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/* uncss:ignore start */
.inner-container {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.header-container {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  margin-left: auto;
  margin-right: auto; }
  .header-container .row {
    max-width: 100%; }

.hr-header {
  position: fixed;
  width: 100%;
  max-width: 100% !important;
  margin-top: -2px;
  opacity: 0.5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1000; }

.header-background-helper {
  background: #fefefe;
  z-index: 1000; }
  .header-background-helper .row {
    max-width: 100%; }

.menu-cont-full {
  position: fixed;
  top: 71px;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  display: none; }
  .menu-cont-full .menu {
    position: absolute;
    top: 5%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1; }
    .menu-cont-full .menu .space {
      margin-bottom: 20px; }
    .menu-cont-full .menu li {
      min-height: 9%;
      margin-left: 20px; }
      @media screen and (min-width: 48em) {
        .menu-cont-full .menu li {
          min-height: 6%; } }
      .menu-cont-full .menu li:last-child {
        margin-top: -30px; }
        @media screen and (max-width: 40em) {
          .menu-cont-full .menu li:last-child {
            margin-top: 0px; } }
      .menu-cont-full .menu li a {
        position: relative;
        font-size: 28px;
        line-height: 30px;
        color: #000000;
        padding: 5px 18px; }
        @media screen and (max-width: 40em) {
          .menu-cont-full .menu li a {
            font-size: 21px;
            line-height: 15px; } }
        .menu-cont-full .menu li a img {
          width: 32px;
          height: 32px; }
          .menu-cont-full .menu li a img.ln {
            width: 36px;
            height: 36px; }
      .menu-cont-full .menu li .solutions {
        display: inline;
        font-size: 28px;
        line-height: 30px;
        color: #000000; }
        @media screen and (max-width: 40em) {
          .menu-cont-full .menu li .solutions {
            font-size: 21px;
            line-height: 15px; } }
        .menu-cont-full .menu li .solutions p {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 25px;
          margin-left: 18px; }
        .menu-cont-full .menu li .solutions .dropdown-solutions {
          position: relative;
          z-index: 10001;
          background: #FFFFFF;
          margin-left: 10px;
          display: none; }
          .menu-cont-full .menu li .solutions .dropdown-solutions a {
            display: block;
            padding-left: 7px;
            padding-right: 7px;
            font-size: 30px;
            color: #01A3D6;
            line-height: 56px; }
            @media screen and (max-width: 40em) {
              .menu-cont-full .menu li .solutions .dropdown-solutions a {
                font-size: 21px;
                line-height: 30px; } }
        .menu-cont-full .menu li .solutions .arrow-down {
          display: inline-block;
          opacity: 0.8;
          margin-right: 5px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
          .menu-cont-full .menu li .solutions .arrow-down i {
            font-size: 25px;
            color: #000000; }
            @media screen and (max-width: 40em) {
              .menu-cont-full .menu li .solutions .arrow-down i {
                font-size: 15px; } }
        .menu-cont-full .menu li .solutions .arrow-up {
          display: inline-block;
          opacity: 0.8;
          margin-right: 5px;
          -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
                  transform: rotate(270deg); }
          .menu-cont-full .menu li .solutions .arrow-up i {
            font-size: 25px;
            color: #000000; }
            @media screen and (max-width: 40em) {
              .menu-cont-full .menu li .solutions .arrow-up i {
                font-size: 15px; } }
        .menu-cont-full .menu li .solutions .hidden {
          display: none; }
      .menu-cont-full .menu li .horiz-small {
        margin-top: 300px;
        margin-bottom: 12px;
        text-align: center;
        padding-right: 20px; }
        @media screen and (max-width: 40em) {
          .menu-cont-full .menu li .horiz-small {
            margin-top: 0px; } }
        .menu-cont-full .menu li .horiz-small a {
          padding: 0 10px;
          color: #01a3d6;
          letter-spacing: 0;
          font-size: 18px;
          line-height: 32px; }
          @media screen and (max-width: 40em) {
            .menu-cont-full .menu li .horiz-small a {
              font-size: 15px; } }
        .menu-cont-full .menu li .horiz-small .nav-menu-display {
          display: inline-block; }

.first-header {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 32px;
  padding: 10px 40px;
  margin-left: 0px;
  margin-right: 0px;
  float: none; }
  .first-header .float-left .menu li a {
    padding: 0;
    margin-left: 0;
    margin-right: 7px; }
    .first-header .float-left .menu li a img {
      width: 18px;
      height: 18px; }
      .first-header .float-left .menu li a img.ln {
        width: 21px;
        height: 21px; }
  .first-header .float-right .menu {
    margin-right: -10px; }
    .first-header .float-right .menu li a {
      padding: 0 10px;
      font-size: 13px;
      color: #01A3D6;
      letter-spacing: 0;
      line-height: 16px; }
    .first-header .float-right .menu li span {
      color: #FFFFFF; }
    .first-header .float-right .menu li .login-letter-color {
      color: #FFFFFF; }

.top-ofset {
  position: relative;
  top: 120px; }

.header {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 32px;
  padding: 16px 40px; }
  .header .menu-cont {
    padding-top: 12px; }
    .header .menu-cont li .solutions {
      font-size: 15px; }
    .header .menu-cont li p {
      display: inline;
      margin-right: 6px; }
    .header .menu-cont li .arrow-down {
      float: right;
      opacity: 0.8;
      margin-right: 5px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .header .menu-cont li .arrow-down i {
        font-size: 13px;
        margin-left: 2px;
        color: #000000; }
      .header .menu-cont li .arrow-down .arrow-letter-color {
        color: #FFFFFF; }
    .header .menu-cont li .arrow-up-regular {
      float: right;
      opacity: 0.8;
      margin-right: 5px;
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg);
      display: none; }
      .header .menu-cont li .arrow-up-regular i {
        font-size: 13px;
        margin-left: 2px;
        color: #000000; }
      .header .menu-cont li .arrow-up-regular .arrow-letter-color {
        color: #FFFFFF; }
    .header .menu-cont li a {
      display: inline;
      font-size: 15px;
      color: #000000;
      letter-spacing: 0;
      line-height: 24px;
      padding-right: 0; }
      .header .menu-cont li a:hover {
        color: #01A3D6;
        text-decoration: underline; }
    .header .menu-cont li .a-letter-color {
      color: #FFFFFF; }
    .header .menu-cont li .solutions {
      display: inline; }
      .header .menu-cont li .solutions .dropdown-solutions {
        position: absolute;
        z-index: 10001;
        display: none;
        padding-top: 35px;
        top: 22px;
        cursor: pointer; }
        .header .menu-cont li .solutions .dropdown-solutions a {
          display: block;
          padding: 10px 20px;
          text-align: left; }
      .header .menu-cont li .solutions .dropdown-header-back {
        background: #FFFFFF !important; }
    .header .menu-cont .letter-color {
      color: #FFFFFF; }
  .header .logo {
    height: 100%;
    padding-top: 5px; }
    .header .logo img {
      height: 32px; }
    .header .logo .black_logo {
      display: none; }
  .header .trial-btn {
    display: inline-block;
    font-size: 14px;
    color: #6C7880;
    border: 2px solid #00A6D8;
    border-radius: 4px;
    padding: 0px 16px;
    height: 38px;
    line-height: 36px;
    margin-left: 30px;
    -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
    .header .trial-btn:hover {
      background: #00A6D8;
      color: #fefefe; }
  .header .trial-tooltip {
    position: absolute;
    color: #fefefe;
    font-size: 13px;
    line-height: 18px;
    width: 180px;
    text-align: center;
    margin-top: 20px; }
    .header .trial-tooltip .arrow_box {
      position: relative;
      background: #3DB8DD;
      padding: 10px;
      border-radius: 6px; }
    .header .trial-tooltip .arrow_box:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #3DB8DD;
      border-width: 10px;
      margin-left: -10px; }
  .header .login-btn {
    position: absolute;
    font-size: 14px;
    top: 69px;
    right: 15px;
    width: 120px;
    height: 32px;
    background: url("../img/login_btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 35px; }
    .header .login-btn span {
      font-weight: 300;
      color: #cacaca; }
      .header .login-btn span.login-text {
        margin-left: 5px;
        color: #00A6D8;
        font-weight: normal; }
  .header .hamburger {
    padding: 2px 0 2px 10px;
    position: relative;
    width: 50px;
    margin-right: 10px; }
    .header .hamburger .menu-icon {
      width: 50px;
      height: 70px;
      position: absolute;
      top: -16px;
      margin: 0;
      left: 18px; }
      .header .hamburger .menu-icon:focus {
        outline: none; }
      .header .hamburger .menu-icon:after {
        top: 28px;
        left: 10px;
        width: 30px;
        background: #000000;
        -webkit-box-shadow: 0 7px 0 #000000,0 14px 0 #000000;
                box-shadow: 0 7px 0 #000000,0 14px 0 #000000; }
      .header .hamburger .menu-icon.icon-white:after {
        background: #FFFFFF;
        -webkit-box-shadow: 0 7px 0 #FFFFFF,0 14px 0 #FFFFFF;
                box-shadow: 0 7px 0 #FFFFFF,0 14px 0 #FFFFFF; }
  @media screen and (max-width: 39.9375em) {
    .header {
      padding: 16px 10px 16px 5px; }
      .header .trial-btn {
        margin-left: 5px; }
      .header .trial-tooltip {
        margin-left: -70px; }
      .header .menu {
        position: absolute;
        display: block;
        width: 100%;
        top: 70px;
        left: 0px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 3px solid #00A6D8; }
        .header .menu a {
          font-size: 18px;
          line-height: 50px; }
      .header .login-btn {
        right: 10px;
        margin-left: 0; }
      .header .logo {
        height: auto;
        margin-left: 10px; }
        .header .logo img {
          position: relative;
          height: auto;
          width: 120px;
          top: 2px; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .header .trial-tooltip {
      margin-left: -30px; } }
  @media screen and (min-width: 40em) and (max-width: 47.9375em) {
    .header .trial-tooltip {
      margin-left: -30px; }
    .header .menu {
      position: absolute;
      display: block;
      width: 100%;
      top: 70px;
      left: 0px;
      border-top: 1px solid #e6e6e6;
      border-bottom: 3px solid #00A6D8; }
      .header .menu a {
        font-size: 18px;
        line-height: 50px; } }

.select-overflow-hidden {
  overflow: hidden; }

.first-header-back {
  background: #F3F3EE; }

.header-back {
  background: #FFFFFF; }

.header-back-small-background {
  background: #FFFFFF; }

.body-container .select-all-scroll {
  margin-top: 82px !important; }

.footer-container {
  width: 100%;
  height: 400px;
  position: relative; }
  .footer-container .footer-top-background-helper {
    height: 85%;
    width: 100%;
    background: #01A3D6;
    border-bottom: 0; }
    .footer-container .footer-top-background-helper a {
      color: #FFFFFF;
      font-weight: 400;
      font-size: 30px;
      height: 40px; }
    .footer-container .footer-top-background-helper p {
      color: lightskyblue;
      font-weight: 400;
      font-size: 30px;
      margin-bottom: 0;
      height: 40px; }
  .footer-container .footer-background-helper {
    height: 15%;
    width: 100%;
    background: #01A3D6;
    padding-left: 32px;
    padding-right: 21px; }
  .footer-container .footer-top {
    padding: 160px 0; }
    .footer-container .footer-top .logo {
      padding: 5px 40px;
      border-right: 1px solid #e6e6e6; }
      .footer-container .footer-top .logo img {
        height: 35px; }
    .footer-container .footer-top .hello {
      padding: 5px 40px;
      font-size: 24px;
      font-weight: 300; }
  .footer-container .footer {
    padding: 0;
    line-height: 36px;
    font-weight: 400; }
    .footer-container .footer .footer-menu {
      float: right;
      padding: 0; }
    .footer-container .footer .menu {
      float: right;
      font-size: 14px; }
      .footer-container .footer .menu a {
        color: #FFFFFF;
        -webkit-transition: color 1s ease-in-out;
        transition: color 1s ease-in-out; }
        .footer-container .footer .menu a:hover {
          text-decoration: underline; }
    .footer-container .footer .copy {
      float: left;
      font-size: 12px;
      color: #FFFFFF;
      padding: 0; }
  @media screen and (max-width: 48em) {
    .footer-container .footer .menu a {
      font-size: 12px;
      padding: 10px 8px; } }
  @media screen and (max-width: 40em) {
    .footer-container .footer-background-helper {
      height: 17%;
      padding-right: 0;
      padding-left: 0; }
      .footer-container .footer-background-helper .footer .copy {
        width: 213px;
        float: none;
        margin: auto; }
      .footer-container .footer-background-helper .footer .footer-menu {
        width: 300px;
        float: none;
        margin: auto; }
        .footer-container .footer-background-helper .footer .footer-menu .menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }

.cta-button {
  display: inline-block;
  font-size: 20px;
  color: #6C7880;
  border: 2px solid #00A6D8;
  border-radius: 4px;
  padding: 0px 50px;
  height: 56px;
  line-height: 50px;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out; }
  .cta-button:hover {
    background: #00A6D8;
    color: #fefefe; }

.button-group .button {
  background: #fefefe;
  border: 2px solid #E1E8EE;
  margin: 0 10px 10px 0;
  color: #6C7880;
  height: 48px;
  font-size: 16px;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out; }
  .button-group .button:first-child {
    border-left: 2px solid #E1E8EE;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .button-group .button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .button-group .button:hover, .button-group .button.active {
    background-color: #00A6D8;
    border-color: #00A6D8;
    color: #fefefe; }
  @media screen and (min-width: 48em) {
    .button-group .button {
      margin: 0;
      border-left: none;
      width: 20%; } }

.form-cont .btn {
  margin-top: 20px; }

.form-cont .cta-button[disabled] {
  opacity: 0.5; }

.form-cont input,
.form-cont select {
  border: 2px solid #E1E8EE;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  font-size: 18px;
  font-weight: 600; }
  .form-cont input.validated,
  .form-cont select.validated {
    border: 2px solid #7ED321 !important; }
  .form-cont input:focus,
  .form-cont select:focus {
    border: 2px solid #E1E8EE;
    border-color: #00A6D8; }

.success-message-cont {
  display: none;
  padding: 0 10px !important; }
  .success-message-cont .success-message {
    background: #fefefe;
    padding: 50px 30px 30px 30px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    color: #6C7880;
    margin: 80px 0; }
    .success-message-cont .success-message .icon-cont {
      font-size: 130px;
      line-height: 100px;
      color: #7ED321;
      padding: 0 0 50px 0 !important;
      overflow: hidden; }
    .success-message-cont .success-message .text-cont {
      font-size: 28px; }
    .success-message-cont .success-message .info-cont {
      margin-top: 30px;
      border-top: 1px solid #e6e6e6;
      padding-top: 10px;
      font-size: 18px; }
      .success-message-cont .success-message .info-cont a {
        font-weight: 400; }
  @media screen and (min-width: 40em) {
    .success-message-cont {
      padding: 0 60px !important; }
      .success-message-cont .success-message .icon-cont {
        padding: 0 !important;
        height: 130px !important; } }
  @media screen and (min-width: 48em) {
    .success-message-cont {
      padding: 0 140px !important; }
      .success-message-cont .success-message .text-cont {
        padding-right: 80px; } }

/* -------------------------------------------------------------------------------------------- */
@media screen and (min-width: 40em) {
  .valign-middle {
    display: table; }
    .valign-middle > .columns {
      display: table-cell;
      vertical-align: middle; }
    .valign-middle > .columns, .valign-middle > [class*="column"] + [class*="column"]:last-child {
      float: none; } }

/* -------------------------------------------------------------------------------------------- */
/* uncss:ignore end */
